[2025-08-26,12:14:57.810] [ERROR] No module named 'paramiko' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 7, in from sh_pc_v3.gps.gps_capture import GPSCapture File "/home/sh/sh_pc_v3_device/sh_pc_v3/gps/gps_capture.py", line 4, in import serial ModuleNotFoundError: No module named 'serial' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 1, in import serial ModuleNotFoundError: No module named 'serial' [2025-08-26,12:16:41.536] [ERROR] No module named 'paramiko' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 7, in from sh_pc_v3.gps.gps_capture import GPSCapture File "/home/sh/sh_pc_v3_device/sh_pc_v3/gps/gps_capture.py", line 4, in import serial ModuleNotFoundError: No module named 'serial' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 1, in import serial ModuleNotFoundError: No module named 'serial' [2025-08-26,12:18:32.161] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:18:34.025] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-08-26,12:18:35.383] [DEBUG] Log Upload Complete! [2025-08-26,12:21:32.163] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:21:33.941] [DEBUG] Remote Access Enabled [2025-08-26,12:21:35.312] [INFO] Server Address: 138.201.17.179 [2025-08-26,12:21:35.314] [INFO] Server Port: 7000 [2025-08-26,12:21:35.326] [DEBUG] Starting Remote Access! [2025-08-26,12:21:35.447] [INFO] downloaded zip passenger_count [2025-08-26,12:21:35.635] [INFO] extraction successful 2025-08-26 12:21:35.686 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-08-26 12:21:35.686 [I] [client/service.go:294] try to connect to server... [2025-08-26,12:21:35.880] [INFO] Code Update is Done 2025-08-26 12:21:36.223 [I] [client/service.go:286] [57ec8692857d390f] login to server success, get run id [57ec8692857d390f] 2025-08-26 12:21:36.224 [I] [proxy/proxy_manager.go:173] [57ec8692857d390f] proxy added: [KA01MS8977] 2025-08-26 12:21:36.403 [I] [client/control.go:168] [57ec8692857d390f] [KA01MS8977] start proxy success [2025-08-26,12:25:43.940] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:25:43.944] [INFO] LocationSqlManager initialising [2025-08-26,12:25:43.945] [INFO] Location DB initialising [2025-08-26,12:25:44.012] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:25:44.014] [DEBUG] UploadManager Init [2025-08-26,12:25:44.014] [DEBUG] UploadManager Init Complete [2025-08-26,12:25:44.018] [INFO] Initializing GPS... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/gps/gps_capture.py", line 47, in connect self.ser = serial.Serial(port, 9600, timeout=1) # Open Serial port AttributeError: module 'serial' has no attribute 'Serial' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 44, in main() File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 25, in main gps_capture = GPSCapture(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/gps/gps_capture.py", line 32, in __init__ self.connect() File "/home/sh/sh_pc_v3_device/sh_pc_v3/gps/gps_capture.py", line 51, in connect except serial.SerialException: AttributeError: module 'serial' has no attribute 'SerialException' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-08-26,12:27:29.276] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:27:30.989] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-08-26,12:27:32.333] [DEBUG] Log Upload Complete! [2025-08-26,12:30:29.146] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:30:30.892] [DEBUG] Remote Access Enabled [2025-08-26,12:30:32.266] [INFO] Server Address: 138.201.17.179 [2025-08-26,12:30:32.268] [INFO] Server Port: 7000 [2025-08-26,12:30:32.280] [DEBUG] Starting Remote Access! [2025-08-26,12:31:56.264] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:31:56.268] [INFO] LocationSqlManager initialising [2025-08-26,12:31:56.269] [INFO] Location DB initialising [2025-08-26,12:31:56.290] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:31:56.290] [DEBUG] UploadManager Init [2025-08-26,12:31:56.291] [DEBUG] UploadManager Init Complete [2025-08-26,12:31:56.294] [INFO] Initializing GPS... [2025-08-26,12:31:56.296] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-08-26,12:33:44.303] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:33:45.982] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-08-26,12:33:47.300] [DEBUG] Log Upload Complete! [2025-08-26,12:36:44.206] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:36:45.975] [DEBUG] Remote Access Enabled [2025-08-26,12:36:47.340] [INFO] Server Address: 138.201.17.179 [2025-08-26,12:36:47.341] [INFO] Server Port: 7000 [2025-08-26,12:36:47.350] [DEBUG] Starting Remote Access! [2025-08-26,12:36:47.438] [INFO] downloaded zip passenger_count [2025-08-26,12:36:47.666] [INFO] extraction successful 2025-08-26 12:36:47.693 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-08-26 12:36:47.694 [I] [client/service.go:294] try to connect to server... [2025-08-26,12:36:47.881] [INFO] Code Update is Done 2025-08-26 12:36:48.242 [I] [client/service.go:286] [74b4c5e8370bbad1] login to server success, get run id [74b4c5e8370bbad1] 2025-08-26 12:36:48.243 [I] [proxy/proxy_manager.go:173] [74b4c5e8370bbad1] proxy added: [KA01MS8977] 2025-08-26 12:36:48.422 [I] [client/control.go:168] [74b4c5e8370bbad1] [KA01MS8977] start proxy success [2025-08-26,12:37:03.180] [INFO] Connected to port: /dev/ttyACM0 [2025-08-26,12:37:05.013] [DEBUG] GNRMC,070707.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:37:06.165] [DEBUG] GNRMC,070708.00,V,,,,,,,260825,,,N*60 [2025-08-26,12:37:07.006] [DEBUG] GNRMC,070709.00,V,,,,,,,260825,,,N*61 [2025-08-26,12:37:08.173] [DEBUG] GNRMC,070710.00,V,,,,,,,260825,,,N*69 [2025-08-26,12:37:09.004] [DEBUG] GNRMC,070711.00,V,,,,,,,260825,,,N*68 [2025-08-26,12:37:10.165] [DEBUG] GNRMC,070712.00,V,,,,,,,260825,,,N*6B [2025-08-26,12:37:11.012] [DEBUG] GNRMC,070713.00,V,,,,,,,260825,,,N*6A [2025-08-26,12:37:12.172] [DEBUG] GNRMC,070714.00,V,,,,,,,260825,,,N*6D [2025-08-26,12:37:13.006] [DEBUG] GNRMC,070715.00,V,,,,,,,260825,,,N*6C [2025-08-26,12:37:14.167] [DEBUG] GNRMC,070716.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:37:14.600] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:37:15.006] [DEBUG] GNRMC,070717.00,V,,,,,,,260825,,,N*6E [2025-08-26,12:37:16.166] [DEBUG] GNRMC,070718.00,V,,,,,,,260825,,,N*61 [2025-08-26,12:37:16.375] [DEBUG] 6 processes running of frp type [2025-08-26,12:37:17.006] [DEBUG] GNRMC,070719.00,V,,,,,,,260825,,,N*60 [2025-08-26,12:37:18.179] [DEBUG] GNRMC,070720.00,V,,,,,,,260825,,,N*6A [2025-08-26,12:37:19.007] [DEBUG] GNRMC,070721.00,V,,,,,,,260825,,,N*6B [2025-08-26,12:37:54.239] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:37:54.245] [INFO] LocationSqlManager initialising [2025-08-26,12:37:54.246] [INFO] Location DB initialising [2025-08-26,12:37:54.269] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:37:54.270] [DEBUG] UploadManager Init [2025-08-26,12:37:54.271] [DEBUG] UploadManager Init Complete [2025-08-26,12:37:54.276] [INFO] Initializing GPS... [2025-08-26,12:37:54.280] [INFO] Connected to port: /dev/ttyACM0 [2025-08-26,12:37:54.280] [INFO] Waiting for GPS Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-08-26,12:38:54.999] [INFO] GPS Initialization complete! [2025-08-26,12:38:55.001] [INFO] Starting location capture [2025-08-26,12:38:56.158] [DEBUG] GNRMC,070856.00,V,,,,,,,260825,,,N*64 [2025-08-26,12:38:56.992] [DEBUG] GNRMC,070857.00,V,,,,,,,260825,,,N*65 [2025-08-26,12:38:58.152] [DEBUG] GNRMC,070858.00,V,,,,,,,260825,,,N*6A [2025-08-26,12:38:58.999] [DEBUG] GNRMC,070859.00,V,,,,,,,260825,,,N*6B [2025-08-26,12:39:00.164] [DEBUG] GNRMC,070900.00,V,,,,,,,260825,,,N*66 [2025-08-26,12:39:00.992] [DEBUG] GNRMC,070901.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:39:02.152] [DEBUG] GNRMC,070902.00,V,,,,,,,260825,,,N*64 [2025-08-26,12:39:02.992] [DEBUG] GNRMC,070903.00,V,,,,,,,260825,,,N*65 [2025-08-26,12:39:04.152] [DEBUG] GNRMC,070904.00,V,,,,,,,260825,,,N*62 [2025-08-26,12:39:04.992] [DEBUG] GNRMC,070905.00,V,,,,,,,260825,,,N*63 [2025-08-26,12:39:06.157] [DEBUG] GNRMC,070906.00,V,,,,,,,260825,,,N*60 [2025-08-26,12:39:06.999] [DEBUG] GNRMC,070907.00,V,,,,,,,260825,,,N*61 [2025-08-26,12:39:08.152] [DEBUG] GNRMC,070908.00,V,,,,,,,260825,,,N*6E [2025-08-26,12:39:08.991] [DEBUG] GNRMC,070909.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:39:10.159] [DEBUG] GNRMC,070910.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:39:10.992] [DEBUG] GNRMC,070911.00,V,,,,,,,260825,,,N*66 [2025-08-26,12:39:12.158] [DEBUG] GNRMC,070912.00,V,,,,,,,260825,,,N*65 [2025-08-26,12:39:12.996] [DEBUG] GNRMC,070913.00,V,,,,,,,260825,,,N*64 [2025-08-26,12:39:14.158] [DEBUG] GNRMC,070914.00,V,,,,,,,260825,,,N*63 [2025-08-26,12:39:14.991] [DEBUG] GNRMC,070915.00,V,,,,,,,260825,,,N*62 [2025-08-26,12:39:16.151] [DEBUG] GNRMC,070916.00,V,,,,,,,260825,,,N*61 [2025-08-26,12:39:16.996] [DEBUG] GNRMC,070917.00,V,,,,,,,260825,,,N*60 [2025-08-26,12:39:18.165] [DEBUG] GNRMC,070918.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:39:18.992] [DEBUG] GNRMC,070919.00,V,,,,,,,260825,,,N*6E [2025-08-26,12:39:20.150] [DEBUG] GNRMC,070920.00,V,,,,,,,260825,,,N*64 [2025-08-26,12:39:20.998] [DEBUG] GNRMC,070921.00,V,,,,,,,260825,,,N*65 [2025-08-26,12:39:22.151] [DEBUG] GNRMC,070922.00,V,,,,,,,260825,,,N*66 [2025-08-26,12:39:22.991] [DEBUG] GNRMC,070923.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:39:26.996] [ERROR] Error in string [2025-08-26,12:39:28.161] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:28.163] [ERROR] 126!=12 [2025-08-26,12:39:28.164] [ERROR] ============================================================================ [2025-08-26,12:39:29.005] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:29.007] [ERROR] 68!=13 [2025-08-26,12:39:29.008] [ERROR] ============================================================================ [2025-08-26,12:39:29.033] [ERROR] Error in string [2025-08-26,12:39:30.159] [ERROR] Error in string [2025-08-26,12:39:30.192] [ERROR] Error in string [2025-08-26,12:39:30.997] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:30.998] [ERROR] 76!=14 [2025-08-26,12:39:30.999] [ERROR] ============================================================================ [2025-08-26,12:39:32.165] [ERROR] Error in string [2025-08-26,12:39:33.004] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:33.006] [ERROR] 46!=6 [2025-08-26,12:39:33.007] [ERROR] ============================================================================ [2025-08-26,12:39:33.035] [ERROR] Error in string [2025-08-26,12:39:34.158] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:34.159] [ERROR] 51!=1 [2025-08-26,12:39:34.160] [ERROR] ============================================================================ [2025-08-26,12:39:35.005] [ERROR] Error in string [2025-08-26,12:39:35.032] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:35.033] [ERROR] 100!=5 [2025-08-26,12:39:35.035] [ERROR] ============================================================================ [2025-08-26,12:39:36.161] [ERROR] =============================Checksum error!================================ [2025-08-26,12:39:36.162] [ERROR] 33!=3 [2025-08-26,12:39:36.163] [ERROR] ============================================================================ [2025-08-26,12:39:36.195] [ERROR] Error in string [2025-08-26,12:39:37.012] [ERROR] Error in string [2025-08-26,12:39:38.181] [ERROR] Error in string [2025-08-26,12:39:38.999] [ERROR] Error in string [2025-08-26,12:39:40.993] [ERROR] Error in string [2025-08-26,12:39:42.098] [DEBUG] Device Mac: 22-74-fa-5d-b4-8c [2025-08-26,12:39:42.143] [DEBUG] GNRMC,070942.00,V,,,,,,,260825,,,N*60 [2025-08-26,12:39:42.994] [DEBUG] GNRMC,070943.00,V,,,,,,,260825,,,N*61 [2025-08-26,12:39:43.777] [DEBUG] Log Upload Started! [2025-08-26,12:39:44.143] [DEBUG] GNRMC,070944.00,V,,,,,,,260825,,,N*66 /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-08-26,12:39:44.998] [DEBUG] GNRMC,070945.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:39:45.459] [DEBUG] Log Upload Complete! [2025-08-26,12:39:46.154] [DEBUG] GNRMC,070946.00,V,,,,,,,260825,,,N*64 [2025-08-26,12:39:46.995] [DEBUG] GNRMC,070947.00,V,,,,,,,260825,,,N*65 [2025-08-26,12:39:48.167] [DEBUG] GNRMC,070948.00,V,,,,,,,260825,,,N*6A [2025-08-26,12:39:48.999] [DEBUG] GNRMC,070949.00,V,,,,,,,260825,,,N*6B [2025-08-26,12:39:50.150] [DEBUG] GNRMC,070950.00,V,,,,,,,260825,,,N*63 [2025-08-26,12:39:51.000] [DEBUG] GNRMC,070951.00,V,,,,,,,260825,,,N*62 [2025-08-26,12:39:52.161] [DEBUG] GNRMC,070952.00,V,,,,,,,260825,,,N*61 [2025-08-26,12:39:52.999] [DEBUG] GNRMC,070953.00,V,,,,,,,260825,,,N*60 [2025-08-26,12:39:54.159] [DEBUG] GNRMC,070954.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:39:54.994] [DEBUG] GNRMC,070955.00,V,,,,,,,260825,,,N*66 [2025-08-26,12:39:55.017] [DEBUG] Location read timeout GNVTG,,,,, [2025-08-26,12:39:55.018] [INFO] Bus speed state changed from SpeedState.UNKNOWN SpeedState.STOPPED 0.0 [2025-08-26,12:40:00.164] [DEBUG] GNRMC,071000.00,V,,,,,,,260825,,,N*6E [2025-08-26,12:40:00.994] [DEBUG] GNRMC,071001.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:40:02.152] [DEBUG] GNRMC,071002.00,V,,,,,,,260825,,,N*6C [2025-08-26,12:40:03.000] [DEBUG] GNRMC,071003.00,V,,,,,,,260825,,,N*6D [2025-08-26,12:40:04.146] [DEBUG] GNRMC,071004.00,V,,,,,,,260825,,,N*6A [2025-08-26,12:40:04.997] [DEBUG] GNRMC,071005.00,V,,,,,,,260825,,,N*6B [2025-08-26,12:40:06.159] [DEBUG] GNRMC,071006.00,V,,,,,,,260825,,,N*68 [2025-08-26,12:40:06.992] [DEBUG] GNRMC,071007.00,V,,,,,,,260825,,,N*69 [2025-08-26,12:40:08.160] [DEBUG] GNRMC,071008.00,V,,,,,,,260825,,,N*66 [2025-08-26,12:40:08.997] [DEBUG] GNRMC,071009.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:40:10.142] [DEBUG] GNRMC,071010.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:40:10.994] [DEBUG] GNRMC,071011.00,V,,,,,,,260825,,,N*6E [2025-08-26,12:40:12.169] [DEBUG] GNRMC,071012.00,V,,,,,,,260825,,,N*6D [2025-08-26,12:40:12.997] [DEBUG] GNRMC,071013.00,V,,,,,,,260825,,,N*6C [2025-08-26,12:40:14.156] [DEBUG] GNRMC,071014.00,V,,,,,,,260825,,,N*6B [2025-08-26,12:40:14.999] [DEBUG] GNRMC,071015.00,V,,,,,,,260825,,,N*6A [2025-08-26,12:40:16.157] [DEBUG] GNRMC,071016.00,V,,,,,,,260825,,,N*69 [2025-08-26,12:40:16.999] [DEBUG] GNRMC,071017.00,V,,,,,,,260825,,,N*68 [2025-08-26,12:40:18.166] [DEBUG] GNRMC,071018.00,V,,,,,,,260825,,,N*67 [2025-08-26,12:40:18.999] [DEBUG] GNRMC,071019.00,V,,,,,,,260825,,,N*66 [2025-08-26,12:40:20.148] [DEBUG] GNRMC,071020.00,V,,,,,,,260825,,,N*6C [2025-08-26,12:40:20.999] [DEBUG] GNRMC,071021.00,V,,,,,,,260825,,,N*6D [2025-08-26,12:40:22.162] [DEBUG] GNRMC,071022.00,V,,,,,,,260825,,,N*6E [2025-08-26,12:40:22.991] [DEBUG] GNRMC,071023.00,V,,,,,,,260825,,,N*6F [2025-08-26,12:40:24.160] [DEBUG] GNRMC,071024.00,V,,,,,,,260825,,,N*68 [2025-08-26,12:41:44.515] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:41:44.522] [INFO] LocationSqlManager initialising [2025-08-26,12:41:44.523] [INFO] Location DB initialising [2025-08-26,12:41:44.534] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:41:44.536] [DEBUG] UploadManager Init [2025-08-26,12:41:44.536] [DEBUG] UploadManager Init Complete [2025-08-26,12:41:44.541] [INFO] Initializing GPS... [2025-08-26,12:41:44.544] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' [2025-11-07,12:20:03.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-07,12:20:05.141] [DEBUG] Remote Access Enabled [2025-11-07,12:20:06.708] [INFO] Server Address: 138.201.17.179 [2025-11-07,12:20:06.710] [INFO] Server Port: 7000 [2025-11-07,12:20:06.722] [DEBUG] Starting Remote Access! 2025-11-07 12:20:06.887 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-07 12:20:06.888 [I] [client/service.go:294] try to connect to server... 2025-11-07 12:20:07.949 [I] [client/service.go:286] [7bd65b1fd27a95c1] login to server success, get run id [7bd65b1fd27a95c1] 2025-11-07 12:20:07.950 [I] [proxy/proxy_manager.go:173] [7bd65b1fd27a95c1] proxy added: [KA01MS8977] 2025-11-07 12:20:08.531 [W] [client/control.go:166] [7bd65b1fd27a95c1] [KA01MS8977] start error: proxy [KA01MS8977] already exists 2025-11-07 12:20:41.595 [W] [client/control.go:166] [7bd65b1fd27a95c1] [KA01MS8977] start error: proxy [KA01MS8977] already exists 2025-11-07 12:21:14.310 [W] [client/control.go:166] [7bd65b1fd27a95c1] [KA01MS8977] start error: proxy [KA01MS8977] already exists [2025-11-07,12:21:44.093] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,12:21:44.098] [INFO] LocationSqlManager initialising [2025-11-07,12:21:44.098] [INFO] Location DB initialising [2025-11-07,12:21:44.108] [INFO] LocationSqlManager initialisation complete [2025-11-07,12:21:44.109] [DEBUG] UploadManager Init [2025-11-07,12:21:44.109] [DEBUG] UploadManager Init Complete [2025-11-07,12:21:44.112] [INFO] Initializing GPS... [2025-11-07,12:21:44.115] [INFO] Starting location capture [2025-11-07,12:22:53.811] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,12:22:53.813] [INFO] LocationSqlManager initialising [2025-11-07,12:22:53.814] [INFO] Location DB initialising [2025-11-07,12:22:53.824] [INFO] LocationSqlManager initialisation complete [2025-11-07,12:22:53.824] [DEBUG] UploadManager Init [2025-11-07,12:22:53.825] [DEBUG] UploadManager Init Complete [2025-11-07,12:22:53.827] [INFO] Initializing GPS... [2025-11-07,12:22:53.829] [INFO] Starting location capture [2025-11-10,16:31:59.312] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,16:31:59.315] [INFO] LocationSqlManager initialising [2025-11-10,16:31:59.316] [INFO] Location DB initialising [2025-11-10,16:31:59.325] [INFO] LocationSqlManager initialisation complete [2025-11-10,16:31:59.326] [DEBUG] UploadManager Init [2025-11-10,16:31:59.326] [DEBUG] UploadManager Init Complete [2025-11-10,16:31:59.328] [INFO] Initializing GPS... [2025-11-10,16:31:59.330] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-10,16:33:48.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-10,16:33:49.804] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-10,16:33:51.191] [DEBUG] Log Upload Complete! [2025-11-10,16:36:48.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-10,16:36:49.526] [DEBUG] Remote Access Enabled [2025-11-10,16:36:50.591] [INFO] Server Address: 138.201.17.179 [2025-11-10,16:36:50.592] [INFO] Server Port: 7000 [2025-11-10,16:36:50.597] [DEBUG] Starting Remote Access! 2025-11-10 16:36:50.744 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-10 16:36:50.745 [I] [client/service.go:294] try to connect to server... 2025-11-10 16:36:51.188 [I] [client/service.go:286] [492cb8b5b06ee701] login to server success, get run id [492cb8b5b06ee701] 2025-11-10 16:36:51.189 [I] [proxy/proxy_manager.go:173] [492cb8b5b06ee701] proxy added: [KA01MS8977] 2025-11-10 16:36:51.332 [I] [client/control.go:168] [492cb8b5b06ee701] [KA01MS8977] start proxy success [2025-11-10,16:44:50.572] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,16:44:50.579] [INFO] LocationSqlManager initialising [2025-11-10,16:44:50.580] [INFO] Location DB initialising [2025-11-10,16:44:50.589] [INFO] LocationSqlManager initialisation complete [2025-11-10,16:44:50.590] [DEBUG] UploadManager Init [2025-11-10,16:44:50.590] [DEBUG] UploadManager Init Complete [2025-11-10,16:44:50.594] [INFO] Initializing GPS... [2025-11-10,16:44:50.596] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-10,16:46:39.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-10,16:46:40.389] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-10,16:46:41.674] [DEBUG] Log Upload Complete! [2025-11-10,16:49:26.331] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,16:49:26.336] [INFO] LocationSqlManager initialising [2025-11-10,16:49:26.336] [INFO] Location DB initialising [2025-11-10,16:49:26.346] [INFO] LocationSqlManager initialisation complete [2025-11-10,16:49:26.347] [DEBUG] UploadManager Init [2025-11-10,16:49:26.347] [DEBUG] UploadManager Init Complete [2025-11-10,16:49:26.350] [INFO] Initializing GPS... [2025-11-10,16:49:26.353] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-10,16:58:36.339] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,16:58:36.344] [INFO] LocationSqlManager initialising [2025-11-10,16:58:36.345] [INFO] Location DB initialising [2025-11-10,16:58:36.355] [INFO] LocationSqlManager initialisation complete [2025-11-10,16:58:36.356] [DEBUG] UploadManager Init [2025-11-10,16:58:36.356] [DEBUG] UploadManager Init Complete [2025-11-10,16:58:36.359] [INFO] Initializing GPS... [2025-11-10,16:58:36.362] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-10,17:00:52.549] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,17:00:52.553] [INFO] LocationSqlManager initialising [2025-11-10,17:00:52.554] [INFO] Location DB initialising [2025-11-10,17:00:52.563] [INFO] LocationSqlManager initialisation complete [2025-11-10,17:00:52.564] [DEBUG] UploadManager Init [2025-11-10,17:00:52.564] [DEBUG] UploadManager Init Complete [2025-11-10,17:00:52.567] [INFO] Initializing GPS... [2025-11-10,17:00:52.568] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-10,17:02:40.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-10,17:02:42.276] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-10,17:02:43.567] [DEBUG] Log Upload Complete! [2025-11-10,17:05:40.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-10,17:05:42.179] [DEBUG] Remote Access Enabled [2025-11-10,17:05:43.234] [INFO] Server Address: 138.201.17.179 [2025-11-10,17:05:43.235] [INFO] Server Port: 7000 [2025-11-10,17:05:43.240] [DEBUG] Starting Remote Access! 2025-11-10 17:05:43.369 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-10 17:05:43.370 [I] [client/service.go:294] try to connect to server... 2025-11-10 17:05:43.816 [I] [client/service.go:286] [c9d0bb1761406b25] login to server success, get run id [c9d0bb1761406b25] 2025-11-10 17:05:43.816 [I] [proxy/proxy_manager.go:173] [c9d0bb1761406b25] proxy added: [DTN57CB7799] 2025-11-10 17:05:43.964 [I] [client/control.go:168] [c9d0bb1761406b25] [DTN57CB7799] start proxy success [2025-11-10,17:06:58.138] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,17:06:58.144] [INFO] LocationSqlManager initialising [2025-11-10,17:06:58.145] [INFO] Location DB initialising [2025-11-10,17:06:58.155] [INFO] LocationSqlManager initialisation complete [2025-11-10,17:06:58.156] [DEBUG] UploadManager Init [2025-11-10,17:06:58.156] [DEBUG] UploadManager Init Complete [2025-11-10,17:06:58.160] [INFO] Initializing GPS... [2025-11-10,17:06:58.162] [INFO] Starting location capture [2025-11-11,16:09:38.927] [INFO] Initializing BusSpeedStateManager V2 [2025-11-11,16:09:38.932] [INFO] LocationSqlManager initialising [2025-11-11,16:09:38.933] [INFO] Location DB initialising [2025-11-11,16:09:38.942] [INFO] LocationSqlManager initialisation complete [2025-11-11,16:09:38.943] [DEBUG] UploadManager Init [2025-11-11,16:09:38.943] [DEBUG] UploadManager Init Complete [2025-11-11,16:09:38.947] [INFO] Initializing GPS... [2025-11-11,16:09:38.949] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-11,16:11:27.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-11,16:11:29.111] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-11,16:11:30.501] [DEBUG] Log Upload Complete! [2025-11-11,16:12:07.956] [INFO] Initializing BusSpeedStateManager V2 [2025-11-11,16:12:07.961] [INFO] LocationSqlManager initialising [2025-11-11,16:12:07.962] [INFO] Location DB initialising [2025-11-11,16:12:07.971] [INFO] LocationSqlManager initialisation complete [2025-11-11,16:12:07.972] [DEBUG] UploadManager Init [2025-11-11,16:12:07.972] [DEBUG] UploadManager Init Complete [2025-11-11,16:12:07.975] [INFO] Initializing GPS... [2025-11-11,16:12:07.977] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-11,16:13:56.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-11,16:13:57.479] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-11,16:13:58.755] [DEBUG] Log Upload Complete! [2025-11-11,16:23:10.407] [INFO] Initializing BusSpeedStateManager V2 [2025-11-11,16:23:10.412] [INFO] LocationSqlManager initialising [2025-11-11,16:23:10.413] [INFO] Location DB initialising [2025-11-11,16:23:10.422] [INFO] LocationSqlManager initialisation complete [2025-11-11,16:23:10.423] [DEBUG] UploadManager Init [2025-11-11,16:23:10.423] [DEBUG] UploadManager Init Complete [2025-11-11,16:23:10.426] [INFO] Initializing GPS... [2025-11-11,16:23:10.429] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-11,16:24:59.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-11,16:25:00.861] [DEBUG] Log Upload Started! [2025-11-11,16:24:53.808] [INFO] Initializing BusSpeedStateManager V2 [2025-11-11,16:24:53.812] [INFO] LocationSqlManager initialising [2025-11-11,16:24:53.812] [INFO] Location DB initialising [2025-11-11,16:24:53.822] [INFO] LocationSqlManager initialisation complete [2025-11-11,16:24:53.822] [DEBUG] UploadManager Init [2025-11-11,16:24:53.823] [DEBUG] UploadManager Init Complete [2025-11-11,16:24:53.825] [INFO] Initializing GPS... [2025-11-11,16:24:53.827] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,14:28:06.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,14:28:08.573] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-13,14:28:10.507] [DEBUG] Log Upload Complete! [2025-11-13,14:31:07.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,14:31:08.944] [DEBUG] Remote Access Enabled [2025-11-13,14:31:10.120] [INFO] Server Address: 138.201.17.179 [2025-11-13,14:31:10.122] [INFO] Server Port: 7000 [2025-11-13,14:31:10.126] [DEBUG] Starting Remote Access! 2025-11-13 14:31:10.251 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-13 14:31:10.252 [I] [client/service.go:294] try to connect to server... 2025-11-13 14:31:11.183 [I] [client/service.go:286] [3ad4075d91b49068] login to server success, get run id [3ad4075d91b49068] 2025-11-13 14:31:11.185 [I] [proxy/proxy_manager.go:173] [3ad4075d91b49068] proxy added: [DTN57CB7799] 2025-11-13 14:31:11.500 [I] [client/control.go:168] [3ad4075d91b49068] [DTN57CB7799] start proxy success [2025-11-13,14:34:25.376] [INFO] Initializing BusSpeedStateManager V2 [2025-11-13,14:34:25.383] [INFO] LocationSqlManager initialising [2025-11-13,14:34:25.384] [INFO] Location DB initialising [2025-11-13,14:34:25.395] [INFO] LocationSqlManager initialisation complete [2025-11-13,14:34:25.396] [DEBUG] UploadManager Init [2025-11-13,14:34:25.397] [DEBUG] UploadManager Init Complete [2025-11-13,14:34:25.401] [INFO] Initializing GPS... [2025-11-13,14:34:25.404] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,14:36:28.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,14:36:35.255] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-13,14:36:46.943] [DEBUG] Log Upload Complete! [2025-11-13,14:38:18.509] [INFO] Initializing BusSpeedStateManager V2 [2025-11-13,14:38:18.516] [INFO] LocationSqlManager initialising [2025-11-13,14:38:18.517] [INFO] Location DB initialising [2025-11-13,14:38:18.527] [INFO] LocationSqlManager initialisation complete [2025-11-13,14:38:18.528] [DEBUG] UploadManager Init [2025-11-13,14:38:18.528] [DEBUG] UploadManager Init Complete [2025-11-13,14:38:18.531] [INFO] Initializing GPS... [2025-11-13,14:38:18.534] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,14:40:21.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,14:40:28.300] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-13,14:40:35.393] [DEBUG] Log Upload Complete! [2025-11-13,14:43:21.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,14:43:28.627] [DEBUG] Remote Access Enabled [2025-11-13,14:43:34.751] [INFO] Server Address: 138.201.17.179 [2025-11-13,14:43:34.752] [INFO] Server Port: 7000 [2025-11-13,14:43:34.761] [DEBUG] Starting Remote Access! 2025-11-13 14:43:34.951 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-13 14:43:34.952 [I] [client/service.go:294] try to connect to server... 2025-11-13 14:43:35.856 [I] [client/service.go:286] [cd701553dc33be04] login to server success, get run id [cd701553dc33be04] 2025-11-13 14:43:35.857 [I] [proxy/proxy_manager.go:173] [cd701553dc33be04] proxy added: [DTN57CC5599] 2025-11-13 14:43:36.174 [I] [client/control.go:168] [cd701553dc33be04] [DTN57CC5599] start proxy success [2025-11-13,14:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,14:50:23.706] [DEBUG] 6 processes running of frp type [2025-11-13,15:05:16.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,15:05:23.533] [DEBUG] 6 processes running of frp type [2025-11-13,15:13:10.416] [INFO] Initializing BusSpeedStateManager V2 [2025-11-13,15:13:10.421] [INFO] LocationSqlManager initialising [2025-11-13,15:13:10.422] [INFO] Location DB initialising [2025-11-13,15:13:10.431] [INFO] LocationSqlManager initialisation complete [2025-11-13,15:13:10.432] [DEBUG] UploadManager Init [2025-11-13,15:13:10.432] [DEBUG] UploadManager Init Complete [2025-11-13,15:13:10.435] [INFO] Initializing GPS... [2025-11-13,15:13:10.437] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,15:15:38.246] [INFO] Initializing BusSpeedStateManager V2 [2025-11-13,15:15:38.251] [INFO] LocationSqlManager initialising [2025-11-13,15:15:38.252] [INFO] Location DB initialising [2025-11-13,15:15:38.261] [INFO] LocationSqlManager initialisation complete [2025-11-13,15:15:38.262] [DEBUG] UploadManager Init [2025-11-13,15:15:38.262] [DEBUG] UploadManager Init Complete [2025-11-13,15:15:38.265] [INFO] Initializing GPS... [2025-11-13,15:15:38.268] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,15:17:41.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,15:17:48.353] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-13,15:17:55.726] [DEBUG] Log Upload Complete! [2025-11-13,15:19:52.774] [INFO] Initializing BusSpeedStateManager V2 [2025-11-13,15:19:52.779] [INFO] LocationSqlManager initialising [2025-11-13,15:19:52.780] [INFO] Location DB initialising [2025-11-13,15:19:52.789] [INFO] LocationSqlManager initialisation complete [2025-11-13,15:19:52.790] [DEBUG] UploadManager Init [2025-11-13,15:19:52.790] [DEBUG] UploadManager Init Complete [2025-11-13,15:19:52.793] [INFO] Initializing GPS... [2025-11-13,15:19:52.795] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,15:21:56.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,15:22:02.569] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-13,15:22:09.575] [DEBUG] Log Upload Complete! [2025-11-13,15:24:56.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,15:25:02.871] [DEBUG] Remote Access Enabled [2025-11-13,15:25:09.119] [INFO] Server Address: 138.201.17.179 [2025-11-13,15:25:09.120] [INFO] Server Port: 7000 [2025-11-13,15:25:09.125] [DEBUG] Starting Remote Access! 2025-11-13 15:25:09.262 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-13 15:25:09.263 [I] [client/service.go:294] try to connect to server... 2025-11-13 15:25:10.251 [I] [client/service.go:286] [260825f3869521c9] login to server success, get run id [260825f3869521c9] 2025-11-13 15:25:10.252 [I] [proxy/proxy_manager.go:173] [260825f3869521c9] proxy added: [DTN57CC5599] 2025-11-13 15:25:10.568 [I] [client/control.go:168] [260825f3869521c9] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,15:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,15:35:23.726] [DEBUG] 6 processes running of frp type [2025-11-13,15:50:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,15:50:24.389] [DEBUG] 6 processes running of frp type [2025-11-13,16:05:18.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,16:05:24.850] [DEBUG] 6 processes running of frp type [2025-11-13,16:20:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,16:20:23.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,16:35:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,16:35:24.203] [DEBUG] 6 processes running of frp type [2025-11-13,16:50:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,16:50:24.564] [DEBUG] 6 processes running of frp type [2025-11-13,17:05:18.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,17:05:24.801] [DEBUG] 6 processes running of frp type [2025-11-13,17:20:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,17:20:23.630] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,17:35:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,17:35:23.895] [DEBUG] 6 processes running of frp type [2025-11-13,17:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,17:50:24.459] [DEBUG] 6 processes running of frp type [2025-11-13,18:05:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,18:05:24.664] [DEBUG] 6 processes running of frp type [2025-11-13,18:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,18:20:24.433] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,18:35:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,18:35:24.497] [DEBUG] 6 processes running of frp type [2025-11-13,18:50:16.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,18:50:23.631] [DEBUG] 6 processes running of frp type [2025-11-13,19:05:18.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,19:05:24.838] [DEBUG] 6 processes running of frp type [2025-11-13,19:20:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,19:20:23.657] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,19:35:17.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,19:35:23.533] [DEBUG] 6 processes running of frp type [2025-11-13,19:50:22.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,19:50:28.751] [DEBUG] 6 processes running of frp type [2025-11-13,20:05:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,20:05:23.520] [DEBUG] 6 processes running of frp type [2025-11-13,20:20:18.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,20:20:24.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,20:35:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,20:35:23.725] [DEBUG] 6 processes running of frp type [2025-11-13,20:50:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,20:50:24.014] [DEBUG] 6 processes running of frp type [2025-11-13,21:05:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,21:05:24.125] [DEBUG] 6 processes running of frp type [2025-11-13,21:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,21:20:23.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,21:35:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,21:35:24.265] [DEBUG] 6 processes running of frp type [2025-11-13,21:50:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,21:50:23.966] [DEBUG] 6 processes running of frp type [2025-11-13,22:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,22:05:24.098] [DEBUG] 6 processes running of frp type [2025-11-13,22:20:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,22:20:24.035] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,22:35:18.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,22:35:24.816] [DEBUG] 6 processes running of frp type [2025-11-13,22:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,22:50:24.263] [DEBUG] 6 processes running of frp type [2025-11-13,23:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,23:05:24.255] [DEBUG] 6 processes running of frp type [2025-11-13,23:20:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,23:20:24.197] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-13,23:35:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,23:35:24.516] [DEBUG] 6 processes running of frp type [2025-11-13,23:50:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-13,23:50:23.682] [DEBUG] 6 processes running of frp type [2025-11-14,00:05:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,00:05:24.621] [DEBUG] 6 processes running of frp type [2025-11-14,00:20:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,00:20:24.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,00:35:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,00:35:24.000] [DEBUG] 6 processes running of frp type [2025-11-14,00:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,00:50:24.332] [DEBUG] 6 processes running of frp type [2025-11-14,01:05:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,01:05:24.227] [DEBUG] 6 processes running of frp type [2025-11-14,01:20:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,01:20:24.187] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,01:35:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,01:35:24.579] [DEBUG] 6 processes running of frp type [2025-11-14,01:50:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,01:50:24.289] [DEBUG] 6 processes running of frp type [2025-11-14,02:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,02:05:24.437] [DEBUG] 6 processes running of frp type [2025-11-14,02:20:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,02:20:24.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,02:35:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,02:35:23.901] [DEBUG] 6 processes running of frp type [2025-11-14,02:50:17.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,02:50:23.881] [DEBUG] 6 processes running of frp type [2025-11-14,03:05:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,03:05:23.807] [DEBUG] 6 processes running of frp type [2025-11-14,03:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,03:20:23.576] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,03:35:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,03:35:24.015] [DEBUG] 6 processes running of frp type [2025-11-14,03:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,03:50:24.262] [DEBUG] 6 processes running of frp type [2025-11-14,04:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,04:05:24.028] [DEBUG] 6 processes running of frp type 2025-11-14 04:06:49.801 [I] [client/service.go:294] [260825f3869521c9] try to connect to server... 2025-11-14 04:06:49.802 [W] [client/service.go:297] [260825f3869521c9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-14 04:06:51.857 [I] [client/service.go:294] [260825f3869521c9] try to connect to server... 2025-11-14 04:06:51.861 [W] [client/service.go:297] [260825f3869521c9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-14 04:06:56.249 [I] [client/service.go:294] [260825f3869521c9] try to connect to server... 2025-11-14 04:07:06.250 [W] [client/service.go:297] [260825f3869521c9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 04:07:06.251 [I] [client/service.go:294] [260825f3869521c9] try to connect to server... 2025-11-14 04:07:08.135 [I] [client/service.go:286] [260825f3869521c9] login to server success, get run id [260825f3869521c9] 2025-11-14 04:07:08.135 [I] [proxy/proxy_manager.go:173] [260825f3869521c9] proxy added: [DTN57CC5599] 2025-11-14 04:07:08.426 [I] [client/control.go:168] [260825f3869521c9] [DTN57CC5599] start proxy success [2025-11-14,04:20:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,04:20:23.864] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,04:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,04:35:23.960] [DEBUG] 6 processes running of frp type [2025-11-14,04:50:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,04:50:24.616] [DEBUG] 6 processes running of frp type [2025-11-14,05:05:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,05:05:24.514] [DEBUG] 6 processes running of frp type [2025-11-14,05:20:18.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,05:20:24.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,05:35:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,05:35:24.121] [DEBUG] 6 processes running of frp type [2025-11-14,05:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,05:50:24.291] [DEBUG] 6 processes running of frp type [2025-11-14,06:05:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,06:05:24.415] [DEBUG] 6 processes running of frp type [2025-11-14,06:20:18.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,06:20:25.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,06:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,06:35:24.050] [DEBUG] 6 processes running of frp type [2025-11-14,06:50:17.877] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,06:50:24.646] [DEBUG] 6 processes running of frp type [2025-11-14,07:05:18.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,07:05:24.787] [DEBUG] 6 processes running of frp type [2025-11-14,07:20:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,07:20:23.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,07:35:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,07:35:26.447] [DEBUG] 6 processes running of frp type [2025-11-14,07:50:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,07:50:23.997] [DEBUG] 6 processes running of frp type [2025-11-14,08:02:19.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,08:02:31.541] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-14,08:02:44.592] [DEBUG] Log Upload Complete! [2025-11-14,08:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,08:05:24.090] [DEBUG] 6 processes running of frp type [2025-11-14,08:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,08:20:24.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,08:35:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,08:35:24.574] [DEBUG] 6 processes running of frp type [2025-11-14,08:50:19.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,08:50:25.708] [DEBUG] 6 processes running of frp type [2025-11-14,09:05:17.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,09:05:24.629] [DEBUG] 6 processes running of frp type [2025-11-14,09:20:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,09:20:24.598] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,09:35:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,09:35:24.346] [DEBUG] 6 processes running of frp type [2025-11-14,09:50:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,09:50:24.579] [DEBUG] 6 processes running of frp type [2025-11-14,10:05:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,10:05:24.477] [DEBUG] 6 processes running of frp type [2025-11-14,10:20:18.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,10:20:24.686] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,10:35:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,10:35:24.126] [DEBUG] 6 processes running of frp type [2025-11-14,10:50:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,10:50:24.100] [DEBUG] 6 processes running of frp type [2025-11-14,11:05:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,11:05:24.231] [DEBUG] 6 processes running of frp type [2025-11-14,11:20:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,11:20:24.344] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,11:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,11:35:24.427] [DEBUG] 6 processes running of frp type [2025-11-14,11:50:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,11:50:24.438] [DEBUG] 6 processes running of frp type [2025-11-14,12:05:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,12:05:24.266] [DEBUG] 6 processes running of frp type [2025-11-14,12:20:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,12:20:24.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,12:35:18.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,12:35:25.506] [DEBUG] 6 processes running of frp type [2025-11-14,12:50:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,12:50:23.720] [DEBUG] 6 processes running of frp type [2025-11-14,13:05:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,13:05:25.663] [DEBUG] 6 processes running of frp type [2025-11-14,13:20:18.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,13:20:24.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,13:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,13:35:24.392] [DEBUG] 6 processes running of frp type [2025-11-14,13:50:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,13:50:24.230] [DEBUG] 6 processes running of frp type [2025-11-14,14:05:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,14:05:24.402] [DEBUG] 6 processes running of frp type [2025-11-14,14:20:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,14:20:24.596] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,14:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,14:35:24.038] [DEBUG] 6 processes running of frp type [2025-11-14,14:50:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,14:50:25.871] [DEBUG] 6 processes running of frp type [2025-11-14,15:05:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,15:05:23.836] [DEBUG] 6 processes running of frp type [2025-11-14,15:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,15:20:23.850] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,15:35:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,15:35:24.151] [DEBUG] 6 processes running of frp type [2025-11-14,15:50:20.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,15:50:27.614] [DEBUG] 6 processes running of frp type [2025-11-14,16:05:18.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,16:05:27.233] [DEBUG] 6 processes running of frp type [2025-11-14,16:20:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,16:20:24.041] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,16:35:19.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,16:35:25.728] [DEBUG] 6 processes running of frp type [2025-11-14,16:50:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,16:50:24.557] [DEBUG] 6 processes running of frp type [2025-11-14,17:04:57.290] [INFO] Initializing BusSpeedStateManager V2 [2025-11-14,17:04:57.295] [INFO] LocationSqlManager initialising [2025-11-14,17:04:57.296] [INFO] Location DB initialising [2025-11-14,17:04:57.306] [INFO] LocationSqlManager initialisation complete [2025-11-14,17:04:57.306] [DEBUG] UploadManager Init [2025-11-14,17:04:57.307] [DEBUG] UploadManager Init Complete [2025-11-14,17:04:57.309] [INFO] Initializing GPS... [2025-11-14,17:04:57.311] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,17:07:01.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,17:07:07.914] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-14,17:07:15.607] [DEBUG] Log Upload Complete! [2025-11-14,17:08:13.664] [INFO] Initializing BusSpeedStateManager V2 [2025-11-14,17:08:13.668] [INFO] LocationSqlManager initialising [2025-11-14,17:08:13.669] [INFO] Location DB initialising [2025-11-14,17:08:13.678] [INFO] LocationSqlManager initialisation complete [2025-11-14,17:08:13.679] [DEBUG] UploadManager Init [2025-11-14,17:08:13.680] [DEBUG] UploadManager Init Complete [2025-11-14,17:08:13.683] [INFO] Initializing GPS... [2025-11-14,17:08:13.685] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,17:10:14.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,17:10:22.228] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-14,17:10:29.393] [DEBUG] Log Upload Complete! [2025-11-14,17:13:14.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,17:13:21.431] [DEBUG] Remote Access Enabled [2025-11-14,17:13:30.318] [INFO] Server Address: 138.201.17.179 [2025-11-14,17:13:30.319] [INFO] Server Port: 7000 [2025-11-14,17:13:30.325] [DEBUG] Starting Remote Access! 2025-11-14 17:13:30.460 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-14 17:13:30.461 [I] [client/service.go:294] try to connect to server... 2025-11-14 17:13:31.315 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-14 17:13:31.316 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-14 17:13:31.615 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-14,17:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,17:20:23.886] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,17:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,17:35:24.041] [DEBUG] 6 processes running of frp type [2025-11-14,17:50:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,17:50:24.970] [DEBUG] 6 processes running of frp type [2025-11-14,18:05:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,18:05:24.234] [DEBUG] 6 processes running of frp type [2025-11-14,18:20:21.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,18:20:28.314] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,18:35:20.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,18:35:26.838] [DEBUG] 6 processes running of frp type [2025-11-14,18:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,18:50:24.339] [DEBUG] 6 processes running of frp type [2025-11-14,19:05:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,19:05:24.323] [DEBUG] 6 processes running of frp type [2025-11-14,19:20:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,19:20:24.188] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,19:35:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,19:35:24.804] [DEBUG] 6 processes running of frp type [2025-11-14,19:50:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,19:50:24.637] [DEBUG] 6 processes running of frp type [2025-11-14,20:05:18.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,20:05:24.744] [DEBUG] 6 processes running of frp type [2025-11-14,20:20:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,20:20:23.544] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,20:35:19.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,20:35:27.523] [DEBUG] 6 processes running of frp type [2025-11-14,20:50:18.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,20:50:25.543] [DEBUG] 6 processes running of frp type [2025-11-14,21:05:18.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,21:05:24.925] [DEBUG] 6 processes running of frp type [2025-11-14,21:20:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,21:20:24.348] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,21:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,21:35:24.148] [DEBUG] 6 processes running of frp type [2025-11-14,21:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,21:50:25.934] [DEBUG] 6 processes running of frp type [2025-11-14,22:05:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,22:05:23.653] [DEBUG] 6 processes running of frp type [2025-11-14,22:20:18.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,22:20:24.513] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-14 22:28:33.884 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-14 22:28:36.202 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-14 22:28:36.204 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-14 22:28:37.027 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-14,22:35:18.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,22:35:26.304] [DEBUG] 6 processes running of frp type [2025-11-14,22:50:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,22:50:24.859] [DEBUG] 6 processes running of frp type [2025-11-14,23:05:18.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,23:05:25.391] [DEBUG] 6 processes running of frp type [2025-11-14,23:20:18.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,23:20:27.191] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,23:35:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,23:35:23.757] [DEBUG] 6 processes running of frp type [2025-11-14,23:50:17.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-14,23:50:23.610] [DEBUG] 6 processes running of frp type [2025-11-15,00:05:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,00:05:24.671] [DEBUG] 6 processes running of frp type 2025-11-15 00:08:16.111 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 00:08:17.357 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 00:08:17.358 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 00:08:17.652 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success 2025-11-15 00:10:58.764 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 00:10:59.776 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 00:10:59.777 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 00:11:00.074 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,00:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,00:20:24.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,00:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,00:35:25.310] [DEBUG] 6 processes running of frp type [2025-11-15,00:50:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,00:50:24.667] [DEBUG] 6 processes running of frp type [2025-11-15,01:05:18.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,01:05:24.889] [DEBUG] 6 processes running of frp type [2025-11-15,01:20:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,01:20:23.994] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,01:35:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,01:35:24.306] [DEBUG] 6 processes running of frp type [2025-11-15,01:50:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,01:50:24.605] [DEBUG] 6 processes running of frp type [2025-11-15,02:05:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,02:05:24.613] [DEBUG] 6 processes running of frp type [2025-11-15,02:20:18.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,02:20:24.644] [DEBUG] 6 processes running of frp type 2025-11-15 02:24:47.982 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 02:24:48.880 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 02:24:48.881 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 02:24:49.183 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,02:35:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,02:35:24.675] [DEBUG] 6 processes running of frp type [2025-11-15,02:50:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,02:50:23.988] [DEBUG] 6 processes running of frp type [2025-11-15,03:05:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,03:05:24.474] [DEBUG] 6 processes running of frp type [2025-11-15,03:20:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,03:20:25.547] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,03:35:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,03:35:24.606] [DEBUG] 6 processes running of frp type [2025-11-15,03:50:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,03:50:23.637] [DEBUG] 6 processes running of frp type [2025-11-15,04:05:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,04:05:28.240] [DEBUG] 6 processes running of frp type 2025-11-15 04:06:07.635 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 04:06:10.679 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 04:06:10.680 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 04:06:13.720 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 04:06:13.720 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 04:06:16.759 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 04:06:25.315 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 04:06:25.330 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 04:06:43.946 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 04:06:44.824 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 04:06:44.825 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 04:06:45.111 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,04:20:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,04:20:23.911] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,04:35:19.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,04:35:25.907] [DEBUG] 6 processes running of frp type [2025-11-15,04:50:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,04:50:24.398] [DEBUG] 6 processes running of frp type [2025-11-15,05:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,05:05:24.447] [DEBUG] 6 processes running of frp type [2025-11-15,05:20:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,05:20:24.502] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,05:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,05:35:24.937] [DEBUG] 6 processes running of frp type [2025-11-15,05:50:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,05:50:23.547] [DEBUG] 6 processes running of frp type [2025-11-15,06:05:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,06:05:24.409] [DEBUG] 6 processes running of frp type [2025-11-15,06:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,06:20:24.172] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,06:35:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,06:35:24.597] [DEBUG] 6 processes running of frp type [2025-11-15,06:50:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,06:50:23.856] [DEBUG] 6 processes running of frp type [2025-11-15,07:05:17.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,07:05:23.870] [DEBUG] 6 processes running of frp type 2025-11-15 07:10:02.191 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:10:12.193 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 07:10:12.194 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:10:22.195 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 07:10:22.196 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:10:32.197 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 07:10:32.199 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:10:42.200 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 07:10:42.201 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:10:52.202 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 07:11:12.203 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:11:22.205 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 07:11:42.206 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:11:49.294 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 07:12:09.296 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 07:12:10.166 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 07:12:10.167 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 07:12:10.459 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,07:20:20.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,07:20:27.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,07:35:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,07:35:23.818] [DEBUG] 6 processes running of frp type [2025-11-15,07:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,07:50:31.572] [DEBUG] 6 processes running of frp type [2025-11-15,08:02:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,08:02:24.625] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-15,08:02:31.796] [DEBUG] Log Upload Complete! 2025-11-15 08:04:03.257 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 08:04:05.459 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 08:04:05.460 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 08:04:05.744 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,08:05:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,08:05:24.598] [DEBUG] 6 processes running of frp type [2025-11-15,08:20:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,08:20:24.670] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,08:35:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,08:35:24.101] [DEBUG] 6 processes running of frp type [2025-11-15,08:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,08:50:24.263] [DEBUG] 6 processes running of frp type [2025-11-15,09:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,09:05:24.716] [DEBUG] 6 processes running of frp type [2025-11-15,09:20:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,09:20:24.911] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,09:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,09:35:24.245] [DEBUG] 6 processes running of frp type [2025-11-15,09:50:18.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,09:50:25.187] [DEBUG] 6 processes running of frp type [2025-11-15,10:05:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,10:05:24.536] [DEBUG] 6 processes running of frp type [2025-11-15,10:20:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,10:20:24.468] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,10:35:18.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,10:35:24.891] [DEBUG] 6 processes running of frp type [2025-11-15,10:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,10:50:24.081] [DEBUG] 6 processes running of frp type [2025-11-15,11:05:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,11:05:23.994] [DEBUG] 6 processes running of frp type [2025-11-15,11:20:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,11:20:23.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,11:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,11:35:24.250] [DEBUG] 6 processes running of frp type [2025-11-15,11:50:20.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,11:50:26.806] [DEBUG] 6 processes running of frp type 2025-11-15 11:50:39.778 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 11:50:40.762 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 11:50:40.763 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 11:50:41.156 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success 2025-11-15 11:58:27.027 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 11:58:37.029 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 11:58:37.030 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 11:58:47.032 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 11:58:47.033 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 11:58:57.035 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 11:58:57.036 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 11:59:07.038 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 11:59:07.038 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 11:59:18.197 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 11:59:18.198 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 11:59:18.633 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,12:05:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,12:05:25.937] [DEBUG] 6 processes running of frp type [2025-11-15,12:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,12:20:25.205] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,12:35:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,12:35:24.626] [DEBUG] 6 processes running of frp type [2025-11-15,12:50:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,12:50:24.684] [DEBUG] 6 processes running of frp type [2025-11-15,13:05:18.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,13:05:26.617] [DEBUG] 6 processes running of frp type 2025-11-15 13:18:20.712 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 13:18:30.714 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 13:18:30.715 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 13:18:35.040 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 13:18:35.041 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 13:18:35.960 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,13:20:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,13:20:25.265] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,13:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,13:35:24.945] [DEBUG] 6 processes running of frp type [2025-11-15,13:50:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,13:50:25.253] [DEBUG] 6 processes running of frp type [2025-11-15,14:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,14:05:24.770] [DEBUG] 6 processes running of frp type [2025-11-15,14:20:16.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,14:20:23.656] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,14:35:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,14:35:24.093] [DEBUG] 6 processes running of frp type [2025-11-15,14:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,14:50:24.159] [DEBUG] 6 processes running of frp type [2025-11-15,15:05:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,15:05:24.505] [DEBUG] 6 processes running of frp type 2025-11-15 15:12:02.644 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 15:12:12.647 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 15:12:12.648 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 15:12:22.649 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 15:12:22.650 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 15:12:32.651 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 15:12:32.652 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 15:12:42.654 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 15:12:42.654 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 15:12:52.656 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 15:13:12.656 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 15:13:13.506 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 15:13:13.507 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 15:13:13.779 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,15:20:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,15:20:24.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,15:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,15:35:24.084] [DEBUG] 6 processes running of frp type [2025-11-15,15:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,15:50:24.372] [DEBUG] 6 processes running of frp type [2025-11-15,16:05:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,16:05:24.382] [DEBUG] 6 processes running of frp type [2025-11-15,16:20:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,16:20:24.672] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,16:35:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,16:35:24.486] [DEBUG] 6 processes running of frp type [2025-11-15,16:50:16.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,16:50:23.562] [DEBUG] 6 processes running of frp type [2025-11-15,17:05:18.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,17:05:25.016] [DEBUG] 6 processes running of frp type [2025-11-15,17:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,17:20:25.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,17:35:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,17:35:24.459] [DEBUG] 6 processes running of frp type [2025-11-15,17:50:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,17:50:24.348] [DEBUG] 6 processes running of frp type [2025-11-15,18:05:18.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,18:05:24.758] [DEBUG] 6 processes running of frp type [2025-11-15,18:20:20.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,18:20:27.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,18:35:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,18:35:25.531] [DEBUG] 6 processes running of frp type [2025-11-15,18:50:19.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,18:50:26.500] [DEBUG] 6 processes running of frp type 2025-11-15 18:55:25.825 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 18:55:36.657 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 18:55:36.658 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 18:55:36.955 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,19:05:20.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,19:05:28.330] [DEBUG] 6 processes running of frp type [2025-11-15,19:20:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,19:20:24.317] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,19:35:22.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,19:35:30.731] [DEBUG] 6 processes running of frp type 2025-11-15 19:49:15.477 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 19:49:19.957 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 19:49:19.958 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 19:49:23.445 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,19:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,19:50:25.450] [DEBUG] 6 processes running of frp type [2025-11-15,20:05:18.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,20:05:29.780] [DEBUG] 6 processes running of frp type [2025-11-15,20:20:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,20:20:28.399] [DEBUG] 6 processes running of frp type 2025-11-15 20:25:45.176 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 20:25:55.179 [W] [client/service.go:297] [001e575bef3937ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 20:25:55.179 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-15 20:26:03.665 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 20:26:03.667 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 20:26:03.972 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,20:35:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,20:35:23.662] [DEBUG] 6 processes running of frp type [2025-11-15,20:50:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,20:50:24.471] [DEBUG] 6 processes running of frp type [2025-11-15,21:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,21:05:24.410] [DEBUG] 6 processes running of frp type 2025-11-15 21:19:33.582 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 21:19:34.659 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 21:19:34.659 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 21:19:34.986 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,21:20:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,21:20:26.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,21:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,21:35:24.357] [DEBUG] 6 processes running of frp type [2025-11-15,21:50:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,21:50:24.648] [DEBUG] 6 processes running of frp type [2025-11-15,22:05:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,22:05:24.638] [DEBUG] 6 processes running of frp type [2025-11-15,22:20:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,22:20:24.404] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,22:35:18.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,22:35:24.940] [DEBUG] 6 processes running of frp type 2025-11-15 22:47:16.121 [I] [client/service.go:294] [001e575bef3937ba] try to connect to server... 2025-11-15 22:47:17.076 [I] [client/service.go:286] [001e575bef3937ba] login to server success, get run id [001e575bef3937ba] 2025-11-15 22:47:17.078 [I] [proxy/proxy_manager.go:173] [001e575bef3937ba] proxy added: [DTN57CC5599] 2025-11-15 22:47:17.402 [I] [client/control.go:168] [001e575bef3937ba] [DTN57CC5599] start proxy success [2025-11-15,22:50:17.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,22:50:23.730] [DEBUG] 6 processes running of frp type [2025-11-15,23:05:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,23:05:23.922] [DEBUG] 6 processes running of frp type [2025-11-15,23:20:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,23:20:23.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-15,23:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,23:35:24.145] [DEBUG] 6 processes running of frp type [2025-11-15,23:50:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-15,23:50:24.676] [DEBUG] 6 processes running of frp type [2025-11-16,00:05:21.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,00:05:30.726] [DEBUG] 6 processes running of frp type [2025-11-16,00:11:09.627] [INFO] Initializing BusSpeedStateManager V2 [2025-11-16,00:11:09.633] [INFO] LocationSqlManager initialising [2025-11-16,00:11:09.634] [INFO] Location DB initialising [2025-11-16,00:11:09.645] [INFO] LocationSqlManager initialisation complete [2025-11-16,00:11:09.646] [DEBUG] UploadManager Init [2025-11-16,00:11:09.647] [DEBUG] UploadManager Init Complete [2025-11-16,00:11:09.651] [INFO] Initializing GPS... [2025-11-16,00:11:09.654] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,00:13:12.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,00:13:18.995] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-16,00:13:26.704] [DEBUG] Log Upload Complete! [2025-11-16,00:16:12.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,00:16:18.934] [DEBUG] Remote Access Enabled [2025-11-16,00:16:25.271] [INFO] Server Address: 138.201.17.179 [2025-11-16,00:16:25.272] [INFO] Server Port: 7000 [2025-11-16,00:16:25.277] [DEBUG] Starting Remote Access! 2025-11-16 00:16:25.424 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-16 00:16:25.425 [I] [client/service.go:294] try to connect to server... 2025-11-16 00:16:26.375 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 00:16:26.376 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 00:16:26.701 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,00:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,00:20:24.051] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,00:35:17.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,00:35:23.613] [DEBUG] 6 processes running of frp type [2025-11-16,00:50:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,00:50:24.757] [DEBUG] 6 processes running of frp type [2025-11-16,01:05:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,01:05:23.626] [DEBUG] 6 processes running of frp type [2025-11-16,01:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,01:20:24.335] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,01:35:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,01:35:24.366] [DEBUG] 6 processes running of frp type [2025-11-16,01:50:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,01:50:25.168] [DEBUG] 6 processes running of frp type [2025-11-16,02:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,02:05:24.097] [DEBUG] 6 processes running of frp type [2025-11-16,02:20:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,02:20:23.892] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,02:35:17.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,02:35:25.160] [DEBUG] 6 processes running of frp type 2025-11-16 02:43:02.291 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 02:43:03.445 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 02:43:03.447 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 02:43:03.786 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,02:50:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,02:50:23.834] [DEBUG] 6 processes running of frp type [2025-11-16,03:05:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,03:05:24.266] [DEBUG] 6 processes running of frp type [2025-11-16,03:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,03:20:24.501] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,03:35:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,03:35:24.780] [DEBUG] 6 processes running of frp type [2025-11-16,03:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,03:50:26.853] [DEBUG] 6 processes running of frp type [2025-11-16,04:05:17.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,04:05:23.755] [DEBUG] 6 processes running of frp type 2025-11-16 04:06:16.437 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:06:18.621 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:18.621 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:06:21.661 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:21.661 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:06:24.701 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:33.525 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:06:33.530 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:51.244 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:06:53.097 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 04:06:53.099 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 04:06:53.399 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,04:20:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,04:20:23.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,04:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,04:35:24.155] [DEBUG] 6 processes running of frp type [2025-11-16,04:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,04:50:24.420] [DEBUG] 6 processes running of frp type 2025-11-16 04:54:16.082 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:54:26.084 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 04:54:26.085 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:54:36.087 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 04:54:36.087 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:54:46.089 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 04:54:46.090 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 04:54:47.296 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 04:54:47.298 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 04:54:47.589 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,05:05:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,05:05:24.652] [DEBUG] 6 processes running of frp type [2025-11-16,05:20:18.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,05:20:24.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,05:35:19.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,05:35:25.792] [DEBUG] 6 processes running of frp type [2025-11-16,05:50:17.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,05:50:23.706] [DEBUG] 6 processes running of frp type [2025-11-16,06:05:16.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,06:05:23.447] [DEBUG] 6 processes running of frp type [2025-11-16,06:20:17.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,06:20:24.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,06:35:18.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,06:35:24.968] [DEBUG] 6 processes running of frp type [2025-11-16,06:50:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,06:50:24.327] [DEBUG] 6 processes running of frp type [2025-11-16,07:05:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,07:05:24.245] [DEBUG] 6 processes running of frp type [2025-11-16,07:20:17.592] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,07:20:24.280] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,07:35:17.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,07:35:24.553] [DEBUG] 6 processes running of frp type [2025-11-16,07:50:18.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,07:50:25.066] [DEBUG] 6 processes running of frp type [2025-11-16,08:02:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,08:02:23.993] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-16,08:02:31.261] [DEBUG] Log Upload Complete! [2025-11-16,08:05:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,08:05:24.076] [DEBUG] 6 processes running of frp type [2025-11-16,08:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,08:20:24.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,08:35:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,08:35:24.226] [DEBUG] 6 processes running of frp type [2025-11-16,08:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,08:50:25.684] [DEBUG] 6 processes running of frp type [2025-11-16,09:05:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,09:05:24.656] [DEBUG] 6 processes running of frp type [2025-11-16,09:20:18.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,09:20:24.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,09:35:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,09:35:24.506] [DEBUG] 6 processes running of frp type [2025-11-16,09:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,09:50:24.681] [DEBUG] 6 processes running of frp type [2025-11-16,10:05:18.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,10:05:25.218] [DEBUG] 6 processes running of frp type [2025-11-16,10:20:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,10:20:24.384] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,10:35:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,10:35:24.252] [DEBUG] 6 processes running of frp type [2025-11-16,10:50:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,10:50:23.822] [DEBUG] 6 processes running of frp type [2025-11-16,11:05:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,11:05:23.706] [DEBUG] 6 processes running of frp type [2025-11-16,11:20:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,11:20:25.865] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,11:35:18.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,11:35:27.661] [DEBUG] 6 processes running of frp type [2025-11-16,11:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,11:50:24.840] [DEBUG] 6 processes running of frp type [2025-11-16,12:05:18.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-11-16 12:06:45.892 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 12:06:45.897 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 12:06:48.031 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 12:06:48.046 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 12:06:52.445 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 12:06:52.452 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 12:07:02.085 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 12:07:03.377 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 12:07:03.378 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 12:07:03.858 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,12:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,12:20:24.285] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-16 12:33:41.168 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 12:33:42.270 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 12:33:42.272 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 12:33:44.262 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,12:35:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,12:35:24.517] [DEBUG] 6 processes running of frp type [2025-11-16,12:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,12:50:24.585] [DEBUG] 6 processes running of frp type [2025-11-16,13:05:18.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,13:05:25.278] [DEBUG] 6 processes running of frp type [2025-11-16,13:20:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,13:20:24.435] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,13:35:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,13:35:23.816] [DEBUG] 6 processes running of frp type [2025-11-16,13:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,13:50:24.177] [DEBUG] 6 processes running of frp type [2025-11-16,14:05:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,14:05:24.010] [DEBUG] 6 processes running of frp type [2025-11-16,14:20:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,14:20:24.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,14:35:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,14:35:24.517] [DEBUG] 6 processes running of frp type [2025-11-16,14:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,14:50:23.973] [DEBUG] 6 processes running of frp type [2025-11-16,15:05:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,15:05:24.090] [DEBUG] 6 processes running of frp type [2025-11-16,15:20:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,15:20:24.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,15:35:17.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,15:35:23.743] [DEBUG] 6 processes running of frp type [2025-11-16,15:50:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,15:50:24.495] [DEBUG] 6 processes running of frp type [2025-11-16,16:05:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,16:05:24.726] [DEBUG] 6 processes running of frp type [2025-11-16,16:20:18.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,16:20:25.836] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,16:35:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,16:35:24.283] [DEBUG] 6 processes running of frp type [2025-11-16,16:50:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,16:50:24.570] [DEBUG] 6 processes running of frp type [2025-11-16,17:05:18.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,17:05:24.911] [DEBUG] 6 processes running of frp type [2025-11-16,17:20:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,17:20:24.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,17:35:16.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,17:35:23.605] [DEBUG] 6 processes running of frp type [2025-11-16,17:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,17:50:24.232] [DEBUG] 6 processes running of frp type [2025-11-16,18:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,18:05:24.572] [DEBUG] 6 processes running of frp type [2025-11-16,18:20:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,18:20:24.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,18:35:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,18:35:24.071] [DEBUG] 6 processes running of frp type [2025-11-16,18:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,18:50:24.554] [DEBUG] 6 processes running of frp type [2025-11-16,19:05:18.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,19:05:24.756] [DEBUG] 6 processes running of frp type [2025-11-16,19:20:18.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,19:20:25.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,19:35:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,19:35:24.170] [DEBUG] 6 processes running of frp type [2025-11-16,19:50:17.844] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,19:50:24.658] [DEBUG] 6 processes running of frp type [2025-11-16,20:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,20:05:24.898] [DEBUG] 6 processes running of frp type [2025-11-16,20:20:17.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,20:20:23.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,20:35:17.295] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,20:35:24.860] [DEBUG] 6 processes running of frp type [2025-11-16,20:50:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,20:50:25.218] [DEBUG] 6 processes running of frp type [2025-11-16,21:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,21:05:24.311] [DEBUG] 6 processes running of frp type [2025-11-16,21:20:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,21:20:24.260] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,21:35:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,21:35:25.668] [DEBUG] 6 processes running of frp type [2025-11-16,21:50:18.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,21:50:26.219] [DEBUG] 6 processes running of frp type [2025-11-16,22:05:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,22:05:24.304] [DEBUG] 6 processes running of frp type [2025-11-16,22:20:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,22:20:24.258] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,22:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,22:35:24.577] [DEBUG] 6 processes running of frp type [2025-11-16,22:50:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,22:50:23.814] [DEBUG] 6 processes running of frp type [2025-11-16,23:05:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,23:05:23.889] [DEBUG] 6 processes running of frp type [2025-11-16,23:20:17.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,23:20:23.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-16,23:35:18.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,23:35:24.695] [DEBUG] 6 processes running of frp type 2025-11-16 23:38:03.875 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 23:38:08.150 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 23:38:08.152 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 23:38:08.779 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success 2025-11-16 23:46:23.130 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 23:46:33.133 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 23:46:33.134 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 23:46:43.135 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 23:46:43.135 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 23:46:53.137 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 23:46:53.138 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-16 23:46:54.094 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-16 23:46:54.095 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-16 23:46:54.413 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-16,23:50:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-16,23:50:24.533] [DEBUG] 6 processes running of frp type [2025-11-17,00:05:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,00:05:24.642] [DEBUG] 6 processes running of frp type 2025-11-17 00:06:46.891 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 00:06:55.469 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 00:06:55.471 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 00:06:55.788 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,00:20:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,00:20:24.519] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,00:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,00:35:23.915] [DEBUG] 6 processes running of frp type [2025-11-17,00:50:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,00:50:23.835] [DEBUG] 6 processes running of frp type [2025-11-17,01:05:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,01:05:23.549] [DEBUG] 6 processes running of frp type [2025-11-17,01:20:17.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,01:20:24.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,01:35:18.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,01:35:25.428] [DEBUG] 6 processes running of frp type [2025-11-17,01:50:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,01:50:23.800] [DEBUG] 6 processes running of frp type [2025-11-17,02:05:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,02:05:24.773] [DEBUG] 6 processes running of frp type [2025-11-17,02:20:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,02:20:23.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,02:35:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,02:35:24.352] [DEBUG] 6 processes running of frp type [2025-11-17,02:50:18.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,02:50:24.677] [DEBUG] 6 processes running of frp type [2025-11-17,03:05:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,03:05:24.644] [DEBUG] 6 processes running of frp type [2025-11-17,03:20:20.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,03:20:27.772] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,03:35:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,03:35:23.732] [DEBUG] 6 processes running of frp type [2025-11-17,03:50:17.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,03:50:23.710] [DEBUG] 6 processes running of frp type [2025-11-17,04:05:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,04:05:23.753] [DEBUG] 6 processes running of frp type 2025-11-17 04:06:12.679 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 04:06:16.745 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 04:06:16.746 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 04:06:19.786 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 04:06:19.786 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 04:06:22.826 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 04:06:32.407 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 04:06:32.410 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 04:06:52.410 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 04:06:53.399 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 04:06:53.400 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 04:06:53.722 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,04:20:16.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,04:20:23.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-17 04:35:04.107 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... [2025-11-17,04:35:21.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-17 04:35:22.092 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 04:35:22.094 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 04:35:26.183 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,04:35:39.871] [DEBUG] 6 processes running of frp type [2025-11-17,04:50:18.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,04:50:24.824] [DEBUG] 6 processes running of frp type [2025-11-17,05:05:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,05:05:24.012] [DEBUG] 6 processes running of frp type 2025-11-17 05:07:49.735 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 05:07:54.145 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 05:07:54.147 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 05:07:54.471 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,05:20:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,05:20:24.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,05:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,05:35:24.022] [DEBUG] 6 processes running of frp type [2025-11-17,05:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,05:50:24.454] [DEBUG] 6 processes running of frp type [2025-11-17,06:05:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,06:05:24.560] [DEBUG] 6 processes running of frp type [2025-11-17,06:20:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,06:20:24.504] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,06:35:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,06:35:25.165] [DEBUG] 6 processes running of frp type [2025-11-17,06:50:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,06:50:23.724] [DEBUG] 6 processes running of frp type [2025-11-17,07:05:16.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,07:05:23.563] [DEBUG] 6 processes running of frp type [2025-11-17,07:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,07:20:24.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,07:35:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,07:35:24.342] [DEBUG] 6 processes running of frp type [2025-11-17,07:50:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,07:50:23.768] [DEBUG] 6 processes running of frp type [2025-11-17,08:02:16.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,08:02:23.419] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-17,08:02:30.652] [DEBUG] Log Upload Complete! [2025-11-17,08:05:16.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,08:05:23.646] [DEBUG] 6 processes running of frp type [2025-11-17,08:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,08:20:24.312] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,08:35:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,08:35:24.683] [DEBUG] 6 processes running of frp type [2025-11-17,08:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,08:50:23.987] [DEBUG] 6 processes running of frp type [2025-11-17,09:05:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,09:05:24.245] [DEBUG] 6 processes running of frp type [2025-11-17,09:20:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,09:20:24.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,09:35:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,09:35:24.971] [DEBUG] 6 processes running of frp type [2025-11-17,09:50:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,09:50:24.558] [DEBUG] 6 processes running of frp type [2025-11-17,10:05:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,10:05:24.335] [DEBUG] 6 processes running of frp type [2025-11-17,10:20:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,10:20:24.071] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,10:35:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,10:35:24.374] [DEBUG] 6 processes running of frp type [2025-11-17,10:50:18.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,10:50:24.858] [DEBUG] 6 processes running of frp type [2025-11-17,11:05:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,11:05:24.624] [DEBUG] 6 processes running of frp type [2025-11-17,11:20:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,11:20:24.675] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,11:35:17.378] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,11:35:23.948] [DEBUG] 6 processes running of frp type [2025-11-17,11:50:17.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,11:50:23.941] [DEBUG] 6 processes running of frp type [2025-11-17,12:05:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,12:05:24.249] [DEBUG] 6 processes running of frp type [2025-11-17,12:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,12:20:23.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,12:35:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,12:35:24.859] [DEBUG] 6 processes running of frp type [2025-11-17,12:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,12:50:24.268] [DEBUG] 6 processes running of frp type [2025-11-17,13:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,13:05:24.244] [DEBUG] 6 processes running of frp type [2025-11-17,13:20:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,13:20:24.066] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,13:35:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,13:35:24.024] [DEBUG] 6 processes running of frp type [2025-11-17,13:50:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,13:50:24.440] [DEBUG] 6 processes running of frp type [2025-11-17,14:05:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,14:05:24.690] [DEBUG] 6 processes running of frp type [2025-11-17,14:20:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,14:20:23.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,14:35:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,14:35:24.484] [DEBUG] 6 processes running of frp type [2025-11-17,14:50:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,14:50:24.610] [DEBUG] 6 processes running of frp type [2025-11-17,15:05:18.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,15:05:24.714] [DEBUG] 6 processes running of frp type [2025-11-17,15:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,15:20:24.384] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,15:35:18.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,15:35:24.770] [DEBUG] 6 processes running of frp type [2025-11-17,15:50:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,15:50:23.915] [DEBUG] 6 processes running of frp type [2025-11-17,16:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,16:05:23.838] [DEBUG] 6 processes running of frp type [2025-11-17,16:20:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,16:20:23.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,16:35:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,16:35:24.314] [DEBUG] 6 processes running of frp type [2025-11-17,16:50:18.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,16:50:26.318] [DEBUG] 6 processes running of frp type [2025-11-17,17:05:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,17:05:24.867] [DEBUG] 6 processes running of frp type [2025-11-17,17:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,17:20:23.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,17:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,17:35:24.006] [DEBUG] 6 processes running of frp type [2025-11-17,17:50:17.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,17:50:24.345] [DEBUG] 6 processes running of frp type [2025-11-17,18:05:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,18:05:24.733] [DEBUG] 6 processes running of frp type [2025-11-17,18:20:16.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,18:20:28.618] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,18:35:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,18:35:24.300] [DEBUG] 6 processes running of frp type [2025-11-17,18:50:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,18:50:23.922] [DEBUG] 6 processes running of frp type 2025-11-17 18:58:47.249 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 18:58:49.317 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 18:58:49.318 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 18:58:49.648 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,19:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,19:05:24.037] [DEBUG] 6 processes running of frp type [2025-11-17,19:20:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,19:20:26.216] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,19:35:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,19:35:24.733] [DEBUG] 6 processes running of frp type [2025-11-17,19:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,19:50:23.726] [DEBUG] 6 processes running of frp type [2025-11-17,20:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,20:05:25.933] [DEBUG] 6 processes running of frp type [2025-11-17,20:20:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,20:20:23.669] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,20:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,20:35:24.154] [DEBUG] 6 processes running of frp type [2025-11-17,20:50:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,20:50:24.833] [DEBUG] 6 processes running of frp type [2025-11-17,21:05:17.592] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,21:05:24.147] [DEBUG] 6 processes running of frp type [2025-11-17,21:20:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,21:20:24.205] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-17 21:28:07.613 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 21:28:17.614 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 21:28:17.614 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 21:28:21.052 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 21:28:21.052 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 21:28:21.369 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,21:35:18.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,21:35:24.885] [DEBUG] 6 processes running of frp type [2025-11-17,21:50:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,21:50:23.825] [DEBUG] 6 processes running of frp type [2025-11-17,22:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,22:05:23.918] [DEBUG] 6 processes running of frp type [2025-11-17,22:20:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,22:20:23.785] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,22:35:17.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,22:35:23.784] [DEBUG] 6 processes running of frp type [2025-11-17,22:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,22:50:23.829] [DEBUG] 6 processes running of frp type 2025-11-17 22:55:42.860 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:55:52.862 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 22:55:52.863 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:56:02.864 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 22:56:02.865 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:56:12.866 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 22:56:12.867 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:56:22.870 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 22:56:22.870 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:56:32.872 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 22:56:52.874 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:57:02.876 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-17 22:57:22.877 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:57:29.994 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 22:57:49.996 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:57:49.999 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 22:58:10.000 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:58:10.004 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 22:58:30.006 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:58:30.008 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 22:58:50.009 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:58:50.014 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 22:59:10.015 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:59:10.022 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 22:59:30.023 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-17 22:59:30.985 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-17 22:59:30.987 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-17 22:59:31.316 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-17,23:05:18.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,23:05:25.588] [DEBUG] 6 processes running of frp type [2025-11-17,23:20:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,23:20:24.347] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,23:35:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,23:35:24.154] [DEBUG] 6 processes running of frp type [2025-11-17,23:50:18.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-17,23:50:24.881] [DEBUG] 6 processes running of frp type 2025-11-18 00:00:56.278 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 00:01:04.761 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 00:01:04.762 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 00:01:05.079 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,00:05:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,00:05:23.629] [DEBUG] 6 processes running of frp type 2025-11-18 00:18:28.689 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 00:18:29.850 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 00:18:29.852 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 00:18:30.172 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,00:20:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,00:20:57.263] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,00:35:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,00:35:25.781] [DEBUG] 6 processes running of frp type 2025-11-18 00:39:06.263 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 00:39:07.500 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 00:39:07.501 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 00:39:08.130 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,00:50:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,00:50:24.179] [DEBUG] 6 processes running of frp type [2025-11-18,01:05:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,01:05:24.213] [DEBUG] 6 processes running of frp type [2025-11-18,01:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,01:20:23.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,01:35:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,01:35:24.068] [DEBUG] 6 processes running of frp type 2025-11-18 01:46:39.975 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 01:46:49.977 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 01:46:49.978 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 01:46:59.979 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 01:46:59.981 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 01:47:09.982 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 01:47:09.983 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 01:47:11.088 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 01:47:11.089 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 01:47:11.655 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,01:50:18.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,01:50:25.433] [DEBUG] 6 processes running of frp type [2025-11-18,02:05:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,02:05:24.529] [DEBUG] 6 processes running of frp type [2025-11-18,02:20:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,02:20:24.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,02:35:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,02:35:23.994] [DEBUG] 6 processes running of frp type [2025-11-18,02:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,02:50:24.326] [DEBUG] 6 processes running of frp type [2025-11-18,03:05:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,03:05:24.409] [DEBUG] 6 processes running of frp type [2025-11-18,03:20:18.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,03:20:25.384] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-18 03:31:10.651 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 03:31:28.990 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: connection write timeout 2025-11-18 03:31:28.991 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 03:31:35.977 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 03:31:35.978 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 03:31:36.385 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,03:35:20.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,03:35:27.112] [DEBUG] 6 processes running of frp type [2025-11-18,03:50:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,03:50:23.646] [DEBUG] 6 processes running of frp type 2025-11-18 03:54:32.081 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 03:54:42.083 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:54:42.084 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 03:54:43.018 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 03:54:43.019 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 03:54:43.320 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,04:05:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,04:05:24.583] [DEBUG] 6 processes running of frp type 2025-11-18 04:06:30.621 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 04:06:30.626 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 04:06:32.638 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 04:06:33.628 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 04:06:33.630 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 04:06:33.933 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,04:20:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,04:20:24.361] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,04:35:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,04:35:24.810] [DEBUG] 6 processes running of frp type 2025-11-18 04:45:20.748 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 04:45:33.032 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: session shutdown 2025-11-18 04:45:33.033 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 04:45:34.194 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 04:45:34.196 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 04:45:34.514 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,04:50:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,04:50:26.731] [DEBUG] 6 processes running of frp type [2025-11-18,05:05:18.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,05:05:24.810] [DEBUG] 6 processes running of frp type [2025-11-18,05:20:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,05:20:24.181] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,05:35:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,05:35:24.424] [DEBUG] 6 processes running of frp type [2025-11-18,05:50:18.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,05:50:24.830] [DEBUG] 6 processes running of frp type [2025-11-18,06:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,06:05:24.001] [DEBUG] 6 processes running of frp type 2025-11-18 06:18:38.577 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 06:18:48.579 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 06:18:48.580 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 06:18:58.582 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 06:18:58.582 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 06:19:08.584 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 06:19:08.585 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 06:19:18.587 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 06:19:18.587 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 06:19:28.589 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 06:19:48.590 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 06:19:49.503 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 06:19:49.504 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 06:19:49.794 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,06:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,06:20:24.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,06:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,06:35:23.727] [DEBUG] 6 processes running of frp type [2025-11-18,06:50:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,06:50:24.417] [DEBUG] 6 processes running of frp type [2025-11-18,07:05:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,07:05:24.278] [DEBUG] 6 processes running of frp type [2025-11-18,07:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,07:20:24.855] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,07:35:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,07:35:24.125] [DEBUG] 6 processes running of frp type [2025-11-18,07:50:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,07:50:24.459] [DEBUG] 6 processes running of frp type [2025-11-18,08:02:18.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,08:02:24.565] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-18,08:02:31.864] [DEBUG] Log Upload Complete! [2025-11-18,08:05:18.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,08:05:24.754] [DEBUG] 6 processes running of frp type [2025-11-18,08:20:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,08:20:23.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,08:35:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,08:35:23.629] [DEBUG] 6 processes running of frp type [2025-11-18,08:50:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,08:50:23.985] [DEBUG] 6 processes running of frp type [2025-11-18,09:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,09:05:24.034] [DEBUG] 6 processes running of frp type [2025-11-18,09:20:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,09:20:23.764] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,09:35:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,09:35:24.476] [DEBUG] 6 processes running of frp type [2025-11-18,09:50:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,09:50:23.756] [DEBUG] 6 processes running of frp type [2025-11-18,10:05:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,10:05:24.128] [DEBUG] 6 processes running of frp type [2025-11-18,10:20:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,10:20:24.733] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,10:35:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,10:35:23.882] [DEBUG] 6 processes running of frp type [2025-11-18,10:50:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,10:50:24.435] [DEBUG] 6 processes running of frp type [2025-11-18,11:05:18.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,11:05:24.502] [DEBUG] 6 processes running of frp type [2025-11-18,11:20:17.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,11:20:24.321] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,11:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,11:35:24.571] [DEBUG] 6 processes running of frp type [2025-11-18,11:50:17.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,11:50:23.739] [DEBUG] 6 processes running of frp type [2025-11-18,12:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,12:05:23.842] [DEBUG] 6 processes running of frp type 2025-11-18 12:06:57.093 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:06:57.097 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 12:06:59.245 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:06:59.251 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 12:07:03.731 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:07:13.733 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:07:13.734 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:07:23.736 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:07:23.737 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:07:33.738 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:07:53.740 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:08:03.741 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:08:23.742 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:08:33.745 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:08:53.746 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:09:03.748 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:09:23.750 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:09:23.783 [W] [client/service.go:297] [76696dffd3d5eb4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 12:09:43.784 [I] [client/service.go:294] [76696dffd3d5eb4d] try to connect to server... 2025-11-18 12:09:44.703 [I] [client/service.go:286] [76696dffd3d5eb4d] login to server success, get run id [76696dffd3d5eb4d] 2025-11-18 12:09:44.704 [I] [proxy/proxy_manager.go:173] [76696dffd3d5eb4d] proxy added: [DTN57CC5599] 2025-11-18 12:09:44.995 [I] [client/control.go:168] [76696dffd3d5eb4d] [DTN57CC5599] start proxy success [2025-11-18,12:20:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,12:20:24.744] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,12:35:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,12:35:26.025] [DEBUG] 6 processes running of frp type [2025-11-18,12:50:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,12:50:23.940] [DEBUG] 6 processes running of frp type [2025-11-18,13:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,13:05:23.819] [DEBUG] 6 processes running of frp type [2025-11-18,13:20:17.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,13:20:23.663] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,13:35:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,13:35:23.703] [DEBUG] 6 processes running of frp type [2025-11-18,13:50:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,13:50:24.094] [DEBUG] 6 processes running of frp type [2025-11-18,13:52:23.618] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,13:52:23.626] [INFO] LocationSqlManager initialising [2025-11-18,13:52:23.627] [INFO] Location DB initialising [2025-11-18,13:52:23.638] [INFO] LocationSqlManager initialisation complete [2025-11-18,13:52:23.640] [DEBUG] UploadManager Init [2025-11-18,13:52:23.640] [DEBUG] UploadManager Init Complete [2025-11-18,13:52:23.645] [INFO] Initializing GPS... [2025-11-18,13:52:23.648] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,13:54:27.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,13:54:34.037] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-18,13:54:51.092] [DEBUG] Log Upload Complete! [2025-11-18,13:57:27.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,13:57:34.251] [DEBUG] Remote Access Enabled [2025-11-18,13:57:40.495] [INFO] Server Address: 138.201.17.179 [2025-11-18,13:57:40.496] [INFO] Server Port: 7000 [2025-11-18,13:57:40.501] [DEBUG] Starting Remote Access! 2025-11-18 13:57:40.639 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-18 13:57:40.640 [I] [client/service.go:294] try to connect to server... 2025-11-18 13:57:41.485 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 13:57:41.486 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 13:57:41.774 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-18,14:05:17.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,14:05:23.721] [DEBUG] 6 processes running of frp type [2025-11-18,14:20:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,14:20:23.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,14:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,14:35:24.006] [DEBUG] 6 processes running of frp type [2025-11-18,14:50:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,14:50:24.118] [DEBUG] 6 processes running of frp type [2025-11-18,15:05:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,15:05:23.969] [DEBUG] 6 processes running of frp type [2025-11-18,15:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,15:20:25.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,15:35:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,15:35:23.830] [DEBUG] 6 processes running of frp type [2025-11-18,15:50:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,15:50:23.891] [DEBUG] 6 processes running of frp type [2025-11-18,16:05:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,16:05:23.815] [DEBUG] 6 processes running of frp type [2025-11-18,16:20:17.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,16:20:23.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,16:35:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,16:35:24.119] [DEBUG] 6 processes running of frp type [2025-11-18,16:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,16:50:24.443] [DEBUG] 6 processes running of frp type [2025-11-18,17:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,17:05:24.475] [DEBUG] 6 processes running of frp type [2025-11-18,17:20:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,17:20:24.599] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,17:35:17.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,17:35:24.441] [DEBUG] 6 processes running of frp type [2025-11-18,17:50:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,17:50:23.843] [DEBUG] 6 processes running of frp type 2025-11-18 17:58:03.953 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 17:58:04.826 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 17:58:04.827 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 17:58:05.136 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-18,18:05:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,18:05:23.811] [DEBUG] 6 processes running of frp type [2025-11-18,18:20:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,18:20:23.813] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,18:35:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,18:35:24.861] [DEBUG] 6 processes running of frp type [2025-11-18,18:50:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,18:50:26.544] [DEBUG] 6 processes running of frp type [2025-11-18,19:05:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,19:05:24.746] [DEBUG] 6 processes running of frp type [2025-11-18,19:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,19:20:23.583] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,19:35:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,19:35:24.156] [DEBUG] 6 processes running of frp type [2025-11-18,19:50:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,19:50:24.438] [DEBUG] 6 processes running of frp type [2025-11-18,20:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,20:05:24.469] [DEBUG] 6 processes running of frp type [2025-11-18,20:20:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,20:20:26.880] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,20:35:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,20:35:23.923] [DEBUG] 6 processes running of frp type [2025-11-18,20:50:18.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,20:50:24.943] [DEBUG] 6 processes running of frp type [2025-11-18,21:05:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,21:05:24.231] [DEBUG] 6 processes running of frp type 2025-11-18 21:14:21.709 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 21:14:27.422 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 21:14:27.424 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 21:14:27.712 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-18,21:20:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,21:20:23.928] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,21:35:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,21:35:24.103] [DEBUG] 6 processes running of frp type [2025-11-18,21:50:18.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,21:50:26.687] [DEBUG] 6 processes running of frp type 2025-11-18 21:54:41.085 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 21:54:45.098 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 21:54:45.099 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 21:54:45.434 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success 2025-11-18 21:55:54.281 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 21:56:08.947 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: connection write timeout 2025-11-18 21:56:08.948 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 21:56:23.411 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: connection write timeout 2025-11-18 21:56:23.412 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 21:56:31.783 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 21:56:31.785 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 21:56:32.194 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success 2025-11-18 21:57:05.050 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 21:57:08.633 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 21:57:08.634 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 21:57:08.956 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-18,22:05:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,22:05:23.752] [DEBUG] 6 processes running of frp type [2025-11-18,22:20:18.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,22:20:24.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,22:35:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,22:35:24.294] [DEBUG] 6 processes running of frp type 2025-11-18 22:48:34.029 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-18 22:48:38.544 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-18 22:48:38.545 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-18 22:48:39.030 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-18,22:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,22:50:23.875] [DEBUG] 6 processes running of frp type [2025-11-18,23:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,23:05:24.662] [DEBUG] 6 processes running of frp type [2025-11-18,23:20:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,23:20:24.981] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,23:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,23:35:24.110] [DEBUG] 6 processes running of frp type [2025-11-18,23:50:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-18,23:50:24.755] [DEBUG] 6 processes running of frp type [2025-11-19,00:05:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,00:05:23.826] [DEBUG] 6 processes running of frp type [2025-11-19,00:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,00:20:23.820] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,00:35:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,00:35:24.147] [DEBUG] 6 processes running of frp type [2025-11-19,00:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,00:50:24.652] [DEBUG] 6 processes running of frp type [2025-11-19,01:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,01:05:24.566] [DEBUG] 6 processes running of frp type [2025-11-19,01:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,01:20:24.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,01:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,01:35:24.468] [DEBUG] 6 processes running of frp type 2025-11-19 01:49:31.932 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 01:49:33.305 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-19 01:49:33.305 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-19 01:49:33.626 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-19,01:50:22.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,01:50:29.276] [DEBUG] 6 processes running of frp type [2025-11-19,02:05:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,02:05:24.095] [DEBUG] 6 processes running of frp type [2025-11-19,02:20:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,02:20:24.146] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,02:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,02:35:24.131] [DEBUG] 6 processes running of frp type [2025-11-19,02:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,02:50:25.138] [DEBUG] 6 processes running of frp type [2025-11-19,03:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,03:05:24.450] [DEBUG] 6 processes running of frp type [2025-11-19,03:20:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,03:20:25.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,03:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,03:35:24.158] [DEBUG] 6 processes running of frp type [2025-11-19,03:50:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,03:50:24.335] [DEBUG] 6 processes running of frp type [2025-11-19,04:05:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,04:05:24.659] [DEBUG] 6 processes running of frp type 2025-11-19 04:06:26.329 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:06:26.333 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:06:28.496 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:06:28.499 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:06:32.950 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:06:32.954 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:06:42.687 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:06:42.692 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:07:02.693 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:07:02.696 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:07:22.697 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:07:22.701 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:07:42.703 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:07:42.707 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:08:02.709 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:08:02.714 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:08:22.715 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:08:22.772 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:08:42.773 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:08:42.780 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:09:02.781 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:09:02.786 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:09:22.787 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:09:22.846 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:09:42.847 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:09:42.854 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:10:02.855 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:10:02.860 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:10:22.860 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:10:22.867 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:10:42.868 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:10:42.926 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:11:02.927 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:11:02.930 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:11:22.932 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:11:22.937 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:11:42.938 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:11:42.944 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:12:02.945 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:12:02.950 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:12:22.951 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:12:22.965 [W] [client/service.go:297] [0b694e84b6b644b4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:12:42.966 [I] [client/service.go:294] [0b694e84b6b644b4] try to connect to server... 2025-11-19 04:12:43.823 [I] [client/service.go:286] [0b694e84b6b644b4] login to server success, get run id [0b694e84b6b644b4] 2025-11-19 04:12:43.825 [I] [proxy/proxy_manager.go:173] [0b694e84b6b644b4] proxy added: [DTN57CC5599] 2025-11-19 04:12:44.130 [I] [client/control.go:168] [0b694e84b6b644b4] [DTN57CC5599] start proxy success [2025-11-19,04:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,04:20:24.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,04:35:18.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,04:35:25.181] [DEBUG] 6 processes running of frp type [2025-11-19,04:50:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,04:50:24.260] [DEBUG] 6 processes running of frp type [2025-11-19,05:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,05:05:24.422] [DEBUG] 6 processes running of frp type [2025-11-19,05:20:17.778] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,05:20:24.316] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,05:35:18.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,05:35:25.019] [DEBUG] 6 processes running of frp type [2025-11-19,05:50:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,05:50:24.805] [DEBUG] 6 processes running of frp type [2025-11-19,06:05:17.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,06:05:23.799] [DEBUG] 6 processes running of frp type [2025-11-19,06:20:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,06:20:23.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,06:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,06:35:24.075] [DEBUG] 6 processes running of frp type [2025-11-19,06:50:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,06:50:24.135] [DEBUG] 6 processes running of frp type [2025-11-19,07:05:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,07:05:24.275] [DEBUG] 6 processes running of frp type [2025-11-19,07:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,07:20:24.071] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,07:35:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,07:35:28.390] [DEBUG] 6 processes running of frp type [2025-11-19,07:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,07:50:24.435] [DEBUG] 6 processes running of frp type [2025-11-19,08:02:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,08:02:24.261] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-19,08:02:37.068] [DEBUG] Log Upload Complete! [2025-11-19,08:05:18.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,08:05:25.082] [DEBUG] 6 processes running of frp type [2025-11-19,08:07:36.456] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,08:07:36.461] [INFO] LocationSqlManager initialising [2025-11-19,08:07:36.462] [INFO] Location DB initialising [2025-11-19,08:07:36.471] [INFO] LocationSqlManager initialisation complete [2025-11-19,08:07:36.472] [DEBUG] UploadManager Init [2025-11-19,08:07:36.472] [DEBUG] UploadManager Init Complete [2025-11-19,08:07:36.475] [INFO] Initializing GPS... [2025-11-19,08:07:36.477] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,08:09:40.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,08:09:47.163] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-19,08:09:56.626] [DEBUG] Log Upload Complete! [2025-11-19,08:12:40.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,08:12:47.739] [DEBUG] Remote Access Enabled [2025-11-19,08:12:54.535] [INFO] Server Address: 138.201.17.179 [2025-11-19,08:12:54.536] [INFO] Server Port: 7000 [2025-11-19,08:12:54.541] [DEBUG] Starting Remote Access! 2025-11-19 08:12:54.677 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 08:12:54.678 [I] [client/service.go:294] try to connect to server... 2025-11-19 08:12:56.010 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 08:12:56.012 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 08:12:56.525 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,08:20:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,08:20:23.983] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-19 08:28:23.994 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:28:25.296 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 08:28:25.298 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 08:28:25.639 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success 2025-11-19 08:33:37.371 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:33:47.373 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:33:47.373 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:33:57.375 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:33:57.376 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:34:07.377 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:34:07.378 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:34:17.380 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:34:17.381 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:34:27.383 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:34:47.385 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:34:57.387 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:35:17.387 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:35:27.389 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:35:47.390 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:35:58.264 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 08:35:58.266 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 08:36:05.940 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success 2025-11-19 08:36:28.112 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:36:38.114 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:36:38.114 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:36:48.116 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:36:48.117 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:36:58.119 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:36:58.119 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:37:08.120 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:37:08.121 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:37:18.123 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:37:38.124 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:37:48.126 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:38:08.127 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:38:18.130 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:38:38.131 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:38:48.133 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:39:08.133 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:39:18.135 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:39:38.137 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:39:39.167 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:39:59.168 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:39:59.174 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:40:19.175 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:40:19.179 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:40:39.180 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:40:39.187 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:40:59.188 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:40:59.193 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:41:19.195 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:41:19.202 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:41:39.203 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:41:39.208 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:41:59.209 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:41:59.214 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:42:19.216 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:42:19.220 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:42:39.222 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:42:39.226 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:42:59.228 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:42:59.239 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:43:19.241 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:43:19.246 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:43:39.248 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:43:39.254 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 08:43:59.255 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:44:00.918 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 08:44:00.919 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 08:44:01.348 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,08:50:18.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,08:50:25.598] [DEBUG] 6 processes running of frp type 2025-11-19 08:53:46.687 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:53:56.690 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:53:56.690 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:54:06.692 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:54:06.692 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:54:16.694 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:54:16.694 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:54:26.697 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:54:26.697 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:54:36.699 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 08:54:56.700 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:55:12.427 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: i/o deadline reached 2025-11-19 08:55:32.428 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 08:55:33.492 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 08:55:33.493 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 08:55:33.873 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,09:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,09:05:24.155] [DEBUG] 6 processes running of frp type [2025-11-19,09:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,09:20:25.720] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,09:35:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,09:35:23.991] [DEBUG] 6 processes running of frp type [2025-11-19,09:50:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,09:50:25.095] [DEBUG] 6 processes running of frp type [2025-11-19,10:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,10:05:24.375] [DEBUG] 6 processes running of frp type [2025-11-19,10:20:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,10:20:24.295] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,10:35:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,10:35:24.373] [DEBUG] 6 processes running of frp type [2025-11-19,10:50:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,10:50:23.806] [DEBUG] 6 processes running of frp type [2025-11-19,11:05:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,11:05:24.087] [DEBUG] 6 processes running of frp type [2025-11-19,11:20:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,11:20:24.137] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,11:35:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,11:35:24.800] [DEBUG] 6 processes running of frp type [2025-11-19,11:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,11:50:24.249] [DEBUG] 6 processes running of frp type [2025-11-19,12:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,12:05:24.288] [DEBUG] 6 processes running of frp type [2025-11-19,12:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,12:20:24.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,12:35:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,12:35:24.067] [DEBUG] 6 processes running of frp type [2025-11-19,12:50:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,12:50:24.302] [DEBUG] 6 processes running of frp type [2025-11-19,13:05:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,13:05:24.750] [DEBUG] 6 processes running of frp type [2025-11-19,13:20:16.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,13:20:23.639] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,13:35:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,13:35:24.334] [DEBUG] 6 processes running of frp type [2025-11-19,13:50:17.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,13:50:23.661] [DEBUG] 6 processes running of frp type [2025-11-19,14:05:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,14:05:23.800] [DEBUG] 6 processes running of frp type [2025-11-19,14:20:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,14:20:24.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,14:35:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,14:35:24.372] [DEBUG] 6 processes running of frp type [2025-11-19,14:50:16.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,14:50:23.779] [DEBUG] 6 processes running of frp type [2025-11-19,15:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,15:05:24.323] [DEBUG] 6 processes running of frp type [2025-11-19,15:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,15:20:24.323] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,15:35:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,15:35:24.408] [DEBUG] 6 processes running of frp type [2025-11-19,15:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,15:50:24.262] [DEBUG] 6 processes running of frp type [2025-11-19,16:05:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,16:05:24.589] [DEBUG] 6 processes running of frp type [2025-11-19,16:20:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,16:20:24.614] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,16:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,16:35:24.118] [DEBUG] 6 processes running of frp type [2025-11-19,16:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,16:50:24.292] [DEBUG] 6 processes running of frp type [2025-11-19,17:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,17:05:24.407] [DEBUG] 6 processes running of frp type [2025-11-19,17:20:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,17:20:24.414] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,17:35:18.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,17:35:25.054] [DEBUG] 6 processes running of frp type [2025-11-19,17:50:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,17:50:24.978] [DEBUG] 6 processes running of frp type [2025-11-19,18:05:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,18:05:24.512] [DEBUG] 6 processes running of frp type [2025-11-19,18:20:21.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,18:20:32.316] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,18:35:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,18:35:24.317] [DEBUG] 6 processes running of frp type [2025-11-19,18:50:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,18:50:24.336] [DEBUG] 6 processes running of frp type [2025-11-19,19:05:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,19:05:28.403] [DEBUG] 6 processes running of frp type [2025-11-19,19:20:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,19:20:24.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-19 19:32:41.347 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 19:32:51.349 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 19:32:51.350 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 19:33:01.351 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 19:33:01.352 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 19:33:04.470 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 19:33:13.588 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 19:33:13.593 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 19:33:33.075 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 19:33:49.503 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 19:33:49.503 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 19:34:01.959 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,19:35:18.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,19:35:25.649] [DEBUG] 6 processes running of frp type [2025-11-19,19:50:18.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,19:50:25.085] [DEBUG] 6 processes running of frp type [2025-11-19,20:05:18.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,20:05:24.981] [DEBUG] 6 processes running of frp type 2025-11-19 20:07:16.054 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:07:34.028 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: connection write timeout 2025-11-19 20:07:34.029 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:07:47.222 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: i/o deadline reached 2025-11-19 20:07:47.223 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:07:57.225 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:07:57.226 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:08:07.227 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:08:07.227 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:08:17.229 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:08:37.231 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:08:47.233 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:09:07.235 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:09:17.237 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:09:37.238 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:09:47.239 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:10:07.241 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:10:17.242 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:10:37.243 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:10:47.246 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 20:11:07.247 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:11:07.253 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:11:27.254 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:11:27.258 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:11:47.259 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:11:47.264 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:12:07.265 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:12:07.273 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:12:27.274 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:12:27.283 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:12:47.284 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:12:47.288 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:13:07.289 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:13:07.292 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:13:27.293 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:13:27.298 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:13:47.300 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:13:47.303 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:14:07.305 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:14:07.309 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:14:27.310 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:14:27.313 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:14:47.314 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:14:47.320 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:15:07.321 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:15:07.329 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:15:27.330 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:15:27.334 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:15:47.336 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:15:47.393 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:16:07.394 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:16:07.400 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:16:27.401 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:16:27.406 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:16:47.407 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:16:47.412 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:17:07.413 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:17:07.419 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:17:27.420 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:17:27.424 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 20:17:47.425 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:17:48.444 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 20:17:48.446 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 20:17:48.783 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,20:20:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,20:20:26.457] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,20:35:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,20:35:24.321] [DEBUG] 6 processes running of frp type 2025-11-19 20:48:24.762 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 20:48:25.691 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 20:48:25.691 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 20:48:26.004 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,20:50:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,20:50:24.448] [DEBUG] 6 processes running of frp type 2025-11-19 21:00:15.786 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 21:00:17.154 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 21:00:17.155 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 21:00:21.809 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,21:05:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,21:05:24.564] [DEBUG] 6 processes running of frp type [2025-11-19,21:20:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,21:20:24.249] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,21:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,21:35:24.379] [DEBUG] 6 processes running of frp type [2025-11-19,21:50:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,21:50:24.700] [DEBUG] 6 processes running of frp type [2025-11-19,22:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,22:05:24.500] [DEBUG] 6 processes running of frp type [2025-11-19,22:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,22:20:24.318] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-19 22:29:27.101 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:29:37.104 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 22:29:37.104 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:29:47.106 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 22:29:47.107 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:29:48.941 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 22:29:48.942 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 22:29:49.248 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success 2025-11-19 22:32:01.673 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:32:05.467 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 22:32:05.471 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 22:32:06.025 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success 2025-11-19 22:32:44.070 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:32:53.558 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 22:32:53.560 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 22:32:54.331 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,22:35:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,22:35:25.159] [DEBUG] 6 processes running of frp type 2025-11-19 22:37:35.030 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:37:45.033 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 22:37:45.033 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:37:55.035 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 22:37:55.037 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:38:03.774 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 22:38:03.776 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 22:38:04.408 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success 2025-11-19 22:39:39.260 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:39:50.570 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: connection write timeout 2025-11-19 22:39:50.570 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:40:00.572 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 22:40:00.573 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:40:10.574 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 22:40:10.575 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-19 22:40:14.890 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-19 22:40:14.892 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-19 22:40:15.207 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-19,22:50:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,22:50:23.990] [DEBUG] 6 processes running of frp type [2025-11-19,23:05:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,23:05:24.030] [DEBUG] 6 processes running of frp type [2025-11-19,23:20:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,23:20:23.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,23:35:17.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,23:35:23.793] [DEBUG] 6 processes running of frp type [2025-11-19,23:50:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-19,23:50:23.718] [DEBUG] 6 processes running of frp type [2025-11-20,00:05:16.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,00:05:23.433] [DEBUG] 6 processes running of frp type [2025-11-20,00:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,00:20:24.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,00:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,00:35:23.732] [DEBUG] 6 processes running of frp type [2025-11-20,00:50:18.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,00:50:24.753] [DEBUG] 6 processes running of frp type [2025-11-20,01:05:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,01:05:23.616] [DEBUG] 6 processes running of frp type 2025-11-20 01:20:07.023 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 01:20:15.419 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-20 01:20:15.420 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-20 01:20:16.035 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-20,01:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,01:20:24.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,01:35:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,01:35:24.489] [DEBUG] 6 processes running of frp type [2025-11-20,01:50:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,01:50:24.245] [DEBUG] 6 processes running of frp type [2025-11-20,02:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,02:05:24.067] [DEBUG] 6 processes running of frp type [2025-11-20,02:20:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,02:20:25.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,02:35:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,02:35:24.428] [DEBUG] 6 processes running of frp type [2025-11-20,02:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,02:50:24.352] [DEBUG] 6 processes running of frp type [2025-11-20,03:05:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,03:05:30.565] [DEBUG] 6 processes running of frp type [2025-11-20,03:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,03:20:24.542] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,03:35:18.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,03:35:26.486] [DEBUG] 6 processes running of frp type [2025-11-20,03:50:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,03:50:24.251] [DEBUG] 6 processes running of frp type [2025-11-20,04:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,04:05:24.137] [DEBUG] 6 processes running of frp type 2025-11-20 04:06:34.156 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 04:06:34.160 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 04:06:36.342 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 04:06:36.346 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 04:06:40.954 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 04:06:43.716 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-20 04:06:43.718 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-20 04:06:44.248 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-20,04:20:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,04:20:23.964] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,04:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,04:35:33.649] [DEBUG] 6 processes running of frp type [2025-11-20,04:50:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,04:50:24.155] [DEBUG] 6 processes running of frp type [2025-11-20,05:05:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,05:05:24.086] [DEBUG] 6 processes running of frp type [2025-11-20,05:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,05:20:24.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,05:35:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,05:35:23.913] [DEBUG] 6 processes running of frp type [2025-11-20,05:50:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,05:50:24.345] [DEBUG] 6 processes running of frp type [2025-11-20,06:05:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,06:05:24.649] [DEBUG] 6 processes running of frp type [2025-11-20,06:20:18.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,06:20:25.605] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,06:35:18.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,06:35:25.470] [DEBUG] 6 processes running of frp type [2025-11-20,06:50:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,06:50:23.733] [DEBUG] 6 processes running of frp type [2025-11-20,07:05:16.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,07:05:23.413] [DEBUG] 6 processes running of frp type [2025-11-20,07:20:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,07:20:24.196] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,07:35:17.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,07:35:24.332] [DEBUG] 6 processes running of frp type [2025-11-20,07:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,07:50:24.302] [DEBUG] 6 processes running of frp type [2025-11-20,08:02:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,08:02:24.246] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-20,08:02:32.344] [DEBUG] Log Upload Complete! [2025-11-20,08:05:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,08:05:26.080] [DEBUG] 6 processes running of frp type [2025-11-20,08:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,08:20:24.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,08:35:22.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,08:35:29.107] [DEBUG] 6 processes running of frp type [2025-11-20,08:50:18.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,08:50:25.218] [DEBUG] 6 processes running of frp type [2025-11-20,09:05:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,09:05:24.715] [DEBUG] 6 processes running of frp type [2025-11-20,09:20:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,09:20:23.767] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,09:35:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,09:35:20.037] [DEBUG] 6 processes running of frp type [2025-11-20,09:50:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,09:50:26.502] [DEBUG] 6 processes running of frp type [2025-11-20,10:05:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,10:05:24.540] [DEBUG] 6 processes running of frp type [2025-11-20,10:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,10:20:25.067] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,10:35:17.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,10:35:23.745] [DEBUG] 6 processes running of frp type [2025-11-20,10:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,10:50:24.525] [DEBUG] 6 processes running of frp type [2025-11-20,11:05:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,11:05:24.785] [DEBUG] 6 processes running of frp type [2025-11-20,11:20:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,11:20:24.160] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,11:35:18.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,11:35:25.199] [DEBUG] 6 processes running of frp type [2025-11-20,11:50:18.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,11:50:25.324] [DEBUG] 6 processes running of frp type [2025-11-20,12:05:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,12:05:24.535] [DEBUG] 6 processes running of frp type 2025-11-20 12:06:44.479 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 12:06:44.482 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 12:06:46.616 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 12:06:46.621 [W] [client/service.go:297] [d45a61601038ece6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 12:06:51.199 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 12:06:52.178 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-20 12:06:52.180 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-20 12:06:52.493 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-20,12:20:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,12:20:25.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,12:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,12:35:25.281] [DEBUG] 6 processes running of frp type [2025-11-20,12:50:18.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,12:50:26.387] [DEBUG] 6 processes running of frp type [2025-11-20,13:05:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,13:05:26.058] [DEBUG] 6 processes running of frp type [2025-11-20,13:20:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,13:20:24.087] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,13:35:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,13:35:23.834] [DEBUG] 6 processes running of frp type [2025-11-20,13:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,13:50:24.186] [DEBUG] 6 processes running of frp type [2025-11-20,14:05:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,14:05:24.629] [DEBUG] 6 processes running of frp type [2025-11-20,14:20:18.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,14:20:25.072] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,14:35:16.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,14:35:23.820] [DEBUG] 6 processes running of frp type [2025-11-20,14:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,14:50:24.164] [DEBUG] 6 processes running of frp type [2025-11-20,15:05:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,15:05:24.413] [DEBUG] 6 processes running of frp type [2025-11-20,15:20:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,15:20:24.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,15:35:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,15:35:24.118] [DEBUG] 6 processes running of frp type [2025-11-20,15:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,15:50:23.934] [DEBUG] 6 processes running of frp type [2025-11-20,16:05:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,16:05:24.781] [DEBUG] 6 processes running of frp type [2025-11-20,16:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,16:20:23.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,16:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,16:35:24.325] [DEBUG] 6 processes running of frp type [2025-11-20,16:50:19.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,16:50:26.648] [DEBUG] 6 processes running of frp type [2025-11-20,17:05:20.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,17:05:27.083] [DEBUG] 6 processes running of frp type [2025-11-20,17:20:17.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,17:20:24.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,17:35:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,17:35:26.672] [DEBUG] 6 processes running of frp type [2025-11-20,17:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,17:50:24.158] [DEBUG] 6 processes running of frp type [2025-11-20,18:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,18:05:24.320] [DEBUG] 6 processes running of frp type [2025-11-20,18:20:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,18:20:24.513] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,18:35:16.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,18:35:23.704] [DEBUG] 6 processes running of frp type [2025-11-20,18:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,18:50:24.251] [DEBUG] 6 processes running of frp type 2025-11-20 18:56:19.788 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 18:56:21.055 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-20 18:56:21.056 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-20 18:56:21.518 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-20,19:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,19:05:24.408] [DEBUG] 6 processes running of frp type [2025-11-20,19:20:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,19:20:24.703] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,19:35:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,19:35:26.732] [DEBUG] 6 processes running of frp type 2025-11-20 19:41:19.231 [I] [client/service.go:294] [d45a61601038ece6] try to connect to server... 2025-11-20 19:41:23.329 [I] [client/service.go:286] [d45a61601038ece6] login to server success, get run id [d45a61601038ece6] 2025-11-20 19:41:23.330 [I] [proxy/proxy_manager.go:173] [d45a61601038ece6] proxy added: [DTN57CC5599] 2025-11-20 19:41:25.661 [I] [client/control.go:168] [d45a61601038ece6] [DTN57CC5599] start proxy success [2025-11-20,19:50:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,19:50:24.287] [DEBUG] 6 processes running of frp type [2025-11-20,20:05:20.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,20:05:27.478] [DEBUG] 6 processes running of frp type [2025-11-20,20:20:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,20:20:24.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,20:35:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,20:35:24.567] [DEBUG] 6 processes running of frp type [2025-11-20,20:50:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,20:50:24.469] [DEBUG] 6 processes running of frp type [2025-11-20,21:05:20.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,21:05:26.964] [DEBUG] 6 processes running of frp type [2025-11-20,21:20:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,21:20:27.840] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,21:27:41.011] [INFO] Initializing BusSpeedStateManager V2 [2025-11-20,21:27:41.014] [INFO] LocationSqlManager initialising [2025-11-20,21:27:41.015] [INFO] Location DB initialising [2025-11-20,21:27:41.024] [INFO] LocationSqlManager initialisation complete [2025-11-20,21:27:41.025] [DEBUG] UploadManager Init [2025-11-20,21:27:41.025] [DEBUG] UploadManager Init Complete [2025-11-20,21:27:41.028] [INFO] Initializing GPS... [2025-11-20,21:27:41.030] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,21:29:44.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,21:29:56.340] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-20,21:30:19.457] [DEBUG] Log Upload Complete! [2025-11-20,21:32:44.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,21:32:49.123] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-20,21:32:50.806] [DEBUG] Remote Access Enabled [2025-11-20,21:32:57.160] [INFO] Server Address: 138.201.17.179 [2025-11-20,21:32:57.162] [INFO] Server Port: 7000 [2025-11-20,21:32:57.171] [DEBUG] Starting Remote Access! 2025-11-20 21:32:57.322 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-20 21:32:57.323 [I] [client/service.go:294] try to connect to server... 2025-11-20 21:32:58.425 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-20 21:32:58.425 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-20 21:32:58.706 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success [2025-11-20,21:35:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-20,21:35:23.901] [DEBUG] 6 processes running of frp type [2025-11-20,21:48:08.913] [INFO] downloaded zip passenger_count [2025-11-20,21:48:09.129] [INFO] extraction successful [2025-11-20,21:48:09.297] [INFO] Code Update is Done Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 2025-11-20 22:12:09.233 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:12:23.326 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-20 22:12:23.327 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-20 22:12:52.952 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:13:08.341 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: connection write timeout 2025-11-20 22:13:08.342 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:13:18.344 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:13:18.344 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:13:28.345 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:13:28.346 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:13:38.347 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:13:38.348 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:13:48.350 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:14:08.351 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:14:08.361 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 22:14:28.362 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:14:38.363 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:14:58.365 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-20 22:15:01.294 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-20 22:15:01.295 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-20 22:15:01.587 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 2025-11-21 01:43:25.944 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 01:43:30.500 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-21 01:43:30.501 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-21 01:43:30.838 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 2025-11-21 01:50:43.573 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 01:50:45.674 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-21 01:50:45.675 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-21 01:50:45.992 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 2025-11-21 04:06:40.761 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 04:06:41.658 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-21 04:06:41.660 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-21 04:06:41.958 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success 2025-11-21 04:14:26.635 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 04:14:27.528 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-21 04:14:27.529 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-21 04:14:27.824 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 2025-11-21 08:42:32.888 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 08:42:44.784 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: i/o deadline reached 2025-11-21 08:42:44.785 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 08:42:45.912 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-21 08:42:45.913 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-21 08:42:46.497 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 2025-11-21 12:06:40.524 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 12:06:40.529 [W] [client/service.go:297] [9000fe3b191e0c6e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-21 12:06:42.608 [I] [client/service.go:294] [9000fe3b191e0c6e] try to connect to server... 2025-11-21 12:06:43.524 [I] [client/service.go:286] [9000fe3b191e0c6e] login to server success, get run id [9000fe3b191e0c6e] 2025-11-21 12:06:43.525 [I] [proxy/proxy_manager.go:173] [9000fe3b191e0c6e] proxy added: [DTN57CC5599] 2025-11-21 12:06:43.830 [I] [client/control.go:168] [9000fe3b191e0c6e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-21,12:28:12.964] [INFO] Initializing BusSpeedStateManager V2 [2025-11-21,12:28:12.970] [INFO] LocationSqlManager initialising [2025-11-21,12:28:12.971] [INFO] Location DB initialising [2025-11-21,12:28:12.981] [INFO] LocationSqlManager initialisation complete [2025-11-21,12:28:12.982] [DEBUG] UploadManager Init [2025-11-21,12:28:12.983] [DEBUG] UploadManager Init Complete [2025-11-21,12:28:12.987] [INFO] Initializing GPS... [2025-11-21,12:28:12.990] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' [2025-11-21,23:47:11.865] [INFO] Initializing BusSpeedStateManager V2 [2025-11-21,23:47:11.872] [INFO] LocationSqlManager initialising [2025-11-21,23:47:11.873] [INFO] Location DB initialising [2025-11-21,23:47:11.884] [INFO] LocationSqlManager initialisation complete [2025-11-21,23:47:11.885] [DEBUG] UploadManager Init [2025-11-21,23:47:11.886] [DEBUG] UploadManager Init Complete [2025-11-21,23:47:11.890] [INFO] Initializing GPS... [2025-11-21,23:47:11.893] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-21,23:49:15.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-21,23:49:21.947] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-21,23:49:34.826] [DEBUG] Log Upload Complete! [2025-11-21,23:52:15.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-21,23:52:22.191] [DEBUG] Remote Access Enabled [2025-11-21,23:52:29.881] [INFO] Server Address: 138.201.17.179 [2025-11-21,23:52:29.882] [INFO] Server Port: 7000 [2025-11-21,23:52:29.887] [DEBUG] Starting Remote Access! 2025-11-21 23:52:30.017 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-21 23:52:30.018 [I] [client/service.go:294] try to connect to server... 2025-11-21 23:52:31.025 [I] [client/service.go:286] [0a4acb3d458f00f2] login to server success, get run id [0a4acb3d458f00f2] 2025-11-21 23:52:31.028 [I] [proxy/proxy_manager.go:173] [0a4acb3d458f00f2] proxy added: [DTN57CC5599] 2025-11-21 23:52:31.370 [I] [client/control.go:168] [0a4acb3d458f00f2] [DTN57CC5599] start proxy success [2025-11-22,00:05:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,00:05:24.509] [DEBUG] 6 processes running of frp type [2025-11-22,00:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,00:20:23.564] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,00:35:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,00:35:25.233] [DEBUG] 6 processes running of frp type [2025-11-22,00:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,00:50:24.400] [DEBUG] 6 processes running of frp type [2025-11-22,01:05:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,01:05:24.246] [DEBUG] 6 processes running of frp type [2025-11-22,01:20:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,01:20:24.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,01:35:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,01:35:23.953] [DEBUG] 6 processes running of frp type [2025-11-22,01:50:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,01:50:24.571] [DEBUG] 6 processes running of frp type 2025-11-22 01:57:24.336 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 01:57:34.338 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 01:57:34.339 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 01:57:44.340 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 01:57:44.340 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 01:57:52.775 [I] [client/service.go:286] [0a4acb3d458f00f2] login to server success, get run id [0a4acb3d458f00f2] 2025-11-22 01:57:52.777 [I] [proxy/proxy_manager.go:173] [0a4acb3d458f00f2] proxy added: [DTN57CC5599] 2025-11-22 01:57:53.378 [I] [client/control.go:168] [0a4acb3d458f00f2] [DTN57CC5599] start proxy success [2025-11-22,02:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,02:05:24.439] [DEBUG] 6 processes running of frp type [2025-11-22,02:20:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,02:20:24.434] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,02:35:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,02:35:24.023] [DEBUG] 6 processes running of frp type [2025-11-22,02:50:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,02:50:23.809] [DEBUG] 6 processes running of frp type [2025-11-22,03:05:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,03:05:23.939] [DEBUG] 6 processes running of frp type [2025-11-22,03:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,03:20:23.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,03:35:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,03:35:24.171] [DEBUG] 6 processes running of frp type [2025-11-22,03:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,03:50:29.692] [DEBUG] 6 processes running of frp type [2025-11-22,04:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,04:05:24.649] [DEBUG] 6 processes running of frp type 2025-11-22 04:06:46.667 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:06:48.627 [I] [client/service.go:286] [0a4acb3d458f00f2] login to server success, get run id [0a4acb3d458f00f2] 2025-11-22 04:06:48.629 [I] [proxy/proxy_manager.go:173] [0a4acb3d458f00f2] proxy added: [DTN57CC5599] 2025-11-22 04:06:48.949 [I] [client/control.go:168] [0a4acb3d458f00f2] [DTN57CC5599] start proxy success [2025-11-22,04:20:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,04:20:24.523] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-22 04:29:47.203 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:29:57.206 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:29:57.206 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:30:07.208 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:30:07.208 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:30:17.210 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:30:17.210 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:30:27.212 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:30:27.213 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:30:37.215 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:30:57.216 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:31:07.218 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:31:27.220 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:31:37.222 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 04:31:57.223 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:31:57.228 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:32:17.229 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:32:17.234 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:32:37.235 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:32:37.240 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:32:57.242 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:32:57.247 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:33:17.249 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:33:17.254 [W] [client/service.go:297] [0a4acb3d458f00f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:33:37.254 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 04:33:38.345 [I] [client/service.go:286] [0a4acb3d458f00f2] login to server success, get run id [0a4acb3d458f00f2] 2025-11-22 04:33:38.346 [I] [proxy/proxy_manager.go:173] [0a4acb3d458f00f2] proxy added: [DTN57CC5599] 2025-11-22 04:33:38.809 [I] [client/control.go:168] [0a4acb3d458f00f2] [DTN57CC5599] start proxy success [2025-11-22,04:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,04:35:27.956] [DEBUG] 6 processes running of frp type [2025-11-22,04:50:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,04:50:24.505] [DEBUG] 6 processes running of frp type [2025-11-22,05:05:18.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,05:05:24.756] [DEBUG] 6 processes running of frp type 2025-11-22 05:15:23.944 [I] [client/service.go:294] [0a4acb3d458f00f2] try to connect to server... 2025-11-22 05:15:24.820 [I] [client/service.go:286] [0a4acb3d458f00f2] login to server success, get run id [0a4acb3d458f00f2] 2025-11-22 05:15:24.821 [I] [proxy/proxy_manager.go:173] [0a4acb3d458f00f2] proxy added: [DTN57CC5599] 2025-11-22 05:15:25.118 [I] [client/control.go:168] [0a4acb3d458f00f2] [DTN57CC5599] start proxy success [2025-11-22,05:20:16.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,05:20:23.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,05:35:18.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,05:35:24.912] [DEBUG] 6 processes running of frp type [2025-11-22,05:50:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,05:50:24.482] [DEBUG] 6 processes running of frp type [2025-11-22,06:05:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,06:05:24.415] [DEBUG] 6 processes running of frp type [2025-11-22,06:20:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,06:20:24.368] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,06:30:42.485] [INFO] Initializing BusSpeedStateManager V2 [2025-11-22,06:30:42.490] [INFO] LocationSqlManager initialising [2025-11-22,06:30:42.491] [INFO] Location DB initialising [2025-11-22,06:30:42.500] [INFO] LocationSqlManager initialisation complete [2025-11-22,06:30:42.501] [DEBUG] UploadManager Init [2025-11-22,06:30:42.501] [DEBUG] UploadManager Init Complete [2025-11-22,06:30:42.503] [INFO] Initializing GPS... [2025-11-22,06:30:42.505] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,06:32:46.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,06:32:53.732] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-22,06:33:14.836] [DEBUG] Log Upload Complete! [2025-11-22,06:35:46.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,06:35:53.125] [DEBUG] Remote Access Enabled [2025-11-22,06:35:59.406] [INFO] Server Address: 138.201.17.179 [2025-11-22,06:35:59.407] [INFO] Server Port: 7000 [2025-11-22,06:35:59.412] [DEBUG] Starting Remote Access! 2025-11-22 06:35:59.547 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-22 06:35:59.548 [I] [client/service.go:294] try to connect to server... 2025-11-22 06:36:00.393 [I] [client/service.go:286] [248da83d312030b7] login to server success, get run id [248da83d312030b7] 2025-11-22 06:36:00.394 [I] [proxy/proxy_manager.go:173] [248da83d312030b7] proxy added: [DTN57CC5599] 2025-11-22 06:36:00.700 [I] [client/control.go:168] [248da83d312030b7] [DTN57CC5599] start proxy success [2025-11-22,06:50:17.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,06:50:24.879] [DEBUG] 6 processes running of frp type 2025-11-22 06:53:30.375 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 06:53:40.377 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:53:40.378 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 06:53:50.380 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:53:50.380 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 06:54:00.383 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:54:00.384 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 06:54:10.385 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:54:10.386 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 06:54:13.314 [I] [client/service.go:286] [248da83d312030b7] login to server success, get run id [248da83d312030b7] 2025-11-22 06:54:13.315 [I] [proxy/proxy_manager.go:173] [248da83d312030b7] proxy added: [DTN57CC5599] 2025-11-22 06:54:13.631 [I] [client/control.go:168] [248da83d312030b7] [DTN57CC5599] start proxy success [2025-11-22,07:05:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,07:05:24.505] [DEBUG] 6 processes running of frp type [2025-11-22,07:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,07:20:25.290] [DEBUG] 6 processes running of frp type 2025-11-22 07:23:47.459 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:23:57.461 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 07:23:57.462 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:24:07.463 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 07:24:07.463 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:24:17.464 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 07:24:17.465 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:24:27.467 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 07:24:27.467 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:24:37.469 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 07:24:57.470 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:25:07.472 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 07:25:27.474 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:25:27.481 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 07:25:47.482 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 07:25:49.807 [I] [client/service.go:286] [248da83d312030b7] login to server success, get run id [248da83d312030b7] 2025-11-22 07:25:49.808 [I] [proxy/proxy_manager.go:173] [248da83d312030b7] proxy added: [DTN57CC5599] 2025-11-22 07:25:50.124 [I] [client/control.go:168] [248da83d312030b7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,07:35:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,07:35:25.061] [DEBUG] 6 processes running of frp type [2025-11-22,07:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,07:50:24.290] [DEBUG] 6 processes running of frp type [2025-11-22,08:02:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,08:02:24.236] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-22,08:02:32.437] [DEBUG] Log Upload Complete! [2025-11-22,08:05:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,08:05:24.391] [DEBUG] 6 processes running of frp type [2025-11-22,08:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,08:20:24.300] [DEBUG] 6 processes running of frp type 2025-11-22 08:21:18.134 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 08:21:18.990 [I] [client/service.go:286] [248da83d312030b7] login to server success, get run id [248da83d312030b7] 2025-11-22 08:21:18.991 [I] [proxy/proxy_manager.go:173] [248da83d312030b7] proxy added: [DTN57CC5599] 2025-11-22 08:21:19.276 [I] [client/control.go:168] [248da83d312030b7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,08:35:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,08:35:24.746] [DEBUG] 6 processes running of frp type [2025-11-22,08:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,08:50:24.171] [DEBUG] 6 processes running of frp type [2025-11-22,09:05:19.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,09:05:26.657] [DEBUG] 6 processes running of frp type [2025-11-22,09:20:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,09:20:24.647] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,09:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,09:35:24.753] [DEBUG] 6 processes running of frp type [2025-11-22,09:50:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,09:50:23.880] [DEBUG] 6 processes running of frp type [2025-11-22,10:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,10:05:23.861] [DEBUG] 6 processes running of frp type [2025-11-22,10:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,10:20:23.862] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,10:35:18.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,10:35:25.521] [DEBUG] 6 processes running of frp type [2025-11-22,10:50:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,10:50:23.669] [DEBUG] 6 processes running of frp type [2025-11-22,11:05:19.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,11:05:25.655] [DEBUG] 6 processes running of frp type [2025-11-22,11:20:18.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,11:20:25.528] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,11:35:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,11:35:23.957] [DEBUG] 6 processes running of frp type [2025-11-22,11:50:18.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,11:50:25.534] [DEBUG] 6 processes running of frp type [2025-11-22,12:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,12:05:25.096] [DEBUG] 6 processes running of frp type [2025-11-22,12:20:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,12:20:23.970] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,12:35:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,12:35:24.301] [DEBUG] 6 processes running of frp type [2025-11-22,12:50:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,12:50:24.751] [DEBUG] 6 processes running of frp type [2025-11-22,13:05:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,13:05:23.686] [DEBUG] 6 processes running of frp type [2025-11-22,13:20:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,13:20:23.770] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,13:35:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,13:35:24.010] [DEBUG] 6 processes running of frp type [2025-11-22,13:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,13:50:24.184] [DEBUG] 6 processes running of frp type [2025-11-22,14:05:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,14:05:25.437] [DEBUG] 6 processes running of frp type [2025-11-22,14:20:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,14:20:24.316] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,14:35:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,14:35:23.748] [DEBUG] 6 processes running of frp type [2025-11-22,14:50:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,14:50:24.024] [DEBUG] 6 processes running of frp type [2025-11-22,15:05:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,15:05:24.329] [DEBUG] 6 processes running of frp type [2025-11-22,15:20:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,15:20:24.330] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,15:35:17.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,15:35:23.693] [DEBUG] 6 processes running of frp type [2025-11-22,15:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,15:50:24.147] [DEBUG] 6 processes running of frp type [2025-11-22,16:05:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,16:05:24.134] [DEBUG] 6 processes running of frp type [2025-11-22,16:20:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,16:20:24.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,16:35:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,16:35:24.273] [DEBUG] 6 processes running of frp type [2025-11-22,16:50:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,16:50:24.906] [DEBUG] 6 processes running of frp type [2025-11-22,17:05:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,17:05:23.934] [DEBUG] 6 processes running of frp type [2025-11-22,17:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,17:20:23.717] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,17:35:18.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,17:35:25.244] [DEBUG] 6 processes running of frp type [2025-11-22,17:50:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,17:50:24.862] [DEBUG] 6 processes running of frp type [2025-11-22,18:05:17.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,18:05:23.959] [DEBUG] 6 processes running of frp type [2025-11-22,18:20:17.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,18:20:23.992] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,18:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,18:35:24.408] [DEBUG] 6 processes running of frp type [2025-11-22,18:50:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,18:50:23.679] [DEBUG] 6 processes running of frp type [2025-11-22,19:05:18.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,19:05:25.555] [DEBUG] 6 processes running of frp type [2025-11-22,19:20:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,19:20:24.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,19:35:22.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,19:35:29.875] [DEBUG] 6 processes running of frp type [2025-11-22,19:50:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,19:50:24.241] [DEBUG] 6 processes running of frp type [2025-11-22,20:05:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,20:05:24.020] [DEBUG] 6 processes running of frp type [2025-11-22,20:20:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,20:20:23.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-22 20:31:37.616 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 20:31:47.618 [W] [client/service.go:297] [248da83d312030b7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 20:31:47.619 [I] [client/service.go:294] [248da83d312030b7] try to connect to server... 2025-11-22 20:31:48.570 [I] [client/service.go:286] [248da83d312030b7] login to server success, get run id [248da83d312030b7] 2025-11-22 20:31:48.572 [I] [proxy/proxy_manager.go:173] [248da83d312030b7] proxy added: [DTN57CC5599] 2025-11-22 20:31:48.868 [I] [client/control.go:168] [248da83d312030b7] [DTN57CC5599] start proxy success [2025-11-22,20:33:31.040] [INFO] Initializing BusSpeedStateManager V2 [2025-11-22,20:33:31.045] [INFO] LocationSqlManager initialising [2025-11-22,20:33:31.046] [INFO] Location DB initialising [2025-11-22,20:33:31.055] [INFO] LocationSqlManager initialisation complete [2025-11-22,20:33:31.056] [DEBUG] UploadManager Init [2025-11-22,20:33:31.056] [DEBUG] UploadManager Init Complete [2025-11-22,20:33:31.059] [INFO] Initializing GPS... [2025-11-22,20:33:31.061] [INFO] Starting location capture [2025-11-22,20:34:36.046] [INFO] Initializing BusSpeedStateManager V2 [2025-11-22,20:34:36.051] [INFO] LocationSqlManager initialising [2025-11-22,20:34:36.051] [INFO] Location DB initialising [2025-11-22,20:34:36.061] [INFO] LocationSqlManager initialisation complete [2025-11-22,20:34:36.062] [DEBUG] UploadManager Init [2025-11-22,20:34:36.062] [DEBUG] UploadManager Init Complete [2025-11-22,20:34:36.065] [INFO] Initializing GPS... [2025-11-22,20:34:36.067] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,20:36:40.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,20:36:46.435] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-22,20:36:54.175] [DEBUG] Log Upload Complete! [2025-11-22,20:39:40.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,20:39:40.198] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-22,20:39:46.605] [DEBUG] Remote Access Enabled [2025-11-22,20:39:52.719] [INFO] Server Address: 138.201.17.179 [2025-11-22,20:39:52.720] [INFO] Server Port: 7000 [2025-11-22,20:39:52.726] [DEBUG] Starting Remote Access! 2025-11-22 20:39:52.890 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-22 20:39:52.891 [I] [client/service.go:294] try to connect to server... 2025-11-22 20:39:53.743 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-22 20:39:53.745 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-22 20:39:54.020 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-22,20:50:18.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,20:50:24.930] [DEBUG] 6 processes running of frp type [2025-11-22,21:05:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,21:05:25.212] [DEBUG] 6 processes running of frp type [2025-11-22,21:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,21:20:24.644] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,21:35:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,21:35:23.755] [DEBUG] 6 processes running of frp type [2025-11-22,21:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,21:50:24.286] [DEBUG] 6 processes running of frp type 2025-11-22 21:51:41.918 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-22 21:51:46.930 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-22 21:51:46.932 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-22 21:51:49.021 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-22,22:05:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,22:05:24.425] [DEBUG] 6 processes running of frp type [2025-11-22,22:20:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,22:20:24.348] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,22:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,22:35:24.366] [DEBUG] 6 processes running of frp type [2025-11-22,22:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,22:50:24.536] [DEBUG] 6 processes running of frp type [2025-11-22,23:05:20.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,23:05:27.495] [DEBUG] 6 processes running of frp type [2025-11-22,23:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,23:20:24.894] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-22,23:35:18.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,23:35:25.683] [DEBUG] 6 processes running of frp type [2025-11-22,23:50:19.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-22,23:50:26.664] [DEBUG] 6 processes running of frp type 2025-11-22 23:53:32.669 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-22 23:53:39.549 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-22 23:53:39.551 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-22 23:53:39.852 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,00:05:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,00:05:24.684] [DEBUG] 6 processes running of frp type [2025-11-23,00:20:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,00:20:25.269] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,00:35:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,00:35:24.676] [DEBUG] 6 processes running of frp type [2025-11-23,00:50:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,00:50:24.688] [DEBUG] 6 processes running of frp type [2025-11-23,01:05:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,01:05:24.297] [DEBUG] 6 processes running of frp type [2025-11-23,01:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,01:20:24.921] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-23 01:28:37.600 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 01:28:38.518 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 01:28:38.520 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 01:28:38.833 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,01:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,01:35:24.788] [DEBUG] 6 processes running of frp type 2025-11-23 01:47:54.868 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 01:47:55.770 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 01:47:55.772 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 01:47:56.073 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,01:50:18.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,01:50:24.669] [DEBUG] 6 processes running of frp type [2025-11-23,02:05:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,02:05:24.765] [DEBUG] 6 processes running of frp type [2025-11-23,02:20:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,02:20:25.748] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,02:35:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,02:35:23.613] [DEBUG] 6 processes running of frp type [2025-11-23,02:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,02:50:29.199] [DEBUG] 6 processes running of frp type 2025-11-23 02:50:52.145 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 02:51:02.147 [W] [client/service.go:297] [75ccecce1bab36fa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 02:51:02.147 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 02:51:10.678 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 02:51:10.680 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 02:51:49.761 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 02:51:50.713 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 02:51:50.714 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 02:51:51.016 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success 2025-11-23 03:03:44.748 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 03:03:54.751 [W] [client/service.go:297] [75ccecce1bab36fa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 03:03:54.751 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 03:03:56.824 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 03:03:56.825 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 03:03:57.147 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,03:05:19.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,03:05:26.350] [DEBUG] 6 processes running of frp type [2025-11-23,03:20:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,03:20:24.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,03:35:18.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,03:35:24.744] [DEBUG] 6 processes running of frp type [2025-11-23,03:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,03:50:24.059] [DEBUG] 6 processes running of frp type [2025-11-23,04:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,04:05:23.996] [DEBUG] 6 processes running of frp type 2025-11-23 04:06:22.538 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 04:06:28.728 [W] [client/service.go:297] [75ccecce1bab36fa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:06:28.729 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 04:06:31.768 [W] [client/service.go:297] [75ccecce1bab36fa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:06:31.768 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 04:06:34.808 [W] [client/service.go:297] [75ccecce1bab36fa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:06:43.153 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 04:06:43.158 [W] [client/service.go:297] [75ccecce1bab36fa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:07:00.557 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 04:07:01.487 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 04:07:01.488 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 04:07:01.785 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,04:20:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,04:20:23.964] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,04:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,04:35:24.048] [DEBUG] 6 processes running of frp type [2025-11-23,04:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,04:50:24.062] [DEBUG] 6 processes running of frp type [2025-11-23,05:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,05:05:24.201] [DEBUG] 6 processes running of frp type 2025-11-23 05:07:32.210 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 05:07:33.238 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 05:07:33.239 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 05:07:33.624 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,05:20:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,05:20:24.558] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-23 05:26:56.640 [I] [client/service.go:294] [75ccecce1bab36fa] try to connect to server... 2025-11-23 05:26:57.522 [I] [client/service.go:286] [75ccecce1bab36fa] login to server success, get run id [75ccecce1bab36fa] 2025-11-23 05:26:57.523 [I] [proxy/proxy_manager.go:173] [75ccecce1bab36fa] proxy added: [DTN57CC5599] 2025-11-23 05:26:57.898 [I] [client/control.go:168] [75ccecce1bab36fa] [DTN57CC5599] start proxy success [2025-11-23,05:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,05:35:24.413] [DEBUG] 6 processes running of frp type [2025-11-23,05:50:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,05:50:24.104] [DEBUG] 6 processes running of frp type [2025-11-23,06:05:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,06:05:24.055] [DEBUG] 6 processes running of frp type [2025-11-23,06:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,06:20:24.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,06:30:42.611] [INFO] Initializing BusSpeedStateManager V2 [2025-11-23,06:30:42.616] [INFO] LocationSqlManager initialising [2025-11-23,06:30:42.616] [INFO] Location DB initialising [2025-11-23,06:30:42.625] [INFO] LocationSqlManager initialisation complete [2025-11-23,06:30:42.626] [DEBUG] UploadManager Init [2025-11-23,06:30:42.626] [DEBUG] UploadManager Init Complete [2025-11-23,06:30:42.629] [INFO] Initializing GPS... [2025-11-23,06:30:42.631] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,06:32:45.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,06:32:52.346] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-23,06:33:06.430] [DEBUG] Log Upload Complete! [2025-11-23,06:35:45.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,06:35:52.489] [DEBUG] Remote Access Enabled [2025-11-23,06:35:58.722] [INFO] Server Address: 138.201.17.179 [2025-11-23,06:35:58.722] [INFO] Server Port: 7000 [2025-11-23,06:35:58.728] [DEBUG] Starting Remote Access! 2025-11-23 06:35:58.861 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-23 06:35:58.863 [I] [client/service.go:294] try to connect to server... 2025-11-23 06:35:59.739 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 06:35:59.740 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 06:36:00.050 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 06:39:42.956 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 06:39:45.328 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 06:39:45.330 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 06:39:45.630 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,06:50:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,06:50:24.353] [DEBUG] 6 processes running of frp type [2025-11-23,07:05:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,07:05:24.472] [DEBUG] 6 processes running of frp type [2025-11-23,07:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,07:20:24.259] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,07:35:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,07:35:24.802] [DEBUG] 6 processes running of frp type [2025-11-23,07:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,07:50:29.523] [DEBUG] 6 processes running of frp type [2025-11-23,08:02:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,08:02:24.383] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-23,08:02:34.023] [DEBUG] Log Upload Complete! [2025-11-23,08:05:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,08:05:24.724] [DEBUG] 6 processes running of frp type 2025-11-23 08:19:48.576 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:19:58.578 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:19:58.579 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:20:08.581 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:20:08.581 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:20:12.980 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 08:20:12.981 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 08:20:13.641 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,08:20:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,08:20:23.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-23 08:26:26.667 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:26:36.668 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:26:36.669 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:26:46.670 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:26:46.671 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:26:56.673 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:26:56.674 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:27:06.675 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:27:26.677 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:27:36.679 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:27:56.681 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:28:06.683 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:28:26.683 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:28:36.685 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:28:56.686 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:29:06.688 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 08:29:26.688 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:29:26.692 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 08:29:46.693 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:29:46.697 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 08:30:06.699 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:30:06.703 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 08:30:26.704 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:30:26.709 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 08:30:46.710 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:30:46.714 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 08:31:06.716 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:31:06.721 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 08:31:26.723 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 08:31:27.600 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 08:31:27.602 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 08:31:27.886 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,08:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,08:35:24.074] [DEBUG] 6 processes running of frp type [2025-11-23,08:50:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,08:50:24.548] [DEBUG] 6 processes running of frp type [2025-11-23,09:05:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,09:05:25.279] [DEBUG] 6 processes running of frp type [2025-11-23,09:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,09:20:25.261] [DEBUG] 6 processes running of frp type 2025-11-23 09:24:28.364 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:24:29.280 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:24:29.282 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:24:29.592 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 09:25:08.676 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:25:14.738 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:25:14.740 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:25:16.273 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-23 09:29:59.541 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:30:09.543 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:30:09.543 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:30:19.545 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:30:19.545 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:30:29.548 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:30:29.548 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:30:39.550 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:30:39.551 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:30:49.552 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:31:09.553 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:31:19.555 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:31:39.557 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:31:49.558 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:32:09.560 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:32:10.706 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:32:10.707 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:32:11.340 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 09:33:52.308 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:34:02.310 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:34:02.311 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:34:12.313 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:34:12.314 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:34:22.315 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:34:22.316 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:34:32.317 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:34:32.318 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:34:42.320 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:35:02.321 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:35:12.323 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:35:32.324 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:35:42.326 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:36:02.327 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:36:12.328 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:36:32.330 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:36:39.487 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:36:59.489 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:36:59.494 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:37:19.496 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:37:19.502 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:37:39.503 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:37:39.508 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:37:59.509 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:37:59.515 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:38:19.516 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:38:19.523 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:38:39.524 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:38:39.528 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:38:59.530 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:38:59.536 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:39:19.537 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:39:20.530 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:39:20.532 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:39:20.930 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 09:47:35.260 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:47:38.013 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:47:38.015 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:47:41.543 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 09:48:47.460 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:48:57.462 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:48:57.462 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:49:07.464 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:49:07.465 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:49:20.647 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: connection write timeout 2025-11-23 09:49:20.647 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:49:35.407 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:49:35.412 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:49:36.367 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 09:50:02.772 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:50:20.632 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: connection write timeout 2025-11-23 09:50:20.633 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:50:35.313 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: connection write timeout 2025-11-23 09:50:35.314 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:50:45.316 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:50:45.316 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:50:55.318 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:50:55.319 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... [2025-11-23,09:50:57.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,09:51:12.523] [DEBUG] 6 processes running of frp type 2025-11-23 09:51:15.831 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:51:15.833 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:51:38.162 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:51:48.164 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:51:48.165 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:51:58.167 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:51:58.167 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:52:08.169 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:52:08.170 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:52:18.172 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:52:18.173 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:52:28.174 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:52:48.175 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:52:58.178 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 09:53:18.179 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:53:25.353 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 09:53:45.354 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 09:53:46.682 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 09:53:46.683 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 09:53:47.075 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,10:05:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,10:05:28.316] [DEBUG] 6 processes running of frp type [2025-11-23,10:20:17.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,10:20:26.195] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-23 10:29:53.950 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 10:29:59.517 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 10:29:59.519 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 10:30:00.151 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,10:35:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,10:35:26.145] [DEBUG] 6 processes running of frp type [2025-11-23,10:50:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,10:50:24.418] [DEBUG] 6 processes running of frp type [2025-11-23,11:05:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,11:05:24.452] [DEBUG] 6 processes running of frp type [2025-11-23,11:20:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,11:20:24.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,11:35:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,11:35:24.415] [DEBUG] 6 processes running of frp type [2025-11-23,11:50:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,11:50:24.160] [DEBUG] 6 processes running of frp type [2025-11-23,12:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,12:05:24.284] [DEBUG] 6 processes running of frp type [2025-11-23,12:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,12:20:25.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,12:35:17.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,12:35:23.766] [DEBUG] 6 processes running of frp type [2025-11-23,12:50:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,12:50:24.931] [DEBUG] 6 processes running of frp type [2025-11-23,13:05:17.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,13:05:23.970] [DEBUG] 6 processes running of frp type [2025-11-23,13:20:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,13:20:24.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,13:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,13:35:24.574] [DEBUG] 6 processes running of frp type [2025-11-23,13:50:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,13:50:23.854] [DEBUG] 6 processes running of frp type [2025-11-23,14:05:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,14:05:24.417] [DEBUG] 6 processes running of frp type [2025-11-23,14:20:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,14:20:24.775] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,14:35:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,14:35:23.641] [DEBUG] 6 processes running of frp type [2025-11-23,14:50:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,14:50:23.817] [DEBUG] 6 processes running of frp type [2025-11-23,15:05:17.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,15:05:23.739] [DEBUG] 6 processes running of frp type [2025-11-23,15:20:16.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,15:20:23.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,15:35:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,15:35:24.279] [DEBUG] 6 processes running of frp type [2025-11-23,15:50:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,15:50:24.090] [DEBUG] 6 processes running of frp type [2025-11-23,16:05:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,16:05:24.258] [DEBUG] 6 processes running of frp type [2025-11-23,16:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,16:20:24.125] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,16:35:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,16:35:24.507] [DEBUG] 6 processes running of frp type [2025-11-23,16:50:18.295] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,16:50:25.029] [DEBUG] 6 processes running of frp type [2025-11-23,17:05:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,17:05:24.004] [DEBUG] 6 processes running of frp type [2025-11-23,17:20:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,17:20:23.920] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,17:35:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,17:35:24.732] [DEBUG] 6 processes running of frp type [2025-11-23,17:50:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,17:50:24.478] [DEBUG] 6 processes running of frp type [2025-11-23,18:05:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,18:05:24.530] [DEBUG] 6 processes running of frp type [2025-11-23,18:20:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,18:20:24.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,18:35:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,18:35:24.363] [DEBUG] 6 processes running of frp type [2025-11-23,18:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,18:50:24.603] [DEBUG] 6 processes running of frp type [2025-11-23,19:05:18.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,19:05:25.146] [DEBUG] 6 processes running of frp type [2025-11-23,19:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,19:20:24.339] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,19:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,19:35:24.690] [DEBUG] 6 processes running of frp type 2025-11-23 19:45:08.449 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:45:18.452 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:45:18.454 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:45:28.456 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:45:28.457 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:45:38.458 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:45:38.459 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:45:48.461 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:45:48.462 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:45:58.463 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:46:18.464 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:46:28.466 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:46:48.467 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:46:58.469 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:47:18.471 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:47:28.472 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:47:48.473 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:47:58.475 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:48:18.476 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:48:28.478 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:48:48.478 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:48:58.480 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 19:49:18.481 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:49:18.487 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 19:49:38.488 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 19:49:40.851 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 19:49:40.852 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 19:49:41.285 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,19:50:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,19:50:24.725] [DEBUG] 6 processes running of frp type [2025-11-23,20:05:17.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,20:05:24.477] [DEBUG] 6 processes running of frp type 2025-11-23 20:17:07.442 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:17:21.509 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: connection write timeout 2025-11-23 20:17:21.510 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:17:36.431 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: connection write timeout 2025-11-23 20:17:36.432 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:17:47.912 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: connection write timeout 2025-11-23 20:17:47.912 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:18:00.169 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: i/o deadline reached 2025-11-23 20:18:00.169 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:18:08.790 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 20:18:08.792 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 20:18:12.429 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-23 20:18:45.023 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:18:55.024 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 20:18:55.025 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:19:05.026 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 20:19:05.027 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:19:15.029 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 20:19:15.029 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:19:25.030 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 20:19:45.032 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:19:55.033 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 20:20:15.035 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:20:25.037 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 20:20:45.037 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:20:45.045 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:21:05.046 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:21:05.053 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:21:25.055 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:21:25.060 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:21:45.061 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:21:45.067 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:22:05.069 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:22:05.073 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:22:25.074 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:22:25.091 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:22:45.093 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:22:45.121 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:23:05.122 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:23:05.127 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:23:25.128 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:23:25.131 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:23:45.133 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:23:45.138 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:24:05.140 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:24:05.146 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:24:25.147 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:24:25.151 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:24:45.153 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:24:45.157 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:25:05.158 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:25:05.163 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:25:25.164 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:25:25.170 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:25:45.172 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:25:45.179 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-23 20:26:05.180 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:26:05.185 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:26:25.186 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:26:25.191 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:26:45.193 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:26:45.964 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:27:05.965 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:27:05.970 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:27:25.972 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:27:25.976 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:27:45.977 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:27:45.983 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:28:05.984 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:28:05.989 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:28:25.990 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:28:25.994 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:28:45.995 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:28:46.002 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:29:06.004 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:29:06.010 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:29:26.011 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:29:26.015 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:29:46.017 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:29:46.021 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:30:06.023 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:30:06.027 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:30:26.029 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:30:26.033 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:30:46.035 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:30:46.039 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:31:06.040 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:31:06.045 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:31:26.045 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:31:26.052 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:31:46.053 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:31:46.056 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:32:06.057 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:32:06.062 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:32:26.063 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:32:26.068 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 20:32:46.070 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 20:32:47.427 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 20:32:47.429 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 20:32:47.730 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,20:35:21.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,20:35:30.269] [DEBUG] 6 processes running of frp type [2025-11-23,20:50:18.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,20:50:25.957] [DEBUG] 6 processes running of frp type [2025-11-23,21:05:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,21:05:23.765] [DEBUG] 6 processes running of frp type 2025-11-23 21:16:07.435 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 21:16:17.438 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 21:16:17.439 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 21:16:27.441 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-23 21:16:27.441 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-23 21:16:32.727 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-23 21:16:32.728 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-23 21:16:33.379 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-23,21:20:18.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,21:20:31.523] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,21:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,21:35:23.997] [DEBUG] 6 processes running of frp type [2025-11-23,21:50:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,21:50:24.208] [DEBUG] 6 processes running of frp type [2025-11-23,22:05:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,22:05:24.240] [DEBUG] 6 processes running of frp type [2025-11-23,22:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,22:20:24.025] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,22:35:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,22:35:24.174] [DEBUG] 6 processes running of frp type [2025-11-23,22:50:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,22:50:24.361] [DEBUG] 6 processes running of frp type [2025-11-23,23:05:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,23:05:25.473] [DEBUG] 6 processes running of frp type [2025-11-23,23:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,23:20:24.438] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-23,23:35:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,23:35:24.428] [DEBUG] 6 processes running of frp type [2025-11-23,23:50:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-23,23:50:23.763] [DEBUG] 6 processes running of frp type [2025-11-24,00:05:20.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,00:05:26.928] [DEBUG] 6 processes running of frp type [2025-11-24,00:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,00:20:24.088] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,00:35:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,00:35:24.519] [DEBUG] 6 processes running of frp type 2025-11-24 00:42:53.746 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 00:42:55.631 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 00:42:55.632 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 00:42:55.915 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-24 00:48:39.798 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 00:48:40.659 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 00:48:40.660 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 00:48:40.941 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-24,00:50:16.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,00:50:23.592] [DEBUG] 6 processes running of frp type [2025-11-24,01:05:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,01:05:24.845] [DEBUG] 6 processes running of frp type [2025-11-24,01:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,01:20:24.155] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,01:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,01:35:24.541] [DEBUG] 6 processes running of frp type [2025-11-24,01:50:18.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,01:50:24.934] [DEBUG] 6 processes running of frp type [2025-11-24,02:05:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,02:05:23.822] [DEBUG] 6 processes running of frp type [2025-11-24,02:20:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,02:20:25.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,02:35:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,02:35:23.780] [DEBUG] 6 processes running of frp type [2025-11-24,02:50:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,02:50:24.564] [DEBUG] 6 processes running of frp type [2025-11-24,03:05:18.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,03:05:24.685] [DEBUG] 6 processes running of frp type 2025-11-24 03:08:29.757 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 03:08:39.196 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 03:08:39.199 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 03:08:39.516 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-24,03:20:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,03:20:24.408] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,03:35:18.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,03:35:25.078] [DEBUG] 6 processes running of frp type [2025-11-24,03:50:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,03:50:25.966] [DEBUG] 6 processes running of frp type [2025-11-24,04:05:19.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,04:05:26.451] [DEBUG] 6 processes running of frp type 2025-11-24 04:06:42.716 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:06:44.864 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:06:44.865 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:06:51.959 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:06:51.960 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:06:51.963 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:07:01.189 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:07:07.529 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 04:07:07.530 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 04:07:08.107 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-24,04:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,04:20:24.349] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-24 04:34:05.706 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:34:15.709 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:34:15.710 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:34:25.711 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:34:25.712 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:34:35.713 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:34:35.714 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:34:45.716 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:34:45.717 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:34:55.718 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:35:15.719 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:35:25.721 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:35:45.722 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:35:45.736 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:36:05.737 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 04:36:06.689 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 04:36:06.691 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 04:36:06.998 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-24,04:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,04:50:24.301] [DEBUG] 6 processes running of frp type [2025-11-24,05:05:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,05:05:24.444] [DEBUG] 6 processes running of frp type [2025-11-24,05:20:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,05:20:24.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,05:35:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,05:35:25.402] [DEBUG] 6 processes running of frp type [2025-11-24,05:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,05:50:24.792] [DEBUG] 6 processes running of frp type [2025-11-24,06:05:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,06:05:23.739] [DEBUG] 6 processes running of frp type 2025-11-24 06:17:37.668 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 06:17:47.671 [W] [client/service.go:297] [76a5335d70d7a68f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:17:47.672 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 06:17:52.285 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 06:17:52.286 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 06:17:52.626 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success 2025-11-24 06:18:31.027 [I] [client/service.go:294] [76a5335d70d7a68f] try to connect to server... 2025-11-24 06:18:35.615 [I] [client/service.go:286] [76a5335d70d7a68f] login to server success, get run id [76a5335d70d7a68f] 2025-11-24 06:18:35.616 [I] [proxy/proxy_manager.go:173] [76a5335d70d7a68f] proxy added: [DTN57CC5599] 2025-11-24 06:18:35.981 [I] [client/control.go:168] [76a5335d70d7a68f] [DTN57CC5599] start proxy success [2025-11-24,06:20:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,06:20:23.587] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,06:30:41.249] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,06:30:41.256] [INFO] LocationSqlManager initialising [2025-11-24,06:30:41.257] [INFO] Location DB initialising [2025-11-24,06:30:41.268] [INFO] LocationSqlManager initialisation complete [2025-11-24,06:30:41.269] [DEBUG] UploadManager Init [2025-11-24,06:30:41.270] [DEBUG] UploadManager Init Complete [2025-11-24,06:30:41.274] [INFO] Initializing GPS... [2025-11-24,06:30:41.277] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,06:32:45.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,06:32:51.713] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-24,06:32:59.531] [DEBUG] Log Upload Complete! [2025-11-24,06:35:45.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,06:35:52.044] [DEBUG] Remote Access Enabled [2025-11-24,06:35:58.285] [INFO] Server Address: 138.201.17.179 [2025-11-24,06:35:58.286] [INFO] Server Port: 7000 [2025-11-24,06:35:58.292] [DEBUG] Starting Remote Access! 2025-11-24 06:35:58.425 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-24 06:35:58.426 [I] [client/service.go:294] try to connect to server... 2025-11-24 06:35:59.372 [I] [client/service.go:286] [1276e8a95313d7e2] login to server success, get run id [1276e8a95313d7e2] 2025-11-24 06:35:59.373 [I] [proxy/proxy_manager.go:173] [1276e8a95313d7e2] proxy added: [DTN57CC5599] 2025-11-24 06:35:59.691 [I] [client/control.go:168] [1276e8a95313d7e2] [DTN57CC5599] start proxy success 2025-11-24 06:46:48.211 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:46:58.214 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:46:58.214 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:47:08.216 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:47:08.216 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:47:18.218 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:47:18.219 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:47:28.221 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:47:28.222 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:47:38.224 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:47:58.225 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:48:04.987 [I] [client/service.go:286] [1276e8a95313d7e2] login to server success, get run id [1276e8a95313d7e2] 2025-11-24 06:48:04.989 [I] [proxy/proxy_manager.go:173] [1276e8a95313d7e2] proxy added: [DTN57CC5599] 2025-11-24 06:48:05.303 [I] [client/control.go:168] [1276e8a95313d7e2] [DTN57CC5599] start proxy success [2025-11-24,06:50:16.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,06:50:24.835] [DEBUG] 6 processes running of frp type 2025-11-24 06:54:49.042 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 06:54:49.956 [I] [client/service.go:286] [1276e8a95313d7e2] login to server success, get run id [1276e8a95313d7e2] 2025-11-24 06:54:49.958 [I] [proxy/proxy_manager.go:173] [1276e8a95313d7e2] proxy added: [DTN57CC5599] 2025-11-24 06:54:50.317 [I] [client/control.go:168] [1276e8a95313d7e2] [DTN57CC5599] start proxy success [2025-11-24,07:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,07:05:23.876] [DEBUG] 6 processes running of frp type [2025-11-24,07:20:17.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,07:20:24.019] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,07:35:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,07:35:25.389] [DEBUG] 6 processes running of frp type [2025-11-24,07:50:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,07:50:24.435] [DEBUG] 6 processes running of frp type [2025-11-24,08:02:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,08:02:24.225] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-24,08:02:41.612] [DEBUG] Log Upload Complete! [2025-11-24,08:05:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,08:05:24.871] [DEBUG] 6 processes running of frp type [2025-11-24,08:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,08:20:23.945] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,08:35:18.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,08:35:25.116] [DEBUG] 6 processes running of frp type [2025-11-24,08:50:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,08:50:24.589] [DEBUG] 6 processes running of frp type [2025-11-24,09:05:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,09:05:24.716] [DEBUG] 6 processes running of frp type [2025-11-24,09:20:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,09:20:24.308] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-24 09:29:21.711 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:29:31.713 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:29:31.714 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:29:41.715 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:29:41.715 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:29:51.717 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:29:51.718 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:30:01.719 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:30:01.719 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:30:11.721 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:30:31.723 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:30:41.725 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:31:01.727 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:31:11.729 [W] [client/service.go:297] [1276e8a95313d7e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 09:31:31.730 [I] [client/service.go:294] [1276e8a95313d7e2] try to connect to server... 2025-11-24 09:31:32.724 [I] [client/service.go:286] [1276e8a95313d7e2] login to server success, get run id [1276e8a95313d7e2] 2025-11-24 09:31:32.726 [I] [proxy/proxy_manager.go:173] [1276e8a95313d7e2] proxy added: [DTN57CC5599] 2025-11-24 09:31:33.036 [I] [client/control.go:168] [1276e8a95313d7e2] [DTN57CC5599] start proxy success [2025-11-24,09:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,09:35:24.772] [DEBUG] 6 processes running of frp type [2025-11-24,09:50:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,09:50:24.549] [DEBUG] 6 processes running of frp type [2025-11-24,10:05:17.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,10:05:24.579] [DEBUG] 6 processes running of frp type [2025-11-24,10:20:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,10:20:24.939] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,10:35:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,10:35:25.690] [DEBUG] 6 processes running of frp type [2025-11-24,10:50:18.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,10:50:26.096] [DEBUG] 6 processes running of frp type [2025-11-24,11:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,11:05:24.095] [DEBUG] 6 processes running of frp type [2025-11-24,11:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,11:20:23.998] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,11:35:18.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,11:35:25.245] [DEBUG] 6 processes running of frp type [2025-11-24,11:50:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,11:50:25.000] [DEBUG] 6 processes running of frp type [2025-11-24,12:05:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,12:05:24.428] [DEBUG] 6 processes running of frp type [2025-11-24,12:20:18.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,12:20:24.945] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,12:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,12:35:24.598] [DEBUG] 6 processes running of frp type [2025-11-24,12:50:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,12:50:24.194] [DEBUG] 6 processes running of frp type [2025-11-24,13:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,13:05:24.230] [DEBUG] 6 processes running of frp type [2025-11-24,13:20:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,13:20:24.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,13:35:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,13:35:24.533] [DEBUG] 6 processes running of frp type [2025-11-24,13:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,13:50:23.908] [DEBUG] 6 processes running of frp type [2025-11-24,13:53:33.790] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,13:53:33.798] [INFO] LocationSqlManager initialising [2025-11-24,13:53:33.799] [INFO] Location DB initialising [2025-11-24,13:53:33.810] [INFO] LocationSqlManager initialisation complete [2025-11-24,13:53:33.811] [DEBUG] UploadManager Init [2025-11-24,13:53:33.811] [DEBUG] UploadManager Init Complete [2025-11-24,13:53:33.814] [INFO] Initializing GPS... [2025-11-24,13:53:33.816] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,13:55:36.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-24,13:58:36.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,13:58:44.574] [DEBUG] Remote Access Enabled [2025-11-24,13:58:51.177] [INFO] Server Address: 138.201.17.179 [2025-11-24,13:58:51.178] [INFO] Server Port: 7000 [2025-11-24,13:58:51.182] [DEBUG] Starting Remote Access! 2025-11-24 13:58:51.312 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-24 13:58:51.313 [I] [client/service.go:294] try to connect to server... 2025-11-24 13:58:52.416 [I] [client/service.go:286] [9c08e6fd051f8efa] login to server success, get run id [9c08e6fd051f8efa] 2025-11-24 13:58:52.418 [I] [proxy/proxy_manager.go:173] [9c08e6fd051f8efa] proxy added: [DTN57CC5599] 2025-11-24 13:58:52.732 [I] [client/control.go:168] [9c08e6fd051f8efa] [DTN57CC5599] start proxy success [2025-11-24,14:05:18.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,14:05:25.325] [DEBUG] 6 processes running of frp type [2025-11-24,14:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,14:20:24.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,14:35:18.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,14:35:25.016] [DEBUG] 6 processes running of frp type [2025-11-24,14:50:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,14:50:24.424] [DEBUG] 6 processes running of frp type [2025-11-24,15:05:18.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,15:05:24.600] [DEBUG] 6 processes running of frp type [2025-11-24,15:20:17.844] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,15:20:24.450] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,15:35:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,15:35:24.547] [DEBUG] 6 processes running of frp type [2025-11-24,15:50:17.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,15:50:24.111] [DEBUG] 6 processes running of frp type [2025-11-24,16:05:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,16:05:24.277] [DEBUG] 6 processes running of frp type [2025-11-24,16:20:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,16:20:24.408] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,16:35:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,16:35:24.582] [DEBUG] 6 processes running of frp type [2025-11-24,16:50:18.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,16:50:24.870] [DEBUG] 6 processes running of frp type [2025-11-24,17:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,17:05:24.450] [DEBUG] 6 processes running of frp type [2025-11-24,17:20:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,17:20:24.325] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,17:35:16.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,17:35:23.518] [DEBUG] 6 processes running of frp type [2025-11-24,17:50:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,17:50:24.096] [DEBUG] 6 processes running of frp type [2025-11-24,18:05:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,18:05:24.271] [DEBUG] 6 processes running of frp type [2025-11-24,18:20:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,18:20:25.102] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,18:35:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,18:35:25.307] [DEBUG] 6 processes running of frp type [2025-11-24,18:50:18.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,18:50:27.022] [DEBUG] 6 processes running of frp type [2025-11-24,19:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,19:05:24.524] [DEBUG] 6 processes running of frp type [2025-11-24,19:20:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,19:20:24.537] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,19:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,19:35:24.565] [DEBUG] 6 processes running of frp type [2025-11-24,19:50:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,19:50:24.351] [DEBUG] 6 processes running of frp type [2025-11-24,20:05:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,20:05:24.474] [DEBUG] 6 processes running of frp type [2025-11-24,20:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,20:20:24.952] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,20:35:18.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,20:35:25.623] [DEBUG] 6 processes running of frp type [2025-11-24,20:50:16.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,20:50:24.514] [DEBUG] 6 processes running of frp type [2025-11-24,21:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,21:05:24.679] [DEBUG] 6 processes running of frp type [2025-11-24,21:20:18.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,21:20:25.716] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,21:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,21:35:24.645] [DEBUG] 6 processes running of frp type [2025-11-24,21:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,21:50:23.681] [DEBUG] 6 processes running of frp type [2025-11-24,22:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,22:05:24.091] [DEBUG] 6 processes running of frp type [2025-11-24,22:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,22:20:24.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,22:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,22:35:24.309] [DEBUG] 6 processes running of frp type [2025-11-24,22:50:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,22:50:24.408] [DEBUG] 6 processes running of frp type [2025-11-24,23:05:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,23:05:25.225] [DEBUG] 6 processes running of frp type [2025-11-24,23:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,23:20:24.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,23:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-24,23:35:24.618] [DEBUG] 6 processes running of frp type 2025-11-24 23:49:59.125 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-24 23:49:59.126 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-24 23:50:01.141 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-24 23:50:01.142 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-24 23:50:05.399 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-24 23:50:05.404 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 23:50:13.930 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-24 23:50:14.788 [I] [client/service.go:286] [9c08e6fd051f8efa] login to server success, get run id [9c08e6fd051f8efa] 2025-11-24 23:50:14.788 [I] [proxy/proxy_manager.go:173] [9c08e6fd051f8efa] proxy added: [DTN57CC5599] 2025-11-24 23:50:15.061 [I] [client/control.go:168] [9c08e6fd051f8efa] [DTN57CC5599] start proxy success [2025-11-25,00:05:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,00:05:24.366] [DEBUG] 6 processes running of frp type [2025-11-25,00:20:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,00:20:24.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,00:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,00:35:24.325] [DEBUG] 6 processes running of frp type [2025-11-25,00:50:18.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,00:50:24.468] [DEBUG] 6 processes running of frp type [2025-11-25,01:05:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,01:05:24.577] [DEBUG] 6 processes running of frp type [2025-11-25,01:20:18.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,01:20:24.834] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,01:35:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,01:35:23.700] [DEBUG] 6 processes running of frp type [2025-11-25,01:50:18.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,01:50:24.819] [DEBUG] 6 processes running of frp type [2025-11-25,02:05:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,02:05:23.633] [DEBUG] 6 processes running of frp type [2025-11-25,02:20:18.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,02:20:24.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,02:35:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,02:35:24.152] [DEBUG] 6 processes running of frp type [2025-11-25,02:50:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,02:50:23.964] [DEBUG] 6 processes running of frp type [2025-11-25,03:05:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,03:05:23.725] [DEBUG] 6 processes running of frp type [2025-11-25,03:20:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,03:20:23.515] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,03:35:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,03:35:23.745] [DEBUG] 6 processes running of frp type [2025-11-25,03:50:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,03:50:24.226] [DEBUG] 6 processes running of frp type 2025-11-25 04:01:15.559 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-25 04:01:21.803 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 04:01:21.803 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-25 04:01:24.843 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 04:01:24.844 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-25 04:01:27.883 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 04:01:37.678 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-25 04:01:37.691 [W] [client/service.go:297] [9c08e6fd051f8efa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 04:01:57.692 [I] [client/service.go:294] [9c08e6fd051f8efa] try to connect to server... 2025-11-25 04:01:58.548 [I] [client/service.go:286] [9c08e6fd051f8efa] login to server success, get run id [9c08e6fd051f8efa] 2025-11-25 04:01:58.550 [I] [proxy/proxy_manager.go:173] [9c08e6fd051f8efa] proxy added: [DTN57CC5599] 2025-11-25 04:01:58.831 [I] [client/control.go:168] [9c08e6fd051f8efa] [DTN57CC5599] start proxy success [2025-11-25,04:05:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,04:05:24.183] [DEBUG] 6 processes running of frp type [2025-11-25,04:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,04:20:23.912] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,04:35:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,04:35:24.218] [DEBUG] 6 processes running of frp type [2025-11-25,04:50:18.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,04:50:24.532] [DEBUG] 6 processes running of frp type [2025-11-25,05:05:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,05:05:24.547] [DEBUG] 6 processes running of frp type [2025-11-25,05:20:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,05:20:24.571] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,05:35:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,05:35:24.098] [DEBUG] 6 processes running of frp type [2025-11-25,05:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,05:50:23.974] [DEBUG] 6 processes running of frp type [2025-11-25,06:05:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,06:05:23.973] [DEBUG] 6 processes running of frp type [2025-11-25,06:20:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,06:20:23.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,06:30:42.835] [INFO] Initializing BusSpeedStateManager V2 [2025-11-25,06:30:42.840] [INFO] LocationSqlManager initialising [2025-11-25,06:30:42.841] [INFO] Location DB initialising [2025-11-25,06:30:42.851] [INFO] LocationSqlManager initialisation complete [2025-11-25,06:30:42.851] [DEBUG] UploadManager Init [2025-11-25,06:30:42.852] [DEBUG] UploadManager Init Complete [2025-11-25,06:30:42.855] [INFO] Initializing GPS... [2025-11-25,06:30:42.857] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,06:32:45.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,06:32:51.961] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-25,06:33:01.077] [DEBUG] Log Upload Complete! [2025-11-25,06:35:45.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,06:35:45.765] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-25,06:35:52.161] [DEBUG] Remote Access Enabled [2025-11-25,06:35:58.373] [INFO] Server Address: 138.201.17.179 [2025-11-25,06:35:58.374] [INFO] Server Port: 7000 [2025-11-25,06:35:58.379] [DEBUG] Starting Remote Access! 2025-11-25 06:35:58.506 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-25 06:35:58.506 [I] [client/service.go:294] try to connect to server... 2025-11-25 06:35:59.318 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 06:35:59.319 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 06:35:59.594 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success [2025-11-25,06:50:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,06:50:24.089] [DEBUG] 6 processes running of frp type [2025-11-25,07:05:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,07:05:24.178] [DEBUG] 6 processes running of frp type [2025-11-25,07:20:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,07:20:24.683] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,07:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,07:35:24.515] [DEBUG] 6 processes running of frp type [2025-11-25,07:50:19.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,07:50:25.759] [DEBUG] 6 processes running of frp type [2025-11-25,08:02:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,08:02:23.666] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-25,08:02:32.718] [DEBUG] Log Upload Complete! [2025-11-25,08:05:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,08:05:24.193] [DEBUG] 6 processes running of frp type [2025-11-25,08:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,08:20:24.077] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,08:35:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,08:35:24.118] [DEBUG] 6 processes running of frp type [2025-11-25,08:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,08:50:24.298] [DEBUG] 6 processes running of frp type [2025-11-25,09:05:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,09:05:24.529] [DEBUG] 6 processes running of frp type [2025-11-25,09:20:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,09:20:24.455] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,09:35:18.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,09:35:24.871] [DEBUG] 6 processes running of frp type [2025-11-25,09:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,09:50:24.037] [DEBUG] 6 processes running of frp type [2025-11-25,10:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,10:05:24.304] [DEBUG] 6 processes running of frp type [2025-11-25,10:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,10:20:24.020] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,10:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,10:35:24.282] [DEBUG] 6 processes running of frp type [2025-11-25,10:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,10:50:24.537] [DEBUG] 6 processes running of frp type [2025-11-25,11:05:18.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,11:05:24.821] [DEBUG] 6 processes running of frp type [2025-11-25,11:20:17.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,11:20:28.693] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,11:35:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,11:35:24.830] [DEBUG] 6 processes running of frp type [2025-11-25,11:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,11:50:24.518] [DEBUG] 6 processes running of frp type [2025-11-25,12:05:18.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,12:05:24.722] [DEBUG] 6 processes running of frp type [2025-11-25,12:20:17.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,12:20:23.773] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,12:35:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,12:35:23.797] [DEBUG] 6 processes running of frp type [2025-11-25,12:50:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,12:50:24.654] [DEBUG] 6 processes running of frp type [2025-11-25,13:05:18.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,13:05:24.754] [DEBUG] 6 processes running of frp type [2025-11-25,13:20:16.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,13:20:23.631] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,13:35:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,13:35:24.227] [DEBUG] 6 processes running of frp type [2025-11-25,13:50:18.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,13:50:24.839] [DEBUG] 6 processes running of frp type [2025-11-25,14:05:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,14:05:24.213] [DEBUG] 6 processes running of frp type [2025-11-25,14:20:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,14:20:24.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,14:35:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,14:35:25.655] [DEBUG] 6 processes running of frp type [2025-11-25,14:50:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,14:50:23.872] [DEBUG] 6 processes running of frp type [2025-11-25,15:05:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,15:05:24.228] [DEBUG] 6 processes running of frp type [2025-11-25,15:20:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,15:20:24.559] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,15:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,15:35:24.090] [DEBUG] 6 processes running of frp type [2025-11-25,15:50:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,15:50:24.432] [DEBUG] 6 processes running of frp type [2025-11-25,16:05:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,16:05:24.488] [DEBUG] 6 processes running of frp type [2025-11-25,16:20:18.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,16:20:24.736] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,16:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,16:35:24.249] [DEBUG] 6 processes running of frp type 2025-11-25 16:43:54.118 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:43:54.121 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 16:43:56.232 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:43:58.780 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 16:43:58.782 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 16:44:01.449 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success 2025-11-25 16:46:47.700 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:46:57.552 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 16:46:57.554 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 16:46:58.523 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success 2025-11-25 16:48:36.466 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:48:42.088 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 16:48:42.089 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 16:48:42.721 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success 2025-11-25 16:49:47.497 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:50:00.327 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 16:50:00.329 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 16:50:02.847 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success [2025-11-25,16:50:18.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-25 16:50:32.547 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:50:45.084 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: i/o deadline reached 2025-11-25 16:50:45.085 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:51:07.698 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: i/o deadline reached 2025-11-25 16:51:07.698 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:51:16.466 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: session shutdown 2025-11-25 16:51:16.467 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:51:34.670 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: i/o deadline reached 2025-11-25 16:51:34.670 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:51:52.102 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: i/o deadline reached [2025-11-25,16:51:53.977] [DEBUG] 6 processes running of frp type 2025-11-25 16:52:12.104 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:52:23.756 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: connection write timeout 2025-11-25 16:52:43.758 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:52:57.028 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: connection write timeout 2025-11-25 16:53:17.029 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 16:53:17.902 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 16:53:17.904 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 16:53:18.194 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success 2025-11-25 17:04:03.265 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 17:04:05.024 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 17:04:05.024 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 17:04:12.277 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 17:04:12.278 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 17:04:12.281 [W] [client/service.go:297] [6ab1a7c121b8ce82] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 17:04:21.790 [I] [client/service.go:294] [6ab1a7c121b8ce82] try to connect to server... 2025-11-25 17:04:30.166 [I] [client/service.go:286] [6ab1a7c121b8ce82] login to server success, get run id [6ab1a7c121b8ce82] 2025-11-25 17:04:30.167 [I] [proxy/proxy_manager.go:173] [6ab1a7c121b8ce82] proxy added: [DTN57CC5599] 2025-11-25 17:04:30.431 [I] [client/control.go:168] [6ab1a7c121b8ce82] [DTN57CC5599] start proxy success [2025-11-25,17:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:05:24.334] [DEBUG] 6 processes running of frp type [2025-11-25,16:44:10.178] [INFO] Initializing BusSpeedStateManager V2 [2025-11-25,16:44:10.185] [INFO] LocationSqlManager initialising [2025-11-25,16:44:10.185] [INFO] Location DB initialising [2025-11-25,16:44:10.196] [INFO] LocationSqlManager initialisation complete [2025-11-25,16:44:10.197] [DEBUG] UploadManager Init [2025-11-25,16:44:10.198] [DEBUG] UploadManager Init Complete [2025-11-25,16:44:10.202] [INFO] Initializing GPS... [2025-11-25,16:44:10.205] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,17:14:08.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:14:15.151] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-25,17:14:25.527] [DEBUG] Log Upload Complete! [2025-11-25,17:17:08.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:17:15.517] [DEBUG] Remote Access Enabled [2025-11-25,17:17:21.845] [INFO] Server Address: 138.201.17.179 [2025-11-25,17:17:21.847] [INFO] Server Port: 7000 [2025-11-25,17:17:21.852] [DEBUG] Starting Remote Access! 2025-11-25 17:17:21.984 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-25 17:17:21.985 [I] [client/service.go:294] try to connect to server... 2025-11-25 17:17:22.833 [I] [client/service.go:286] [888edd3d77013b72] login to server success, get run id [888edd3d77013b72] 2025-11-25 17:17:22.833 [I] [proxy/proxy_manager.go:173] [888edd3d77013b72] proxy added: [DTN57CC5599] 2025-11-25 17:17:23.121 [I] [client/control.go:168] [888edd3d77013b72] [DTN57CC5599] start proxy success [2025-11-25,17:18:12.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:18:18.896] [DEBUG] 6 processes running of frp type [2025-11-25,17:20:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:20:24.157] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,17:35:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:35:25.055] [DEBUG] 6 processes running of frp type [2025-11-25,17:50:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,17:50:24.588] [DEBUG] 6 processes running of frp type [2025-11-25,18:05:18.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,18:05:25.708] [DEBUG] 6 processes running of frp type [2025-11-25,18:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,18:20:23.943] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,18:35:04.490] [INFO] Initializing BusSpeedStateManager V2 [2025-11-25,18:35:04.498] [INFO] LocationSqlManager initialising [2025-11-25,18:35:04.499] [INFO] Location DB initialising [2025-11-25,18:35:04.510] [INFO] LocationSqlManager initialisation complete [2025-11-25,18:35:04.511] [DEBUG] UploadManager Init [2025-11-25,18:35:04.512] [DEBUG] UploadManager Init Complete [2025-11-25,18:35:04.516] [INFO] Initializing GPS... [2025-11-25,18:35:04.519] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,18:37:07.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,18:37:13.754] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-25,18:37:24.108] [DEBUG] Log Upload Complete! [2025-11-25,18:40:07.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,18:40:14.141] [DEBUG] Remote Access Enabled [2025-11-25,18:40:20.918] [INFO] Server Address: 138.201.17.179 [2025-11-25,18:40:20.920] [INFO] Server Port: 7000 [2025-11-25,18:40:20.924] [DEBUG] Starting Remote Access! 2025-11-25 18:40:21.063 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-25 18:40:21.064 [I] [client/service.go:294] try to connect to server... 2025-11-25 18:40:22.084 [I] [client/service.go:286] [ca5db82d3b6baddd] login to server success, get run id [ca5db82d3b6baddd] 2025-11-25 18:40:22.086 [I] [proxy/proxy_manager.go:173] [ca5db82d3b6baddd] proxy added: [DTN57CC5599] 2025-11-25 18:40:22.398 [I] [client/control.go:168] [ca5db82d3b6baddd] [DTN57CC5599] start proxy success [2025-11-25,18:50:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,18:50:24.409] [DEBUG] 6 processes running of frp type [2025-11-25,19:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,19:05:24.509] [DEBUG] 6 processes running of frp type [2025-11-25,19:20:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,19:20:24.614] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,19:35:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,19:35:24.629] [DEBUG] 6 processes running of frp type [2025-11-25,19:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,19:50:24.005] [DEBUG] 6 processes running of frp type [2025-11-25,20:05:19.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,20:05:26.119] [DEBUG] 6 processes running of frp type [2025-11-25,20:20:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,20:20:24.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,20:35:16.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,20:35:25.877] [DEBUG] 6 processes running of frp type [2025-11-25,20:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,20:50:25.513] [DEBUG] 6 processes running of frp type [2025-11-25,21:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,21:05:26.661] [DEBUG] 6 processes running of frp type [2025-11-25,21:20:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,21:20:24.389] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,21:35:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,21:35:23.665] [DEBUG] 6 processes running of frp type [2025-11-25,21:50:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,21:50:24.680] [DEBUG] 6 processes running of frp type [2025-11-25,22:05:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,22:05:25.749] [DEBUG] 6 processes running of frp type [2025-11-25,22:20:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,22:20:24.841] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,22:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,22:35:24.466] [DEBUG] 6 processes running of frp type [2025-11-25,22:50:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,22:50:24.461] [DEBUG] 6 processes running of frp type [2025-11-25,23:05:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,23:05:24.627] [DEBUG] 6 processes running of frp type [2025-11-25,23:20:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,23:20:24.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-25,23:35:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,23:35:24.443] [DEBUG] 6 processes running of frp type [2025-11-25,23:50:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-25,23:50:25.028] [DEBUG] 6 processes running of frp type [2025-11-26,00:05:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,00:05:24.113] [DEBUG] 6 processes running of frp type [2025-11-26,00:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,00:20:24.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,00:35:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,00:35:24.322] [DEBUG] 6 processes running of frp type [2025-11-26,00:50:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,00:50:24.935] [DEBUG] 6 processes running of frp type [2025-11-26,01:05:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,01:05:24.048] [DEBUG] 6 processes running of frp type [2025-11-26,01:20:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,01:20:23.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,01:35:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,01:35:24.836] [DEBUG] 6 processes running of frp type [2025-11-26,01:50:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,01:50:24.310] [DEBUG] 6 processes running of frp type [2025-11-26,02:05:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,02:05:24.376] [DEBUG] 6 processes running of frp type [2025-11-26,02:20:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,02:20:24.223] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,02:35:18.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,02:35:24.777] [DEBUG] 6 processes running of frp type [2025-11-26,02:50:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,02:50:23.969] [DEBUG] 6 processes running of frp type [2025-11-26,03:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,03:05:24.107] [DEBUG] 6 processes running of frp type [2025-11-26,03:20:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,03:20:24.294] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,03:35:18.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,03:35:24.758] [DEBUG] 6 processes running of frp type [2025-11-26,03:50:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,03:50:24.284] [DEBUG] 6 processes running of frp type 2025-11-26 04:03:02.615 [I] [client/service.go:294] [ca5db82d3b6baddd] try to connect to server... 2025-11-26 04:03:05.658 [W] [client/service.go:297] [ca5db82d3b6baddd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:03:05.659 [I] [client/service.go:294] [ca5db82d3b6baddd] try to connect to server... 2025-11-26 04:03:08.699 [W] [client/service.go:297] [ca5db82d3b6baddd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:03:08.699 [I] [client/service.go:294] [ca5db82d3b6baddd] try to connect to server... 2025-11-26 04:03:11.738 [W] [client/service.go:297] [ca5db82d3b6baddd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:03:20.543 [I] [client/service.go:294] [ca5db82d3b6baddd] try to connect to server... 2025-11-26 04:03:20.547 [W] [client/service.go:297] [ca5db82d3b6baddd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:03:39.540 [I] [client/service.go:294] [ca5db82d3b6baddd] try to connect to server... 2025-11-26 04:03:40.352 [I] [client/service.go:286] [ca5db82d3b6baddd] login to server success, get run id [ca5db82d3b6baddd] 2025-11-26 04:03:40.354 [I] [proxy/proxy_manager.go:173] [ca5db82d3b6baddd] proxy added: [DTN57CC5599] 2025-11-26 04:03:40.619 [I] [client/control.go:168] [ca5db82d3b6baddd] [DTN57CC5599] start proxy success [2025-11-26,04:05:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,04:05:24.327] [DEBUG] 6 processes running of frp type [2025-11-26,04:20:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,04:20:24.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,04:35:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,04:35:23.754] [DEBUG] 6 processes running of frp type [2025-11-26,04:50:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,04:50:23.966] [DEBUG] 6 processes running of frp type [2025-11-26,05:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,05:05:24.234] [DEBUG] 6 processes running of frp type [2025-11-26,05:20:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,05:20:24.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,05:35:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,05:35:24.031] [DEBUG] 6 processes running of frp type [2025-11-26,05:50:18.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,05:50:24.676] [DEBUG] 6 processes running of frp type [2025-11-26,06:05:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,06:05:23.707] [DEBUG] 6 processes running of frp type [2025-11-26,06:20:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,06:20:24.667] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,06:30:41.343] [INFO] Initializing BusSpeedStateManager V2 [2025-11-26,06:30:41.349] [INFO] LocationSqlManager initialising [2025-11-26,06:30:41.350] [INFO] Location DB initialising [2025-11-26,06:30:41.360] [INFO] LocationSqlManager initialisation complete [2025-11-26,06:30:41.361] [DEBUG] UploadManager Init [2025-11-26,06:30:41.361] [DEBUG] UploadManager Init Complete [2025-11-26,06:30:41.364] [INFO] Initializing GPS... [2025-11-26,06:30:41.367] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,06:32:44.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,06:32:51.416] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-26,06:32:59.181] [DEBUG] Log Upload Complete! [2025-11-26,06:35:45.040] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-26,06:35:45.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,06:35:51.645] [DEBUG] Remote Access Enabled [2025-11-26,06:35:57.846] [INFO] Server Address: 138.201.17.179 [2025-11-26,06:35:57.847] [INFO] Server Port: 7000 [2025-11-26,06:35:57.853] [DEBUG] Starting Remote Access! 2025-11-26 06:35:57.982 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-26 06:35:57.983 [I] [client/service.go:294] try to connect to server... 2025-11-26 06:35:58.777 [I] [client/service.go:286] [89988216e63e5ad7] login to server success, get run id [89988216e63e5ad7] 2025-11-26 06:35:58.778 [I] [proxy/proxy_manager.go:173] [89988216e63e5ad7] proxy added: [DTN57CC5599] 2025-11-26 06:35:59.040 [I] [client/control.go:168] [89988216e63e5ad7] [DTN57CC5599] start proxy success [2025-11-26,06:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,06:50:24.496] [DEBUG] 6 processes running of frp type [2025-11-26,07:05:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,07:05:23.720] [DEBUG] 6 processes running of frp type [2025-11-26,07:20:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,07:20:24.532] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,07:35:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,07:35:24.005] [DEBUG] 6 processes running of frp type [2025-11-26,07:50:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,07:50:24.124] [DEBUG] 6 processes running of frp type [2025-11-26,08:02:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,08:02:23.863] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-26,08:02:32.494] [DEBUG] Log Upload Complete! [2025-11-26,08:05:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,08:05:24.424] [DEBUG] 6 processes running of frp type [2025-11-26,08:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,08:20:24.590] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,08:35:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,08:35:23.900] [DEBUG] 6 processes running of frp type [2025-11-26,08:50:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,08:50:24.709] [DEBUG] 6 processes running of frp type [2025-11-26,09:05:16.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,09:05:23.583] [DEBUG] 6 processes running of frp type [2025-11-26,09:20:19.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,09:20:25.809] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,09:35:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,09:35:26.189] [DEBUG] 6 processes running of frp type [2025-11-26,09:50:18.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,09:50:25.295] [DEBUG] 6 processes running of frp type [2025-11-26,10:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,10:05:24.550] [DEBUG] 6 processes running of frp type [2025-11-26,10:20:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,10:20:24.847] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,10:35:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,10:35:24.915] [DEBUG] 6 processes running of frp type [2025-11-26,10:50:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,10:50:23.981] [DEBUG] 6 processes running of frp type [2025-11-26,11:05:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,11:05:24.248] [DEBUG] 6 processes running of frp type [2025-11-26,11:20:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,11:20:25.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,11:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,11:35:24.621] [DEBUG] 6 processes running of frp type [2025-11-26,11:50:20.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,11:50:27.611] [DEBUG] 6 processes running of frp type [2025-11-26,12:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,12:05:24.407] [DEBUG] 6 processes running of frp type [2025-11-26,12:20:19.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,12:20:26.514] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,12:35:18.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,12:35:24.710] [DEBUG] 6 processes running of frp type [2025-11-26,12:50:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,12:50:24.228] [DEBUG] 6 processes running of frp type [2025-11-26,13:05:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,13:05:24.261] [DEBUG] 6 processes running of frp type [2025-11-26,13:20:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,13:20:24.477] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,13:35:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,13:35:23.970] [DEBUG] 6 processes running of frp type [2025-11-26,13:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,13:50:24.775] [DEBUG] 6 processes running of frp type [2025-11-26,14:05:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,14:05:24.073] [DEBUG] 6 processes running of frp type [2025-11-26,14:20:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,14:20:24.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,14:35:19.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,14:35:26.157] [DEBUG] 6 processes running of frp type [2025-11-26,14:50:17.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,14:50:23.791] [DEBUG] 6 processes running of frp type [2025-11-26,15:05:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,15:05:23.817] [DEBUG] 6 processes running of frp type [2025-11-26,15:20:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,15:20:23.686] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,15:35:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,15:35:24.267] [DEBUG] 6 processes running of frp type [2025-11-26,15:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,15:50:26.328] [DEBUG] 6 processes running of frp type [2025-11-26,16:05:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,16:05:24.560] [DEBUG] 6 processes running of frp type [2025-11-26,16:20:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,16:20:24.712] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,16:35:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,16:35:24.240] [DEBUG] 6 processes running of frp type [2025-11-26,16:50:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,16:50:29.760] [DEBUG] 6 processes running of frp type [2025-11-26,17:05:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,17:05:25.928] [DEBUG] 6 processes running of frp type [2025-11-26,17:20:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,17:20:23.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,17:35:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,17:35:24.458] [DEBUG] 6 processes running of frp type [2025-11-26,17:50:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,17:50:24.202] [DEBUG] 6 processes running of frp type [2025-11-26,18:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,18:05:24.371] [DEBUG] 6 processes running of frp type [2025-11-26,18:20:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,18:20:24.224] [DEBUG] 6 processes running of frp type [2025-11-26,18:25:41.575] [INFO] Initializing BusSpeedStateManager V2 [2025-11-26,18:25:41.582] [INFO] LocationSqlManager initialising [2025-11-26,18:25:41.583] [INFO] Location DB initialising [2025-11-26,18:25:41.594] [INFO] LocationSqlManager initialisation complete [2025-11-26,18:25:41.596] [DEBUG] UploadManager Init [2025-11-26,18:25:41.596] [DEBUG] UploadManager Init Complete [2025-11-26,18:25:41.601] [INFO] Initializing GPS... [2025-11-26,18:25:41.604] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,18:27:48.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,18:27:59.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-26,18:28:10.689] [DEBUG] Log Upload Complete! [2025-11-26,18:30:45.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,18:30:50.195] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-26,18:30:52.155] [DEBUG] Remote Access Enabled [2025-11-26,18:30:58.422] [INFO] Server Address: 138.201.17.179 [2025-11-26,18:30:58.423] [INFO] Server Port: 7000 [2025-11-26,18:30:58.429] [DEBUG] Starting Remote Access! 2025-11-26 18:30:58.559 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-26 18:30:58.560 [I] [client/service.go:294] try to connect to server... 2025-11-26 18:30:59.770 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 18:30:59.772 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 18:31:00.077 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,18:35:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,18:35:23.771] [DEBUG] 6 processes running of frp type [2025-11-26,18:46:05.487] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-26,18:50:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,18:50:25.436] [DEBUG] 6 processes running of frp type 2025-11-26 18:54:26.579 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 18:54:36.580 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 18:54:36.581 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 18:54:45.847 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 18:54:45.848 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 18:54:56.639 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 18:57:26.675 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 18:57:34.396 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 18:57:34.397 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 18:57:34.682 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,19:05:18.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,19:05:25.512] [DEBUG] 6 processes running of frp type [2025-11-26,19:20:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,19:20:28.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-26 19:32:55.424 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 19:32:56.555 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 19:32:56.557 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 19:32:56.856 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,19:35:18.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,19:35:27.213] [DEBUG] 6 processes running of frp type [2025-11-26,19:50:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,19:50:24.304] [DEBUG] 6 processes running of frp type 2025-11-26 19:53:38.765 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 19:53:54.080 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 19:53:54.081 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 19:53:54.688 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,20:05:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,20:05:25.267] [DEBUG] 6 processes running of frp type [2025-11-26,20:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,20:20:24.104] [DEBUG] 6 processes running of frp type 2025-11-26 20:22:18.839 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:22:27.156 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:22:27.157 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:23:00.144 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:23:10.146 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:23:10.147 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:23:20.149 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:23:20.149 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:23:30.150 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:23:30.151 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:23:37.389 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 20:23:56.497 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:24:17.804 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:24:17.804 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:24:37.567 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:24:57.569 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:25:02.131 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:25:02.132 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:25:02.804 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:25:38.357 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:25:44.761 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:25:44.762 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:26:00.436 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-26 20:26:19.007 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:26:29.009 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:26:29.009 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:26:39.011 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:26:39.011 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:26:50.112 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:26:50.113 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:27:00.115 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:27:00.115 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:27:10.117 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:27:30.119 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:27:47.637 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:27:47.638 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:27:58.521 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:28:10.696 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:28:20.721 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:28:20.722 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:28:37.618 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:28:52.369 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:29:12.206 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:29:12.207 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:29:34.877 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:29:34.878 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:29:41.234 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:29:41.235 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:29:47.974 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:30:18.354 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:30:28.356 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:30:28.357 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:30:46.918 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:30:46.918 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:30:56.919 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:30:56.920 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:31:06.921 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:31:06.922 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:31:16.923 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:31:36.924 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:31:57.264 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:31:57.265 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:32:15.229 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:32:35.230 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:32:45.232 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:33:05.233 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:33:20.245 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:33:40.246 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:33:56.688 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:34:16.689 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:34:20.690 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:34:20.691 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:34:25.407 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:34:57.041 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:35:08.873 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:35:08.874 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:35:17.589 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:35:40.935 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:35:50.937 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:35:50.937 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:36:00.938 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:36:00.939 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:36:10.940 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:36:10.941 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:36:29.272 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:36:29.274 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:36:44.336 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:37:03.836 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:37:15.159 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:37:15.161 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:37:32.640 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:37:48.976 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:38:01.544 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:38:01.544 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:38:15.360 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:38:15.361 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:38:19.356 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:38:51.441 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:39:02.889 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:39:02.891 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:39:16.002 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:40:10.087 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:40:21.700 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:40:21.700 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:40:37.588 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:40:37.588 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:40:47.590 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:40:47.591 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:40:59.514 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:40:59.515 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:41:28.501 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:41:52.250 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:41:52.251 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:42:03.774 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:42:03.775 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:42:16.177 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:42:16.177 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:42:21.300 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:42:21.301 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:42:23.535 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:42:56.493 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:43:07.133 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:43:07.134 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:43:17.136 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:43:17.137 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:43:32.218 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:43:32.219 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:43:42.220 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:43:42.221 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:44:02.845 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:44:02.846 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:44:11.947 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:44:11.948 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:44:12.264 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:45:21.072 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:45:31.074 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:45:31.075 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:45:46.764 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:45:46.766 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:46:15.860 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:46:25.862 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:46:25.863 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:46:36.444 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:46:36.445 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:46:46.447 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:46:46.447 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:47:00.514 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:47:00.514 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:47:29.155 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:47:46.211 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:47:46.212 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:47:56.214 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:47:56.214 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:48:18.523 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:48:18.523 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:48:28.524 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:48:28.525 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:48:44.601 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:48:44.602 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:49:12.185 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:49:22.188 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:49:22.189 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:49:30.758 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:49:30.759 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:49:34.904 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,20:50:17.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-26 20:51:41.957 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:51:57.414 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:51:57.414 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:52:07.416 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:52:07.417 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:52:18.524 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:52:18.526 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:52:34.197 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 20:52:34.197 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 724, in send history = [resp for resp in gen] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 724, in history = [resp for resp in gen] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 265, in resolve_redirects resp = self.send( File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2025-11-26 20:52:44.200 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:53:04.200 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:53:14.202 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:53:34.203 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:53:44.206 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:54:04.208 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:54:09.470 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:54:09.472 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:54:19.389 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:55:17.952 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:55:27.955 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:55:27.955 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:55:37.957 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:55:37.958 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:55:47.960 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 20:55:47.960 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:56:09.771 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:56:09.772 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:56:22.363 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 20:56:42.364 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:56:54.371 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:56:54.372 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:57:09.952 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:57:27.883 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:57:45.806 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:57:45.807 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:57:59.570 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 20:58:15.728 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 20:58:27.700 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 20:58:27.701 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 20:58:29.314 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success 2025-11-26 21:00:01.168 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:00:12.464 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:00:12.464 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:00:22.466 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:00:22.467 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:00:35.559 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:00:35.560 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:00:46.360 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:00:46.361 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:00:56.363 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:01:16.364 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:01:27.720 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:01:47.722 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:01:57.724 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:02:17.725 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:02:31.006 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:02:51.008 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:03:01.009 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:03:21.010 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:03:31.012 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:03:51.014 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:04:05.850 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:04:25.851 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:04:35.852 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:04:55.854 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:05:09.159 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout [2025-11-26,21:05:26.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-26 21:05:29.161 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:05:39.163 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-11-26 21:05:59.165 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:06:09.167 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:06:29.169 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:06:49.491 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 21:06:49.492 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:07:06.531 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:07:26.532 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:07:40.139 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:08:00.140 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:08:19.618 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 21:08:39.620 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:08:57.916 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:09:17.917 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:09:32.183 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 21:09:52.185 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:10:02.186 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:10:22.188 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:10:41.375 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 21:11:01.376 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:11:12.298 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:11:32.299 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:11:42.301 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:12:02.302 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:12:20.137 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:12:40.138 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:12:50.140 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:13:10.141 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:13:20.634 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:13:40.635 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:13:59.578 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:14:19.579 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:14:29.543 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 21:14:29.544 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 21:15:00.275 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:15:12.546 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:15:12.547 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:15:31.687 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 21:15:31.688 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:15:41.690 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:15:41.691 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:15:59.204 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: i/o deadline reached 2025-11-26 21:15:59.205 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:16:13.416 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:16:33.417 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:16:44.620 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: connection write timeout 2025-11-26 21:17:04.621 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 21:17:20.553 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 21:17:20.554 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 21:17:21.297 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,21:20:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,21:20:24.774] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,21:35:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,21:35:24.843] [DEBUG] 6 processes running of frp type [2025-11-26,21:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,21:50:24.914] [DEBUG] 6 processes running of frp type [2025-11-26,22:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,22:05:24.065] [DEBUG] 6 processes running of frp type [2025-11-26,22:20:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,22:20:23.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-26,22:35:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,22:35:27.871] [DEBUG] 6 processes running of frp type [2025-11-26,22:50:18.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,22:50:25.445] [DEBUG] 6 processes running of frp type [2025-11-26,23:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,23:05:24.489] [DEBUG] 6 processes running of frp type [2025-11-26,23:20:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,23:20:24.607] [DEBUG] 6 processes running of frp type 2025-11-26 23:22:37.461 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 23:22:47.462 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 23:22:47.463 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 23:22:51.794 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 23:22:51.795 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 23:22:52.075 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-26 23:27:07.307 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 23:27:17.309 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 23:27:17.310 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 23:27:27.312 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 23:27:27.313 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-26 23:27:28.303 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-26 23:27:28.304 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-26 23:27:28.596 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-26,23:35:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,23:35:23.625] [DEBUG] 6 processes running of frp type [2025-11-26,23:50:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-26,23:50:24.527] [DEBUG] 6 processes running of frp type [2025-11-27,00:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,00:05:24.550] [DEBUG] 6 processes running of frp type [2025-11-27,00:20:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,00:20:24.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,00:35:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,00:35:24.259] [DEBUG] 6 processes running of frp type [2025-11-27,00:50:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,00:50:24.234] [DEBUG] 6 processes running of frp type [2025-11-27,01:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,01:05:23.995] [DEBUG] 6 processes running of frp type [2025-11-27,01:20:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,01:20:23.905] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,01:35:18.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,01:35:25.119] [DEBUG] 6 processes running of frp type [2025-11-27,01:50:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,01:50:23.794] [DEBUG] 6 processes running of frp type [2025-11-27,02:05:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,02:05:23.692] [DEBUG] 6 processes running of frp type [2025-11-27,02:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,02:20:24.543] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,02:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,02:35:19.389] [DEBUG] 6 processes running of frp type [2025-11-27,02:50:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,02:50:24.048] [DEBUG] 6 processes running of frp type [2025-11-27,03:05:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,03:05:23.886] [DEBUG] 6 processes running of frp type [2025-11-27,03:20:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,03:20:23.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,03:35:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,03:35:23.745] [DEBUG] 6 processes running of frp type [2025-11-27,03:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,03:50:24.406] [DEBUG] 6 processes running of frp type [2025-11-27,04:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,04:05:24.385] [DEBUG] 6 processes running of frp type 2025-11-27 04:06:41.165 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:06:41.170 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:06:43.191 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:06:43.203 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:06:47.478 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:06:47.482 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:06:56.319 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:06:56.326 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:07:15.431 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:07:15.436 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:07:35.437 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:07:35.441 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:07:55.443 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:07:55.447 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:08:15.448 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:08:15.453 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:08:35.454 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:08:35.457 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:08:55.459 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:08:55.466 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:09:15.466 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:09:15.476 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:09:35.477 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:09:35.498 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:09:55.498 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:09:55.505 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:10:15.507 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:10:15.512 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:10:35.513 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:10:35.518 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:10:55.520 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:10:55.525 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:11:15.526 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:11:15.532 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:11:35.533 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:11:35.539 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:11:55.540 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:11:55.547 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:12:15.548 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:12:15.554 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:12:35.556 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:12:35.561 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:12:55.562 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:12:56.595 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-27 04:12:56.596 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-27 04:12:56.908 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-27,04:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,04:20:24.214] [DEBUG] 6 processes running of frp type 2025-11-27 04:21:11.119 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:21:12.020 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-27 04:21:12.021 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-27 04:21:12.326 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,04:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,04:35:24.441] [DEBUG] 6 processes running of frp type 2025-11-27 04:39:03.571 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:39:13.573 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 04:39:13.574 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:39:23.575 [W] [client/service.go:297] [7b79baa0666ea97b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 04:39:23.577 [I] [client/service.go:294] [7b79baa0666ea97b] try to connect to server... 2025-11-27 04:39:27.891 [I] [client/service.go:286] [7b79baa0666ea97b] login to server success, get run id [7b79baa0666ea97b] 2025-11-27 04:39:27.892 [I] [proxy/proxy_manager.go:173] [7b79baa0666ea97b] proxy added: [DTN57CC5599] 2025-11-27 04:39:28.202 [I] [client/control.go:168] [7b79baa0666ea97b] [DTN57CC5599] start proxy success [2025-11-27,04:50:18.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,04:50:24.854] [DEBUG] 6 processes running of frp type [2025-11-27,05:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,05:05:24.078] [DEBUG] 6 processes running of frp type [2025-11-27,05:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,05:20:24.024] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,05:35:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,05:35:24.319] [DEBUG] 6 processes running of frp type [2025-11-27,05:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,05:50:24.468] [DEBUG] 6 processes running of frp type [2025-11-27,06:05:18.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,06:05:25.091] [DEBUG] 6 processes running of frp type [2025-11-27,06:20:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,06:20:24.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,06:30:42.603] [INFO] Initializing BusSpeedStateManager V2 [2025-11-27,06:30:42.608] [INFO] LocationSqlManager initialising [2025-11-27,06:30:42.608] [INFO] Location DB initialising [2025-11-27,06:30:42.617] [INFO] LocationSqlManager initialisation complete [2025-11-27,06:30:42.618] [DEBUG] UploadManager Init [2025-11-27,06:30:42.619] [DEBUG] UploadManager Init Complete [2025-11-27,06:30:42.621] [INFO] Initializing GPS... [2025-11-27,06:30:42.623] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,06:32:45.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,06:32:51.774] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-27,06:32:59.978] [DEBUG] Log Upload Complete! [2025-11-27,06:35:45.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,06:35:52.002] [DEBUG] Remote Access Enabled [2025-11-27,06:35:58.388] [INFO] Server Address: 138.201.17.179 [2025-11-27,06:35:58.389] [INFO] Server Port: 7000 [2025-11-27,06:35:58.394] [DEBUG] Starting Remote Access! 2025-11-27 06:35:58.523 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-27 06:35:58.524 [I] [client/service.go:294] try to connect to server... 2025-11-27 06:35:59.423 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 06:35:59.425 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 06:35:59.710 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,06:50:16.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,06:50:23.599] [DEBUG] 6 processes running of frp type [2025-11-27,07:05:18.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,07:05:24.672] [DEBUG] 6 processes running of frp type [2025-11-27,07:20:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,07:20:24.715] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,07:35:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,07:35:24.230] [DEBUG] 6 processes running of frp type [2025-11-27,07:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,07:50:24.423] [DEBUG] 6 processes running of frp type [2025-11-27,08:02:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,08:02:24.114] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-27,08:02:33.716] [DEBUG] Log Upload Complete! [2025-11-27,08:05:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,08:05:24.732] [DEBUG] 6 processes running of frp type [2025-11-27,08:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,08:20:24.535] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,08:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,08:35:24.126] [DEBUG] 6 processes running of frp type [2025-11-27,08:50:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,08:50:24.530] [DEBUG] 6 processes running of frp type [2025-11-27,09:05:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,09:05:25.818] [DEBUG] 6 processes running of frp type [2025-11-27,09:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,09:20:24.076] [DEBUG] 6 processes running of frp type 2025-11-27 09:25:33.588 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:25:43.590 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:25:43.591 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:25:53.593 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:25:53.593 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 09:26:03.595 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:26:03.596 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:26:13.596 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:26:13.597 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:26:23.600 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:26:43.602 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:26:44.767 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:26:44.768 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:26:45.080 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:27:54.322 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:28:04.324 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:28:04.325 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:28:14.327 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:28:14.328 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:28:24.329 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:28:24.329 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:28:34.331 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:28:34.332 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:28:44.333 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:29:04.335 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:29:05.332 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:29:05.333 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:29:05.948 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:30:45.358 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:30:55.360 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:30:55.361 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:31:05.362 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:31:05.362 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:31:15.364 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:31:15.365 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:31:25.367 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:31:25.367 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:31:27.063 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:31:27.064 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:31:27.349 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:34:13.551 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:34:23.553 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:34:23.554 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:34:33.555 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:34:33.556 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:34:38.179 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:34:38.180 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:34:38.523 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,09:35:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,09:35:24.378] [DEBUG] 6 processes running of frp type 2025-11-27 09:36:18.833 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:36:28.835 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:36:28.836 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:36:38.838 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:36:38.839 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:36:48.840 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:36:48.841 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:36:58.843 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:36:58.843 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:37:08.845 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:37:28.846 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:37:36.044 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:37:56.045 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:37:56.061 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:38:16.063 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:38:16.068 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:38:36.070 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:38:36.074 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:38:56.076 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:38:56.080 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:39:16.081 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:39:16.087 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:39:36.088 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:39:37.031 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:39:37.033 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:39:37.341 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:41:50.524 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:42:00.525 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:42:00.526 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:42:01.635 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:42:01.636 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:42:02.003 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:42:40.853 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:42:50.855 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:42:50.856 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:43:00.857 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:43:00.858 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:43:10.859 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:43:10.859 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:43:20.861 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:43:20.862 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:43:30.864 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:43:50.865 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:44:00.866 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:44:20.867 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:44:30.869 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:44:50.870 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:44:50.878 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:45:10.879 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:45:21.370 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:45:21.372 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:45:22.170 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:45:59.331 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:46:09.333 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:46:09.333 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:46:19.336 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:46:19.336 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:46:29.338 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:46:29.338 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:46:39.340 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:46:39.340 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:46:49.342 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:47:09.344 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:47:19.346 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:47:39.348 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:47:49.351 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:48:09.352 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:48:19.355 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:48:39.357 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:48:49.359 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:49:09.361 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:49:09.367 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:49:29.369 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:49:29.373 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:49:49.374 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:50:00.915 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:50:00.916 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:50:04.949 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,09:50:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,09:50:25.592] [DEBUG] 6 processes running of frp type 2025-11-27 09:52:35.550 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:52:45.552 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:52:45.553 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:52:55.555 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:52:55.556 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:53:05.558 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:53:05.558 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:53:15.560 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:53:15.561 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:53:25.562 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:53:45.564 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:53:55.565 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:54:15.566 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:54:22.765 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:54:42.767 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:54:42.771 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:55:02.772 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:55:02.778 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:55:22.779 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:55:22.835 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:55:42.836 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:55:42.843 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:56:02.844 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:56:02.854 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:56:22.856 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:56:24.149 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 09:56:24.154 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 09:56:24.533 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 09:57:03.468 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:57:13.470 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:57:13.470 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:57:23.472 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:57:23.473 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:57:33.474 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:57:33.475 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:57:43.476 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:57:43.477 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:57:53.479 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:58:13.480 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:58:23.481 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 09:58:43.482 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:58:43.500 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:59:03.502 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:59:03.510 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:59:23.512 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:59:23.516 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 09:59:43.517 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 09:59:43.523 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:00:03.525 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:00:03.529 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:00:23.531 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:00:23.536 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:00:43.537 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:00:43.542 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:01:03.543 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:01:03.547 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:01:23.549 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:01:23.552 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:01:43.554 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:01:43.559 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:02:03.560 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:02:03.565 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:02:23.567 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:02:23.571 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:02:43.572 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:02:45.567 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:02:45.568 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:02:45.869 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 10:03:24.274 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:03:34.277 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:03:34.277 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:03:44.279 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:03:44.280 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:03:54.282 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:03:54.283 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:04:04.285 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:04:04.285 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:04:14.287 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:04:34.288 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:04:44.291 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:05:04.293 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:05:14.294 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:05:34.296 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:05:35.325 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:05:55.327 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:05:55.331 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:06:15.332 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:06:15.338 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:06:35.339 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:06:35.344 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:06:55.345 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:06:55.349 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:07:15.350 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:07:15.356 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:07:35.358 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:07:35.362 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:07:55.364 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:07:55.369 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:08:15.370 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:08:16.934 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:08:16.935 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:08:17.317 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 10:08:55.692 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:09:05.694 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:09:05.695 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:09:15.696 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:09:15.697 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:09:25.699 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:09:25.700 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:09:35.701 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:09:35.702 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:09:45.703 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:10:05.704 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:10:15.706 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:10:35.708 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:10:35.712 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:10:55.713 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:10:55.718 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:11:15.719 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:11:15.723 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:11:35.725 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:11:36.194 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:11:56.195 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:11:56.200 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:12:16.201 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:12:16.231 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:12:36.231 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:12:36.235 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:12:56.236 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:12:56.240 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:13:16.242 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:13:16.254 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:13:36.256 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:13:36.260 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:13:56.262 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:13:56.266 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:14:16.267 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:14:16.284 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:14:36.285 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:14:37.772 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:14:37.773 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:14:38.191 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,10:20:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,10:20:27.157] [DEBUG] 6 processes running of frp type 2025-11-27 10:20:52.405 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:20:54.704 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:20:54.704 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:20:55.149 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 10:26:07.384 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:26:08.829 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:26:08.830 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:26:09.808 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 10:30:51.386 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:31:01.389 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:31:01.389 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:31:11.390 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:31:11.391 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:31:21.392 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:31:21.393 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:31:31.395 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:31:31.395 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:31:41.396 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:32:01.398 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:32:11.399 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:32:31.401 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:32:41.404 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:33:01.406 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:33:11.408 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:33:31.409 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:33:32.471 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:33:52.472 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:33:52.477 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:34:12.478 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:34:12.482 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:34:32.484 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:34:32.489 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:34:52.490 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:34:52.495 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:35:12.497 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:35:12.503 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:35:32.504 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:35:32.578 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:35:52.578 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:35:52.583 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:36:12.584 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:36:12.589 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 10:36:32.590 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:36:33.570 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:36:33.571 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:36:33.895 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 10:47:56.624 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:48:06.626 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:48:06.627 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:48:16.628 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:48:16.629 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:48:26.630 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:48:26.631 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:48:32.869 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:48:32.870 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:48:40.109 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 10:50:08.308 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:50:18.310 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:50:18.311 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:50:41.335 [W] [client/service.go:297] [2473068c9563771f] connect to server error: i/o deadline reached 2025-11-27 10:50:41.336 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:50:51.337 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 10:50:51.337 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:51:00.600 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:51:00.601 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:51:01.239 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,10:51:22.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-27 10:51:25.927 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 10:51:26.847 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 10:51:26.848 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 10:51:27.304 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,10:51:29.674] [DEBUG] 6 processes running of frp type [2025-11-27,11:05:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,11:05:24.718] [DEBUG] 6 processes running of frp type 2025-11-27 11:17:25.514 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:17:35.516 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 11:17:35.517 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:17:45.518 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 11:17:45.519 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:17:55.521 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 11:17:55.522 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:18:05.524 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 11:18:05.525 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:18:15.526 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 11:18:35.528 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:18:45.531 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 11:19:05.532 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:19:08.632 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:19:28.634 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:19:28.638 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:19:48.640 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:19:48.645 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:20:08.646 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:20:08.650 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:20:28.652 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:20:28.656 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:20:48.657 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:20:48.662 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:21:08.663 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:21:08.670 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:21:28.671 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:21:28.676 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:21:48.677 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:21:48.681 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:22:08.681 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:22:08.687 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:22:28.688 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:22:28.692 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:22:48.693 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:22:48.697 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:23:08.698 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:23:08.705 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:23:28.707 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:23:28.713 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:23:48.713 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:23:48.718 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:24:08.719 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:24:08.725 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:24:28.727 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:24:28.732 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:24:48.733 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:24:48.740 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:25:08.741 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:25:08.745 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:25:28.747 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:25:28.751 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:25:48.752 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:25:48.768 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 11:26:08.769 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:26:08.774 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:26:28.775 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:26:28.780 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:26:48.781 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:26:48.786 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:27:08.788 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:27:08.794 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:27:28.794 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:27:28.802 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:27:48.804 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:27:48.814 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:28:08.816 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:28:08.820 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:28:28.821 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:28:28.825 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:28:48.827 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:28:48.833 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:29:08.835 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:29:08.840 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:29:28.841 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:29:28.847 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:29:48.849 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:29:48.852 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:30:08.853 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:30:08.860 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:30:28.861 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:30:28.868 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:30:48.869 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:30:48.877 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:31:08.878 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:31:08.887 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:31:28.888 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:31:28.893 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:31:48.894 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:31:48.898 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:32:08.899 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:32:08.903 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:32:28.905 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:32:28.908 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 11:32:48.909 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 11:32:49.850 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 11:32:49.852 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 11:32:50.201 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,11:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,11:35:24.316] [DEBUG] 6 processes running of frp type [2025-11-27,11:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,11:50:24.584] [DEBUG] 6 processes running of frp type [2025-11-27,12:05:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,12:05:25.055] [DEBUG] 6 processes running of frp type [2025-11-27,12:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,12:20:23.987] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,12:35:18.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,12:35:24.886] [DEBUG] 6 processes running of frp type [2025-11-27,12:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,12:50:24.296] [DEBUG] 6 processes running of frp type 2025-11-27 12:55:23.660 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:55:33.662 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 12:55:33.663 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:55:43.665 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 12:55:43.665 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:55:53.668 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 12:55:53.668 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:56:03.670 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 12:56:03.671 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:56:13.672 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 12:56:33.673 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:56:43.675 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 12:57:03.677 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:57:03.684 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:57:23.685 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:57:23.692 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:57:43.693 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:57:43.698 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:58:03.699 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:58:03.704 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:58:23.705 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:58:23.710 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:58:43.711 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:58:43.728 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:59:03.730 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:59:03.735 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:59:23.736 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:59:23.741 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 12:59:43.742 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 12:59:43.749 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:00:03.750 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:00:03.755 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:00:23.757 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:00:23.761 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:00:43.763 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:00:43.769 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:01:03.771 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:01:03.778 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:01:23.780 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:01:23.784 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:01:43.786 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:01:43.790 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:02:03.790 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:02:03.795 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:02:23.796 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:02:23.801 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:02:43.802 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:02:43.808 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:03:03.809 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:03:03.813 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:03:23.814 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:03:23.819 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:03:43.820 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:03:43.823 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:04:03.824 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:04:03.828 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:04:23.829 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:04:23.835 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:04:43.837 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:04:43.840 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:05:03.841 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:05:03.845 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:05:23.845 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:05:23.850 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:05:43.851 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:05:43.855 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:06:03.856 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:06:03.861 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:06:23.862 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:06:23.868 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:06:43.868 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:06:43.872 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:07:03.872 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:07:03.879 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:07:23.880 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:07:23.884 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:07:43.886 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:07:43.890 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:08:03.892 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:08:03.898 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:08:23.899 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:08:23.903 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:08:43.905 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:08:43.910 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:09:03.911 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:09:03.917 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:09:23.918 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:09:23.922 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:09:43.923 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:09:43.927 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:10:03.928 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:10:03.947 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:10:23.947 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:10:23.953 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:10:43.954 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:10:43.959 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:11:03.961 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:11:03.967 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:11:23.969 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:11:25.026 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:11:45.027 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:11:45.032 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:12:05.034 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:12:05.039 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:12:25.040 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:12:25.048 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:12:45.048 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:12:45.053 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:13:05.053 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:13:05.059 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:13:25.060 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:13:25.067 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:13:45.068 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:13:45.072 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:14:05.073 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:14:05.078 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:14:25.079 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:14:25.085 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:14:45.087 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:14:45.092 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:15:05.093 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:15:05.101 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:15:25.102 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:15:25.107 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:15:45.109 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:15:45.113 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:16:05.114 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:16:05.118 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:16:25.119 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:16:25.125 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:16:45.126 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:16:45.131 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:17:05.132 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:17:05.137 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:17:25.139 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:17:25.156 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:17:45.157 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:17:45.161 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:18:05.162 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:18:05.179 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:18:25.180 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:18:25.185 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:18:45.186 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:18:45.190 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:19:05.192 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:19:05.201 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:19:25.202 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:19:25.207 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:19:45.208 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:19:45.212 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:20:05.213 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:20:05.224 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:20:25.226 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:20:25.232 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:20:45.232 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:20:45.237 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:21:05.239 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:21:05.244 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:21:25.245 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:21:25.251 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:21:45.252 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:21:45.256 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:22:05.257 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:22:05.274 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:22:25.275 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:22:25.281 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:22:45.283 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:22:45.289 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:23:05.290 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:23:05.294 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:23:25.295 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:23:25.300 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:23:45.301 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:23:45.304 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:24:05.305 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:24:05.310 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:24:25.311 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:24:25.315 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:24:45.317 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:24:45.321 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:25:05.322 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:25:05.327 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:25:25.328 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:25:25.333 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:25:45.334 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:25:45.339 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 13:26:05.340 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:26:05.346 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:26:25.347 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:26:25.352 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:26:45.354 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:26:45.358 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:27:05.360 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:27:05.365 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:27:25.367 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:27:25.373 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:27:45.374 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:27:45.378 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:28:05.378 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:28:05.385 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:28:25.385 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:28:25.391 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:28:45.392 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:28:45.396 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:29:05.398 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:29:05.403 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:29:25.405 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:29:25.411 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:29:45.412 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:29:45.417 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:30:05.418 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:30:05.424 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:30:25.426 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:30:25.432 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:30:45.433 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:30:45.438 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:31:05.439 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:31:05.444 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:31:25.445 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:31:25.449 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:31:45.450 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:31:45.456 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:32:05.458 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:32:05.462 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:32:25.463 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:32:25.467 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:32:45.468 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:32:45.477 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:33:05.478 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:33:05.485 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:33:25.486 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:33:25.491 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:33:45.491 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:33:45.498 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:34:05.500 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:34:05.504 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:34:25.506 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:34:25.509 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:34:45.509 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:34:45.518 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:35:05.519 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:35:05.524 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:35:25.526 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:35:25.530 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:35:45.531 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:35:45.538 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:36:05.539 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:36:05.546 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:36:25.547 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:36:25.552 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:36:45.555 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:36:45.561 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:37:05.562 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:37:05.568 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:37:25.570 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:37:25.574 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:37:45.576 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:37:45.582 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:38:05.583 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:38:05.587 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:38:25.588 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:38:25.593 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:38:45.595 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:38:45.601 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:39:05.604 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:39:05.609 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:39:25.611 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:39:25.616 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:39:45.617 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:39:45.621 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:40:05.623 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:40:05.630 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:40:25.631 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:40:25.637 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:40:45.638 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:40:45.643 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:41:05.644 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:41:06.758 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:41:26.760 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:41:26.766 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:41:46.767 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:41:46.773 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:42:06.774 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:42:06.780 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:42:26.782 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:42:26.790 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:42:46.791 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:42:46.795 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:43:06.797 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:43:06.802 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:43:26.804 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:43:26.808 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:43:46.809 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:43:46.815 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:44:06.816 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:44:06.839 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:44:26.840 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:44:26.845 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:44:46.846 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:44:46.852 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:45:06.853 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:45:06.859 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:45:26.861 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:45:26.866 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:45:46.868 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:45:46.874 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:46:06.874 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:46:06.881 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:46:26.882 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:46:26.887 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:46:46.888 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:46:46.898 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:47:06.900 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:47:06.904 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:47:26.906 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:47:26.912 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:47:46.914 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:47:46.916 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:48:06.917 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:48:06.924 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:48:26.925 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:48:26.931 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:48:46.931 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:48:46.937 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:49:06.938 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:49:06.944 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:49:26.944 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:49:26.950 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:49:46.951 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:49:46.956 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:50:06.956 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:50:06.960 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:50:26.962 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:50:26.968 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:50:46.969 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:50:46.976 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:51:06.977 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:51:06.982 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:51:26.983 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:51:26.990 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:51:46.991 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:51:46.995 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:52:06.996 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:52:07.000 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:52:27.001 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:52:27.006 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:52:47.007 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:52:47.013 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:53:07.015 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:53:07.019 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:53:27.020 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:53:27.025 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:53:47.026 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:53:47.032 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:54:07.033 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:54:07.037 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:54:27.038 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:54:27.044 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:54:47.045 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:54:47.050 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:55:07.052 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:55:07.059 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:55:27.060 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:55:27.064 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:55:47.066 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:55:47.069 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:56:07.070 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:56:07.077 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:56:27.078 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:56:27.082 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:56:47.083 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:56:47.092 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:57:07.093 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:57:07.100 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:57:27.101 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:57:27.106 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:57:47.106 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:57:47.110 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:58:07.111 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:58:07.116 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:58:27.117 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:58:27.122 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:58:47.124 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:58:47.131 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:59:07.132 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:59:07.137 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:59:27.139 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:59:27.143 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 13:59:47.144 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 13:59:47.149 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:00:07.150 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:00:07.155 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:00:27.157 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:00:27.162 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:00:47.164 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:00:47.171 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:01:07.172 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:01:07.179 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:01:27.180 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:01:27.185 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:01:47.186 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:01:47.191 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:02:07.193 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:02:07.196 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:02:27.197 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:02:27.202 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:02:47.204 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:02:47.210 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:03:07.213 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:03:07.217 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:03:27.218 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:03:27.222 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:03:47.224 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:03:47.229 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:04:07.230 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:04:07.236 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:04:27.237 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:04:27.242 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:04:47.243 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:04:47.253 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:05:07.253 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:05:07.261 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:05:27.263 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:05:27.269 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:05:47.271 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:05:47.277 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:06:07.278 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:06:07.283 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:06:27.284 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:06:27.289 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:06:47.290 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:06:47.297 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:07:07.299 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:07:07.304 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:07:27.306 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:07:27.312 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:07:47.313 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:07:47.317 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:08:07.318 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:08:07.325 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:08:27.326 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:08:27.340 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:08:47.341 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:08:47.360 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:09:07.362 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:09:07.367 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:09:27.369 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:09:27.376 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:09:47.377 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:09:47.383 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:10:07.384 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:10:07.388 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:10:27.389 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:10:27.394 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:10:47.396 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:10:48.592 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:11:08.594 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:11:08.598 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:11:28.600 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:11:28.606 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:11:48.607 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:11:48.613 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:12:08.614 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:12:08.619 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:12:28.621 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:12:28.628 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:12:48.629 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:12:48.633 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:13:08.634 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:13:08.641 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:13:28.642 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:13:28.647 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:13:48.649 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:13:48.653 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:14:08.655 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:14:08.659 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:14:28.660 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:14:28.667 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:14:48.668 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:14:48.699 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:15:08.700 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:15:08.712 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:15:28.714 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:15:28.720 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:15:48.721 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:15:48.727 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:16:08.728 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:16:08.733 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:16:28.734 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:16:28.816 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:16:48.817 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:16:48.821 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:17:08.822 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:17:08.827 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:17:28.828 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:17:28.880 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:17:48.880 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:17:48.888 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:18:08.889 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:18:08.896 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:18:28.897 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:18:28.901 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:18:48.903 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:18:48.910 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:19:08.911 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:19:08.916 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:19:28.917 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:19:28.924 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:19:48.925 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:19:48.929 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:20:08.930 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:20:08.935 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:20:28.937 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:20:28.940 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:20:48.943 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:20:48.949 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:21:08.950 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:21:08.955 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:21:28.957 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:21:28.961 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:21:48.962 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:21:48.976 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:22:08.977 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:22:08.981 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:22:28.983 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:22:28.986 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:22:48.987 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:22:49.007 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:23:09.008 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:23:09.015 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:23:29.016 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:23:29.020 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:23:49.021 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:23:49.027 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:24:09.029 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:24:09.033 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:24:29.035 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:24:29.039 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:24:49.040 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:24:49.050 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:25:09.052 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:25:09.056 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:25:29.058 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:25:29.071 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:25:49.073 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:25:49.078 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 14:26:09.079 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:26:09.084 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:26:29.086 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:26:29.090 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:26:49.091 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:26:49.099 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:27:09.100 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:27:09.105 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:27:29.107 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:27:29.111 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:27:49.112 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:27:49.120 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:28:09.121 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:28:09.126 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:28:29.126 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:28:29.132 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:28:49.134 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:28:49.140 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:29:09.141 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:29:09.147 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:29:29.149 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:29:29.154 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:29:49.155 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:29:49.160 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:30:09.162 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:30:09.167 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:30:29.168 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:30:29.173 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:30:49.174 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:30:49.179 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:31:09.181 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:31:09.187 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:31:29.188 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:31:29.193 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:31:49.194 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:31:49.198 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:32:09.198 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:32:09.203 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:32:29.204 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:32:29.211 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:32:49.212 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:32:49.218 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:33:09.219 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:33:09.224 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:33:29.224 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:33:29.229 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:33:49.231 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:33:49.236 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:34:09.237 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:34:09.242 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:34:29.243 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:34:29.247 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:34:49.248 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:34:49.263 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:35:09.263 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:35:09.267 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:35:29.269 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:35:29.276 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:35:49.278 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:35:49.282 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:36:09.283 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:36:09.287 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:36:29.288 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:36:29.295 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:36:49.297 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:36:49.304 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:37:09.305 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:37:09.312 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:37:29.313 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:37:29.317 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:37:49.318 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:37:49.324 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:38:09.324 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:38:09.329 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:38:29.330 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:38:29.334 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:38:49.337 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:38:49.345 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:39:09.346 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:39:09.351 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:39:29.352 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:39:29.357 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:39:49.358 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:39:49.362 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:40:09.363 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:40:09.369 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:40:29.370 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:40:30.212 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:40:50.213 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:40:50.219 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:41:10.220 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:41:10.226 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:41:30.228 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:41:30.234 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:41:50.235 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:41:50.239 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:42:10.240 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:42:10.247 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:42:30.248 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:42:30.254 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:42:50.255 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:42:50.260 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:43:10.262 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:43:10.268 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:43:30.270 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:43:30.277 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:43:50.279 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:43:50.283 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:44:10.284 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:44:10.290 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:44:30.292 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:44:30.296 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:44:50.298 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:44:50.322 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:45:10.323 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:45:10.330 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:45:30.331 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:45:30.359 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:45:50.360 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:45:50.367 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:46:10.368 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:46:10.371 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:46:30.372 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:46:30.376 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:46:50.377 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:46:50.382 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:47:10.383 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:47:10.405 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:47:30.406 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:47:30.414 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:47:50.415 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:47:50.421 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:48:10.422 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:48:10.427 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:48:30.428 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:48:30.431 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:48:50.434 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:48:50.439 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:49:10.441 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:49:10.447 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:49:30.448 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:49:30.455 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:49:50.456 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:49:50.461 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:50:10.463 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:50:10.467 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:50:30.469 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:50:30.493 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:50:50.496 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:50:50.505 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:51:10.506 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:51:10.513 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:51:30.514 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:51:30.520 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:51:50.521 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:51:50.526 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:52:10.528 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:52:10.533 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:52:30.535 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:52:30.541 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:52:50.542 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:52:50.548 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:53:10.550 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:53:10.555 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:53:30.557 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:53:30.561 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:53:50.562 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:53:50.568 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:54:10.570 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:54:10.574 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:54:30.575 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:54:30.580 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:54:50.581 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:54:50.590 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:55:10.592 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:55:10.597 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:55:30.598 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:55:30.604 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:55:50.606 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:55:50.610 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:56:10.611 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:56:10.616 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:56:30.618 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:56:30.623 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:56:50.626 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:56:50.631 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:57:10.633 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:57:10.638 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:57:30.639 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:57:30.644 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:57:50.646 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:57:50.650 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:58:10.650 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:58:10.656 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:58:30.657 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:58:30.664 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:58:50.664 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:58:50.671 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:59:10.673 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:59:10.677 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:59:30.678 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:59:30.683 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 14:59:50.685 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 14:59:50.690 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:00:10.692 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:00:10.698 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:00:30.699 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:00:30.707 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:00:50.708 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:00:50.717 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:01:10.718 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:01:10.722 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:01:30.724 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:01:30.727 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:01:50.729 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:01:50.735 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:02:10.736 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:02:10.741 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:02:30.742 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:02:30.745 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:02:50.747 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:02:50.755 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:03:10.757 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:03:10.761 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:03:30.762 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:03:30.766 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:03:50.767 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:03:50.774 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:04:10.775 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:04:10.779 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:04:30.780 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:04:30.786 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:04:50.787 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:04:50.795 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:05:10.797 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:05:10.801 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:05:30.802 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:05:30.809 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:05:50.809 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:05:50.815 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:06:10.816 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:06:10.822 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:06:30.823 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:06:30.827 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:06:50.830 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:06:50.836 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:07:10.838 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:07:10.843 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:07:30.844 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:07:30.851 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:07:50.852 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:07:50.858 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:08:10.859 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:08:10.863 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:08:30.865 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:08:30.870 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:08:50.872 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:08:50.877 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:09:10.880 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:09:10.884 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:09:30.885 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:09:30.890 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:09:50.892 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:09:50.896 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:10:10.897 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:10:11.850 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:10:31.851 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:10:31.859 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:10:51.861 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:10:51.867 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:11:11.868 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:11:11.873 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:11:31.874 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:11:31.880 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:11:51.882 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:11:51.887 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:12:11.888 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:12:11.892 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:12:31.894 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:12:31.900 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:12:51.901 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:12:51.905 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:13:11.907 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:13:11.912 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:13:31.914 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:13:31.918 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:13:51.920 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:13:51.926 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:14:11.927 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:14:11.939 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:14:31.941 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:14:31.945 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:14:51.948 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:14:51.954 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:15:11.955 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:15:11.960 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:15:31.962 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:15:31.967 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:15:51.968 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:15:51.973 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:16:11.973 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:16:11.980 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:16:31.981 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:16:31.986 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:16:51.987 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:16:51.994 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:17:11.996 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:17:12.003 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:17:32.005 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:17:32.021 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:17:52.023 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:17:52.060 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:18:12.061 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:18:22.062 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:18:42.063 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:18:43.624 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 15:18:43.625 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 15:18:44.423 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 15:20:45.990 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... [2025-11-27,15:20:46.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-27 15:20:55.351 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 15:20:55.352 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 15:20:56.147 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,15:21:01.896] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,15:35:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,15:35:24.317] [DEBUG] 6 processes running of frp type 2025-11-27 15:46:30.651 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:46:38.033 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 15:46:38.035 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 15:46:42.023 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,15:50:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,15:50:27.287] [DEBUG] 6 processes running of frp type 2025-11-27 15:56:28.046 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:56:38.048 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:56:38.048 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:56:48.050 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:56:48.050 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:56:58.052 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:56:58.053 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:57:08.054 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:57:08.054 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:57:18.056 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:57:38.056 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:57:48.058 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:58:08.060 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:58:18.061 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:58:38.062 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:58:48.064 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 15:59:08.066 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:59:08.122 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:59:28.124 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:59:28.128 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 15:59:48.130 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 15:59:48.135 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:00:08.136 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:00:08.140 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:00:28.141 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:00:28.147 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:00:48.149 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:00:48.153 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:01:08.154 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:01:08.157 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:01:28.158 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:01:29.081 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 16:01:29.082 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 16:01:29.401 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,16:05:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,16:05:24.580] [DEBUG] 6 processes running of frp type 2025-11-27 16:16:48.628 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:16:58.630 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:16:58.631 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:17:08.633 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:17:08.634 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:17:18.635 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:17:18.636 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:17:28.638 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:17:28.639 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:17:38.642 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:17:58.643 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:18:08.644 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:18:28.646 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:18:38.649 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:18:58.651 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:19:08.653 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:19:28.655 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:19:31.883 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:19:51.884 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:19:51.889 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:20:11.891 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:20:11.895 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:20:31.896 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:20:31.901 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:20:51.902 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:20:51.906 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:21:11.907 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:21:11.913 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:21:31.914 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:21:31.920 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:21:51.921 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:21:51.925 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:22:11.926 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:22:11.930 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:22:31.931 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:22:31.935 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:22:51.937 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:22:51.943 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:23:11.944 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:23:11.949 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:23:31.949 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:23:31.955 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:23:51.956 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:23:51.963 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:24:11.964 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:24:11.971 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:24:31.972 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:24:31.977 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:24:51.978 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:25:01.980 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:25:21.981 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:25:31.983 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:25:51.985 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:26:01.987 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 16:26:21.989 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:26:31.992 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:26:51.994 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:27:01.995 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:27:21.996 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:27:22.001 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:27:42.003 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:27:43.201 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 16:27:43.203 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 16:27:43.997 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 16:28:22.322 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:28:32.324 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:28:32.324 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:28:42.326 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:28:42.327 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:28:52.329 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:28:52.330 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:29:02.331 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:29:02.331 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:29:12.333 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:29:32.334 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:29:42.337 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:30:02.339 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:30:12.341 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:30:32.343 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:30:32.347 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:30:52.348 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:30:52.354 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:31:12.355 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:31:12.360 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:31:32.362 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:31:34.075 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 16:31:34.076 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 16:31:35.159 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,16:35:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,16:35:24.075] [DEBUG] 6 processes running of frp type 2025-11-27 16:46:29.847 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:46:35.176 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 16:46:35.177 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 16:46:35.936 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 16:49:16.497 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:49:26.499 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:49:26.500 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:49:36.502 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:49:36.502 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:49:46.504 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:49:46.504 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:49:56.506 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:49:56.507 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:50:06.509 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:50:26.510 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:50:36.513 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:50:56.515 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:51:06.518 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 16:51:26.519 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:51:26.525 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 16:51:46.526 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:51:48.881 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 16:51:48.882 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 16:51:51.451 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success 2025-11-27 16:52:58.882 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:53:12.014 [W] [client/service.go:297] [2473068c9563771f] connect to server error: connection write timeout 2025-11-27 16:53:12.015 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 16:53:13.513 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 16:53:13.514 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 16:53:13.915 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,17:05:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,17:05:24.086] [DEBUG] 6 processes running of frp type [2025-11-27,17:20:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,17:20:24.082] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-27 17:30:52.708 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:31:02.711 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:31:02.711 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:31:12.713 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:31:12.713 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:31:22.714 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:31:22.715 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:31:32.717 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:31:32.718 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:31:42.720 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:32:02.721 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:32:12.723 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:32:32.725 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:32:42.727 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:33:02.728 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:33:12.730 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 17:33:32.732 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:33:32.737 [W] [client/service.go:297] [2473068c9563771f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 17:33:52.738 [I] [client/service.go:294] [2473068c9563771f] try to connect to server... 2025-11-27 17:33:54.993 [I] [client/service.go:286] [2473068c9563771f] login to server success, get run id [2473068c9563771f] 2025-11-27 17:33:54.994 [I] [proxy/proxy_manager.go:173] [2473068c9563771f] proxy added: [DTN57CC5599] 2025-11-27 17:33:55.395 [I] [client/control.go:168] [2473068c9563771f] [DTN57CC5599] start proxy success [2025-11-27,17:35:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,17:35:24.377] [DEBUG] 6 processes running of frp type [2025-11-27,17:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,17:50:24.548] [DEBUG] 6 processes running of frp type [2025-11-27,18:05:18.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,18:05:24.910] [DEBUG] 6 processes running of frp type [2025-11-27,18:20:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,18:20:24.037] [DEBUG] 6 processes running of frp type [2025-11-27,18:25:42.116] [INFO] Initializing BusSpeedStateManager V2 [2025-11-27,18:25:42.121] [INFO] LocationSqlManager initialising [2025-11-27,18:25:42.122] [INFO] Location DB initialising [2025-11-27,18:25:42.131] [INFO] LocationSqlManager initialisation complete [2025-11-27,18:25:42.132] [DEBUG] UploadManager Init [2025-11-27,18:25:42.132] [DEBUG] UploadManager Init Complete [2025-11-27,18:25:42.135] [INFO] Initializing GPS... [2025-11-27,18:25:42.136] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,18:27:45.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,18:27:53.237] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-27,18:28:05.460] [DEBUG] Log Upload Complete! [2025-11-27,18:30:35.913] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2025-11-27,18:30:45.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,18:30:57.521] [DEBUG] Remote Access Enabled [2025-11-27,18:31:06.153] [INFO] Server Address: 138.201.17.179 [2025-11-27,18:31:06.155] [INFO] Server Port: 7000 [2025-11-27,18:31:06.166] [DEBUG] Starting Remote Access! 2025-11-27 18:31:06.344 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-27 18:31:06.344 [I] [client/service.go:294] try to connect to server... 2025-11-27 18:31:07.281 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-27 18:31:07.282 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-27 18:31:07.608 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-27,18:35:18.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,18:35:24.739] [DEBUG] 6 processes running of frp type [2025-11-27,18:50:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,18:50:24.561] [DEBUG] 6 processes running of frp type [2025-11-27,19:05:18.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,19:05:25.915] [DEBUG] 6 processes running of frp type [2025-11-27,19:20:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,19:20:23.987] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,19:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,19:35:24.413] [DEBUG] 6 processes running of frp type 2025-11-27 19:38:44.444 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:38:53.495 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-27 19:38:53.496 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-27 19:38:53.843 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success 2025-11-27 19:40:02.586 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:40:07.008 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-27 19:40:07.010 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-27 19:40:08.006 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-27,19:50:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,19:50:24.239] [DEBUG] 6 processes running of frp type 2025-11-27 19:53:00.738 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:53:10.739 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:53:10.740 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:53:20.741 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:53:20.742 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:53:30.743 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:53:30.743 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:53:40.745 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:54:00.747 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:54:10.749 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:54:30.750 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:54:40.751 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:55:00.753 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:55:00.765 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 19:55:20.766 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:55:20.771 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 19:55:40.773 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:55:40.776 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 19:56:00.778 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:56:01.431 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 19:56:21.432 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:56:21.436 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 19:56:41.436 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:56:41.443 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 19:57:01.443 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:57:06.032 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-27 19:57:06.033 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-27 19:57:06.364 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success 2025-11-27 19:58:15.295 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:58:25.296 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:58:25.297 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:58:35.298 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:58:35.299 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:58:45.300 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:58:45.301 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:58:55.302 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:58:55.303 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:59:05.304 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:59:25.305 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:59:35.307 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-27 19:59:55.308 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 19:59:58.562 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:00:18.563 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 20:00:18.565 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:00:38.566 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 20:00:38.571 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:00:58.572 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 20:00:58.578 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:01:18.580 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 20:01:18.585 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:01:38.586 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 20:01:38.591 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:01:58.593 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-27 20:01:59.575 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-27 20:01:59.577 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-27 20:01:59.891 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-27,20:05:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,20:05:24.453] [DEBUG] 6 processes running of frp type [2025-11-27,20:20:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,20:20:24.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,20:35:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,20:35:24.083] [DEBUG] 6 processes running of frp type [2025-11-27,20:50:24.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,20:50:31.271] [DEBUG] 6 processes running of frp type [2025-11-27,21:05:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,21:05:24.210] [DEBUG] 6 processes running of frp type [2025-11-27,21:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,21:20:23.880] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,21:35:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,21:35:28.829] [DEBUG] 6 processes running of frp type [2025-11-27,21:50:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,21:50:25.396] [DEBUG] 6 processes running of frp type [2025-11-27,22:05:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,22:05:24.267] [DEBUG] 6 processes running of frp type [2025-11-27,22:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,22:20:23.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,22:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,22:35:24.201] [DEBUG] 6 processes running of frp type [2025-11-27,22:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,22:50:24.700] [DEBUG] 6 processes running of frp type [2025-11-27,23:05:17.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,23:05:23.592] [DEBUG] 6 processes running of frp type [2025-11-27,23:20:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,23:20:24.642] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-27,23:35:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,23:35:24.261] [DEBUG] 6 processes running of frp type [2025-11-27,23:50:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-27,23:50:23.958] [DEBUG] 6 processes running of frp type [2025-11-28,00:05:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,00:05:24.693] [DEBUG] 6 processes running of frp type [2025-11-28,00:20:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,00:20:24.504] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,00:35:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,00:35:24.469] [DEBUG] 6 processes running of frp type 2025-11-28 00:44:27.321 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 00:44:37.323 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 00:44:37.325 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 00:44:41.818 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-28 00:44:41.818 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-28 00:44:42.113 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-28,00:50:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,00:50:24.667] [DEBUG] 6 processes running of frp type 2025-11-28 00:51:55.175 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 00:51:57.062 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-28 00:51:57.063 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-28 00:51:57.353 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-28,01:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,01:05:24.434] [DEBUG] 6 processes running of frp type [2025-11-28,01:20:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,01:20:24.263] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,01:35:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,01:35:27.720] [DEBUG] 6 processes running of frp type [2025-11-28,01:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,01:50:24.455] [DEBUG] 6 processes running of frp type [2025-11-28,02:05:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,02:05:24.513] [DEBUG] 6 processes running of frp type [2025-11-28,02:20:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,02:20:24.323] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,02:35:18.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,02:35:24.581] [DEBUG] 6 processes running of frp type [2025-11-28,02:50:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,02:50:24.231] [DEBUG] 6 processes running of frp type [2025-11-28,03:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,03:05:23.989] [DEBUG] 6 processes running of frp type 2025-11-28 03:15:31.612 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:15:41.614 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 03:15:41.614 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:15:51.616 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 03:15:51.617 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:16:01.619 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 03:16:01.619 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:16:11.621 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 03:16:11.622 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:16:21.623 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 03:16:41.624 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:16:51.626 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 03:17:11.626 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:17:18.759 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 03:17:38.760 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 03:17:39.724 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-28 03:17:39.725 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-28 03:17:40.022 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-28,03:20:18.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,03:20:26.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,03:35:18.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,03:35:24.632] [DEBUG] 6 processes running of frp type [2025-11-28,03:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,03:50:24.161] [DEBUG] 6 processes running of frp type [2025-11-28,04:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,04:05:23.759] [DEBUG] 6 processes running of frp type 2025-11-28 04:07:36.581 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 04:07:36.723 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:07:38.787 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 04:07:38.800 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:07:43.336 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 04:07:53.337 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:07:53.338 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 04:07:57.323 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-28 04:07:57.323 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-28 04:07:57.647 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-28,04:20:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,04:20:24.541] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,04:35:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,04:35:56.919] [DEBUG] 6 processes running of frp type [2025-11-28,04:50:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,04:50:24.249] [DEBUG] 6 processes running of frp type 2025-11-28 05:02:41.066 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:02:51.069 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:02:51.070 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:03:01.072 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:03:01.073 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:03:11.074 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:03:11.075 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:03:21.076 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:03:21.077 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:03:31.078 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:03:51.079 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:04:01.081 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:04:21.082 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:04:22.020 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-28 05:04:22.022 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-28 05:04:22.337 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-28,05:05:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,05:05:24.109] [DEBUG] 6 processes running of frp type [2025-11-28,05:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,05:20:24.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,05:35:18.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,05:35:25.265] [DEBUG] 6 processes running of frp type 2025-11-28 05:36:28.735 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:36:38.737 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:36:38.738 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:36:48.740 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:36:48.740 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:36:58.742 [W] [client/service.go:297] [faadc0adb25dd89a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 05:36:58.742 [I] [client/service.go:294] [faadc0adb25dd89a] try to connect to server... 2025-11-28 05:37:09.927 [I] [client/service.go:286] [faadc0adb25dd89a] login to server success, get run id [faadc0adb25dd89a] 2025-11-28 05:37:09.928 [I] [proxy/proxy_manager.go:173] [faadc0adb25dd89a] proxy added: [DTN57CC5599] 2025-11-28 05:37:10.244 [I] [client/control.go:168] [faadc0adb25dd89a] [DTN57CC5599] start proxy success [2025-11-28,05:50:18.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,05:50:25.772] [DEBUG] 6 processes running of frp type [2025-11-28,06:05:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,06:05:24.024] [DEBUG] 6 processes running of frp type [2025-11-28,06:20:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,06:20:25.103] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,06:30:41.267] [INFO] Initializing BusSpeedStateManager V2 [2025-11-28,06:30:41.272] [INFO] LocationSqlManager initialising [2025-11-28,06:30:41.273] [INFO] Location DB initialising [2025-11-28,06:30:41.284] [INFO] LocationSqlManager initialisation complete [2025-11-28,06:30:41.285] [DEBUG] UploadManager Init [2025-11-28,06:30:41.286] [DEBUG] UploadManager Init Complete [2025-11-28,06:30:41.290] [INFO] Initializing GPS... [2025-11-28,06:30:41.293] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,06:32:46.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,06:32:53.032] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-28,06:33:02.068] [DEBUG] Log Upload Complete! [2025-11-28,06:35:45.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,06:35:45.426] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-28,06:35:51.785] [DEBUG] Remote Access Enabled [2025-11-28,06:35:57.987] [INFO] Server Address: 138.201.17.179 [2025-11-28,06:35:57.988] [INFO] Server Port: 7000 [2025-11-28,06:35:57.993] [DEBUG] Starting Remote Access! 2025-11-28 06:35:58.129 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-28 06:35:58.129 [I] [client/service.go:294] try to connect to server... 2025-11-28 06:35:59.111 [I] [client/service.go:286] [f44168d748f9505f] login to server success, get run id [f44168d748f9505f] 2025-11-28 06:35:59.112 [I] [proxy/proxy_manager.go:173] [f44168d748f9505f] proxy added: [DTN57CC5599] 2025-11-28 06:35:59.416 [I] [client/control.go:168] [f44168d748f9505f] [DTN57CC5599] start proxy success [2025-11-28,06:50:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,06:50:24.626] [DEBUG] 6 processes running of frp type [2025-11-28,07:05:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,07:05:24.512] [DEBUG] 6 processes running of frp type [2025-11-28,07:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,07:20:24.251] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,07:35:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,07:35:24.425] [DEBUG] 6 processes running of frp type [2025-11-28,07:50:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,07:50:23.982] [DEBUG] 6 processes running of frp type [2025-11-28,08:02:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,08:02:23.716] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-28,08:03:16.834] [DEBUG] Log Upload Complete! [2025-11-28,08:05:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,08:05:24.180] [DEBUG] 6 processes running of frp type [2025-11-28,08:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,08:20:23.992] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,08:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,08:35:24.383] [DEBUG] 6 processes running of frp type [2025-11-28,08:50:17.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,08:50:23.656] [DEBUG] 6 processes running of frp type [2025-11-28,09:05:18.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,09:05:24.884] [DEBUG] 6 processes running of frp type [2025-11-28,09:20:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,09:20:23.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,09:35:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,09:35:24.167] [DEBUG] 6 processes running of frp type [2025-11-28,09:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,09:50:24.745] [DEBUG] 6 processes running of frp type [2025-11-28,10:05:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,10:05:23.560] [DEBUG] 6 processes running of frp type [2025-11-28,10:20:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,10:20:24.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,10:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,10:35:24.027] [DEBUG] 6 processes running of frp type [2025-11-28,10:50:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,10:50:23.777] [DEBUG] 6 processes running of frp type [2025-11-28,11:05:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,11:05:28.658] [DEBUG] 6 processes running of frp type [2025-11-28,11:20:18.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,11:20:24.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,11:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,11:35:23.889] [DEBUG] 6 processes running of frp type [2025-11-28,11:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,11:50:24.092] [DEBUG] 6 processes running of frp type [2025-11-28,12:05:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,12:05:24.048] [DEBUG] 6 processes running of frp type [2025-11-28,12:20:17.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,12:20:23.938] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,12:35:18.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,12:35:24.674] [DEBUG] 6 processes running of frp type [2025-11-28,12:50:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,12:50:23.941] [DEBUG] 6 processes running of frp type 2025-11-28 13:04:13.265 [I] [client/service.go:294] [f44168d748f9505f] try to connect to server... 2025-11-28 13:04:23.267 [W] [client/service.go:297] [f44168d748f9505f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 13:04:23.268 [I] [client/service.go:294] [f44168d748f9505f] try to connect to server... 2025-11-28 13:04:23.270 [W] [client/service.go:297] [f44168d748f9505f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 13:04:28.072 [I] [client/service.go:294] [f44168d748f9505f] try to connect to server... 2025-11-28 13:04:28.077 [W] [client/service.go:297] [f44168d748f9505f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 13:04:37.860 [I] [client/service.go:294] [f44168d748f9505f] try to connect to server... 2025-11-28 13:04:38.728 [I] [client/service.go:286] [f44168d748f9505f] login to server success, get run id [f44168d748f9505f] 2025-11-28 13:04:38.729 [I] [proxy/proxy_manager.go:173] [f44168d748f9505f] proxy added: [DTN57CC5599] 2025-11-28 13:04:39.028 [I] [client/control.go:168] [f44168d748f9505f] [DTN57CC5599] start proxy success [2025-11-28,13:05:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,13:05:24.057] [DEBUG] 6 processes running of frp type [2025-11-28,13:20:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,13:20:24.117] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,13:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,13:35:24.394] [DEBUG] 6 processes running of frp type [2025-11-28,13:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,13:50:24.249] [DEBUG] 6 processes running of frp type [2025-11-28,14:05:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,14:05:24.205] [DEBUG] 6 processes running of frp type [2025-11-28,14:20:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,14:20:23.955] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,14:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,14:35:23.997] [DEBUG] 6 processes running of frp type [2025-11-28,14:50:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,14:50:23.660] [DEBUG] 6 processes running of frp type [2025-11-28,15:05:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,15:05:24.811] [DEBUG] 6 processes running of frp type [2025-11-28,15:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,15:20:24.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,15:35:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,15:35:24.450] [DEBUG] 6 processes running of frp type [2025-11-28,15:50:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,15:50:24.608] [DEBUG] 6 processes running of frp type [2025-11-28,16:05:18.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,16:05:24.844] [DEBUG] 6 processes running of frp type [2025-11-28,16:20:17.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,16:20:23.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,16:35:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,16:35:23.730] [DEBUG] 6 processes running of frp type [2025-11-28,16:50:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,16:50:24.414] [DEBUG] 6 processes running of frp type [2025-11-28,17:05:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,17:05:24.444] [DEBUG] 6 processes running of frp type [2025-11-28,17:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,17:20:24.423] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,17:35:18.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,17:35:25.011] [DEBUG] 6 processes running of frp type [2025-11-28,17:50:19.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,17:50:25.851] [DEBUG] 6 processes running of frp type [2025-11-28,18:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,18:05:23.945] [DEBUG] 6 processes running of frp type [2025-11-28,18:20:17.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,18:20:23.801] [DEBUG] 6 processes running of frp type [2025-11-28,18:25:41.267] [INFO] Initializing BusSpeedStateManager V2 [2025-11-28,18:25:41.272] [INFO] LocationSqlManager initialising [2025-11-28,18:25:41.273] [INFO] Location DB initialising [2025-11-28,18:25:41.283] [INFO] LocationSqlManager initialisation complete [2025-11-28,18:25:41.283] [DEBUG] UploadManager Init [2025-11-28,18:25:41.284] [DEBUG] UploadManager Init Complete [2025-11-28,18:25:41.286] [INFO] Initializing GPS... [2025-11-28,18:25:41.288] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,18:27:45.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,18:27:51.621] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-28,18:28:04.622] [DEBUG] Log Upload Complete! [2025-11-28,18:30:45.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,18:30:51.714] [DEBUG] Remote Access Enabled [2025-11-28,18:30:58.147] [INFO] Server Address: 138.201.17.179 [2025-11-28,18:30:58.148] [INFO] Server Port: 7000 [2025-11-28,18:30:58.153] [DEBUG] Starting Remote Access! 2025-11-28 18:30:58.286 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-28 18:30:58.287 [I] [client/service.go:294] try to connect to server... 2025-11-28 18:30:59.438 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 18:30:59.440 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 18:30:59.739 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,18:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,18:35:24.488] [DEBUG] 6 processes running of frp type [2025-11-28,18:50:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,18:50:23.673] [DEBUG] 6 processes running of frp type [2025-11-28,19:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,19:05:23.917] [DEBUG] 6 processes running of frp type [2025-11-28,19:20:17.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,19:20:23.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,19:35:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,19:35:23.819] [DEBUG] 6 processes running of frp type [2025-11-28,19:50:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,19:50:24.107] [DEBUG] 6 processes running of frp type [2025-11-28,20:05:17.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,20:05:24.559] [DEBUG] 6 processes running of frp type [2025-11-28,20:20:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,20:20:25.984] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,20:35:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,20:35:27.483] [DEBUG] 6 processes running of frp type [2025-11-28,20:50:17.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,20:50:23.894] [DEBUG] 6 processes running of frp type 2025-11-28 21:02:53.527 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:03:00.013 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 21:03:00.015 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 21:03:00.597 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,21:05:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,21:05:24.680] [DEBUG] 6 processes running of frp type [2025-11-28,21:20:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,21:20:23.877] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,21:35:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,21:35:24.200] [DEBUG] 6 processes running of frp type 2025-11-28 21:49:51.978 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:50:10.072 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: i/o deadline reached 2025-11-28 21:50:10.073 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:50:23.473 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: i/o deadline reached 2025-11-28 21:50:23.473 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... [2025-11-28,21:50:24.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-28 21:50:25.174 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 21:50:25.175 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 21:50:25.754 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,21:50:45.329] [DEBUG] 6 processes running of frp type 2025-11-28 21:52:04.545 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:52:14.546 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:52:14.547 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:52:22.941 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 21:52:22.942 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 21:52:23.227 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success 2025-11-28 21:53:32.343 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:53:42.822 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: connection write timeout 2025-11-28 21:53:42.823 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:53:52.825 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:53:52.825 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:53:55.153 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 21:53:55.154 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 21:53:55.433 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success 2025-11-28 21:54:34.168 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:54:44.170 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:54:44.171 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:54:54.172 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:54:54.172 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:55:04.174 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:55:04.175 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:55:14.177 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:55:14.177 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:55:24.179 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:55:44.180 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:55:54.182 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 21:56:14.183 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:56:15.906 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 21:56:15.907 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 21:56:16.191 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success 2025-11-28 21:56:45.541 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 21:56:46.490 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 21:56:46.491 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 21:56:46.782 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,22:05:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,22:05:24.677] [DEBUG] 6 processes running of frp type 2025-11-28 22:18:16.692 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 22:18:18.768 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 22:18:18.769 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 22:18:19.139 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,22:20:18.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,22:20:24.948] [DEBUG] 6 processes running of frp type 2025-11-28 22:22:32.166 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 22:22:50.352 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 22:22:50.353 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 22:22:55.613 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success 2025-11-28 22:23:44.599 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 22:23:54.601 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 22:23:54.602 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 22:24:13.955 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: i/o deadline reached 2025-11-28 22:24:13.955 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 22:24:23.957 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 22:24:23.958 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 22:24:33.689 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 22:24:33.690 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 22:24:39.228 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,22:35:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,22:35:24.333] [DEBUG] 6 processes running of frp type [2025-11-28,22:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,22:50:24.450] [DEBUG] 6 processes running of frp type [2025-11-28,23:05:19.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,23:05:25.730] [DEBUG] 6 processes running of frp type 2025-11-28 23:09:22.992 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:09:32.994 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 23:09:32.996 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:09:42.998 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 23:09:42.998 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:09:53.000 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 23:09:53.000 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:10:01.284 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 23:10:01.285 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 23:10:02.089 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,23:20:19.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,23:20:26.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-28,23:35:18.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,23:35:29.392] [DEBUG] 6 processes running of frp type 2025-11-28 23:38:02.157 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:38:06.836 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 23:38:06.837 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 23:38:07.167 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-28,23:50:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-28,23:50:23.836] [DEBUG] 6 processes running of frp type 2025-11-28 23:50:57.467 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:51:07.469 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 23:51:07.470 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-28 23:51:15.780 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-28 23:51:15.781 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-28 23:51:16.167 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-29,00:05:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,00:20:16.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,00:20:23.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,00:35:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,00:35:24.027] [DEBUG] 6 processes running of frp type [2025-11-29,00:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,00:50:24.593] [DEBUG] 6 processes running of frp type [2025-11-29,01:05:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,01:05:24.440] [DEBUG] 6 processes running of frp type [2025-11-29,01:20:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,01:20:24.380] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,01:35:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,01:35:24.919] [DEBUG] 6 processes running of frp type [2025-11-29,01:50:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,01:50:26.991] [DEBUG] 6 processes running of frp type [2025-11-29,02:05:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,02:05:23.790] [DEBUG] 6 processes running of frp type [2025-11-29,02:20:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,02:20:24.612] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,02:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,02:35:24.823] [DEBUG] 6 processes running of frp type [2025-11-29,02:50:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,02:50:24.786] [DEBUG] 6 processes running of frp type [2025-11-29,03:05:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,03:05:23.720] [DEBUG] 6 processes running of frp type [2025-11-29,03:20:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,03:20:24.441] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,03:35:17.778] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,03:35:24.567] [DEBUG] 6 processes running of frp type [2025-11-29,03:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,03:50:24.246] [DEBUG] 6 processes running of frp type [2025-11-29,04:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,04:05:24.016] [DEBUG] 6 processes running of frp type 2025-11-29 04:06:39.853 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-29 04:06:39.861 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 04:06:42.047 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-29 04:06:42.059 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 04:06:46.741 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-29 04:06:56.743 [W] [client/service.go:297] [f68ced7c0abef1fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 04:06:56.744 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-29 04:06:58.635 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-29 04:06:58.635 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-29 04:06:58.956 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success [2025-11-29,04:20:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,04:20:23.769] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,04:35:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,04:35:23.804] [DEBUG] 6 processes running of frp type [2025-11-29,04:50:18.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,04:50:25.062] [DEBUG] 6 processes running of frp type [2025-11-29,05:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,05:05:24.383] [DEBUG] 6 processes running of frp type [2025-11-29,05:20:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,05:20:24.131] [DEBUG] 6 processes running of frp type 2025-11-29 05:24:46.656 [I] [client/service.go:294] [f68ced7c0abef1fb] try to connect to server... 2025-11-29 05:24:47.611 [I] [client/service.go:286] [f68ced7c0abef1fb] login to server success, get run id [f68ced7c0abef1fb] 2025-11-29 05:24:47.613 [I] [proxy/proxy_manager.go:173] [f68ced7c0abef1fb] proxy added: [DTN57CC5599] 2025-11-29 05:24:47.921 [I] [client/control.go:168] [f68ced7c0abef1fb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,05:35:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,05:35:23.914] [DEBUG] 6 processes running of frp type [2025-11-29,05:50:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,05:50:24.364] [DEBUG] 6 processes running of frp type [2025-11-29,06:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,06:05:24.334] [DEBUG] 6 processes running of frp type [2025-11-29,06:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,06:20:24.583] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,06:30:42.555] [INFO] Initializing BusSpeedStateManager V2 [2025-11-29,06:30:42.561] [INFO] LocationSqlManager initialising [2025-11-29,06:30:42.561] [INFO] Location DB initialising [2025-11-29,06:30:42.571] [INFO] LocationSqlManager initialisation complete [2025-11-29,06:30:42.572] [DEBUG] UploadManager Init [2025-11-29,06:30:42.572] [DEBUG] UploadManager Init Complete [2025-11-29,06:30:42.575] [INFO] Initializing GPS... [2025-11-29,06:30:42.577] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,06:32:45.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,06:32:57.659] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-29,06:33:09.871] [DEBUG] Log Upload Complete! [2025-11-29,06:35:45.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,06:35:52.505] [DEBUG] Remote Access Enabled [2025-11-29,06:35:58.749] [INFO] Server Address: 138.201.17.179 [2025-11-29,06:35:58.751] [INFO] Server Port: 7000 [2025-11-29,06:35:58.756] [DEBUG] Starting Remote Access! 2025-11-29 06:35:58.884 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-29 06:35:58.885 [I] [client/service.go:294] try to connect to server... 2025-11-29 06:35:59.734 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 06:35:59.735 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 06:36:00.025 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,06:50:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,06:50:24.361] [DEBUG] 6 processes running of frp type [2025-11-29,07:05:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,07:05:24.371] [DEBUG] 6 processes running of frp type [2025-11-29,07:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,07:20:24.359] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,07:35:17.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,07:35:23.931] [DEBUG] 6 processes running of frp type [2025-11-29,07:50:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,07:50:27.460] [DEBUG] 6 processes running of frp type [2025-11-29,08:02:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,08:02:24.436] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-29,08:02:46.005] [DEBUG] Log Upload Complete! [2025-11-29,08:05:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,08:05:24.803] [DEBUG] 6 processes running of frp type [2025-11-29,08:20:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,08:20:23.683] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,08:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,08:35:25.315] [DEBUG] 6 processes running of frp type [2025-11-29,08:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,08:50:24.004] [DEBUG] 6 processes running of frp type [2025-11-29,09:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,09:05:24.283] [DEBUG] 6 processes running of frp type 2025-11-29 09:09:05.273 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:09:15.276 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:09:15.277 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:09:16.238 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 09:09:16.240 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 09:09:16.550 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,09:20:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,09:20:24.383] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,09:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,09:35:24.622] [DEBUG] 6 processes running of frp type 2025-11-29 09:43:33.556 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:43:36.817 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 09:43:36.819 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 09:43:37.234 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,09:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,09:50:26.957] [DEBUG] 6 processes running of frp type 2025-11-29 09:51:51.818 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:52:01.819 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:52:01.820 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:52:11.822 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:52:11.822 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:52:21.823 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:52:21.824 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:52:31.825 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:52:31.826 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:52:41.828 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:53:01.829 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:53:11.831 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 09:53:31.832 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:53:38.960 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:53:58.961 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:53:58.964 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:54:18.965 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:54:18.977 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:54:38.978 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:54:38.984 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:54:58.985 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:54:58.990 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:55:18.991 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:55:18.997 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:55:38.998 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:55:39.003 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:55:59.004 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:55:59.007 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:56:19.007 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:56:19.016 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:56:39.017 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:56:39.022 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:56:59.023 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:56:59.042 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:57:19.043 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:57:19.048 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:57:39.050 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:57:39.055 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:57:59.056 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:57:59.062 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:58:19.063 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:58:19.071 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:58:39.072 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:58:39.077 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:58:59.078 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:58:59.083 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:59:19.083 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:59:19.089 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:59:39.090 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:59:39.094 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 09:59:59.095 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 09:59:59.998 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 09:59:59.999 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 10:00:00.300 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,10:05:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,10:05:25.126] [DEBUG] 6 processes running of frp type 2025-11-29 10:16:49.812 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:16:59.814 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:16:59.815 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:17:09.817 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:17:09.818 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:17:19.820 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:17:19.820 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:17:29.822 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:17:29.822 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:17:39.824 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:17:59.826 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:18:09.828 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:18:29.829 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:18:29.836 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:18:49.838 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:18:49.844 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:19:09.845 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:19:09.850 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:19:29.852 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:19:29.861 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:19:49.863 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:19:49.869 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:20:09.870 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:20:09.888 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:20:29.889 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:20:29.893 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:20:49.893 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:20:49.897 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:21:09.899 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:21:09.904 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:21:29.905 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:21:29.909 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:21:49.910 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:21:49.914 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:22:09.916 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:22:09.918 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:22:29.919 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:22:29.923 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:22:49.924 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:22:49.928 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:23:09.930 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:23:09.932 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:23:29.934 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:23:29.938 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:23:49.940 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:23:49.943 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:24:09.945 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:24:09.948 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:24:29.948 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:24:29.952 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:24:49.953 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:24:49.958 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:25:09.959 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:25:09.963 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:25:29.965 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:25:29.969 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:25:49.970 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:25:54.986 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 10:25:54.987 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 10:26:00.439 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-29 10:27:01.563 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:27:11.565 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:27:11.565 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:27:21.566 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:27:21.567 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:27:31.568 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:27:31.569 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:27:41.570 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:27:41.570 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:27:51.572 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:28:11.573 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:28:21.575 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:28:41.577 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:28:41.580 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:29:01.581 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:29:01.585 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:29:21.586 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:29:22.740 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 10:29:22.742 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 10:29:23.355 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,10:35:18.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,10:35:24.915] [DEBUG] 6 processes running of frp type 2025-11-29 10:41:09.890 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:41:19.892 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 10:41:19.893 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:41:19.899 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:41:24.250 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:41:24.261 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 10:41:33.386 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 10:41:34.390 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 10:41:34.391 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 10:41:34.718 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,10:50:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,10:50:24.289] [DEBUG] 6 processes running of frp type [2025-11-29,11:05:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,11:05:24.446] [DEBUG] 6 processes running of frp type 2025-11-29 11:16:46.490 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 11:16:47.672 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 11:16:47.672 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 11:16:47.982 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 11:17:26.978 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 11:17:31.390 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 11:17:31.390 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 11:17:31.999 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,11:20:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,11:20:24.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,11:35:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,11:35:23.598] [DEBUG] 6 processes running of frp type [2025-11-29,11:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,11:50:23.973] [DEBUG] 6 processes running of frp type [2025-11-29,12:05:18.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,12:05:26.693] [DEBUG] 6 processes running of frp type 2025-11-29 12:10:53.325 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:10:54.697 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:10:54.698 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:10:55.129 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:13:35.339 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:13:36.587 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:13:36.589 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:13:36.928 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:14:15.631 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:14:25.633 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:14:25.633 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:14:26.570 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:14:26.572 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:14:26.901 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:15:36.240 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:15:46.242 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:15:46.243 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:15:54.566 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:15:54.567 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:15:54.861 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:16:33.698 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:16:43.700 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:16:43.701 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:16:45.680 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:16:45.682 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:16:46.267 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:18:59.108 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:19:00.303 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:19:00.305 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:19:00.687 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,12:20:17.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,12:20:24.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-29 12:27:45.881 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:27:55.883 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:27:55.883 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:28:05.885 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:28:05.886 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:28:15.887 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:28:15.888 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:28:25.889 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:28:25.889 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:28:35.891 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:28:55.892 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:28:57.028 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:28:57.029 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:28:57.861 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:30:37.211 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:30:47.214 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:30:47.214 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:30:57.217 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:30:57.217 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:31:07.219 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:31:07.220 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:31:11.850 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:31:11.851 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:31:12.759 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:32:20.691 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:32:30.692 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:32:30.693 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:32:40.694 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:32:40.695 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:32:45.863 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:32:45.864 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:32:46.223 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:34:26.315 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:34:36.318 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:34:36.318 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:34:46.320 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:34:46.321 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:34:56.323 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:34:56.323 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:35:06.325 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:35:06.326 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:35:16.328 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-11-29,12:35:33.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-29 12:35:36.329 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:35:44.724 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:35:44.726 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:35:45.198 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,12:35:49.193] [DEBUG] 6 processes running of frp type 2025-11-29 12:36:47.039 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:36:57.041 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:36:57.042 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:37:07.043 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:37:07.043 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:37:17.045 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:37:17.046 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:37:27.048 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:37:27.048 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:37:37.050 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:37:57.051 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:38:07.053 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:38:27.054 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:38:37.056 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:38:57.057 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:39:07.059 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:39:27.060 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:39:30.103 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:39:50.105 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:39:55.125 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:39:55.127 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:39:55.417 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:40:30.496 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:40:39.091 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:40:39.093 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:40:39.410 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:41:18.135 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:41:28.138 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:41:28.138 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:41:38.140 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:41:38.141 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:41:48.142 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:41:48.143 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:41:58.145 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:41:58.146 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:42:08.148 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:42:28.149 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:42:38.151 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:42:58.153 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:42:58.158 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:43:18.159 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:43:18.165 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:43:38.166 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:43:38.172 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:43:58.174 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:43:58.179 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:44:18.180 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:44:18.186 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:44:38.188 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:44:38.194 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:44:58.194 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:44:58.199 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:45:18.200 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:45:18.207 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:45:38.208 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:45:38.214 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:45:58.215 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:45:58.219 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:46:18.221 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:46:18.224 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:46:38.225 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:46:48.228 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:47:08.229 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:47:18.231 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:47:38.233 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:47:48.235 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:48:08.236 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:48:18.238 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:48:38.239 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:48:48.240 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:49:08.242 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:49:08.245 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:49:28.246 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:49:28.250 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:49:48.252 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:49:48.256 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:50:08.256 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:50:08.259 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:50:28.260 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:50:28.264 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:50:48.265 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:50:48.269 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:51:08.270 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:51:08.273 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:51:28.275 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:51:28.279 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:51:48.280 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:51:48.286 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:52:08.287 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:52:08.290 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:52:28.292 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:52:31.937 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:52:31.939 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:52:32.479 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:53:09.474 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:53:19.476 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:53:19.476 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:53:29.478 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:53:29.479 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:53:39.481 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:53:39.481 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:53:49.483 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:53:49.484 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:53:59.485 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:54:19.487 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:54:24.743 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 12:54:24.744 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 12:54:25.155 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 12:55:03.024 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:55:13.026 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:55:13.026 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:55:23.028 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:55:23.029 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:55:33.030 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:55:33.031 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:55:43.032 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:55:43.033 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:55:53.035 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:56:13.036 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:56:23.038 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 12:56:43.039 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:56:46.267 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:57:06.269 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:57:06.276 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:57:26.277 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:57:26.283 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:57:46.283 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:57:46.288 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:58:06.289 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:58:06.295 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:58:26.296 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:58:26.299 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:58:46.299 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:58:46.304 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:59:06.305 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:59:06.309 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:59:26.311 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:59:26.318 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 12:59:46.319 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 12:59:46.323 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:00:06.325 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:00:06.331 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:00:26.332 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:00:26.336 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:00:46.338 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:00:46.342 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:01:06.343 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:01:06.349 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:01:26.351 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:01:26.362 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:01:46.363 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:01:46.369 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:02:06.370 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:02:06.376 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:02:26.377 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:02:26.383 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:02:46.384 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:02:46.389 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:03:06.390 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:03:06.395 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:03:26.397 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:03:26.403 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:03:46.404 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:03:46.410 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:04:06.411 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:04:06.425 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:04:26.426 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:04:26.431 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:04:46.432 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:04:46.436 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:05:06.437 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:05:06.441 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:05:26.442 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:05:26.454 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:05:46.456 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:05:46.460 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:06:06.462 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:06:06.466 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:06:26.469 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:06:26.476 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:06:46.478 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:06:46.484 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:07:06.485 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:07:06.493 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:07:26.495 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:07:26.500 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:07:46.500 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:07:46.506 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:08:06.507 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:08:06.514 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:08:26.515 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:08:26.521 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:08:46.523 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:08:46.525 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:09:06.526 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:09:12.194 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:09:12.196 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:09:18.839 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:18:45.127 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:18:55.129 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:18:55.129 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:19:05.131 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:19:05.132 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:19:15.134 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:19:15.134 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:19:23.899 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:19:23.901 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:19:24.537 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,13:20:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,13:20:25.022] [DEBUG] 6 processes running of frp type 2025-11-29 13:21:03.624 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:21:13.626 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:21:13.626 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:21:23.629 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:21:23.629 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:21:33.631 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:21:33.632 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:21:43.633 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:21:43.634 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:21:53.635 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:22:13.635 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:22:23.637 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:22:43.638 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:22:53.640 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:23:13.642 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:23:14.550 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:23:14.551 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:23:14.869 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-29 13:26:55.790 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:27:05.792 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:27:05.792 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:27:15.794 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:27:15.795 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:27:25.797 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:27:25.797 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:27:35.799 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:27:35.800 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:27:45.802 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:28:05.804 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:28:15.806 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:28:35.807 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:28:45.809 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:29:05.810 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:29:05.816 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:29:25.818 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:29:25.824 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:29:45.825 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:29:45.832 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:30:05.833 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:30:05.840 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:30:25.840 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:30:25.845 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:30:45.846 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:30:45.853 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:31:05.855 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:31:05.862 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:31:25.863 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:31:25.867 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:31:45.868 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:31:45.872 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:32:05.873 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:32:05.877 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 13:32:25.879 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:32:29.829 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:32:29.830 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:32:30.469 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,13:35:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,13:35:24.270] [DEBUG] 6 processes running of frp type 2025-11-29 13:42:20.216 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:42:27.389 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:42:27.390 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:42:29.242 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:44:02.923 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:44:12.925 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:44:12.926 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:44:22.928 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:44:22.929 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:44:43.643 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 13:44:43.644 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:44:54.542 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:44:54.544 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:44:58.472 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:45:06.880 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:45:23.007 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 13:45:23.008 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:45:36.904 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:45:36.906 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:45:39.876 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:46:37.798 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:46:47.799 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:46:47.800 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:46:57.802 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:46:57.802 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:47:07.803 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:47:07.804 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:47:23.012 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 13:47:23.012 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:47:33.014 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:47:53.016 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:48:03.261 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:48:03.262 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:48:21.481 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:48:34.920 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:48:44.923 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:48:44.923 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:48:54.925 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:48:54.926 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:49:08.294 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 13:49:08.296 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:49:21.419 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 13:49:21.419 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:49:32.540 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:49:32.541 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:49:57.812 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:49:59.157 [W] [client/control.go:166] [787f284f87e0d958] [DTN57CC5599] start error: status not wait start, ignore start message 2025-11-29 13:50:09.654 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... [2025-11-29,13:50:19.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-11-29 13:50:24.697 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:50:24.698 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:50:27.254 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-11-29 13:50:48.695 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:50:59.896 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:50:59.898 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:51:04.390 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:51:29.386 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:51:43.098 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:51:43.099 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:51:44.976 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:52:43.934 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:52:53.937 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:52:53.938 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:53:08.630 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 13:53:08.631 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:53:16.221 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:53:16.223 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:53:52.200 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:54:08.688 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 13:54:08.689 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:54:18.690 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:54:18.691 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:54:32.431 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 13:54:32.431 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:54:52.226 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 13:54:52.226 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:55:14.463 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 13:55:14.463 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:55:24.465 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:55:44.467 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:55:50.334 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:55:50.334 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:55:52.759 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:56:26.631 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:56:46.148 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:56:46.150 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:56:50.948 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:57:14.847 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:57:23.969 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:57:23.971 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:57:27.816 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:58:27.677 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:58:37.678 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 13:58:37.680 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:58:53.415 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 13:58:53.415 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:59:04.848 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:59:04.849 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 13:59:08.391 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 13:59:27.765 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 13:59:37.871 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 13:59:37.873 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 14:00:09.491 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:00:24.426 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 14:00:24.427 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:00:34.429 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:00:34.430 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:00:44.432 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:00:44.433 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:00:54.435 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:00:54.435 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:01:05.403 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 14:01:25.404 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:01:35.407 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:01:55.408 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:02:05.411 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:02:25.412 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:02:35.414 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:02:55.416 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:03:04.974 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 14:03:04.976 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 14:03:13.923 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 14:04:02.904 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:04:12.905 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:04:12.906 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:04:22.908 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:04:22.909 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:04:32.910 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:04:32.910 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:04:42.912 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:04:42.913 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:04:52.914 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:05:12.915 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:05:22.917 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:05:42.918 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:05:52.921 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:06:12.922 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:06:22.923 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:06:42.925 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:06:54.902 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 14:07:14.904 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:07:24.906 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:07:44.907 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:07:54.909 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:08:14.911 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:08:24.913 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:08:44.914 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:08:47.969 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 14:09:07.970 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:09:07.975 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 14:09:27.976 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:09:27.980 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 14:09:47.981 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:09:47.985 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 14:10:07.987 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:10:07.991 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 14:10:27.992 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:10:27.999 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 14:10:48.000 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:10:58.002 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:11:18.004 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:11:28.006 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:11:48.008 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:11:58.010 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:12:18.011 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:12:28.013 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:12:48.015 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:12:58.017 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 14:13:18.018 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 14:13:19.233 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 14:13:19.234 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 14:13:19.560 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,14:20:18.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,14:20:25.715] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,14:35:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,14:35:25.800] [DEBUG] 6 processes running of frp type [2025-11-29,14:50:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,14:50:26.055] [DEBUG] 6 processes running of frp type [2025-11-29,15:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,15:05:25.033] [DEBUG] 6 processes running of frp type 2025-11-29 15:16:08.303 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:16:18.306 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:16:18.307 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:16:28.308 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:16:28.309 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:16:38.311 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:16:38.312 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:16:48.314 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:16:48.315 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:16:58.316 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:17:18.318 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:17:28.320 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:17:48.321 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:17:58.323 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:18:18.325 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:18:28.328 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:18:48.329 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:18:49.917 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 15:18:49.919 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 15:18:50.345 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,15:20:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,15:20:24.155] [DEBUG] 6 processes running of frp type 2025-11-29 15:23:37.806 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:23:45.011 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 15:23:45.012 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 15:23:45.603 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 15:25:51.127 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:26:01.129 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:26:01.129 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-29 15:26:12.787 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: connection write timeout 2025-11-29 15:26:12.788 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:26:22.790 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:26:22.791 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:26:32.792 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:26:32.792 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:26:42.794 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:27:02.796 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:27:12.799 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:27:32.800 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:27:39.992 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:27:59.993 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:28:01.110 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 15:28:01.111 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 15:28:03.351 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 15:30:41.710 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:30:51.712 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:30:51.713 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:31:06.521 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: i/o deadline reached 2025-11-29 15:31:06.522 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:31:16.523 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:31:16.524 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:31:26.526 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:31:26.526 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:31:36.527 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:31:56.529 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:32:06.530 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:32:26.531 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:32:36.533 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:32:56.535 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:33:06.536 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:33:26.538 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:33:36.540 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:33:56.541 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:34:06.543 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:34:26.544 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:34:36.546 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:34:56.548 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:35:06.551 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:35:26.552 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:35:26.558 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:35:46.560 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:35:46.564 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:36:06.566 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:36:06.572 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:36:26.573 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:36:26.578 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:36:46.579 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:36:46.584 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:37:06.585 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:37:06.591 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:37:26.592 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:37:26.598 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:37:46.599 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:37:46.604 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:38:06.606 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:38:06.611 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:38:26.612 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:38:26.616 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:38:46.618 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:38:46.624 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:39:06.625 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:39:06.630 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:39:26.632 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:39:26.637 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:39:46.638 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:39:46.645 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:40:06.647 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:40:06.652 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:40:26.654 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:40:36.656 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:40:56.657 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:41:06.659 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:41:26.660 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:41:36.662 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:41:56.663 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:42:06.665 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:42:26.667 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:42:36.669 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:42:56.670 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:42:56.676 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:43:16.678 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:43:16.698 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:43:36.700 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:43:36.705 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:43:56.705 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:43:56.712 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:44:16.713 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:44:16.720 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:44:36.721 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:44:36.726 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:44:56.728 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:44:56.733 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:45:16.734 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:45:16.740 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:45:36.741 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:45:36.786 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:45:56.788 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:45:56.793 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:46:16.794 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:46:26.796 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:46:46.797 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:46:56.800 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:47:16.801 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:47:26.803 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:47:46.804 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:47:56.807 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:48:16.809 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:48:26.811 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:48:46.813 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:48:46.818 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:49:06.820 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:49:06.826 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:49:26.827 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:49:26.834 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:49:46.836 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:49:46.842 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:50:06.843 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:50:06.849 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:50:26.851 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:50:26.857 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:50:46.858 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:50:46.863 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:51:06.863 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:51:06.869 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:51:26.870 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:51:26.876 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:51:46.878 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:51:46.883 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:52:06.884 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:52:06.897 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:52:26.898 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:52:26.913 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:52:46.914 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:52:46.919 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:53:06.921 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:53:06.925 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:53:26.926 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:53:26.960 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:53:46.962 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:53:46.967 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:54:06.968 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:54:06.973 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:54:26.974 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:54:26.980 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:54:46.981 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:54:46.986 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:55:06.988 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:55:06.992 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:55:26.993 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:55:26.999 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:55:46.999 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:55:47.006 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:56:07.007 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:56:07.011 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:56:27.012 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:56:27.018 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:56:47.019 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:56:47.023 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:57:07.025 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:57:07.029 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:57:27.030 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:57:27.036 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:57:47.037 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:57:57.039 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:58:17.041 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:58:27.043 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:58:47.044 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:58:57.047 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:59:17.048 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:59:27.050 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 15:59:47.051 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 15:59:54.289 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:00:14.291 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:00:14.297 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:00:34.298 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:00:34.304 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:00:54.305 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:00:54.310 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:01:14.311 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:01:14.337 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:01:34.339 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:01:34.344 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:01:54.345 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:02:04.348 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:02:24.349 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:02:34.351 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:02:54.353 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:03:04.354 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:03:24.355 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:03:34.357 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:03:54.359 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:04:04.361 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:04:24.363 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:04:24.366 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:04:44.367 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:04:44.373 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:05:04.375 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:05:04.378 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:05:24.379 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:05:24.385 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:05:44.386 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:05:44.395 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:06:04.397 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:06:08.394 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:06:08.395 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:06:46.095 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:06:56.096 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:06:56.097 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:07:05.483 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:07:05.484 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:07:07.033 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 16:08:14.236 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:08:18.322 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:08:18.323 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:08:23.044 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 16:08:56.606 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:09:06.608 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:09:06.609 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:09:16.611 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:09:16.612 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:09:26.613 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:09:26.614 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:09:36.615 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:09:36.616 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:09:46.618 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:10:06.619 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:10:08.367 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:10:08.369 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:10:18.009 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 16:10:47.491 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:10:57.493 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:10:57.494 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:11:07.496 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:11:07.496 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:11:17.499 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:11:17.500 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:11:27.501 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:11:27.502 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:11:37.503 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:11:57.504 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:12:07.506 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:12:27.507 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:12:27.512 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 16:12:47.513 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:12:57.515 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:13:16.436 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:13:26.438 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:13:46.439 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:13:56.441 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:14:16.442 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:14:18.600 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:14:18.601 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:14:18.918 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 16:16:00.082 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:16:02.598 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:16:02.599 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:16:03.180 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 16:17:44.597 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:17:54.598 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:17:54.599 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:18:04.601 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:18:04.602 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:18:14.603 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:18:14.603 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:18:24.604 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:18:24.605 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:18:34.607 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:18:54.608 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:19:02.200 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:19:02.201 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:19:02.636 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success 2025-11-29 16:20:11.618 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:20:21.620 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:20:21.621 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:20:31.622 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:20:31.623 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:20:41.625 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:20:41.625 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:20:51.627 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 16:20:51.628 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:21:01.630 [W] [client/service.go:297] [787f284f87e0d958] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-11-29,16:21:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,16:21:09.483] [DEBUG] 6 processes running of frp type 2025-11-29 16:21:21.632 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 16:21:22.743 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 16:21:22.744 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 16:21:23.095 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,16:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,16:35:25.041] [DEBUG] 6 processes running of frp type [2025-11-29,16:50:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,16:50:24.469] [DEBUG] 6 processes running of frp type [2025-11-29,17:05:17.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,17:05:24.551] [DEBUG] 6 processes running of frp type [2025-11-29,17:20:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,17:20:24.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,17:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,17:35:25.282] [DEBUG] 6 processes running of frp type 2025-11-29 17:36:15.400 [I] [client/service.go:294] [787f284f87e0d958] try to connect to server... 2025-11-29 17:36:16.881 [I] [client/service.go:286] [787f284f87e0d958] login to server success, get run id [787f284f87e0d958] 2025-11-29 17:36:16.882 [I] [proxy/proxy_manager.go:173] [787f284f87e0d958] proxy added: [DTN57CC5599] 2025-11-29 17:36:17.194 [I] [client/control.go:168] [787f284f87e0d958] [DTN57CC5599] start proxy success [2025-11-29,17:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,17:50:24.303] [DEBUG] 6 processes running of frp type [2025-11-29,18:05:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,18:05:24.077] [DEBUG] 6 processes running of frp type [2025-11-29,18:20:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,18:20:23.878] [DEBUG] 6 processes running of frp type [2025-11-29,18:25:42.073] [INFO] Initializing BusSpeedStateManager V2 [2025-11-29,18:25:42.081] [INFO] LocationSqlManager initialising [2025-11-29,18:25:42.082] [INFO] Location DB initialising [2025-11-29,18:25:42.093] [INFO] LocationSqlManager initialisation complete [2025-11-29,18:25:42.094] [DEBUG] UploadManager Init [2025-11-29,18:25:42.095] [DEBUG] UploadManager Init Complete [2025-11-29,18:25:42.099] [INFO] Initializing GPS... [2025-11-29,18:25:42.102] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,18:27:45.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,18:28:30.134] [DEBUG] Log Upload Started! Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-29,18:30:46.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,18:31:01.166] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-29,18:31:57.415] [DEBUG] Remote Access Enabled [2025-11-29,18:32:09.527] [INFO] Server Address: 138.201.17.179 [2025-11-29,18:32:09.529] [INFO] Server Port: 7000 [2025-11-29,18:32:09.537] [DEBUG] Starting Remote Access! 2025-11-29 18:32:09.732 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-29 18:32:09.734 [I] [client/service.go:294] try to connect to server... 2025-11-29 18:32:17.137 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 18:32:17.139 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 18:32:18.044 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-29,18:35:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,18:35:26.702] [DEBUG] 6 processes running of frp type [2025-11-29,18:46:12.873] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-11-29 18:49:41.933 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 18:49:43.784 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 18:49:43.785 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 18:49:44.062 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-29,18:50:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,18:50:24.838] [DEBUG] 6 processes running of frp type [2025-11-29,19:05:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,19:05:23.981] [DEBUG] 6 processes running of frp type [2025-11-29,19:20:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,19:20:24.359] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,19:35:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,19:35:24.841] [DEBUG] 6 processes running of frp type [2025-11-29,19:50:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,19:50:24.712] [DEBUG] 6 processes running of frp type 2025-11-29 19:51:12.579 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:51:28.229 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 19:51:28.230 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 19:51:28.876 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success 2025-11-29 19:52:00.461 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:52:11.340 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 19:52:11.341 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 19:52:12.671 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success 2025-11-29 19:57:35.831 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:57:51.711 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: connection write timeout 2025-11-29 19:57:51.711 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:58:01.712 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 19:58:01.713 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:58:11.715 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 19:58:11.715 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:58:22.312 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: connection write timeout 2025-11-29 19:58:22.312 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:58:32.314 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 19:58:52.316 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 19:58:53.329 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 19:58:53.330 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 19:58:53.626 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success 2025-11-29 20:00:33.171 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 20:00:34.225 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 20:00:34.226 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 20:00:34.548 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success 2025-11-29 20:04:46.323 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 20:04:56.324 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 20:04:56.325 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 20:04:57.401 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 20:04:57.402 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 20:04:58.629 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-29,20:05:25.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,20:05:32.157] [DEBUG] 6 processes running of frp type 2025-11-29 20:10:15.469 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 20:10:25.471 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 20:10:25.472 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 20:10:35.473 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 20:10:35.474 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 20:10:39.978 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 20:10:39.979 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 20:10:40.315 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-29,20:20:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,20:20:25.053] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,20:35:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,20:35:24.432] [DEBUG] 6 processes running of frp type [2025-11-29,20:50:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,20:50:23.973] [DEBUG] 6 processes running of frp type 2025-11-29 21:04:04.875 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 21:04:14.876 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 21:04:14.877 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 21:04:24.878 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 21:04:24.879 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 21:04:38.550 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: connection write timeout 2025-11-29 21:04:38.551 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 21:04:48.551 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 21:04:48.552 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 21:04:56.968 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 21:04:56.969 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 21:04:57.282 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-29,21:05:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,21:05:23.774] [DEBUG] 6 processes running of frp type [2025-11-29,21:20:18.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,21:20:25.129] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,21:35:22.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,21:35:30.413] [DEBUG] 6 processes running of frp type [2025-11-29,21:50:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,21:50:23.835] [DEBUG] 6 processes running of frp type [2025-11-29,22:05:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,22:05:23.797] [DEBUG] 6 processes running of frp type [2025-11-29,22:20:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,22:20:23.903] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,22:35:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,22:35:25.326] [DEBUG] 6 processes running of frp type [2025-11-29,22:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,22:50:23.884] [DEBUG] 6 processes running of frp type [2025-11-29,23:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,23:05:23.686] [DEBUG] 6 processes running of frp type [2025-11-29,23:20:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,23:20:24.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-29,23:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,23:35:24.461] [DEBUG] 6 processes running of frp type [2025-11-29,23:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-29,23:50:24.055] [DEBUG] 6 processes running of frp type 2025-11-29 23:59:00.173 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 23:59:04.687 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-29 23:59:04.688 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-29 23:59:05.752 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success 2025-11-29 23:59:40.487 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-29 23:59:50.489 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 23:59:50.489 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 00:00:00.570 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 00:00:00.571 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 00:00:02.136 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,00:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,00:05:24.375] [DEBUG] 6 processes running of frp type 2025-11-30 00:12:53.276 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 00:12:53.280 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 00:12:55.471 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 00:12:55.476 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 00:12:59.983 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 00:13:02.904 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 00:13:02.905 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 00:13:03.243 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success 2025-11-30 00:17:16.766 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 00:17:18.410 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 00:17:18.411 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 00:17:25.781 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,00:20:18.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,00:20:25.129] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,00:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,00:35:24.075] [DEBUG] 6 processes running of frp type [2025-11-30,00:50:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,00:50:23.811] [DEBUG] 6 processes running of frp type [2025-11-30,01:05:16.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,01:05:23.474] [DEBUG] 6 processes running of frp type [2025-11-30,01:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,01:20:24.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,01:35:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,01:35:24.164] [DEBUG] 6 processes running of frp type 2025-11-30 01:40:33.932 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 01:40:38.391 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 01:40:38.392 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 01:40:39.250 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,01:50:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,01:50:23.789] [DEBUG] 6 processes running of frp type [2025-11-30,02:05:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,02:05:24.598] [DEBUG] 6 processes running of frp type [2025-11-30,02:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,02:20:24.292] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,02:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,02:35:24.411] [DEBUG] 6 processes running of frp type 2025-11-30 02:41:42.530 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 02:41:44.823 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 02:41:44.824 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 02:41:45.149 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,02:50:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,02:50:24.459] [DEBUG] 6 processes running of frp type [2025-11-30,03:05:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,03:05:26.383] [DEBUG] 6 processes running of frp type 2025-11-30 03:06:28.863 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:06:38.866 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 03:06:38.866 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:06:48.868 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 03:06:48.868 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:06:58.869 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 03:06:58.870 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:07:08.872 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 03:07:08.872 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:07:18.874 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 03:07:38.875 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:07:47.397 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 03:07:47.399 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 03:07:48.242 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,03:20:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,03:20:24.313] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-30 03:26:13.060 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 03:26:21.594 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 03:26:21.595 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 03:26:22.258 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,03:35:18.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,03:35:24.676] [DEBUG] 6 processes running of frp type [2025-11-30,03:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,03:50:24.958] [DEBUG] 6 processes running of frp type [2025-11-30,04:05:20.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,04:05:26.924] [DEBUG] 6 processes running of frp type 2025-11-30 04:06:50.278 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 04:06:54.345 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:06:54.345 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 04:06:57.385 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:06:57.386 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 04:07:00.425 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:07:09.902 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 04:07:09.907 [W] [client/service.go:297] [65cd7ad04f935dc7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:07:29.908 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 04:07:30.805 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 04:07:30.806 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 04:07:31.113 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,04:20:17.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,04:20:23.894] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-30 04:34:43.159 [I] [client/service.go:294] [65cd7ad04f935dc7] try to connect to server... 2025-11-30 04:34:45.075 [I] [client/service.go:286] [65cd7ad04f935dc7] login to server success, get run id [65cd7ad04f935dc7] 2025-11-30 04:34:45.076 [I] [proxy/proxy_manager.go:173] [65cd7ad04f935dc7] proxy added: [DTN57CC5599] 2025-11-30 04:34:48.631 [I] [client/control.go:168] [65cd7ad04f935dc7] [DTN57CC5599] start proxy success [2025-11-30,04:35:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,04:35:24.849] [DEBUG] 6 processes running of frp type [2025-11-30,04:50:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,04:50:24.685] [DEBUG] 6 processes running of frp type [2025-11-30,05:05:22.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,05:05:28.787] [DEBUG] 6 processes running of frp type [2025-11-30,05:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,05:20:28.953] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,05:35:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,05:35:24.294] [DEBUG] 6 processes running of frp type [2025-11-30,05:50:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,05:50:23.825] [DEBUG] 6 processes running of frp type [2025-11-30,06:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,06:05:23.832] [DEBUG] 6 processes running of frp type [2025-11-30,06:20:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,06:20:23.687] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,06:30:42.594] [INFO] Initializing BusSpeedStateManager V2 [2025-11-30,06:30:42.606] [INFO] LocationSqlManager initialising [2025-11-30,06:30:42.607] [INFO] Location DB initialising [2025-11-30,06:30:42.622] [INFO] LocationSqlManager initialisation complete [2025-11-30,06:30:42.623] [DEBUG] UploadManager Init [2025-11-30,06:30:42.623] [DEBUG] UploadManager Init Complete [2025-11-30,06:30:42.626] [INFO] Initializing GPS... [2025-11-30,06:30:42.628] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,06:32:45.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,06:32:51.735] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-30,06:33:02.339] [DEBUG] Log Upload Complete! [2025-11-30,06:35:45.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,06:35:51.961] [DEBUG] Remote Access Enabled [2025-11-30,06:35:58.132] [INFO] Server Address: 138.201.17.179 [2025-11-30,06:35:58.134] [INFO] Server Port: 7000 [2025-11-30,06:35:58.138] [DEBUG] Starting Remote Access! 2025-11-30 06:35:58.268 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-30 06:35:58.269 [I] [client/service.go:294] try to connect to server... 2025-11-30 06:35:59.095 [I] [client/service.go:286] [1f1d0efb52038f0e] login to server success, get run id [1f1d0efb52038f0e] 2025-11-30 06:35:59.096 [I] [proxy/proxy_manager.go:173] [1f1d0efb52038f0e] proxy added: [DTN57CC5599] 2025-11-30 06:35:59.369 [I] [client/control.go:168] [1f1d0efb52038f0e] [DTN57CC5599] start proxy success [2025-11-30,06:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,06:50:23.789] [DEBUG] 6 processes running of frp type [2025-11-30,07:05:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,07:05:23.641] [DEBUG] 6 processes running of frp type [2025-11-30,07:20:18.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,07:20:24.656] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,07:35:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,07:35:24.579] [DEBUG] 6 processes running of frp type [2025-11-30,07:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,07:50:24.353] [DEBUG] 6 processes running of frp type [2025-11-30,08:02:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,08:02:24.066] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-30,08:03:27.763] [DEBUG] Log Upload Complete! [2025-11-30,08:05:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,08:05:24.652] [DEBUG] 6 processes running of frp type [2025-11-30,08:20:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,08:20:24.797] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,08:35:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,08:35:24.657] [DEBUG] 6 processes running of frp type [2025-11-30,08:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,08:50:24.019] [DEBUG] 6 processes running of frp type [2025-11-30,09:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,09:05:23.840] [DEBUG] 6 processes running of frp type [2025-11-30,09:20:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,09:20:23.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,09:35:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,09:35:24.253] [DEBUG] 6 processes running of frp type [2025-11-30,09:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,09:50:24.205] [DEBUG] 6 processes running of frp type [2025-11-30,10:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,10:05:24.162] [DEBUG] 6 processes running of frp type [2025-11-30,10:20:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,10:20:23.759] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,10:35:16.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,10:35:23.549] [DEBUG] 6 processes running of frp type [2025-11-30,10:50:18.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,10:50:24.525] [DEBUG] 6 processes running of frp type [2025-11-30,11:05:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,11:05:24.439] [DEBUG] 6 processes running of frp type [2025-11-30,11:20:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,11:20:24.478] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,11:35:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,11:35:23.587] [DEBUG] 6 processes running of frp type [2025-11-30,11:50:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,11:50:24.206] [DEBUG] 6 processes running of frp type [2025-11-30,12:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,12:05:24.167] [DEBUG] 6 processes running of frp type [2025-11-30,12:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,12:20:24.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,12:35:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,12:35:24.388] [DEBUG] 6 processes running of frp type [2025-11-30,12:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,12:50:24.188] [DEBUG] 6 processes running of frp type [2025-11-30,13:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,13:05:24.222] [DEBUG] 6 processes running of frp type [2025-11-30,13:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,13:20:24.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,13:35:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,13:35:23.657] [DEBUG] 6 processes running of frp type [2025-11-30,13:50:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,13:50:24.382] [DEBUG] 6 processes running of frp type [2025-11-30,14:05:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,14:05:24.495] [DEBUG] 6 processes running of frp type [2025-11-30,14:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,14:20:24.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,14:35:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,14:35:24.777] [DEBUG] 6 processes running of frp type [2025-11-30,14:50:18.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,14:50:25.629] [DEBUG] 6 processes running of frp type [2025-11-30,15:05:19.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,15:05:25.849] [DEBUG] 6 processes running of frp type 2025-11-30 15:17:57.984 [I] [client/service.go:294] [1f1d0efb52038f0e] try to connect to server... 2025-11-30 15:17:58.885 [I] [client/service.go:286] [1f1d0efb52038f0e] login to server success, get run id [1f1d0efb52038f0e] 2025-11-30 15:17:58.886 [I] [proxy/proxy_manager.go:173] [1f1d0efb52038f0e] proxy added: [DTN57CC5599] 2025-11-30 15:17:59.183 [I] [client/control.go:168] [1f1d0efb52038f0e] [DTN57CC5599] start proxy success [2025-11-30,15:20:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,15:20:23.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,15:35:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,15:35:23.929] [DEBUG] 6 processes running of frp type [2025-11-30,15:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,15:50:24.532] [DEBUG] 6 processes running of frp type [2025-11-30,16:05:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,16:05:25.257] [DEBUG] 6 processes running of frp type [2025-11-30,16:20:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,16:20:25.788] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,16:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,16:35:24.140] [DEBUG] 6 processes running of frp type [2025-11-30,16:50:18.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,16:50:24.671] [DEBUG] 6 processes running of frp type [2025-11-30,17:05:18.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,17:05:24.777] [DEBUG] 6 processes running of frp type [2025-11-30,17:20:16.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,17:20:23.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,17:35:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,17:35:24.134] [DEBUG] 6 processes running of frp type [2025-11-30,17:50:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,17:50:24.081] [DEBUG] 6 processes running of frp type [2025-11-30,18:05:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,18:05:23.845] [DEBUG] 6 processes running of frp type [2025-11-30,18:20:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,18:20:24.156] [DEBUG] 6 processes running of frp type [2025-11-30,18:25:41.330] [INFO] Initializing BusSpeedStateManager V2 [2025-11-30,18:25:41.338] [INFO] LocationSqlManager initialising [2025-11-30,18:25:41.339] [INFO] Location DB initialising [2025-11-30,18:25:41.350] [INFO] LocationSqlManager initialisation complete [2025-11-30,18:25:41.351] [DEBUG] UploadManager Init [2025-11-30,18:25:41.351] [DEBUG] UploadManager Init Complete [2025-11-30,18:25:41.355] [INFO] Initializing GPS... [2025-11-30,18:25:41.358] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,18:27:45.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,18:27:51.533] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-30,18:28:11.634] [DEBUG] Log Upload Complete! [2025-11-30,18:30:45.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,18:30:51.587] [DEBUG] Remote Access Enabled [2025-11-30,18:30:57.727] [INFO] Server Address: 138.201.17.179 [2025-11-30,18:30:57.729] [INFO] Server Port: 7000 [2025-11-30,18:30:57.738] [DEBUG] Starting Remote Access! 2025-11-30 18:30:57.949 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-30 18:30:57.950 [I] [client/service.go:294] try to connect to server... 2025-11-30 18:30:58.820 [I] [client/service.go:286] [50b1af5f6008eb70] login to server success, get run id [50b1af5f6008eb70] 2025-11-30 18:30:58.821 [I] [proxy/proxy_manager.go:173] [50b1af5f6008eb70] proxy added: [DTN57CC5599] 2025-11-30 18:30:59.103 [I] [client/control.go:168] [50b1af5f6008eb70] [DTN57CC5599] start proxy success [2025-11-30,18:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,18:35:24.239] [DEBUG] 6 processes running of frp type [2025-11-30,18:50:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,18:50:24.145] [DEBUG] 6 processes running of frp type [2025-11-30,19:05:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,19:05:24.250] [DEBUG] 6 processes running of frp type [2025-11-30,19:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,19:20:24.144] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,19:35:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,19:35:26.076] [DEBUG] 6 processes running of frp type [2025-11-30,19:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,19:50:24.026] [DEBUG] 6 processes running of frp type [2025-11-30,20:05:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,20:05:24.332] [DEBUG] 6 processes running of frp type [2025-11-30,20:20:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,20:20:24.075] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,20:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,20:35:23.837] [DEBUG] 6 processes running of frp type [2025-11-30,20:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,20:50:24.400] [DEBUG] 6 processes running of frp type [2025-11-30,21:05:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,21:05:24.816] [DEBUG] 6 processes running of frp type [2025-11-30,21:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,21:20:24.327] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,21:35:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,21:35:24.698] [DEBUG] 6 processes running of frp type [2025-11-30,21:50:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,21:50:24.612] [DEBUG] 6 processes running of frp type [2025-11-30,22:05:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,22:05:25.841] [DEBUG] 6 processes running of frp type 2025-11-30 22:07:10.052 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 22:07:29.310 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: connection write timeout 2025-11-30 22:07:29.310 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 22:07:38.682 [I] [client/service.go:286] [50b1af5f6008eb70] login to server success, get run id [50b1af5f6008eb70] 2025-11-30 22:07:38.683 [I] [proxy/proxy_manager.go:173] [50b1af5f6008eb70] proxy added: [DTN57CC5599] 2025-11-30 22:07:38.976 [I] [client/control.go:168] [50b1af5f6008eb70] [DTN57CC5599] start proxy success [2025-11-30,22:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,22:20:24.034] [DEBUG] 6 processes running of frp type 2025-11-30 22:25:01.888 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 22:25:03.001 [I] [client/service.go:286] [50b1af5f6008eb70] login to server success, get run id [50b1af5f6008eb70] 2025-11-30 22:25:03.001 [I] [proxy/proxy_manager.go:173] [50b1af5f6008eb70] proxy added: [DTN57CC5599] 2025-11-30 22:25:03.304 [I] [client/control.go:168] [50b1af5f6008eb70] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,22:35:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,22:35:26.005] [DEBUG] 6 processes running of frp type [2025-11-30,22:50:18.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,22:50:36.844] [DEBUG] 6 processes running of frp type [2025-11-30,23:05:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,23:05:23.739] [DEBUG] 6 processes running of frp type [2025-11-30,23:20:17.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,23:20:23.760] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-30,23:35:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,23:35:24.066] [DEBUG] 6 processes running of frp type 2025-11-30 23:42:18.433 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:42:28.434 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:42:28.434 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:42:38.436 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:42:38.436 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:42:48.438 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:42:48.438 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:42:58.440 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:42:58.441 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:43:08.442 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:43:28.444 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:43:38.447 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:43:58.448 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:44:08.451 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:44:28.452 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-11-30 23:44:29.311 [I] [client/service.go:286] [50b1af5f6008eb70] login to server success, get run id [50b1af5f6008eb70] 2025-11-30 23:44:29.312 [I] [proxy/proxy_manager.go:173] [50b1af5f6008eb70] proxy added: [DTN57CC5599] 2025-11-30 23:44:29.596 [I] [client/control.go:168] [50b1af5f6008eb70] [DTN57CC5599] start proxy success [2025-11-30,23:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-11-30,23:50:24.135] [DEBUG] 6 processes running of frp type [2025-12-01,00:05:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,00:05:24.387] [DEBUG] 6 processes running of frp type [2025-12-01,00:20:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,00:20:24.144] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,00:35:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,00:35:24.180] [DEBUG] 6 processes running of frp type [2025-12-01,00:50:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,00:50:25.454] [DEBUG] 6 processes running of frp type [2025-12-01,01:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,01:05:24.349] [DEBUG] 6 processes running of frp type [2025-12-01,01:20:22.545] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,01:20:29.127] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,01:35:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,01:35:24.202] [DEBUG] 6 processes running of frp type [2025-12-01,01:50:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,01:50:23.802] [DEBUG] 6 processes running of frp type [2025-12-01,02:05:16.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,02:05:23.557] [DEBUG] 6 processes running of frp type [2025-12-01,02:20:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,02:20:24.292] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,02:35:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,02:35:24.085] [DEBUG] 6 processes running of frp type [2025-12-01,02:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,02:50:24.205] [DEBUG] 6 processes running of frp type [2025-12-01,03:05:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,03:05:23.932] [DEBUG] 6 processes running of frp type [2025-12-01,03:20:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,03:20:23.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,03:35:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,03:35:23.915] [DEBUG] 6 processes running of frp type [2025-12-01,03:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,03:50:24.369] [DEBUG] 6 processes running of frp type [2025-12-01,04:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,04:05:24.027] [DEBUG] 6 processes running of frp type 2025-12-01 04:06:44.564 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:06:44.568 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:06:46.639 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:06:46.699 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:06:51.208 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:06:51.212 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:07:00.572 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:07:00.576 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:07:20.047 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:07:20.053 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:07:40.055 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:07:40.059 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:08:00.060 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 04:08:01.390 [I] [client/service.go:286] [50b1af5f6008eb70] login to server success, get run id [50b1af5f6008eb70] 2025-12-01 04:08:01.391 [I] [proxy/proxy_manager.go:173] [50b1af5f6008eb70] proxy added: [DTN57CC5599] 2025-12-01 04:08:01.705 [I] [client/control.go:168] [50b1af5f6008eb70] [DTN57CC5599] start proxy success [2025-12-01,04:20:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,04:20:23.633] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,04:35:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,04:35:24.716] [DEBUG] 6 processes running of frp type [2025-12-01,04:50:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,04:50:24.335] [DEBUG] 6 processes running of frp type [2025-12-01,05:05:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,05:05:24.895] [DEBUG] 6 processes running of frp type [2025-12-01,05:20:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,05:20:23.610] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,05:35:17.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,05:35:24.309] [DEBUG] 6 processes running of frp type [2025-12-01,05:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,05:50:24.121] [DEBUG] 6 processes running of frp type 2025-12-01 05:53:26.334 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:53:36.336 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 05:53:36.337 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:53:46.339 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 05:53:46.340 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:53:56.342 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 05:53:56.342 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:54:06.343 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 05:54:06.344 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:54:16.345 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 05:54:36.347 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:54:46.348 [W] [client/service.go:297] [50b1af5f6008eb70] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 05:55:06.349 [I] [client/service.go:294] [50b1af5f6008eb70] try to connect to server... 2025-12-01 05:55:07.257 [I] [client/service.go:286] [50b1af5f6008eb70] login to server success, get run id [50b1af5f6008eb70] 2025-12-01 05:55:07.258 [I] [proxy/proxy_manager.go:173] [50b1af5f6008eb70] proxy added: [DTN57CC5599] 2025-12-01 05:55:07.539 [I] [client/control.go:168] [50b1af5f6008eb70] [DTN57CC5599] start proxy success [2025-12-01,06:05:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,06:05:24.359] [DEBUG] 6 processes running of frp type [2025-12-01,06:20:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,06:20:25.120] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,06:30:42.729] [INFO] Initializing BusSpeedStateManager V2 [2025-12-01,06:30:42.734] [INFO] LocationSqlManager initialising [2025-12-01,06:30:42.734] [INFO] Location DB initialising [2025-12-01,06:30:42.744] [INFO] LocationSqlManager initialisation complete [2025-12-01,06:30:42.745] [DEBUG] UploadManager Init [2025-12-01,06:30:42.745] [DEBUG] UploadManager Init Complete [2025-12-01,06:30:42.748] [INFO] Initializing GPS... [2025-12-01,06:30:42.749] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,06:32:45.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,06:32:52.297] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-01,06:33:00.630] [DEBUG] Log Upload Complete! [2025-12-01,06:35:45.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,06:35:54.794] [DEBUG] Remote Access Enabled [2025-12-01,06:36:01.094] [INFO] Server Address: 138.201.17.179 [2025-12-01,06:36:01.095] [INFO] Server Port: 7000 [2025-12-01,06:36:01.100] [DEBUG] Starting Remote Access! 2025-12-01 06:36:01.233 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-01 06:36:01.234 [I] [client/service.go:294] try to connect to server... 2025-12-01 06:36:02.115 [I] [client/service.go:286] [5a266aabf5a35b6d] login to server success, get run id [5a266aabf5a35b6d] 2025-12-01 06:36:02.116 [I] [proxy/proxy_manager.go:173] [5a266aabf5a35b6d] proxy added: [DTN57CC5599] 2025-12-01 06:36:02.418 [I] [client/control.go:168] [5a266aabf5a35b6d] [DTN57CC5599] start proxy success [2025-12-01,06:50:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,06:50:24.431] [DEBUG] 6 processes running of frp type [2025-12-01,07:05:18.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,07:05:24.758] [DEBUG] 6 processes running of frp type [2025-12-01,07:20:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,07:20:23.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,07:35:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,07:35:23.895] [DEBUG] 6 processes running of frp type [2025-12-01,07:50:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,07:50:25.453] [DEBUG] 6 processes running of frp type 2025-12-01 07:57:11.031 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 07:57:12.381 [I] [client/service.go:286] [5a266aabf5a35b6d] login to server success, get run id [5a266aabf5a35b6d] 2025-12-01 07:57:12.382 [I] [proxy/proxy_manager.go:173] [5a266aabf5a35b6d] proxy added: [DTN57CC5599] 2025-12-01 07:57:12.700 [I] [client/control.go:168] [5a266aabf5a35b6d] [DTN57CC5599] start proxy success [2025-12-01,08:02:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,08:02:29.664] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-01,08:02:38.646] [DEBUG] Log Upload Complete! [2025-12-01,08:05:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,08:05:24.328] [DEBUG] 6 processes running of frp type [2025-12-01,08:20:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,08:20:24.488] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,08:35:16.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,08:35:23.657] [DEBUG] 6 processes running of frp type 2025-12-01 08:46:57.176 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:47:07.177 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 08:47:07.178 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:47:12.535 [I] [client/service.go:286] [5a266aabf5a35b6d] login to server success, get run id [5a266aabf5a35b6d] 2025-12-01 08:47:12.536 [I] [proxy/proxy_manager.go:173] [5a266aabf5a35b6d] proxy added: [DTN57CC5599] 2025-12-01 08:47:13.342 [I] [client/control.go:168] [5a266aabf5a35b6d] [DTN57CC5599] start proxy success [2025-12-01,08:50:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,08:50:24.142] [DEBUG] 6 processes running of frp type 2025-12-01 08:58:59.604 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:59:09.606 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 08:59:09.606 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:59:19.608 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 08:59:19.609 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:59:29.611 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 08:59:29.612 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:59:39.614 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 08:59:39.615 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 08:59:49.617 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:00:09.619 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:00:12.802 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:00:32.803 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:00:45.845 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: i/o deadline reached 2025-12-01 09:01:05.847 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:01:15.849 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:01:35.850 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:01:45.852 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:02:05.854 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:02:15.856 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:02:35.857 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:02:45.859 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:03:05.860 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:03:15.863 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:03:35.864 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:03:35.869 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:03:55.871 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:03:55.877 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:04:15.878 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:04:15.884 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:04:35.885 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:04:35.890 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:04:55.891 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:04:55.896 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:05:15.898 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:05:15.904 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:05:35.905 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:05:35.909 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:05:55.911 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:05:55.913 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:06:15.915 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:06:15.920 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:06:35.921 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:06:35.927 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:06:55.928 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:06:55.932 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:07:15.933 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:07:15.942 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:07:35.943 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:07:35.950 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:07:55.950 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:07:55.953 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:08:15.954 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:08:15.966 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:08:35.966 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:08:35.971 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:08:55.973 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:08:55.976 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:09:15.977 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:09:15.982 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:09:35.983 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:09:35.990 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:09:55.991 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:09:55.998 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:10:15.999 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:10:16.006 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:10:36.007 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:10:36.063 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:10:56.064 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:10:58.209 [I] [client/service.go:286] [5a266aabf5a35b6d] login to server success, get run id [5a266aabf5a35b6d] 2025-12-01 09:10:58.210 [I] [proxy/proxy_manager.go:173] [5a266aabf5a35b6d] proxy added: [DTN57CC5599] 2025-12-01 09:10:58.526 [I] [client/control.go:168] [5a266aabf5a35b6d] [DTN57CC5599] start proxy success [2025-12-01,09:20:18.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,09:20:24.889] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,09:35:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,09:35:24.494] [DEBUG] 6 processes running of frp type [2025-12-01,09:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,09:50:24.658] [DEBUG] 6 processes running of frp type 2025-12-01 09:55:11.400 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:55:21.402 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:55:21.402 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:55:31.404 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:55:31.405 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:55:41.407 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:55:41.408 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:55:51.410 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:55:51.410 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:56:01.411 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:56:21.412 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:56:28.642 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:56:48.644 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:56:48.649 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:57:08.651 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:57:08.656 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:57:28.657 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:57:28.662 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:57:48.663 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:57:48.668 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:58:08.669 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:58:08.674 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 09:58:28.675 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:58:38.677 [W] [client/service.go:297] [5a266aabf5a35b6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 09:58:58.678 [I] [client/service.go:294] [5a266aabf5a35b6d] try to connect to server... 2025-12-01 09:59:02.209 [I] [client/service.go:286] [5a266aabf5a35b6d] login to server success, get run id [5a266aabf5a35b6d] 2025-12-01 09:59:02.210 [I] [proxy/proxy_manager.go:173] [5a266aabf5a35b6d] proxy added: [DTN57CC5599] 2025-12-01 09:59:02.716 [I] [client/control.go:168] [5a266aabf5a35b6d] [DTN57CC5599] start proxy success [2025-12-01,10:05:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,10:05:24.056] [DEBUG] 6 processes running of frp type [2025-12-01,10:20:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,10:20:24.106] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,10:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,10:35:24.712] [DEBUG] 6 processes running of frp type [2025-12-01,10:50:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,10:50:24.813] [DEBUG] 6 processes running of frp type [2025-12-01,11:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,11:05:24.341] [DEBUG] 6 processes running of frp type [2025-12-01,11:20:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,11:20:24.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,11:35:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,11:35:24.283] [DEBUG] 6 processes running of frp type [2025-12-01,11:47:23.210] [INFO] Initializing BusSpeedStateManager V2 [2025-12-01,11:47:23.218] [INFO] LocationSqlManager initialising [2025-12-01,11:47:23.219] [INFO] Location DB initialising [2025-12-01,11:47:23.230] [INFO] LocationSqlManager initialisation complete [2025-12-01,11:47:23.232] [DEBUG] UploadManager Init [2025-12-01,11:47:23.232] [DEBUG] UploadManager Init Complete [2025-12-01,11:47:23.237] [INFO] Initializing GPS... [2025-12-01,11:47:23.239] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,12:57:30.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,12:57:42.334] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-01,12:58:17.972] [DEBUG] Log Upload Complete! [2025-12-01,13:00:30.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,13:00:38.497] [DEBUG] Remote Access Enabled [2025-12-01,13:00:45.358] [INFO] Server Address: 138.201.17.179 [2025-12-01,13:00:45.359] [INFO] Server Port: 7000 [2025-12-01,13:00:45.364] [DEBUG] Starting Remote Access! 2025-12-01 13:00:45.500 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-01 13:00:45.501 [I] [client/service.go:294] try to connect to server... 2025-12-01 13:00:46.637 [I] [client/service.go:286] [4a12c73fc12e2bdb] login to server success, get run id [4a12c73fc12e2bdb] 2025-12-01 13:00:46.639 [I] [proxy/proxy_manager.go:173] [4a12c73fc12e2bdb] proxy added: [DTN57CC5599] 2025-12-01 13:00:46.971 [I] [client/control.go:168] [4a12c73fc12e2bdb] [DTN57CC5599] start proxy success [2025-12-01,13:05:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,13:05:24.041] [DEBUG] 6 processes running of frp type [2025-12-01,13:20:17.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,13:20:24.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,13:35:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,13:35:24.678] [DEBUG] 6 processes running of frp type [2025-12-01,13:50:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,13:50:24.281] [DEBUG] 6 processes running of frp type [2025-12-01,14:05:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,14:05:24.834] [DEBUG] 6 processes running of frp type [2025-12-01,14:20:17.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,14:20:24.086] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,14:35:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,14:35:24.928] [DEBUG] 6 processes running of frp type [2025-12-01,14:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,14:50:24.746] [DEBUG] 6 processes running of frp type [2025-12-01,15:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,15:05:24.258] [DEBUG] 6 processes running of frp type [2025-12-01,15:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,15:20:24.732] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,15:35:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,15:35:24.594] [DEBUG] 6 processes running of frp type [2025-12-01,15:50:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,15:50:24.748] [DEBUG] 6 processes running of frp type [2025-12-01,16:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,16:05:24.241] [DEBUG] 6 processes running of frp type [2025-12-01,16:20:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,16:20:24.700] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,16:35:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,16:35:24.851] [DEBUG] 6 processes running of frp type [2025-12-01,16:50:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,16:50:24.497] [DEBUG] 6 processes running of frp type [2025-12-01,17:05:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,17:05:24.981] [DEBUG] 6 processes running of frp type [2025-12-01,17:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,17:20:24.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,17:35:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,17:35:24.208] [DEBUG] 6 processes running of frp type [2025-12-01,17:50:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,17:50:24.678] [DEBUG] 6 processes running of frp type [2025-12-01,18:05:18.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,18:05:25.155] [DEBUG] 6 processes running of frp type [2025-12-01,18:20:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,18:20:24.347] [DEBUG] 6 processes running of frp type [2025-12-01,18:25:41.313] [INFO] Initializing BusSpeedStateManager V2 [2025-12-01,18:25:41.319] [INFO] LocationSqlManager initialising [2025-12-01,18:25:41.319] [INFO] Location DB initialising [2025-12-01,18:25:41.329] [INFO] LocationSqlManager initialisation complete [2025-12-01,18:25:41.330] [DEBUG] UploadManager Init [2025-12-01,18:25:41.330] [DEBUG] UploadManager Init Complete [2025-12-01,18:25:41.333] [INFO] Initializing GPS... [2025-12-01,18:25:41.336] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,18:27:44.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,18:27:51.973] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-01,18:28:06.806] [DEBUG] Log Upload Complete! [2025-12-01,18:30:45.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,18:30:51.890] [DEBUG] Remote Access Enabled [2025-12-01,18:30:58.622] [INFO] Server Address: 138.201.17.179 [2025-12-01,18:30:58.623] [INFO] Server Port: 7000 [2025-12-01,18:30:58.628] [DEBUG] Starting Remote Access! 2025-12-01 18:30:58.760 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-01 18:30:58.761 [I] [client/service.go:294] try to connect to server... 2025-12-01 18:30:59.843 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 18:30:59.845 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 18:31:00.455 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-01,18:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,18:35:24.619] [DEBUG] 6 processes running of frp type [2025-12-01,18:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,18:50:24.860] [DEBUG] 6 processes running of frp type [2025-12-01,19:05:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,19:05:23.859] [DEBUG] 6 processes running of frp type [2025-12-01,19:20:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,19:20:23.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-01 19:32:58.107 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:33:08.109 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:33:08.110 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:33:18.112 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:33:18.112 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:33:28.114 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:33:28.114 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:33:38.116 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:33:38.116 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:33:48.119 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:34:08.120 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:34:18.121 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:34:38.122 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:34:48.125 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:35:08.127 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:35:18.128 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:35:38.129 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:35:48.131 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 19:36:08.132 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:36:08.137 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:36:28.138 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:36:28.145 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:36:48.146 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:36:48.151 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:37:08.152 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:37:08.157 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:37:28.158 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:37:28.162 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:37:48.164 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:37:48.169 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:38:08.170 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:38:08.174 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:38:28.175 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:38:28.180 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:38:48.181 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:38:48.184 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:39:08.185 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:39:08.187 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:39:28.189 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:39:28.193 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:39:48.195 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:39:48.201 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:40:08.201 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:40:08.205 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:40:28.206 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:40:28.210 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:40:48.211 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:40:48.218 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:41:08.220 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:41:08.224 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:41:28.226 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:41:28.230 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 19:41:48.230 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 19:41:49.128 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 19:41:49.129 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 19:41:49.660 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-01,19:50:17.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,19:50:24.658] [DEBUG] 6 processes running of frp type [2025-12-01,20:05:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,20:05:26.684] [DEBUG] 6 processes running of frp type [2025-12-01,20:20:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,20:20:26.607] [DEBUG] 6 processes running of frp type 2025-12-01 20:21:28.723 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:21:38.724 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 20:21:38.725 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:21:48.727 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 20:21:48.729 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:21:58.731 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 20:21:58.731 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:22:08.733 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 20:22:08.733 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:22:18.735 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 20:22:38.737 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:22:45.990 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:23:05.991 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:23:05.996 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:23:25.998 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:23:26.001 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:23:46.003 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:23:46.005 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:24:06.007 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:24:06.011 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:24:26.012 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:24:26.032 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:24:46.032 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:24:46.037 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:25:06.039 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:25:06.043 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:25:26.044 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:25:26.048 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:25:46.049 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:25:46.054 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-01 20:26:06.055 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:26:06.059 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:26:26.060 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:26:26.065 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:26:46.066 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:26:46.072 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:27:06.076 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:27:06.078 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:27:26.080 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:27:26.086 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:27:46.087 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:27:46.090 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:28:06.092 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:28:06.095 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:28:26.097 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:28:26.155 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:28:46.156 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:28:46.162 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:29:06.163 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:29:06.165 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:29:26.165 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:29:26.170 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:29:46.171 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 20:29:47.032 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 20:29:47.034 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 20:29:47.320 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-01,20:35:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,20:35:25.083] [DEBUG] 6 processes running of frp type [2025-12-01,20:50:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,20:50:23.848] [DEBUG] 6 processes running of frp type [2025-12-01,21:05:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,21:05:23.601] [DEBUG] 6 processes running of frp type 2025-12-01 21:18:10.662 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 21:18:11.638 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 21:18:11.639 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 21:18:11.971 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success 2025-12-01 21:19:51.583 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 21:19:52.459 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 21:19:52.460 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 21:19:52.775 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-01,21:20:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,21:20:24.258] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,21:35:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,21:35:24.228] [DEBUG] 6 processes running of frp type [2025-12-01,21:50:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,21:50:23.758] [DEBUG] 6 processes running of frp type [2025-12-01,22:05:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,22:05:24.453] [DEBUG] 6 processes running of frp type [2025-12-01,22:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,22:20:24.218] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,22:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,22:35:23.972] [DEBUG] 6 processes running of frp type [2025-12-01,22:50:19.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,22:50:29.149] [DEBUG] 6 processes running of frp type [2025-12-01,23:05:18.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,23:05:35.261] [DEBUG] 6 processes running of frp type 2025-12-01 23:06:54.387 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:07:04.389 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 23:07:04.390 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:07:07.308 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 23:07:07.310 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 23:07:08.167 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-01,23:20:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,23:20:25.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-01,23:35:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-01,23:35:23.932] [DEBUG] 6 processes running of frp type 2025-12-01 23:50:15.926 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:50:25.928 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 23:50:25.928 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:50:35.930 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 23:50:35.930 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:50:45.932 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 23:50:45.933 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:50:55.934 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 23:50:55.935 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:51:05.936 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-01,23:51:22.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-01 23:51:25.938 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:51:26.941 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 23:51:26.941 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 23:51:27.240 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-01,23:51:28.847] [DEBUG] 6 processes running of frp type 2025-12-01 23:52:06.327 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:52:06.329 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:52:08.466 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:52:08.471 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:52:13.001 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:52:13.004 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:52:22.720 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:52:22.722 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:52:42.723 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:52:42.726 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:53:02.727 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:53:02.730 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:53:22.731 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:53:22.735 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:53:42.735 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:53:42.739 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 23:54:02.740 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-01 23:54:03.611 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-01 23:54:03.612 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-01 23:54:03.907 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-02,00:05:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,00:05:24.519] [DEBUG] 6 processes running of frp type [2025-12-02,00:20:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,00:20:25.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,00:35:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,00:35:24.501] [DEBUG] 6 processes running of frp type [2025-12-02,00:50:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,00:50:24.046] [DEBUG] 6 processes running of frp type 2025-12-02 01:02:01.433 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 01:02:08.142 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-02 01:02:08.143 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-02 01:02:08.432 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-02,01:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,01:05:24.036] [DEBUG] 6 processes running of frp type 2025-12-02 01:20:30.505 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... [2025-12-02,01:20:36.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-02 01:20:42.561 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-02 01:20:42.561 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-02 01:20:43.198 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-02,01:20:43.507] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,01:35:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,01:35:24.332] [DEBUG] 6 processes running of frp type [2025-12-02,01:50:17.533] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,01:50:24.178] [DEBUG] 6 processes running of frp type [2025-12-02,02:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,02:05:24.247] [DEBUG] 6 processes running of frp type [2025-12-02,02:20:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,02:20:24.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,02:35:16.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,02:35:23.487] [DEBUG] 6 processes running of frp type [2025-12-02,02:50:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,02:50:23.986] [DEBUG] 6 processes running of frp type [2025-12-02,03:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,03:05:23.730] [DEBUG] 6 processes running of frp type [2025-12-02,03:20:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,03:20:27.295] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,03:35:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,03:35:24.378] [DEBUG] 6 processes running of frp type 2025-12-02 03:48:42.824 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:48:52.826 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:48:52.827 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:49:02.828 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:49:02.829 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:49:12.830 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:49:12.831 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:49:22.833 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:49:22.835 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:49:32.837 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:49:52.839 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:50:02.840 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:50:22.841 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:50:29.990 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 03:50:49.991 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 03:50:51.021 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-02 03:50:51.022 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-02 03:50:53.318 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success 2025-12-02 04:04:27.793 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:04:28.028 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:04:30.033 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:04:30.047 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:04:34.252 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:04:34.255 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:04:43.065 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:04:43.915 [I] [client/service.go:286] [52e91e7537b3ebec] login to server success, get run id [52e91e7537b3ebec] 2025-12-02 04:04:44.180 [I] [proxy/proxy_manager.go:173] [52e91e7537b3ebec] proxy added: [DTN57CC5599] 2025-12-02 04:04:44.464 [I] [client/control.go:168] [52e91e7537b3ebec] [DTN57CC5599] start proxy success [2025-12-02,04:05:18.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,04:05:24.914] [DEBUG] 6 processes running of frp type 2025-12-02 04:11:28.219 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:11:38.221 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 04:11:38.222 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:11:48.224 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 04:11:48.225 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:11:51.265 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:12:00.458 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:12:03.506 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:12:22.789 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:12:25.560 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:12:45.560 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:12:45.826 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:13:05.827 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:13:08.119 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:13:28.120 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:13:30.413 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:13:50.414 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:13:50.679 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:14:10.681 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:14:12.973 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:14:32.974 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:14:42.976 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 04:15:02.978 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:15:02.979 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:15:22.981 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:15:22.982 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:15:42.983 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:15:42.984 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:16:02.985 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:16:02.987 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:16:22.988 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:16:22.989 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:16:42.991 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:16:42.993 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:17:02.994 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:17:02.995 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:17:22.997 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:17:22.998 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:17:42.999 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:17:43.000 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:18:03.001 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:18:03.003 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:18:23.003 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:18:23.005 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:18:43.006 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:18:43.008 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:19:03.008 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:19:03.010 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:19:23.011 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:19:23.012 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:19:43.013 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:19:43.014 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:20:03.016 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:20:03.017 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:20:23.017 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:20:23.019 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:20:43.020 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:20:43.022 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:21:03.023 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:21:03.024 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:21:23.026 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:21:23.027 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:21:43.028 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:21:43.029 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:22:03.030 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:22:03.031 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:22:23.033 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:22:23.034 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:22:43.036 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:22:43.037 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:23:03.038 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:23:03.039 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:23:23.041 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:23:23.042 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:23:43.044 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:23:43.045 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:24:03.046 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:24:03.047 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:24:23.049 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:24:23.050 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:24:43.050 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:24:43.052 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:25:03.053 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:25:03.054 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:25:23.055 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:25:23.056 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:25:43.057 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:25:43.058 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-02 04:26:03.058 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:26:03.059 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:26:23.061 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:26:23.062 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:26:43.063 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:26:43.065 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:27:03.066 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:27:03.067 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:27:23.068 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:27:23.069 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:27:43.071 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:27:43.072 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:28:03.073 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:28:03.074 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:28:23.075 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:28:23.076 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:28:43.078 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:28:43.079 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:29:03.080 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:29:03.081 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:29:23.082 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:29:23.084 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:29:43.084 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:29:43.086 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:30:03.086 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:30:03.088 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:30:23.089 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:30:23.090 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:30:43.091 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:30:43.093 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:31:03.095 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:31:03.096 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:31:23.097 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:31:23.099 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:31:43.099 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:31:43.101 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:32:03.102 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:32:03.103 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:32:23.103 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:32:23.105 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:32:43.105 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:32:43.109 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:33:03.111 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:33:03.112 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:33:23.113 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:33:23.114 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:33:43.115 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:33:43.116 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:34:03.118 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:34:03.119 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:34:23.120 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:34:23.121 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:34:43.122 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:34:43.125 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:35:03.127 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:35:03.128 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:35:23.129 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:35:23.130 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:35:43.132 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:35:43.133 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:36:03.134 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:36:03.135 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:36:23.136 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:36:23.138 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:36:43.139 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:36:43.141 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:37:03.142 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:37:03.144 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:37:23.145 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:37:23.146 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:37:43.148 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:37:43.149 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:38:03.150 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:38:03.152 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:38:23.153 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:38:23.154 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:38:43.155 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:38:43.159 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:39:03.160 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:39:03.161 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:39:23.162 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:39:23.164 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:39:43.164 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:39:43.166 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:40:03.167 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:40:03.168 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:40:23.170 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:40:23.171 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:40:43.174 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:40:43.176 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:41:03.177 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:41:03.179 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:41:23.179 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:41:23.180 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:41:43.181 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:41:43.183 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:42:03.184 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:42:03.185 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:42:23.186 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:42:23.187 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:42:43.188 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:42:43.192 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:43:03.193 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:43:03.195 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:43:23.196 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:43:23.197 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:43:43.199 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:43:43.200 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:44:03.200 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:44:03.202 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:44:23.202 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:44:23.204 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:44:43.205 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:44:43.206 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:45:03.207 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:45:03.209 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:45:23.210 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:45:23.211 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:45:43.212 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:45:43.213 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:46:03.215 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:46:03.216 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:46:23.217 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:46:23.218 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:46:43.219 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:46:43.221 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:47:03.222 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:47:03.223 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:47:23.224 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:47:23.225 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:47:43.227 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:47:43.228 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:48:03.228 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:48:03.230 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:48:23.230 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:48:23.231 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:48:43.232 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:48:43.234 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:49:03.235 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:49:03.236 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:49:23.237 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:49:23.239 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:49:43.240 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:49:43.241 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:50:03.242 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:50:03.243 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:50:23.243 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:50:23.244 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:50:43.245 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:50:43.246 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:51:03.248 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:51:03.249 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:51:23.250 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:51:23.251 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:51:43.253 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:51:43.254 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:52:03.255 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:52:03.256 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:52:23.257 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:52:23.258 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:52:43.259 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:52:43.261 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:53:03.262 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:53:03.263 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:53:23.264 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:53:23.265 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:53:43.267 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:53:43.268 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:54:03.270 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:54:03.271 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:54:23.271 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:54:23.272 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:54:43.274 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:54:43.275 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:55:03.276 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:55:03.278 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:55:23.279 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:55:23.281 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:55:43.282 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:55:43.283 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:56:03.284 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:56:03.285 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:56:23.287 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:56:23.288 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:56:43.289 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:56:43.291 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:57:03.291 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:57:03.293 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:57:23.293 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:57:23.295 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:57:43.296 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:57:43.297 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:58:03.299 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:58:03.300 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:58:23.301 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:58:23.302 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:58:43.303 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:58:43.304 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:59:03.306 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:59:03.307 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:59:23.308 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:59:23.309 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 04:59:43.310 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 04:59:43.312 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:00:03.313 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:00:03.314 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:00:23.315 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:00:23.316 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:00:43.318 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:00:43.321 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:01:03.323 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:01:03.324 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:01:23.325 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:01:23.326 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:01:43.327 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:01:43.329 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:02:03.330 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:02:03.331 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:02:23.332 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:02:23.333 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:02:43.334 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:02:43.336 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:03:03.337 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:03:03.338 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:03:23.340 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:03:23.341 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:03:43.342 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:03:43.343 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:04:03.344 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:04:03.345 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:04:23.346 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:04:23.347 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:04:43.349 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:04:43.351 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:05:03.352 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:05:03.353 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:05:23.354 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:05:23.355 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:05:43.356 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:05:43.357 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:06:03.357 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:06:03.359 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:06:23.360 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:06:23.361 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:06:43.362 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:06:43.364 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:07:03.365 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:07:03.367 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:07:23.367 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:07:23.369 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:07:43.370 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:07:43.371 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:08:03.372 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:08:03.374 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:08:23.375 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:08:23.376 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:08:43.377 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:08:43.380 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:09:03.381 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:09:03.383 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:09:23.384 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:09:23.385 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:09:43.387 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:09:43.388 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:10:03.389 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:10:03.390 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:10:23.391 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:10:23.393 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:10:43.394 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:10:43.396 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:11:03.397 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:11:03.398 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:11:23.400 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:11:23.401 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:11:43.402 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:11:43.404 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:12:03.405 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:12:03.406 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:12:23.408 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:12:23.409 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:12:43.410 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:12:43.412 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:13:03.413 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:13:03.414 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:13:23.415 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:13:23.416 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:13:43.417 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:13:43.419 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:14:03.419 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:14:03.420 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:14:23.421 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:14:23.423 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:14:43.424 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:14:43.426 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:15:03.427 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:15:03.428 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:15:23.429 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:15:23.430 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:15:43.431 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:15:43.432 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:16:03.433 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:16:03.434 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:16:23.435 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:16:23.436 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:16:43.437 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:16:43.438 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:17:03.440 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:17:03.442 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:17:23.443 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:17:23.444 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:17:43.445 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:17:43.446 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:18:03.448 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:18:03.449 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:18:23.450 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:18:23.451 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:18:43.452 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:18:43.455 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:19:03.456 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:19:03.458 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:19:23.459 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:19:23.460 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:19:43.461 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:19:43.463 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:20:03.464 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:20:03.465 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:20:23.465 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:20:23.467 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:20:43.468 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:20:43.473 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:21:03.474 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:21:03.475 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:21:23.475 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:21:23.477 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:21:43.478 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:21:43.479 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:22:03.480 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:22:03.482 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:22:23.482 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:22:23.484 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:22:43.484 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:22:43.486 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:23:03.487 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:23:03.489 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:23:23.489 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:23:23.491 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:23:43.492 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:23:43.493 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:24:03.494 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:24:03.496 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:24:23.497 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:24:23.498 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:24:43.499 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:24:43.501 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:25:03.502 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:25:03.503 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:25:23.505 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:25:23.506 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:25:43.507 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:25:43.508 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-02 05:26:03.509 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:26:03.510 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:26:23.511 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:26:23.512 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:26:43.513 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:26:43.515 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:27:03.516 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:27:03.518 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:27:23.519 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:27:23.520 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:27:43.521 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:27:43.522 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:28:03.523 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:28:03.524 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:28:23.525 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:28:23.526 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:28:43.527 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:28:43.529 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:29:03.531 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:29:03.532 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:29:23.533 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:29:23.534 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:29:43.535 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:29:43.536 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:30:03.537 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:30:03.538 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:30:23.539 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:30:23.540 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:30:43.542 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:30:43.543 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:31:03.545 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:31:03.546 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:31:23.547 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:31:23.548 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:31:43.548 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:31:43.550 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:32:03.551 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:32:03.553 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:32:23.553 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:32:23.554 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:32:43.555 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:32:43.558 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:33:03.559 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:33:03.561 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:33:23.561 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:33:23.562 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:33:43.563 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:33:43.564 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:34:03.566 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:34:03.567 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:34:23.568 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:34:23.569 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:34:43.569 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:34:43.571 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:35:03.573 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:35:03.573 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:35:23.574 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:35:23.575 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:35:43.577 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:35:43.578 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:36:03.579 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:36:03.581 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:36:23.582 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:36:23.583 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:36:43.585 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:36:43.587 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:37:03.588 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:37:03.590 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:37:23.590 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:37:23.591 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:37:43.591 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:37:43.593 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:38:03.594 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:38:03.595 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:38:23.596 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:38:23.598 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:38:43.599 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:38:43.602 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:39:03.603 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:39:03.604 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:39:23.605 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:39:23.607 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:39:43.608 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:39:43.609 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:40:03.611 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:40:03.612 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:40:23.613 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:40:23.615 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:40:43.616 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:40:43.617 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:41:03.618 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:41:03.620 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:41:23.621 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:41:23.622 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:41:43.623 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:41:43.624 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:42:03.626 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:42:03.627 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:42:23.628 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:42:23.630 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:42:43.632 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:42:43.633 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:43:03.633 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:43:03.635 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:43:23.635 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:43:23.637 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:43:43.638 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:43:43.639 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:44:03.640 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:44:03.641 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:44:23.642 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:44:23.643 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:44:43.644 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:44:43.645 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:45:03.647 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:45:03.648 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:45:23.649 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:45:23.651 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:45:43.652 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:45:43.653 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:46:03.653 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:46:03.655 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:46:23.656 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:46:23.658 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:46:43.659 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:46:43.661 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:47:03.662 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:47:03.663 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:47:23.665 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:47:23.666 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:47:43.667 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:47:43.669 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:48:03.669 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:48:03.670 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:48:23.671 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:48:23.673 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:48:43.674 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:48:43.677 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:49:03.678 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:49:03.679 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:49:23.680 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:49:23.682 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:49:43.683 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:49:43.684 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:50:03.685 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:50:03.686 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:50:23.687 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:50:23.688 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:50:43.689 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:50:43.691 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:51:03.692 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:51:03.694 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:51:23.695 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:51:23.696 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:51:43.697 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:51:43.699 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:52:03.700 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:52:03.701 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:52:23.702 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:52:23.704 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:52:43.705 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:52:43.706 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:53:03.708 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:53:03.709 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:53:23.710 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:53:23.711 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:53:43.713 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:53:43.714 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:54:03.715 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:54:03.716 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:54:23.717 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:54:23.718 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:54:43.719 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:54:43.721 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:55:03.723 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:55:03.724 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:55:23.726 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:55:23.727 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:55:43.729 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:55:43.730 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:56:03.730 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:56:03.732 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:56:23.734 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:56:23.735 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:56:43.736 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:56:43.737 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:57:03.739 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:57:03.740 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:57:23.741 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:57:23.743 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:57:43.744 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:57:43.745 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:58:03.746 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:58:03.748 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:58:23.749 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:58:23.750 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:58:43.751 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:58:43.752 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:59:03.753 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:59:03.754 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:59:23.755 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:59:23.756 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:59:43.757 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 05:59:43.759 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:00:03.760 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:00:03.761 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:00:23.762 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:00:23.763 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:00:43.764 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:00:43.766 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:01:03.767 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:01:03.769 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:01:23.770 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:01:23.771 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:01:43.773 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:01:43.774 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:02:03.774 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:02:03.775 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:02:23.777 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:02:23.778 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:02:43.779 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:02:43.781 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:03:03.782 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:03:03.784 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:03:23.785 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:03:23.786 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:03:43.788 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:03:43.789 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:04:03.790 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:04:03.791 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:04:23.792 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:04:23.794 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:04:43.795 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:04:43.796 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:05:03.797 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:05:03.798 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:05:23.799 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:05:23.801 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:05:43.802 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:05:43.803 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:06:03.805 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:06:03.806 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:06:23.807 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:06:23.809 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:06:43.810 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:06:43.811 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:07:03.813 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:07:03.814 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:07:23.815 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:07:23.816 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:07:43.817 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:07:43.819 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:08:03.820 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:08:03.821 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:08:23.822 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:08:23.823 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:08:43.824 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:08:43.828 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:09:03.829 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:09:03.830 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:09:23.831 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:09:23.832 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:09:43.833 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:09:43.835 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:10:03.836 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:10:03.837 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:10:23.838 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:10:23.839 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:10:43.840 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:10:43.842 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:11:03.844 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:11:03.846 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:11:23.846 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:11:23.847 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:11:43.849 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:11:43.850 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:12:03.850 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:12:03.852 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:12:23.853 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:12:23.854 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:12:43.855 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:12:43.857 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:13:03.858 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:13:03.859 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:13:23.860 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:13:23.862 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:13:43.863 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:13:43.864 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:14:03.866 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:14:03.868 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:14:23.869 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:14:23.870 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:14:43.871 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:14:43.873 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:15:03.874 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:15:03.875 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:15:23.876 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:15:23.878 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:15:43.879 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:15:43.881 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:16:03.882 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:16:03.883 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:16:23.884 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:16:23.886 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:16:43.887 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:16:43.888 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:17:03.890 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:17:03.891 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:17:23.892 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:17:23.894 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:17:43.895 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:17:43.897 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:18:03.898 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:18:03.899 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:18:23.900 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:18:23.901 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:18:43.902 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:18:43.904 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:19:03.906 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:19:03.907 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:19:23.908 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:19:23.909 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:19:43.910 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:19:43.911 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:20:03.912 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:20:03.912 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:20:23.913 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:20:23.914 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:20:43.916 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:20:43.917 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:21:03.918 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:21:03.919 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:21:23.921 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:21:23.922 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:21:43.923 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:21:43.924 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:22:03.925 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:22:03.926 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:22:23.927 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:22:23.929 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:22:43.930 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:22:43.932 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:23:03.932 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:23:03.934 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:23:23.934 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:23:23.936 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:23:43.937 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:23:43.938 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:24:03.939 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:24:03.940 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:24:23.941 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:24:23.942 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:24:43.943 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:24:43.945 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:25:03.945 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:25:03.947 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:25:23.948 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:25:23.949 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:25:43.951 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:25:43.952 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-02 06:26:03.953 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:26:03.954 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:26:23.955 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:26:23.956 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:26:43.961 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:26:43.962 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:27:03.963 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:27:03.965 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:27:23.966 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:27:23.967 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:27:43.968 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:27:43.969 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:28:03.970 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:28:03.971 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:28:23.972 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:28:23.973 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:28:43.974 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:28:43.976 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:29:03.978 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:29:03.979 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:29:23.980 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:29:23.982 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:29:43.982 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:29:43.983 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 06:30:03.985 [I] [client/service.go:294] [52e91e7537b3ebec] try to connect to server... 2025-12-02 06:30:03.987 [W] [client/service.go:297] [52e91e7537b3ebec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-12-02,06:30:42.168] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,06:30:42.175] [INFO] LocationSqlManager initialising [2025-12-02,06:30:42.176] [INFO] Location DB initialising [2025-12-02,06:30:42.186] [INFO] LocationSqlManager initialisation complete [2025-12-02,06:30:42.188] [DEBUG] UploadManager Init [2025-12-02,06:30:42.188] [DEBUG] UploadManager Init Complete [2025-12-02,06:30:42.193] [INFO] Initializing GPS... [2025-12-02,06:30:42.196] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,06:35:46.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,06:35:52.973] [DEBUG] Remote Access Enabled [2025-12-02,06:35:59.189] [INFO] Server Address: 138.201.17.179 [2025-12-02,06:35:59.191] [INFO] Server Port: 7000 [2025-12-02,06:35:59.195] [DEBUG] Starting Remote Access! 2025-12-02 06:35:59.329 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 06:35:59.330 [I] [client/service.go:294] try to connect to server... 2025-12-02 06:36:00.168 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:36:00.169 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:36:00.445 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:37:09.878 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:37:19.881 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:37:19.881 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:37:32.850 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 06:37:32.851 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:37:44.996 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 06:37:44.996 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:38:03.542 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 06:38:03.543 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:38:13.544 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:38:33.546 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:38:43.547 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:39:03.549 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:39:06.049 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:39:26.051 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:39:28.341 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:39:48.343 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:39:58.345 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:40:18.346 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:40:19.319 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:40:19.320 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:40:19.618 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:41:28.934 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:41:29.870 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:41:29.871 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:41:30.157 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:42:09.292 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:42:24.332 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 06:42:24.332 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:42:34.334 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:42:34.334 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:42:44.336 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:42:44.337 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:42:54.338 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:42:54.339 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:43:03.968 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:43:23.970 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:43:33.972 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:43:53.974 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:44:00.075 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:44:20.076 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:44:22.369 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:44:42.370 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:44:52.372 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:45:12.373 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:45:13.327 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:45:13.329 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:45:13.615 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:47:23.629 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:47:33.631 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:47:33.632 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:47:43.634 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:47:43.634 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:47:53.636 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:47:53.636 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:48:03.638 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:48:03.638 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:48:06.689 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:48:26.690 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:48:28.982 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:48:48.983 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:48:51.755 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:49:11.756 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:49:14.795 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:49:34.797 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:49:37.089 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:49:57.090 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:49:59.382 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:50:19.383 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:50:20.248 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:50:20.250 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:50:20.533 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:51:29.951 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:51:29.955 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:51:32.080 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:51:32.089 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:51:36.394 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:51:37.270 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:51:37.271 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:51:37.925 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:53:17.278 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:53:27.281 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:53:27.281 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:53:37.283 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:53:37.284 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:53:47.285 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:53:47.285 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:53:57.287 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:53:57.288 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:54:00.342 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:54:20.344 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:54:23.382 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:54:43.383 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:54:53.385 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:55:13.386 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:55:14.296 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 06:55:14.297 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 06:55:14.596 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 06:58:01.654 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:58:04.688 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:58:04.688 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:58:14.690 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:58:14.691 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:58:25.647 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: i/o deadline reached 2025-12-02 06:58:25.648 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:58:35.649 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:58:35.649 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:58:45.651 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:59:05.652 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:59:15.653 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:59:35.655 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 06:59:38.422 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 06:59:58.423 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:00:01.461 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:00:21.461 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:00:22.334 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:00:22.335 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:00:22.637 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:02:33.106 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:02:46.096 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:02:46.096 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:02:56.097 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:02:56.098 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:03:06.099 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:03:06.100 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:03:15.648 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:03:15.649 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:03:25.650 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:03:45.651 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:03:55.652 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:04:15.653 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:04:17.968 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:04:37.969 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:04:47.970 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:05:07.972 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:05:10.235 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:05:30.237 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:05:31.221 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:05:31.222 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:05:31.510 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:07:41.639 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:07:44.075 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:07:44.076 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:07:47.115 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:07:47.116 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:07:50.155 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:07:58.941 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:08:01.994 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:08:20.348 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:08:39.574 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:08:39.574 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:08:49.575 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:09:09.576 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:09:13.622 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:09:33.623 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:09:35.915 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:09:55.916 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:09:56.181 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:10:16.183 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:10:18.376 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:10:18.378 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:10:18.682 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:12:29.195 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:12:41.221 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:12:41.221 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:12:54.464 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:12:54.465 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:13:09.399 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:13:09.400 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:13:19.401 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:13:19.402 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:13:29.404 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:13:49.404 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:13:55.488 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:14:15.489 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:14:18.528 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:14:38.530 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:14:40.821 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:15:00.822 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:15:03.115 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:15:23.116 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:15:24.286 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:15:24.288 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:15:24.557 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:18:42.211 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:18:52.212 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:18:52.213 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:19:04.967 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:19:04.967 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:19:14.969 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:19:14.970 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:19:24.972 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:19:24.973 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:19:34.975 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:19:54.975 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:20:04.978 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:20:24.979 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:20:25.850 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:20:25.852 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:20:26.160 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:23:15.048 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:23:25.050 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:23:25.051 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:23:39.368 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:23:39.368 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:23:53.335 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:23:53.336 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:24:03.337 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:24:03.338 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:24:13.339 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:24:33.341 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:24:43.343 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:25:03.344 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:25:13.346 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:25:33.348 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:25:39.653 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:25:39.654 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:25:40.044 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-02 07:27:46.535 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:27:56.537 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:27:56.538 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:28:06.539 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:28:06.540 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:28:16.541 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:28:16.542 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:28:36.131 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:28:36.131 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:28:48.308 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:29:08.309 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:29:18.312 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:29:38.313 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:29:49.788 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:30:09.789 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:30:25.083 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:30:45.085 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:30:53.196 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:30:53.197 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:30:53.749 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:32:29.912 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:32:39.914 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:32:39.915 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:32:49.917 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:32:49.918 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:32:59.919 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:32:59.920 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:33:09.922 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:33:09.922 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:33:16.022 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:33:36.023 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:33:38.315 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:33:58.316 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:34:08.319 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:34:28.320 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:34:32.369 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:34:52.370 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:35:02.371 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:35:22.373 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:35:24.194 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:35:24.195 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:35:24.871 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:38:15.548 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:38:34.113 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: connection write timeout 2025-12-02 07:38:34.113 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:38:44.115 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:38:44.116 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:38:54.118 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:38:54.118 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:39:04.120 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:39:04.121 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:39:14.123 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:39:34.124 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:39:35.514 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:39:55.516 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:39:56.795 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:40:16.797 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:40:26.799 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:40:46.800 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:40:47.684 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:40:47.685 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:40:48.230 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success 2025-12-02 07:42:58.207 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:43:08.212 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:43:08.213 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:43:18.214 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:43:18.215 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:43:28.217 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:43:28.217 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:43:38.219 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 07:43:38.219 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:43:38.527 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:43:58.529 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:44:01.568 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:44:21.569 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:44:24.608 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:44:44.609 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:44:47.328 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:45:07.329 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:45:09.622 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 07:45:29.623 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 07:45:30.489 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 07:45:30.491 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 07:45:30.785 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success [2025-12-02,07:50:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,07:50:26.665] [DEBUG] 6 processes running of frp type [2025-12-02,08:02:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,08:02:26.212] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 2025-12-02 08:02:51.935 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 08:02:51.960 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 08:02:54.053 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 08:02:54.060 [W] [client/service.go:297] [f478697e021ed06c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 08:02:58.582 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 08:02:59.470 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 08:02:59.471 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 08:02:59.771 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-02,08:05:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,08:05:23.762] [DEBUG] 6 processes running of frp type 2025-12-02 08:09:13.709 [I] [client/service.go:294] [f478697e021ed06c] try to connect to server... 2025-12-02 08:09:15.290 [I] [client/service.go:286] [f478697e021ed06c] login to server success, get run id [f478697e021ed06c] 2025-12-02 08:09:15.292 [I] [proxy/proxy_manager.go:173] [f478697e021ed06c] proxy added: [DTN57CC5599] 2025-12-02 08:09:15.580 [I] [client/control.go:168] [f478697e021ed06c] [DTN57CC5599] start proxy success [2025-12-02,08:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,08:20:23.975] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,08:35:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,08:35:24.481] [DEBUG] 6 processes running of frp type [2025-12-02,08:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,08:50:24.495] [DEBUG] 6 processes running of frp type [2025-12-02,09:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,09:05:24.386] [DEBUG] 6 processes running of frp type [2025-12-02,09:20:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,09:20:24.565] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,09:35:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,09:35:24.474] [DEBUG] 6 processes running of frp type [2025-12-02,09:50:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,09:50:23.606] [DEBUG] 6 processes running of frp type [2025-12-02,10:05:18.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,10:05:25.078] [DEBUG] 6 processes running of frp type [2025-12-02,10:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,10:20:23.999] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,10:35:18.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,10:35:24.759] [DEBUG] 6 processes running of frp type [2025-12-02,10:50:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,10:50:24.065] [DEBUG] 6 processes running of frp type [2025-12-02,11:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,11:05:23.890] [DEBUG] 6 processes running of frp type [2025-12-02,11:20:22.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,11:20:28.850] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,11:35:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,11:35:24.064] [DEBUG] 6 processes running of frp type [2025-12-02,11:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,11:50:24.542] [DEBUG] 6 processes running of frp type [2025-12-02,12:05:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,12:05:24.622] [DEBUG] 6 processes running of frp type [2025-12-02,12:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,12:20:24.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,12:35:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,12:35:23.910] [DEBUG] 6 processes running of frp type [2025-12-02,12:50:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,12:50:24.036] [DEBUG] 6 processes running of frp type [2025-12-02,13:05:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,13:05:23.981] [DEBUG] 6 processes running of frp type [2025-12-02,13:20:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,13:20:23.780] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,13:35:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,13:35:24.706] [DEBUG] 6 processes running of frp type [2025-12-02,13:50:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,13:50:23.711] [DEBUG] 6 processes running of frp type [2025-12-02,14:05:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,14:05:23.530] [DEBUG] 6 processes running of frp type [2025-12-02,14:20:18.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,14:20:24.618] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,14:35:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,14:35:23.934] [DEBUG] 6 processes running of frp type [2025-12-02,14:50:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,14:50:24.402] [DEBUG] 6 processes running of frp type [2025-12-02,15:05:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,15:05:24.463] [DEBUG] 6 processes running of frp type [2025-12-02,15:20:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,15:20:24.247] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,15:35:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,15:35:23.721] [DEBUG] 6 processes running of frp type [2025-12-02,15:50:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,15:50:24.380] [DEBUG] 6 processes running of frp type [2025-12-02,15:53:54.852] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,15:53:54.856] [INFO] LocationSqlManager initialising [2025-12-02,15:53:54.856] [INFO] Location DB initialising [2025-12-02,15:53:54.865] [INFO] LocationSqlManager initialisation complete [2025-12-02,15:53:54.866] [DEBUG] UploadManager Init [2025-12-02,15:53:54.866] [DEBUG] UploadManager Init Complete [2025-12-02,15:53:54.869] [INFO] Initializing GPS... [2025-12-02,15:53:54.871] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,15:55:58.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,15:56:05.093] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-02,15:56:30.674] [DEBUG] Log Upload Complete! [2025-12-02,15:58:58.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,15:59:05.056] [DEBUG] Remote Access Enabled [2025-12-02,15:59:11.221] [INFO] Server Address: 138.201.17.179 [2025-12-02,15:59:11.223] [INFO] Server Port: 7000 [2025-12-02,15:59:11.232] [DEBUG] Starting Remote Access! 2025-12-02 15:59:11.417 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 15:59:11.417 [I] [client/service.go:294] try to connect to server... 2025-12-02 15:59:12.384 [I] [client/service.go:286] [ad5d48e237ef8040] login to server success, get run id [ad5d48e237ef8040] 2025-12-02 15:59:12.385 [I] [proxy/proxy_manager.go:173] [ad5d48e237ef8040] proxy added: [DTN57CC5599] 2025-12-02 15:59:12.669 [I] [client/control.go:168] [ad5d48e237ef8040] [DTN57CC5599] start proxy success [2025-12-02,16:05:18.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,16:05:24.671] [DEBUG] 6 processes running of frp type [2025-12-02,16:20:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,16:20:24.666] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,16:35:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,16:35:23.760] [DEBUG] 6 processes running of frp type [2025-12-02,16:50:17.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,16:50:23.810] [DEBUG] 6 processes running of frp type [2025-12-02,17:05:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,17:05:23.598] [DEBUG] 6 processes running of frp type [2025-12-02,17:20:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,17:20:24.686] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,17:35:18.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,17:35:25.460] [DEBUG] 6 processes running of frp type [2025-12-02,17:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,17:50:24.190] [DEBUG] 6 processes running of frp type [2025-12-02,18:05:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,18:05:24.410] [DEBUG] 6 processes running of frp type [2025-12-02,18:20:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,18:20:25.380] [DEBUG] 6 processes running of frp type [2025-12-02,18:25:41.519] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,18:25:41.525] [INFO] LocationSqlManager initialising [2025-12-02,18:25:41.526] [INFO] Location DB initialising [2025-12-02,18:25:41.536] [INFO] LocationSqlManager initialisation complete [2025-12-02,18:25:41.537] [DEBUG] UploadManager Init [2025-12-02,18:25:41.537] [DEBUG] UploadManager Init Complete [2025-12-02,18:25:41.540] [INFO] Initializing GPS... [2025-12-02,18:25:41.543] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,18:27:45.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,18:27:57.392] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-02,18:28:46.062] [DEBUG] Log Upload Complete! [2025-12-02,18:30:45.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,18:30:52.236] [DEBUG] Remote Access Enabled [2025-12-02,18:30:58.406] [INFO] Server Address: 138.201.17.179 [2025-12-02,18:30:58.407] [INFO] Server Port: 7000 [2025-12-02,18:30:58.416] [DEBUG] Starting Remote Access! 2025-12-02 18:30:58.605 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 18:30:58.606 [I] [client/service.go:294] try to connect to server... 2025-12-02 18:30:59.489 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-02 18:30:59.490 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-02 18:31:00.132 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success [2025-12-02,18:35:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,18:35:25.642] [DEBUG] 6 processes running of frp type [2025-12-02,18:50:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,18:50:26.048] [DEBUG] 6 processes running of frp type [2025-12-02,19:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,19:05:26.659] [DEBUG] 6 processes running of frp type [2025-12-02,19:20:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,19:20:26.998] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,19:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,19:35:24.496] [DEBUG] 6 processes running of frp type [2025-12-02,19:50:17.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,19:50:23.599] [DEBUG] 6 processes running of frp type [2025-12-02,20:05:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,20:05:24.568] [DEBUG] 6 processes running of frp type [2025-12-02,20:20:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,20:20:24.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,20:35:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,20:35:23.827] [DEBUG] 6 processes running of frp type [2025-12-02,20:50:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,20:50:23.838] [DEBUG] 6 processes running of frp type [2025-12-02,21:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,21:05:24.327] [DEBUG] 6 processes running of frp type [2025-12-02,21:20:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,21:20:24.235] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,21:35:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,21:35:30.447] [DEBUG] 6 processes running of frp type [2025-12-02,21:50:22.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,21:50:30.133] [DEBUG] 6 processes running of frp type 2025-12-02 21:57:45.085 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:57:56.109 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: connection write timeout 2025-12-02 21:57:56.110 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:58:04.930 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-02 21:58:04.931 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-02 21:58:05.493 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success 2025-12-02 21:58:43.645 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:58:57.905 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: connection write timeout 2025-12-02 21:58:57.905 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:59:07.906 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:59:07.907 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:59:17.909 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:59:17.910 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:59:17.915 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 21:59:37.359 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 21:59:52.315 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: connection write timeout 2025-12-02 22:00:12.316 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 22:00:13.181 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-02 22:00:13.183 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-02 22:00:13.506 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success [2025-12-02,22:05:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,22:05:24.282] [DEBUG] 6 processes running of frp type 2025-12-02 22:17:45.115 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 22:17:54.973 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-02 22:17:54.974 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-02 22:17:55.533 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success [2025-12-02,22:20:20.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,22:20:29.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,22:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,22:35:24.718] [DEBUG] 6 processes running of frp type [2025-12-02,22:50:19.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,22:50:25.806] [DEBUG] 6 processes running of frp type [2025-12-02,23:05:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,23:05:24.143] [DEBUG] 6 processes running of frp type [2025-12-02,23:20:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,23:20:24.101] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-02,23:35:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,23:35:23.727] [DEBUG] 6 processes running of frp type 2025-12-02 23:38:33.266 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:38:43.267 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 23:38:43.268 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:38:53.269 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 23:38:53.270 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:39:03.271 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 23:39:03.271 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:39:13.273 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 23:39:13.273 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:39:23.274 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 23:39:43.275 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:39:53.277 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 23:40:13.279 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:40:14.293 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 23:40:34.294 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-02 23:40:35.220 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-02 23:40:35.221 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-02 23:40:35.519 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success [2025-12-02,23:50:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-02,23:50:24.473] [DEBUG] 6 processes running of frp type [2025-12-03,00:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,00:05:25.227] [DEBUG] 6 processes running of frp type [2025-12-03,00:20:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,00:20:24.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,00:35:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,00:35:24.616] [DEBUG] 6 processes running of frp type [2025-12-03,00:50:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,00:50:24.382] [DEBUG] 6 processes running of frp type [2025-12-03,01:05:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,01:05:24.622] [DEBUG] 6 processes running of frp type [2025-12-03,01:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,01:20:25.030] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,01:35:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,01:35:24.027] [DEBUG] 6 processes running of frp type [2025-12-03,01:50:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,01:50:23.782] [DEBUG] 6 processes running of frp type [2025-12-03,02:05:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,02:05:23.631] [DEBUG] 6 processes running of frp type [2025-12-03,02:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,02:20:24.357] [DEBUG] 6 processes running of frp type 2025-12-03 02:23:38.690 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 02:23:48.691 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 02:23:48.692 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 02:23:57.079 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-03 02:23:57.080 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-03 02:23:57.357 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,02:35:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,02:35:24.475] [DEBUG] 6 processes running of frp type [2025-12-03,02:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,02:50:25.000] [DEBUG] 6 processes running of frp type [2025-12-03,03:05:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,03:05:23.707] [DEBUG] 6 processes running of frp type [2025-12-03,03:20:17.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,03:20:24.443] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,03:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,03:35:24.423] [DEBUG] 6 processes running of frp type [2025-12-03,03:50:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,03:50:23.910] [DEBUG] 6 processes running of frp type [2025-12-03,04:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,04:05:24.177] [DEBUG] 6 processes running of frp type 2025-12-03 04:06:44.332 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:06:45.249 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:06:47.435 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:06:48.288 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:06:52.784 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:06:54.369 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:07:04.107 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:07:04.111 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:07:24.112 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:07:24.117 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:07:44.118 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:07:44.123 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:08:04.124 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:08:04.130 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:08:24.131 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:08:24.136 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:08:44.137 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:08:44.140 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:09:04.141 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:09:04.146 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:09:24.147 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:09:24.150 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:09:44.151 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:09:44.155 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:10:04.156 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:10:04.160 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:10:24.161 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:10:24.164 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:10:44.166 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:10:44.169 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:11:04.171 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:11:04.175 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:11:24.177 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:11:24.181 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:11:44.182 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:11:44.185 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:12:04.186 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:12:04.190 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:12:24.191 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:12:24.248 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:12:44.249 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:12:44.252 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:13:04.254 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:13:08.456 [W] [client/service.go:297] [25535a072c1308a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:13:28.456 [I] [client/service.go:294] [25535a072c1308a5] try to connect to server... 2025-12-03 04:13:29.372 [I] [client/service.go:286] [25535a072c1308a5] login to server success, get run id [25535a072c1308a5] 2025-12-03 04:13:29.373 [I] [proxy/proxy_manager.go:173] [25535a072c1308a5] proxy added: [DTN57CC5599] 2025-12-03 04:13:29.688 [I] [client/control.go:168] [25535a072c1308a5] [DTN57CC5599] start proxy success [2025-12-03,04:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,04:20:24.006] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,04:35:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,04:35:24.143] [DEBUG] 6 processes running of frp type [2025-12-03,04:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,04:50:24.406] [DEBUG] 6 processes running of frp type [2025-12-03,05:05:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,05:05:24.539] [DEBUG] 6 processes running of frp type [2025-12-03,05:20:18.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,05:20:24.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,05:35:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,05:35:24.234] [DEBUG] 6 processes running of frp type [2025-12-03,05:50:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,05:50:23.590] [DEBUG] 6 processes running of frp type [2025-12-03,06:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,06:05:24.343] [DEBUG] 6 processes running of frp type [2025-12-03,06:20:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,06:20:24.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,06:30:41.935] [INFO] Initializing BusSpeedStateManager V2 [2025-12-03,06:30:41.940] [INFO] LocationSqlManager initialising [2025-12-03,06:30:41.941] [INFO] Location DB initialising [2025-12-03,06:30:41.951] [INFO] LocationSqlManager initialisation complete [2025-12-03,06:30:41.951] [DEBUG] UploadManager Init [2025-12-03,06:30:41.952] [DEBUG] UploadManager Init Complete [2025-12-03,06:30:41.955] [INFO] Initializing GPS... [2025-12-03,06:30:41.957] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,06:32:45.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-03,06:35:44.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,06:35:51.235] [DEBUG] Remote Access Enabled [2025-12-03,06:35:57.428] [INFO] Server Address: 138.201.17.179 [2025-12-03,06:35:57.430] [INFO] Server Port: 7000 [2025-12-03,06:35:57.435] [DEBUG] Starting Remote Access! 2025-12-03 06:35:57.564 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-03 06:35:57.564 [I] [client/service.go:294] try to connect to server... 2025-12-03 06:35:58.524 [I] [client/service.go:286] [56078d0ea058dcca] login to server success, get run id [56078d0ea058dcca] 2025-12-03 06:35:58.525 [I] [proxy/proxy_manager.go:173] [56078d0ea058dcca] proxy added: [DTN57CC5599] 2025-12-03 06:35:58.826 [I] [client/control.go:168] [56078d0ea058dcca] [DTN57CC5599] start proxy success [2025-12-03,06:50:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,06:50:24.105] [DEBUG] 6 processes running of frp type [2025-12-03,07:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,07:05:24.292] [DEBUG] 6 processes running of frp type [2025-12-03,07:20:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,07:20:24.088] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,07:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,07:35:25.631] [DEBUG] 6 processes running of frp type 2025-12-03 07:47:33.298 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 07:47:35.384 [I] [client/service.go:286] [56078d0ea058dcca] login to server success, get run id [56078d0ea058dcca] 2025-12-03 07:47:35.386 [I] [proxy/proxy_manager.go:173] [56078d0ea058dcca] proxy added: [DTN57CC5599] 2025-12-03 07:47:35.712 [I] [client/control.go:168] [56078d0ea058dcca] [DTN57CC5599] start proxy success [2025-12-03,07:50:19.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,07:50:28.263] [DEBUG] 6 processes running of frp type [2025-12-03,08:02:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,08:02:23.992] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-03,08:02:33.658] [DEBUG] Log Upload Complete! [2025-12-03,08:05:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,08:05:24.120] [DEBUG] 6 processes running of frp type [2025-12-03,08:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,08:20:33.107] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,08:35:18.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-03 08:35:48.543 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:35:58.544 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:35:58.545 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:36:08.547 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:36:08.548 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:36:18.550 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:36:18.550 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:36:28.552 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:36:28.553 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:36:38.554 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:36:58.555 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:37:08.557 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:37:28.558 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:37:31.608 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2025-12-03 08:37:51.609 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:38:01.611 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:38:21.612 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:38:31.614 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:38:51.616 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:39:01.618 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:39:21.619 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:39:31.622 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:39:51.623 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:40:01.625 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:40:21.626 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:40:31.628 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 08:40:51.629 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:40:51.632 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 08:41:11.634 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:41:11.638 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 08:41:31.639 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:41:31.643 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 08:41:51.644 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:41:51.648 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 08:42:11.649 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:42:11.654 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 08:42:31.656 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:42:31.665 [W] [client/service.go:297] [56078d0ea058dcca] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 08:42:51.666 [I] [client/service.go:294] [56078d0ea058dcca] try to connect to server... 2025-12-03 08:42:52.532 [I] [client/service.go:286] [56078d0ea058dcca] login to server success, get run id [56078d0ea058dcca] 2025-12-03 08:42:52.534 [I] [proxy/proxy_manager.go:173] [56078d0ea058dcca] proxy added: [DTN57CC5599] 2025-12-03 08:42:52.839 [I] [client/control.go:168] [56078d0ea058dcca] [DTN57CC5599] start proxy success [2025-12-03,08:50:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,08:50:24.408] [DEBUG] 6 processes running of frp type [2025-12-03,09:05:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,09:05:24.637] [DEBUG] 6 processes running of frp type [2025-12-03,09:20:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,09:20:24.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,09:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,09:35:24.142] [DEBUG] 6 processes running of frp type [2025-12-03,09:50:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,09:50:24.696] [DEBUG] 6 processes running of frp type [2025-12-03,10:05:19.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,10:05:26.175] [DEBUG] 6 processes running of frp type [2025-12-03,10:20:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,10:20:24.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,10:35:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,10:35:24.169] [DEBUG] 6 processes running of frp type [2025-12-03,10:50:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,10:50:24.965] [DEBUG] 6 processes running of frp type [2025-12-03,11:05:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,11:05:23.962] [DEBUG] 6 processes running of frp type [2025-12-03,11:20:17.827] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,11:20:25.498] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,11:35:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,11:35:24.420] [DEBUG] 6 processes running of frp type [2025-12-03,11:50:17.378] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,11:50:24.143] [DEBUG] 6 processes running of frp type [2025-12-03,12:05:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,12:05:24.070] [DEBUG] 6 processes running of frp type [2025-12-03,12:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,12:20:24.120] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,12:35:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,12:35:24.713] [DEBUG] 6 processes running of frp type [2025-12-03,12:50:18.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,12:50:25.069] [DEBUG] 6 processes running of frp type [2025-12-03,13:05:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,13:05:24.082] [DEBUG] 6 processes running of frp type [2025-12-03,13:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,13:20:23.895] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,13:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,13:35:24.617] [DEBUG] 6 processes running of frp type [2025-12-03,13:50:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,13:50:24.184] [DEBUG] 6 processes running of frp type [2025-12-03,14:05:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,14:05:24.525] [DEBUG] 6 processes running of frp type [2025-12-03,14:20:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,14:20:24.611] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,14:35:18.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,14:35:25.027] [DEBUG] 6 processes running of frp type [2025-12-03,14:50:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,14:50:25.934] [DEBUG] 6 processes running of frp type [2025-12-03,15:05:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,15:05:24.070] [DEBUG] 6 processes running of frp type [2025-12-03,15:20:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,15:20:24.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,15:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,15:35:24.692] [DEBUG] 6 processes running of frp type [2025-12-03,15:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,15:50:20.083] [DEBUG] 6 processes running of frp type [2025-12-03,16:05:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,16:05:24.552] [DEBUG] 6 processes running of frp type [2025-12-03,16:20:18.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,16:20:25.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,16:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,16:35:24.590] [DEBUG] 6 processes running of frp type [2025-12-03,16:50:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,16:50:23.637] [DEBUG] 6 processes running of frp type [2025-12-03,17:05:17.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,17:05:24.960] [DEBUG] 6 processes running of frp type [2025-12-03,17:20:19.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,17:20:26.568] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,17:35:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,17:35:24.018] [DEBUG] 6 processes running of frp type [2025-12-03,17:50:18.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,17:50:25.028] [DEBUG] 6 processes running of frp type [2025-12-03,18:05:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,18:05:23.984] [DEBUG] 6 processes running of frp type [2025-12-03,18:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,18:20:24.468] [DEBUG] 6 processes running of frp type [2025-12-03,18:25:40.925] [INFO] Initializing BusSpeedStateManager V2 [2025-12-03,18:25:40.928] [INFO] LocationSqlManager initialising [2025-12-03,18:25:40.929] [INFO] Location DB initialising [2025-12-03,18:25:40.938] [INFO] LocationSqlManager initialisation complete [2025-12-03,18:25:40.939] [DEBUG] UploadManager Init [2025-12-03,18:25:40.940] [DEBUG] UploadManager Init Complete [2025-12-03,18:25:40.942] [INFO] Initializing GPS... [2025-12-03,18:25:40.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,18:27:44.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,18:27:56.284] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-03,18:28:10.196] [DEBUG] Log Upload Complete! [2025-12-03,18:30:44.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,18:30:44.970] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-03,18:30:51.525] [DEBUG] Remote Access Enabled [2025-12-03,18:30:57.867] [INFO] Server Address: 138.201.17.179 [2025-12-03,18:30:57.868] [INFO] Server Port: 7000 [2025-12-03,18:30:57.873] [DEBUG] Starting Remote Access! 2025-12-03 18:30:58.001 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-03 18:30:58.002 [I] [client/service.go:294] try to connect to server... 2025-12-03 18:30:58.892 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 18:30:58.893 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 18:30:59.215 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-03,18:35:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,18:35:24.639] [DEBUG] 6 processes running of frp type [2025-12-03,18:50:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,18:50:23.857] [DEBUG] 6 processes running of frp type [2025-12-03,19:05:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,19:05:24.621] [DEBUG] 6 processes running of frp type [2025-12-03,19:20:18.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,19:20:24.878] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,19:35:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,19:35:24.169] [DEBUG] 6 processes running of frp type [2025-12-03,19:50:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,19:50:24.816] [DEBUG] 6 processes running of frp type 2025-12-03 19:56:29.962 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:56:39.964 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 19:56:39.964 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:56:49.966 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 19:56:49.966 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:56:59.968 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 19:56:59.968 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:57:09.969 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 19:57:09.969 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:57:19.971 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 19:57:39.973 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:57:39.977 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 19:57:59.978 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:57:59.982 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 19:58:19.984 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:58:19.987 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 19:58:39.989 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:58:39.991 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 19:58:59.993 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:58:59.997 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 19:59:19.997 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:59:20.001 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 19:59:40.002 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 19:59:40.006 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:00:00.007 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:00:00.011 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:00:20.012 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:00:20.015 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:00:40.016 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:00:40.020 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:01:00.021 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:01:00.025 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:01:20.026 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:01:20.030 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:01:40.031 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:01:40.035 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:02:00.036 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:02:00.039 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:02:20.040 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:02:20.042 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:02:40.043 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:02:40.100 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:03:00.101 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:03:00.104 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:03:20.105 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:03:20.110 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:03:40.112 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:03:40.127 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:04:00.128 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:04:00.133 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:04:20.134 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:04:20.138 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:04:40.139 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:04:40.143 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:05:00.144 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:05:00.148 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:05:20.149 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:05:20.153 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:05:40.154 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:05:40.157 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 20:06:00.158 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:06:01.039 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 20:06:01.039 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 20:06:01.331 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-03,20:20:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,20:20:23.728] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,20:35:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,20:35:23.679] [DEBUG] 6 processes running of frp type [2025-12-03,20:50:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,20:50:24.269] [DEBUG] 6 processes running of frp type 2025-12-03 20:53:40.642 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 20:53:47.238 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 20:53:47.239 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 20:53:47.538 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-03,21:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,21:05:24.121] [DEBUG] 6 processes running of frp type 2025-12-03 21:11:46.438 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:11:56.439 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 21:11:56.440 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:12:06.441 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 21:12:06.442 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:12:16.443 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 21:12:16.443 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:12:26.444 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 21:12:26.445 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:12:36.446 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 21:12:56.448 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:13:06.450 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 21:13:26.451 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:13:26.460 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 21:13:46.462 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:13:46.465 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 21:14:06.465 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:14:06.470 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 21:14:26.471 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:14:26.500 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 21:14:46.500 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:14:46.505 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 21:15:06.507 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:15:06.511 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 21:15:26.511 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 21:15:27.374 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 21:15:27.375 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 21:15:27.669 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-03,21:20:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,21:20:23.912] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,21:35:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,21:35:24.220] [DEBUG] 6 processes running of frp type [2025-12-03,21:50:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,21:50:24.000] [DEBUG] 6 processes running of frp type [2025-12-03,22:05:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,22:05:23.857] [DEBUG] 6 processes running of frp type [2025-12-03,22:20:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,22:20:24.455] [DEBUG] 6 processes running of frp type 2025-12-03 22:24:08.925 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:24:28.049 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: connection write timeout 2025-12-03 22:24:28.050 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:24:29.213 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 22:24:29.214 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 22:24:29.626 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-03 22:33:28.811 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:33:43.260 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: i/o deadline reached 2025-12-03 22:33:43.260 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:33:48.328 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 22:33:48.330 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 22:33:48.647 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-03,22:35:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,22:35:26.912] [DEBUG] 6 processes running of frp type 2025-12-03 22:41:08.799 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:41:13.383 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 22:41:13.385 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 22:41:13.945 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success 2025-12-03 22:42:26.059 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:42:36.060 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:42:36.061 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:42:46.062 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:42:46.063 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:42:56.065 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:42:56.065 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:43:06.067 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:43:06.067 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:43:16.070 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:43:36.071 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:43:46.074 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:44:06.075 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:44:16.077 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:44:36.079 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:44:50.776 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: i/o deadline reached 2025-12-03 22:45:10.778 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:45:20.779 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 22:45:40.780 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:45:54.147 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 22:45:54.148 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 22:45:56.210 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success 2025-12-03 22:46:30.081 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:46:33.540 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 22:46:33.541 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 22:46:34.625 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success 2025-12-03 22:48:43.493 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-03 22:48:46.958 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-03 22:48:46.959 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-03 22:48:47.990 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-03,22:50:20.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,22:50:27.419] [DEBUG] 6 processes running of frp type [2025-12-03,23:05:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,23:05:24.218] [DEBUG] 6 processes running of frp type [2025-12-03,23:20:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,23:20:24.307] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-03,23:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,23:35:24.565] [DEBUG] 6 processes running of frp type [2025-12-03,23:50:18.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-03,23:50:27.609] [DEBUG] 6 processes running of frp type [2025-12-04,00:05:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,00:05:24.387] [DEBUG] 6 processes running of frp type [2025-12-04,00:20:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,00:20:24.456] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,00:35:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,00:35:24.367] [DEBUG] 6 processes running of frp type [2025-12-04,00:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,00:50:24.159] [DEBUG] 6 processes running of frp type [2025-12-04,01:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,01:05:19.164] [DEBUG] 6 processes running of frp type [2025-12-04,01:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,01:20:24.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,01:35:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,01:35:24.249] [DEBUG] 6 processes running of frp type [2025-12-04,01:50:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,01:50:23.691] [DEBUG] 6 processes running of frp type [2025-12-04,02:05:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,02:05:24.388] [DEBUG] 6 processes running of frp type [2025-12-04,02:20:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,02:20:24.168] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,02:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,02:35:24.260] [DEBUG] 6 processes running of frp type 2025-12-04 02:48:38.062 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-04 02:48:46.226 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-04 02:48:46.226 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-04 02:48:51.053 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-04,02:50:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,02:50:24.134] [DEBUG] 6 processes running of frp type [2025-12-04,03:05:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,03:05:23.851] [DEBUG] 6 processes running of frp type [2025-12-04,03:20:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,03:20:23.662] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-04 03:26:56.975 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-04 03:27:06.976 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 03:27:06.976 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-04 03:27:15.229 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-04 03:27:15.230 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-04 03:27:15.528 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-04,03:35:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,03:35:24.478] [DEBUG] 6 processes running of frp type [2025-12-04,03:50:18.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,03:50:24.586] [DEBUG] 6 processes running of frp type [2025-12-04,04:05:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,04:05:24.364] [DEBUG] 6 processes running of frp type 2025-12-04 04:06:49.074 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-04 04:06:49.078 [W] [client/service.go:297] [27b1db8186a00dd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:06:51.225 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-04 04:06:52.110 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-04 04:06:52.111 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-04 04:06:52.419 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success [2025-12-04,04:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,04:20:24.096] [DEBUG] 6 processes running of frp type 2025-12-04 04:23:46.105 [I] [client/service.go:294] [27b1db8186a00dd5] try to connect to server... 2025-12-04 04:23:51.454 [I] [client/service.go:286] [27b1db8186a00dd5] login to server success, get run id [27b1db8186a00dd5] 2025-12-04 04:23:51.455 [I] [proxy/proxy_manager.go:173] [27b1db8186a00dd5] proxy added: [DTN57CC5599] 2025-12-04 04:23:52.136 [I] [client/control.go:168] [27b1db8186a00dd5] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,04:35:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,04:35:24.298] [DEBUG] 6 processes running of frp type [2025-12-04,04:50:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,04:50:24.420] [DEBUG] 6 processes running of frp type [2025-12-04,05:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,05:05:24.617] [DEBUG] 6 processes running of frp type [2025-12-04,05:20:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,05:20:24.940] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,05:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,05:35:24.358] [DEBUG] 6 processes running of frp type [2025-12-04,05:50:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,05:50:24.619] [DEBUG] 6 processes running of frp type [2025-12-04,06:05:18.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,06:05:25.041] [DEBUG] 6 processes running of frp type [2025-12-04,06:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,06:20:24.186] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,06:30:41.366] [INFO] Initializing BusSpeedStateManager V2 [2025-12-04,06:30:41.373] [INFO] LocationSqlManager initialising [2025-12-04,06:30:41.374] [INFO] Location DB initialising [2025-12-04,06:30:41.385] [INFO] LocationSqlManager initialisation complete [2025-12-04,06:30:41.386] [DEBUG] UploadManager Init [2025-12-04,06:30:41.387] [DEBUG] UploadManager Init Complete [2025-12-04,06:30:41.391] [INFO] Initializing GPS... [2025-12-04,06:30:41.395] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,06:32:45.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,06:32:51.879] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-04,06:33:00.943] [DEBUG] Log Upload Complete! [2025-12-04,06:35:51.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,06:35:59.451] [DEBUG] Remote Access Enabled [2025-12-04,06:36:10.680] [INFO] Server Address: 138.201.17.179 [2025-12-04,06:36:10.681] [INFO] Server Port: 7000 [2025-12-04,06:36:10.686] [DEBUG] Starting Remote Access! 2025-12-04 06:36:10.815 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-04 06:36:10.816 [I] [client/service.go:294] try to connect to server... 2025-12-04 06:36:11.668 [I] [client/service.go:286] [820cc2a0fa2cfefe] login to server success, get run id [820cc2a0fa2cfefe] 2025-12-04 06:36:11.669 [I] [proxy/proxy_manager.go:173] [820cc2a0fa2cfefe] proxy added: [DTN57CC5599] 2025-12-04 06:36:11.953 [I] [client/control.go:168] [820cc2a0fa2cfefe] [DTN57CC5599] start proxy success [2025-12-04,06:50:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,06:50:24.506] [DEBUG] 6 processes running of frp type [2025-12-04,07:05:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,07:05:24.248] [DEBUG] 6 processes running of frp type [2025-12-04,07:20:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,07:20:28.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,07:35:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,07:35:24.692] [DEBUG] 6 processes running of frp type [2025-12-04,07:50:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,07:50:24.240] [DEBUG] 6 processes running of frp type [2025-12-04,08:02:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,08:02:28.979] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-04,08:02:41.274] [DEBUG] Log Upload Complete! [2025-12-04,08:05:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,08:05:24.278] [DEBUG] 6 processes running of frp type [2025-12-04,08:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,08:20:29.075] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,08:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,08:35:29.307] [DEBUG] 6 processes running of frp type [2025-12-04,08:50:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,08:50:24.298] [DEBUG] 6 processes running of frp type [2025-12-04,09:05:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,09:05:24.215] [DEBUG] 6 processes running of frp type [2025-12-04,09:20:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,09:20:24.255] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,09:35:22.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,09:35:29.373] [DEBUG] 6 processes running of frp type [2025-12-04,09:50:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,09:50:23.727] [DEBUG] 6 processes running of frp type [2025-12-04,10:05:18.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,10:05:24.942] [DEBUG] 6 processes running of frp type [2025-12-04,10:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,10:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,10:35:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,10:35:23.973] [DEBUG] 6 processes running of frp type [2025-12-04,10:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,10:50:24.275] [DEBUG] 6 processes running of frp type [2025-12-04,11:05:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,11:05:24.032] [DEBUG] 6 processes running of frp type [2025-12-04,11:20:17.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,11:20:23.863] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,11:35:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,11:35:24.537] [DEBUG] 6 processes running of frp type [2025-12-04,11:50:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,11:50:24.057] [DEBUG] 6 processes running of frp type [2025-12-04,12:05:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,12:05:23.845] [DEBUG] 6 processes running of frp type 2025-12-04 12:06:53.881 [I] [client/service.go:294] [820cc2a0fa2cfefe] try to connect to server... 2025-12-04 12:07:03.884 [W] [client/service.go:297] [820cc2a0fa2cfefe] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 12:07:03.884 [I] [client/service.go:294] [820cc2a0fa2cfefe] try to connect to server... 2025-12-04 12:07:03.888 [W] [client/service.go:297] [820cc2a0fa2cfefe] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 12:07:08.289 [I] [client/service.go:294] [820cc2a0fa2cfefe] try to connect to server... 2025-12-04 12:07:08.295 [W] [client/service.go:297] [820cc2a0fa2cfefe] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 12:07:17.950 [I] [client/service.go:294] [820cc2a0fa2cfefe] try to connect to server... 2025-12-04 12:07:19.119 [I] [client/service.go:286] [820cc2a0fa2cfefe] login to server success, get run id [820cc2a0fa2cfefe] 2025-12-04 12:07:19.120 [I] [proxy/proxy_manager.go:173] [820cc2a0fa2cfefe] proxy added: [DTN57CC5599] 2025-12-04 12:07:19.439 [I] [client/control.go:168] [820cc2a0fa2cfefe] [DTN57CC5599] start proxy success [2025-12-04,12:20:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,12:20:23.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,12:35:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,12:35:23.992] [DEBUG] 6 processes running of frp type [2025-12-04,12:50:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,12:50:23.880] [DEBUG] 6 processes running of frp type [2025-12-04,13:05:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,13:05:23.689] [DEBUG] 6 processes running of frp type [2025-12-04,13:20:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,13:20:24.437] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,13:35:18.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,13:35:24.856] [DEBUG] 6 processes running of frp type [2025-12-04,13:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,13:50:24.695] [DEBUG] 6 processes running of frp type [2025-12-04,14:05:17.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,14:05:23.687] [DEBUG] 6 processes running of frp type [2025-12-04,14:20:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,14:20:23.566] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,14:35:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,14:35:23.516] [DEBUG] 6 processes running of frp type [2025-12-04,14:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,14:50:24.721] [DEBUG] 6 processes running of frp type [2025-12-04,15:05:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,15:05:24.653] [DEBUG] 6 processes running of frp type [2025-12-04,15:20:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,15:20:24.691] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,15:35:16.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,15:35:23.517] [DEBUG] 6 processes running of frp type [2025-12-04,15:50:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,15:50:23.699] [DEBUG] 6 processes running of frp type [2025-12-04,16:05:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,16:05:24.572] [DEBUG] 6 processes running of frp type [2025-12-04,16:20:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,16:20:24.235] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,16:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,16:35:24.326] [DEBUG] 6 processes running of frp type [2025-12-04,16:50:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,16:50:24.592] [DEBUG] 6 processes running of frp type [2025-12-04,17:05:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,17:05:24.682] [DEBUG] 6 processes running of frp type [2025-12-04,17:20:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,17:20:23.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,17:35:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,17:35:23.750] [DEBUG] 6 processes running of frp type [2025-12-04,17:50:16.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,17:50:23.600] [DEBUG] 6 processes running of frp type [2025-12-04,18:05:18.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,18:05:24.822] [DEBUG] 6 processes running of frp type [2025-12-04,18:20:17.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,18:20:23.873] [DEBUG] 6 processes running of frp type [2025-12-04,18:25:40.698] [INFO] Initializing BusSpeedStateManager V2 [2025-12-04,18:25:40.701] [INFO] LocationSqlManager initialising [2025-12-04,18:25:40.702] [INFO] Location DB initialising [2025-12-04,18:25:40.711] [INFO] LocationSqlManager initialisation complete [2025-12-04,18:25:40.711] [DEBUG] UploadManager Init [2025-12-04,18:25:40.712] [DEBUG] UploadManager Init Complete [2025-12-04,18:25:40.715] [INFO] Initializing GPS... [2025-12-04,18:25:40.717] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,18:27:44.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,18:27:51.264] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-04,18:28:13.855] [DEBUG] Log Upload Complete! [2025-12-04,18:30:44.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,18:30:51.320] [DEBUG] Remote Access Enabled [2025-12-04,18:30:57.937] [INFO] Server Address: 138.201.17.179 [2025-12-04,18:30:57.939] [INFO] Server Port: 7000 [2025-12-04,18:30:57.944] [DEBUG] Starting Remote Access! 2025-12-04 18:30:58.075 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-04 18:30:58.076 [I] [client/service.go:294] try to connect to server... 2025-12-04 18:30:59.014 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-04 18:30:59.016 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-04 18:30:59.688 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success [2025-12-04,18:35:18.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,18:35:24.693] [DEBUG] 6 processes running of frp type [2025-12-04,18:50:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,18:50:23.962] [DEBUG] 6 processes running of frp type [2025-12-04,19:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,19:05:24.161] [DEBUG] 6 processes running of frp type [2025-12-04,19:20:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,19:20:24.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,19:35:18.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,19:35:24.699] [DEBUG] 6 processes running of frp type [2025-12-04,19:50:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,19:50:24.502] [DEBUG] 6 processes running of frp type [2025-12-04,20:05:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,20:05:25.243] [DEBUG] 6 processes running of frp type [2025-12-04,20:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,20:20:24.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,20:35:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,20:35:24.392] [DEBUG] 6 processes running of frp type [2025-12-04,20:50:18.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,20:50:26.535] [DEBUG] 6 processes running of frp type [2025-12-04,21:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,21:05:24.575] [DEBUG] 6 processes running of frp type 2025-12-04 21:19:44.660 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:19:54.662 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:19:54.663 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:20:04.664 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:20:04.665 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:20:14.666 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:20:14.667 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:20:24.668 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:20:24.669 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:20:34.671 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:20:54.672 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:21:04.674 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:21:24.676 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:21:34.678 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 21:21:54.679 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:21:55.935 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-04 21:21:55.937 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-04 21:21:56.268 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-04 21:25:37.965 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 21:25:39.808 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-04 21:25:39.809 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-04 21:25:40.078 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,21:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,21:35:24.125] [DEBUG] 6 processes running of frp type [2025-12-04,21:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,21:50:24.297] [DEBUG] 6 processes running of frp type [2025-12-04,22:05:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,22:05:24.293] [DEBUG] 6 processes running of frp type 2025-12-04 22:18:36.355 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 22:18:46.358 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 22:18:46.358 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 22:18:52.434 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-04 22:18:52.435 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-04 22:18:53.103 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success [2025-12-04,22:20:18.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,22:20:26.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,22:35:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,22:35:24.196] [DEBUG] 6 processes running of frp type [2025-12-04,22:50:18.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,22:50:24.885] [DEBUG] 6 processes running of frp type [2025-12-04,23:05:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,23:05:46.826] [DEBUG] 6 processes running of frp type [2025-12-04,23:20:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,23:20:24.793] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-04,23:35:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,23:35:25.988] [DEBUG] 6 processes running of frp type [2025-12-04,23:50:18.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-04,23:50:24.933] [DEBUG] 6 processes running of frp type 2025-12-04 23:55:51.801 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 23:56:01.804 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 23:56:01.804 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 23:56:10.611 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-04 23:56:10.612 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-04 23:56:10.936 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-04 23:57:19.827 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 23:57:29.828 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 23:57:29.829 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 23:57:39.831 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 23:57:39.831 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 23:57:49.834 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 23:57:49.835 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-04 23:57:53.450 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-04 23:57:53.452 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-04 23:57:53.815 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success [2025-12-05,00:05:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,00:05:23.852] [DEBUG] 6 processes running of frp type [2025-12-05,00:20:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,00:20:24.044] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,00:35:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,00:35:24.456] [DEBUG] 6 processes running of frp type [2025-12-05,00:50:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,00:50:24.203] [DEBUG] 6 processes running of frp type [2025-12-05,01:05:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,01:05:25.116] [DEBUG] 6 processes running of frp type [2025-12-05,01:20:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,01:20:23.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,01:35:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,01:35:24.076] [DEBUG] 6 processes running of frp type [2025-12-05,01:50:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,01:50:23.949] [DEBUG] 6 processes running of frp type [2025-12-05,02:05:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,02:05:23.947] [DEBUG] 6 processes running of frp type 2025-12-05 02:13:49.957 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 02:14:01.496 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 02:14:01.497 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 02:14:02.124 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success [2025-12-05,02:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,02:20:23.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,02:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,02:35:24.007] [DEBUG] 6 processes running of frp type [2025-12-05,02:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,02:50:23.714] [DEBUG] 6 processes running of frp type [2025-12-05,03:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,03:05:24.666] [DEBUG] 6 processes running of frp type [2025-12-05,03:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,03:20:24.533] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,03:35:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,03:35:24.438] [DEBUG] 6 processes running of frp type [2025-12-05,03:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,03:50:24.439] [DEBUG] 6 processes running of frp type [2025-12-05,04:05:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,04:05:25.335] [DEBUG] 6 processes running of frp type 2025-12-05 04:06:33.859 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:06:36.014 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:06:36.015 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:06:43.215 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:06:43.216 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:06:43.220 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:06:52.578 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:06:53.500 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:06:53.501 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:06:53.803 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:13:39.303 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:13:49.306 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:13:49.306 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:13:59.308 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:13:59.309 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:14:09.310 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:14:09.311 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:14:09.560 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:14:29.473 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:14:30.520 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:14:50.522 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:14:53.560 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:15:13.562 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:15:15.854 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:15:35.855 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:15:38.147 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:15:58.148 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:15:58.414 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:16:18.415 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:16:20.708 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:16:40.709 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:16:46.455 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:16:46.456 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:16:49.571 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:18:56.188 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:19:06.191 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:19:06.191 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:19:16.193 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:19:16.194 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:19:26.195 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:19:26.196 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:19:32.333 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:19:51.394 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:19:54.440 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:20:14.441 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:20:14.760 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:20:34.761 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:20:34.786 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:20:54.788 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:20:57.080 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:21:17.082 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:21:19.374 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:21:39.374 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:21:40.336 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:21:40.337 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:21:40.671 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:23:50.591 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:24:00.593 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:24:00.593 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:24:10.595 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:24:10.595 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:24:20.597 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:24:20.598 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:24:30.600 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:24:30.601 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:24:36.760 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:24:56.761 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:24:59.800 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:25:19.801 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:25:22.840 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:25:42.841 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:25:44.280 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 04:26:04.282 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:26:06.574 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:26:26.576 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:26:26.840 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:26:46.842 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:26:47.717 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:26:47.719 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:26:48.016 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:28:58.077 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:29:08.080 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:29:08.081 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:29:18.083 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:29:18.083 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:29:24.333 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:29:24.334 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:29:27.373 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:29:47.374 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:29:49.667 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:30:09.669 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:30:09.933 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:30:29.934 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:30:32.227 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:30:52.229 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:30:54.520 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:31:14.522 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:31:14.786 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:31:34.789 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:31:36.195 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:31:36.196 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:31:36.533 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:33:46.338 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:33:56.340 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:33:56.341 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:34:06.343 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:34:06.343 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:34:16.345 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:34:16.346 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:34:16.600 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:34:35.101 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:34:36.867 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:34:56.868 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:34:59.160 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:35:19.161 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:35:29.163 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:35:49.164 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:35:52.200 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:36:12.201 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:36:14.146 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:36:34.147 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:36:38.312 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:36:38.313 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:36:38.617 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:39:19.912 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:39:29.914 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:39:29.915 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:39:39.917 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:39:39.918 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:39:49.919 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:39:49.920 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:39:59.922 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:39:59.922 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:40:09.924 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:40:29.925 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:40:39.927 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:40:59.930 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:41:00.653 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:41:20.655 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:41:20.920 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:41:40.921 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:41:41.883 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:41:41.885 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:41:42.198 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:43:52.223 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:44:02.226 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:44:02.226 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:44:12.228 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:44:12.229 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:44:18.413 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:44:18.413 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:44:21.454 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:44:41.391 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:44:51.393 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:45:11.395 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:45:14.440 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:45:34.442 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:45:34.706 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:45:54.707 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:45:57.000 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:46:17.002 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:46:19.293 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:46:39.294 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:46:40.214 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:46:40.216 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:46:40.522 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:48:50.512 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:49:00.515 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:49:00.517 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:49:10.519 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:49:10.520 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:49:20.521 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:49:20.521 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:49:30.523 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:49:30.523 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:49:33.560 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:49:53.562 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:49:53.827 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:50:13.829 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:50:15.107 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:50:35.108 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:50:37.400 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:50:57.402 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:50:57.666 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:51:17.668 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:51:19.959 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:51:39.960 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:51:41.802 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:51:41.803 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:51:42.393 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:53:51.829 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:54:01.830 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:54:01.831 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:54:11.832 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:54:11.833 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:54:21.834 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:54:21.834 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:54:31.836 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:54:31.837 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:54:34.867 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:54:54.867 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:55:04.869 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:55:24.870 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:55:34.520 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:55:54.521 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:55:57.560 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:56:17.561 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:56:19.853 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:56:39.854 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:56:44.172 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 04:56:44.173 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 04:56:44.500 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 04:58:54.194 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:59:04.195 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:59:04.196 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:59:14.198 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:59:14.198 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:59:24.200 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 04:59:24.200 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:59:27.240 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:59:44.416 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 04:59:44.493 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:00:04.494 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:00:14.496 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:00:34.497 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:00:44.499 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:01:04.500 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:01:07.533 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:01:27.535 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:01:27.800 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:01:47.802 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:01:48.739 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:01:48.740 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:01:49.047 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:04:29.780 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:04:39.782 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:04:39.783 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:04:49.784 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:04:49.785 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:04:59.787 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:04:59.788 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:05:09.790 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:05:09.790 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:05:12.841 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:05:32.842 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:05:35.134 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:05:55.134 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:05:55.399 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:06:15.400 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:06:25.403 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:06:45.404 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:06:46.654 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:06:46.655 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:06:46.986 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:08:56.834 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:09:06.836 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:09:06.837 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:09:16.838 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:09:16.839 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:09:26.840 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:09:26.841 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:09:36.843 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:09:36.843 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:09:43.106 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:10:03.108 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:10:03.373 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:10:23.375 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:10:33.376 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:10:53.378 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:11:03.380 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:11:23.381 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:11:23.746 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:11:43.748 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:11:44.012 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:12:04.013 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:12:04.992 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:12:04.993 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:12:05.321 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:13:45.559 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:13:55.561 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:13:55.562 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:14:05.563 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:14:05.564 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:14:15.565 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:14:15.566 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:14:25.567 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:14:25.568 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:14:28.600 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:14:48.601 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:14:50.360 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:15:10.362 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:15:13.400 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:15:33.401 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:15:35.693 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:15:55.694 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:15:57.987 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:16:17.988 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:16:18.253 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:16:38.254 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:16:40.547 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:17:00.548 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:17:01.692 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:17:01.693 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:17:02.014 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:18:41.480 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:18:51.482 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:18:51.483 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:19:01.485 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:19:01.485 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:19:11.486 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:19:11.487 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:19:21.488 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:19:21.489 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:19:21.666 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:19:41.668 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:19:44.707 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:20:04.708 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:20:07.000 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:20:27.002 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:20:29.294 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:20:49.294 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:20:52.333 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:21:12.336 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:21:14.627 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:21:34.629 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:21:36.920 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:21:56.922 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:21:57.870 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:21:57.871 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:21:58.203 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:24:44.032 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:24:54.034 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:24:54.035 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:25:04.037 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:25:04.038 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:25:14.040 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:25:14.041 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:25:20.280 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:25:38.866 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:25:41.560 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:26:01.561 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 05:26:02.839 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:26:22.839 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:26:25.133 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:26:45.134 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:26:53.631 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:26:53.632 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:26:54.223 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:29:03.633 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:29:13.634 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:29:13.635 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:29:23.636 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:29:23.637 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:29:33.639 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:29:33.639 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:29:36.679 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:29:55.595 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:29:56.600 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:30:16.601 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:30:19.640 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:30:39.641 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:30:41.937 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:31:01.938 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:31:04.227 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:31:24.227 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:31:24.493 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:31:44.494 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:31:46.786 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:32:06.788 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:32:07.733 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:32:07.734 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:32:08.065 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:34:18.063 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:34:28.066 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:34:28.066 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:34:38.068 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:34:38.068 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:34:48.070 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:34:48.071 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:34:58.072 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:34:58.073 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:34:58.200 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:35:18.201 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:35:21.240 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:35:41.241 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:35:44.279 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:36:04.280 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:36:06.573 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:36:26.575 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:36:28.867 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:36:48.868 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:36:49.133 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:37:09.135 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:37:20.034 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:37:20.036 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:37:20.799 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:38:59.506 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:39:09.508 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:39:09.508 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:39:19.510 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:39:19.510 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:39:19.533 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:39:28.760 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:39:29.666 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:39:48.378 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:39:49.933 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:40:09.934 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:40:12.226 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:40:32.228 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:40:34.520 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:40:54.521 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:40:54.786 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:41:14.787 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:41:25.083 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 05:41:45.084 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:41:54.119 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:42:14.121 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:42:15.496 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:42:15.497 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:42:15.852 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:43:55.486 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:44:05.488 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:44:05.489 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:44:15.491 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:44:15.492 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:44:25.493 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:44:25.494 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:44:25.666 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:44:44.113 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:44:47.160 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:45:07.161 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:45:08.920 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:45:28.921 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:45:38.923 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:45:58.924 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:46:00.094 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:46:20.096 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:46:20.359 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:46:40.360 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:46:42.652 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:47:02.654 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:47:03.565 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:47:03.567 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:47:03.880 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:49:14.248 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:49:24.250 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:49:24.251 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:49:34.253 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:49:34.254 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:49:44.255 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:49:44.256 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:49:54.257 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:49:54.258 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:49:54.413 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:50:14.415 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:50:24.416 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:50:44.417 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:50:54.418 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:51:14.420 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:51:16.867 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:51:36.868 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:51:37.133 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:51:57.134 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:52:01.159 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:52:01.161 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:52:01.469 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 05:54:45.199 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:54:46.039 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:54:48.156 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:54:50.093 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:54:54.470 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:54:56.173 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:55:05.284 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:55:06.306 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:55:25.703 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:55:35.705 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:55:55.706 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:56:05.708 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 05:56:25.710 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:56:25.879 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:56:45.881 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:56:48.173 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 05:57:08.174 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 05:57:09.108 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 05:57:09.110 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 05:57:09.439 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:01:30.191 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:01:48.850 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:01:48.850 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:02:01.157 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:02:01.157 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:02:02.966 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 06:02:02.967 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 06:02:03.288 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:04:13.635 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:04:23.638 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:04:23.639 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:04:33.641 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:04:33.642 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:04:43.643 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:04:43.644 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:04:46.679 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:05:06.458 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:05:07.746 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:05:27.748 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:05:37.750 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:05:57.751 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:06:07.753 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:06:27.754 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:06:30.360 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:06:50.361 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:06:50.625 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:07:10.627 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:07:11.573 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 06:07:11.575 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 06:07:11.883 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:09:53.291 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:10:03.294 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:10:03.294 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:10:13.295 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:10:13.296 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:10:30.244 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:10:30.245 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:10:42.006 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:10:42.006 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:10:53.462 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:11:13.463 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:11:23.465 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:11:43.467 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:11:45.026 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:12:05.029 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:12:06.481 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 06:12:06.483 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 06:12:06.806 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:16:27.513 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:16:45.228 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:16:45.229 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:16:59.067 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: connection write timeout 2025-12-05 06:16:59.068 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:17:09.644 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 06:17:09.645 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 06:17:10.351 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:19:50.786 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:19:53.827 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:19:53.827 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:19:56.870 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:19:56.870 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:19:59.906 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:20:09.035 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:20:12.066 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:20:31.706 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:20:41.708 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:21:01.709 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:21:10.332 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:21:30.333 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:21:30.600 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:21:50.601 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:21:52.893 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:22:12.896 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:22:13.812 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 06:22:13.813 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 06:22:14.127 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:24:24.113 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:24:34.115 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:24:34.116 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:24:44.118 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:24:44.119 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:24:50.200 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:24:50.201 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:24:53.240 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:25:13.097 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:25:14.733 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:25:34.735 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:25:37.027 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:25:57.028 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:25:59.320 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 06:26:19.321 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:26:19.586 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:26:39.588 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:26:41.880 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:27:01.881 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:27:11.882 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:27:31.884 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:27:32.845 [I] [client/service.go:286] [1a86225baf08eb67] login to server success, get run id [1a86225baf08eb67] 2025-12-05 06:27:32.846 [I] [proxy/proxy_manager.go:173] [1a86225baf08eb67] proxy added: [DTN57CC5599] 2025-12-05 06:27:33.160 [I] [client/control.go:168] [1a86225baf08eb67] [DTN57CC5599] start proxy success 2025-12-05 06:29:12.844 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:29:22.846 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:29:22.847 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:29:32.849 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 06:29:32.849 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:29:39.053 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:29:39.054 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:29:42.093 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 06:30:01.423 [I] [client/service.go:294] [1a86225baf08eb67] try to connect to server... 2025-12-05 06:30:04.466 [W] [client/service.go:297] [1a86225baf08eb67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2025-12-05,06:30:41.004] [INFO] Initializing BusSpeedStateManager V2 [2025-12-05,06:30:41.009] [INFO] LocationSqlManager initialising [2025-12-05,06:30:41.010] [INFO] Location DB initialising [2025-12-05,06:30:41.019] [INFO] LocationSqlManager initialisation complete [2025-12-05,06:30:41.020] [DEBUG] UploadManager Init [2025-12-05,06:30:41.020] [DEBUG] UploadManager Init Complete [2025-12-05,06:30:41.022] [INFO] Initializing GPS... [2025-12-05,06:30:41.024] [INFO] Starting location capture [2025-12-05,06:31:41.566] [INFO] Initializing BusSpeedStateManager V2 [2025-12-05,06:31:41.571] [INFO] LocationSqlManager initialising [2025-12-05,06:31:41.572] [INFO] Location DB initialising [2025-12-05,06:31:41.581] [INFO] LocationSqlManager initialisation complete [2025-12-05,06:31:41.582] [DEBUG] UploadManager Init [2025-12-05,06:31:41.582] [DEBUG] UploadManager Init Complete [2025-12-05,06:31:41.585] [INFO] Initializing GPS... [2025-12-05,06:31:41.586] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,06:33:46.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,06:33:52.652] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2025-12-05,06:36:40.943] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,06:51:51.370] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,07:07:02.142] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,07:22:13.395] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,07:37:30.090] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,07:52:44.619] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,08:07:59.831] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,10:05:17.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,10:05:23.764] [DEBUG] Remote Access Enabled [2025-12-05,10:05:30.561] [INFO] Server Address: 138.201.17.179 [2025-12-05,10:05:30.562] [INFO] Server Port: 7000 [2025-12-05,10:05:30.567] [DEBUG] Starting Remote Access! 2025-12-05 10:05:30.697 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-05 10:05:30.698 [I] [client/service.go:294] try to connect to server... 2025-12-05 10:05:31.831 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:05:31.832 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:05:32.452 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:10:47.769 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:10:49.260 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:10:49.260 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:10:52.301 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:10:52.302 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:10:55.340 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:11:04.220 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:11:04.460 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:11:23.619 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:11:25.740 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:11:45.742 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:11:47.021 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:12:07.022 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:12:17.024 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:12:37.026 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:12:47.629 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 10:13:07.630 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:13:09.340 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:13:29.341 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:13:30.743 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:13:30.744 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:13:31.069 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:15:40.813 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:15:50.815 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:15:50.815 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:16:00.816 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:16:00.816 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:16:10.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:16:10.818 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:16:20.820 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:16:20.821 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:16:23.873 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:16:43.875 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:16:46.166 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:17:06.168 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:17:06.432 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:17:26.434 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:17:28.727 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:17:48.728 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:17:51.019 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:18:11.020 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:18:21.022 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:18:41.024 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:18:42.245 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:18:42.246 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:18:42.569 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:20:52.484 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:21:02.486 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:21:02.486 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:21:12.488 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:21:12.489 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:21:22.491 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:21:22.491 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:21:28.646 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:21:48.115 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:21:51.153 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:22:11.154 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:22:21.156 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:22:41.157 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:22:42.433 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:23:02.435 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:23:04.727 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:23:24.728 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:23:29.145 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:23:29.147 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:23:29.707 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:25:39.307 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:25:49.308 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:25:49.309 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:25:59.310 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:25:59.311 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 10:26:09.312 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:26:09.312 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:26:19.313 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:26:19.314 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:26:22.353 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:26:42.354 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:26:52.356 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:27:12.357 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:27:22.359 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:27:42.360 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:27:43.099 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:28:03.100 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:28:06.140 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:28:26.141 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:28:28.433 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:28:48.434 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:28:49.625 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:28:49.626 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:28:49.956 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:31:01.062 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:31:11.703 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 10:31:11.703 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:31:21.705 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:31:21.706 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:31:31.708 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:31:31.709 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:31:41.710 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:31:41.711 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:31:51.712 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:32:11.713 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:32:14.752 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:32:34.754 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:32:36.220 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:32:56.221 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:32:56.486 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:33:16.487 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:33:26.489 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:33:46.490 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:33:47.543 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:33:47.545 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:33:47.859 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,10:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-05 10:35:58.126 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:36:08.127 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:36:08.128 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:36:18.129 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:36:18.129 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:36:28.131 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:36:28.132 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:36:38.133 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:36:38.134 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:36:38.299 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:36:58.301 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:37:01.339 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:37:21.340 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:37:24.379 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2025-12-05 10:37:44.381 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:37:46.460 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:38:06.461 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:38:08.753 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:38:28.754 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:38:29.019 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:38:49.021 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:38:50.013 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:38:50.015 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:38:50.339 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:40:30.175 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:40:40.176 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:40:40.177 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:40:50.179 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:40:50.179 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:41:00.180 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:41:00.181 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:41:10.182 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:41:10.183 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:41:20.184 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:41:40.186 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:41:40.593 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:42:00.594 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:42:03.633 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:42:23.634 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:42:25.926 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:42:45.927 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:42:48.220 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:43:08.220 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:43:18.222 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:43:38.224 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:43:39.264 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:43:39.266 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:43:39.600 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:45:49.825 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:45:59.828 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:45:59.829 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:46:09.830 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:46:09.831 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:46:16.006 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:46:16.007 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:46:19.047 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:46:37.607 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:46:39.686 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:46:59.688 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:47:01.979 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:47:21.981 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:47:24.273 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:47:44.275 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:47:44.539 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:48:04.541 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:48:06.833 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:48:26.834 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:48:29.126 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:48:49.127 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:48:50.091 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:48:50.093 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:48:50.402 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,10:50:17.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,10:50:23.932] [DEBUG] 6 processes running of frp type 2025-12-05 10:51:00.654 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:51:10.655 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:51:10.656 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:51:20.658 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:51:20.658 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:51:30.659 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:51:30.660 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:51:40.662 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:51:40.663 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:51:46.887 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:52:06.888 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:52:16.890 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:52:36.892 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:52:46.894 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:53:06.895 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:53:09.926 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:53:29.928 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:53:38.460 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:53:38.462 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:53:39.188 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 10:55:48.432 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:55:58.435 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:55:58.435 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:56:08.436 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:56:08.437 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:56:18.438 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:56:18.439 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:56:28.440 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:56:28.440 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:56:34.673 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:56:54.674 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:56:56.379 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:57:16.380 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:57:18.673 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:57:38.674 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:57:38.939 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:57:58.940 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:58:01.232 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 10:58:21.233 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:58:31.235 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 10:58:51.237 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 10:58:52.368 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 10:58:52.369 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 10:58:52.686 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:02:04.453 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:02:22.132 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 11:02:22.133 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:02:32.135 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:02:32.135 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:02:42.137 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:02:42.138 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:02:52.139 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:02:52.140 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:03:02.142 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:03:22.143 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:03:32.145 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:03:52.146 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:03:53.136 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:03:53.137 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:03:53.457 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,11:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,11:05:24.398] [DEBUG] 6 processes running of frp type 2025-12-05 11:06:03.691 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:06:13.693 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:06:13.694 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:06:23.696 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:06:23.696 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:06:33.698 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:06:33.699 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:06:43.700 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:06:43.700 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:06:43.953 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:07:03.954 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:07:06.993 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:07:26.994 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:07:30.033 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:07:50.034 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:07:50.406 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:08:10.407 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:08:10.672 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:08:30.673 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:08:33.713 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:08:53.714 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:08:55.113 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:08:55.114 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:08:55.746 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:11:05.334 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:11:07.500 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:11:07.500 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:11:10.540 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:11:10.540 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:11:13.580 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:11:23.098 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:11:23.713 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:11:43.226 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:11:46.273 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:12:06.274 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:12:16.276 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:12:36.277 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:12:39.313 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:12:59.314 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:13:01.606 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:13:21.607 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:13:23.900 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:13:43.901 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:13:45.163 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:13:45.164 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:13:45.480 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:15:55.723 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:16:05.725 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:16:05.726 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:16:15.728 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:16:15.729 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:16:25.730 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:16:25.731 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:16:25.926 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:16:45.826 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:16:48.379 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:17:08.381 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:17:11.419 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:17:31.421 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:17:33.713 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:17:53.715 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:17:56.007 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:18:16.008 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:18:16.272 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:18:36.273 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:18:38.566 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:18:58.568 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:18:59.523 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:18:59.525 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:18:59.845 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,11:20:18.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,11:20:24.691] [DEBUG] 6 processes running of frp type 2025-12-05 11:21:10.072 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:21:12.220 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:21:12.221 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:21:22.223 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:21:22.223 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:21:32.224 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:21:32.225 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:21:42.226 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:21:42.227 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:21:45.260 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:22:05.261 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:22:07.553 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:22:27.554 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:22:29.846 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:22:49.848 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:22:50.113 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:23:10.114 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:23:20.116 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:23:40.118 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:23:42.833 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:24:02.834 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:24:04.065 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:24:04.067 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:24:04.692 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 11:26:15.245 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:26:25.247 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:26:25.247 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:26:28.299 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:26:28.300 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:26:31.339 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:26:40.769 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:26:42.033 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:27:00.891 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:27:01.286 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:27:21.286 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:27:24.326 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:27:44.328 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:27:46.620 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:28:06.621 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:28:08.913 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:28:28.914 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:28:29.179 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:28:49.180 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:28:50.294 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:28:50.295 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:28:50.604 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:31:00.521 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:31:10.523 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:31:10.524 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:31:20.530 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:31:20.531 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:31:30.532 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:31:30.532 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:31:33.579 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:31:51.869 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:31:54.247 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:32:14.248 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:32:14.512 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:32:34.514 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:32:44.516 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:33:04.518 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:33:14.520 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:33:34.521 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:33:36.752 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:33:56.753 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:33:57.787 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:33:57.789 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:33:58.425 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,11:35:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,11:35:24.303] [DEBUG] 6 processes running of frp type 2025-12-05 11:36:39.561 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:36:40.859 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:36:40.860 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:36:50.862 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:36:50.863 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:37:00.864 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:37:00.865 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:37:10.867 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:37:10.868 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:37:20.870 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:37:40.871 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:37:43.926 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:38:03.927 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:38:05.233 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:38:25.234 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:38:27.526 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:38:47.528 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:38:52.046 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:38:52.047 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:38:52.369 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:41:02.749 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:41:12.751 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:41:12.752 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:41:22.754 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:41:22.755 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:41:32.756 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:41:32.757 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:41:35.793 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:41:55.794 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:41:58.406 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:42:18.408 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:42:18.672 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:42:38.673 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:42:40.966 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:43:00.967 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:43:03.259 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:43:23.261 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:43:23.526 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:43:43.527 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:43:53.530 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:44:13.531 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:44:14.607 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:44:14.608 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:44:15.225 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:46:25.785 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:46:27.312 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:46:27.312 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:46:37.314 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:46:37.315 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:46:47.317 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:46:47.318 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:46:57.320 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:46:57.321 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:47:07.714 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 11:47:27.715 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:47:37.718 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:47:57.719 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:48:07.722 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:48:27.723 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:48:28.193 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:48:48.194 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:48:50.486 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:49:10.487 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:49:11.699 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:49:11.700 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:49:12.019 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,11:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,11:50:24.728] [DEBUG] 6 processes running of frp type 2025-12-05 11:51:21.714 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:51:31.716 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:51:31.717 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:51:41.718 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:51:41.719 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:51:51.721 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:51:51.722 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:52:01.723 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:52:01.723 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:52:08.006 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:52:28.007 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:52:31.046 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:52:51.047 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:52:54.086 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:53:14.087 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:53:14.885 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:53:34.886 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:53:37.180 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:53:57.181 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:53:58.415 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:53:58.416 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:53:58.751 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 11:56:39.374 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:56:49.376 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:56:49.377 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:56:59.379 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:56:59.379 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:57:05.606 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:57:05.607 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:57:08.646 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:57:27.988 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:57:29.286 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:57:49.287 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:57:59.289 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 11:58:19.290 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:58:28.619 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:58:48.620 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:58:48.885 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 11:59:08.886 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 11:59:10.135 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 11:59:10.136 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 11:59:10.456 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:01:51.761 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:02:03.366 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 12:02:03.367 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:02:13.369 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:02:13.370 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:02:23.372 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:02:23.373 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:02:33.374 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:02:33.375 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:02:43.376 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:03:03.377 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:03:03.792 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:03:23.793 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:03:26.833 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:03:46.834 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:03:49.126 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:04:09.127 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:04:10.572 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:04:10.573 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:04:11.208 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,12:05:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,12:05:23.923] [DEBUG] 6 processes running of frp type 2025-12-05 12:06:21.194 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:06:31.196 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:06:31.197 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:06:41.198 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:06:41.199 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:06:51.201 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:06:51.202 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:07:01.203 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:07:21.204 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:07:24.246 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:07:44.247 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:07:47.286 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:08:07.288 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:08:10.246 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:08:30.247 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:08:32.540 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:08:52.540 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:08:52.806 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:09:12.807 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:09:14.262 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:09:14.263 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:09:14.602 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:11:24.543 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:11:34.545 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:11:34.546 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:11:44.548 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:11:44.548 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:11:54.551 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:11:54.552 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:11:59.045 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:12:17.442 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:12:19.312 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:12:39.314 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:12:42.352 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:13:02.354 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:13:04.646 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:13:24.647 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:13:26.752 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:13:46.754 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:13:47.019 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:14:07.021 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:14:08.280 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:14:08.281 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:14:08.590 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:16:18.256 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:16:28.259 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:16:28.259 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:16:38.261 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:16:38.262 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:16:48.263 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:16:48.263 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:16:48.539 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:17:08.540 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:17:11.259 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:17:31.260 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:17:33.552 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:17:53.554 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:17:56.592 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:18:16.594 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:18:18.886 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:18:38.887 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:18:41.179 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:19:01.180 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:19:01.445 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:19:21.446 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:19:22.582 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:19:22.583 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:19:22.908 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,12:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,12:20:24.042] [DEBUG] 6 processes running of frp type 2025-12-05 12:21:02.742 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:21:12.744 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:21:12.744 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:21:22.745 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:21:22.746 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:21:25.792 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:21:34.788 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:21:35.926 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:21:55.338 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:21:58.380 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:22:18.381 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:22:28.383 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:22:48.384 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:22:58.386 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:23:18.388 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:23:21.419 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:23:41.421 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:23:43.713 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:24:03.714 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:24:06.332 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:24:06.334 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:24:06.642 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 12:26:16.865 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:26:26.867 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:26:26.867 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:26:36.868 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:26:36.869 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:26:46.871 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:26:46.872 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:26:56.873 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:26:56.873 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:26:57.178 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:27:17.179 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:27:20.219 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:27:40.221 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:27:42.512 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:28:02.513 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:28:04.806 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:28:24.807 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:28:25.072 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:28:45.074 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:28:47.366 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:29:07.367 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:29:08.307 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:29:08.309 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:29:08.616 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:31:18.554 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:31:32.269 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 12:31:32.270 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:31:42.272 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:31:42.272 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:31:52.274 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:31:52.275 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:32:02.276 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:32:02.276 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:32:12.278 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:32:32.280 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:32:35.312 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:32:55.314 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:32:56.860 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:33:16.860 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:33:19.899 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:33:39.901 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:33:42.193 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:34:02.194 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:34:04.486 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:34:24.487 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:34:25.457 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:34:25.459 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:34:25.755 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,12:35:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,12:35:25.044] [DEBUG] 6 processes running of frp type 2025-12-05 12:36:05.615 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:36:15.617 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:36:15.618 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:36:25.619 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:36:25.620 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:36:35.621 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:36:35.622 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:36:38.672 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:36:58.673 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:37:01.712 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:37:21.713 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:37:24.006 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:37:44.007 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:37:44.272 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:38:04.274 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:38:14.276 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:38:34.278 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:38:37.313 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:38:57.315 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:39:00.352 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:39:20.354 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:39:21.410 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:39:21.411 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:39:21.725 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:41:31.976 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:41:41.977 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:41:41.978 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:41:51.980 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:41:51.981 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:42:01.982 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:42:01.982 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:42:02.138 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:42:22.009 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:42:23.366 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:42:43.367 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:42:43.632 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:43:03.633 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:43:05.925 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:43:25.927 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:43:28.219 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:43:48.220 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:43:48.485 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:44:08.485 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:44:12.969 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:44:12.970 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:44:13.288 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:46:23.025 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:46:33.028 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:46:33.028 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:46:43.030 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:46:43.031 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:46:53.032 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:46:53.032 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:47:03.034 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:47:03.035 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:47:09.126 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:47:29.126 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:47:30.192 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:47:50.194 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:47:52.486 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:48:12.487 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:48:12.752 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:48:32.753 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:48:35.045 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:48:55.046 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:48:56.326 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:49:16.327 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:49:17.294 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:49:17.296 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:49:17.672 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,12:50:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,12:50:23.865] [DEBUG] 6 processes running of frp type 2025-12-05 12:51:58.211 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:52:08.213 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:52:08.214 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:52:18.215 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:52:18.217 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:52:28.218 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:52:28.219 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:52:34.459 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:52:54.461 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:52:57.285 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:53:17.286 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:53:27.289 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:53:47.290 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:53:53.392 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:54:13.393 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:54:14.810 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:54:14.811 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:54:15.134 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 12:56:25.660 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:56:27.632 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:56:27.633 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:56:37.635 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:56:37.635 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:56:47.636 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:56:47.637 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:56:57.638 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:56:57.639 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:57:07.640 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:57:27.642 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:57:46.571 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 12:58:06.573 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:58:16.574 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:58:36.576 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:58:38.006 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 12:58:58.007 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:59:08.009 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 12:59:28.010 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 12:59:29.259 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 12:59:29.261 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 12:59:29.587 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:01:39.779 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:01:49.781 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:01:49.782 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:01:59.784 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:01:59.784 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:02:09.786 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:02:09.787 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:02:14.725 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:02:34.541 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:02:37.019 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:02:57.019 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:02:57.285 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:03:17.286 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:03:19.579 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:03:39.581 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:03:41.871 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:04:01.873 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:04:11.875 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:04:31.877 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:04:33.124 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:04:33.125 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:04:33.452 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,13:05:16.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,13:05:24.101] [DEBUG] 6 processes running of frp type 2025-12-05 13:06:13.909 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:06:28.191 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:06:28.192 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:06:40.020 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:06:40.021 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:06:55.445 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:06:55.445 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:07:05.447 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:07:05.448 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:07:15.450 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:07:35.452 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:07:45.455 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:08:05.456 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:08:06.405 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:08:26.406 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:08:26.672 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:08:46.673 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:09:00.331 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:09:20.332 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:09:21.346 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:09:21.347 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:09:21.657 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:12:37.761 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:12:47.764 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:12:47.765 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:13:06.641 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:13:06.642 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:13:18.715 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:13:18.715 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:13:30.864 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:13:30.865 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:13:40.866 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:14:00.867 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:14:10.869 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:14:30.871 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:14:32.076 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:14:32.077 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:14:32.398 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:16:42.313 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:16:52.315 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:16:52.316 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:17:02.318 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:17:02.319 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:17:12.320 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:17:12.321 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:17:18.405 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:17:37.147 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:17:37.658 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:17:57.660 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:18:00.698 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:18:20.700 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:18:22.991 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:18:42.992 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:18:45.286 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:19:05.287 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:19:05.552 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:19:25.553 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:19:26.536 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:19:26.537 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:19:26.841 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,13:20:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,13:20:24.206] [DEBUG] 6 processes running of frp type 2025-12-05 13:21:36.904 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:21:46.906 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:21:46.907 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:21:56.909 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:21:56.910 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:22:02.377 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:22:02.378 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:22:05.419 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:22:25.420 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:22:25.685 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:22:45.686 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:22:47.978 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:23:07.979 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:23:10.272 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:23:30.274 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:23:30.539 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:23:50.539 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:23:52.833 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:24:12.834 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:24:15.125 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:24:35.127 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:24:36.304 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:24:36.305 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:24:36.624 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 13:26:46.865 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:26:56.867 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:26:56.868 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:27:06.869 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:27:06.870 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:27:16.872 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:27:16.873 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:27:17.018 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:27:37.020 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:27:47.022 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:28:07.023 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:28:09.606 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:28:29.607 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:28:39.609 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:28:59.610 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:29:05.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:29:25.819 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:29:27.306 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:29:27.307 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:29:27.648 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:32:08.583 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:32:18.585 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:32:18.586 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:32:23.792 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:32:23.793 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:32:26.832 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:32:35.932 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:32:49.495 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:32:49.495 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:32:59.497 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:33:19.498 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:33:29.501 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:33:49.503 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:33:50.832 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:34:10.834 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:34:13.125 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:34:33.127 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:34:34.452 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:34:34.453 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:34:34.777 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,13:35:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,13:35:24.433] [DEBUG] 6 processes running of frp type 2025-12-05 13:36:44.693 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:36:54.695 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:36:54.696 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:37:04.697 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:37:04.697 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:37:04.965 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:37:14.794 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:37:15.099 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:37:35.100 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:37:45.103 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:38:05.104 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:38:08.139 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:38:28.140 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:38:30.435 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:38:50.437 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:38:50.698 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:39:10.699 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:39:20.701 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:39:40.702 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:39:42.202 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:39:42.204 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:39:42.522 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:41:51.991 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:42:01.993 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:42:01.994 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:42:11.995 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:42:11.995 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:42:21.997 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:42:21.997 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:42:28.165 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:42:47.586 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:42:57.588 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:43:17.589 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:43:27.591 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:43:47.592 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:43:50.645 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:44:10.647 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:44:10.912 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:44:30.914 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:44:31.969 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:44:31.970 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:44:32.290 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:47:12.932 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:47:22.934 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:47:22.935 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:47:32.936 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:47:32.937 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:47:42.939 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:47:42.939 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:47:45.979 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:48:05.980 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:48:06.512 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:48:26.513 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:48:28.805 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:48:48.805 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:48:51.098 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:49:11.099 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:49:11.365 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:49:31.367 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:49:33.117 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:49:33.119 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:49:33.479 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,13:50:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,13:50:24.356] [DEBUG] 6 processes running of frp type 2025-12-05 13:51:43.726 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:51:53.729 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:51:53.730 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:52:03.732 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:52:03.733 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:52:13.734 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:52:13.735 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:52:16.778 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:52:34.885 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:52:35.791 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:52:55.793 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:52:58.832 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:53:18.834 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:53:20.485 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:53:40.488 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:53:42.779 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:54:02.780 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:54:03.045 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:54:23.046 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:54:25.339 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:54:45.341 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:54:46.828 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:54:46.828 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:54:47.154 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 13:56:57.070 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:57:07.072 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:57:07.073 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:57:17.074 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:57:17.075 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:57:27.076 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:57:27.076 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:57:33.338 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:57:52.755 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:58:03.392 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 13:58:23.393 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:58:33.395 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 13:58:53.397 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:58:55.899 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:59:15.901 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:59:16.165 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 13:59:36.166 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 13:59:37.111 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 13:59:37.112 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 13:59:37.425 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:01:47.487 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:01:57.489 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:01:57.490 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:02:07.492 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:02:07.493 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:02:07.685 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:02:16.903 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:02:17.552 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:02:36.772 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:02:38.245 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:02:58.246 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:03:10.861 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 14:03:30.862 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:03:32.592 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:03:52.594 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:03:52.858 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:04:12.860 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:04:15.152 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:04:35.153 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:04:37.163 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:04:37.165 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:04:37.486 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,14:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,14:05:24.585] [DEBUG] 6 processes running of frp type 2025-12-05 14:06:47.716 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:06:57.718 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:06:57.719 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:07:07.721 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:07:07.721 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:07:17.723 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:07:17.724 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:07:27.725 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:07:27.725 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:07:27.898 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:07:47.900 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:07:49.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:08:09.819 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:08:19.822 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:08:39.823 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:08:49.825 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:09:09.827 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:09:12.485 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:09:32.486 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:09:35.525 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:09:55.528 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:09:56.811 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:09:56.812 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:09:57.144 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:11:36.647 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:11:46.650 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:11:46.651 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:11:56.652 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:11:56.653 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:12:10.306 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 14:12:10.307 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:12:20.309 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:12:20.309 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:12:30.311 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:12:50.312 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:12:52.005 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:13:12.007 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:13:15.045 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:13:35.047 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:13:37.338 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:13:57.340 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:13:59.632 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:14:19.633 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:14:19.898 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:14:39.899 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:14:40.832 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:14:40.834 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:14:41.140 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:16:51.365 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:17:01.367 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:17:01.367 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:17:11.368 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:17:11.369 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:17:21.370 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:17:21.371 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:17:21.605 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:17:40.626 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:17:42.779 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:18:02.780 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:18:05.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:18:25.819 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:18:28.111 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:18:48.113 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:18:50.405 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:19:10.406 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:19:10.671 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:19:30.672 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:19:32.965 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:19:52.967 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:19:53.926 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:19:53.927 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:19:54.251 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,14:20:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,14:20:24.798] [DEBUG] 6 processes running of frp type 2025-12-05 14:22:04.250 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:22:14.252 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:22:14.253 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:22:24.254 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:22:24.255 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:22:34.256 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:22:34.257 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:22:37.312 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:22:57.302 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:22:57.577 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:23:17.579 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:23:27.581 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:23:47.582 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:23:47.631 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:24:07.632 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:24:07.898 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:24:27.899 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:24:37.900 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:24:57.902 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:24:59.162 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:24:59.162 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:25:00.435 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 14:27:09.282 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:27:19.284 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:27:19.285 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:27:29.286 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:27:29.287 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:27:39.288 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:27:39.289 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:27:49.291 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:27:49.291 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:27:55.418 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:28:15.420 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:28:17.712 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:28:37.713 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:28:40.005 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:29:00.006 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:29:00.272 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:29:20.273 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:29:22.565 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:29:42.566 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:29:46.917 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:29:46.918 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:29:47.227 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:32:30.826 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:32:40.828 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:32:40.829 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:32:54.325 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 14:32:54.326 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:33:04.327 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:33:04.328 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:33:20.012 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 14:33:20.013 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:33:30.015 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:33:50.016 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:34:00.018 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:34:20.020 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:34:30.022 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:34:50.024 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:34:51.034 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:34:51.035 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:34:51.376 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,14:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,14:35:23.909] [DEBUG] 6 processes running of frp type 2025-12-05 14:37:01.455 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:37:11.458 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:37:11.459 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:37:21.460 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:37:21.461 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:37:31.462 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:37:31.463 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:37:34.511 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:37:52.319 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:37:52.538 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:38:12.539 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:38:12.804 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:38:32.805 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:38:35.845 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:38:55.846 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:38:58.138 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:39:18.139 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:39:20.431 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:39:40.432 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:39:49.206 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:39:49.207 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:39:49.867 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:42:29.817 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:42:39.819 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:42:39.820 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:42:49.822 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:42:49.822 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:42:50.137 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:43:00.295 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:43:03.312 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:43:23.313 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:43:33.315 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:43:53.317 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:43:54.618 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:44:14.620 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:44:16.911 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:44:36.912 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:44:37.178 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:44:57.179 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:44:58.157 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:44:58.159 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:44:58.488 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:47:08.568 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:47:11.045 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:47:11.046 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:47:14.085 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:47:14.086 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:47:17.125 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:47:26.398 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:47:27.258 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:47:46.971 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:47:50.005 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:48:10.007 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:48:12.298 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:48:32.299 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:48:34.592 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:48:54.593 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:48:54.858 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:49:14.859 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:49:17.152 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:49:37.153 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:49:39.445 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:49:59.446 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:50:02.185 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:50:02.186 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:50:03.204 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,14:50:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,14:50:24.026] [DEBUG] 6 processes running of frp type 2025-12-05 14:52:43.386 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:52:54.987 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 14:52:54.987 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:53:04.988 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:53:04.989 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:53:14.990 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:53:14.991 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:53:24.377 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:53:24.378 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:53:27.418 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:53:47.420 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:53:48.618 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:54:08.619 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:54:10.911 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:54:30.913 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:54:33.205 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:54:53.206 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:54:55.198 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 14:54:55.199 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 14:54:55.941 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 14:57:05.120 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:57:15.122 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:57:15.122 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:57:18.165 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:57:18.166 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:57:21.205 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:57:30.553 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:57:33.609 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:57:53.488 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:58:03.490 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:58:23.491 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:58:33.493 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:58:53.494 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:59:03.497 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 14:59:23.498 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:59:26.538 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 14:59:46.539 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 14:59:49.578 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:00:09.579 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:00:13.461 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:00:13.462 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:00:16.031 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:01:52.304 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:02:02.306 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:02:02.306 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:02:12.307 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:02:12.308 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:02:22.753 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 15:02:22.754 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:02:32.756 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:02:32.757 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:02:42.758 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:03:02.759 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:03:12.762 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:03:32.763 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:03:35.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:03:55.820 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:03:58.857 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:04:18.858 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:04:21.152 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:04:41.154 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:04:51.156 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:05:11.158 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:05:16.827 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:05:16.829 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] [2025-12-05,15:05:17.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-05 15:05:18.384 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,15:05:25.545] [DEBUG] 6 processes running of frp type 2025-12-05 15:07:22.461 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:07:25.499 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:07:25.499 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:07:28.538 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:07:28.539 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:07:31.578 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:07:40.666 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:07:50.668 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:07:50.669 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:08:00.670 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:08:20.671 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:08:30.672 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:08:50.673 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:08:53.712 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:09:13.713 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:09:13.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:09:33.819 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:09:35.098 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:09:55.100 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:09:58.497 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:09:58.498 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:09:59.265 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:12:07.909 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:12:17.911 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:12:17.912 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:12:27.913 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:12:27.914 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:12:37.916 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:12:37.917 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:12:47.919 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:12:47.920 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:12:57.921 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:13:17.922 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:13:20.964 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:13:40.966 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:13:44.004 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:14:04.006 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:14:05.392 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:14:25.394 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:14:25.658 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:14:45.659 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:14:47.951 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:15:07.951 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:15:09.932 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:15:09.933 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:15:11.283 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:17:53.631 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:17:57.685 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:17:57.685 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:18:00.725 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:18:00.725 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:18:03.765 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:18:13.908 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:18:23.910 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:18:43.911 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:18:53.913 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:19:13.915 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:19:16.511 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:19:36.513 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:19:38.805 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:19:58.806 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:20:01.634 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:20:01.635 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:20:03.091 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,15:20:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,15:20:27.571] [DEBUG] 6 processes running of frp type 2025-12-05 15:22:43.910 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:22:53.913 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:22:53.914 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:22:56.965 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:22:56.965 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:23:00.005 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:23:09.166 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:23:12.218 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:23:31.431 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:23:31.471 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:23:51.472 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:23:51.737 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:24:11.739 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:24:14.032 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:24:34.033 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:24:36.324 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:24:56.325 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:24:56.591 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:25:16.592 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:25:19.219 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:25:19.220 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:25:20.911 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 15:27:28.229 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:27:38.231 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:27:38.232 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:27:48.233 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:27:48.234 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:27:54.351 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:27:54.352 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:27:57.392 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:28:17.128 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:28:20.165 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:28:40.166 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:28:42.458 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:29:02.459 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:29:04.751 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:29:24.753 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:29:25.017 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:29:45.019 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:29:47.311 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:30:07.313 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:30:09.850 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:30:09.851 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:30:11.243 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:32:18.851 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:32:28.852 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:32:28.853 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:32:38.854 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:32:38.855 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:32:48.856 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:32:48.856 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:32:58.858 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:32:58.859 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:33:04.964 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:33:24.966 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:33:25.230 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:33:45.231 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:33:47.525 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:34:07.526 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:34:09.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:34:29.819 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:34:30.084 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:34:50.086 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:34:52.378 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:35:12.379 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:35:12.387 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:35:32.389 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:35:32.395 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:35:52.396 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:35:52.402 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:36:12.403 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:36:12.408 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:36:32.410 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:36:34.875 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:36:34.877 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:36:36.267 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:38:13.951 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:38:23.953 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:38:23.954 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:38:33.955 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:38:33.956 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:38:36.991 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:38:46.681 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:38:47.151 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:39:07.152 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:39:17.154 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:39:37.155 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:39:47.157 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:40:07.159 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:40:10.455 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:40:10.457 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:40:12.931 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:42:19.977 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:42:29.979 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:42:29.980 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:42:39.982 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:42:39.982 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:42:49.984 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:42:49.985 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:42:59.987 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:42:59.987 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:43:09.684 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:43:29.686 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:43:32.725 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:43:52.725 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:43:55.765 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:44:15.767 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:44:16.165 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:44:36.166 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:44:36.431 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:44:56.432 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:45:06.434 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:45:26.435 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:45:29.384 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:45:29.384 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:45:31.250 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:47:08.858 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:47:18.860 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:47:18.861 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:47:28.862 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:47:28.863 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:47:38.865 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:47:38.866 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:47:48.867 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:47:48.868 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:47:49.018 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:48:09.019 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:48:11.684 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:48:31.686 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:48:34.724 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:48:54.725 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:49:04.727 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:49:24.729 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:49:34.731 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:49:54.732 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:49:57.231 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:50:17.232 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:50:19.948 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:50:19.949 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:50:21.300 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:52:31.649 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:52:34.218 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:52:34.219 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:52:44.221 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:52:44.222 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:52:54.223 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:52:54.224 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:53:04.225 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:53:04.226 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:53:07.258 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:53:27.259 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:53:37.261 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:53:57.262 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:54:00.298 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:54:20.299 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:54:20.564 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:54:40.566 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:54:42.858 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:55:02.859 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:55:05.151 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:55:25.153 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:55:28.440 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 15:55:28.441 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 15:55:30.044 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 15:57:38.638 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:57:48.640 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:57:48.641 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:57:58.642 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:57:58.642 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:58:08.644 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:58:08.644 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:58:18.646 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 15:58:18.646 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:58:18.777 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:58:38.778 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:58:41.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:59:01.818 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:59:04.857 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:59:24.858 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:59:25.444 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 15:59:45.445 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 15:59:45.711 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:00:05.713 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:00:16.256 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:00:16.258 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:00:18.354 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:02:24.344 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:02:39.457 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 16:02:39.458 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:02:42.512 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:02:42.512 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:02:45.551 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:02:55.011 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:02:58.058 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:03:17.678 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:03:17.924 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:03:37.926 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:03:47.928 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:04:07.930 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:04:10.965 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:04:30.967 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:04:33.258 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:04:53.259 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:04:55.552 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:05:15.553 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:05:18.233 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:05:18.233 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:05:20.104 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:07:59.807 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:08:09.809 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:08:09.810 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:08:12.858 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:08:12.858 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:08:15.898 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:08:25.390 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:08:28.431 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:08:47.531 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:08:47.684 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:09:07.686 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:09:07.951 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:09:27.952 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:09:30.244 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:09:50.245 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:09:52.538 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:10:12.539 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:10:12.804 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:10:32.805 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:10:35.507 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:10:35.508 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:10:36.777 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:12:44.030 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:12:54.032 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:12:54.032 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:13:04.034 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:13:04.034 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:13:14.036 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:13:14.037 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:13:24.039 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:13:24.040 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:13:24.163 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:13:44.164 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:13:47.204 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:14:07.205 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:14:10.244 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:14:30.245 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:14:32.324 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:14:52.326 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:14:54.618 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:15:14.619 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:15:16.911 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:15:36.913 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:15:41.873 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:15:41.874 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:15:44.050 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:17:19.013 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:17:29.015 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:17:29.016 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:17:39.018 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:17:39.018 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:17:49.020 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:17:49.020 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:17:59.021 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:17:59.022 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:17:59.150 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:18:19.151 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:18:20.751 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:18:40.753 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:18:50.755 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:19:10.757 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:19:20.759 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:19:40.761 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:19:43.818 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:20:03.819 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:20:06.111 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:20:26.112 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:20:28.950 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:20:28.952 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:20:31.452 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:22:37.681 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:22:47.683 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:22:47.684 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:22:57.685 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:22:57.686 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:23:07.688 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:23:07.689 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:23:17.690 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:23:17.691 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:23:17.871 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:23:37.873 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:23:49.265 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 16:24:09.267 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:24:19.269 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:24:39.271 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:24:41.417 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:25:01.419 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:25:11.421 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:25:31.422 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:25:34.194 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:25:34.196 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:25:35.647 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 16:27:43.889 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:27:53.891 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:27:53.892 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:28:03.893 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:28:03.894 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:28:13.895 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:28:13.896 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:28:23.897 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:28:23.898 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:28:26.351 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:28:46.352 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:28:48.644 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:29:08.645 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:29:08.911 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:29:28.913 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:29:31.204 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:29:51.205 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:29:53.497 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:30:13.499 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:30:13.764 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:30:33.765 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:30:38.957 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:30:38.959 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:30:40.422 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:33:16.066 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:33:26.068 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:33:26.069 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:33:36.071 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:33:36.072 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:33:36.324 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:33:45.367 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:33:48.404 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:34:07.363 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:34:07.950 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:34:27.952 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:34:30.991 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:34:50.992 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:34:53.284 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:35:13.285 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:35:14.565 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:35:34.566 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:35:36.693 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:35:36.694 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:35:38.845 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:37:45.931 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:37:48.964 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:37:48.964 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:37:52.004 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:37:52.005 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:37:55.044 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:38:04.478 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:38:07.524 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:38:27.008 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:38:27.150 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:38:47.151 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:38:49.470 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:39:09.471 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:39:12.511 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:39:32.512 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:39:34.804 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:39:54.805 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:39:57.098 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:40:17.100 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:40:17.364 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:40:37.365 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:40:40.694 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:40:40.695 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:40:42.561 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:42:50.732 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:43:02.334 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: connection write timeout 2025-12-05 16:43:02.335 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:43:12.336 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:43:12.337 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:43:22.338 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:43:22.338 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:43:32.340 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:43:32.341 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:43:35.393 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:43:55.394 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:44:05.396 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:44:25.397 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:44:28.218 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:44:48.219 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:44:50.511 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:45:10.512 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:45:12.804 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:45:32.806 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:45:35.084 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:45:35.086 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:45:36.939 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success 2025-12-05 16:47:45.360 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:47:48.405 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:47:48.405 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:47:51.445 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:47:51.445 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:47:54.484 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:48:03.354 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:48:04.618 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:48:23.066 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:48:33.067 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:48:53.069 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:49:03.071 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 16:49:23.072 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:49:26.111 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:49:46.112 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:49:46.377 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:50:06.378 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:50:08.670 [W] [client/service.go:297] [44f5ab917c042de3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 16:50:28.672 [I] [client/service.go:294] [44f5ab917c042de3] try to connect to server... 2025-12-05 16:50:32.344 [I] [client/service.go:286] [44f5ab917c042de3] login to server success, get run id [44f5ab917c042de3] 2025-12-05 16:50:32.345 [I] [proxy/proxy_manager.go:173] [44f5ab917c042de3] proxy added: [DTN57CC5599] 2025-12-05 16:50:34.020 [I] [client/control.go:168] [44f5ab917c042de3] [DTN57CC5599] start proxy success [2025-12-05,17:05:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,17:05:24.307] [DEBUG] 6 processes running of frp type [2025-12-05,17:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,17:20:24.565] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,17:35:18.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,17:35:25.689] [DEBUG] 6 processes running of frp type [2025-12-05,17:50:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,17:50:25.916] [DEBUG] 6 processes running of frp type [2025-12-05,18:05:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,18:05:24.221] [DEBUG] 6 processes running of frp type [2025-12-05,18:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,18:20:26.920] [DEBUG] 6 processes running of frp type [2025-12-05,18:25:40.978] [INFO] Initializing BusSpeedStateManager V2 [2025-12-05,18:25:40.982] [INFO] LocationSqlManager initialising [2025-12-05,18:25:40.983] [INFO] Location DB initialising [2025-12-05,18:25:40.994] [INFO] LocationSqlManager initialisation complete [2025-12-05,18:25:40.994] [DEBUG] UploadManager Init [2025-12-05,18:25:40.995] [DEBUG] UploadManager Init Complete [2025-12-05,18:25:40.999] [INFO] Initializing GPS... [2025-12-05,18:25:41.002] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,18:27:44.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,18:30:44.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,18:30:44.831] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-05,18:30:51.776] [DEBUG] Remote Access Enabled [2025-12-05,18:30:58.432] [INFO] Server Address: 138.201.17.179 [2025-12-05,18:30:58.434] [INFO] Server Port: 7000 [2025-12-05,18:30:58.440] [DEBUG] Starting Remote Access! 2025-12-05 18:30:58.572 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-05 18:30:58.573 [I] [client/service.go:294] try to connect to server... 2025-12-05 18:31:00.345 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 18:31:00.347 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 18:31:01.617 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-05,18:35:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,18:35:25.322] [DEBUG] 6 processes running of frp type [2025-12-05,18:50:18.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,18:50:25.225] [DEBUG] 6 processes running of frp type [2025-12-05,19:05:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,19:05:24.789] [DEBUG] 6 processes running of frp type [2025-12-05,19:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,19:20:23.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,19:35:17.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,19:35:24.190] [DEBUG] 6 processes running of frp type 2025-12-05 19:41:00.436 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:41:10.439 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:41:10.440 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:41:20.442 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:41:20.442 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:41:30.443 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:41:30.443 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:41:40.445 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:41:40.446 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:41:50.448 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:42:10.448 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:42:20.450 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:42:40.451 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:42:50.453 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:43:10.454 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:43:20.456 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:43:40.457 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:43:47.612 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:44:07.614 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:44:12.670 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 19:44:12.671 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 19:44:13.493 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-05 19:45:18.460 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:45:28.463 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:45:28.463 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:45:38.465 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:45:38.465 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:45:48.467 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:45:48.467 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:45:58.468 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:45:58.469 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:46:08.470 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:46:28.471 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:46:38.473 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:46:58.474 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:47:08.476 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 19:47:28.477 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:47:28.484 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:47:48.485 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:47:48.489 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:48:08.491 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:48:08.494 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:48:28.495 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:48:28.500 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:48:48.501 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:48:48.505 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:49:08.505 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:49:08.507 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:49:28.508 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:49:28.517 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:49:48.518 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:49:48.523 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:50:08.525 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:50:08.532 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:50:28.534 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:50:28.537 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:50:48.539 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:50:48.544 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:51:08.544 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:51:08.549 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:51:28.549 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:51:28.553 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:51:48.554 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:51:48.559 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:52:08.560 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:52:08.565 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:52:28.566 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:52:28.570 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:52:48.571 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:52:48.575 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 19:53:08.576 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 19:53:09.665 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 19:53:09.667 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 19:53:10.416 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-05,20:05:16.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,20:05:24.097] [DEBUG] 6 processes running of frp type 2025-12-05 20:15:06.608 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:15:16.613 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:15:16.613 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:15:26.614 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:15:26.614 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:15:36.616 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:15:36.617 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:15:46.618 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:15:46.618 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:15:56.620 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:16:16.621 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:16:26.623 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:16:46.624 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:16:56.626 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 20:17:16.628 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:17:16.635 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:17:36.635 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:17:36.638 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:17:56.639 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:17:56.694 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:18:16.695 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:18:16.701 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:18:36.701 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:18:36.708 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:18:56.709 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:18:56.712 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:19:16.714 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:19:16.720 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:19:36.721 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:19:36.727 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:19:56.728 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:19:56.733 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:20:16.734 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:20:16.739 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:20:36.740 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:20:36.749 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:20:56.750 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:20:56.753 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:21:16.754 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:21:16.761 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:21:36.762 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:21:36.765 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:21:56.765 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:21:56.769 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:22:16.771 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:22:16.777 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:22:36.778 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:22:36.783 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:22:56.784 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:22:56.788 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:23:16.789 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:23:16.797 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:23:36.799 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:23:36.805 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:23:56.805 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:23:56.813 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 20:24:16.815 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 20:24:18.059 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 20:24:18.061 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 20:24:18.466 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,20:35:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,20:35:54.766] [DEBUG] 6 processes running of frp type [2025-12-05,20:50:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,20:50:25.231] [DEBUG] 6 processes running of frp type [2025-12-05,21:05:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,21:05:25.888] [DEBUG] 6 processes running of frp type [2025-12-05,21:20:20.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,21:20:27.877] [DEBUG] 6 processes running of frp type 2025-12-05 21:21:56.616 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:22:05.540 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 21:22:05.541 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 21:22:06.157 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-05 21:24:50.227 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:24:51.308 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 21:24:51.309 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 21:25:30.579 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:25:40.580 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:25:40.581 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:25:50.583 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:25:50.584 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:26:00.584 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:26:00.585 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-05 21:26:10.586 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:26:10.587 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:26:20.588 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:26:40.589 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:26:43.824 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:27:03.825 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:27:03.829 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:27:23.830 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:27:23.835 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:27:43.836 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:27:43.839 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:28:03.840 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:28:03.896 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:28:23.897 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:28:23.903 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:28:43.903 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 21:28:45.390 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 21:28:45.391 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 21:28:46.096 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-05,21:35:18.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,21:35:26.636] [DEBUG] 6 processes running of frp type [2025-12-05,21:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,21:50:26.947] [DEBUG] 6 processes running of frp type [2025-12-05,22:05:17.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,22:05:24.190] [DEBUG] 6 processes running of frp type [2025-12-05,22:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,22:20:24.001] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,22:35:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,22:35:24.120] [DEBUG] 6 processes running of frp type [2025-12-05,22:50:21.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,22:50:32.963] [DEBUG] 6 processes running of frp type 2025-12-05 22:55:26.392 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-05 22:55:33.394 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-05 22:55:33.396 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-05 22:55:35.547 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-05,23:05:18.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,23:05:44.434] [DEBUG] 6 processes running of frp type [2025-12-05,23:20:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,23:20:24.236] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-05,23:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,23:35:24.166] [DEBUG] 6 processes running of frp type [2025-12-05,23:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-05,23:50:23.977] [DEBUG] 6 processes running of frp type [2025-12-06,00:05:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,00:05:24.188] [DEBUG] 6 processes running of frp type [2025-12-06,00:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,00:20:24.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,00:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,00:35:23.915] [DEBUG] 6 processes running of frp type [2025-12-06,00:50:17.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,00:50:24.936] [DEBUG] 6 processes running of frp type 2025-12-06 00:56:13.172 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 00:56:17.827 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 00:56:17.828 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 00:56:18.173 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-06 00:59:28.438 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 00:59:36.825 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 00:59:36.826 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 00:59:40.098 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-06,01:05:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,01:05:23.997] [DEBUG] 6 processes running of frp type 2025-12-06 01:19:33.006 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 01:19:34.985 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 01:19:34.986 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 01:19:35.296 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-06,01:20:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,01:20:24.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,01:35:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,01:35:24.195] [DEBUG] 6 processes running of frp type [2025-12-06,01:50:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,01:50:24.172] [DEBUG] 6 processes running of frp type [2025-12-06,02:05:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,02:05:23.879] [DEBUG] 6 processes running of frp type [2025-12-06,02:20:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,02:20:23.597] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,02:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,02:35:24.521] [DEBUG] 6 processes running of frp type [2025-12-06,02:50:17.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,02:50:25.136] [DEBUG] 6 processes running of frp type [2025-12-06,03:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,03:05:24.006] [DEBUG] 6 processes running of frp type [2025-12-06,03:20:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,03:20:24.349] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,03:35:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,03:35:24.842] [DEBUG] 6 processes running of frp type [2025-12-06,03:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,03:50:24.250] [DEBUG] 6 processes running of frp type 2025-12-06 03:51:07.900 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 03:51:17.902 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 03:51:17.903 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 03:51:19.308 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 03:51:19.308 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 03:51:19.724 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-06,04:05:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,04:05:23.975] [DEBUG] 6 processes running of frp type 2025-12-06 04:07:39.178 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 04:07:41.547 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 04:07:41.549 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 04:07:41.852 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-06 04:12:53.410 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 04:13:03.412 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 04:13:03.413 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 04:13:13.414 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 04:13:13.415 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 04:13:14.614 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 04:13:14.615 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 04:13:15.190 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-06 04:15:24.571 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 04:15:25.460 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 04:15:25.461 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 04:15:25.754 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-06,04:20:17.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,04:20:23.645] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,04:35:20.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,04:35:28.429] [DEBUG] 6 processes running of frp type [2025-12-06,04:50:18.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,04:50:24.770] [DEBUG] 6 processes running of frp type 2025-12-06 05:01:27.065 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:01:34.647 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: read tcp 192.168.2.4:46218->138.201.17.179:7000: read: connection reset by peer 2025-12-06 05:01:34.647 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:01:44.999 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: connection write timeout 2025-12-06 05:01:45.000 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:02:02.814 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: connection write timeout 2025-12-06 05:02:02.815 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:02:08.117 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: session shutdown 2025-12-06 05:02:27.909 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:02:37.912 [W] [client/service.go:297] [1209db30e79e9b49] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 05:02:57.913 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:03:05.198 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 05:03:05.199 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 05:03:05.802 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-06 05:03:44.482 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:03:48.803 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 05:03:48.804 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 05:03:51.559 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success 2025-12-06 05:04:59.285 [I] [client/service.go:294] [1209db30e79e9b49] try to connect to server... 2025-12-06 05:05:03.965 [I] [client/service.go:286] [1209db30e79e9b49] login to server success, get run id [1209db30e79e9b49] 2025-12-06 05:05:03.966 [I] [proxy/proxy_manager.go:173] [1209db30e79e9b49] proxy added: [DTN57CC5599] 2025-12-06 05:05:04.416 [I] [client/control.go:168] [1209db30e79e9b49] [DTN57CC5599] start proxy success [2025-12-06,05:05:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,05:05:24.395] [DEBUG] 6 processes running of frp type [2025-12-06,05:20:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,05:20:24.240] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,05:35:18.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,05:35:24.634] [DEBUG] 6 processes running of frp type [2025-12-06,05:50:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,05:50:24.183] [DEBUG] 6 processes running of frp type [2025-12-06,06:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,06:05:25.426] [DEBUG] 6 processes running of frp type [2025-12-06,06:20:18.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,06:20:24.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,06:30:42.042] [INFO] Initializing BusSpeedStateManager V2 [2025-12-06,06:30:42.047] [INFO] LocationSqlManager initialising [2025-12-06,06:30:42.047] [INFO] Location DB initialising [2025-12-06,06:30:42.057] [INFO] LocationSqlManager initialisation complete [2025-12-06,06:30:42.057] [DEBUG] UploadManager Init [2025-12-06,06:30:42.058] [DEBUG] UploadManager Init Complete [2025-12-06,06:30:42.060] [INFO] Initializing GPS... [2025-12-06,06:30:42.062] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,06:32:44.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,06:32:56.630] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-06,06:33:07.696] [DEBUG] Log Upload Complete! [2025-12-06,06:35:44.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,06:35:51.644] [DEBUG] Remote Access Enabled [2025-12-06,06:35:57.838] [INFO] Server Address: 138.201.17.179 [2025-12-06,06:35:57.839] [INFO] Server Port: 7000 [2025-12-06,06:35:57.844] [DEBUG] Starting Remote Access! 2025-12-06 06:35:57.975 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-06 06:35:57.976 [I] [client/service.go:294] try to connect to server... 2025-12-06 06:35:58.840 [I] [client/service.go:286] [687487801f9538f6] login to server success, get run id [687487801f9538f6] 2025-12-06 06:35:58.841 [I] [proxy/proxy_manager.go:173] [687487801f9538f6] proxy added: [DTN57CC5599] 2025-12-06 06:35:59.245 [I] [client/control.go:168] [687487801f9538f6] [DTN57CC5599] start proxy success [2025-12-06,06:50:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,06:50:24.564] [DEBUG] 6 processes running of frp type [2025-12-06,07:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,07:05:24.918] [DEBUG] 6 processes running of frp type [2025-12-06,07:20:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,07:20:23.731] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,07:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,07:35:26.607] [DEBUG] 6 processes running of frp type [2025-12-06,07:50:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,07:50:24.314] [DEBUG] 6 processes running of frp type [2025-12-06,08:02:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,08:02:24.364] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-06,08:02:45.926] [DEBUG] Log Upload Complete! [2025-12-06,08:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,08:05:24.437] [DEBUG] 6 processes running of frp type [2025-12-06,08:20:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,08:20:26.389] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,08:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,08:35:25.629] [DEBUG] 6 processes running of frp type [2025-12-06,08:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,08:50:24.823] [DEBUG] 6 processes running of frp type [2025-12-06,09:05:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,09:05:23.903] [DEBUG] 6 processes running of frp type [2025-12-06,09:20:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,09:20:26.559] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,09:35:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,09:35:24.162] [DEBUG] 6 processes running of frp type [2025-12-06,09:50:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,09:50:24.979] [DEBUG] 6 processes running of frp type [2025-12-06,10:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,10:05:25.133] [DEBUG] 6 processes running of frp type [2025-12-06,10:20:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,10:20:24.192] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,10:35:18.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,10:35:25.036] [DEBUG] 6 processes running of frp type [2025-12-06,10:50:18.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,10:50:24.967] [DEBUG] 6 processes running of frp type [2025-12-06,11:05:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,11:05:25.270] [DEBUG] 6 processes running of frp type [2025-12-06,11:20:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,11:20:24.450] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,11:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,11:35:24.160] [DEBUG] 6 processes running of frp type [2025-12-06,11:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,11:50:24.305] [DEBUG] 6 processes running of frp type [2025-12-06,12:05:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,12:05:24.538] [DEBUG] 6 processes running of frp type 2025-12-06 12:07:48.225 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 12:07:48.229 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-06 12:07:50.350 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 12:07:50.370 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-06 12:07:54.894 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 12:07:55.789 [I] [client/service.go:286] [687487801f9538f6] login to server success, get run id [687487801f9538f6] 2025-12-06 12:07:55.790 [I] [proxy/proxy_manager.go:173] [687487801f9538f6] proxy added: [DTN57CC5599] 2025-12-06 12:07:56.098 [I] [client/control.go:168] [687487801f9538f6] [DTN57CC5599] start proxy success [2025-12-06,12:20:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,12:20:26.396] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,12:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,12:35:26.866] [DEBUG] 6 processes running of frp type [2025-12-06,12:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,12:50:26.746] [DEBUG] 6 processes running of frp type [2025-12-06,13:05:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,13:05:24.139] [DEBUG] 6 processes running of frp type [2025-12-06,13:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,13:20:25.894] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,13:35:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,13:35:24.773] [DEBUG] 6 processes running of frp type [2025-12-06,13:50:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,13:51:00.730] [DEBUG] 6 processes running of frp type [2025-12-06,14:05:18.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,14:05:25.137] [DEBUG] 6 processes running of frp type [2025-12-06,14:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,14:20:24.260] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,14:35:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,14:35:25.188] [DEBUG] 6 processes running of frp type [2025-12-06,14:50:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,14:50:27.131] [DEBUG] 6 processes running of frp type [2025-12-06,15:05:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,15:05:26.507] [DEBUG] 6 processes running of frp type [2025-12-06,15:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,15:20:26.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,15:35:18.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,15:35:25.645] [DEBUG] 6 processes running of frp type [2025-12-06,15:50:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,15:50:29.701] [DEBUG] 6 processes running of frp type [2025-12-06,16:05:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,16:05:25.861] [DEBUG] 6 processes running of frp type [2025-12-06,16:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,16:20:24.699] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,16:35:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,16:35:24.319] [DEBUG] 6 processes running of frp type [2025-12-06,16:50:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,16:50:26.759] [DEBUG] 6 processes running of frp type [2025-12-06,17:05:16.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,17:05:24.302] [DEBUG] 6 processes running of frp type 2025-12-06 17:07:56.856 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:07:58.017 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-06 17:07:58.018 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:08:08.019 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 17:08:08.020 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:08:08.020 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:08:16.853 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:08:16.855 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:08:34.876 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:08:34.878 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:08:54.879 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:08:54.880 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:09:14.882 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:09:14.883 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:09:34.884 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:09:34.885 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:09:54.886 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:09:54.887 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:10:14.888 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:10:14.889 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:10:34.890 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:10:34.891 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:10:54.893 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:10:54.894 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:11:14.895 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:11:14.897 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:11:34.898 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:11:34.899 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:11:54.899 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:11:54.901 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:12:14.902 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:12:14.904 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:12:34.905 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:12:34.906 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:12:54.907 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:12:54.908 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:13:14.910 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:13:14.911 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:13:34.913 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:13:34.914 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:13:54.915 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:13:54.916 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:14:14.918 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:14:14.919 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:14:34.921 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:14:34.922 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:14:54.923 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:14:54.925 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:15:14.926 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:15:14.927 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:15:34.928 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:15:34.930 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:15:54.930 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:15:54.931 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:16:14.932 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:16:14.934 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:16:34.935 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:16:34.936 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:16:54.937 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:16:54.938 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:17:14.940 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:17:14.941 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:17:34.942 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:17:34.943 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:17:54.943 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:17:54.945 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:18:14.946 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:18:14.948 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:18:34.949 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:18:34.950 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:18:54.952 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:18:54.953 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:19:14.954 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:19:14.956 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:19:34.957 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:19:34.958 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:19:54.959 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:19:54.961 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:20:14.962 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:20:14.963 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:20:34.964 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:20:34.966 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:20:54.967 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:20:54.968 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:21:14.970 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:21:14.971 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:21:34.971 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:21:34.973 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:21:54.974 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:21:54.976 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:22:14.977 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:22:14.978 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:22:34.979 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:22:34.980 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:22:54.981 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:22:54.982 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:23:14.982 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:23:14.984 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:23:34.985 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:23:34.986 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:23:54.987 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:23:54.989 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:24:14.990 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:24:14.992 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:24:34.992 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:24:34.994 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:24:54.995 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:24:54.996 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:25:14.997 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:25:14.998 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:25:35.000 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:25:35.001 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:25:55.001 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:25:55.002 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-06 17:26:15.003 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:26:15.005 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:26:35.006 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:26:35.007 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:26:55.008 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:26:55.009 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:27:15.010 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:27:15.012 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:27:35.013 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:27:35.014 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:27:55.015 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:27:55.017 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:28:15.018 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:28:15.019 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:28:35.020 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:28:35.022 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:28:55.023 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:28:55.024 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:29:15.025 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:29:15.026 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:29:35.028 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:29:35.029 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:29:55.031 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:29:55.032 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:30:15.033 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:30:15.035 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:30:35.036 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:30:35.037 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:30:55.039 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:30:55.040 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:31:15.041 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:31:15.042 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:31:35.044 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:31:35.045 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:31:55.046 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:31:55.047 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:32:15.048 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:32:15.050 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:32:35.052 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:32:35.053 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:32:55.054 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:32:55.056 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:33:15.057 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:33:15.058 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:33:35.059 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:33:35.060 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:33:55.062 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:33:55.063 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:34:15.064 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:34:15.065 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:34:35.067 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:34:35.068 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:34:55.070 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:34:55.072 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:35:15.073 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:35:15.074 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:35:35.075 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:35:35.076 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:35:55.077 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:35:55.078 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:36:15.080 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:36:15.081 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:36:35.083 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:36:35.084 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:36:55.085 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:36:55.086 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:37:15.087 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:37:15.088 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:37:35.089 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:37:35.090 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:37:55.092 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:37:55.093 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:38:15.093 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:38:15.095 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:38:35.095 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:38:35.096 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:38:55.098 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:38:55.099 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:39:15.099 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:39:15.100 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:39:35.102 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:39:35.103 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:39:55.104 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:39:55.106 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:40:15.107 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:40:15.108 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:40:35.109 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:40:35.110 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:40:55.112 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:40:55.113 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:41:15.114 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:41:15.115 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:41:35.117 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:41:35.118 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:41:55.119 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:41:55.121 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:42:15.123 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:42:15.124 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:42:35.125 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:42:35.127 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:42:55.127 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:42:55.129 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:43:15.130 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:43:15.132 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:43:35.133 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:43:35.134 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:43:55.136 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:43:55.137 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:44:15.138 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:44:15.140 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:44:35.140 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:44:35.142 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:44:55.142 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:44:55.144 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:45:15.145 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:45:15.146 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:45:35.148 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:45:35.149 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:45:55.151 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:45:55.152 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:46:15.153 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:46:15.155 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:46:35.156 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:46:35.157 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:46:55.158 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:46:55.159 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:47:15.161 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:47:15.162 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:47:35.163 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:47:35.164 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:47:55.165 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:47:55.167 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:48:15.168 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:48:15.169 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:48:35.171 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:48:35.172 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:48:55.172 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:48:55.174 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:49:15.175 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:49:15.176 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:49:35.177 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:49:35.177 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:49:55.178 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:49:55.179 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:50:15.181 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:50:15.182 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:50:35.183 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:50:35.184 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:50:55.184 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:50:55.186 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:51:15.188 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:51:15.189 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:51:35.191 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:51:35.192 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:51:55.193 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:51:55.194 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:52:15.194 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:52:15.196 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:52:35.197 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:52:35.198 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:52:55.199 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:52:55.201 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:53:15.202 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:53:15.203 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:53:35.203 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:53:35.204 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:53:55.205 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:53:55.206 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:54:15.208 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:54:15.210 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:54:35.211 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:54:35.213 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:54:55.214 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:54:55.215 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:55:15.216 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:55:15.217 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:55:35.218 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:55:35.220 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:55:55.220 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:55:55.222 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:56:15.224 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:56:15.225 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:56:35.226 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:56:35.228 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:56:55.228 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:56:55.230 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:57:15.231 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:57:15.232 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:57:35.233 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:57:35.235 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:57:55.236 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:57:55.238 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:58:15.238 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:58:15.240 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:58:35.241 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:58:35.242 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:58:55.244 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:58:55.245 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:59:15.246 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:59:15.248 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:59:35.249 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:59:35.250 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 17:59:55.251 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 17:59:55.252 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:00:15.253 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:00:15.255 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:00:35.257 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:00:35.257 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:00:55.258 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:00:55.260 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:01:15.261 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:01:15.262 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:01:35.263 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:01:35.264 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:01:55.265 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:01:55.266 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:02:15.267 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:02:15.269 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:02:35.269 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:02:35.271 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:02:55.272 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:02:55.273 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:03:15.274 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:03:15.275 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:03:35.276 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:03:35.278 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:03:55.278 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:03:55.279 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:04:15.280 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:04:15.282 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:04:35.282 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:04:35.284 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:04:55.285 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:04:55.286 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:05:15.287 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:05:15.288 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:05:35.289 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:05:35.290 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:05:55.291 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:05:55.292 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:06:15.293 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:06:15.295 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:06:35.295 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:06:35.297 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:06:55.298 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:06:55.300 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:07:15.301 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:07:15.303 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:07:35.303 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:07:35.305 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:07:55.306 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:07:55.308 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:08:15.309 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:08:15.311 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:08:35.312 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:08:35.313 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:08:55.314 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:08:55.316 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:09:15.317 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:09:15.319 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:09:35.320 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:09:35.321 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:09:55.323 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:09:55.324 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:10:15.325 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:10:15.326 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:10:35.327 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:10:35.329 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:10:55.329 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:10:55.331 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:11:15.332 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:11:15.333 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:11:35.335 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:11:35.336 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:11:55.337 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:11:55.338 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:12:15.340 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:12:15.341 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:12:35.342 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:12:35.343 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:12:55.344 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:12:55.346 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:13:15.347 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:13:15.348 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:13:35.349 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:13:35.350 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:13:55.351 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:13:55.352 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:14:15.353 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:14:15.354 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:14:35.355 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:14:35.356 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:14:55.357 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:14:55.358 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:15:15.359 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:15:15.360 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:15:35.361 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:15:35.362 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:15:55.363 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:15:55.364 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:16:15.365 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:16:15.366 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:16:35.367 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:16:35.368 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:16:55.370 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:16:55.371 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:17:15.372 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:17:15.373 [W] [client/service.go:297] [687487801f9538f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-06 18:17:35.374 [I] [client/service.go:294] [687487801f9538f6] try to connect to server... 2025-12-06 18:17:36.461 [I] [client/service.go:286] [687487801f9538f6] login to server success, get run id [687487801f9538f6] 2025-12-06 18:17:36.462 [I] [proxy/proxy_manager.go:173] [687487801f9538f6] proxy added: [DTN57CC5599] 2025-12-06 18:17:36.809 [I] [client/control.go:168] [687487801f9538f6] [DTN57CC5599] start proxy success [2025-12-06,18:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,18:20:28.325] [DEBUG] 6 processes running of frp type [2025-12-06,18:25:40.903] [INFO] Initializing BusSpeedStateManager V2 [2025-12-06,18:25:40.908] [INFO] LocationSqlManager initialising [2025-12-06,18:25:40.909] [INFO] Location DB initialising [2025-12-06,18:25:40.918] [INFO] LocationSqlManager initialisation complete [2025-12-06,18:25:40.919] [DEBUG] UploadManager Init [2025-12-06,18:25:40.919] [DEBUG] UploadManager Init Complete [2025-12-06,18:25:40.922] [INFO] Initializing GPS... [2025-12-06,18:25:40.924] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,18:27:44.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,18:28:02.101] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-06,18:28:32.105] [DEBUG] Log Upload Complete! [2025-12-06,18:30:44.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,18:30:53.209] [DEBUG] Remote Access Enabled [2025-12-06,18:30:59.822] [INFO] Server Address: 138.201.17.179 [2025-12-06,18:30:59.823] [INFO] Server Port: 7000 [2025-12-06,18:30:59.829] [DEBUG] Starting Remote Access! 2025-12-06 18:30:59.958 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-06 18:30:59.958 [I] [client/service.go:294] try to connect to server... 2025-12-06 18:31:07.525 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-06 18:31:07.526 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-06 18:31:08.469 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success 2025-12-06 18:31:43.679 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-06 18:31:45.081 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-06 18:31:45.083 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-06 18:31:45.756 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-06,18:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,18:35:27.842] [DEBUG] 6 processes running of frp type [2025-12-06,18:50:17.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,18:50:25.437] [DEBUG] 6 processes running of frp type [2025-12-06,19:05:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,19:05:25.912] [DEBUG] 6 processes running of frp type [2025-12-06,19:20:18.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,19:20:25.485] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,19:35:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,19:35:24.408] [DEBUG] 6 processes running of frp type [2025-12-06,19:50:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,19:50:26.231] [DEBUG] 6 processes running of frp type [2025-12-06,20:05:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,20:05:29.219] [DEBUG] 6 processes running of frp type [2025-12-06,20:20:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,20:20:42.010] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,20:35:19.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,20:35:30.417] [DEBUG] 6 processes running of frp type [2025-12-06,20:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,20:50:26.248] [DEBUG] 6 processes running of frp type [2025-12-06,21:05:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-06,21:20:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,21:20:24.334] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,21:35:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,21:35:25.257] [DEBUG] 6 processes running of frp type [2025-12-06,21:50:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,21:50:26.777] [DEBUG] 6 processes running of frp type [2025-12-06,22:05:18.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,22:05:28.440] [DEBUG] 6 processes running of frp type 2025-12-06 22:10:38.468 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-06 22:10:40.588 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-06 22:10:40.589 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-06 22:10:41.458 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-06,22:20:19.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,22:20:28.321] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-06 22:34:44.168 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-06 22:34:46.885 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-06 22:34:46.887 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-06 22:34:52.936 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-06,22:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,22:35:25.750] [DEBUG] 6 processes running of frp type 2025-12-06 22:36:56.827 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-06 22:37:00.104 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-06 22:37:00.106 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-06 22:37:02.904 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-06,22:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,22:50:24.752] [DEBUG] 6 processes running of frp type [2025-12-06,23:05:18.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,23:05:25.788] [DEBUG] 6 processes running of frp type [2025-12-06,23:20:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,23:20:31.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-06,23:35:18.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,23:35:27.296] [DEBUG] 6 processes running of frp type [2025-12-06,23:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-06,23:50:26.549] [DEBUG] 6 processes running of frp type [2025-12-07,00:05:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,00:05:24.873] [DEBUG] 6 processes running of frp type 2025-12-07 00:14:40.921 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 00:14:42.161 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-07 00:14:42.163 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-07 00:14:42.722 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-07,00:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,00:20:23.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,00:35:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,00:35:24.477] [DEBUG] 6 processes running of frp type [2025-12-07,00:50:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,00:50:25.037] [DEBUG] 6 processes running of frp type [2025-12-07,01:05:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,01:05:24.323] [DEBUG] 6 processes running of frp type [2025-12-07,01:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,01:20:25.645] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-07 01:33:38.071 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 01:33:39.405 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-07 01:33:39.406 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-07 01:33:39.739 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-07,01:35:16.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,01:35:23.829] [DEBUG] 6 processes running of frp type [2025-12-07,01:50:17.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,01:50:23.992] [DEBUG] 6 processes running of frp type [2025-12-07,02:05:18.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,02:05:25.266] [DEBUG] 6 processes running of frp type [2025-12-07,02:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,02:20:23.921] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,02:35:20.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,02:35:32.677] [DEBUG] 6 processes running of frp type [2025-12-07,02:50:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,02:50:24.292] [DEBUG] 6 processes running of frp type [2025-12-07,03:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,03:05:24.034] [DEBUG] 6 processes running of frp type [2025-12-07,03:20:17.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,03:20:23.739] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,03:35:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,03:35:23.795] [DEBUG] 6 processes running of frp type [2025-12-07,03:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,03:50:24.242] [DEBUG] 6 processes running of frp type 2025-12-07 04:02:43.483 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 04:02:48.293 [W] [client/service.go:297] [4c53cd1e5d5e2173] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:02:48.294 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 04:02:51.333 [W] [client/service.go:297] [4c53cd1e5d5e2173] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:02:51.334 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 04:02:54.373 [W] [client/service.go:297] [4c53cd1e5d5e2173] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:03:04.189 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 04:03:04.203 [W] [client/service.go:297] [4c53cd1e5d5e2173] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:03:24.204 [I] [client/service.go:294] [4c53cd1e5d5e2173] try to connect to server... 2025-12-07 04:03:25.099 [I] [client/service.go:286] [4c53cd1e5d5e2173] login to server success, get run id [4c53cd1e5d5e2173] 2025-12-07 04:03:25.100 [I] [proxy/proxy_manager.go:173] [4c53cd1e5d5e2173] proxy added: [DTN57CC5599] 2025-12-07 04:03:25.391 [I] [client/control.go:168] [4c53cd1e5d5e2173] [DTN57CC5599] start proxy success [2025-12-07,04:05:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,04:05:23.901] [DEBUG] 6 processes running of frp type [2025-12-07,04:20:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,04:20:23.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,04:35:18.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,04:35:31.781] [DEBUG] 6 processes running of frp type [2025-12-07,04:50:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,04:50:23.792] [DEBUG] 6 processes running of frp type [2025-12-07,05:05:17.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,05:05:24.339] [DEBUG] 6 processes running of frp type [2025-12-07,05:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,05:20:24.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,05:35:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,05:35:23.919] [DEBUG] 6 processes running of frp type [2025-12-07,05:50:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,05:50:24.292] [DEBUG] 6 processes running of frp type [2025-12-07,06:05:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,06:05:24.491] [DEBUG] 6 processes running of frp type [2025-12-07,06:20:18.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,06:20:24.886] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,06:30:41.007] [INFO] Initializing BusSpeedStateManager V2 [2025-12-07,06:30:41.012] [INFO] LocationSqlManager initialising [2025-12-07,06:30:41.013] [INFO] Location DB initialising [2025-12-07,06:30:41.023] [INFO] LocationSqlManager initialisation complete [2025-12-07,06:30:41.023] [DEBUG] UploadManager Init [2025-12-07,06:30:41.024] [DEBUG] UploadManager Init Complete [2025-12-07,06:30:41.026] [INFO] Initializing GPS... [2025-12-07,06:30:41.028] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,06:32:44.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,06:32:57.175] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-07,06:33:29.209] [DEBUG] Log Upload Complete! [2025-12-07,06:35:44.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,06:35:51.067] [DEBUG] Remote Access Enabled [2025-12-07,06:35:57.245] [INFO] Server Address: 138.201.17.179 [2025-12-07,06:35:57.246] [INFO] Server Port: 7000 [2025-12-07,06:35:57.252] [DEBUG] Starting Remote Access! 2025-12-07 06:35:57.384 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-07 06:35:57.384 [I] [client/service.go:294] try to connect to server... 2025-12-07 06:35:58.211 [I] [client/service.go:286] [4e098905a0303445] login to server success, get run id [4e098905a0303445] 2025-12-07 06:35:58.212 [I] [proxy/proxy_manager.go:173] [4e098905a0303445] proxy added: [DTN57CC5599] 2025-12-07 06:35:58.489 [I] [client/control.go:168] [4e098905a0303445] [DTN57CC5599] start proxy success [2025-12-07,06:50:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,06:50:24.062] [DEBUG] 6 processes running of frp type [2025-12-07,07:05:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,07:05:24.040] [DEBUG] 6 processes running of frp type [2025-12-07,07:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,07:20:24.427] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,07:35:24.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,07:35:32.167] [DEBUG] 6 processes running of frp type [2025-12-07,07:50:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,07:50:24.322] [DEBUG] 6 processes running of frp type [2025-12-07,08:02:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,08:02:24.741] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-07,08:02:37.428] [DEBUG] Log Upload Complete! [2025-12-07,08:05:23.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,08:05:30.123] [DEBUG] 6 processes running of frp type [2025-12-07,08:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,08:20:24.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,08:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,08:35:24.636] [DEBUG] 6 processes running of frp type [2025-12-07,08:50:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,08:50:24.765] [DEBUG] 6 processes running of frp type 2025-12-07 08:53:05.391 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:53:15.393 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 08:53:15.394 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:53:25.395 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 08:53:25.396 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:53:35.398 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 08:53:35.398 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:53:45.399 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 08:54:05.400 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:54:15.402 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 08:54:35.403 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:54:45.405 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 08:55:05.406 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:55:05.413 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:55:25.414 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:55:25.422 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:55:45.423 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:55:45.430 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:56:05.431 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:56:05.436 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:56:25.436 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:56:25.444 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:56:45.444 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:56:45.449 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:57:05.451 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:57:05.454 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:57:25.456 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:57:25.462 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:57:45.463 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:57:45.466 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:58:05.468 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:58:05.473 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:58:25.475 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:58:25.482 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:58:45.484 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:58:45.488 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:59:05.489 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:59:05.496 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:59:25.498 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:59:25.503 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 08:59:45.505 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 08:59:45.512 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:00:05.514 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:00:05.519 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:00:25.520 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:00:25.525 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:00:45.527 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:00:45.532 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:01:05.534 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:01:05.538 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:01:25.539 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:01:25.545 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:01:45.546 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:01:45.552 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:02:05.553 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:02:05.558 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:02:25.559 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:02:27.074 [I] [client/service.go:286] [4e098905a0303445] login to server success, get run id [4e098905a0303445] 2025-12-07 09:02:27.075 [I] [proxy/proxy_manager.go:173] [4e098905a0303445] proxy added: [DTN57CC5599] 2025-12-07 09:02:27.627 [I] [client/control.go:168] [4e098905a0303445] [DTN57CC5599] start proxy success [2025-12-07,09:05:17.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,09:05:24.308] [DEBUG] 6 processes running of frp type 2025-12-07 09:15:15.971 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:15:25.973 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:15:25.974 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:15:35.975 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:15:35.977 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:15:45.979 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:15:45.980 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:15:55.981 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:15:55.982 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:16:05.984 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:16:25.984 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:16:35.987 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:16:55.989 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:16:59.172 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:17:19.173 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:17:19.178 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:17:39.179 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:17:39.185 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:17:59.187 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:17:59.192 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:18:19.194 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:18:19.199 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:18:39.201 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:18:39.205 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 09:18:59.207 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:19:01.514 [I] [client/service.go:286] [4e098905a0303445] login to server success, get run id [4e098905a0303445] 2025-12-07 09:19:01.515 [I] [proxy/proxy_manager.go:173] [4e098905a0303445] proxy added: [DTN57CC5599] 2025-12-07 09:19:02.033 [I] [client/control.go:168] [4e098905a0303445] [DTN57CC5599] start proxy success 2025-12-07 09:19:39.716 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:19:49.717 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:19:49.718 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:19:59.720 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:19:59.720 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:20:09.722 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:20:09.722 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:20:19.724 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:20:19.724 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:20:29.726 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:20:49.727 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:20:59.729 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:21:19.730 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:21:21.226 [I] [client/service.go:286] [4e098905a0303445] login to server success, get run id [4e098905a0303445] 2025-12-07 09:21:21.228 [I] [proxy/proxy_manager.go:173] [4e098905a0303445] proxy added: [DTN57CC5599] 2025-12-07 09:21:21.620 [I] [client/control.go:168] [4e098905a0303445] [DTN57CC5599] start proxy success [2025-12-07,09:21:22.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,09:21:31.077] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-07 09:35:10.115 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:35:20.117 [W] [client/service.go:297] [4e098905a0303445] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 09:35:20.118 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 09:35:24.960 [I] [client/service.go:286] [4e098905a0303445] login to server success, get run id [4e098905a0303445] 2025-12-07 09:35:24.962 [I] [proxy/proxy_manager.go:173] [4e098905a0303445] proxy added: [DTN57CC5599] [2025-12-07,09:35:25.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-07 09:35:25.599 [I] [client/control.go:168] [4e098905a0303445] [DTN57CC5599] start proxy success [2025-12-07,09:35:34.462] [DEBUG] 6 processes running of frp type [2025-12-07,09:50:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,09:50:24.234] [DEBUG] 6 processes running of frp type [2025-12-07,10:05:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,10:05:25.608] [DEBUG] 6 processes running of frp type [2025-12-07,10:20:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,10:20:25.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,10:35:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,10:35:25.887] [DEBUG] 6 processes running of frp type [2025-12-07,10:50:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,10:50:26.726] [DEBUG] 6 processes running of frp type [2025-12-07,11:05:18.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,11:05:28.414] [DEBUG] 6 processes running of frp type [2025-12-07,11:20:17.700] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,11:20:26.908] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,11:35:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,11:35:24.349] [DEBUG] 6 processes running of frp type [2025-12-07,11:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,11:50:34.006] [DEBUG] 6 processes running of frp type [2025-12-07,12:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,12:05:26.037] [DEBUG] 6 processes running of frp type [2025-12-07,12:20:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,12:20:31.892] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,12:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,12:35:39.177] [DEBUG] 6 processes running of frp type [2025-12-07,12:50:16.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,12:50:25.855] [DEBUG] 6 processes running of frp type [2025-12-07,13:05:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,13:05:24.323] [DEBUG] 6 processes running of frp type [2025-12-07,13:20:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,13:20:24.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,13:35:18.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,13:35:25.303] [DEBUG] 6 processes running of frp type [2025-12-07,13:50:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,13:50:25.388] [DEBUG] 6 processes running of frp type [2025-12-07,14:05:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,14:05:25.985] [DEBUG] 6 processes running of frp type [2025-12-07,14:20:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,14:20:30.752] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,14:35:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,14:35:26.243] [DEBUG] 6 processes running of frp type [2025-12-07,14:50:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,14:50:24.984] [DEBUG] 6 processes running of frp type [2025-12-07,15:05:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,15:05:24.766] [DEBUG] 6 processes running of frp type [2025-12-07,15:20:18.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,15:20:24.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,15:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,15:35:24.541] [DEBUG] 6 processes running of frp type [2025-12-07,15:50:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,15:50:24.872] [DEBUG] 6 processes running of frp type [2025-12-07,16:05:17.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,16:05:24.393] [DEBUG] 6 processes running of frp type [2025-12-07,16:20:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,16:20:26.707] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,16:35:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,16:35:24.478] [DEBUG] 6 processes running of frp type [2025-12-07,16:50:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,16:50:24.650] [DEBUG] 6 processes running of frp type [2025-12-07,17:05:18.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,17:05:25.160] [DEBUG] 6 processes running of frp type [2025-12-07,17:20:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,17:20:24.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,17:35:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,17:35:24.585] [DEBUG] 6 processes running of frp type [2025-12-07,17:50:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,17:50:24.114] [DEBUG] 6 processes running of frp type 2025-12-07 18:02:54.638 [I] [client/service.go:294] [4e098905a0303445] try to connect to server... 2025-12-07 18:02:58.598 [I] [client/service.go:286] [4e098905a0303445] login to server success, get run id [4e098905a0303445] 2025-12-07 18:02:58.600 [I] [proxy/proxy_manager.go:173] [4e098905a0303445] proxy added: [DTN57CC5599] 2025-12-07 18:02:59.228 [I] [client/control.go:168] [4e098905a0303445] [DTN57CC5599] start proxy success [2025-12-07,18:05:26.218] [INFO] Initializing BusSpeedStateManager V2 [2025-12-07,18:05:26.223] [INFO] LocationSqlManager initialising [2025-12-07,18:05:26.223] [INFO] Location DB initialising [2025-12-07,18:05:26.232] [INFO] LocationSqlManager initialisation complete [2025-12-07,18:05:26.233] [DEBUG] UploadManager Init [2025-12-07,18:05:26.233] [DEBUG] UploadManager Init Complete [2025-12-07,18:05:26.236] [INFO] Initializing GPS... [2025-12-07,18:05:26.238] [INFO] Starting location capture [2025-12-07,18:42:06.884] [INFO] Initializing BusSpeedStateManager V2 [2025-12-07,18:42:06.890] [INFO] LocationSqlManager initialising [2025-12-07,18:42:06.891] [INFO] Location DB initialising [2025-12-07,18:42:06.901] [INFO] LocationSqlManager initialisation complete [2025-12-07,18:42:06.902] [DEBUG] UploadManager Init [2025-12-07,18:42:06.902] [DEBUG] UploadManager Init Complete [2025-12-07,18:42:06.905] [INFO] Initializing GPS... [2025-12-07,18:42:06.907] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,18:44:10.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,18:44:22.535] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-07,18:44:34.390] [DEBUG] Log Upload Complete! [2025-12-07,18:47:15.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,18:47:22.797] [DEBUG] Remote Access Enabled [2025-12-07,18:47:29.774] [INFO] Server Address: 138.201.17.179 [2025-12-07,18:47:29.775] [INFO] Server Port: 7000 [2025-12-07,18:47:29.780] [DEBUG] Starting Remote Access! 2025-12-07 18:47:29.918 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-07 18:47:29.919 [I] [client/service.go:294] try to connect to server... 2025-12-07 18:47:31.675 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 18:47:31.677 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 18:47:32.292 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-07,18:50:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,18:50:24.844] [DEBUG] 6 processes running of frp type [2025-12-07,19:05:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,19:05:24.372] [DEBUG] 6 processes running of frp type [2025-12-07,19:20:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,19:20:24.531] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,19:35:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,19:35:30.785] [DEBUG] 6 processes running of frp type 2025-12-07 19:40:37.264 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:40:47.266 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:40:47.267 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:40:51.482 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:40:51.483 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:40:54.045 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 19:41:31.899 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:41:33.910 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:41:33.911 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:41:34.356 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 19:43:52.197 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:43:56.127 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:43:56.129 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:44:16.185 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 19:46:47.372 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:47:02.750 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 19:47:02.751 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:47:14.261 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:47:14.262 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:47:24.263 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:47:24.264 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:47:41.254 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:47:41.255 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:47:58.772 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:48:18.773 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:48:30.549 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:48:50.551 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:49:09.359 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 19:49:29.359 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:49:44.303 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:50:04.305 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:50:22.485 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached [2025-12-07,19:50:23.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-07 19:50:42.486 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:51:00.014 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 19:51:20.015 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:51:25.202 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:51:25.205 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:51:27.228 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 19:52:34.812 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:52:46.568 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:52:46.569 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:52:56.571 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:52:56.571 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:53:13.097 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:53:13.098 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:53:26.801 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:53:26.802 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:53:33.680 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: read tcp 192.168.2.4:33448->138.201.17.179:7000: read: connection reset by peer 2025-12-07 19:53:53.681 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:54:03.684 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:54:23.685 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:54:42.290 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 19:55:02.291 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:55:12.293 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:55:32.294 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:55:45.747 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 19:56:05.748 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:56:25.119 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 19:56:45.120 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:56:47.387 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:56:47.389 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:56:48.955 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 19:57:25.657 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:57:35.658 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:57:35.659 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:57:49.982 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 19:57:49.983 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:57:59.984 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 19:57:59.985 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:58:02.349 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:58:02.351 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:58:04.844 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 19:59:11.195 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 19:59:26.221 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 19:59:26.223 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 19:59:29.198 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 20:01:34.902 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:01:46.910 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:01:46.912 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:01:53.957 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 20:03:23.269 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:03:33.271 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:03:33.272 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:03:43.274 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:03:43.274 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:03:53.276 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:03:53.276 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:04:03.278 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:04:23.279 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:04:33.282 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:04:53.284 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:04:56.492 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:05:16.494 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:05:16.498 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:05:36.499 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:05:36.502 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:05:56.504 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:05:56.519 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:06:16.520 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:06:16.523 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:06:36.525 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:06:36.530 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:06:56.531 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:06:56.533 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:07:16.533 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:07:16.537 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:07:36.538 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:07:36.542 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:07:56.544 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:07:56.548 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:08:16.549 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:08:16.554 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:08:36.555 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:08:36.557 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:08:56.558 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:08:56.561 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:09:16.563 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:09:16.566 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:09:36.567 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:09:36.571 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:09:56.573 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:09:56.576 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:10:16.577 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:10:16.580 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:10:36.582 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:10:36.585 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:10:56.586 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:10:56.590 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:11:16.591 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:11:16.593 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:11:36.595 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:11:36.597 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:11:56.597 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:11:56.601 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:12:16.603 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:12:16.608 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:12:36.609 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:12:37.532 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:12:37.533 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:12:37.828 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-07,20:20:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,20:20:24.401] [DEBUG] 6 processes running of frp type 2025-12-07 20:24:55.840 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:25:05.841 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:25:05.842 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:25:15.843 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:25:15.843 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:25:25.845 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:25:25.845 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:25:35.847 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:25:35.848 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:25:45.849 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-07 20:26:05.850 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:26:15.852 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:26:35.852 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:26:45.855 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:27:05.856 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:27:15.859 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:27:35.861 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:27:45.863 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:28:05.865 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:28:05.867 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:28:25.868 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:28:25.872 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:28:45.873 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:28:45.877 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:29:05.878 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:29:05.884 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:29:25.885 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:29:25.893 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:29:45.895 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:29:55.896 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:30:15.897 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:30:25.898 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:30:45.900 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:30:55.902 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:31:15.903 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:31:25.905 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:31:45.906 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:31:55.908 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:32:15.908 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:32:15.913 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:32:35.915 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:32:35.919 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:32:55.920 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:32:55.925 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:33:15.926 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:33:16.119 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:33:36.122 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:33:36.126 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:33:56.128 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:33:56.133 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:34:16.133 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:34:16.181 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:34:36.182 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:34:36.185 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:34:56.186 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:34:56.190 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:35:16.192 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:35:16.197 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:35:36.198 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:35:36.205 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:35:56.206 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:35:56.210 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:36:16.211 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:36:16.216 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:36:36.217 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:36:36.222 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:36:56.223 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:36:56.229 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:37:16.230 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:37:16.238 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:37:36.240 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:37:36.244 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:37:56.245 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:37:56.251 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:38:16.252 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:38:16.257 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:38:36.259 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:38:36.264 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:38:56.264 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:39:06.988 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 20:39:26.989 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:39:36.991 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:39:56.992 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:40:06.994 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:40:26.996 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:40:28.355 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:40:28.356 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:40:28.754 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 20:41:37.804 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:41:47.805 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:41:47.806 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:41:57.808 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:41:57.808 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:42:07.810 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:42:07.810 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:42:17.811 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:42:17.812 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:42:27.813 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:42:47.814 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:42:57.815 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:43:17.817 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:43:27.819 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:43:47.820 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:43:57.822 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:44:17.823 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:44:27.825 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:44:47.826 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:44:47.829 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:45:07.830 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:45:07.834 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:45:27.835 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:45:27.837 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:45:47.838 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:45:47.999 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:46:08.001 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:46:08.005 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 20:46:28.006 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:46:30.690 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:46:30.692 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:46:31.121 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-07,20:50:18.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,20:50:25.038] [DEBUG] 6 processes running of frp type 2025-12-07 20:52:17.935 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:52:30.334 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: session shutdown 2025-12-07 20:52:30.335 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:52:43.386 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:52:43.387 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:52:52.099 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 20:53:17.376 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:53:25.511 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: session shutdown 2025-12-07 20:53:25.512 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:53:40.152 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:53:40.153 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:54:06.958 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:54:19.652 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 20:54:19.653 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:54:29.654 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:54:29.655 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:54:47.772 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 20:54:47.772 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:55:01.156 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 20:55:01.157 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:55:19.351 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 20:55:39.352 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:55:57.022 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 20:56:17.024 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:56:32.184 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: read tcp 192.168.2.4:60460->138.201.17.179:7000: read: connection reset by peer 2025-12-07 20:56:52.185 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:57:02.654 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:57:02.655 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:57:06.145 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 20:58:03.780 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:58:15.948 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 20:58:15.949 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 20:58:18.019 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 20:59:20.146 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:59:33.268 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 20:59:33.268 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:59:45.124 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 20:59:45.125 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 20:59:55.127 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 20:59:55.127 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:00:05.129 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:00:05.130 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:00:10.926 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: session shutdown 2025-12-07 21:00:30.927 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:00:44.229 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 21:01:04.230 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:01:19.203 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 21:01:39.205 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:01:42.932 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 21:01:42.933 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 21:01:44.019 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-07,21:05:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,21:05:29.886] [DEBUG] 6 processes running of frp type 2025-12-07 21:08:15.833 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:08:18.091 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 21:08:18.092 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 21:08:18.399 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 21:13:38.391 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:13:48.393 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:13:48.394 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:13:59.691 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 21:13:59.691 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:14:09.694 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:14:09.694 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:14:17.716 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 21:14:17.718 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 21:14:18.393 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 21:14:51.039 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:15:07.451 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-07 21:15:07.452 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:15:23.174 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 21:15:23.175 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 21:15:33.439 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 21:18:35.161 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:18:45.163 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:18:45.164 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:18:55.166 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:18:55.166 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:19:13.547 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 21:19:13.547 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:19:23.548 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:19:23.549 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:19:40.759 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 21:20:00.760 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:20:12.146 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 21:20:32.147 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:20:32.153 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 21:20:52.155 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:21:03.142 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 21:21:23.144 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:21:24.260 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 21:21:24.261 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 21:21:24.588 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-07 21:24:19.260 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:24:29.262 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 21:24:29.262 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:24:48.697 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: connection write timeout 2025-12-07 21:24:48.698 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 21:24:55.736 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 21:24:55.738 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 21:25:02.382 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,21:35:17.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,21:35:24.486] [DEBUG] 6 processes running of frp type [2025-12-07,21:50:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,21:50:24.125] [DEBUG] 6 processes running of frp type 2025-12-07 22:03:35.924 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-07 22:03:38.196 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-07 22:03:38.197 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-07 22:03:39.402 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-07,22:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,22:05:26.999] [DEBUG] 6 processes running of frp type [2025-12-07,22:20:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,22:20:23.729] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,22:35:17.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,22:35:23.554] [DEBUG] 6 processes running of frp type [2025-12-07,22:50:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,22:50:24.193] [DEBUG] 6 processes running of frp type [2025-12-07,23:05:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,23:05:28.481] [DEBUG] 6 processes running of frp type [2025-12-07,23:20:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,23:20:24.776] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-07,23:35:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,23:35:26.263] [DEBUG] 6 processes running of frp type [2025-12-07,23:50:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-07,23:50:24.521] [DEBUG] 6 processes running of frp type [2025-12-08,00:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,00:05:28.785] [DEBUG] 6 processes running of frp type [2025-12-08,00:20:18.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,00:20:24.540] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,00:35:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,00:35:24.990] [DEBUG] 6 processes running of frp type [2025-12-08,00:50:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,00:50:23.923] [DEBUG] 6 processes running of frp type [2025-12-08,01:05:17.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,01:05:23.631] [DEBUG] 6 processes running of frp type [2025-12-08,01:20:21.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,01:20:28.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,01:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,01:35:26.323] [DEBUG] 6 processes running of frp type [2025-12-08,01:50:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,01:50:23.922] [DEBUG] 6 processes running of frp type [2025-12-08,02:05:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,02:05:23.704] [DEBUG] 6 processes running of frp type [2025-12-08,02:20:17.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,02:20:24.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,02:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,02:35:24.273] [DEBUG] 6 processes running of frp type [2025-12-08,02:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,02:50:23.806] [DEBUG] 6 processes running of frp type [2025-12-08,03:05:16.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,03:05:23.485] [DEBUG] 6 processes running of frp type [2025-12-08,03:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,03:20:24.139] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,03:35:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,03:35:23.847] [DEBUG] 6 processes running of frp type [2025-12-08,03:50:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,03:50:24.562] [DEBUG] 6 processes running of frp type 2025-12-08 03:51:37.974 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:51:47.976 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:51:47.976 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:51:57.977 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:51:57.979 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:52:07.980 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:52:07.981 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:52:17.983 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:52:17.983 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:52:27.985 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:52:47.986 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:52:57.987 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:53:17.989 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:53:27.992 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:53:47.993 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:53:57.995 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 03:54:17.996 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:54:18.001 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 03:54:38.002 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 03:54:38.968 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-08 03:54:38.969 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-08 03:54:39.298 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-08 04:02:58.305 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 04:02:59.156 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:03:01.229 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 04:03:08.333 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:03:08.334 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 04:03:08.336 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:03:17.824 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 04:03:17.828 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:03:37.830 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 04:03:40.713 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-08 04:03:40.714 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-08 04:03:41.000 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-08,04:05:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,04:05:24.349] [DEBUG] 6 processes running of frp type [2025-12-08,04:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,04:20:24.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,04:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,04:35:24.083] [DEBUG] 6 processes running of frp type [2025-12-08,04:50:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,04:50:24.458] [DEBUG] 6 processes running of frp type [2025-12-08,05:05:19.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,05:05:28.054] [DEBUG] 6 processes running of frp type 2025-12-08 05:09:18.909 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:09:37.036 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: i/o deadline reached 2025-12-08 05:09:37.037 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:09:40.254 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-08 05:09:40.256 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-08 05:09:40.586 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success 2025-12-08 05:10:19.375 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:10:29.377 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:10:29.378 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:10:39.380 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:10:39.381 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:10:49.382 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:10:49.383 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:10:59.385 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:10:59.386 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:11:09.387 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:11:29.389 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:11:39.391 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:11:59.392 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:12:09.393 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 05:12:29.394 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:12:29.406 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 05:12:49.408 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:12:49.412 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 05:13:09.413 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:13:09.427 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 05:13:29.428 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:13:29.433 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 05:13:49.434 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:13:49.438 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 05:14:09.439 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:14:09.444 [W] [client/service.go:297] [bef0d0af8294eaf1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 05:14:29.445 [I] [client/service.go:294] [bef0d0af8294eaf1] try to connect to server... 2025-12-08 05:14:30.368 [I] [client/service.go:286] [bef0d0af8294eaf1] login to server success, get run id [bef0d0af8294eaf1] 2025-12-08 05:14:30.370 [I] [proxy/proxy_manager.go:173] [bef0d0af8294eaf1] proxy added: [DTN57CC5599] 2025-12-08 05:14:30.689 [I] [client/control.go:168] [bef0d0af8294eaf1] [DTN57CC5599] start proxy success [2025-12-08,05:20:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,05:20:24.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,05:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,05:35:24.657] [DEBUG] 6 processes running of frp type [2025-12-08,05:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,05:50:24.398] [DEBUG] 6 processes running of frp type [2025-12-08,06:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,06:05:24.478] [DEBUG] 6 processes running of frp type [2025-12-08,06:20:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,06:20:24.271] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,06:30:41.723] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,06:30:41.728] [INFO] LocationSqlManager initialising [2025-12-08,06:30:41.728] [INFO] Location DB initialising [2025-12-08,06:30:41.739] [INFO] LocationSqlManager initialisation complete [2025-12-08,06:30:41.741] [DEBUG] UploadManager Init [2025-12-08,06:30:41.741] [DEBUG] UploadManager Init Complete [2025-12-08,06:30:41.746] [INFO] Initializing GPS... [2025-12-08,06:30:41.749] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,06:32:44.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,06:32:51.060] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-08,06:33:07.247] [DEBUG] Log Upload Complete! [2025-12-08,06:35:44.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,06:35:51.155] [DEBUG] Remote Access Enabled [2025-12-08,06:35:57.607] [INFO] Server Address: 138.201.17.179 [2025-12-08,06:35:57.608] [INFO] Server Port: 7000 [2025-12-08,06:35:57.613] [DEBUG] Starting Remote Access! 2025-12-08 06:35:57.745 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 06:35:57.746 [I] [client/service.go:294] try to connect to server... 2025-12-08 06:35:58.720 [I] [client/service.go:286] [75b2ea11314d94f7] login to server success, get run id [75b2ea11314d94f7] 2025-12-08 06:35:58.723 [I] [proxy/proxy_manager.go:173] [75b2ea11314d94f7] proxy added: [DTN57CC5599] 2025-12-08 06:35:59.358 [I] [client/control.go:168] [75b2ea11314d94f7] [DTN57CC5599] start proxy success [2025-12-08,06:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,06:50:24.855] [DEBUG] 6 processes running of frp type [2025-12-08,07:05:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,07:05:23.943] [DEBUG] 6 processes running of frp type [2025-12-08,07:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,07:20:23.745] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,07:35:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,07:35:24.441] [DEBUG] 6 processes running of frp type [2025-12-08,07:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,07:50:24.616] [DEBUG] 6 processes running of frp type [2025-12-08,08:02:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,08:02:24.492] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-08,08:02:35.552] [DEBUG] Log Upload Complete! [2025-12-08,08:05:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,08:05:26.030] [DEBUG] 6 processes running of frp type [2025-12-08,08:20:18.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,08:20:26.650] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-08 08:33:59.815 [I] [client/service.go:294] [75b2ea11314d94f7] try to connect to server... 2025-12-08 08:34:09.817 [W] [client/service.go:297] [75b2ea11314d94f7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 08:34:09.818 [I] [client/service.go:294] [75b2ea11314d94f7] try to connect to server... 2025-12-08 08:34:15.809 [I] [client/service.go:286] [75b2ea11314d94f7] login to server success, get run id [75b2ea11314d94f7] 2025-12-08 08:34:15.810 [I] [proxy/proxy_manager.go:173] [75b2ea11314d94f7] proxy added: [DTN57CC5599] 2025-12-08 08:34:16.268 [I] [client/control.go:168] [75b2ea11314d94f7] [DTN57CC5599] start proxy success [2025-12-08,08:35:18.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,08:35:27.189] [DEBUG] 6 processes running of frp type [2025-12-08,08:50:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,08:50:24.552] [DEBUG] 6 processes running of frp type [2025-12-08,09:05:18.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,09:05:24.842] [DEBUG] 6 processes running of frp type [2025-12-08,09:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,09:20:23.732] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,09:35:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,09:35:24.711] [DEBUG] 6 processes running of frp type [2025-12-08,09:50:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,09:50:24.664] [DEBUG] 6 processes running of frp type [2025-12-08,10:05:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,10:05:24.109] [DEBUG] 6 processes running of frp type [2025-12-08,10:20:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,10:20:24.263] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,10:35:18.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,10:35:25.100] [DEBUG] 6 processes running of frp type [2025-12-08,10:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,10:50:24.245] [DEBUG] 6 processes running of frp type [2025-12-08,11:05:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,11:05:24.520] [DEBUG] 6 processes running of frp type [2025-12-08,11:20:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,11:20:24.764] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,11:35:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,11:35:24.564] [DEBUG] 6 processes running of frp type [2025-12-08,11:50:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,11:50:24.309] [DEBUG] 6 processes running of frp type [2025-12-08,12:05:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,12:05:24.538] [DEBUG] 6 processes running of frp type [2025-12-08,12:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,12:20:24.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,12:35:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,12:35:24.629] [DEBUG] 6 processes running of frp type [2025-12-08,12:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,12:50:24.642] [DEBUG] 6 processes running of frp type [2025-12-08,13:05:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,13:05:24.874] [DEBUG] 6 processes running of frp type [2025-12-08,13:20:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,13:20:23.863] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,13:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,13:35:24.276] [DEBUG] 6 processes running of frp type [2025-12-08,13:50:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,13:50:24.199] [DEBUG] 6 processes running of frp type [2025-12-08,13:42:43.464] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,13:42:43.470] [INFO] LocationSqlManager initialising [2025-12-08,13:42:43.470] [INFO] Location DB initialising [2025-12-08,13:42:43.480] [INFO] LocationSqlManager initialisation complete [2025-12-08,13:42:43.480] [DEBUG] UploadManager Init [2025-12-08,13:42:43.481] [DEBUG] UploadManager Init Complete [2025-12-08,13:42:43.484] [INFO] Initializing GPS... [2025-12-08,13:42:43.486] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,14:38:15.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,14:38:22.547] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-08,14:38:36.506] [DEBUG] Log Upload Complete! [2025-12-08,14:41:15.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,14:41:22.874] [DEBUG] Remote Access Enabled [2025-12-08,14:41:29.139] [INFO] Server Address: 138.201.17.179 [2025-12-08,14:41:29.140] [INFO] Server Port: 7000 [2025-12-08,14:41:29.145] [DEBUG] Starting Remote Access! 2025-12-08 14:41:29.282 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 14:41:29.283 [I] [client/service.go:294] try to connect to server... 2025-12-08 14:41:30.440 [I] [client/service.go:286] [93fd17e46bb659f3] login to server success, get run id [93fd17e46bb659f3] 2025-12-08 14:41:30.442 [I] [proxy/proxy_manager.go:173] [93fd17e46bb659f3] proxy added: [DTN57CC5599] 2025-12-08 14:41:30.805 [I] [client/control.go:168] [93fd17e46bb659f3] [DTN57CC5599] start proxy success [2025-12-08,14:50:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,14:50:24.728] [DEBUG] 6 processes running of frp type [2025-12-08,15:05:17.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,15:05:24.216] [DEBUG] 6 processes running of frp type [2025-12-08,15:20:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,15:20:24.153] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,15:35:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,15:35:24.168] [DEBUG] 6 processes running of frp type [2025-12-08,15:50:17.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,15:50:24.821] [DEBUG] 6 processes running of frp type [2025-12-08,16:05:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,16:05:24.601] [DEBUG] 6 processes running of frp type [2025-12-08,16:20:18.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,16:20:25.416] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,16:35:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,16:35:25.019] [DEBUG] 6 processes running of frp type [2025-12-08,16:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,16:50:25.332] [DEBUG] 6 processes running of frp type [2025-12-08,17:05:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,17:05:26.184] [DEBUG] 6 processes running of frp type [2025-12-08,17:20:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,17:20:24.158] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,17:35:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,17:35:25.131] [DEBUG] 6 processes running of frp type [2025-12-08,17:50:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,17:50:24.825] [DEBUG] 6 processes running of frp type [2025-12-08,18:05:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,18:05:24.261] [DEBUG] 6 processes running of frp type [2025-12-08,18:20:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,18:20:24.183] [DEBUG] 6 processes running of frp type [2025-12-08,18:25:40.994] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,18:25:41.000] [INFO] LocationSqlManager initialising [2025-12-08,18:25:41.001] [INFO] Location DB initialising [2025-12-08,18:25:41.011] [INFO] LocationSqlManager initialisation complete [2025-12-08,18:25:41.012] [DEBUG] UploadManager Init [2025-12-08,18:25:41.012] [DEBUG] UploadManager Init Complete [2025-12-08,18:25:41.015] [INFO] Initializing GPS... [2025-12-08,18:25:41.018] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,18:27:44.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,18:27:56.752] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-08,18:28:10.532] [DEBUG] Log Upload Complete! [2025-12-08,18:30:44.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,18:30:52.119] [DEBUG] Remote Access Enabled [2025-12-08,18:30:58.456] [INFO] Server Address: 138.201.17.179 [2025-12-08,18:30:58.457] [INFO] Server Port: 7000 [2025-12-08,18:30:58.463] [DEBUG] Starting Remote Access! 2025-12-08 18:30:58.594 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 18:30:58.594 [I] [client/service.go:294] try to connect to server... 2025-12-08 18:31:01.334 [I] [client/service.go:286] [f496ddc516644d5e] login to server success, get run id [f496ddc516644d5e] 2025-12-08 18:31:01.335 [I] [proxy/proxy_manager.go:173] [f496ddc516644d5e] proxy added: [DTN57CC5599] 2025-12-08 18:31:01.632 [I] [client/control.go:168] [f496ddc516644d5e] [DTN57CC5599] start proxy success [2025-12-08,18:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,18:35:24.605] [DEBUG] 6 processes running of frp type [2025-12-08,18:50:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,18:50:20.077] [DEBUG] 6 processes running of frp type [2025-12-08,19:05:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,19:05:24.177] [DEBUG] 6 processes running of frp type [2025-12-08,19:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,19:20:24.269] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,19:35:18.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,19:35:25.103] [DEBUG] 6 processes running of frp type 2025-12-08 19:39:52.926 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-08 19:40:05.153 [I] [client/service.go:286] [f496ddc516644d5e] login to server success, get run id [f496ddc516644d5e] 2025-12-08 19:40:05.155 [I] [proxy/proxy_manager.go:173] [f496ddc516644d5e] proxy added: [DTN57CC5599] 2025-12-08 19:40:05.879 [I] [client/control.go:168] [f496ddc516644d5e] [DTN57CC5599] start proxy success [2025-12-08,19:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,19:50:24.228] [DEBUG] 6 processes running of frp type [2025-12-08,20:05:17.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,20:05:25.194] [DEBUG] 6 processes running of frp type [2025-12-08,20:20:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,20:20:25.776] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,20:35:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,20:35:25.155] [DEBUG] 6 processes running of frp type [2025-12-08,20:50:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,20:50:24.885] [DEBUG] 6 processes running of frp type [2025-12-08,21:05:17.378] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,21:20:19.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,21:20:26.741] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,21:35:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,21:35:25.297] [DEBUG] 6 processes running of frp type [2025-12-08,21:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,21:50:25.109] [DEBUG] 6 processes running of frp type [2025-12-08,22:05:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,22:05:24.053] [DEBUG] 6 processes running of frp type [2025-12-08,22:20:18.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,22:20:31.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,22:35:16.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,22:35:24.541] [DEBUG] 6 processes running of frp type [2025-12-08,22:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,22:50:24.746] [DEBUG] 6 processes running of frp type [2025-12-08,23:05:18.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,23:05:25.094] [DEBUG] 6 processes running of frp type [2025-12-08,23:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,23:20:24.330] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,23:35:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,23:35:24.361] [DEBUG] 6 processes running of frp type [2025-12-08,23:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-08,23:50:24.111] [DEBUG] 6 processes running of frp type [2025-12-09,00:05:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,00:05:24.220] [DEBUG] 6 processes running of frp type [2025-12-09,00:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,00:20:23.968] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,00:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,00:35:24.210] [DEBUG] 6 processes running of frp type [2025-12-09,00:50:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,00:50:25.388] [DEBUG] 6 processes running of frp type [2025-12-09,01:05:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,01:05:24.432] [DEBUG] 6 processes running of frp type 2025-12-09 01:06:31.389 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 01:06:32.292 [I] [client/service.go:286] [f496ddc516644d5e] login to server success, get run id [f496ddc516644d5e] 2025-12-09 01:06:32.293 [I] [proxy/proxy_manager.go:173] [f496ddc516644d5e] proxy added: [DTN57CC5599] 2025-12-09 01:06:32.610 [I] [client/control.go:168] [f496ddc516644d5e] [DTN57CC5599] start proxy success [2025-12-09,01:20:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,01:20:24.147] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,01:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,01:35:24.119] [DEBUG] 6 processes running of frp type 2025-12-09 01:48:50.239 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 01:49:00.241 [W] [client/service.go:297] [f496ddc516644d5e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:49:00.242 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 01:49:08.689 [I] [client/service.go:286] [f496ddc516644d5e] login to server success, get run id [f496ddc516644d5e] 2025-12-09 01:49:08.690 [I] [proxy/proxy_manager.go:173] [f496ddc516644d5e] proxy added: [DTN57CC5599] 2025-12-09 01:49:09.336 [I] [client/control.go:168] [f496ddc516644d5e] [DTN57CC5599] start proxy success [2025-12-09,01:50:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,01:50:23.965] [DEBUG] 6 processes running of frp type [2025-12-09,02:05:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,02:05:23.725] [DEBUG] 6 processes running of frp type [2025-12-09,02:20:18.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,02:20:25.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,02:35:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,02:35:24.068] [DEBUG] 6 processes running of frp type [2025-12-09,02:50:17.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,02:50:23.756] [DEBUG] 6 processes running of frp type [2025-12-09,03:05:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,03:05:24.566] [DEBUG] 6 processes running of frp type [2025-12-09,03:20:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,03:20:24.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,03:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,03:35:24.396] [DEBUG] 6 processes running of frp type [2025-12-09,03:50:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,03:50:19.057] [DEBUG] 6 processes running of frp type 2025-12-09 04:03:46.831 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 04:03:49.287 [W] [client/service.go:297] [f496ddc516644d5e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 04:03:49.288 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 04:03:52.327 [W] [client/service.go:297] [f496ddc516644d5e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 04:03:52.327 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 04:03:55.367 [W] [client/service.go:297] [f496ddc516644d5e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 04:04:04.411 [I] [client/service.go:294] [f496ddc516644d5e] try to connect to server... 2025-12-09 04:04:05.369 [I] [client/service.go:286] [f496ddc516644d5e] login to server success, get run id [f496ddc516644d5e] 2025-12-09 04:04:05.370 [I] [proxy/proxy_manager.go:173] [f496ddc516644d5e] proxy added: [DTN57CC5599] 2025-12-09 04:04:05.692 [I] [client/control.go:168] [f496ddc516644d5e] [DTN57CC5599] start proxy success [2025-12-09,04:05:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,04:05:23.900] [DEBUG] 6 processes running of frp type [2025-12-09,04:20:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,04:20:25.178] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,04:35:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,04:35:24.345] [DEBUG] 6 processes running of frp type [2025-12-09,04:50:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,04:50:24.428] [DEBUG] 6 processes running of frp type [2025-12-09,05:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,05:05:24.860] [DEBUG] 6 processes running of frp type [2025-12-09,05:20:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,05:20:23.730] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,05:35:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,05:35:24.566] [DEBUG] 6 processes running of frp type [2025-12-09,05:50:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,05:50:24.047] [DEBUG] 6 processes running of frp type [2025-12-09,06:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,06:05:24.000] [DEBUG] 6 processes running of frp type [2025-12-09,06:20:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,06:20:23.771] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,06:30:41.038] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,06:30:41.044] [INFO] LocationSqlManager initialising [2025-12-09,06:30:41.045] [INFO] Location DB initialising [2025-12-09,06:30:41.054] [INFO] LocationSqlManager initialisation complete [2025-12-09,06:30:41.055] [DEBUG] UploadManager Init [2025-12-09,06:30:41.055] [DEBUG] UploadManager Init Complete [2025-12-09,06:30:41.059] [INFO] Initializing GPS... [2025-12-09,06:30:41.061] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,06:32:44.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,06:32:56.140] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-09,06:33:08.932] [DEBUG] Log Upload Complete! [2025-12-09,06:35:44.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,06:35:51.178] [DEBUG] Remote Access Enabled [2025-12-09,06:35:57.365] [INFO] Server Address: 138.201.17.179 [2025-12-09,06:35:57.366] [INFO] Server Port: 7000 [2025-12-09,06:35:57.371] [DEBUG] Starting Remote Access! 2025-12-09 06:35:57.501 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 06:35:57.502 [I] [client/service.go:294] try to connect to server... 2025-12-09 06:35:58.420 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 06:35:58.420 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 06:35:58.723 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success [2025-12-09,06:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,06:50:19.758] [DEBUG] 6 processes running of frp type [2025-12-09,07:05:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,07:05:23.629] [DEBUG] 6 processes running of frp type [2025-12-09,07:20:21.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,07:20:28.329] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,07:35:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,07:35:26.020] [DEBUG] 6 processes running of frp type [2025-12-09,07:50:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,07:50:23.985] [DEBUG] 6 processes running of frp type [2025-12-09,08:02:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,08:02:28.813] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-09,08:02:42.629] [DEBUG] Log Upload Complete! [2025-12-09,08:05:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,08:05:42.447] [DEBUG] 6 processes running of frp type [2025-12-09,08:20:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,08:20:24.304] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-09 08:27:09.276 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 08:27:19.278 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 08:27:19.279 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 08:27:29.280 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 08:27:29.281 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 08:27:39.282 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 08:27:39.283 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 08:27:44.566 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 08:27:44.568 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 08:27:44.989 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success [2025-12-09,08:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,08:35:27.111] [DEBUG] 6 processes running of frp type [2025-12-09,08:50:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,08:50:23.846] [DEBUG] 6 processes running of frp type 2025-12-09 09:00:48.460 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:00:49.350 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 09:00:49.351 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 09:00:49.655 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success [2025-12-09,09:05:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,09:05:23.679] [DEBUG] 6 processes running of frp type 2025-12-09 09:16:09.935 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:16:19.937 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:16:19.937 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:16:24.742 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 09:16:24.743 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 09:16:25.140 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success 2025-12-09 09:20:06.144 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:20:16.145 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:20:16.146 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:20:26.148 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:20:26.148 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:20:36.150 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:20:36.151 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:20:46.153 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:20:46.153 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:20:56.155 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:21:16.156 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:21:26.158 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:21:46.159 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:21:46.165 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:22:06.166 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:22:16.168 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:22:36.169 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:22:46.171 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:23:06.171 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:23:16.174 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:23:36.175 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:23:46.177 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:24:06.178 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:24:16.181 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:24:36.182 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:24:46.185 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:25:06.186 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:25:06.194 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:25:26.195 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:25:26.201 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:25:46.202 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:25:46.207 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-09 09:26:06.207 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:26:06.211 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:26:26.212 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:26:26.218 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:26:46.220 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:26:46.224 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:27:06.224 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:27:07.163 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 09:27:07.165 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 09:27:07.483 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success [2025-12-09,09:35:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,09:35:23.894] [DEBUG] 6 processes running of frp type 2025-12-09 09:47:01.442 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:47:11.443 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:47:11.443 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:47:21.444 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:47:21.445 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:47:31.447 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:47:31.448 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:47:41.449 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:47:41.450 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:47:51.451 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:48:11.452 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:48:21.454 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:48:41.455 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:48:41.512 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:49:01.513 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:49:01.519 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:49:21.520 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:49:21.524 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:49:41.525 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:49:41.529 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:50:01.530 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:50:01.535 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:50:21.536 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:50:21.541 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 09:50:41.541 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:50:49.601 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 09:50:49.603 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 09:50:50.252 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success 2025-12-09 09:51:22.547 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:51:32.548 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:51:32.549 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:51:42.550 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:51:42.551 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:51:52.552 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:51:52.553 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:52:02.554 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:52:02.554 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:52:12.556 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:52:32.557 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:52:42.558 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:53:02.559 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:53:03.651 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 09:53:03.653 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 09:53:08.897 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success 2025-12-09 09:53:42.947 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:53:52.949 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 09:53:52.950 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 09:53:56.119 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 09:53:56.120 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 09:53:56.421 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success [2025-12-09,10:05:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,10:05:25.016] [DEBUG] 6 processes running of frp type [2025-12-09,10:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,10:20:24.321] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,10:35:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,10:35:24.483] [DEBUG] 6 processes running of frp type [2025-12-09,10:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,10:50:24.336] [DEBUG] 6 processes running of frp type [2025-12-09,11:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,11:05:24.598] [DEBUG] 6 processes running of frp type [2025-12-09,11:20:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,11:20:24.596] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,11:35:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,11:35:24.411] [DEBUG] 6 processes running of frp type [2025-12-09,11:50:18.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,11:50:25.199] [DEBUG] 6 processes running of frp type [2025-12-09,12:05:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,12:05:24.697] [DEBUG] 6 processes running of frp type [2025-12-09,12:20:16.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,12:20:23.938] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,12:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,12:35:24.420] [DEBUG] 6 processes running of frp type [2025-12-09,12:50:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,12:50:23.949] [DEBUG] 6 processes running of frp type [2025-12-09,13:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,13:05:24.436] [DEBUG] 6 processes running of frp type [2025-12-09,13:20:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,13:20:24.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,13:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,13:35:24.466] [DEBUG] 6 processes running of frp type [2025-12-09,13:50:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,13:50:24.508] [DEBUG] 6 processes running of frp type [2025-12-09,14:05:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,14:05:32.496] [DEBUG] 6 processes running of frp type [2025-12-09,14:20:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,14:20:25.057] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,14:35:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,14:35:25.624] [DEBUG] 6 processes running of frp type [2025-12-09,14:50:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,14:50:24.349] [DEBUG] 6 processes running of frp type [2025-12-09,15:05:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,15:05:25.050] [DEBUG] 6 processes running of frp type [2025-12-09,15:20:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,15:20:24.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,15:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,15:35:24.120] [DEBUG] 6 processes running of frp type [2025-12-09,15:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,15:50:24.610] [DEBUG] 6 processes running of frp type [2025-12-09,16:05:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,16:05:25.073] [DEBUG] 6 processes running of frp type [2025-12-09,16:20:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,16:20:24.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,16:35:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,16:35:24.446] [DEBUG] 6 processes running of frp type [2025-12-09,16:50:16.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,16:50:23.662] [DEBUG] 6 processes running of frp type [2025-12-09,17:05:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,17:05:24.968] [DEBUG] 6 processes running of frp type [2025-12-09,17:20:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,17:20:29.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,17:35:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,17:35:26.146] [DEBUG] 6 processes running of frp type 2025-12-09 17:50:10.264 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 17:50:20.266 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 17:50:20.267 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 17:50:20.271 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 17:50:24.802 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 17:50:24.809 [W] [client/service.go:297] [b01e418d71ae5925] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 17:50:34.377 [I] [client/service.go:294] [b01e418d71ae5925] try to connect to server... 2025-12-09 17:50:35.578 [I] [client/service.go:286] [b01e418d71ae5925] login to server success, get run id [b01e418d71ae5925] 2025-12-09 17:50:35.578 [I] [proxy/proxy_manager.go:173] [b01e418d71ae5925] proxy added: [DTN57CC5599] 2025-12-09 17:50:35.909 [I] [client/control.go:168] [b01e418d71ae5925] [DTN57CC5599] start proxy success [2025-12-09,18:05:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,18:05:26.105] [DEBUG] 6 processes running of frp type [2025-12-09,18:20:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,18:20:27.786] [DEBUG] 6 processes running of frp type [2025-12-09,18:25:40.628] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,18:25:40.632] [INFO] LocationSqlManager initialising [2025-12-09,18:25:40.633] [INFO] Location DB initialising [2025-12-09,18:25:40.643] [INFO] LocationSqlManager initialisation complete [2025-12-09,18:25:40.644] [DEBUG] UploadManager Init [2025-12-09,18:25:40.644] [DEBUG] UploadManager Init Complete [2025-12-09,18:25:40.647] [INFO] Initializing GPS... [2025-12-09,18:25:40.650] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,18:27:44.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,18:27:51.469] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2025-12-09,18:30:44.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,18:30:51.689] [DEBUG] Remote Access Enabled [2025-12-09,18:30:58.323] [INFO] Server Address: 138.201.17.179 [2025-12-09,18:30:58.324] [INFO] Server Port: 7000 [2025-12-09,18:30:58.329] [DEBUG] Starting Remote Access! 2025-12-09 18:30:58.467 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 18:30:58.468 [I] [client/service.go:294] try to connect to server... 2025-12-09 18:30:59.590 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 18:30:59.592 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 18:30:59.910 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,18:35:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,18:35:24.853] [DEBUG] 6 processes running of frp type [2025-12-09,18:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,18:50:24.791] [DEBUG] 6 processes running of frp type [2025-12-09,19:05:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,19:05:27.585] [DEBUG] 6 processes running of frp type [2025-12-09,19:20:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,19:20:24.377] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-09 19:26:04.156 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:26:14.158 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:26:14.158 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:26:24.160 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:26:24.161 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:26:34.162 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:26:34.163 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:26:44.164 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:26:44.165 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:26:54.167 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:27:14.168 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:27:24.170 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:27:44.171 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:27:54.173 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:28:14.175 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:28:24.177 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 19:28:44.178 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:28:45.191 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:29:05.193 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:29:05.199 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:29:25.200 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:29:25.204 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:29:45.205 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:29:45.209 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:30:05.211 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:30:05.218 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:30:25.219 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:30:25.223 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:30:45.224 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:30:45.230 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 19:31:05.232 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:31:07.548 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 19:31:07.549 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 19:31:08.102 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,19:35:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,19:35:26.359] [DEBUG] 6 processes running of frp type [2025-12-09,19:50:18.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,19:50:34.925] [DEBUG] 6 processes running of frp type 2025-12-09 19:56:13.844 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:56:24.155 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 19:56:24.156 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:56:28.733 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: session shutdown 2025-12-09 19:56:28.734 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 19:56:30.290 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 19:56:30.291 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 19:56:30.648 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,20:05:26.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,20:06:01.888] [DEBUG] 6 processes running of frp type 2025-12-09 20:14:28.538 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:14:43.295 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:14:43.296 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:15:00.726 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:15:00.727 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:15:12.432 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:15:12.433 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:15:29.086 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:15:29.087 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:15:40.451 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:16:00.453 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:16:12.800 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: read tcp 192.168.2.4:52466->138.201.17.179:7000: read: connection reset by peer 2025-12-09 20:16:32.802 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:16:41.408 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:16:41.410 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:16:48.034 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-09 20:18:53.440 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:19:07.133 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 20:19:07.134 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:19:20.124 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:19:20.124 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:19:38.726 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:19:38.726 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:19:56.362 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 20:19:56.363 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:20:10.862 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:20:10.864 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:20:16.001 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,20:20:18.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,20:20:37.483] [DEBUG] 6 processes running of frp type 2025-12-09 20:21:46.088 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:21:56.091 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:21:56.091 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:22:08.613 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:22:08.614 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:22:25.630 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 20:22:25.631 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:22:38.640 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 20:22:38.640 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:22:58.840 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:22:58.841 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:23:20.227 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:23:32.933 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:23:32.934 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:23:44.786 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 20:23:44.788 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:24:02.995 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 20:24:02.996 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:24:12.997 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:24:12.998 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:24:23.000 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:24:43.002 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:24:54.105 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:24:54.106 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:25:16.753 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-09 20:25:17.310 [W] [client/control.go:166] [7beb2c272e5379b8] [DTN57CC5599] start error: status not wait start, ignore start message 2025-12-09 20:25:57.238 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-09 20:26:10.442 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:26:10.443 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:26:10.995 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-09 20:26:45.347 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:26:47.231 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:26:47.232 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:27:26.053 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:27:36.055 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:27:36.056 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:27:46.057 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:27:46.058 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:27:56.059 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:27:56.059 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:28:06.061 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:28:06.062 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:28:16.064 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:28:36.065 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:28:46.067 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:29:06.068 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:29:13.349 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:29:33.350 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:29:33.353 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:29:53.354 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:29:53.361 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:30:13.362 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:30:13.368 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:30:33.370 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:30:33.373 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:30:53.374 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:30:53.379 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:31:13.379 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:31:23.381 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:31:43.382 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:31:53.383 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:32:13.384 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:32:23.387 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:32:43.388 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:32:53.391 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:33:13.392 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:33:23.394 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:33:43.396 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:33:43.402 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:34:03.404 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:34:03.409 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:34:23.410 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:34:23.414 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:34:43.415 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:34:43.423 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:35:03.424 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:35:03.429 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:35:23.431 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:35:23.433 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:35:43.434 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:35:43.437 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:36:03.438 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:36:04.807 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:36:04.807 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:36:05.172 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-09 20:47:24.552 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:47:34.553 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:47:34.554 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:47:44.555 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:47:44.557 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:47:54.558 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:47:54.559 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:48:04.561 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:48:04.561 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:48:14.563 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 20:48:34.564 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:48:37.728 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:48:57.729 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:48:57.735 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:49:17.737 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:49:17.741 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:49:37.742 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:49:37.746 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:49:57.748 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:49:57.754 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:50:17.755 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:50:17.759 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:50:37.760 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:50:37.764 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:50:57.766 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:50:57.773 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:51:17.774 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:51:17.780 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:51:37.781 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:51:37.787 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:51:57.788 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:51:57.794 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:52:17.795 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:52:17.798 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:52:37.799 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:52:37.805 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:52:57.806 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:52:57.811 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:53:17.813 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:53:17.816 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:53:37.817 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:53:37.821 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:53:57.823 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:53:57.828 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:54:17.830 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:54:17.833 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:54:37.834 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:54:37.840 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:54:57.841 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:54:57.847 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:55:17.848 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:55:17.852 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:55:37.853 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:55:37.857 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:55:57.858 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:55:57.874 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:56:17.875 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:56:17.878 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:56:37.880 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:56:37.883 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:56:57.885 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:56:57.891 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 20:57:17.892 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:57:26.485 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:57:26.487 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:57:29.909 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-09 20:58:45.519 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 20:58:47.271 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 20:58:47.273 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 20:58:47.657 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-09 20:59:57.120 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:00:07.122 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:00:07.122 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:00:17.124 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:00:17.124 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:00:27.126 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:00:27.127 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:00:37.128 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:00:37.129 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:00:47.130 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:01:07.132 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:01:17.133 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:01:37.135 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:01:37.153 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:01:57.154 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:01:57.159 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:02:17.160 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:02:17.172 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:02:37.173 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:02:37.178 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:02:57.180 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:02:57.187 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:03:17.188 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:03:17.192 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:03:37.193 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:03:37.199 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:03:57.200 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:03:57.204 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:04:17.205 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:04:17.208 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:04:37.209 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:04:37.213 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:04:57.213 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:04:57.218 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 21:05:17.219 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:05:20.585 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 21:05:20.586 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] [2025-12-09,21:05:20.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-09 21:05:20.953 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,21:05:46.789] [DEBUG] 6 processes running of frp type 2025-12-09 21:06:30.017 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:06:42.001 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 21:06:42.001 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:06:49.309 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 21:06:49.310 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 21:06:50.760 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,21:20:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,21:20:28.322] [DEBUG] 6 processes running of frp type 2025-12-09 21:23:59.478 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:24:14.646 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 21:24:14.647 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:24:24.649 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:24:24.649 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:24:43.092 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 21:24:43.093 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:24:53.095 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 21:24:53.096 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:25:11.662 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 21:25:31.663 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:25:51.813 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: i/o deadline reached 2025-12-09 21:25:51.814 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:25:54.787 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 21:25:54.788 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 21:25:58.020 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-09 21:28:35.731 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:28:47.300 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 21:28:47.300 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:29:04.605 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 21:29:04.606 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:29:16.527 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: connection write timeout 2025-12-09 21:29:16.528 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:29:23.406 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: read tcp 192.168.2.4:55748->138.201.17.179:7000: read: connection reset by peer 2025-12-09 21:29:42.986 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-09 21:29:45.460 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 21:29:45.460 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 21:29:45.786 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,21:35:17.295] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,21:35:26.685] [DEBUG] 6 processes running of frp type [2025-12-09,21:50:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,21:50:24.749] [DEBUG] 6 processes running of frp type 2025-12-09 22:05:17.398 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... [2025-12-09,22:05:18.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-09 22:05:19.346 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-09 22:05:19.346 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-09 22:05:19.660 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-09,22:05:24.754] [DEBUG] 6 processes running of frp type [2025-12-09,22:20:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,22:20:24.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,22:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,22:35:24.355] [DEBUG] 6 processes running of frp type [2025-12-09,22:50:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,22:50:23.839] [DEBUG] 6 processes running of frp type [2025-12-09,23:05:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,23:05:24.247] [DEBUG] 6 processes running of frp type [2025-12-09,23:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,23:20:24.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,23:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,23:35:24.075] [DEBUG] 6 processes running of frp type [2025-12-09,23:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-09,23:50:24.343] [DEBUG] 6 processes running of frp type [2025-12-10,00:05:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,00:05:24.051] [DEBUG] 6 processes running of frp type [2025-12-10,00:20:20.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,00:20:29.173] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,00:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,00:35:24.067] [DEBUG] 6 processes running of frp type [2025-12-10,00:50:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,00:50:24.129] [DEBUG] 6 processes running of frp type [2025-12-10,01:05:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,01:05:23.803] [DEBUG] 6 processes running of frp type [2025-12-10,01:20:16.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,01:20:23.498] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 01:27:36.484 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 01:27:40.958 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-10 01:27:40.959 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-10 01:27:41.270 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-10,01:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,01:35:24.410] [DEBUG] 6 processes running of frp type [2025-12-10,01:50:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,01:50:24.919] [DEBUG] 6 processes running of frp type [2025-12-10,02:05:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,02:05:23.590] [DEBUG] 6 processes running of frp type [2025-12-10,02:20:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,02:20:31.558] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,02:35:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,02:35:26.539] [DEBUG] 6 processes running of frp type [2025-12-10,02:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,02:50:24.069] [DEBUG] 6 processes running of frp type [2025-12-10,03:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,03:05:23.793] [DEBUG] 6 processes running of frp type [2025-12-10,03:20:17.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,03:20:23.619] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,03:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,03:35:23.770] [DEBUG] 6 processes running of frp type [2025-12-10,03:50:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,03:50:24.386] [DEBUG] 6 processes running of frp type [2025-12-10,04:05:17.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,04:05:24.130] [DEBUG] 6 processes running of frp type 2025-12-10 04:06:42.958 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:06:44.118 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:44.119 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:06:47.158 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:47.158 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:06:54.252 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:54.252 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:06:54.253 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:07:12.361 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:07:13.935 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-10 04:07:13.936 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-10 04:07:14.791 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success 2025-12-10 04:13:27.049 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:13:37.051 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 04:13:37.051 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:13:47.052 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 04:13:47.053 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:13:57.054 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 04:13:57.055 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:14:07.057 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 04:14:07.057 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:14:17.058 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 04:14:37.059 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:14:47.061 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 04:15:07.062 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:15:07.067 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:15:27.067 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 04:15:28.214 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-10 04:15:28.215 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-10 04:15:28.831 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-10,04:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,04:20:23.924] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,04:35:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,04:35:24.111] [DEBUG] 6 processes running of frp type [2025-12-10,04:50:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,04:50:24.505] [DEBUG] 6 processes running of frp type [2025-12-10,05:05:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,05:05:24.983] [DEBUG] 6 processes running of frp type [2025-12-10,05:20:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,05:20:23.843] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,05:35:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,05:35:23.931] [DEBUG] 6 processes running of frp type [2025-12-10,05:50:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,05:50:24.696] [DEBUG] 6 processes running of frp type [2025-12-10,06:05:16.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,06:05:23.572] [DEBUG] 6 processes running of frp type 2025-12-10 06:14:19.724 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:14:29.725 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:14:29.726 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:14:39.727 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:14:39.728 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:14:49.729 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:14:49.730 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:14:59.732 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:14:59.733 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:15:09.734 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:15:29.735 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:15:39.736 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:15:59.738 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:16:09.740 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:16:29.741 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:16:39.743 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:16:59.744 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:17:09.746 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 06:17:29.748 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:17:29.836 [W] [client/service.go:297] [7beb2c272e5379b8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:17:49.837 [I] [client/service.go:294] [7beb2c272e5379b8] try to connect to server... 2025-12-10 06:17:50.768 [I] [client/service.go:286] [7beb2c272e5379b8] login to server success, get run id [7beb2c272e5379b8] 2025-12-10 06:17:50.769 [I] [proxy/proxy_manager.go:173] [7beb2c272e5379b8] proxy added: [DTN57CC5599] 2025-12-10 06:17:51.068 [I] [client/control.go:168] [7beb2c272e5379b8] [DTN57CC5599] start proxy success [2025-12-10,06:20:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,06:20:24.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,06:30:42.051] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,06:30:42.056] [INFO] LocationSqlManager initialising [2025-12-10,06:30:42.056] [INFO] Location DB initialising [2025-12-10,06:30:42.066] [INFO] LocationSqlManager initialisation complete [2025-12-10,06:30:42.066] [DEBUG] UploadManager Init [2025-12-10,06:30:42.067] [DEBUG] UploadManager Init Complete [2025-12-10,06:30:42.070] [INFO] Initializing GPS... [2025-12-10,06:30:42.071] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,06:32:45.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,06:32:56.837] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-10,06:33:07.340] [DEBUG] Log Upload Complete! [2025-12-10,06:35:45.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,06:35:51.790] [DEBUG] Remote Access Enabled [2025-12-10,06:35:58.389] [INFO] Server Address: 138.201.17.179 [2025-12-10,06:35:58.391] [INFO] Server Port: 7000 [2025-12-10,06:35:58.395] [DEBUG] Starting Remote Access! 2025-12-10 06:35:58.523 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 06:35:58.524 [I] [client/service.go:294] try to connect to server... 2025-12-10 06:35:59.422 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 06:35:59.424 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 06:35:59.736 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,06:50:17.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,06:50:24.158] [DEBUG] 6 processes running of frp type [2025-12-10,07:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,07:05:24.369] [DEBUG] 6 processes running of frp type [2025-12-10,07:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,07:20:24.124] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,07:35:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,07:35:24.686] [DEBUG] 6 processes running of frp type [2025-12-10,07:50:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,07:50:25.149] [DEBUG] 6 processes running of frp type [2025-12-10,08:02:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,08:02:23.900] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-10,08:02:34.452] [DEBUG] Log Upload Complete! [2025-12-10,08:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,08:05:24.426] [DEBUG] 6 processes running of frp type [2025-12-10,08:20:22.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,08:20:30.650] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,08:35:25.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,08:35:32.308] [DEBUG] 6 processes running of frp type [2025-12-10,08:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,08:50:24.668] [DEBUG] 6 processes running of frp type [2025-12-10,09:05:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,09:05:24.876] [DEBUG] 6 processes running of frp type 2025-12-10 09:06:19.454 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 09:06:29.457 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 09:06:29.459 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 09:06:33.979 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 09:06:33.980 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 09:06:34.304 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success 2025-12-10 09:07:12.890 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 09:07:17.349 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 09:07:17.351 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 09:07:17.953 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,09:20:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,09:20:23.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 09:33:11.209 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 09:33:15.108 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 09:33:15.110 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 09:33:17.770 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,09:35:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,09:35:24.499] [DEBUG] 6 processes running of frp type [2025-12-10,09:50:17.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,09:50:24.117] [DEBUG] 6 processes running of frp type [2025-12-10,10:05:17.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,10:05:24.571] [DEBUG] 6 processes running of frp type [2025-12-10,10:20:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,10:20:25.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,10:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,10:35:24.758] [DEBUG] 6 processes running of frp type [2025-12-10,10:50:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,10:50:23.946] [DEBUG] 6 processes running of frp type [2025-12-10,11:05:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,11:05:24.126] [DEBUG] 6 processes running of frp type [2025-12-10,11:20:21.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,11:20:28.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 11:27:30.329 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 11:27:40.332 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 11:27:40.333 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 11:27:50.335 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 11:27:50.335 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 11:28:00.337 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 11:28:00.338 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 11:28:03.280 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 11:28:03.282 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 11:28:03.573 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,11:35:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,11:35:24.263] [DEBUG] 6 processes running of frp type [2025-12-10,11:50:18.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,11:50:25.054] [DEBUG] 6 processes running of frp type [2025-12-10,12:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,12:05:24.318] [DEBUG] 6 processes running of frp type [2025-12-10,12:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,12:20:24.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 12:33:41.293 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:33:51.295 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:33:51.295 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:34:01.297 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:34:01.297 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:34:11.299 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:34:11.300 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:34:21.301 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:34:21.302 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:34:30.399 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 12:34:30.401 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 12:34:31.117 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success 2025-12-10 12:35:09.366 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:35:10.276 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 12:35:10.277 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 12:35:11.236 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,12:35:18.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,12:35:26.617] [DEBUG] 6 processes running of frp type 2025-12-10 12:36:21.133 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:36:31.136 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:36:31.137 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:36:41.139 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:36:41.139 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:36:51.141 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:36:51.142 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:36:58.064 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 12:36:58.065 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 12:36:58.374 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success 2025-12-10 12:39:07.242 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:39:17.245 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 12:39:17.245 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 12:39:25.585 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 12:39:25.587 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 12:39:26.195 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,12:50:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,12:50:24.670] [DEBUG] 6 processes running of frp type [2025-12-10,13:05:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,13:05:25.394] [DEBUG] 6 processes running of frp type 2025-12-10 13:06:15.888 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:06:25.889 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 13:06:25.890 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:06:35.892 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 13:06:35.892 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:06:45.894 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 13:06:45.895 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:06:55.897 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 13:06:55.897 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:07:05.899 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 13:07:25.901 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:07:35.903 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 13:07:55.905 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:07:58.999 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 13:07:59.001 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 13:07:59.308 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,13:20:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,13:20:24.725] [DEBUG] 6 processes running of frp type 2025-12-10 13:23:02.278 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:23:12.448 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 13:23:12.450 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 13:23:12.999 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 13:33:04.127 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 13:33:17.946 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 13:33:17.947 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 13:33:18.433 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,13:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,13:35:24.488] [DEBUG] 6 processes running of frp type [2025-12-10,13:50:18.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,13:50:24.996] [DEBUG] 6 processes running of frp type [2025-12-10,14:05:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,14:05:23.804] [DEBUG] 6 processes running of frp type [2025-12-10,14:20:16.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,14:20:23.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,14:35:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,14:35:24.065] [DEBUG] 6 processes running of frp type [2025-12-10,14:50:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,14:50:24.949] [DEBUG] 6 processes running of frp type [2025-12-10,15:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,15:05:24.140] [DEBUG] 6 processes running of frp type [2025-12-10,15:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,15:20:24.011] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,15:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,15:35:24.337] [DEBUG] 6 processes running of frp type [2025-12-10,15:50:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,15:50:25.216] [DEBUG] 6 processes running of frp type [2025-12-10,16:05:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,16:05:24.268] [DEBUG] 6 processes running of frp type [2025-12-10,16:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,16:20:24.199] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,16:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,16:35:24.399] [DEBUG] 6 processes running of frp type [2025-12-10,16:50:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,16:50:24.099] [DEBUG] 6 processes running of frp type [2025-12-10,17:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,17:05:24.099] [DEBUG] 6 processes running of frp type [2025-12-10,17:20:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,17:20:27.430] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 17:33:29.259 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:33:30.216 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 17:33:30.217 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 17:33:30.518 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,17:35:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,17:35:24.352] [DEBUG] 6 processes running of frp type [2025-12-10,17:50:21.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,17:50:28.014] [DEBUG] 6 processes running of frp type 2025-12-10 17:51:01.141 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:51:19.170 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: i/o deadline reached 2025-12-10 17:51:19.171 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:51:29.173 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:51:29.173 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:51:39.175 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:51:39.175 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:51:49.177 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:51:49.178 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:51:50.414 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 17:51:50.415 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 17:51:50.735 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success 2025-12-10 17:54:06.836 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:54:16.838 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:54:16.839 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:54:26.841 [W] [client/service.go:297] [e863e19c1fc943c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:54:26.841 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:54:29.426 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 17:54:29.427 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 17:54:29.783 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success 2025-12-10 17:55:08.290 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:55:13.003 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 17:55:13.005 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 17:55:15.234 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success 2025-12-10 17:56:22.748 [I] [client/service.go:294] [e863e19c1fc943c7] try to connect to server... 2025-12-10 17:56:24.623 [I] [client/service.go:286] [e863e19c1fc943c7] login to server success, get run id [e863e19c1fc943c7] 2025-12-10 17:56:24.625 [I] [proxy/proxy_manager.go:173] [e863e19c1fc943c7] proxy added: [DTN57CC5599] 2025-12-10 17:56:24.929 [I] [client/control.go:168] [e863e19c1fc943c7] [DTN57CC5599] start proxy success [2025-12-10,18:05:22.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,18:05:28.912] [DEBUG] 6 processes running of frp type [2025-12-10,18:20:18.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,18:20:25.920] [DEBUG] 6 processes running of frp type [2025-12-10,18:25:41.111] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,18:25:41.119] [INFO] LocationSqlManager initialising [2025-12-10,18:25:41.120] [INFO] Location DB initialising [2025-12-10,18:25:41.132] [INFO] LocationSqlManager initialisation complete [2025-12-10,18:25:41.133] [DEBUG] UploadManager Init [2025-12-10,18:25:41.133] [DEBUG] UploadManager Init Complete [2025-12-10,18:25:41.137] [INFO] Initializing GPS... [2025-12-10,18:25:41.141] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,18:27:44.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,18:27:56.349] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-10,18:28:44.358] [DEBUG] Log Upload Complete! [2025-12-10,18:30:45.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,18:30:45.277] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-10,18:30:51.700] [DEBUG] Remote Access Enabled [2025-12-10,18:30:59.272] [INFO] Server Address: 138.201.17.179 [2025-12-10,18:30:59.273] [INFO] Server Port: 7000 [2025-12-10,18:30:59.278] [DEBUG] Starting Remote Access! 2025-12-10 18:30:59.412 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 18:30:59.413 [I] [client/service.go:294] try to connect to server... 2025-12-10 18:31:01.824 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-10 18:31:01.825 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-10 18:31:02.112 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success [2025-12-10,18:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,18:35:24.607] [DEBUG] 6 processes running of frp type [2025-12-10,18:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,18:50:24.005] [DEBUG] 6 processes running of frp type [2025-12-10,19:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,19:05:23.949] [DEBUG] 6 processes running of frp type [2025-12-10,19:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,19:20:24.291] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,19:35:18.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,19:35:24.931] [DEBUG] 6 processes running of frp type [2025-12-10,19:50:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,19:50:24.381] [DEBUG] 6 processes running of frp type [2025-12-10,20:05:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,20:05:24.987] [DEBUG] 6 processes running of frp type [2025-12-10,20:20:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,20:20:24.390] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,20:35:19.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,20:35:28.051] [DEBUG] 6 processes running of frp type [2025-12-10,20:50:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,20:50:24.506] [DEBUG] 6 processes running of frp type [2025-12-10,21:05:18.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,21:05:26.317] [DEBUG] 6 processes running of frp type [2025-12-10,21:20:22.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,21:20:33.996] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,21:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,21:35:25.089] [DEBUG] 6 processes running of frp type [2025-12-10,21:50:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,21:50:23.879] [DEBUG] 6 processes running of frp type [2025-12-10,22:05:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,22:05:24.004] [DEBUG] 6 processes running of frp type [2025-12-10,22:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,22:20:23.806] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 22:31:20.806 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-10 22:31:22.818 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-10 22:31:22.819 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-10 22:31:23.133 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success [2025-12-10,22:35:19.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,22:35:28.384] [DEBUG] 6 processes running of frp type [2025-12-10,22:50:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,22:50:25.895] [DEBUG] 6 processes running of frp type [2025-12-10,23:05:17.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,23:05:23.629] [DEBUG] 6 processes running of frp type [2025-12-10,23:20:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,23:20:24.512] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,23:35:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,23:35:24.199] [DEBUG] 6 processes running of frp type 2025-12-10 23:40:18.569 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-10 23:40:28.570 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 23:40:28.571 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-10 23:40:38.573 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 23:40:38.573 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-10 23:40:39.482 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-10 23:40:39.483 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-10 23:40:39.874 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success 2025-12-10 23:41:49.154 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-10 23:41:57.640 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-10 23:41:57.640 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-10 23:42:01.695 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success [2025-12-10,23:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-10,23:50:25.126] [DEBUG] 6 processes running of frp type [2025-12-11,00:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,00:05:25.419] [DEBUG] 6 processes running of frp type [2025-12-11,00:20:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,00:20:24.206] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,00:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,00:35:24.157] [DEBUG] 6 processes running of frp type 2025-12-11 00:37:36.552 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 00:37:37.487 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-11 00:37:37.488 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-11 00:37:37.798 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success [2025-12-11,00:50:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,00:50:23.747] [DEBUG] 6 processes running of frp type [2025-12-11,01:05:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,01:05:24.641] [DEBUG] 6 processes running of frp type [2025-12-11,01:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,01:20:24.502] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,01:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,01:35:24.508] [DEBUG] 6 processes running of frp type [2025-12-11,01:50:17.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,01:50:23.861] [DEBUG] 6 processes running of frp type [2025-12-11,02:05:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,02:05:23.758] [DEBUG] 6 processes running of frp type 2025-12-11 02:08:34.643 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:08:44.644 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 02:08:44.645 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:08:54.647 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 02:08:54.648 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:09:04.649 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 02:09:04.649 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:09:14.651 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 02:09:14.652 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:09:24.653 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 02:09:44.655 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:09:54.657 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 02:10:14.658 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:10:21.788 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 02:10:41.789 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 02:10:42.722 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-11 02:10:42.722 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-11 02:10:43.034 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success [2025-12-11,02:20:16.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,02:20:23.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,02:35:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,02:35:23.560] [DEBUG] 6 processes running of frp type [2025-12-11,02:50:17.545] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,02:50:24.021] [DEBUG] 6 processes running of frp type [2025-12-11,03:05:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,03:05:23.773] [DEBUG] 6 processes running of frp type [2025-12-11,03:20:16.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,03:20:24.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,03:35:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,03:35:23.783] [DEBUG] 6 processes running of frp type [2025-12-11,03:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,03:50:24.250] [DEBUG] 6 processes running of frp type [2025-12-11,04:05:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,04:05:23.988] [DEBUG] 6 processes running of frp type 2025-12-11 04:06:44.804 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 04:06:44.808 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 04:06:46.960 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 04:06:56.962 [W] [client/service.go:297] [194d17fee4fe8c10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 04:06:56.962 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 04:06:59.929 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-11 04:06:59.930 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-11 04:07:00.247 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success [2025-12-11,04:20:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,04:20:23.599] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,04:35:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,04:35:24.722] [DEBUG] 6 processes running of frp type [2025-12-11,04:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,04:50:24.154] [DEBUG] 6 processes running of frp type [2025-12-11,05:05:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,05:05:24.518] [DEBUG] 6 processes running of frp type [2025-12-11,05:20:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,05:20:24.581] [DEBUG] 6 processes running of frp type 2025-12-11 05:24:11.064 [I] [client/service.go:294] [194d17fee4fe8c10] try to connect to server... 2025-12-11 05:24:19.502 [I] [client/service.go:286] [194d17fee4fe8c10] login to server success, get run id [194d17fee4fe8c10] 2025-12-11 05:24:19.503 [I] [proxy/proxy_manager.go:173] [194d17fee4fe8c10] proxy added: [DTN57CC5599] 2025-12-11 05:24:20.167 [I] [client/control.go:168] [194d17fee4fe8c10] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,05:35:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,05:35:23.882] [DEBUG] 6 processes running of frp type [2025-12-11,05:50:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,05:50:24.055] [DEBUG] 6 processes running of frp type [2025-12-11,06:05:17.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,06:05:23.943] [DEBUG] 6 processes running of frp type [2025-12-11,06:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,06:20:23.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,06:30:41.177] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,06:30:41.181] [INFO] LocationSqlManager initialising [2025-12-11,06:30:41.182] [INFO] Location DB initialising [2025-12-11,06:30:41.191] [INFO] LocationSqlManager initialisation complete [2025-12-11,06:30:41.192] [DEBUG] UploadManager Init [2025-12-11,06:30:41.192] [DEBUG] UploadManager Init Complete [2025-12-11,06:30:41.195] [INFO] Initializing GPS... [2025-12-11,06:30:41.197] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,06:32:44.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,06:32:51.366] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-11,06:33:05.688] [DEBUG] Log Upload Complete! [2025-12-11,06:35:44.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,06:35:53.043] [DEBUG] Remote Access Enabled [2025-12-11,06:35:59.677] [INFO] Server Address: 138.201.17.179 [2025-12-11,06:35:59.678] [INFO] Server Port: 7000 [2025-12-11,06:35:59.683] [DEBUG] Starting Remote Access! 2025-12-11 06:35:59.810 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 06:35:59.811 [I] [client/service.go:294] try to connect to server... 2025-12-11 06:36:00.809 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 06:36:00.810 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 06:36:01.136 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,06:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,06:50:24.621] [DEBUG] 6 processes running of frp type [2025-12-11,07:05:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,07:05:24.776] [DEBUG] 6 processes running of frp type [2025-12-11,07:20:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,07:20:23.818] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,07:35:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,07:35:23.781] [DEBUG] 6 processes running of frp type [2025-12-11,07:50:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,07:50:24.018] [DEBUG] 6 processes running of frp type 2025-12-11 07:52:41.434 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 07:52:46.653 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 07:52:46.654 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 07:52:46.982 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,08:02:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,08:02:23.808] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-11,08:02:32.871] [DEBUG] Log Upload Complete! [2025-12-11,08:05:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,08:05:25.261] [DEBUG] 6 processes running of frp type 2025-12-11 08:11:40.154 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 08:11:50.156 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 08:11:50.157 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 08:12:00.159 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 08:12:00.159 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 08:12:10.160 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 08:12:10.161 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 08:12:23.897 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: i/o deadline reached 2025-12-11 08:12:23.898 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 08:12:33.900 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 08:12:53.901 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 08:12:55.409 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 08:12:55.410 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 08:12:55.749 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,08:20:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,08:20:23.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,08:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,08:35:24.295] [DEBUG] 6 processes running of frp type [2025-12-11,08:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,08:50:25.123] [DEBUG] 6 processes running of frp type 2025-12-11 09:00:46.653 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:00:56.656 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:00:56.656 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:01:06.657 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:01:06.658 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:01:16.659 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:01:16.660 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:01:26.661 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:01:46.663 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:01:56.665 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:02:16.667 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:02:18.377 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 09:02:18.378 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 09:02:19.498 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,09:05:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,09:05:39.239] [DEBUG] 6 processes running of frp type 2025-12-11 09:07:43.276 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:07:53.278 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:07:53.278 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:08:03.280 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:08:03.280 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:08:13.282 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:08:13.282 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:08:23.283 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:08:43.285 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:08:53.287 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:09:13.288 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:09:23.290 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:09:43.291 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:09:43.296 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:10:03.296 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:10:03.300 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:10:23.302 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:10:23.310 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:10:43.311 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:10:43.316 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:11:03.317 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:11:03.323 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:11:23.325 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:11:23.329 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:11:43.330 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:11:43.337 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:12:03.338 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:12:03.342 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:12:23.344 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:12:23.349 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:12:43.351 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:12:43.369 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:13:03.371 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:13:03.374 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:13:23.376 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:13:23.385 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:13:43.387 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:13:44.287 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 09:13:44.289 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 09:13:44.624 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,09:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,09:20:24.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,09:35:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,09:35:24.661] [DEBUG] 6 processes running of frp type 2025-12-11 09:41:44.903 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:41:54.905 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:41:54.906 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:42:04.908 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:42:04.908 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:42:14.910 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:42:14.911 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:42:24.913 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:42:24.914 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:42:34.915 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:42:54.916 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:43:04.918 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:43:24.920 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:43:34.923 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 09:43:54.924 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:43:54.928 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:44:14.929 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:44:14.940 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:44:34.940 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:44:34.944 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:44:54.945 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:44:54.950 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:45:14.951 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:45:14.957 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:45:34.958 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:45:34.961 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:45:54.962 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:45:54.965 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:46:14.966 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:46:14.972 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:46:34.973 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:46:34.978 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:46:54.979 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:46:54.985 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:47:14.986 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:47:14.991 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:47:34.992 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:47:34.998 [W] [client/service.go:297] [9c570ddb460f6302] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 09:47:54.999 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 09:47:56.949 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 09:47:56.950 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 09:47:57.290 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,09:50:16.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,09:50:23.718] [DEBUG] 6 processes running of frp type [2025-12-11,10:05:16.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,10:05:24.292] [DEBUG] 6 processes running of frp type [2025-12-11,10:20:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,10:20:24.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,10:35:18.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,10:35:24.942] [DEBUG] 6 processes running of frp type [2025-12-11,10:50:18.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,10:50:27.643] [DEBUG] 6 processes running of frp type [2025-12-11,11:05:18.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,11:05:24.924] [DEBUG] 6 processes running of frp type [2025-12-11,11:20:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,11:20:28.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,11:35:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,11:35:24.773] [DEBUG] 6 processes running of frp type [2025-12-11,11:50:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,11:50:39.820] [DEBUG] 6 processes running of frp type [2025-12-11,12:05:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,12:05:24.236] [DEBUG] 6 processes running of frp type [2025-12-11,12:20:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,12:20:24.530] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,12:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,12:35:24.116] [DEBUG] 6 processes running of frp type [2025-12-11,12:50:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,12:50:24.401] [DEBUG] 6 processes running of frp type [2025-12-11,13:05:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,13:05:24.776] [DEBUG] 6 processes running of frp type [2025-12-11,13:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,13:20:23.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,13:35:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,13:35:24.295] [DEBUG] 6 processes running of frp type [2025-12-11,13:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,13:50:24.726] [DEBUG] 6 processes running of frp type [2025-12-11,14:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,14:05:24.389] [DEBUG] 6 processes running of frp type [2025-12-11,14:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,14:20:24.684] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,14:35:18.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,14:35:24.884] [DEBUG] 6 processes running of frp type [2025-12-11,14:50:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,14:50:24.514] [DEBUG] 6 processes running of frp type [2025-12-11,15:05:18.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,15:05:24.758] [DEBUG] 6 processes running of frp type [2025-12-11,15:20:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,15:20:24.182] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,15:35:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,15:35:24.732] [DEBUG] 6 processes running of frp type [2025-12-11,15:50:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,15:50:25.012] [DEBUG] 6 processes running of frp type [2025-12-11,16:05:18.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,16:05:25.200] [DEBUG] 6 processes running of frp type [2025-12-11,16:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,16:20:24.212] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,16:35:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,16:35:24.800] [DEBUG] 6 processes running of frp type [2025-12-11,16:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,16:50:24.277] [DEBUG] 6 processes running of frp type [2025-12-11,17:05:17.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,17:05:24.705] [DEBUG] 6 processes running of frp type [2025-12-11,17:20:18.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,17:20:25.645] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,17:35:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,17:35:24.283] [DEBUG] 6 processes running of frp type 2025-12-11 17:48:14.717 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 17:48:15.789 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 17:48:15.791 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 17:48:16.112 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success 2025-12-11 17:49:25.548 [I] [client/service.go:294] [9c570ddb460f6302] try to connect to server... 2025-12-11 17:49:26.513 [I] [client/service.go:286] [9c570ddb460f6302] login to server success, get run id [9c570ddb460f6302] 2025-12-11 17:49:26.514 [I] [proxy/proxy_manager.go:173] [9c570ddb460f6302] proxy added: [DTN57CC5599] 2025-12-11 17:49:26.844 [I] [client/control.go:168] [9c570ddb460f6302] [DTN57CC5599] start proxy success [2025-12-11,17:50:17.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,17:50:23.862] [DEBUG] 6 processes running of frp type [2025-12-11,18:05:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,18:05:24.649] [DEBUG] 6 processes running of frp type [2025-12-11,18:20:18.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,18:20:25.058] [DEBUG] 6 processes running of frp type [2025-12-11,18:25:41.066] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,18:25:41.070] [INFO] LocationSqlManager initialising [2025-12-11,18:25:41.071] [INFO] Location DB initialising [2025-12-11,18:25:41.081] [INFO] LocationSqlManager initialisation complete [2025-12-11,18:25:41.082] [DEBUG] UploadManager Init [2025-12-11,18:25:41.083] [DEBUG] UploadManager Init Complete [2025-12-11,18:25:41.086] [INFO] Initializing GPS... [2025-12-11,18:25:41.088] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,18:27:44.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,18:27:51.679] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-11,18:28:12.887] [DEBUG] Log Upload Complete! [2025-12-11,18:30:44.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,18:30:51.593] [DEBUG] Remote Access Enabled [2025-12-11,18:30:58.251] [INFO] Server Address: 138.201.17.179 [2025-12-11,18:30:58.252] [INFO] Server Port: 7000 [2025-12-11,18:30:58.257] [DEBUG] Starting Remote Access! 2025-12-11 18:30:58.386 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 18:30:58.387 [I] [client/service.go:294] try to connect to server... 2025-12-11 18:30:59.856 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-11 18:30:59.858 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-11 18:31:01.844 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-11,18:35:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,18:35:24.867] [DEBUG] 6 processes running of frp type [2025-12-11,18:50:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,18:50:24.760] [DEBUG] 6 processes running of frp type [2025-12-11,19:05:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,19:05:24.761] [DEBUG] 6 processes running of frp type [2025-12-11,19:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,19:20:26.100] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-11 19:32:06.514 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:32:16.515 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:32:16.515 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:32:26.517 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:32:26.518 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:32:36.519 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:32:36.520 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:32:46.521 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:32:46.522 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:32:56.523 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:33:16.524 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:33:26.526 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:33:46.528 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:33:46.533 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:34:06.534 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:34:06.539 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:34:26.540 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:34:26.544 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:34:46.546 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:34:46.551 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:35:06.552 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:35:06.555 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:35:26.556 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:35:36.558 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:35:56.560 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:36:06.562 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:36:26.563 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:36:36.565 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:36:56.567 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:37:06.568 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:37:26.569 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:37:36.571 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:37:56.573 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:37:56.578 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:38:16.578 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:38:26.580 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:38:46.581 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:38:56.583 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:39:16.584 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:39:26.586 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:39:46.587 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:39:56.589 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:40:16.591 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:40:26.592 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:40:46.594 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:40:56.595 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 19:41:16.596 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:41:16.600 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:41:36.601 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:41:36.607 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 19:41:56.609 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 19:41:57.555 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-11 19:41:57.556 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-11 19:41:57.897 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-11,19:50:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,19:50:23.993] [DEBUG] 6 processes running of frp type [2025-12-11,20:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-11 20:05:55.090 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:06:05.091 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:06:05.093 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:06:15.094 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:06:15.095 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:06:25.096 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:06:25.097 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:06:35.097 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:06:55.099 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:07:05.101 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:07:25.102 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:07:35.104 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2025-12-11 20:07:55.106 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:07:55.111 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:08:15.112 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:08:15.126 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:08:35.127 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:08:35.132 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:08:55.133 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:08:55.137 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:09:15.139 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:09:15.143 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:09:35.144 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:09:35.181 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:09:55.183 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:09:55.188 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 20:10:15.190 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:10:30.885 [W] [client/service.go:297] [0144638410000441] connect to server error: i/o deadline reached 2025-12-11 20:10:50.886 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:10:52.948 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-11 20:10:52.949 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-11 20:10:53.997 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success 2025-12-11 20:11:31.623 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:11:41.625 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:11:41.626 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:11:51.627 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:11:51.627 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:12:01.629 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:12:01.629 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:12:11.630 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:12:11.631 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:12:21.632 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:12:41.633 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:12:51.636 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 20:13:11.638 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 20:13:12.933 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-11 20:13:12.934 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-11 20:13:13.514 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-11,20:20:18.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,20:20:25.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,20:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,20:35:25.224] [DEBUG] 6 processes running of frp type [2025-12-11,20:50:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,20:50:24.684] [DEBUG] 6 processes running of frp type [2025-12-11,21:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,21:05:24.943] [DEBUG] 6 processes running of frp type 2025-12-11 21:17:21.073 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 21:17:22.827 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-11 21:17:22.827 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-11 21:17:23.356 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-11,21:20:22.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,21:20:29.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,21:35:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,21:35:24.170] [DEBUG] 6 processes running of frp type [2025-12-11,21:50:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,21:50:23.905] [DEBUG] 6 processes running of frp type [2025-12-11,22:05:17.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,22:05:24.624] [DEBUG] 6 processes running of frp type [2025-12-11,22:20:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,22:20:24.546] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-11 22:30:56.203 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 22:31:06.205 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 22:31:06.206 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-11 22:31:19.048 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-11 22:31:19.049 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-11 22:31:29.415 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-11,22:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,22:35:23.861] [DEBUG] 6 processes running of frp type [2025-12-11,22:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,22:50:24.685] [DEBUG] 6 processes running of frp type [2025-12-11,23:05:18.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,23:05:26.895] [DEBUG] 6 processes running of frp type [2025-12-11,23:20:17.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,23:20:24.169] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,23:35:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,23:35:23.986] [DEBUG] 6 processes running of frp type [2025-12-11,23:50:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-11,23:50:23.923] [DEBUG] 6 processes running of frp type [2025-12-12,00:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,00:05:23.622] [DEBUG] 6 processes running of frp type [2025-12-12,00:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,00:20:29.914] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,00:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,00:35:23.874] [DEBUG] 6 processes running of frp type [2025-12-12,00:50:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,00:50:24.813] [DEBUG] 6 processes running of frp type [2025-12-12,01:05:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,01:05:23.596] [DEBUG] 6 processes running of frp type [2025-12-12,01:20:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,01:20:24.718] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,01:35:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,01:35:23.788] [DEBUG] 6 processes running of frp type [2025-12-12,01:50:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,01:50:24.297] [DEBUG] 6 processes running of frp type 2025-12-12 01:52:14.891 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 01:52:20.260 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-12 01:52:20.261 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-12 01:52:20.717 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-12,02:05:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,02:05:24.016] [DEBUG] 6 processes running of frp type [2025-12-12,02:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,02:20:24.128] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,02:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,02:35:23.967] [DEBUG] 6 processes running of frp type [2025-12-12,02:50:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,02:50:23.599] [DEBUG] 6 processes running of frp type [2025-12-12,03:05:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,03:05:24.380] [DEBUG] 6 processes running of frp type [2025-12-12,03:20:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,03:20:24.137] [DEBUG] 6 processes running of frp type 2025-12-12 03:24:29.382 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:24:30.496 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-12 03:24:30.497 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-12 03:24:30.823 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-12 03:30:44.632 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:30:54.633 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:30:54.634 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:31:04.635 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:31:04.635 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:31:14.637 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:31:14.637 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:31:24.639 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:31:24.639 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:31:34.640 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:31:54.640 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:32:04.642 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:32:24.643 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:32:34.646 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:32:54.647 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:33:04.648 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:33:24.649 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:33:24.655 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 03:33:44.656 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:33:44.659 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 03:34:04.661 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:34:04.666 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 03:34:24.667 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:34:24.671 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 03:34:44.672 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:34:44.674 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 03:35:04.674 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:35:05.638 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-12 03:35:05.640 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-12 03:35:05.965 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-12,03:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,03:35:24.031] [DEBUG] 6 processes running of frp type 2025-12-12 03:37:52.026 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:38:02.027 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:38:02.028 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:38:12.029 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 03:38:12.030 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 03:38:12.936 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-12 03:38:12.937 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-12 03:38:13.242 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-12,03:50:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,03:50:24.163] [DEBUG] 6 processes running of frp type [2025-12-12,04:05:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,04:05:24.178] [DEBUG] 6 processes running of frp type 2025-12-12 04:06:52.507 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 04:06:52.509 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 04:06:54.546 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 04:07:04.548 [W] [client/service.go:297] [0144638410000441] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 04:07:04.549 [I] [client/service.go:294] [0144638410000441] try to connect to server... 2025-12-12 04:07:06.509 [I] [client/service.go:286] [0144638410000441] login to server success, get run id [0144638410000441] 2025-12-12 04:07:06.511 [I] [proxy/proxy_manager.go:173] [0144638410000441] proxy added: [DTN57CC5599] 2025-12-12 04:07:06.834 [I] [client/control.go:168] [0144638410000441] [DTN57CC5599] start proxy success [2025-12-12,04:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,04:20:23.964] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,04:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,04:35:23.946] [DEBUG] 6 processes running of frp type [2025-12-12,04:50:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,04:50:24.652] [DEBUG] 6 processes running of frp type [2025-12-12,05:05:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,05:05:24.728] [DEBUG] 6 processes running of frp type [2025-12-12,05:20:18.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,05:20:24.744] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,05:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,05:35:24.304] [DEBUG] 6 processes running of frp type [2025-12-12,05:50:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,05:50:23.955] [DEBUG] 6 processes running of frp type [2025-12-12,06:05:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,06:05:23.858] [DEBUG] 6 processes running of frp type [2025-12-12,06:20:17.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,06:20:23.743] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,06:30:40.965] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,06:30:40.975] [INFO] LocationSqlManager initialising [2025-12-12,06:30:40.977] [INFO] Location DB initialising [2025-12-12,06:30:40.998] [INFO] LocationSqlManager initialisation complete [2025-12-12,06:30:41.000] [DEBUG] UploadManager Init [2025-12-12,06:30:41.001] [DEBUG] UploadManager Init Complete [2025-12-12,06:30:41.007] [INFO] Initializing GPS... [2025-12-12,06:30:41.010] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,06:32:44.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,06:32:57.540] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-12,06:33:13.598] [DEBUG] Log Upload Complete! [2025-12-12,06:35:44.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,06:35:52.004] [DEBUG] Remote Access Enabled [2025-12-12,06:35:59.302] [INFO] Server Address: 138.201.17.179 [2025-12-12,06:35:59.303] [INFO] Server Port: 7000 [2025-12-12,06:35:59.308] [DEBUG] Starting Remote Access! 2025-12-12 06:35:59.439 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 06:35:59.439 [I] [client/service.go:294] try to connect to server... 2025-12-12 06:36:00.594 [I] [client/service.go:286] [6fa7ac20c5de9d11] login to server success, get run id [6fa7ac20c5de9d11] 2025-12-12 06:36:00.596 [I] [proxy/proxy_manager.go:173] [6fa7ac20c5de9d11] proxy added: [DTN57CC5599] 2025-12-12 06:36:01.211 [I] [client/control.go:168] [6fa7ac20c5de9d11] [DTN57CC5599] start proxy success [2025-12-12,06:50:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,06:50:25.645] [DEBUG] 6 processes running of frp type 2025-12-12 07:05:18.078 [I] [client/service.go:294] [6fa7ac20c5de9d11] try to connect to server... 2025-12-12 07:05:19.075 [I] [client/service.go:286] [6fa7ac20c5de9d11] login to server success, get run id [6fa7ac20c5de9d11] 2025-12-12 07:05:19.076 [I] [proxy/proxy_manager.go:173] [6fa7ac20c5de9d11] proxy added: [DTN57CC5599] 2025-12-12 07:05:19.393 [I] [client/control.go:168] [6fa7ac20c5de9d11] [DTN57CC5599] start proxy success [2025-12-12,07:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,07:20:24.272] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,07:35:17.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,07:35:24.455] [DEBUG] 6 processes running of frp type [2025-12-12,07:50:17.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,07:50:25.024] [DEBUG] 6 processes running of frp type [2025-12-12,08:02:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,08:02:24.166] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-12,08:03:06.806] [DEBUG] Log Upload Complete! [2025-12-12,08:05:17.592] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,08:05:24.311] [DEBUG] 6 processes running of frp type [2025-12-12,08:20:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,08:20:24.207] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,08:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,08:35:24.442] [DEBUG] 6 processes running of frp type [2025-12-12,08:50:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,08:50:23.753] [DEBUG] 6 processes running of frp type [2025-12-12,09:05:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,09:05:23.869] [DEBUG] 6 processes running of frp type [2025-12-12,09:20:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,09:20:23.744] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,09:35:16.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,09:35:23.638] [DEBUG] 6 processes running of frp type [2025-12-12,09:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,09:50:24.585] [DEBUG] 6 processes running of frp type [2025-12-12,10:05:18.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,10:05:24.638] [DEBUG] 6 processes running of frp type [2025-12-12,10:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,10:20:24.438] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,10:35:18.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,10:35:24.835] [DEBUG] 6 processes running of frp type [2025-12-12,10:50:17.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,10:50:23.921] [DEBUG] 6 processes running of frp type [2025-12-12,11:05:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,11:05:24.157] [DEBUG] 6 processes running of frp type [2025-12-12,11:20:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,11:20:23.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,11:35:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,11:35:23.812] [DEBUG] 6 processes running of frp type [2025-12-12,11:50:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,11:50:24.305] [DEBUG] 6 processes running of frp type [2025-12-12,12:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,12:05:24.447] [DEBUG] 6 processes running of frp type 2025-12-12 12:07:08.376 [I] [client/service.go:294] [6fa7ac20c5de9d11] try to connect to server... 2025-12-12 12:07:08.380 [W] [client/service.go:297] [6fa7ac20c5de9d11] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 12:07:10.430 [I] [client/service.go:294] [6fa7ac20c5de9d11] try to connect to server... 2025-12-12 12:07:10.436 [W] [client/service.go:297] [6fa7ac20c5de9d11] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 12:07:14.563 [I] [client/service.go:294] [6fa7ac20c5de9d11] try to connect to server... 2025-12-12 12:07:15.724 [I] [client/service.go:286] [6fa7ac20c5de9d11] login to server success, get run id [6fa7ac20c5de9d11] 2025-12-12 12:07:15.726 [I] [proxy/proxy_manager.go:173] [6fa7ac20c5de9d11] proxy added: [DTN57CC5599] 2025-12-12 12:07:16.081 [I] [client/control.go:168] [6fa7ac20c5de9d11] [DTN57CC5599] start proxy success [2025-12-12,12:20:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,12:20:24.248] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,12:35:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,12:35:24.477] [DEBUG] 6 processes running of frp type [2025-12-12,12:50:18.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,12:50:24.853] [DEBUG] 6 processes running of frp type [2025-12-12,13:05:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,13:05:24.225] [DEBUG] 6 processes running of frp type [2025-12-12,13:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,13:20:24.169] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,13:35:17.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,13:35:24.497] [DEBUG] 6 processes running of frp type [2025-12-12,13:50:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,13:50:24.102] [DEBUG] 6 processes running of frp type [2025-12-12,14:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,14:05:23.936] [DEBUG] 6 processes running of frp type [2025-12-12,14:20:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,14:20:24.053] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,14:35:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,14:35:24.314] [DEBUG] 6 processes running of frp type [2025-12-12,14:50:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,14:50:24.382] [DEBUG] 6 processes running of frp type [2025-12-12,15:05:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,15:05:24.650] [DEBUG] 6 processes running of frp type [2025-12-12,15:20:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,15:20:24.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,15:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,15:35:24.178] [DEBUG] 6 processes running of frp type [2025-12-12,15:50:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,15:50:23.896] [DEBUG] 6 processes running of frp type [2025-12-12,16:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,16:05:23.794] [DEBUG] 6 processes running of frp type [2025-12-12,16:20:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,16:20:23.610] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,16:35:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,16:35:23.991] [DEBUG] 6 processes running of frp type [2025-12-12,16:50:16.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,16:50:23.638] [DEBUG] 6 processes running of frp type [2025-12-12,17:05:18.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,17:05:24.880] [DEBUG] 6 processes running of frp type [2025-12-12,17:20:17.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,17:20:23.738] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,17:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,17:35:24.122] [DEBUG] 6 processes running of frp type [2025-12-12,17:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,17:50:24.367] [DEBUG] 6 processes running of frp type [2025-12-12,18:05:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,18:05:24.566] [DEBUG] 6 processes running of frp type [2025-12-12,18:20:17.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,18:20:24.510] [DEBUG] 6 processes running of frp type [2025-12-12,18:25:41.603] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,18:25:41.608] [INFO] LocationSqlManager initialising [2025-12-12,18:25:41.609] [INFO] Location DB initialising [2025-12-12,18:25:41.618] [INFO] LocationSqlManager initialisation complete [2025-12-12,18:25:41.619] [DEBUG] UploadManager Init [2025-12-12,18:25:41.619] [DEBUG] UploadManager Init Complete [2025-12-12,18:25:41.622] [INFO] Initializing GPS... [2025-12-12,18:25:41.624] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,18:27:45.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,18:27:51.570] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-12,18:28:14.798] [DEBUG] Log Upload Complete! [2025-12-12,18:30:44.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,18:30:51.442] [DEBUG] Remote Access Enabled [2025-12-12,18:30:57.724] [INFO] Server Address: 138.201.17.179 [2025-12-12,18:30:57.725] [INFO] Server Port: 7000 [2025-12-12,18:30:57.729] [DEBUG] Starting Remote Access! 2025-12-12 18:30:57.867 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 18:30:57.868 [I] [client/service.go:294] try to connect to server... 2025-12-12 18:30:58.732 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 18:30:58.733 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 18:30:59.041 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,18:35:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,18:35:23.814] [DEBUG] 6 processes running of frp type [2025-12-12,18:50:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,18:50:24.380] [DEBUG] 6 processes running of frp type 2025-12-12 19:04:58.461 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:05:08.463 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:05:08.464 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:05:18.466 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:05:18.466 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:05:28.468 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:05:28.469 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... [2025-12-12,19:05:33.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-12 19:05:39.146 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 19:05:39.147 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 19:05:39.520 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,19:05:42.705] [DEBUG] 6 processes running of frp type 2025-12-12 19:15:27.204 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:15:37.206 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:15:37.206 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:15:47.208 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:15:47.208 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:15:49.393 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 19:15:49.395 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 19:15:49.730 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,19:20:19.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,19:20:26.203] [DEBUG] 6 processes running of frp type 2025-12-12 19:24:07.365 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:24:19.371 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 19:24:19.373 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 19:24:19.741 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-12 19:29:54.430 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:30:04.433 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:30:04.434 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:30:14.435 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:30:14.436 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:30:24.538 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 19:30:24.540 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 19:30:24.847 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success 2025-12-12 19:31:02.581 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:31:12.582 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:31:12.583 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:31:22.584 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:31:22.585 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:31:32.586 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:31:32.587 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:31:42.588 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:31:42.589 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:31:52.591 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 19:32:12.592 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 19:32:13.631 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 19:32:13.633 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 19:32:14.046 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,19:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,19:35:25.759] [DEBUG] 6 processes running of frp type [2025-12-12,19:50:17.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,19:50:24.688] [DEBUG] 6 processes running of frp type [2025-12-12,20:05:16.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,20:05:23.616] [DEBUG] 6 processes running of frp type [2025-12-12,20:20:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,20:20:26.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,20:35:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,20:35:24.061] [DEBUG] 6 processes running of frp type [2025-12-12,20:50:20.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,20:50:28.152] [DEBUG] 6 processes running of frp type [2025-12-12,21:05:22.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,21:05:30.290] [DEBUG] 6 processes running of frp type 2025-12-12 21:18:15.710 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 21:18:26.534 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 21:18:26.536 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 21:18:28.196 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,21:20:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,21:20:24.610] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,21:35:17.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,21:35:25.520] [DEBUG] 6 processes running of frp type [2025-12-12,21:50:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,21:50:24.620] [DEBUG] 6 processes running of frp type [2025-12-12,22:05:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,22:05:24.727] [DEBUG] 6 processes running of frp type 2025-12-12 22:18:07.034 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:18:25.139 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 22:18:25.141 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 22:18:26.361 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,22:20:18.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,22:20:29.334] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-12 22:29:11.525 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:29:21.527 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:29:21.527 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:29:33.656 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: connection write timeout 2025-12-12 22:29:33.657 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:29:49.505 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: connection write timeout 2025-12-12 22:29:49.506 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:30:03.453 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: connection write timeout 2025-12-12 22:30:03.454 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:30:23.307 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: connection write timeout 2025-12-12 22:30:23.308 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:30:33.309 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:30:53.311 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:31:03.943 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: connection write timeout 2025-12-12 22:31:23.945 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:31:28.878 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 22:31:28.880 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 22:31:29.610 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success 2025-12-12 22:32:35.999 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:32:50.663 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: i/o deadline reached 2025-12-12 22:32:50.664 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:33:07.772 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: i/o deadline reached 2025-12-12 22:33:07.773 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:33:17.774 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:33:17.775 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:33:22.258 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 22:33:22.259 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 22:33:24.063 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,22:35:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,22:35:25.137] [DEBUG] 6 processes running of frp type 2025-12-12 22:47:13.467 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:47:37.983 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: i/o deadline reached 2025-12-12 22:47:37.984 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-12 22:47:45.808 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-12 22:47:45.809 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-12 22:47:46.436 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-12,22:50:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,22:50:23.820] [DEBUG] 6 processes running of frp type [2025-12-12,23:05:22.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,23:05:30.284] [DEBUG] 6 processes running of frp type [2025-12-12,23:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,23:20:24.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,23:35:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,23:35:24.416] [DEBUG] 6 processes running of frp type [2025-12-12,23:50:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-12,23:50:24.338] [DEBUG] 6 processes running of frp type [2025-12-13,00:05:18.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,00:05:24.650] [DEBUG] 6 processes running of frp type 2025-12-13 00:11:55.426 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:12:05.428 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:12:05.429 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:12:15.431 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:12:15.432 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:12:25.433 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:12:25.434 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:12:35.436 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:12:35.437 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:12:45.439 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:13:05.440 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:13:05.448 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 00:13:25.449 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 00:13:26.532 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-13 00:13:26.533 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-13 00:13:26.865 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-13,00:20:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,00:20:24.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,00:35:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,00:35:24.123] [DEBUG] 6 processes running of frp type [2025-12-13,00:50:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,00:50:24.184] [DEBUG] 6 processes running of frp type [2025-12-13,01:05:17.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,01:05:25.073] [DEBUG] 6 processes running of frp type [2025-12-13,01:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,01:20:23.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,01:35:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,01:35:23.888] [DEBUG] 6 processes running of frp type [2025-12-13,01:50:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,01:50:23.702] [DEBUG] 6 processes running of frp type [2025-12-13,02:05:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,02:05:24.552] [DEBUG] 6 processes running of frp type 2025-12-13 02:15:33.599 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 02:15:43.602 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 02:15:43.602 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 02:15:53.603 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 02:15:53.603 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 02:15:55.598 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-13 02:15:55.598 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-13 02:15:55.926 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-13,02:20:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,02:20:24.707] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,02:35:17.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,02:35:23.684] [DEBUG] 6 processes running of frp type [2025-12-13,02:50:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,02:50:24.195] [DEBUG] 6 processes running of frp type [2025-12-13,03:05:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,03:05:25.148] [DEBUG] 6 processes running of frp type [2025-12-13,03:20:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,03:20:24.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,03:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,03:35:24.130] [DEBUG] 6 processes running of frp type 2025-12-13 03:41:40.355 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 03:41:41.601 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-13 03:41:41.603 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-13 03:41:42.143 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-13,03:50:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,03:50:24.223] [DEBUG] 6 processes running of frp type [2025-12-13,04:05:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,04:05:23.952] [DEBUG] 6 processes running of frp type 2025-12-13 04:06:41.010 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:06:41.021 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:43.137 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:06:43.141 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:47.665 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:06:47.669 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:57.319 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:06:57.324 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:07:17.325 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:07:17.329 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:07:37.331 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:07:37.335 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:07:57.337 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:07:57.341 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:08:17.342 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:08:17.346 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:08:37.346 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:08:37.349 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:08:57.350 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:08:57.406 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:09:17.408 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:09:17.410 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:09:37.410 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:09:37.415 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:09:57.416 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:09:57.470 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:10:17.472 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:10:17.475 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:10:37.476 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:10:37.480 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:10:57.481 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:10:57.488 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:11:17.490 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:11:17.494 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:11:37.495 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:11:37.551 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:11:57.552 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:11:57.554 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:12:17.556 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:12:17.587 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:12:37.587 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:12:37.590 [W] [client/service.go:297] [4f2bc97c173f8c1a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:12:57.591 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:12:58.921 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-13 04:12:58.923 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-13 04:12:59.228 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-13,04:20:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,04:20:23.865] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,04:35:18.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-13 04:35:21.032 [I] [client/service.go:294] [4f2bc97c173f8c1a] try to connect to server... 2025-12-13 04:35:22.681 [I] [client/service.go:286] [4f2bc97c173f8c1a] login to server success, get run id [4f2bc97c173f8c1a] 2025-12-13 04:35:22.683 [I] [proxy/proxy_manager.go:173] [4f2bc97c173f8c1a] proxy added: [DTN57CC5599] 2025-12-13 04:35:22.992 [I] [client/control.go:168] [4f2bc97c173f8c1a] [DTN57CC5599] start proxy success [2025-12-13,04:35:35.200] [DEBUG] 6 processes running of frp type [2025-12-13,04:50:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,04:50:24.530] [DEBUG] 6 processes running of frp type [2025-12-13,05:05:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,05:05:24.580] [DEBUG] 6 processes running of frp type [2025-12-13,05:20:18.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,05:20:28.897] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,05:35:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,05:35:24.157] [DEBUG] 6 processes running of frp type [2025-12-13,05:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,05:50:24.170] [DEBUG] 6 processes running of frp type [2025-12-13,06:05:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,06:05:24.569] [DEBUG] 6 processes running of frp type [2025-12-13,06:20:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,06:20:24.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,06:30:41.282] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,06:30:41.287] [INFO] LocationSqlManager initialising [2025-12-13,06:30:41.288] [INFO] Location DB initialising [2025-12-13,06:30:41.297] [INFO] LocationSqlManager initialisation complete [2025-12-13,06:30:41.298] [DEBUG] UploadManager Init [2025-12-13,06:30:41.298] [DEBUG] UploadManager Init Complete [2025-12-13,06:30:41.301] [INFO] Initializing GPS... [2025-12-13,06:30:41.303] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,06:32:46.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,06:32:52.964] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-13,06:33:52.983] [DEBUG] Log Upload Complete! [2025-12-13,06:35:44.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,06:35:44.928] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,06:35:52.394] [DEBUG] Remote Access Enabled [2025-12-13,06:35:58.747] [INFO] Server Address: 138.201.17.179 [2025-12-13,06:35:58.748] [INFO] Server Port: 7000 [2025-12-13,06:35:58.753] [DEBUG] Starting Remote Access! 2025-12-13 06:35:58.886 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-13 06:35:58.887 [I] [client/service.go:294] try to connect to server... 2025-12-13 06:36:00.016 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 06:36:00.017 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 06:36:00.318 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success [2025-12-13,06:50:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,06:50:24.602] [DEBUG] 6 processes running of frp type [2025-12-13,07:05:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,07:05:23.998] [DEBUG] 6 processes running of frp type [2025-12-13,07:20:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,07:20:23.772] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,07:35:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,07:35:24.635] [DEBUG] 6 processes running of frp type [2025-12-13,07:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,07:50:24.697] [DEBUG] 6 processes running of frp type [2025-12-13,08:02:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,08:02:23.658] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-13,08:02:34.759] [DEBUG] Log Upload Complete! [2025-12-13,08:05:17.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,08:05:24.037] [DEBUG] 6 processes running of frp type [2025-12-13,08:20:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,08:20:24.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,08:35:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,08:35:24.504] [DEBUG] 6 processes running of frp type [2025-12-13,08:50:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,08:50:23.839] [DEBUG] 6 processes running of frp type [2025-12-13,09:05:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,09:05:23.836] [DEBUG] 6 processes running of frp type [2025-12-13,09:20:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,09:20:23.887] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,09:35:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,09:35:24.176] [DEBUG] 6 processes running of frp type [2025-12-13,09:50:19.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,09:50:30.442] [DEBUG] 6 processes running of frp type [2025-12-13,10:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,10:05:24.850] [DEBUG] 6 processes running of frp type 2025-12-13 10:14:41.227 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:14:51.229 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:14:51.230 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:15:01.231 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:15:01.231 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:15:11.233 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:15:11.234 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:15:21.236 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:15:21.237 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:15:22.357 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 10:15:22.358 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 10:15:23.038 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success 2025-12-13 10:17:32.570 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:17:42.572 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:17:42.573 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:17:52.574 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:17:52.575 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:18:02.576 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:18:02.577 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:18:12.578 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:18:12.579 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:18:22.581 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:18:42.582 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:18:52.584 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:19:12.586 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:19:12.592 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:19:32.593 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:19:32.599 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:19:52.601 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:19:52.606 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:20:12.608 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:20:12.613 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:20:32.614 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:20:32.620 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:20:52.622 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:20:52.628 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:21:12.630 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:21:12.636 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:21:32.637 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:21:32.641 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:21:52.643 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:21:52.649 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:22:12.651 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:22:13.638 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 10:22:13.639 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 10:22:13.952 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,10:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,10:35:24.323] [DEBUG] 6 processes running of frp type 2025-12-13 10:42:35.501 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:42:49.727 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: i/o deadline reached 2025-12-13 10:42:49.727 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:42:59.729 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:42:59.729 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:43:09.731 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:43:09.732 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:43:19.733 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:43:19.734 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:43:29.735 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:43:49.737 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:43:59.739 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:44:19.741 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:44:29.742 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:44:49.744 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:44:49.749 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:45:09.751 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:45:09.756 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:45:29.757 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:45:29.762 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:45:49.763 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:45:49.781 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:46:09.782 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:46:09.786 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:46:29.787 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:46:29.792 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:46:49.793 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:46:55.015 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 10:46:55.017 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 10:46:55.455 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success 2025-12-13 10:47:33.509 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:47:43.512 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:47:43.513 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:47:53.514 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:47:53.515 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:48:03.516 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:48:03.516 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:48:13.518 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:48:13.518 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:48:23.521 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:48:43.521 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:48:53.524 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:49:13.526 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:49:23.528 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 10:49:43.530 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:49:43.533 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:50:03.534 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:50:03.538 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:50:23.539 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:50:23.544 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:50:43.545 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:50:43.551 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:51:03.553 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:51:03.557 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 10:51:23.558 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 10:51:24.524 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 10:51:24.525 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 10:51:24.838 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success 2025-12-13 11:03:43.790 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 11:03:53.793 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 11:03:53.793 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 11:04:03.795 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 11:04:03.796 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 11:04:13.797 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 11:04:13.798 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 11:04:23.799 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 11:04:43.800 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 11:04:45.095 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 11:04:45.097 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 11:04:45.411 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success [2025-12-13,11:05:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,11:05:25.253] [DEBUG] 6 processes running of frp type [2025-12-13,11:20:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,11:20:25.143] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,11:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,11:35:25.099] [DEBUG] 6 processes running of frp type [2025-12-13,11:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,11:50:24.493] [DEBUG] 6 processes running of frp type [2025-12-13,12:05:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,12:05:25.077] [DEBUG] 6 processes running of frp type [2025-12-13,12:20:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,12:20:26.003] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,12:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,12:35:25.562] [DEBUG] 6 processes running of frp type [2025-12-13,12:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,12:50:25.191] [DEBUG] 6 processes running of frp type [2025-12-13,13:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,13:05:25.183] [DEBUG] 6 processes running of frp type [2025-12-13,13:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,13:20:24.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,13:35:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,13:35:25.313] [DEBUG] 6 processes running of frp type [2025-12-13,13:50:17.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,13:50:25.094] [DEBUG] 6 processes running of frp type [2025-12-13,14:05:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,14:05:25.903] [DEBUG] 6 processes running of frp type [2025-12-13,14:20:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,14:20:24.703] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,14:35:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,14:35:25.264] [DEBUG] 6 processes running of frp type [2025-12-13,14:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,14:50:25.359] [DEBUG] 6 processes running of frp type [2025-12-13,15:05:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,15:05:25.905] [DEBUG] 6 processes running of frp type [2025-12-13,15:20:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,15:20:25.067] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,15:35:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,15:35:24.884] [DEBUG] 6 processes running of frp type [2025-12-13,15:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,15:50:25.408] [DEBUG] 6 processes running of frp type [2025-12-13,16:05:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,16:05:26.210] [DEBUG] 6 processes running of frp type [2025-12-13,16:20:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,16:20:24.451] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,16:35:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,16:35:23.989] [DEBUG] 6 processes running of frp type [2025-12-13,16:50:18.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,16:50:25.893] [DEBUG] 6 processes running of frp type [2025-12-13,17:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,17:05:25.291] [DEBUG] 6 processes running of frp type [2025-12-13,17:20:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,17:20:25.376] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-13 17:33:14.363 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 17:33:24.365 [W] [client/service.go:297] [700a974b298d9e4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 17:33:24.365 [I] [client/service.go:294] [700a974b298d9e4d] try to connect to server... 2025-12-13 17:33:32.901 [I] [client/service.go:286] [700a974b298d9e4d] login to server success, get run id [700a974b298d9e4d] 2025-12-13 17:33:32.903 [I] [proxy/proxy_manager.go:173] [700a974b298d9e4d] proxy added: [DTN57CC5599] 2025-12-13 17:33:33.233 [I] [client/control.go:168] [700a974b298d9e4d] [DTN57CC5599] start proxy success [2025-12-13,17:35:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,17:35:26.557] [DEBUG] 6 processes running of frp type [2025-12-13,17:50:18.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,17:50:27.644] [DEBUG] 6 processes running of frp type [2025-12-13,18:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,18:05:26.552] [DEBUG] 6 processes running of frp type [2025-12-13,18:20:18.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,18:20:26.445] [DEBUG] 6 processes running of frp type [2025-12-13,18:25:42.332] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,18:25:42.339] [INFO] LocationSqlManager initialising [2025-12-13,18:25:42.340] [INFO] Location DB initialising [2025-12-13,18:25:42.351] [INFO] LocationSqlManager initialisation complete [2025-12-13,18:25:42.352] [DEBUG] UploadManager Init [2025-12-13,18:25:42.352] [DEBUG] UploadManager Init Complete [2025-12-13,18:25:42.357] [INFO] Initializing GPS... [2025-12-13,18:25:42.360] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,18:27:45.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,18:27:57.588] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-13,18:28:29.456] [DEBUG] Log Upload Complete! [2025-12-13,18:30:45.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,18:30:52.191] [DEBUG] Remote Access Enabled [2025-12-13,18:30:58.408] [INFO] Server Address: 138.201.17.179 [2025-12-13,18:30:58.409] [INFO] Server Port: 7000 [2025-12-13,18:30:58.413] [DEBUG] Starting Remote Access! 2025-12-13 18:30:58.547 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-13 18:30:58.548 [I] [client/service.go:294] try to connect to server... 2025-12-13 18:30:59.497 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 18:30:59.498 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 18:30:59.821 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-13,18:35:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,18:35:24.571] [DEBUG] 6 processes running of frp type 2025-12-13 18:47:28.254 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:47:38.256 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:47:38.257 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:47:48.258 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:47:48.259 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:47:58.260 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:47:58.261 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:48:08.263 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:48:08.263 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:48:18.265 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:48:38.266 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:48:45.488 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:49:05.489 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:49:05.495 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:49:25.496 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:49:36.816 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 18:49:56.817 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:50:05.557 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 18:50:05.558 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 18:50:07.870 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-13 18:50:37.482 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:50:47.484 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:50:47.485 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:50:57.486 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:50:57.486 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:51:07.487 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:51:07.488 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:51:17.490 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:51:17.491 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:51:27.492 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:51:47.494 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:51:57.495 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:52:17.496 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:52:27.498 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 18:52:47.499 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:52:47.503 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:53:07.504 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:53:07.507 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:53:27.508 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:53:27.514 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:53:47.516 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:53:47.520 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:54:07.522 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:54:07.525 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:54:27.527 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:54:27.533 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:54:47.535 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:54:47.538 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:55:07.539 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:55:07.542 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 18:55:27.542 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 18:55:28.475 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 18:55:28.476 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 18:55:28.797 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-13,19:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,19:05:24.801] [DEBUG] 6 processes running of frp type [2025-12-13,19:20:17.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,19:20:23.863] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,19:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,19:35:27.376] [DEBUG] 6 processes running of frp type 2025-12-13 19:48:08.636 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:48:13.588 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 19:48:13.589 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 19:48:14.552 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-13,19:50:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,19:50:29.750] [DEBUG] 6 processes running of frp type 2025-12-13 19:54:01.804 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:54:11.806 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:54:11.807 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:54:21.809 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:54:21.809 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:54:31.811 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:54:31.811 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:54:41.814 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:54:41.814 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:54:50.272 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 19:54:50.273 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 19:55:23.735 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:55:33.736 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:55:33.737 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:55:43.738 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:55:43.739 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:55:53.739 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:55:53.739 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:56:03.741 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:56:03.743 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:56:13.744 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:56:33.746 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:56:41.006 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 19:57:01.008 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:57:01.012 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 19:57:21.014 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:57:21.016 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 19:57:41.017 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:57:41.024 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 19:58:01.025 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:58:01.032 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 19:58:21.032 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:58:21.037 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 19:58:41.039 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:58:42.557 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 19:58:42.558 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 19:58:42.900 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-13 19:59:21.364 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:59:31.366 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:59:31.366 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:59:41.367 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:59:41.368 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 19:59:51.369 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 19:59:51.370 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:00:01.370 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 20:00:01.371 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:00:11.372 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 20:00:31.373 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:00:41.375 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 20:01:01.376 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:01:01.433 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:01:21.434 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:01:21.440 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:01:41.441 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:01:41.445 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:02:01.447 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:02:01.451 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:02:21.452 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:02:21.460 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:02:41.461 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:02:41.467 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:03:01.468 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:03:01.477 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:03:21.478 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:03:21.485 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:03:41.486 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:03:41.490 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:04:01.492 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:04:01.495 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:04:21.496 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:04:21.500 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 20:04:41.501 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 20:04:42.430 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 20:04:42.431 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 20:04:42.754 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-13,20:05:17.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,20:05:25.296] [DEBUG] 6 processes running of frp type [2025-12-13,20:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,20:20:24.131] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,20:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,20:35:24.144] [DEBUG] 6 processes running of frp type [2025-12-13,20:50:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,20:50:23.819] [DEBUG] 6 processes running of frp type [2025-12-13,21:05:17.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,21:05:23.637] [DEBUG] 6 processes running of frp type [2025-12-13,21:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,21:20:24.420] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,21:35:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,21:35:26.292] [DEBUG] 6 processes running of frp type [2025-12-13,21:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,21:50:24.843] [DEBUG] 6 processes running of frp type [2025-12-13,22:05:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,22:05:23.763] [DEBUG] 6 processes running of frp type [2025-12-13,22:20:18.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,22:20:43.664] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,22:35:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,22:35:27.032] [DEBUG] 6 processes running of frp type 2025-12-13 22:36:14.592 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:36:26.784 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:36:26.785 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:36:40.250 [W] [client/service.go:297] [f502262586f29520] connect to server error: i/o deadline reached 2025-12-13 22:36:40.251 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:36:54.176 [W] [client/service.go:297] [f502262586f29520] connect to server error: i/o deadline reached 2025-12-13 22:36:54.176 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:36:56.258 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 22:36:56.260 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 22:36:57.459 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-13 22:37:34.518 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:37:48.148 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 22:37:48.150 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 22:37:58.781 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-13 22:41:31.038 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:41:42.191 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:41:42.192 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:41:52.193 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:41:52.194 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:42:02.195 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:42:02.195 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:42:12.197 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:42:12.197 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:42:23.920 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:42:43.922 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:42:58.343 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:43:18.344 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:43:29.333 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 22:43:29.334 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 22:43:29.780 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-13 22:45:00.500 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:45:10.502 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:45:10.503 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:45:26.646 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:45:26.647 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:45:36.648 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:45:36.649 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:45:47.682 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:45:47.683 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:45:57.685 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:46:17.685 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:46:19.079 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 22:46:19.080 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 22:46:19.545 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-13 22:48:31.202 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:48:46.278 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:48:46.279 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:48:59.459 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:48:59.460 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:49:09.461 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:49:09.462 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:49:19.463 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:49:19.464 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:49:29.466 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 22:49:49.468 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-13 22:50:01.789 [W] [client/service.go:297] [f502262586f29520] connect to server error: connection write timeout 2025-12-13 22:50:21.791 [I] [client/service.go:294] [f502262586f29520] try to connect to server... [2025-12-13,22:50:22.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-13 22:50:30.646 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-13 22:50:30.647 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-13 22:50:31.310 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-13,22:50:32.593] [DEBUG] 6 processes running of frp type [2025-12-13,23:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,23:05:24.317] [DEBUG] 6 processes running of frp type [2025-12-13,23:20:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,23:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,23:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,23:35:24.575] [DEBUG] 6 processes running of frp type [2025-12-13,23:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-13,23:50:24.360] [DEBUG] 6 processes running of frp type [2025-12-14,00:05:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,00:05:24.230] [DEBUG] 6 processes running of frp type [2025-12-14,00:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,00:20:24.024] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,00:35:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,00:35:23.963] [DEBUG] 6 processes running of frp type [2025-12-14,00:50:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,00:50:23.513] [DEBUG] 6 processes running of frp type [2025-12-14,01:05:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,01:05:24.286] [DEBUG] 6 processes running of frp type [2025-12-14,01:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,01:20:23.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,01:35:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,01:35:24.143] [DEBUG] 6 processes running of frp type [2025-12-14,01:50:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,01:50:23.682] [DEBUG] 6 processes running of frp type [2025-12-14,02:05:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,02:05:24.647] [DEBUG] 6 processes running of frp type [2025-12-14,02:20:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,02:20:24.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,02:35:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,02:35:24.722] [DEBUG] 6 processes running of frp type [2025-12-14,02:50:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,02:50:24.392] [DEBUG] 6 processes running of frp type [2025-12-14,03:05:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,03:05:24.184] [DEBUG] 6 processes running of frp type 2025-12-14 03:09:20.488 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 03:09:35.236 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 03:09:35.237 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 03:09:36.491 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-14 03:11:40.568 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 03:11:48.073 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 03:11:48.074 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 03:11:48.620 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success 2025-12-14 03:12:24.754 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 03:12:25.664 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 03:12:25.665 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 03:12:25.978 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-14,03:20:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,03:20:24.155] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,03:35:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,03:35:24.065] [DEBUG] 6 processes running of frp type [2025-12-14,03:50:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,03:50:23.725] [DEBUG] 6 processes running of frp type 2025-12-14 04:04:16.873 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:04:17.809 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 04:04:17.810 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 04:04:18.148 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-14,04:05:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,04:05:24.389] [DEBUG] 6 processes running of frp type 2025-12-14 04:06:28.116 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:06:34.335 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:06:34.335 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:06:37.375 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:06:37.375 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:06:40.414 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:06:49.506 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:06:49.508 [W] [client/service.go:297] [f502262586f29520] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:07:08.889 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:07:09.767 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 04:07:09.769 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 04:07:10.058 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-14,04:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,04:20:24.249] [DEBUG] 6 processes running of frp type 2025-12-14 04:25:35.672 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 04:25:57.067 [W] [client/service.go:297] [f502262586f29520] connect to server error: i/o deadline reached 2025-12-14 04:25:57.067 [I] [client/service.go:294] [f502262586f29520] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-14 04:26:08.877 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 04:26:08.878 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 04:26:25.409 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-14,04:35:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,04:35:24.281] [DEBUG] 6 processes running of frp type [2025-12-14,04:50:18.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,04:50:25.724] [DEBUG] 6 processes running of frp type [2025-12-14,05:05:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,05:05:24.724] [DEBUG] 6 processes running of frp type [2025-12-14,05:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,05:20:24.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,05:35:21.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,05:35:28.563] [DEBUG] 6 processes running of frp type [2025-12-14,05:50:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,05:50:23.937] [DEBUG] 6 processes running of frp type [2025-12-14,06:05:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,06:05:23.843] [DEBUG] 6 processes running of frp type 2025-12-14 06:11:15.592 [I] [client/service.go:294] [f502262586f29520] try to connect to server... 2025-12-14 06:11:20.807 [I] [client/service.go:286] [f502262586f29520] login to server success, get run id [f502262586f29520] 2025-12-14 06:11:20.808 [I] [proxy/proxy_manager.go:173] [f502262586f29520] proxy added: [DTN57CC5599] 2025-12-14 06:11:21.125 [I] [client/control.go:168] [f502262586f29520] [DTN57CC5599] start proxy success [2025-12-14,06:20:17.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,06:20:23.726] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,06:30:41.223] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,06:30:41.229] [INFO] LocationSqlManager initialising [2025-12-14,06:30:41.229] [INFO] Location DB initialising [2025-12-14,06:30:41.239] [INFO] LocationSqlManager initialisation complete [2025-12-14,06:30:41.239] [DEBUG] UploadManager Init [2025-12-14,06:30:41.240] [DEBUG] UploadManager Init Complete [2025-12-14,06:30:41.242] [INFO] Initializing GPS... [2025-12-14,06:30:41.244] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,06:32:44.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,06:32:52.139] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-14,06:33:02.421] [DEBUG] Log Upload Complete! [2025-12-14,06:35:44.789] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,06:35:44.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,06:35:51.527] [DEBUG] Remote Access Enabled [2025-12-14,06:35:58.342] [INFO] Server Address: 138.201.17.179 [2025-12-14,06:35:58.343] [INFO] Server Port: 7000 [2025-12-14,06:35:58.348] [DEBUG] Starting Remote Access! 2025-12-14 06:35:58.480 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-14 06:35:58.481 [I] [client/service.go:294] try to connect to server... 2025-12-14 06:35:59.611 [I] [client/service.go:286] [723dbb438b06d860] login to server success, get run id [723dbb438b06d860] 2025-12-14 06:35:59.613 [I] [proxy/proxy_manager.go:173] [723dbb438b06d860] proxy added: [DTN57CC5599] 2025-12-14 06:35:59.971 [I] [client/control.go:168] [723dbb438b06d860] [DTN57CC5599] start proxy success [2025-12-14,06:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,06:50:24.538] [DEBUG] 6 processes running of frp type [2025-12-14,07:05:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,07:05:24.544] [DEBUG] 6 processes running of frp type [2025-12-14,07:20:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,07:20:24.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,07:35:23.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,07:35:30.454] [DEBUG] 6 processes running of frp type [2025-12-14,07:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,07:50:23.932] [DEBUG] 6 processes running of frp type [2025-12-14,08:02:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,08:02:23.705] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-14,08:02:35.882] [DEBUG] Log Upload Complete! [2025-12-14,08:05:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,08:05:24.155] [DEBUG] 6 processes running of frp type [2025-12-14,08:20:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,08:20:24.215] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,08:35:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,08:35:23.635] [DEBUG] 6 processes running of frp type [2025-12-14,08:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,08:50:24.180] [DEBUG] 6 processes running of frp type [2025-12-14,09:05:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,09:05:24.145] [DEBUG] 6 processes running of frp type [2025-12-14,09:20:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,09:20:23.920] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,09:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,09:35:24.245] [DEBUG] 6 processes running of frp type [2025-12-14,09:50:18.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,09:50:24.769] [DEBUG] 6 processes running of frp type [2025-12-14,10:05:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,10:05:24.202] [DEBUG] 6 processes running of frp type [2025-12-14,10:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,10:20:24.049] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,10:35:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,10:35:23.757] [DEBUG] 6 processes running of frp type [2025-12-14,10:50:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,10:50:24.191] [DEBUG] 6 processes running of frp type [2025-12-14,11:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,11:05:24.100] [DEBUG] 6 processes running of frp type [2025-12-14,11:20:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,11:20:23.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,11:35:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,11:35:24.234] [DEBUG] 6 processes running of frp type [2025-12-14,11:50:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,11:50:23.718] [DEBUG] 6 processes running of frp type [2025-12-14,12:05:17.877] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,12:05:24.424] [DEBUG] 6 processes running of frp type [2025-12-14,12:20:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,12:20:24.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,12:35:18.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,12:35:24.842] [DEBUG] 6 processes running of frp type [2025-12-14,12:50:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,12:50:24.079] [DEBUG] 6 processes running of frp type [2025-12-14,13:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,13:05:24.180] [DEBUG] 6 processes running of frp type [2025-12-14,13:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,13:20:24.037] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,13:35:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,13:35:24.386] [DEBUG] 6 processes running of frp type [2025-12-14,13:50:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,13:50:24.372] [DEBUG] 6 processes running of frp type [2025-12-14,14:05:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,14:05:24.133] [DEBUG] 6 processes running of frp type [2025-12-14,14:20:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,14:20:23.996] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,14:35:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,14:35:24.426] [DEBUG] 6 processes running of frp type [2025-12-14,14:50:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,14:50:24.571] [DEBUG] 6 processes running of frp type [2025-12-14,15:05:18.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,15:05:24.703] [DEBUG] 6 processes running of frp type [2025-12-14,15:20:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,15:20:24.429] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,15:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,15:35:23.843] [DEBUG] 6 processes running of frp type [2025-12-14,15:50:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,15:50:24.143] [DEBUG] 6 processes running of frp type [2025-12-14,16:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,16:05:24.415] [DEBUG] 6 processes running of frp type [2025-12-14,16:20:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,16:20:24.280] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,16:35:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,16:35:24.276] [DEBUG] 6 processes running of frp type [2025-12-14,16:50:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,16:50:23.760] [DEBUG] 6 processes running of frp type [2025-12-14,17:05:16.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,17:05:23.553] [DEBUG] 6 processes running of frp type [2025-12-14,17:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,17:20:24.312] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,17:35:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,17:35:24.573] [DEBUG] 6 processes running of frp type [2025-12-14,17:50:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,17:50:24.408] [DEBUG] 6 processes running of frp type [2025-12-14,18:05:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,18:05:24.435] [DEBUG] 6 processes running of frp type [2025-12-14,18:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,18:20:24.506] [DEBUG] 6 processes running of frp type [2025-12-14,18:25:41.121] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,18:25:41.126] [INFO] LocationSqlManager initialising [2025-12-14,18:25:41.126] [INFO] Location DB initialising [2025-12-14,18:25:41.137] [INFO] LocationSqlManager initialisation complete [2025-12-14,18:25:41.139] [DEBUG] UploadManager Init [2025-12-14,18:25:41.139] [DEBUG] UploadManager Init Complete [2025-12-14,18:25:41.143] [INFO] Initializing GPS... [2025-12-14,18:25:41.146] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,18:27:44.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,18:27:51.395] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-14,18:28:26.308] [DEBUG] Log Upload Complete! [2025-12-14,18:30:44.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,18:30:51.490] [DEBUG] Remote Access Enabled [2025-12-14,18:30:57.748] [INFO] Server Address: 138.201.17.179 [2025-12-14,18:30:57.749] [INFO] Server Port: 7000 [2025-12-14,18:30:57.754] [DEBUG] Starting Remote Access! 2025-12-14 18:30:57.884 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-14 18:30:57.885 [I] [client/service.go:294] try to connect to server... 2025-12-14 18:30:58.783 [I] [client/service.go:286] [b3bbef692604db57] login to server success, get run id [b3bbef692604db57] 2025-12-14 18:30:58.784 [I] [proxy/proxy_manager.go:173] [b3bbef692604db57] proxy added: [DTN57CC5599] 2025-12-14 18:30:59.090 [I] [client/control.go:168] [b3bbef692604db57] [DTN57CC5599] start proxy success [2025-12-14,18:35:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,18:35:24.174] [DEBUG] 6 processes running of frp type [2025-12-14,18:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,18:50:24.304] [DEBUG] 6 processes running of frp type [2025-12-14,19:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,19:05:24.030] [DEBUG] 6 processes running of frp type 2025-12-14 19:17:38.877 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:17:48.880 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 19:17:48.881 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:17:58.883 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 19:17:58.883 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:18:08.885 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 19:18:08.886 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:18:19.502 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: i/o deadline reached 2025-12-14 19:18:19.503 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:18:34.643 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: i/o deadline reached 2025-12-14 19:18:54.644 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:19:08.212 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout 2025-12-14 19:19:28.213 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:19:40.560 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: i/o deadline reached 2025-12-14 19:20:00.562 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:20:14.154 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout [2025-12-14,19:20:20.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-14 19:20:34.155 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:20:44.514 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout 2025-12-14 19:21:04.515 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:21:16.803 [I] [client/service.go:286] [b3bbef692604db57] login to server success, get run id [b3bbef692604db57] 2025-12-14 19:21:16.805 [I] [proxy/proxy_manager.go:173] [b3bbef692604db57] proxy added: [DTN57CC5599] 2025-12-14 19:21:44.950 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:21:56.536 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout 2025-12-14 19:21:56.537 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:22:08.056 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout 2025-12-14 19:22:08.056 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:22:18.609 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout 2025-12-14 19:22:18.610 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2025-12-14 19:22:36.239 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: connection write timeout 2025-12-14 19:22:36.239 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 19:22:39.654 [I] [client/service.go:286] [b3bbef692604db57] login to server success, get run id [b3bbef692604db57] 2025-12-14 19:22:39.655 [I] [proxy/proxy_manager.go:173] [b3bbef692604db57] proxy added: [DTN57CC5599] 2025-12-14 19:22:45.778 [I] [client/control.go:168] [b3bbef692604db57] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,19:35:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,19:35:24.563] [DEBUG] 6 processes running of frp type [2025-12-14,19:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,19:50:24.516] [DEBUG] 6 processes running of frp type [2025-12-14,20:05:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,20:05:24.617] [DEBUG] 6 processes running of frp type [2025-12-14,20:20:18.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,20:20:25.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,20:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,20:35:24.622] [DEBUG] 6 processes running of frp type [2025-12-14,20:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,20:50:24.169] [DEBUG] 6 processes running of frp type [2025-12-14,21:05:22.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,21:05:29.922] [DEBUG] 6 processes running of frp type 2025-12-14 21:19:55.153 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 21:20:10.783 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: i/o deadline reached 2025-12-14 21:20:10.784 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 21:20:16.952 [I] [client/service.go:286] [b3bbef692604db57] login to server success, get run id [b3bbef692604db57] 2025-12-14 21:20:16.952 [I] [proxy/proxy_manager.go:173] [b3bbef692604db57] proxy added: [DTN57CC5599] [2025-12-14,21:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-14 21:20:17.266 [I] [client/control.go:168] [b3bbef692604db57] [DTN57CC5599] start proxy success [2025-12-14,21:20:25.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,21:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,21:35:26.603] [DEBUG] 6 processes running of frp type [2025-12-14,21:50:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,21:50:25.014] [DEBUG] 6 processes running of frp type [2025-12-14,22:05:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,22:05:23.825] [DEBUG] 6 processes running of frp type 2025-12-14 22:15:53.938 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-14 22:16:02.502 [I] [client/service.go:286] [b3bbef692604db57] login to server success, get run id [b3bbef692604db57] 2025-12-14 22:16:02.503 [I] [proxy/proxy_manager.go:173] [b3bbef692604db57] proxy added: [DTN57CC5599] 2025-12-14 22:16:03.334 [I] [client/control.go:168] [b3bbef692604db57] [DTN57CC5599] start proxy success [2025-12-14,22:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,22:20:23.749] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,22:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,22:35:24.091] [DEBUG] 6 processes running of frp type [2025-12-14,22:50:18.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,22:50:26.897] [DEBUG] 6 processes running of frp type [2025-12-14,23:05:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,23:05:23.870] [DEBUG] 6 processes running of frp type [2025-12-14,23:20:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,23:20:23.960] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,23:35:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,23:35:24.191] [DEBUG] 6 processes running of frp type [2025-12-14,23:50:17.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-14,23:50:23.811] [DEBUG] 6 processes running of frp type [2025-12-15,00:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,00:05:25.797] [DEBUG] 6 processes running of frp type [2025-12-15,00:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,00:20:23.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,00:35:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,00:35:23.837] [DEBUG] 6 processes running of frp type [2025-12-15,00:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,00:50:24.517] [DEBUG] 6 processes running of frp type [2025-12-15,01:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,01:05:24.507] [DEBUG] 6 processes running of frp type [2025-12-15,01:20:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,01:20:24.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,01:35:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,01:35:24.215] [DEBUG] 6 processes running of frp type [2025-12-15,01:50:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,01:50:25.519] [DEBUG] 6 processes running of frp type [2025-12-15,02:05:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,02:05:24.404] [DEBUG] 6 processes running of frp type [2025-12-15,02:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,02:20:24.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,02:35:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,02:35:24.873] [DEBUG] 6 processes running of frp type [2025-12-15,02:50:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,02:50:24.655] [DEBUG] 6 processes running of frp type [2025-12-15,03:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,03:05:24.375] [DEBUG] 6 processes running of frp type [2025-12-15,03:20:19.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,03:20:26.152] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,03:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,03:35:24.114] [DEBUG] 6 processes running of frp type [2025-12-15,03:50:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,03:50:23.801] [DEBUG] 6 processes running of frp type [2025-12-15,04:05:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,04:05:23.561] [DEBUG] 6 processes running of frp type 2025-12-15 04:06:35.280 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-15 04:06:37.438 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 04:06:37.438 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-15 04:06:47.439 [W] [client/service.go:297] [b3bbef692604db57] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 04:06:47.440 [I] [client/service.go:294] [b3bbef692604db57] try to connect to server... 2025-12-15 04:06:57.778 [I] [client/service.go:286] [b3bbef692604db57] login to server success, get run id [b3bbef692604db57] 2025-12-15 04:06:57.779 [I] [proxy/proxy_manager.go:173] [b3bbef692604db57] proxy added: [DTN57CC5599] 2025-12-15 04:06:58.096 [I] [client/control.go:168] [b3bbef692604db57] [DTN57CC5599] start proxy success [2025-12-15,04:20:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,04:20:24.231] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,04:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,04:35:24.115] [DEBUG] 6 processes running of frp type [2025-12-15,04:50:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,04:50:23.907] [DEBUG] 6 processes running of frp type [2025-12-15,05:05:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,05:05:23.906] [DEBUG] 6 processes running of frp type [2025-12-15,05:20:17.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,05:20:23.656] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,05:35:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,05:35:23.632] [DEBUG] 6 processes running of frp type [2025-12-15,05:50:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,05:50:23.976] [DEBUG] 6 processes running of frp type [2025-12-15,06:05:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,06:05:24.247] [DEBUG] 6 processes running of frp type [2025-12-15,06:20:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,06:20:24.044] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,06:30:42.038] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,06:30:42.043] [INFO] LocationSqlManager initialising [2025-12-15,06:30:42.044] [INFO] Location DB initialising [2025-12-15,06:30:42.053] [INFO] LocationSqlManager initialisation complete [2025-12-15,06:30:42.054] [DEBUG] UploadManager Init [2025-12-15,06:30:42.055] [DEBUG] UploadManager Init Complete [2025-12-15,06:30:42.058] [INFO] Initializing GPS... [2025-12-15,06:30:42.060] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,06:32:45.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,06:32:56.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-15,06:33:08.059] [DEBUG] Log Upload Complete! [2025-12-15,06:35:45.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,06:35:56.814] [DEBUG] Remote Access Enabled [2025-12-15,06:36:03.004] [INFO] Server Address: 138.201.17.179 [2025-12-15,06:36:03.005] [INFO] Server Port: 7000 [2025-12-15,06:36:03.014] [DEBUG] Starting Remote Access! 2025-12-15 06:36:03.199 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 06:36:03.200 [I] [client/service.go:294] try to connect to server... 2025-12-15 06:36:04.117 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 06:36:04.118 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 06:36:04.412 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success [2025-12-15,06:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,06:50:29.422] [DEBUG] 6 processes running of frp type [2025-12-15,07:05:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,07:05:24.692] [DEBUG] 6 processes running of frp type [2025-12-15,07:20:21.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,07:20:28.151] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,07:35:18.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,07:35:24.687] [DEBUG] 6 processes running of frp type [2025-12-15,07:50:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,07:50:24.689] [DEBUG] 6 processes running of frp type [2025-12-15,08:02:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,08:02:24.651] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-15,08:02:38.992] [DEBUG] Log Upload Complete! [2025-12-15,08:05:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,08:05:24.893] [DEBUG] 6 processes running of frp type [2025-12-15,08:20:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,08:20:23.710] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,08:35:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,08:35:24.348] [DEBUG] 6 processes running of frp type [2025-12-15,08:50:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,08:50:23.675] [DEBUG] 6 processes running of frp type [2025-12-15,09:05:19.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,09:05:31.651] [DEBUG] 6 processes running of frp type 2025-12-15 09:12:56.789 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:13:06.791 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:13:06.792 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:13:16.793 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:13:16.794 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:13:26.795 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:13:26.796 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:13:36.798 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:13:36.799 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:13:46.800 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:14:06.802 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:14:16.803 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:14:36.805 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:14:46.807 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:15:06.808 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:15:06.813 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:15:26.815 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:15:26.820 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:15:46.822 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:15:46.826 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:16:06.827 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:16:06.832 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:16:26.833 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:16:26.837 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:16:46.838 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:16:46.843 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:17:06.845 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:17:06.851 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:17:26.852 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:17:26.861 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:17:46.862 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:17:46.868 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:18:06.869 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:18:06.874 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:18:26.875 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:18:26.880 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:18:46.881 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:18:46.889 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:19:06.890 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:19:06.894 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:19:26.895 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:19:26.900 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:19:46.901 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:19:46.906 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:20:06.907 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:20:06.937 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:20:26.938 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:20:26.942 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:20:46.944 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:20:47.903 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 09:20:47.904 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 09:20:48.214 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-15 09:27:35.303 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:27:45.304 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:27:45.305 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:27:55.306 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:27:55.307 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:28:05.309 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:28:05.310 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:28:15.311 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:28:15.311 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:28:25.313 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:28:45.314 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:28:55.316 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:29:15.317 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:29:22.453 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:29:42.454 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:29:42.460 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:30:02.462 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:30:02.465 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:30:22.467 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:30:22.470 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:30:42.471 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:30:42.477 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:31:02.478 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:31:02.490 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 09:31:22.491 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:31:25.956 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 09:31:25.957 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 09:31:29.072 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success 2025-12-15 09:32:34.656 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:32:44.658 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:32:44.658 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:32:54.660 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:32:54.660 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:33:04.661 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:33:04.662 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:33:14.664 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:33:14.664 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:33:24.666 [W] [client/service.go:297] [839480c033f72c17] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 09:33:44.668 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 09:33:45.801 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 09:33:45.802 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 09:33:46.124 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success [2025-12-15,09:35:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,09:35:24.758] [DEBUG] 6 processes running of frp type [2025-12-15,09:50:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,09:50:24.092] [DEBUG] 6 processes running of frp type [2025-12-15,10:05:18.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,10:05:26.118] [DEBUG] 6 processes running of frp type [2025-12-15,10:20:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,10:20:24.429] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,10:35:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,10:35:24.713] [DEBUG] 6 processes running of frp type [2025-12-15,10:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,10:50:24.884] [DEBUG] 6 processes running of frp type [2025-12-15,11:05:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,11:05:24.153] [DEBUG] 6 processes running of frp type [2025-12-15,11:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,11:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,11:35:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,11:35:24.730] [DEBUG] 6 processes running of frp type [2025-12-15,11:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,11:50:24.883] [DEBUG] 6 processes running of frp type [2025-12-15,12:05:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,12:05:25.072] [DEBUG] 6 processes running of frp type [2025-12-15,12:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,12:20:24.235] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,12:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,12:35:24.713] [DEBUG] 6 processes running of frp type [2025-12-15,12:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,12:50:24.240] [DEBUG] 6 processes running of frp type [2025-12-15,13:05:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,13:05:24.722] [DEBUG] 6 processes running of frp type [2025-12-15,13:20:16.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,13:20:23.908] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,13:35:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,13:35:24.169] [DEBUG] 6 processes running of frp type [2025-12-15,13:50:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,13:50:24.335] [DEBUG] 6 processes running of frp type [2025-12-15,14:05:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,14:05:25.000] [DEBUG] 6 processes running of frp type 2025-12-15 14:18:09.736 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 14:18:10.793 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 14:18:10.794 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 14:18:11.790 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success [2025-12-15,14:20:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,14:20:24.325] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,14:35:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,14:35:23.879] [DEBUG] 6 processes running of frp type [2025-12-15,14:50:18.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,14:50:24.961] [DEBUG] 6 processes running of frp type [2025-12-15,15:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,15:05:24.481] [DEBUG] 6 processes running of frp type [2025-12-15,15:20:17.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,15:20:24.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,15:35:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,15:35:24.026] [DEBUG] 6 processes running of frp type [2025-12-15,15:50:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,15:50:24.832] [DEBUG] 6 processes running of frp type [2025-12-15,16:05:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,16:05:24.035] [DEBUG] 6 processes running of frp type [2025-12-15,16:20:17.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,16:20:24.194] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,16:35:18.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,16:35:25.125] [DEBUG] 6 processes running of frp type [2025-12-15,16:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,16:50:25.184] [DEBUG] 6 processes running of frp type [2025-12-15,17:05:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,17:05:24.519] [DEBUG] 6 processes running of frp type [2025-12-15,17:20:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,17:20:24.748] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,17:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,17:35:24.948] [DEBUG] 6 processes running of frp type 2025-12-15 17:39:02.546 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 17:39:03.916 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 17:39:03.917 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 17:39:04.558 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success [2025-12-15,17:50:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,17:50:26.649] [DEBUG] 6 processes running of frp type [2025-12-15,18:05:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,18:05:24.817] [DEBUG] 6 processes running of frp type 2025-12-15 18:20:02.284 [I] [client/service.go:294] [839480c033f72c17] try to connect to server... 2025-12-15 18:20:04.984 [I] [client/service.go:286] [839480c033f72c17] login to server success, get run id [839480c033f72c17] 2025-12-15 18:20:04.986 [I] [proxy/proxy_manager.go:173] [839480c033f72c17] proxy added: [DTN57CC5599] 2025-12-15 18:20:05.569 [I] [client/control.go:168] [839480c033f72c17] [DTN57CC5599] start proxy success [2025-12-15,18:20:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,18:20:23.997] [DEBUG] 6 processes running of frp type [2025-12-15,18:25:41.276] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,18:25:41.281] [INFO] LocationSqlManager initialising [2025-12-15,18:25:41.281] [INFO] Location DB initialising [2025-12-15,18:25:41.290] [INFO] LocationSqlManager initialisation complete [2025-12-15,18:25:41.291] [DEBUG] UploadManager Init [2025-12-15,18:25:41.292] [DEBUG] UploadManager Init Complete [2025-12-15,18:25:41.294] [INFO] Initializing GPS... [2025-12-15,18:25:41.297] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,18:27:44.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,18:27:51.133] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-15,18:28:53.593] [DEBUG] Log Upload Complete! [2025-12-15,18:30:44.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,18:30:52.145] [DEBUG] Remote Access Enabled [2025-12-15,18:30:58.816] [INFO] Server Address: 138.201.17.179 [2025-12-15,18:30:58.817] [INFO] Server Port: 7000 [2025-12-15,18:30:58.823] [DEBUG] Starting Remote Access! 2025-12-15 18:30:58.957 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 18:30:58.958 [I] [client/service.go:294] try to connect to server... 2025-12-15 18:31:01.990 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 18:31:01.991 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 18:31:02.629 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-15,18:35:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,18:35:24.776] [DEBUG] 6 processes running of frp type [2025-12-15,18:50:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,18:50:24.191] [DEBUG] 6 processes running of frp type 2025-12-15 19:03:46.463 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:03:56.465 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 19:03:56.465 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:04:06.466 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 19:04:06.466 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:04:16.468 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 19:04:16.468 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:04:26.469 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 19:04:26.470 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:04:36.472 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 19:04:56.473 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:05:06.475 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 19:05:26.476 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:05:26.510 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:05:46.511 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:05:46.515 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:06:06.517 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:06:06.523 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:06:26.524 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:06:26.528 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:06:46.529 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:06:46.536 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:07:06.537 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:07:06.540 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:07:26.542 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:07:26.549 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:07:46.550 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:07:46.555 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:08:06.556 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:08:06.563 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:08:26.564 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:08:26.568 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:08:46.569 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:08:46.573 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:09:06.573 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:09:06.605 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:09:26.606 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:09:26.610 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:09:46.611 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:09:46.614 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:10:06.615 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:10:06.620 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:10:26.621 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:10:26.627 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:10:46.628 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:10:46.633 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:11:06.634 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:11:06.639 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:11:26.641 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:11:26.644 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:11:46.645 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:11:46.649 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:12:06.650 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:12:06.655 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:12:26.657 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:12:26.662 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:12:46.663 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:12:46.668 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 19:13:06.669 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 19:13:07.624 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 19:13:07.625 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 19:13:07.951 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-15,19:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,19:20:24.456] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,19:35:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,19:35:24.937] [DEBUG] 6 processes running of frp type [2025-12-15,19:50:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,19:50:24.617] [DEBUG] 6 processes running of frp type 2025-12-15 20:03:52.454 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:04:02.456 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:04:02.456 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:04:12.458 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:04:12.459 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:04:22.461 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:04:22.461 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:04:32.463 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:04:32.463 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:04:42.466 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:05:02.467 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:05:12.469 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:05:32.470 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:05:42.472 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:06:02.473 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:06:12.474 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:06:32.476 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:06:32.535 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 20:06:52.536 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:06:52.541 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 20:07:12.542 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:07:12.546 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 20:07:32.548 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:07:35.458 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:07:35.460 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 20:07:35.945 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success 2025-12-15 20:11:20.826 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:11:30.828 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:11:30.828 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:11:40.830 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:11:40.830 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:11:50.833 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:11:50.833 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:12:00.835 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:12:00.835 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:12:10.836 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:12:30.837 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:12:40.838 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:13:00.839 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:13:10.843 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:13:30.844 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:13:40.845 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:14:00.847 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:14:00.851 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 20:14:20.852 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:14:33.742 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: i/o deadline reached 2025-12-15 20:14:53.743 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:15:03.745 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:15:23.746 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:15:26.079 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:15:26.080 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 20:15:26.425 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success 2025-12-15 20:17:36.590 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:17:46.592 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:17:46.592 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:17:56.594 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:17:56.595 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:18:06.596 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:18:06.597 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:18:15.681 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:18:15.683 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 20:18:16.966 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success 2025-12-15 20:19:18.352 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:19:25.885 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:19:25.887 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 20:19:29.712 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-15,20:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,20:20:27.901] [DEBUG] 6 processes running of frp type 2025-12-15 20:21:34.213 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:21:50.897 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:21:50.898 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 20:21:53.840 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success 2025-12-15 20:22:46.332 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:22:56.474 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: read tcp 192.168.2.4:38618->138.201.17.179:7000: read: connection reset by peer 2025-12-15 20:22:56.474 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:23:02.116 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: session shutdown 2025-12-15 20:23:02.116 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:23:14.351 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:23:14.353 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 20:23:16.490 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success 2025-12-15 20:24:45.511 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:24:55.512 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:24:55.512 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:25:02.358 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: session shutdown 2025-12-15 20:25:02.358 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:25:11.314 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: session shutdown 2025-12-15 20:25:11.314 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:25:22.280 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: i/o deadline reached 2025-12-15 20:25:22.280 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:25:28.650 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: session shutdown 2025-12-15 20:25:48.651 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 20:26:00.714 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 20:26:00.714 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-15 20:26:02.843 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-15,20:35:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,20:35:24.981] [DEBUG] 6 processes running of frp type [2025-12-15,20:50:17.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,20:50:25.813] [DEBUG] 6 processes running of frp type [2025-12-15,21:05:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,21:05:25.222] [DEBUG] 6 processes running of frp type 2025-12-15 21:13:06.599 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-15 21:13:08.624 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-15 21:13:08.626 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-15 21:13:09.034 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-15,21:20:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,21:20:24.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,21:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,21:35:25.287] [DEBUG] 6 processes running of frp type [2025-12-15,21:50:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,21:50:25.050] [DEBUG] 6 processes running of frp type [2025-12-15,22:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,22:05:24.092] [DEBUG] 6 processes running of frp type [2025-12-15,22:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,22:20:24.045] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,22:35:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,22:35:24.807] [DEBUG] 6 processes running of frp type [2025-12-15,22:50:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,22:50:24.386] [DEBUG] 6 processes running of frp type [2025-12-15,23:05:18.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,23:05:25.559] [DEBUG] 6 processes running of frp type [2025-12-15,23:20:18.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,23:20:25.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,23:35:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,23:35:24.057] [DEBUG] 6 processes running of frp type [2025-12-15,23:50:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-15,23:50:23.646] [DEBUG] 6 processes running of frp type [2025-12-16,00:05:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,00:05:24.392] [DEBUG] 6 processes running of frp type [2025-12-16,00:20:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,00:20:24.046] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,00:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,00:35:23.951] [DEBUG] 6 processes running of frp type [2025-12-16,00:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,00:50:24.513] [DEBUG] 6 processes running of frp type 2025-12-16 01:00:12.638 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 01:00:22.639 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 01:00:22.640 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 01:00:23.573 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-16 01:00:23.574 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-16 01:00:23.899 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-16,01:05:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,01:05:24.931] [DEBUG] 6 processes running of frp type [2025-12-16,01:20:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,01:20:23.609] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,01:35:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,01:35:24.473] [DEBUG] 6 processes running of frp type [2025-12-16,01:50:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,01:50:24.095] [DEBUG] 6 processes running of frp type [2025-12-16,02:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,02:05:23.889] [DEBUG] 6 processes running of frp type [2025-12-16,02:20:17.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,02:20:23.694] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,02:35:17.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,02:35:23.714] [DEBUG] 6 processes running of frp type [2025-12-16,02:50:17.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,02:50:23.828] [DEBUG] 6 processes running of frp type [2025-12-16,03:05:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,03:05:23.689] [DEBUG] 6 processes running of frp type [2025-12-16,03:20:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,03:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,03:35:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,03:35:24.202] [DEBUG] 6 processes running of frp type [2025-12-16,03:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-16 03:50:31.695 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-16 03:50:42.663 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-16 03:50:42.664 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-16 03:50:43.859 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success 2025-12-16 03:55:29.757 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 03:55:39.758 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 03:55:39.759 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 03:55:44.083 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-16 03:55:44.083 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-16 03:55:44.640 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-16,04:05:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,04:05:23.898] [DEBUG] 6 processes running of frp type 2025-12-16 04:06:40.989 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 04:06:43.149 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:06:43.150 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 04:06:45.193 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:06:49.777 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 04:06:49.780 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:06:58.988 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 04:07:08.990 [W] [client/service.go:297] [720cb6011ee04287] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 04:07:08.990 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 04:07:10.062 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-16 04:07:10.063 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-16 04:07:10.373 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success [2025-12-16,04:20:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,04:20:23.541] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,04:35:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,04:35:24.555] [DEBUG] 6 processes running of frp type [2025-12-16,04:50:17.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,04:50:24.553] [DEBUG] 6 processes running of frp type [2025-12-16,05:05:18.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,05:05:24.721] [DEBUG] 6 processes running of frp type [2025-12-16,05:20:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,05:20:23.759] [DEBUG] 6 processes running of frp type 2025-12-16 05:21:22.795 [I] [client/service.go:294] [720cb6011ee04287] try to connect to server... 2025-12-16 05:21:25.251 [I] [client/service.go:286] [720cb6011ee04287] login to server success, get run id [720cb6011ee04287] 2025-12-16 05:21:25.252 [I] [proxy/proxy_manager.go:173] [720cb6011ee04287] proxy added: [DTN57CC5599] 2025-12-16 05:21:25.614 [I] [client/control.go:168] [720cb6011ee04287] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,05:35:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,05:35:25.449] [DEBUG] 6 processes running of frp type [2025-12-16,05:50:16.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,05:50:23.618] [DEBUG] 6 processes running of frp type [2025-12-16,06:05:18.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-16,06:20:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,06:20:24.357] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,06:30:40.701] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,06:30:40.705] [INFO] LocationSqlManager initialising [2025-12-16,06:30:40.706] [INFO] Location DB initialising [2025-12-16,06:30:40.715] [INFO] LocationSqlManager initialisation complete [2025-12-16,06:30:40.716] [DEBUG] UploadManager Init [2025-12-16,06:30:40.716] [DEBUG] UploadManager Init Complete [2025-12-16,06:30:40.719] [INFO] Initializing GPS... [2025-12-16,06:30:40.720] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,06:32:44.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,06:32:52.526] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-16,06:33:05.738] [DEBUG] Log Upload Complete! [2025-12-16,06:35:45.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,06:35:54.093] [DEBUG] Remote Access Enabled [2025-12-16,06:36:00.376] [INFO] Server Address: 138.201.17.179 [2025-12-16,06:36:00.377] [INFO] Server Port: 7000 [2025-12-16,06:36:00.382] [DEBUG] Starting Remote Access! 2025-12-16 06:36:00.508 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 06:36:00.508 [I] [client/service.go:294] try to connect to server... 2025-12-16 06:36:01.404 [I] [client/service.go:286] [66334504419b5910] login to server success, get run id [66334504419b5910] 2025-12-16 06:36:01.405 [I] [proxy/proxy_manager.go:173] [66334504419b5910] proxy added: [DTN57CC5599] 2025-12-16 06:36:01.716 [I] [client/control.go:168] [66334504419b5910] [DTN57CC5599] start proxy success [2025-12-16,06:50:18.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,06:50:25.893] [DEBUG] 6 processes running of frp type [2025-12-16,07:05:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,07:05:23.980] [DEBUG] 6 processes running of frp type [2025-12-16,07:20:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,07:20:23.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,07:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,07:35:24.101] [DEBUG] 6 processes running of frp type [2025-12-16,07:50:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,07:50:24.885] [DEBUG] 6 processes running of frp type [2025-12-16,08:02:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,08:02:23.724] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-16,08:02:44.785] [DEBUG] Log Upload Complete! [2025-12-16,08:05:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,08:05:29.281] [DEBUG] 6 processes running of frp type [2025-12-16,08:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,08:20:24.352] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,08:35:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,08:35:24.779] [DEBUG] 6 processes running of frp type [2025-12-16,08:50:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,08:50:24.125] [DEBUG] 6 processes running of frp type [2025-12-16,09:05:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,09:05:24.358] [DEBUG] 6 processes running of frp type [2025-12-16,09:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,09:20:24.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,09:35:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,09:35:24.217] [DEBUG] 6 processes running of frp type [2025-12-16,09:50:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,09:50:25.644] [DEBUG] 6 processes running of frp type [2025-12-16,10:05:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,10:05:29.238] [DEBUG] 6 processes running of frp type [2025-12-16,10:20:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,10:20:24.521] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,10:35:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,10:35:24.405] [DEBUG] 6 processes running of frp type [2025-12-16,10:50:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,10:50:24.890] [DEBUG] 6 processes running of frp type [2025-12-16,11:05:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,11:05:24.131] [DEBUG] 6 processes running of frp type [2025-12-16,11:20:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,11:20:24.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,11:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,11:35:24.228] [DEBUG] 6 processes running of frp type [2025-12-16,11:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,11:50:24.704] [DEBUG] 6 processes running of frp type [2025-12-16,12:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,12:05:24.192] [DEBUG] 6 processes running of frp type 2025-12-16 12:06:54.637 [I] [client/service.go:294] [66334504419b5910] try to connect to server... 2025-12-16 12:06:54.641 [W] [client/service.go:297] [66334504419b5910] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 12:06:56.837 [I] [client/service.go:294] [66334504419b5910] try to connect to server... 2025-12-16 12:06:56.841 [W] [client/service.go:297] [66334504419b5910] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 12:07:01.509 [I] [client/service.go:294] [66334504419b5910] try to connect to server... 2025-12-16 12:07:02.601 [I] [client/service.go:286] [66334504419b5910] login to server success, get run id [66334504419b5910] 2025-12-16 12:07:02.602 [I] [proxy/proxy_manager.go:173] [66334504419b5910] proxy added: [DTN57CC5599] 2025-12-16 12:07:02.918 [I] [client/control.go:168] [66334504419b5910] [DTN57CC5599] start proxy success [2025-12-16,12:20:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,12:20:24.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,12:35:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,12:35:24.273] [DEBUG] 6 processes running of frp type [2025-12-16,12:50:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,12:50:24.866] [DEBUG] 6 processes running of frp type [2025-12-16,13:05:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,13:05:24.157] [DEBUG] 6 processes running of frp type [2025-12-16,13:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,13:20:24.096] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,13:35:18.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,13:35:25.312] [DEBUG] 6 processes running of frp type [2025-12-16,13:50:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,13:50:24.203] [DEBUG] 6 processes running of frp type [2025-12-16,14:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,14:05:24.401] [DEBUG] 6 processes running of frp type [2025-12-16,14:20:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,14:20:24.829] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,14:35:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,14:35:24.669] [DEBUG] 6 processes running of frp type [2025-12-16,14:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,14:50:24.227] [DEBUG] 6 processes running of frp type [2025-12-16,15:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,15:05:24.656] [DEBUG] 6 processes running of frp type [2025-12-16,15:20:18.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,15:20:25.151] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,15:35:18.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,15:35:24.829] [DEBUG] 6 processes running of frp type [2025-12-16,15:50:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,15:50:24.027] [DEBUG] 6 processes running of frp type [2025-12-16,16:05:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,16:05:24.298] [DEBUG] 6 processes running of frp type [2025-12-16,16:20:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,16:20:24.589] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,16:35:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,16:35:24.762] [DEBUG] 6 processes running of frp type [2025-12-16,16:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,16:50:24.603] [DEBUG] 6 processes running of frp type [2025-12-16,17:05:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,17:05:24.734] [DEBUG] 6 processes running of frp type [2025-12-16,17:20:17.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,17:20:23.891] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,17:35:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,17:35:26.454] [DEBUG] 6 processes running of frp type [2025-12-16,17:50:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,17:50:24.977] [DEBUG] 6 processes running of frp type [2025-12-16,18:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,18:05:23.853] [DEBUG] 6 processes running of frp type [2025-12-16,18:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,18:20:23.773] [DEBUG] 6 processes running of frp type [2025-12-16,18:25:40.531] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,18:25:40.537] [INFO] LocationSqlManager initialising [2025-12-16,18:25:40.537] [INFO] Location DB initialising [2025-12-16,18:25:40.546] [INFO] LocationSqlManager initialisation complete [2025-12-16,18:25:40.547] [DEBUG] UploadManager Init [2025-12-16,18:25:40.547] [DEBUG] UploadManager Init Complete [2025-12-16,18:25:40.550] [INFO] Initializing GPS... [2025-12-16,18:25:40.552] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,18:27:44.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,18:27:51.180] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-16,18:28:16.518] [DEBUG] Log Upload Complete! [2025-12-16,18:30:44.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,18:30:51.768] [DEBUG] Remote Access Enabled [2025-12-16,18:30:58.491] [INFO] Server Address: 138.201.17.179 [2025-12-16,18:30:58.492] [INFO] Server Port: 7000 [2025-12-16,18:30:58.497] [DEBUG] Starting Remote Access! 2025-12-16 18:30:58.626 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 18:30:58.627 [I] [client/service.go:294] try to connect to server... 2025-12-16 18:30:59.678 [I] [client/service.go:286] [5f1b97ccf19ee414] login to server success, get run id [5f1b97ccf19ee414] 2025-12-16 18:30:59.680 [I] [proxy/proxy_manager.go:173] [5f1b97ccf19ee414] proxy added: [DTN57CC5599] 2025-12-16 18:31:00.025 [I] [client/control.go:168] [5f1b97ccf19ee414] [DTN57CC5599] start proxy success [2025-12-16,18:35:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,18:35:24.446] [DEBUG] 6 processes running of frp type [2025-12-16,18:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,18:50:24.389] [DEBUG] 6 processes running of frp type [2025-12-16,19:05:18.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,19:05:24.798] [DEBUG] 6 processes running of frp type [2025-12-16,19:20:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,19:20:24.245] [DEBUG] 6 processes running of frp type 2025-12-16 19:23:48.060 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 19:23:58.063 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 19:23:58.063 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 19:24:08.065 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 19:24:08.066 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 19:24:12.538 [I] [client/service.go:286] [5f1b97ccf19ee414] login to server success, get run id [5f1b97ccf19ee414] 2025-12-16 19:24:12.539 [I] [proxy/proxy_manager.go:173] [5f1b97ccf19ee414] proxy added: [DTN57CC5599] 2025-12-16 19:24:12.837 [I] [client/control.go:168] [5f1b97ccf19ee414] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,19:35:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,19:35:24.597] [DEBUG] 6 processes running of frp type [2025-12-16,19:50:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,19:50:24.022] [DEBUG] 6 processes running of frp type [2025-12-16,20:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,20:05:24.384] [DEBUG] 6 processes running of frp type [2025-12-16,20:20:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,20:20:24.878] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,20:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,20:35:25.867] [DEBUG] 6 processes running of frp type [2025-12-16,20:50:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,20:50:28.157] [DEBUG] 6 processes running of frp type [2025-12-16,21:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,21:05:24.871] [DEBUG] 6 processes running of frp type [2025-12-16,21:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,21:20:25.791] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-16 21:31:44.997 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:31:49.799 [I] [client/service.go:286] [5f1b97ccf19ee414] login to server success, get run id [5f1b97ccf19ee414] 2025-12-16 21:31:49.800 [I] [proxy/proxy_manager.go:173] [5f1b97ccf19ee414] proxy added: [DTN57CC5599] 2025-12-16 21:31:50.225 [I] [client/control.go:168] [5f1b97ccf19ee414] [DTN57CC5599] start proxy success 2025-12-16 21:32:59.078 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:33:09.080 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:33:09.080 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:33:19.082 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:33:19.082 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:33:29.083 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:33:29.084 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:33:39.085 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:33:39.085 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:33:49.087 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:34:09.088 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:34:19.090 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:34:39.092 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:34:49.094 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 21:35:09.096 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-16 21:35:10.450 [I] [client/service.go:286] [5f1b97ccf19ee414] login to server success, get run id [5f1b97ccf19ee414] 2025-12-16 21:35:10.451 [I] [proxy/proxy_manager.go:173] [5f1b97ccf19ee414] proxy added: [DTN57CC5599] 2025-12-16 21:35:10.755 [I] [client/control.go:168] [5f1b97ccf19ee414] [DTN57CC5599] start proxy success [2025-12-16,21:35:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,21:35:24.388] [DEBUG] 6 processes running of frp type [2025-12-16,21:50:24.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,21:50:32.033] [DEBUG] 6 processes running of frp type [2025-12-16,22:05:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,22:05:23.998] [DEBUG] 6 processes running of frp type [2025-12-16,22:20:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,22:20:23.675] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,22:35:17.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,22:35:25.720] [DEBUG] 6 processes running of frp type [2025-12-16,22:50:18.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,22:50:24.797] [DEBUG] 6 processes running of frp type [2025-12-16,23:05:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,23:05:25.297] [DEBUG] 6 processes running of frp type [2025-12-16,23:20:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,23:20:24.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,23:35:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,23:35:23.919] [DEBUG] 6 processes running of frp type [2025-12-16,23:50:17.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-16,23:50:23.575] [DEBUG] 6 processes running of frp type [2025-12-17,00:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,00:05:24.573] [DEBUG] 6 processes running of frp type [2025-12-17,00:20:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,00:20:24.412] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,00:35:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,00:35:24.280] [DEBUG] 6 processes running of frp type [2025-12-17,00:50:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,00:50:23.903] [DEBUG] 6 processes running of frp type [2025-12-17,01:05:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,01:05:23.688] [DEBUG] 6 processes running of frp type 2025-12-17 01:17:03.639 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 01:17:13.640 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 01:17:13.640 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 01:17:23.642 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 01:17:23.643 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 01:17:33.644 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 01:17:33.645 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 01:17:34.610 [I] [client/service.go:286] [5f1b97ccf19ee414] login to server success, get run id [5f1b97ccf19ee414] 2025-12-17 01:17:34.611 [I] [proxy/proxy_manager.go:173] [5f1b97ccf19ee414] proxy added: [DTN57CC5599] 2025-12-17 01:17:34.931 [I] [client/control.go:168] [5f1b97ccf19ee414] [DTN57CC5599] start proxy success [2025-12-17,01:20:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,01:20:24.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,01:35:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,01:35:24.824] [DEBUG] 6 processes running of frp type [2025-12-17,01:50:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,01:50:24.429] [DEBUG] 6 processes running of frp type [2025-12-17,02:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,02:05:26.355] [DEBUG] 6 processes running of frp type [2025-12-17,02:20:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,02:20:24.277] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,02:35:18.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,02:35:25.073] [DEBUG] 6 processes running of frp type [2025-12-17,02:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,02:50:23.997] [DEBUG] 6 processes running of frp type [2025-12-17,03:05:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,03:05:23.904] [DEBUG] 6 processes running of frp type [2025-12-17,03:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,03:20:23.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,03:35:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,03:35:23.643] [DEBUG] 6 processes running of frp type [2025-12-17,03:50:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,03:50:24.142] [DEBUG] 6 processes running of frp type [2025-12-17,04:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,04:05:23.849] [DEBUG] 6 processes running of frp type 2025-12-17 04:06:27.604 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:06:29.395 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:06:29.395 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:06:32.435 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:06:32.436 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:06:35.476 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:06:44.414 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:06:44.417 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:07:02.335 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:07:02.338 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:07:22.339 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:07:22.344 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:07:42.346 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:07:42.350 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:08:02.351 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:08:02.355 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:08:22.356 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:08:22.412 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:08:42.413 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:08:42.418 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:09:02.419 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:09:02.475 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:09:22.475 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:09:22.481 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:09:42.483 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:09:42.495 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:10:02.497 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:10:02.501 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:10:22.502 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:10:22.505 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:10:42.506 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:10:42.510 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:11:02.511 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:11:02.515 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:11:22.516 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:11:22.519 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:11:42.520 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:11:42.575 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:12:02.576 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:12:02.579 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:12:22.581 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:12:22.583 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:12:42.583 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:12:42.587 [W] [client/service.go:297] [5f1b97ccf19ee414] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:13:02.588 [I] [client/service.go:294] [5f1b97ccf19ee414] try to connect to server... 2025-12-17 04:13:03.618 [I] [client/service.go:286] [5f1b97ccf19ee414] login to server success, get run id [5f1b97ccf19ee414] 2025-12-17 04:13:03.619 [I] [proxy/proxy_manager.go:173] [5f1b97ccf19ee414] proxy added: [DTN57CC5599] 2025-12-17 04:13:03.922 [I] [client/control.go:168] [5f1b97ccf19ee414] [DTN57CC5599] start proxy success [2025-12-17,04:20:16.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,04:20:23.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,04:35:17.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,04:35:23.763] [DEBUG] 6 processes running of frp type [2025-12-17,04:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,04:50:23.896] [DEBUG] 6 processes running of frp type [2025-12-17,05:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,05:05:24.030] [DEBUG] 6 processes running of frp type [2025-12-17,05:20:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,05:20:23.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,05:35:18.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,05:35:24.711] [DEBUG] 6 processes running of frp type [2025-12-17,05:50:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,05:50:23.981] [DEBUG] 6 processes running of frp type [2025-12-17,06:05:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,06:05:24.368] [DEBUG] 6 processes running of frp type [2025-12-17,06:20:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,06:20:24.202] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,06:30:41.994] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,06:30:41.999] [INFO] LocationSqlManager initialising [2025-12-17,06:30:42.000] [INFO] Location DB initialising [2025-12-17,06:30:42.009] [INFO] LocationSqlManager initialisation complete [2025-12-17,06:30:42.010] [DEBUG] UploadManager Init [2025-12-17,06:30:42.010] [DEBUG] UploadManager Init Complete [2025-12-17,06:30:42.013] [INFO] Initializing GPS... [2025-12-17,06:30:42.015] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,06:32:45.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,06:32:52.236] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-17,06:33:10.120] [DEBUG] Log Upload Complete! [2025-12-17,06:35:35.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,06:36:55.336] [DEBUG] Remote Access Enabled [2025-12-17,06:37:02.681] [INFO] Server Address: 138.201.17.179 [2025-12-17,06:37:02.683] [INFO] Server Port: 7000 [2025-12-17,06:37:02.692] [DEBUG] Starting Remote Access! 2025-12-17 06:37:02.869 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 06:37:02.869 [I] [client/service.go:294] try to connect to server... 2025-12-17 06:37:03.823 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 06:37:03.824 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 06:37:04.152 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success [2025-12-17,06:50:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,06:50:24.294] [DEBUG] 6 processes running of frp type [2025-12-17,07:05:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,07:05:24.109] [DEBUG] 6 processes running of frp type [2025-12-17,07:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,07:20:24.229] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,07:35:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,07:35:24.002] [DEBUG] 6 processes running of frp type [2025-12-17,07:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,07:50:24.129] [DEBUG] 6 processes running of frp type [2025-12-17,08:02:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,08:02:29.808] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-17,08:02:55.410] [DEBUG] Log Upload Complete! [2025-12-17,08:05:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,08:05:24.451] [DEBUG] 6 processes running of frp type 2025-12-17 08:20:29.844 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 08:20:36.018 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 08:20:36.019 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 08:20:48.192 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success [2025-12-17,08:21:21.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,08:21:28.499] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,08:35:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,08:35:23.769] [DEBUG] 6 processes running of frp type [2025-12-17,08:50:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,08:50:24.334] [DEBUG] 6 processes running of frp type [2025-12-17,09:05:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,09:05:25.060] [DEBUG] 6 processes running of frp type 2025-12-17 09:16:59.104 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:17:09.106 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:17:09.107 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:17:19.108 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:17:19.109 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:17:29.110 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:17:29.111 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:17:39.112 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:17:39.113 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:17:49.115 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:18:09.117 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:18:19.119 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:18:39.120 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:18:39.124 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:18:59.125 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:19:09.127 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:19:29.128 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:19:39.131 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:19:59.131 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:20:09.134 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:20:29.135 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:20:39.137 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:20:59.138 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:21:09.140 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:21:29.141 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:21:32.261 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:21:52.262 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:21:52.268 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:22:12.269 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:22:12.275 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:22:32.276 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:22:32.284 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:22:52.285 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:22:52.290 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:23:12.291 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:23:12.295 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:23:32.295 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:23:32.301 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:23:52.302 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:23:52.311 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:24:12.312 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:24:13.362 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 09:24:13.364 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 09:24:13.680 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,09:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,09:35:24.310] [DEBUG] 6 processes running of frp type [2025-12-17,09:50:19.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,09:50:48.755] [DEBUG] 6 processes running of frp type 2025-12-17 09:51:44.602 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:51:54.604 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:51:54.605 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:52:04.607 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:52:04.607 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:52:14.609 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:52:14.610 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:52:24.612 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:52:24.612 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:52:34.614 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:52:54.615 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:53:04.617 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:53:24.618 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:53:24.625 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:53:44.625 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:53:44.630 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:54:04.631 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:54:04.637 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:54:24.638 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:54:24.643 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:54:44.645 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:54:44.650 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:55:04.651 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:55:04.656 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:55:24.657 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:55:34.660 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:55:54.660 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:56:04.662 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:56:24.664 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:56:34.665 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:56:54.667 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:57:04.669 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:57:24.671 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:57:34.672 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 09:57:54.674 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:57:54.734 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:58:14.735 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:58:14.739 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:58:34.740 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:58:34.744 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:58:54.745 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:58:54.750 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:59:14.751 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:59:14.757 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:59:34.758 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:59:34.762 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 09:59:54.764 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 09:59:54.770 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 10:00:14.771 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 10:00:14.773 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 10:00:34.774 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 10:00:34.791 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 10:00:54.792 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 10:00:54.799 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 10:01:14.800 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 10:01:15.920 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 10:01:15.921 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 10:01:16.228 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success [2025-12-17,10:05:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,10:05:24.036] [DEBUG] 6 processes running of frp type [2025-12-17,10:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,10:20:24.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,10:35:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,10:35:24.500] [DEBUG] 6 processes running of frp type [2025-12-17,10:50:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,10:50:24.336] [DEBUG] 6 processes running of frp type [2025-12-17,11:05:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,11:05:24.805] [DEBUG] 6 processes running of frp type [2025-12-17,11:20:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,11:20:24.320] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,11:35:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,11:35:24.557] [DEBUG] 6 processes running of frp type [2025-12-17,11:50:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,11:50:25.392] [DEBUG] 6 processes running of frp type [2025-12-17,12:05:18.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,12:05:24.826] [DEBUG] 6 processes running of frp type [2025-12-17,12:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,12:20:24.394] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,12:35:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,12:35:24.840] [DEBUG] 6 processes running of frp type [2025-12-17,12:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,12:50:24.663] [DEBUG] 6 processes running of frp type [2025-12-17,13:05:18.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,13:05:25.468] [DEBUG] 6 processes running of frp type [2025-12-17,13:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,13:20:24.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,13:35:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,13:35:24.227] [DEBUG] 6 processes running of frp type [2025-12-17,13:50:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,13:50:26.384] [DEBUG] 6 processes running of frp type [2025-12-17,14:05:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,14:05:24.852] [DEBUG] 6 processes running of frp type [2025-12-17,14:20:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,14:20:23.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,14:35:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,14:35:24.492] [DEBUG] 6 processes running of frp type 2025-12-17 14:41:26.656 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 14:41:36.658 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 14:41:36.659 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 14:41:46.661 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 14:41:46.662 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 14:41:55.090 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 14:41:55.092 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 14:41:55.410 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success [2025-12-17,14:50:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,14:50:24.363] [DEBUG] 6 processes running of frp type [2025-12-17,15:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,15:05:25.115] [DEBUG] 6 processes running of frp type [2025-12-17,15:20:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,15:20:24.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,15:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,15:35:24.255] [DEBUG] 6 processes running of frp type [2025-12-17,15:50:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,15:50:24.733] [DEBUG] 6 processes running of frp type [2025-12-17,16:05:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,16:05:23.921] [DEBUG] 6 processes running of frp type [2025-12-17,16:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,16:20:24.353] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,16:35:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,16:35:25.187] [DEBUG] 6 processes running of frp type [2025-12-17,16:50:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,16:50:24.663] [DEBUG] 6 processes running of frp type [2025-12-17,17:05:17.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,17:05:24.245] [DEBUG] 6 processes running of frp type [2025-12-17,17:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,17:20:24.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-17 17:31:46.546 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 17:31:56.547 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 17:31:56.548 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 17:32:06.550 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 17:32:06.551 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 17:32:08.524 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 17:32:08.525 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 17:32:08.864 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success [2025-12-17,17:35:17.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,17:35:24.156] [DEBUG] 6 processes running of frp type [2025-12-17,17:50:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,17:50:24.589] [DEBUG] 6 processes running of frp type [2025-12-17,18:05:18.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,18:05:25.424] [DEBUG] 6 processes running of frp type [2025-12-17,18:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,18:20:24.558] [DEBUG] 6 processes running of frp type 2025-12-17 18:23:02.076 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 18:23:12.078 [W] [client/service.go:297] [d0f30951083bbd65] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 18:23:12.079 [I] [client/service.go:294] [d0f30951083bbd65] try to connect to server... 2025-12-17 18:23:16.745 [I] [client/service.go:286] [d0f30951083bbd65] login to server success, get run id [d0f30951083bbd65] 2025-12-17 18:23:16.746 [I] [proxy/proxy_manager.go:173] [d0f30951083bbd65] proxy added: [DTN57CC5599] 2025-12-17 18:23:17.381 [I] [client/control.go:168] [d0f30951083bbd65] [DTN57CC5599] start proxy success [2025-12-17,18:25:40.510] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,18:25:40.516] [INFO] LocationSqlManager initialising [2025-12-17,18:25:40.516] [INFO] Location DB initialising [2025-12-17,18:25:40.526] [INFO] LocationSqlManager initialisation complete [2025-12-17,18:25:40.527] [DEBUG] UploadManager Init [2025-12-17,18:25:40.528] [DEBUG] UploadManager Init Complete [2025-12-17,18:25:40.530] [INFO] Initializing GPS... [2025-12-17,18:25:40.532] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,18:27:44.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,18:27:56.633] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-17,18:28:37.494] [DEBUG] Log Upload Complete! [2025-12-17,18:30:49.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,18:30:54.611] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-17,18:30:57.562] [DEBUG] Remote Access Enabled Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_frp_config/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 56, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_frp_config/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-17,18:35:18.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,18:35:25.351] [DEBUG] Remote Access Enabled [2025-12-17,18:35:32.012] [INFO] Server Address: 138.201.17.179 [2025-12-17,18:35:32.013] [INFO] Server Port: 7000 [2025-12-17,18:35:32.018] [DEBUG] Starting Remote Access! 2025-12-17 18:35:32.148 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 18:35:32.149 [I] [client/service.go:294] try to connect to server... 2025-12-17 18:35:33.285 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 18:35:33.287 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 18:35:33.600 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 18:46:25.709 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 18:46:35.710 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 18:46:35.711 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 18:46:37.760 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 18:46:37.762 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 18:46:38.086 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-17,18:50:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,18:50:24.354] [DEBUG] 6 processes running of frp type [2025-12-17,19:05:18.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,19:05:27.283] [DEBUG] 6 processes running of frp type 2025-12-17 19:08:25.724 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:08:35.726 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:08:35.726 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:08:38.226 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 19:08:38.228 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 19:08:39.968 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 19:10:50.062 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:11:00.063 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:11:00.064 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:11:10.066 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:11:10.066 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:11:20.067 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:11:20.068 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:11:30.069 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:11:30.070 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:11:40.071 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:12:00.072 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:12:10.074 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:12:30.075 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:12:30.082 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:12:50.084 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:12:50.088 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:13:10.090 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:13:10.096 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:13:30.097 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:13:30.101 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:13:50.103 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:13:50.107 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:14:10.108 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:14:10.124 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:14:30.126 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:14:30.130 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:14:50.132 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:14:50.137 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:15:10.139 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:15:10.145 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:15:30.146 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:15:30.150 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:15:50.151 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:15:50.156 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:16:10.157 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:16:11.091 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 19:16:11.092 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 19:16:11.417 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-17,19:20:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,19:20:24.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,19:35:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,19:35:24.175] [DEBUG] 6 processes running of frp type 2025-12-17 19:50:20.455 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:50:39.979 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 19:50:39.979 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:50:49.982 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:50:49.984 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:50:59.985 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:50:59.985 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:51:09.986 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:51:09.986 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:51:19.987 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:51:39.988 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:51:49.990 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:52:09.990 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:52:19.992 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:52:39.994 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:52:40.001 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:53:00.002 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:53:00.009 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:53:20.011 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:53:20.015 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:53:40.017 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:53:40.020 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:54:00.022 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:54:00.027 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:54:20.028 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:54:20.035 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 19:54:40.036 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:54:43.842 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 19:54:43.843 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 19:54:45.076 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 19:55:20.385 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:55:38.640 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 19:55:38.641 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:55:49.639 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 19:55:49.640 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:55:59.642 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:55:59.642 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:56:09.643 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:56:09.644 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:56:19.646 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:56:39.648 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:56:50.343 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 19:57:10.344 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:57:20.345 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:57:40.346 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:57:50.348 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:58:10.350 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:58:24.266 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 19:58:44.268 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:58:58.580 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 19:59:18.581 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:59:28.583 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 19:59:48.584 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 19:59:58.586 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:00:18.587 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:00:28.589 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:00:48.590 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:00:48.596 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:01:08.597 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:01:08.603 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:01:28.604 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:01:28.609 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:01:48.610 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:01:48.615 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:02:08.616 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:02:08.621 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:02:28.622 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:02:28.627 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:02:48.629 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:02:48.636 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:03:08.637 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:03:08.643 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:03:28.644 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:03:28.648 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:03:48.649 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:03:48.654 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:04:08.655 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:04:08.661 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:04:28.662 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:04:28.669 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:04:48.670 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:04:48.675 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:05:08.677 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:05:08.681 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:05:28.681 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:05:28.686 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:05:48.687 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:05:49.882 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:05:49.883 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:05:50.408 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:06:59.104 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:07:09.105 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:07:09.106 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:07:12.385 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:07:12.387 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:07:19.020 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:08:28.726 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:08:31.950 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:08:31.951 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:08:32.252 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:11:47.495 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:12:00.202 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:12:00.203 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:12:08.068 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: session shutdown 2025-12-17 20:12:08.068 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:12:24.198 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: i/o deadline reached 2025-12-17 20:12:24.199 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:12:39.105 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:12:39.106 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:12:57.267 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:13:38.707 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:13:47.335 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:13:47.337 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:13:48.955 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:14:22.242 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:14:29.607 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: session shutdown 2025-12-17 20:14:29.607 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:14:42.952 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:14:42.953 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:14:52.955 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:14:52.955 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:15:03.394 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:15:03.394 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:15:13.396 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:15:33.397 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:15:43.399 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:16:03.400 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:16:11.592 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:16:11.594 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:16:44.105 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:16:44.266 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:17:00.116 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:17:00.117 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:17:15.864 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:17:15.865 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:17:18.146 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:18:52.833 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:19:01.534 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:19:01.535 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:19:02.276 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-17,20:20:20.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-17 20:20:46.257 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:21:00.831 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:21:00.831 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:21:17.333 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:21:17.334 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:21:36.136 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: i/o deadline reached 2025-12-17 20:21:36.136 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:21:47.175 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:21:47.176 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:21:57.177 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:22:17.178 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:22:33.570 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:22:53.571 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:23:03.573 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:23:23.574 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:23:33.575 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:23:53.576 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:24:13.355 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:24:33.356 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:24:43.358 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:25:03.359 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:25:13.361 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:25:33.363 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:25:34.759 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:25:34.761 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:25:35.157 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-17 20:26:13.930 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:26:23.932 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:26:23.932 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:26:40.164 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:26:40.165 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:26:50.166 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:26:50.167 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:27:00.168 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:27:20.170 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:27:30.172 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:27:50.173 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:27:58.828 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: session shutdown 2025-12-17 20:28:18.830 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:28:31.588 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:28:51.590 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:29:04.154 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:29:24.155 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:29:34.157 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:29:54.159 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:30:04.161 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:30:24.163 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:30:43.137 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: i/o deadline reached 2025-12-17 20:31:03.138 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:31:19.681 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:31:39.682 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:31:47.456 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: read tcp 192.168.2.4:55436->138.201.17.179:7000: read: connection reset by peer 2025-12-17 20:32:07.457 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:32:09.983 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:32:09.985 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:32:10.392 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:32:48.742 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:32:58.744 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:32:58.745 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:33:12.631 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: read tcp 192.168.2.4:54560->138.201.17.179:7000: read: connection reset by peer 2025-12-17 20:33:12.632 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:33:13.638 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:33:13.639 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:33:14.278 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 20:34:25.241 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:34:46.824 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: i/o deadline reached 2025-12-17 20:34:46.825 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:34:57.838 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:34:57.839 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:35:07.841 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:35:07.841 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:35:17.843 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:35:17.844 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:35:27.845 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:35:47.846 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:36:02.900 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:36:22.901 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:36:32.904 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:36:52.906 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:36:57.533 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: session shutdown 2025-12-17 20:37:17.534 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:37:29.534 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: connection write timeout 2025-12-17 20:37:49.535 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:37:59.537 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:38:19.538 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:38:29.540 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:38:49.542 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:38:59.544 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 20:39:19.546 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:39:20.603 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 20:39:40.605 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 20:39:42.080 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 20:39:42.081 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 20:39:42.567 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-17,20:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,20:50:25.841] [DEBUG] 6 processes running of frp type 2025-12-17 21:01:15.828 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 21:01:23.299 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 21:01:23.300 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 21:01:25.955 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-17,21:05:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,21:05:24.034] [DEBUG] 6 processes running of frp type [2025-12-17,21:20:24.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,21:20:38.150] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,21:35:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,21:35:24.702] [DEBUG] 6 processes running of frp type [2025-12-17,21:50:21.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,21:50:28.035] [DEBUG] 6 processes running of frp type [2025-12-17,22:05:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,22:05:24.715] [DEBUG] 6 processes running of frp type [2025-12-17,22:20:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,22:20:24.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,22:35:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,22:35:23.698] [DEBUG] 6 processes running of frp type [2025-12-17,22:50:18.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,22:50:30.566] [DEBUG] 6 processes running of frp type 2025-12-17 22:54:24.631 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:54:27.002 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 22:54:27.003 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 22:54:27.308 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 22:55:06.393 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:55:16.395 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 22:55:16.396 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:55:26.397 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 22:55:26.398 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:55:36.399 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 22:55:36.400 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:55:46.401 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 22:55:46.401 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:55:53.649 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 22:55:53.650 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 22:55:54.890 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success 2025-12-17 22:59:30.195 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:59:40.198 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 22:59:40.199 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:59:50.200 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 22:59:50.201 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-17 22:59:56.109 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-17 22:59:56.110 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-17 22:59:57.734 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-17,23:05:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,23:05:25.460] [DEBUG] 6 processes running of frp type [2025-12-17,23:20:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,23:20:25.150] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,23:35:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,23:35:24.179] [DEBUG] 6 processes running of frp type [2025-12-17,23:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-17,23:50:23.904] [DEBUG] 6 processes running of frp type [2025-12-18,00:05:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,00:05:23.977] [DEBUG] 6 processes running of frp type [2025-12-18,00:20:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,00:20:23.821] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,00:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,00:35:23.788] [DEBUG] 6 processes running of frp type [2025-12-18,00:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,00:50:24.698] [DEBUG] 6 processes running of frp type 2025-12-18 01:01:57.597 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 01:01:58.803 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-18 01:01:58.804 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-18 01:01:59.134 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-18,01:05:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,01:05:24.268] [DEBUG] 6 processes running of frp type [2025-12-18,01:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,01:20:24.101] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,01:35:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,01:35:24.060] [DEBUG] 6 processes running of frp type [2025-12-18,01:50:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,01:50:24.070] [DEBUG] 6 processes running of frp type [2025-12-18,02:05:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,02:05:23.867] [DEBUG] 6 processes running of frp type [2025-12-18,02:20:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,02:20:23.616] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,02:35:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,02:35:24.488] [DEBUG] 6 processes running of frp type [2025-12-18,02:50:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,02:50:26.133] [DEBUG] 6 processes running of frp type [2025-12-18,03:05:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,03:05:23.835] [DEBUG] 6 processes running of frp type [2025-12-18,03:20:17.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,03:20:23.580] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,03:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,03:35:24.530] [DEBUG] 6 processes running of frp type [2025-12-18,03:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,03:50:24.341] [DEBUG] 6 processes running of frp type [2025-12-18,04:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,04:05:24.186] [DEBUG] 6 processes running of frp type 2025-12-18 04:06:44.317 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:06:46.477 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:06:46.478 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:06:46.495 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:06:51.202 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:06:51.205 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:07:01.103 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:07:01.106 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:07:21.108 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:07:21.114 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:07:41.116 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:07:41.118 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:08:01.119 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:08:01.122 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:08:21.124 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:08:21.129 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:08:41.130 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:08:41.134 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:09:01.135 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:09:01.139 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:09:21.139 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:09:21.143 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:09:41.145 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:09:41.149 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:10:01.150 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:10:01.155 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:10:21.157 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:10:21.162 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:10:41.163 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:10:41.169 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:11:01.171 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:11:01.176 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:11:21.177 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:11:21.183 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:11:41.185 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:11:41.191 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:12:01.192 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:12:01.197 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:12:21.198 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:12:21.202 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:12:41.204 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:12:41.209 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:13:01.210 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 04:13:02.856 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-18 04:13:02.857 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-18 04:13:03.171 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-18,04:20:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,04:20:24.345] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,04:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,04:35:24.186] [DEBUG] 6 processes running of frp type [2025-12-18,04:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,04:50:24.474] [DEBUG] 6 processes running of frp type [2025-12-18,05:05:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,05:05:24.548] [DEBUG] 6 processes running of frp type 2025-12-18 05:09:00.991 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:09:10.994 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:09:10.995 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:09:20.996 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:09:20.997 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:09:30.998 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:09:30.999 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:09:41.000 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:09:41.001 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:09:51.002 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:10:11.004 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:10:21.006 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:10:41.008 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:10:48.293 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 05:11:08.294 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:11:18.296 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:11:38.297 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:11:48.299 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:12:08.300 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:12:18.301 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:12:38.302 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:12:48.305 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:13:08.306 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:13:18.308 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:13:38.309 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:13:48.311 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:14:08.312 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:14:18.314 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:14:38.316 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:14:48.318 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 05:15:08.319 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:15:15.600 [W] [client/service.go:297] [1cc6540a853c7b62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 05:15:35.602 [I] [client/service.go:294] [1cc6540a853c7b62] try to connect to server... 2025-12-18 05:15:36.551 [I] [client/service.go:286] [1cc6540a853c7b62] login to server success, get run id [1cc6540a853c7b62] 2025-12-18 05:15:36.552 [I] [proxy/proxy_manager.go:173] [1cc6540a853c7b62] proxy added: [DTN57CC5599] 2025-12-18 05:15:36.886 [I] [client/control.go:168] [1cc6540a853c7b62] [DTN57CC5599] start proxy success [2025-12-18,05:20:18.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,05:20:24.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,05:35:18.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,05:35:28.125] [DEBUG] 6 processes running of frp type [2025-12-18,05:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,05:50:24.339] [DEBUG] 6 processes running of frp type [2025-12-18,06:05:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,06:05:24.374] [DEBUG] 6 processes running of frp type [2025-12-18,06:20:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,06:20:24.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,06:30:41.967] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,06:30:41.974] [INFO] LocationSqlManager initialising [2025-12-18,06:30:41.975] [INFO] Location DB initialising [2025-12-18,06:30:41.986] [INFO] LocationSqlManager initialisation complete [2025-12-18,06:30:41.987] [DEBUG] UploadManager Init [2025-12-18,06:30:41.988] [DEBUG] UploadManager Init Complete [2025-12-18,06:30:41.991] [INFO] Initializing GPS... [2025-12-18,06:30:41.994] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,06:32:44.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,06:32:58.349] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-18,06:33:13.645] [DEBUG] Log Upload Complete! [2025-12-18,06:35:45.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,06:35:52.540] [DEBUG] Remote Access Enabled Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_frp_config/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 56, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_frp_config/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-18,06:50:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,06:50:24.605] [DEBUG] Remote Access Enabled [2025-12-18,06:50:31.620] [INFO] Server Address: 138.201.17.179 [2025-12-18,06:50:31.621] [INFO] Server Port: 7000 [2025-12-18,06:50:31.626] [DEBUG] Starting Remote Access! 2025-12-18 06:50:31.756 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 06:50:31.757 [I] [client/service.go:294] try to connect to server... 2025-12-18 06:50:32.650 [I] [client/service.go:286] [249613837b13eb9a] login to server success, get run id [249613837b13eb9a] 2025-12-18 06:50:32.651 [I] [proxy/proxy_manager.go:173] [249613837b13eb9a] proxy added: [DTN57CC5599] 2025-12-18 06:50:32.945 [I] [client/control.go:168] [249613837b13eb9a] [DTN57CC5599] start proxy success [2025-12-18,07:05:19.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,07:05:25.951] [DEBUG] 6 processes running of frp type 2025-12-18 07:16:10.101 [I] [client/service.go:294] [249613837b13eb9a] try to connect to server... 2025-12-18 07:16:20.104 [W] [client/service.go:297] [249613837b13eb9a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 07:16:20.104 [I] [client/service.go:294] [249613837b13eb9a] try to connect to server... 2025-12-18 07:16:30.107 [W] [client/service.go:297] [249613837b13eb9a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 07:16:30.107 [I] [client/service.go:294] [249613837b13eb9a] try to connect to server... 2025-12-18 07:16:40.108 [W] [client/service.go:297] [249613837b13eb9a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 07:16:40.109 [I] [client/service.go:294] [249613837b13eb9a] try to connect to server... 2025-12-18 07:16:49.695 [I] [client/service.go:286] [249613837b13eb9a] login to server success, get run id [249613837b13eb9a] 2025-12-18 07:16:49.697 [I] [proxy/proxy_manager.go:173] [249613837b13eb9a] proxy added: [DTN57CC5599] 2025-12-18 07:16:50.122 [I] [client/control.go:168] [249613837b13eb9a] [DTN57CC5599] start proxy success 2025-12-18 07:17:27.583 [I] [client/service.go:294] [249613837b13eb9a] try to connect to server... 2025-12-18 07:17:28.754 [I] [client/service.go:286] [249613837b13eb9a] login to server success, get run id [249613837b13eb9a] 2025-12-18 07:17:28.756 [I] [proxy/proxy_manager.go:173] [249613837b13eb9a] proxy added: [DTN57CC5599] 2025-12-18 07:17:29.197 [I] [client/control.go:168] [249613837b13eb9a] [DTN57CC5599] start proxy success [2025-12-18,07:20:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,07:20:24.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,07:35:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,07:35:24.342] [DEBUG] 6 processes running of frp type [2025-12-18,07:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,07:50:24.600] [DEBUG] 6 processes running of frp type [2025-12-18,08:02:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,08:02:24.479] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-18,08:02:36.199] [DEBUG] Log Upload Complete! [2025-12-18,08:05:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,08:05:24.700] [DEBUG] 6 processes running of frp type [2025-12-18,08:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,08:20:24.499] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,08:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,08:35:24.086] [DEBUG] 6 processes running of frp type [2025-12-18,08:50:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,08:50:23.984] [DEBUG] 6 processes running of frp type [2025-12-18,09:05:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,09:05:24.019] [DEBUG] 6 processes running of frp type [2025-12-18,09:20:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,09:20:23.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,09:35:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,09:35:23.894] [DEBUG] 6 processes running of frp type [2025-12-18,09:50:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,09:50:24.048] [DEBUG] 6 processes running of frp type [2025-12-18,10:05:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,10:05:23.994] [DEBUG] 6 processes running of frp type [2025-12-18,10:20:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,10:20:24.001] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,10:35:18.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,10:35:25.000] [DEBUG] 6 processes running of frp type [2025-12-18,10:50:17.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,10:50:23.678] [DEBUG] 6 processes running of frp type [2025-12-18,11:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,11:05:24.446] [DEBUG] 6 processes running of frp type [2025-12-18,11:20:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,11:20:24.189] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,11:35:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,11:35:24.699] [DEBUG] 6 processes running of frp type [2025-12-18,11:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,11:50:24.450] [DEBUG] 6 processes running of frp type [2025-12-18,12:05:18.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,12:05:24.926] [DEBUG] 6 processes running of frp type [2025-12-18,12:20:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,12:20:23.693] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,12:35:17.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,12:35:23.639] [DEBUG] 6 processes running of frp type [2025-12-18,12:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,12:50:24.163] [DEBUG] 6 processes running of frp type [2025-12-18,13:05:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,13:05:24.159] [DEBUG] 6 processes running of frp type [2025-12-18,13:20:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,13:20:24.174] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,13:35:18.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,13:35:24.830] [DEBUG] 6 processes running of frp type [2025-12-18,13:50:18.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,13:50:24.724] [DEBUG] 6 processes running of frp type [2025-12-18,14:05:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,14:05:24.632] [DEBUG] 6 processes running of frp type [2025-12-18,14:20:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,14:20:24.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,14:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,14:35:24.008] [DEBUG] 6 processes running of frp type [2025-12-18,14:50:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,14:50:24.422] [DEBUG] 6 processes running of frp type [2025-12-18,15:05:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,15:05:24.702] [DEBUG] 6 processes running of frp type [2025-12-18,15:20:16.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,15:20:23.539] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,15:35:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,15:35:23.936] [DEBUG] 6 processes running of frp type [2025-12-18,15:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,15:50:24.466] [DEBUG] 6 processes running of frp type [2025-12-18,16:05:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,16:05:24.980] [DEBUG] 6 processes running of frp type [2025-12-18,16:20:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,16:20:24.127] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,16:35:18.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,16:35:24.885] [DEBUG] 6 processes running of frp type [2025-12-18,16:50:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,16:50:24.414] [DEBUG] 6 processes running of frp type [2025-12-18,17:05:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,17:05:24.777] [DEBUG] 6 processes running of frp type [2025-12-18,17:20:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,17:20:23.756] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,17:35:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,17:35:23.670] [DEBUG] 6 processes running of frp type [2025-12-18,17:50:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,17:50:23.712] [DEBUG] 6 processes running of frp type [2025-12-18,18:05:17.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,18:05:23.680] [DEBUG] 6 processes running of frp type [2025-12-18,18:20:18.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,18:20:24.994] [DEBUG] 6 processes running of frp type [2025-12-18,18:25:41.014] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,18:25:41.018] [INFO] LocationSqlManager initialising [2025-12-18,18:25:41.019] [INFO] Location DB initialising [2025-12-18,18:25:41.028] [INFO] LocationSqlManager initialisation complete [2025-12-18,18:25:41.029] [DEBUG] UploadManager Init [2025-12-18,18:25:41.030] [DEBUG] UploadManager Init Complete [2025-12-18,18:25:41.033] [INFO] Initializing GPS... [2025-12-18,18:25:41.035] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,18:27:44.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,18:27:56.251] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-18,18:28:28.597] [DEBUG] Log Upload Complete! [2025-12-18,18:30:44.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,18:30:51.448] [DEBUG] Remote Access Enabled [2025-12-18,18:30:57.755] [INFO] Server Address: 138.201.17.179 [2025-12-18,18:30:57.756] [INFO] Server Port: 7000 [2025-12-18,18:30:57.761] [DEBUG] Starting Remote Access! 2025-12-18 18:30:57.896 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 18:30:57.897 [I] [client/service.go:294] try to connect to server... 2025-12-18 18:30:58.922 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-18 18:30:58.925 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-18 18:30:59.247 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-18,18:35:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,18:35:24.722] [DEBUG] 6 processes running of frp type [2025-12-18,18:50:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,18:50:24.311] [DEBUG] 6 processes running of frp type [2025-12-18,19:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,19:05:24.353] [DEBUG] 6 processes running of frp type [2025-12-18,19:20:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,19:20:24.468] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,19:35:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,19:35:24.209] [DEBUG] 6 processes running of frp type [2025-12-18,19:50:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,19:50:25.133] [DEBUG] 6 processes running of frp type [2025-12-18,20:05:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,20:05:26.397] [DEBUG] 6 processes running of frp type [2025-12-18,20:20:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,20:20:26.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,20:35:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,20:35:27.531] [DEBUG] 6 processes running of frp type [2025-12-18,20:50:17.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,20:50:26.265] [DEBUG] 6 processes running of frp type [2025-12-18,21:05:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,21:05:25.589] [DEBUG] 6 processes running of frp type [2025-12-18,21:20:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,21:20:29.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-18 21:28:00.054 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:28:10.057 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:28:10.058 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:28:14.001 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-18 21:28:14.002 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-18 21:28:15.188 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-18,21:35:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,21:35:24.430] [DEBUG] 6 processes running of frp type 2025-12-18 21:38:00.252 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:38:01.149 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-18 21:38:01.150 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-18 21:38:01.449 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success 2025-12-18 21:39:10.841 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:39:20.842 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:39:20.842 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:39:30.844 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:39:30.845 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:39:40.846 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:39:40.847 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:39:50.848 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:39:50.849 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:40:00.850 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:40:20.851 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:40:30.853 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:40:50.854 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:41:00.856 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 21:41:20.857 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-18 21:41:29.361 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-18 21:41:29.361 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-18 21:41:29.665 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-18,21:50:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,21:50:26.817] [DEBUG] 6 processes running of frp type [2025-12-18,22:05:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,22:05:24.943] [DEBUG] 6 processes running of frp type [2025-12-18,22:20:17.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,22:20:23.789] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,22:35:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,22:35:23.932] [DEBUG] 6 processes running of frp type [2025-12-18,22:50:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,22:50:23.899] [DEBUG] 6 processes running of frp type [2025-12-18,23:05:17.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,23:05:24.339] [DEBUG] 6 processes running of frp type [2025-12-18,23:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,23:20:24.187] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,23:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,23:35:24.492] [DEBUG] 6 processes running of frp type [2025-12-18,23:50:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-18,23:50:24.155] [DEBUG] 6 processes running of frp type [2025-12-19,00:05:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,00:05:24.110] [DEBUG] 6 processes running of frp type [2025-12-19,00:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,00:20:24.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,00:35:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,00:35:24.580] [DEBUG] 6 processes running of frp type [2025-12-19,00:50:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,00:50:23.967] [DEBUG] 6 processes running of frp type 2025-12-19 00:51:15.747 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:51:25.749 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 00:51:25.750 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:51:35.752 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 00:51:35.753 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:51:45.754 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 00:51:45.754 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:51:55.756 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 00:52:15.758 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:52:25.760 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 00:52:45.762 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:52:55.763 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 00:53:15.765 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:53:22.998 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 00:53:43.000 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 00:53:43.843 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-19 00:53:43.845 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-19 00:53:44.140 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-19,01:05:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,01:05:23.848] [DEBUG] 6 processes running of frp type 2025-12-19 01:13:36.463 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 01:13:46.465 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 01:13:46.466 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 01:13:54.976 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-19 01:13:54.977 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-19 01:13:55.307 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success 2025-12-19 01:14:34.039 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 01:14:35.018 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-19 01:14:35.019 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-19 01:14:35.342 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-19,01:20:17.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,01:20:23.884] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,01:35:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,01:35:23.674] [DEBUG] 6 processes running of frp type [2025-12-19,01:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,01:50:24.251] [DEBUG] 6 processes running of frp type [2025-12-19,02:05:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,02:05:24.063] [DEBUG] 6 processes running of frp type [2025-12-19,02:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,02:20:24.398] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,02:35:16.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,02:35:24.006] [DEBUG] 6 processes running of frp type 2025-12-19 02:50:22.358 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 02:50:31.121 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-19 02:50:31.122 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-19 02:50:31.440 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-19,02:50:32.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,02:50:40.145] [DEBUG] 6 processes running of frp type [2025-12-19,03:05:18.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,03:05:25.449] [DEBUG] 6 processes running of frp type [2025-12-19,03:20:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,03:20:24.485] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,03:35:18.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,03:35:25.253] [DEBUG] 6 processes running of frp type [2025-12-19,03:50:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,03:50:24.119] [DEBUG] 6 processes running of frp type [2025-12-19,04:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,04:05:24.290] [DEBUG] 6 processes running of frp type 2025-12-19 04:06:37.464 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 04:06:40.652 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:06:40.652 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 04:06:40.654 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:06:45.182 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 04:06:45.186 [W] [client/service.go:297] [19e93efd5ed78537] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:06:54.948 [I] [client/service.go:294] [19e93efd5ed78537] try to connect to server... 2025-12-19 04:06:55.870 [I] [client/service.go:286] [19e93efd5ed78537] login to server success, get run id [19e93efd5ed78537] 2025-12-19 04:06:55.872 [I] [proxy/proxy_manager.go:173] [19e93efd5ed78537] proxy added: [DTN57CC5599] 2025-12-19 04:06:56.183 [I] [client/control.go:168] [19e93efd5ed78537] [DTN57CC5599] start proxy success [2025-12-19,04:20:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,04:20:24.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,04:35:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,04:35:23.785] [DEBUG] 6 processes running of frp type [2025-12-19,04:50:17.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,04:50:23.713] [DEBUG] 6 processes running of frp type [2025-12-19,05:05:18.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,05:05:24.696] [DEBUG] 6 processes running of frp type [2025-12-19,05:20:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,05:20:24.430] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,05:35:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,05:35:24.318] [DEBUG] 6 processes running of frp type [2025-12-19,05:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,05:50:24.149] [DEBUG] 6 processes running of frp type [2025-12-19,06:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,06:05:24.354] [DEBUG] 6 processes running of frp type [2025-12-19,06:20:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,06:20:24.226] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,06:30:41.580] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,06:30:41.588] [INFO] LocationSqlManager initialising [2025-12-19,06:30:41.589] [INFO] Location DB initialising [2025-12-19,06:30:41.600] [INFO] LocationSqlManager initialisation complete [2025-12-19,06:30:41.601] [DEBUG] UploadManager Init [2025-12-19,06:30:41.602] [DEBUG] UploadManager Init Complete [2025-12-19,06:30:41.606] [INFO] Initializing GPS... [2025-12-19,06:30:41.609] [INFO] Starting location capture [2025-12-19,06:31:46.924] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,06:31:46.931] [INFO] LocationSqlManager initialising [2025-12-19,06:31:46.932] [INFO] Location DB initialising [2025-12-19,06:31:46.943] [INFO] LocationSqlManager initialisation complete [2025-12-19,06:31:46.944] [DEBUG] UploadManager Init [2025-12-19,06:31:46.944] [DEBUG] UploadManager Init Complete [2025-12-19,06:31:46.948] [INFO] Initializing GPS... [2025-12-19,06:31:46.950] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,06:33:51.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,06:33:57.918] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-19,06:34:07.577] [DEBUG] Log Upload Complete! [2025-12-19,06:36:51.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,06:36:58.447] [DEBUG] Remote Access Enabled [2025-12-19,06:37:04.765] [INFO] Server Address: 138.201.17.179 [2025-12-19,06:37:04.766] [INFO] Server Port: 7000 [2025-12-19,06:37:04.771] [DEBUG] Starting Remote Access! 2025-12-19 06:37:04.911 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 06:37:04.912 [I] [client/service.go:294] try to connect to server... 2025-12-19 06:37:05.807 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 06:37:05.808 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 06:37:06.125 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,06:50:18.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,06:50:24.985] [DEBUG] 6 processes running of frp type [2025-12-19,07:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,07:05:24.161] [DEBUG] 6 processes running of frp type [2025-12-19,07:20:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,07:20:24.048] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-19 07:32:29.803 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 07:32:32.044 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 07:32:32.045 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 07:32:33.908 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,07:35:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,07:35:24.022] [DEBUG] 6 processes running of frp type [2025-12-19,07:50:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,07:50:24.521] [DEBUG] 6 processes running of frp type [2025-12-19,08:02:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,08:02:24.373] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-19,08:02:37.446] [DEBUG] Log Upload Complete! 2025-12-19 08:02:44.629 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 08:02:46.877 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 08:02:46.878 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 08:02:50.051 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,08:05:17.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,08:05:24.601] [DEBUG] 6 processes running of frp type 2025-12-19 08:05:58.656 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 08:06:00.053 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 08:06:00.055 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 08:06:01.887 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success 2025-12-19 08:13:22.764 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 08:13:25.201 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 08:13:25.202 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 08:13:36.903 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success 2025-12-19 08:14:03.300 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 08:14:14.809 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: i/o deadline reached 2025-12-19 08:14:14.810 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 08:14:15.808 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 08:14:15.809 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 08:14:18.064 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,08:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,08:20:24.389] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,08:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,08:35:24.241] [DEBUG] 6 processes running of frp type [2025-12-19,08:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,08:50:25.655] [DEBUG] 6 processes running of frp type 2025-12-19 08:55:13.083 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 08:55:14.346 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 08:55:14.348 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 08:55:15.864 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success 2025-12-19 09:00:06.444 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:00:08.969 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 09:00:08.971 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 09:00:11.156 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success 2025-12-19 09:01:54.975 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:01:56.424 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 09:01:56.426 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 09:01:57.429 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,09:05:18.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,09:05:24.900] [DEBUG] 6 processes running of frp type 2025-12-19 09:05:46.405 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:05:48.661 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 09:05:48.662 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 09:05:49.690 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success 2025-12-19 09:12:07.884 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:12:17.886 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:12:17.887 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:12:19.877 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 09:12:19.878 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 09:12:20.202 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,09:20:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,09:20:23.677] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,09:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,09:35:23.990] [DEBUG] 6 processes running of frp type 2025-12-19 09:42:48.153 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:42:58.155 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:42:58.156 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:42:59.094 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 09:42:59.095 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 09:42:59.427 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,09:50:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,09:50:24.510] [DEBUG] 6 processes running of frp type 2025-12-19 09:58:26.304 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:58:36.306 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:58:36.306 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:58:46.307 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:58:46.308 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:58:56.310 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:58:56.311 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:59:06.313 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:59:06.313 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:59:16.315 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 09:59:36.316 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 09:59:46.318 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:00:06.319 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:00:06.323 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:00:26.324 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:00:26.329 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:00:46.330 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:00:46.337 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:01:06.338 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:01:06.341 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:01:26.343 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:01:26.349 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:01:46.350 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:01:46.356 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:02:06.357 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:02:06.365 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:02:26.367 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:02:26.374 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:02:46.375 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:02:46.380 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:03:06.382 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:03:06.387 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:03:26.388 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:03:26.393 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:03:46.394 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:03:46.400 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:04:06.402 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:04:06.459 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:04:26.461 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:04:26.467 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:04:46.468 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:04:46.476 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:05:06.478 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:05:06.482 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:05:26.483 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:05:26.488 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:05:46.489 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:05:47.478 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 10:05:47.479 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 10:05:47.823 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success 2025-12-19 10:12:13.524 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:12:23.527 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:12:23.527 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:12:33.529 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:12:33.530 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:12:43.531 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:12:43.532 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:12:53.534 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:13:13.535 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:13:13.543 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:13:33.545 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:13:33.603 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:13:53.604 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:13:53.610 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:14:13.612 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:14:13.618 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:14:33.620 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:14:33.626 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:14:53.627 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:14:54.653 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:15:14.654 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:15:24.656 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:15:44.657 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:15:54.659 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:16:14.661 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:16:24.663 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:16:44.664 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:16:54.667 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:17:14.668 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:17:24.670 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 10:17:44.671 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:17:44.675 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:18:04.677 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:18:04.733 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:18:24.734 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:18:24.738 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:18:44.739 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:18:44.743 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:19:04.745 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:19:04.749 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 10:19:24.750 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 10:19:25.708 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 10:19:25.709 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 10:19:26.013 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,10:20:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,10:20:23.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,10:35:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,10:35:24.116] [DEBUG] 6 processes running of frp type [2025-12-19,10:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,10:50:24.367] [DEBUG] 6 processes running of frp type [2025-12-19,11:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,11:05:24.997] [DEBUG] 6 processes running of frp type [2025-12-19,11:20:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,11:20:24.454] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,11:35:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,11:35:24.079] [DEBUG] 6 processes running of frp type [2025-12-19,11:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,11:50:24.489] [DEBUG] 6 processes running of frp type [2025-12-19,12:05:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,12:05:24.933] [DEBUG] 6 processes running of frp type [2025-12-19,12:20:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,12:20:24.547] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,12:35:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,12:35:24.862] [DEBUG] 6 processes running of frp type [2025-12-19,12:50:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,12:50:24.398] [DEBUG] 6 processes running of frp type [2025-12-19,13:05:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,13:05:24.485] [DEBUG] 6 processes running of frp type [2025-12-19,13:20:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,13:20:24.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,13:35:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,13:35:24.751] [DEBUG] 6 processes running of frp type [2025-12-19,13:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,13:50:24.082] [DEBUG] 6 processes running of frp type [2025-12-19,14:05:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,14:05:24.313] [DEBUG] 6 processes running of frp type [2025-12-19,14:20:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,14:20:24.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,14:35:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,14:35:24.085] [DEBUG] 6 processes running of frp type [2025-12-19,14:50:18.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,14:50:24.835] [DEBUG] 6 processes running of frp type [2025-12-19,15:05:17.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,15:05:23.823] [DEBUG] 6 processes running of frp type 2025-12-19 15:13:13.767 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:13:23.769 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:13:23.770 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:13:33.771 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:13:33.772 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:13:43.774 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:13:43.775 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:13:53.777 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:13:53.777 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:14:03.779 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:14:23.780 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:14:33.782 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:14:53.783 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:14:53.789 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 15:15:13.791 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:15:13.795 [W] [client/service.go:297] [1564c3f72be29471] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 15:15:33.797 [I] [client/service.go:294] [1564c3f72be29471] try to connect to server... 2025-12-19 15:15:35.275 [I] [client/service.go:286] [1564c3f72be29471] login to server success, get run id [1564c3f72be29471] 2025-12-19 15:15:35.276 [I] [proxy/proxy_manager.go:173] [1564c3f72be29471] proxy added: [DTN57CC5599] 2025-12-19 15:15:35.911 [I] [client/control.go:168] [1564c3f72be29471] [DTN57CC5599] start proxy success [2025-12-19,15:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,15:20:23.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,15:35:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,15:35:24.761] [DEBUG] 6 processes running of frp type [2025-12-19,15:50:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,15:50:24.964] [DEBUG] 6 processes running of frp type [2025-12-19,16:05:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,16:05:24.435] [DEBUG] 6 processes running of frp type [2025-12-19,16:20:17.757] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,16:20:24.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,16:35:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,16:35:24.426] [DEBUG] 6 processes running of frp type [2025-12-19,16:50:18.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,16:50:25.149] [DEBUG] 6 processes running of frp type [2025-12-19,17:05:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,17:05:24.075] [DEBUG] 6 processes running of frp type [2025-12-19,17:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,17:20:28.221] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,17:35:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,17:35:25.663] [DEBUG] 6 processes running of frp type [2025-12-19,17:50:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,17:50:24.536] [DEBUG] 6 processes running of frp type [2025-12-19,18:05:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,18:05:25.516] [DEBUG] 6 processes running of frp type [2025-12-19,18:20:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,18:20:25.315] [DEBUG] 6 processes running of frp type [2025-12-19,18:25:41.437] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,18:25:41.444] [INFO] LocationSqlManager initialising [2025-12-19,18:25:41.445] [INFO] Location DB initialising [2025-12-19,18:25:41.456] [INFO] LocationSqlManager initialisation complete [2025-12-19,18:25:41.457] [DEBUG] UploadManager Init [2025-12-19,18:25:41.458] [DEBUG] UploadManager Init Complete [2025-12-19,18:25:41.462] [INFO] Initializing GPS... [2025-12-19,18:25:41.465] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,18:27:44.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,18:27:51.799] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2025-12-19,18:30:44.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,18:30:44.900] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-19,18:30:52.397] [DEBUG] Remote Access Enabled [2025-12-19,18:30:59.042] [INFO] Server Address: 138.201.17.179 [2025-12-19,18:30:59.042] [INFO] Server Port: 7000 [2025-12-19,18:30:59.047] [DEBUG] Starting Remote Access! 2025-12-19 18:30:59.176 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 18:30:59.177 [I] [client/service.go:294] try to connect to server... 2025-12-19 18:31:00.557 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-19 18:31:00.559 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-19 18:31:00.948 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success [2025-12-19,18:35:16.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,18:35:23.703] [DEBUG] 6 processes running of frp type [2025-12-19,18:50:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,18:50:24.163] [DEBUG] 6 processes running of frp type [2025-12-19,19:05:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,19:05:24.650] [DEBUG] 6 processes running of frp type [2025-12-19,19:20:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,19:20:25.350] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,19:35:17.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,19:35:25.726] [DEBUG] 6 processes running of frp type [2025-12-19,19:50:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,19:50:24.409] [DEBUG] 6 processes running of frp type [2025-12-19,20:05:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,20:05:25.832] [DEBUG] 6 processes running of frp type [2025-12-19,20:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,20:20:24.434] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,20:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,20:35:25.573] [DEBUG] 6 processes running of frp type [2025-12-19,20:50:18.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,20:50:27.248] [DEBUG] 6 processes running of frp type [2025-12-19,21:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,21:05:26.262] [DEBUG] 6 processes running of frp type 2025-12-19 21:17:46.455 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-19 21:17:51.808 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-19 21:17:51.810 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-19 21:17:52.466 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success [2025-12-19,21:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,21:20:37.990] [DEBUG] 6 processes running of frp type 2025-12-19 21:23:37.557 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-19 21:23:44.546 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-19 21:23:44.548 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-19 21:23:46.253 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success 2025-12-19 21:25:23.231 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-19 21:25:41.888 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-19 21:25:41.890 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-19 21:25:52.037 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,21:35:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,21:35:34.475] [DEBUG] 6 processes running of frp type [2025-12-19,21:50:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,21:50:24.330] [DEBUG] 6 processes running of frp type [2025-12-19,22:05:18.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,22:05:25.444] [DEBUG] 6 processes running of frp type [2025-12-19,22:20:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,22:20:24.263] [DEBUG] 6 processes running of frp type 2025-12-19 22:22:33.106 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-19 22:22:34.177 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-19 22:22:34.178 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-19 22:22:34.565 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,22:35:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,22:35:24.161] [DEBUG] 6 processes running of frp type [2025-12-19,22:50:21.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,22:50:27.822] [DEBUG] 6 processes running of frp type [2025-12-19,23:05:16.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,23:05:23.756] [DEBUG] 6 processes running of frp type [2025-12-19,23:20:16.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,23:20:23.542] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,23:35:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,23:35:24.599] [DEBUG] 6 processes running of frp type [2025-12-19,23:50:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-19,23:50:24.287] [DEBUG] 6 processes running of frp type [2025-12-20,00:05:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,00:05:24.514] [DEBUG] 6 processes running of frp type [2025-12-20,00:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,00:20:24.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,00:35:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,00:35:23.598] [DEBUG] 6 processes running of frp type [2025-12-20,00:50:18.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,00:50:24.853] [DEBUG] 6 processes running of frp type [2025-12-20,01:05:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,01:05:23.579] [DEBUG] 6 processes running of frp type [2025-12-20,01:20:22.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,01:20:29.465] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,01:35:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,01:35:24.288] [DEBUG] 6 processes running of frp type 2025-12-20 01:36:16.756 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 01:36:21.460 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-20 01:36:21.461 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-20 01:36:21.769 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success [2025-12-20,01:50:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,01:50:23.866] [DEBUG] 6 processes running of frp type [2025-12-20,02:05:17.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,02:05:23.668] [DEBUG] 6 processes running of frp type [2025-12-20,02:20:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,02:20:24.388] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,02:35:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,02:35:24.132] [DEBUG] 6 processes running of frp type 2025-12-20 02:39:18.744 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 02:39:21.577 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-20 02:39:21.578 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-20 02:39:22.387 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success [2025-12-20,02:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,02:50:23.942] [DEBUG] 6 processes running of frp type [2025-12-20,03:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,03:05:23.640] [DEBUG] 6 processes running of frp type [2025-12-20,03:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,03:20:24.322] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,03:35:18.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,03:35:24.727] [DEBUG] 6 processes running of frp type [2025-12-20,03:50:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,03:50:23.633] [DEBUG] 6 processes running of frp type [2025-12-20,04:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,04:05:24.364] [DEBUG] 6 processes running of frp type 2025-12-20 04:06:31.544 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 04:06:34.584 [W] [client/service.go:297] [34bd492983334448] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:06:34.585 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 04:06:37.625 [W] [client/service.go:297] [34bd492983334448] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:06:37.626 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 04:06:40.664 [W] [client/service.go:297] [34bd492983334448] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:06:50.234 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 04:06:50.237 [W] [client/service.go:297] [34bd492983334448] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:07:10.176 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 04:07:22.024 [W] [client/service.go:297] [34bd492983334448] connect to server error: connection write timeout 2025-12-20 04:07:42.025 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 04:07:43.918 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-20 04:07:43.919 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-20 04:07:49.337 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success [2025-12-20,04:20:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,04:20:24.546] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,04:35:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,04:35:23.787] [DEBUG] 6 processes running of frp type [2025-12-20,04:50:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,04:50:23.969] [DEBUG] 6 processes running of frp type [2025-12-20,05:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,05:05:25.793] [DEBUG] 6 processes running of frp type [2025-12-20,05:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,05:20:24.805] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,05:35:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,05:35:23.718] [DEBUG] 6 processes running of frp type [2025-12-20,05:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,05:50:24.225] [DEBUG] 6 processes running of frp type [2025-12-20,06:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,06:05:25.666] [DEBUG] 6 processes running of frp type [2025-12-20,06:20:18.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,06:20:24.788] [DEBUG] 6 processes running of frp type 2025-12-20 06:25:34.644 [I] [client/service.go:294] [34bd492983334448] try to connect to server... 2025-12-20 06:25:35.580 [I] [client/service.go:286] [34bd492983334448] login to server success, get run id [34bd492983334448] 2025-12-20 06:25:35.582 [I] [proxy/proxy_manager.go:173] [34bd492983334448] proxy added: [DTN57CC5599] 2025-12-20 06:25:36.286 [I] [client/control.go:168] [34bd492983334448] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,06:30:40.606] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,06:30:40.611] [INFO] LocationSqlManager initialising [2025-12-20,06:30:40.611] [INFO] Location DB initialising [2025-12-20,06:30:40.620] [INFO] LocationSqlManager initialisation complete [2025-12-20,06:30:40.621] [DEBUG] UploadManager Init [2025-12-20,06:30:40.621] [DEBUG] UploadManager Init Complete [2025-12-20,06:30:40.624] [INFO] Initializing GPS... [2025-12-20,06:30:40.627] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,06:32:44.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,06:32:56.756] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-20,06:33:09.142] [DEBUG] Log Upload Complete! [2025-12-20,06:35:39.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,06:35:46.508] [DEBUG] Remote Access Enabled [2025-12-20,06:35:53.085] [INFO] Server Address: 138.201.17.179 [2025-12-20,06:35:53.086] [INFO] Server Port: 7000 [2025-12-20,06:35:53.091] [DEBUG] Starting Remote Access! 2025-12-20 06:35:53.241 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 06:35:53.242 [I] [client/service.go:294] try to connect to server... 2025-12-20 06:35:54.335 [I] [client/service.go:286] [e3682eacd92ff9b1] login to server success, get run id [e3682eacd92ff9b1] 2025-12-20 06:35:54.337 [I] [proxy/proxy_manager.go:173] [e3682eacd92ff9b1] proxy added: [DTN57CC5599] 2025-12-20 06:35:54.663 [I] [client/control.go:168] [e3682eacd92ff9b1] [DTN57CC5599] start proxy success [2025-12-20,06:50:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,06:50:25.157] [DEBUG] 6 processes running of frp type [2025-12-20,07:05:20.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-20 07:05:24.666 [I] [client/service.go:294] [e3682eacd92ff9b1] try to connect to server... 2025-12-20 07:05:25.587 [I] [client/service.go:286] [e3682eacd92ff9b1] login to server success, get run id [e3682eacd92ff9b1] 2025-12-20 07:05:25.588 [I] [proxy/proxy_manager.go:173] [e3682eacd92ff9b1] proxy added: [DTN57CC5599] 2025-12-20 07:05:26.443 [I] [client/control.go:168] [e3682eacd92ff9b1] [DTN57CC5599] start proxy success [2025-12-20,07:05:33.670] [DEBUG] 6 processes running of frp type [2025-12-20,07:20:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,07:20:24.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,07:35:16.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,07:35:23.806] [DEBUG] 6 processes running of frp type [2025-12-20,07:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,07:50:24.909] [DEBUG] 6 processes running of frp type [2025-12-20,08:02:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,08:02:29.156] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-20,08:02:42.728] [DEBUG] Log Upload Complete! [2025-12-20,08:05:18.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,08:05:26.202] [DEBUG] 6 processes running of frp type [2025-12-20,08:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,08:20:30.310] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,08:35:16.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,08:35:24.230] [DEBUG] 6 processes running of frp type [2025-12-20,08:50:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,08:50:24.381] [DEBUG] 6 processes running of frp type [2025-12-20,09:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,09:05:24.614] [DEBUG] 6 processes running of frp type [2025-12-20,09:20:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,09:20:25.906] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,09:35:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,09:35:24.352] [DEBUG] 6 processes running of frp type [2025-12-20,09:50:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,09:50:24.401] [DEBUG] 6 processes running of frp type [2025-12-20,10:05:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,10:05:24.672] [DEBUG] 6 processes running of frp type [2025-12-20,10:20:18.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,10:20:25.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,10:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,10:35:24.212] [DEBUG] 6 processes running of frp type [2025-12-20,10:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,10:50:24.535] [DEBUG] 6 processes running of frp type [2025-12-20,11:05:18.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,11:05:24.767] [DEBUG] 6 processes running of frp type [2025-12-20,11:20:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,11:20:23.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,11:35:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-20,11:50:17.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,11:50:24.349] [DEBUG] 6 processes running of frp type [2025-12-20,12:05:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,12:05:24.791] [DEBUG] 6 processes running of frp type 2025-12-20 12:07:19.683 [I] [client/service.go:294] [e3682eacd92ff9b1] try to connect to server... 2025-12-20 12:07:20.675 [I] [client/service.go:286] [e3682eacd92ff9b1] login to server success, get run id [e3682eacd92ff9b1] 2025-12-20 12:07:20.677 [I] [proxy/proxy_manager.go:173] [e3682eacd92ff9b1] proxy added: [DTN57CC5599] 2025-12-20 12:07:21.346 [I] [client/control.go:168] [e3682eacd92ff9b1] [DTN57CC5599] start proxy success [2025-12-20,12:20:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,12:20:23.831] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,12:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,12:35:24.774] [DEBUG] 6 processes running of frp type [2025-12-20,12:50:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,12:50:25.036] [DEBUG] 6 processes running of frp type [2025-12-20,13:05:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,13:05:24.190] [DEBUG] 6 processes running of frp type [2025-12-20,13:20:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,13:20:24.317] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,13:35:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,13:35:24.555] [DEBUG] 6 processes running of frp type [2025-12-20,13:50:18.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,13:50:25.142] [DEBUG] 6 processes running of frp type [2025-12-20,14:05:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,14:05:24.355] [DEBUG] 6 processes running of frp type [2025-12-20,14:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,14:20:24.701] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,14:35:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,14:35:23.871] [DEBUG] 6 processes running of frp type [2025-12-20,14:50:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,14:50:25.180] [DEBUG] 6 processes running of frp type [2025-12-20,15:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,15:05:24.678] [DEBUG] 6 processes running of frp type [2025-12-20,15:20:18.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,15:20:24.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,15:35:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,15:35:24.300] [DEBUG] 6 processes running of frp type [2025-12-20,15:50:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,15:50:24.540] [DEBUG] 6 processes running of frp type [2025-12-20,16:05:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,16:05:24.537] [DEBUG] 6 processes running of frp type [2025-12-20,16:20:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,16:20:24.601] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,16:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,16:35:24.418] [DEBUG] 6 processes running of frp type [2025-12-20,16:50:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,16:50:24.705] [DEBUG] 6 processes running of frp type [2025-12-20,17:05:18.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,17:05:25.153] [DEBUG] 6 processes running of frp type [2025-12-20,17:20:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,17:20:24.315] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,17:35:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,17:35:24.856] [DEBUG] 6 processes running of frp type [2025-12-20,17:50:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,17:50:24.826] [DEBUG] 6 processes running of frp type [2025-12-20,18:05:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,18:05:24.012] [DEBUG] 6 processes running of frp type [2025-12-20,18:20:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,18:20:23.953] [DEBUG] 6 processes running of frp type [2025-12-20,18:25:40.847] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,18:25:40.858] [INFO] LocationSqlManager initialising [2025-12-20,18:25:40.859] [INFO] Location DB initialising [2025-12-20,18:25:40.871] [INFO] LocationSqlManager initialisation complete [2025-12-20,18:25:40.872] [DEBUG] UploadManager Init [2025-12-20,18:25:40.873] [DEBUG] UploadManager Init Complete [2025-12-20,18:25:40.877] [INFO] Initializing GPS... [2025-12-20,18:25:40.880] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,18:27:44.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,18:27:51.517] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-20,18:28:05.062] [DEBUG] Log Upload Complete! [2025-12-20,18:30:44.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,18:30:51.119] [DEBUG] Remote Access Enabled [2025-12-20,18:30:58.612] [INFO] Server Address: 138.201.17.179 [2025-12-20,18:30:58.613] [INFO] Server Port: 7000 [2025-12-20,18:30:58.618] [DEBUG] Starting Remote Access! 2025-12-20 18:30:58.749 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 18:30:58.750 [I] [client/service.go:294] try to connect to server... 2025-12-20 18:31:00.526 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 18:31:00.527 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 18:31:00.881 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-20,18:35:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,18:35:24.704] [DEBUG] 6 processes running of frp type [2025-12-20,18:50:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,18:50:23.840] [DEBUG] 6 processes running of frp type [2025-12-20,19:05:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,19:05:24.004] [DEBUG] 6 processes running of frp type [2025-12-20,19:20:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,19:20:24.390] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,19:35:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,19:35:25.039] [DEBUG] 6 processes running of frp type [2025-12-20,19:50:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,19:50:25.459] [DEBUG] 6 processes running of frp type [2025-12-20,20:05:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,20:05:26.378] [DEBUG] 6 processes running of frp type 2025-12-20 20:14:10.794 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 20:14:16.222 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 20:14:16.223 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 20:14:16.561 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-20,20:20:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,20:20:26.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,20:35:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,20:35:27.353] [DEBUG] 6 processes running of frp type [2025-12-20,20:50:17.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,20:50:25.381] [DEBUG] 6 processes running of frp type [2025-12-20,21:05:18.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,21:05:26.169] [DEBUG] 6 processes running of frp type 2025-12-20 21:08:15.587 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:08:16.833 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 21:08:16.834 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 21:08:17.218 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success 2025-12-20 21:09:56.868 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:09:58.185 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 21:09:58.186 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 21:09:58.547 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success 2025-12-20 21:14:11.767 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:14:21.768 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 21:14:21.769 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:14:31.771 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 21:14:31.772 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:14:41.774 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 21:14:41.775 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:14:51.776 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 21:14:51.776 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:14:57.287 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 21:14:57.289 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 21:14:58.897 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-20,21:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,21:20:24.522] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,21:35:18.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,21:35:27.050] [DEBUG] 6 processes running of frp type [2025-12-20,21:50:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,21:50:24.690] [DEBUG] 6 processes running of frp type 2025-12-20 21:54:08.481 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:54:18.483 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 21:54:18.483 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:54:28.485 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 21:54:28.485 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 21:54:29.539 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 21:54:29.540 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 21:54:29.888 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-20,22:05:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,22:05:25.804] [DEBUG] 6 processes running of frp type [2025-12-20,22:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,22:20:23.708] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,22:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,22:35:24.937] [DEBUG] 6 processes running of frp type [2025-12-20,22:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,22:50:24.248] [DEBUG] 6 processes running of frp type 2025-12-20 23:03:32.264 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 23:03:42.268 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 23:03:42.268 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 23:03:52.270 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 23:03:52.270 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 23:04:02.272 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 23:04:02.272 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 23:04:12.274 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 23:04:12.274 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-20 23:04:19.331 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-20 23:04:19.332 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-20 23:04:23.836 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-20,23:05:18.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,23:05:25.860] [DEBUG] 6 processes running of frp type [2025-12-20,23:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,23:20:23.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,23:35:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,23:35:24.189] [DEBUG] 6 processes running of frp type [2025-12-20,23:50:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-20,23:50:24.424] [DEBUG] 6 processes running of frp type [2025-12-21,00:05:18.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,00:05:25.761] [DEBUG] 6 processes running of frp type [2025-12-21,00:20:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,00:20:23.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,00:35:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,00:35:23.911] [DEBUG] 6 processes running of frp type [2025-12-21,00:50:17.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,00:50:23.791] [DEBUG] 6 processes running of frp type [2025-12-21,01:05:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,01:05:23.810] [DEBUG] 6 processes running of frp type [2025-12-21,01:20:17.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,01:20:23.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,01:35:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,01:35:23.931] [DEBUG] 6 processes running of frp type 2025-12-21 01:40:38.663 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 01:40:48.666 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 01:40:48.667 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 01:40:57.254 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-21 01:40:57.255 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-21 01:40:57.902 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-21,01:50:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,01:50:24.615] [DEBUG] 6 processes running of frp type [2025-12-21,02:05:17.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,02:05:24.705] [DEBUG] 6 processes running of frp type [2025-12-21,02:20:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,02:20:23.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,02:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,02:35:23.794] [DEBUG] 6 processes running of frp type 2025-12-21 02:44:30.141 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 02:44:32.258 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 02:44:32.258 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 02:44:35.297 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 02:44:35.297 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 02:44:42.471 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 02:44:42.472 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 02:44:42.474 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 02:45:02.475 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 02:45:03.591 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-21 02:45:03.593 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-21 02:45:03.911 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-21,02:50:17.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,02:50:24.553] [DEBUG] 6 processes running of frp type 2025-12-21 02:59:56.899 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 02:59:58.197 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-21 02:59:58.198 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-21 02:59:58.536 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-21,03:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,03:05:24.505] [DEBUG] 6 processes running of frp type [2025-12-21,03:20:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,03:20:24.309] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,03:35:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,03:35:24.234] [DEBUG] 6 processes running of frp type [2025-12-21,03:50:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,03:50:24.210] [DEBUG] 6 processes running of frp type 2025-12-21 04:00:56.302 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:00:56.306 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:00:58.495 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:00:58.500 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:01:03.248 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:01:03.252 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:01:13.268 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:01:13.272 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:01:33.274 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:01:33.278 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:01:53.279 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:01:53.282 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:02:13.283 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:02:13.285 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:02:33.286 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:02:33.292 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:02:53.293 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:02:53.298 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:03:13.300 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:03:13.305 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:03:33.306 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:03:33.310 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:03:53.310 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:03:53.363 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:04:13.365 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:04:13.367 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:04:33.368 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:04:34.286 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-21 04:04:34.287 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-21 04:04:34.585 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-21,04:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,04:05:24.451] [DEBUG] 6 processes running of frp type 2025-12-21 04:09:46.369 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 04:09:48.598 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-21 04:09:48.600 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-21 04:09:48.905 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-21,04:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,04:20:24.092] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,04:35:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,04:35:24.104] [DEBUG] 6 processes running of frp type [2025-12-21,04:50:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,04:50:24.401] [DEBUG] 6 processes running of frp type [2025-12-21,05:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,05:05:24.397] [DEBUG] 6 processes running of frp type [2025-12-21,05:20:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,05:20:24.954] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,05:35:19.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,05:35:26.231] [DEBUG] 6 processes running of frp type 2025-12-21 05:44:13.159 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 05:44:23.162 [W] [client/service.go:297] [367b3f563fb36eed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:44:23.162 [I] [client/service.go:294] [367b3f563fb36eed] try to connect to server... 2025-12-21 05:44:25.113 [I] [client/service.go:286] [367b3f563fb36eed] login to server success, get run id [367b3f563fb36eed] 2025-12-21 05:44:25.115 [I] [proxy/proxy_manager.go:173] [367b3f563fb36eed] proxy added: [DTN57CC5599] 2025-12-21 05:44:25.842 [I] [client/control.go:168] [367b3f563fb36eed] [DTN57CC5599] start proxy success [2025-12-21,05:50:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,05:50:24.225] [DEBUG] 6 processes running of frp type [2025-12-21,06:05:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,06:05:24.200] [DEBUG] 6 processes running of frp type [2025-12-21,06:20:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,06:20:24.671] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,06:30:40.572] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,06:30:40.577] [INFO] LocationSqlManager initialising [2025-12-21,06:30:40.578] [INFO] Location DB initialising [2025-12-21,06:30:40.587] [INFO] LocationSqlManager initialisation complete [2025-12-21,06:30:40.588] [DEBUG] UploadManager Init [2025-12-21,06:30:40.588] [DEBUG] UploadManager Init Complete [2025-12-21,06:30:40.591] [INFO] Initializing GPS... [2025-12-21,06:30:40.593] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,06:32:44.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,06:32:55.968] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-21,06:33:10.369] [DEBUG] Log Upload Complete! [2025-12-21,06:35:44.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,06:35:51.329] [DEBUG] Remote Access Enabled [2025-12-21,06:35:57.646] [INFO] Server Address: 138.201.17.179 [2025-12-21,06:35:57.647] [INFO] Server Port: 7000 [2025-12-21,06:35:57.651] [DEBUG] Starting Remote Access! 2025-12-21 06:35:57.783 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-21 06:35:57.784 [I] [client/service.go:294] try to connect to server... 2025-12-21 06:35:58.673 [I] [client/service.go:286] [d0a4d09376511824] login to server success, get run id [d0a4d09376511824] 2025-12-21 06:35:58.674 [I] [proxy/proxy_manager.go:173] [d0a4d09376511824] proxy added: [DTN57CC5599] 2025-12-21 06:35:58.973 [I] [client/control.go:168] [d0a4d09376511824] [DTN57CC5599] start proxy success [2025-12-21,06:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,06:50:24.328] [DEBUG] 6 processes running of frp type [2025-12-21,07:05:16.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,07:05:24.980] [DEBUG] 6 processes running of frp type [2025-12-21,07:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,07:20:23.888] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,07:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,07:35:24.266] [DEBUG] 6 processes running of frp type [2025-12-21,07:50:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,07:50:24.203] [DEBUG] 6 processes running of frp type [2025-12-21,08:02:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,08:02:24.020] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-21,08:02:39.093] [DEBUG] Log Upload Complete! [2025-12-21,08:05:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,08:05:25.740] [DEBUG] 6 processes running of frp type [2025-12-21,08:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,08:20:23.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,08:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,08:35:24.086] [DEBUG] 6 processes running of frp type [2025-12-21,08:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,08:50:24.496] [DEBUG] 6 processes running of frp type [2025-12-21,09:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,09:05:24.425] [DEBUG] 6 processes running of frp type 2025-12-21 09:17:27.232 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:17:37.235 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:17:37.236 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:17:47.237 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:17:47.238 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:17:57.240 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:17:57.241 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:18:07.242 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:18:27.244 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:18:37.246 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:18:57.248 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:19:07.251 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:19:27.253 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:19:27.257 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:19:47.259 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:19:47.263 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:20:07.265 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:20:07.270 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:20:27.271 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:20:27.277 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:20:47.278 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:20:47.284 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:21:07.285 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:21:07.292 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:21:27.293 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:21:27.298 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:21:47.300 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:21:47.305 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:22:07.307 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:22:07.313 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:22:27.314 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:22:27.320 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:22:47.321 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:22:47.326 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:23:07.328 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:23:07.332 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:23:27.333 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:23:27.339 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:23:47.341 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:23:47.346 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:24:07.347 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:24:07.353 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:24:27.354 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:24:27.359 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:24:47.361 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:24:47.367 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:25:07.369 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:25:07.374 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:25:27.376 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:25:28.329 [I] [client/service.go:286] [d0a4d09376511824] login to server success, get run id [d0a4d09376511824] 2025-12-21 09:25:28.330 [I] [proxy/proxy_manager.go:173] [d0a4d09376511824] proxy added: [DTN57CC5599] 2025-12-21 09:25:28.652 [I] [client/control.go:168] [d0a4d09376511824] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,09:35:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,09:35:24.357] [DEBUG] 6 processes running of frp type 2025-12-21 09:39:21.887 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:39:31.889 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:39:31.890 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:39:41.891 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:39:41.892 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:39:51.893 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:39:51.894 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:40:01.895 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:40:01.895 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:40:11.897 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:40:31.898 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:40:41.900 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:41:01.902 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:41:01.909 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:41:21.910 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:41:21.914 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:41:41.916 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:41:41.922 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:42:01.923 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:42:01.928 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:42:21.929 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:42:21.933 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:42:41.934 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:42:41.939 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:43:01.940 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:43:01.944 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:43:21.945 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:43:21.951 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:43:41.952 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:43:52.395 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: connection write timeout 2025-12-21 09:44:12.396 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:44:22.398 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:44:42.399 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:44:52.401 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:45:12.403 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:45:22.405 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:45:42.406 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:45:52.409 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 09:46:12.409 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:46:12.415 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:46:32.416 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:46:32.421 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:46:52.423 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:46:52.427 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:47:12.428 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:47:12.436 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:47:32.437 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:47:32.442 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:47:52.443 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:47:52.451 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:48:12.453 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:48:12.459 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:48:32.461 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:48:32.466 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:48:52.468 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:48:52.473 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:49:12.475 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:49:12.481 [W] [client/service.go:297] [d0a4d09376511824] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 09:49:32.482 [I] [client/service.go:294] [d0a4d09376511824] try to connect to server... 2025-12-21 09:49:33.634 [I] [client/service.go:286] [d0a4d09376511824] login to server success, get run id [d0a4d09376511824] 2025-12-21 09:49:33.635 [I] [proxy/proxy_manager.go:173] [d0a4d09376511824] proxy added: [DTN57CC5599] 2025-12-21 09:49:33.955 [I] [client/control.go:168] [d0a4d09376511824] [DTN57CC5599] start proxy success [2025-12-21,09:50:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,09:50:24.166] [DEBUG] 6 processes running of frp type [2025-12-21,10:05:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,10:05:24.729] [DEBUG] 6 processes running of frp type [2025-12-21,10:20:18.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,10:20:25.118] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,10:35:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,10:35:24.414] [DEBUG] 6 processes running of frp type [2025-12-21,10:50:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,10:50:24.319] [DEBUG] 6 processes running of frp type [2025-12-21,11:05:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,11:05:24.763] [DEBUG] 6 processes running of frp type [2025-12-21,11:20:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,11:20:23.872] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,11:35:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,11:35:24.737] [DEBUG] 6 processes running of frp type [2025-12-21,11:50:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,11:50:24.185] [DEBUG] 6 processes running of frp type [2025-12-21,12:05:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,12:05:25.021] [DEBUG] 6 processes running of frp type [2025-12-21,12:20:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,12:20:24.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,12:35:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,12:35:24.541] [DEBUG] 6 processes running of frp type [2025-12-21,12:50:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,12:50:25.152] [DEBUG] 6 processes running of frp type [2025-12-21,13:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,13:05:24.254] [DEBUG] 6 processes running of frp type [2025-12-21,13:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,13:20:24.717] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,13:35:17.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,13:35:24.222] [DEBUG] 6 processes running of frp type [2025-12-21,13:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,13:50:24.843] [DEBUG] 6 processes running of frp type [2025-12-21,14:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,14:05:24.188] [DEBUG] 6 processes running of frp type [2025-12-21,14:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,14:20:24.357] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,14:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,14:35:24.557] [DEBUG] 6 processes running of frp type [2025-12-21,14:50:19.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,14:50:26.729] [DEBUG] 6 processes running of frp type [2025-12-21,15:05:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,15:05:24.184] [DEBUG] 6 processes running of frp type [2025-12-21,15:20:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,15:20:24.675] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,15:35:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,15:35:24.753] [DEBUG] 6 processes running of frp type [2025-12-21,15:50:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,15:50:24.461] [DEBUG] 6 processes running of frp type [2025-12-21,16:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,16:05:24.707] [DEBUG] 6 processes running of frp type [2025-12-21,16:20:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,16:20:24.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,16:35:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,16:35:24.751] [DEBUG] 6 processes running of frp type [2025-12-21,16:50:17.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,16:50:25.185] [DEBUG] 6 processes running of frp type [2025-12-21,17:05:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,17:05:24.405] [DEBUG] 6 processes running of frp type [2025-12-21,17:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,17:20:24.673] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,17:35:16.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,17:35:23.774] [DEBUG] 6 processes running of frp type [2025-12-21,17:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,17:50:24.269] [DEBUG] 6 processes running of frp type [2025-12-21,18:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,18:05:24.428] [DEBUG] 6 processes running of frp type [2025-12-21,18:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,18:20:24.553] [DEBUG] 6 processes running of frp type [2025-12-21,18:25:42.166] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,18:25:42.173] [INFO] LocationSqlManager initialising [2025-12-21,18:25:42.174] [INFO] Location DB initialising [2025-12-21,18:25:42.184] [INFO] LocationSqlManager initialisation complete [2025-12-21,18:25:42.185] [DEBUG] UploadManager Init [2025-12-21,18:25:42.186] [DEBUG] UploadManager Init Complete [2025-12-21,18:25:42.189] [INFO] Initializing GPS... [2025-12-21,18:25:42.191] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,18:27:45.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,18:27:52.126] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-21,18:28:14.992] [DEBUG] Log Upload Complete! [2025-12-21,18:30:45.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,18:30:52.411] [DEBUG] Remote Access Enabled [2025-12-21,18:30:59.062] [INFO] Server Address: 138.201.17.179 [2025-12-21,18:30:59.063] [INFO] Server Port: 7000 [2025-12-21,18:30:59.067] [DEBUG] Starting Remote Access! 2025-12-21 18:30:59.207 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-21 18:30:59.208 [I] [client/service.go:294] try to connect to server... 2025-12-21 18:31:00.653 [I] [client/service.go:286] [6e7b11055b228d14] login to server success, get run id [6e7b11055b228d14] 2025-12-21 18:31:00.655 [I] [proxy/proxy_manager.go:173] [6e7b11055b228d14] proxy added: [DTN57CC5599] 2025-12-21 18:31:01.287 [I] [client/control.go:168] [6e7b11055b228d14] [DTN57CC5599] start proxy success [2025-12-21,18:35:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,18:35:24.405] [DEBUG] 6 processes running of frp type [2025-12-21,18:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,18:50:24.539] [DEBUG] 6 processes running of frp type [2025-12-21,19:05:18.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,19:05:27.309] [DEBUG] 6 processes running of frp type [2025-12-21,19:20:17.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,19:20:25.190] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,19:35:18.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,19:35:25.228] [DEBUG] 6 processes running of frp type [2025-12-21,19:50:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,19:50:24.719] [DEBUG] 6 processes running of frp type [2025-12-21,20:05:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,20:05:24.525] [DEBUG] 6 processes running of frp type [2025-12-21,20:20:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,20:20:24.477] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,20:35:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,20:35:24.155] [DEBUG] 6 processes running of frp type [2025-12-21,20:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,20:50:24.477] [DEBUG] 6 processes running of frp type [2025-12-21,21:05:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,21:05:25.792] [DEBUG] 6 processes running of frp type [2025-12-21,21:20:17.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,21:20:24.181] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,21:35:20.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,21:35:28.159] [DEBUG] 6 processes running of frp type [2025-12-21,21:50:32.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,21:50:39.711] [DEBUG] 6 processes running of frp type [2025-12-21,22:05:17.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,22:05:24.511] [DEBUG] 6 processes running of frp type [2025-12-21,22:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,22:20:24.310] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,22:35:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,22:35:24.257] [DEBUG] 6 processes running of frp type [2025-12-21,22:50:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,22:50:24.252] [DEBUG] 6 processes running of frp type [2025-12-21,23:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,23:05:26.591] [DEBUG] 6 processes running of frp type [2025-12-21,23:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,23:20:24.586] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,23:35:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,23:35:24.199] [DEBUG] 6 processes running of frp type [2025-12-21,23:50:18.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-21,23:50:25.090] [DEBUG] 6 processes running of frp type [2025-12-22,00:05:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,00:05:23.963] [DEBUG] 6 processes running of frp type [2025-12-22,00:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,00:20:23.685] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,00:35:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,00:35:24.522] [DEBUG] 6 processes running of frp type [2025-12-22,00:50:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,00:50:24.510] [DEBUG] 6 processes running of frp type [2025-12-22,01:05:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,01:05:24.180] [DEBUG] 6 processes running of frp type [2025-12-22,01:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,01:20:23.892] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,01:35:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,01:35:23.728] [DEBUG] 6 processes running of frp type [2025-12-22,01:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,01:50:24.205] [DEBUG] 6 processes running of frp type 2025-12-22 02:00:10.981 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 02:00:11.974 [I] [client/service.go:286] [6e7b11055b228d14] login to server success, get run id [6e7b11055b228d14] 2025-12-22 02:00:11.975 [I] [proxy/proxy_manager.go:173] [6e7b11055b228d14] proxy added: [DTN57CC5599] 2025-12-22 02:00:12.293 [I] [client/control.go:168] [6e7b11055b228d14] [DTN57CC5599] start proxy success 2025-12-22 02:02:52.602 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 02:02:53.714 [I] [client/service.go:286] [6e7b11055b228d14] login to server success, get run id [6e7b11055b228d14] 2025-12-22 02:02:53.715 [I] [proxy/proxy_manager.go:173] [6e7b11055b228d14] proxy added: [DTN57CC5599] 2025-12-22 02:02:54.081 [I] [client/control.go:168] [6e7b11055b228d14] [DTN57CC5599] start proxy success [2025-12-22,02:05:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,02:05:24.069] [DEBUG] 6 processes running of frp type [2025-12-22,02:20:17.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,02:20:23.833] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,02:35:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,02:35:23.646] [DEBUG] 6 processes running of frp type [2025-12-22,02:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,02:50:24.395] [DEBUG] 6 processes running of frp type [2025-12-22,03:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,03:05:24.216] [DEBUG] 6 processes running of frp type [2025-12-22,03:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,03:20:24.322] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,03:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,03:35:24.397] [DEBUG] 6 processes running of frp type [2025-12-22,03:50:16.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,03:50:23.632] [DEBUG] 6 processes running of frp type [2025-12-22,04:05:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,04:05:24.336] [DEBUG] 6 processes running of frp type 2025-12-22 04:06:36.546 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 04:06:36.936 [W] [client/service.go:297] [6e7b11055b228d14] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 04:06:39.078 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 04:06:39.976 [W] [client/service.go:297] [6e7b11055b228d14] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 04:06:44.439 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 04:06:44.452 [W] [client/service.go:297] [6e7b11055b228d14] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 04:06:54.114 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 04:07:02.626 [I] [client/service.go:286] [6e7b11055b228d14] login to server success, get run id [6e7b11055b228d14] 2025-12-22 04:07:02.627 [I] [proxy/proxy_manager.go:173] [6e7b11055b228d14] proxy added: [DTN57CC5599] 2025-12-22 04:07:02.935 [I] [client/control.go:168] [6e7b11055b228d14] [DTN57CC5599] start proxy success [2025-12-22,04:20:21.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-22 04:21:53.022 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 04:21:54.287 [I] [client/service.go:286] [6e7b11055b228d14] login to server success, get run id [6e7b11055b228d14] 2025-12-22 04:21:54.287 [I] [proxy/proxy_manager.go:173] [6e7b11055b228d14] proxy added: [DTN57CC5599] 2025-12-22 04:21:54.611 [I] [client/control.go:168] [6e7b11055b228d14] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-22 04:34:47.151 [I] [client/service.go:294] [6e7b11055b228d14] try to connect to server... 2025-12-22 04:34:48.257 [I] [client/service.go:286] [6e7b11055b228d14] login to server success, get run id [6e7b11055b228d14] 2025-12-22 04:34:48.258 [I] [proxy/proxy_manager.go:173] [6e7b11055b228d14] proxy added: [DTN57CC5599] 2025-12-22 04:34:48.655 [I] [client/control.go:168] [6e7b11055b228d14] [DTN57CC5599] start proxy success [2025-12-22,04:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,04:35:24.300] [DEBUG] 6 processes running of frp type [2025-12-22,04:50:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,04:50:23.586] [DEBUG] 6 processes running of frp type [2025-12-22,05:05:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,05:05:24.681] [DEBUG] 6 processes running of frp type [2025-12-22,05:20:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,05:20:24.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,05:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,05:35:24.258] [DEBUG] 6 processes running of frp type [2025-12-22,05:50:18.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,05:50:24.748] [DEBUG] 6 processes running of frp type [2025-12-22,06:05:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,06:05:23.776] [DEBUG] 6 processes running of frp type [2025-12-22,06:20:16.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,06:20:23.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,06:30:40.323] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,06:30:40.331] [INFO] LocationSqlManager initialising [2025-12-22,06:30:40.332] [INFO] Location DB initialising [2025-12-22,06:30:40.343] [INFO] LocationSqlManager initialisation complete [2025-12-22,06:30:40.345] [DEBUG] UploadManager Init [2025-12-22,06:30:40.345] [DEBUG] UploadManager Init Complete [2025-12-22,06:30:40.350] [INFO] Initializing GPS... [2025-12-22,06:30:40.353] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,06:32:44.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,06:32:50.730] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-22,06:33:12.589] [DEBUG] Log Upload Complete! [2025-12-22,06:35:44.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,06:35:51.279] [DEBUG] Remote Access Enabled [2025-12-22,06:35:57.948] [INFO] Server Address: 138.201.17.179 [2025-12-22,06:35:57.949] [INFO] Server Port: 7000 [2025-12-22,06:35:57.954] [DEBUG] Starting Remote Access! 2025-12-22 06:35:58.086 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 06:35:58.086 [I] [client/service.go:294] try to connect to server... 2025-12-22 06:35:59.222 [I] [client/service.go:286] [1a9577d0afa7afac] login to server success, get run id [1a9577d0afa7afac] 2025-12-22 06:35:59.224 [I] [proxy/proxy_manager.go:173] [1a9577d0afa7afac] proxy added: [DTN57CC5599] 2025-12-22 06:35:59.550 [I] [client/control.go:168] [1a9577d0afa7afac] [DTN57CC5599] start proxy success [2025-12-22,06:50:16.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,06:50:24.167] [DEBUG] 6 processes running of frp type [2025-12-22,07:05:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,07:05:25.368] [DEBUG] 6 processes running of frp type [2025-12-22,07:20:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,07:20:24.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,07:35:18.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,07:35:24.878] [DEBUG] 6 processes running of frp type 2025-12-22 07:41:46.493 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 07:41:47.446 [I] [client/service.go:286] [1a9577d0afa7afac] login to server success, get run id [1a9577d0afa7afac] 2025-12-22 07:41:47.447 [I] [proxy/proxy_manager.go:173] [1a9577d0afa7afac] proxy added: [DTN57CC5599] 2025-12-22 07:41:47.749 [I] [client/control.go:168] [1a9577d0afa7afac] [DTN57CC5599] start proxy success [2025-12-22,07:50:18.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,07:50:24.704] [DEBUG] 6 processes running of frp type [2025-12-22,08:02:18.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,08:02:32.653] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-22,08:02:48.711] [DEBUG] Log Upload Complete! [2025-12-22,08:05:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,08:05:23.958] [DEBUG] 6 processes running of frp type 2025-12-22 08:19:30.766 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 08:19:40.768 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 08:19:40.769 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 08:19:50.415 [I] [client/service.go:286] [1a9577d0afa7afac] login to server success, get run id [1a9577d0afa7afac] 2025-12-22 08:19:50.416 [I] [proxy/proxy_manager.go:173] [1a9577d0afa7afac] proxy added: [DTN57CC5599] 2025-12-22 08:19:50.708 [I] [client/control.go:168] [1a9577d0afa7afac] [DTN57CC5599] start proxy success [2025-12-22,08:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,08:20:24.149] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,08:35:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,08:35:29.636] [DEBUG] 6 processes running of frp type [2025-12-22,08:50:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,08:50:23.988] [DEBUG] 6 processes running of frp type [2025-12-22,09:05:18.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,09:05:24.890] [DEBUG] 6 processes running of frp type [2025-12-22,09:20:17.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,09:20:25.239] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,09:35:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,09:35:24.251] [DEBUG] 6 processes running of frp type [2025-12-22,09:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,09:50:24.281] [DEBUG] 6 processes running of frp type [2025-12-22,10:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,10:05:24.617] [DEBUG] 6 processes running of frp type [2025-12-22,10:20:18.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,10:20:25.072] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,10:35:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,10:35:24.942] [DEBUG] 6 processes running of frp type [2025-12-22,10:50:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,10:50:24.744] [DEBUG] 6 processes running of frp type [2025-12-22,11:05:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,11:05:24.063] [DEBUG] 6 processes running of frp type [2025-12-22,11:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,11:20:24.441] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,11:35:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,11:35:24.514] [DEBUG] 6 processes running of frp type [2025-12-22,11:50:18.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,11:50:25.003] [DEBUG] 6 processes running of frp type [2025-12-22,12:05:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,12:05:24.207] [DEBUG] 6 processes running of frp type 2025-12-22 12:07:09.728 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:07:19.730 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:07:19.730 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:07:29.733 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:07:29.733 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:07:39.735 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:07:39.736 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:07:49.738 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:07:49.738 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:07:59.740 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:08:19.741 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:08:29.744 [W] [client/service.go:297] [1a9577d0afa7afac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:08:49.745 [I] [client/service.go:294] [1a9577d0afa7afac] try to connect to server... 2025-12-22 12:08:51.317 [I] [client/service.go:286] [1a9577d0afa7afac] login to server success, get run id [1a9577d0afa7afac] 2025-12-22 12:08:51.318 [I] [proxy/proxy_manager.go:173] [1a9577d0afa7afac] proxy added: [DTN57CC5599] 2025-12-22 12:08:51.832 [I] [client/control.go:168] [1a9577d0afa7afac] [DTN57CC5599] start proxy success [2025-12-22,12:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,12:20:24.267] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,12:35:18.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,12:35:25.063] [DEBUG] 6 processes running of frp type [2025-12-22,12:50:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,12:50:24.901] [DEBUG] 6 processes running of frp type [2025-12-22,13:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,13:05:24.235] [DEBUG] 6 processes running of frp type [2025-12-22,13:20:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,13:20:24.335] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,13:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,13:35:25.264] [DEBUG] 6 processes running of frp type [2025-12-22,13:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,13:50:24.330] [DEBUG] 6 processes running of frp type [2025-12-22,14:05:17.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,14:05:24.705] [DEBUG] 6 processes running of frp type [2025-12-22,14:20:18.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,14:20:25.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,14:35:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,14:35:24.627] [DEBUG] 6 processes running of frp type [2025-12-22,14:50:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,14:50:24.254] [DEBUG] 6 processes running of frp type [2025-12-22,15:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,15:05:24.617] [DEBUG] 6 processes running of frp type [2025-12-22,15:20:18.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,15:20:25.045] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,15:35:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,15:35:24.049] [DEBUG] 6 processes running of frp type [2025-12-22,15:50:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,15:50:24.795] [DEBUG] 6 processes running of frp type [2025-12-22,16:05:16.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,16:05:23.588] [DEBUG] 6 processes running of frp type [2025-12-22,16:20:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,16:20:25.469] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,16:35:17.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,16:35:24.045] [DEBUG] 6 processes running of frp type [2025-12-22,16:50:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,16:50:24.544] [DEBUG] 6 processes running of frp type [2025-12-22,17:05:18.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,17:05:25.008] [DEBUG] 6 processes running of frp type [2025-12-22,17:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,17:20:24.585] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,17:33:50.250] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,17:33:50.255] [INFO] LocationSqlManager initialising [2025-12-22,17:33:50.256] [INFO] Location DB initialising [2025-12-22,17:33:50.265] [INFO] LocationSqlManager initialisation complete [2025-12-22,17:33:50.266] [DEBUG] UploadManager Init [2025-12-22,17:33:50.266] [DEBUG] UploadManager Init Complete [2025-12-22,17:33:50.268] [INFO] Initializing GPS... [2025-12-22,17:33:50.270] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,18:13:27.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:13:39.351] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-22,18:13:53.603] [DEBUG] Log Upload Complete! [2025-12-22,18:16:27.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:16:34.115] [DEBUG] Remote Access Enabled [2025-12-22,18:16:40.565] [INFO] Server Address: 138.201.17.179 [2025-12-22,18:16:40.566] [INFO] Server Port: 7000 [2025-12-22,18:16:40.572] [DEBUG] Starting Remote Access! 2025-12-22 18:16:40.706 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 18:16:40.707 [I] [client/service.go:294] try to connect to server... 2025-12-22 18:16:41.912 [I] [client/service.go:286] [fad8b21c49b6030f] login to server success, get run id [fad8b21c49b6030f] 2025-12-22 18:16:41.913 [I] [proxy/proxy_manager.go:173] [fad8b21c49b6030f] proxy added: [DTN57CC5599] 2025-12-22 18:16:42.231 [I] [client/control.go:168] [fad8b21c49b6030f] [DTN57CC5599] start proxy success [2025-12-22,18:20:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:20:24.744] [DEBUG] 6 processes running of frp type [2025-12-22,18:25:41.030] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,18:25:41.037] [INFO] LocationSqlManager initialising [2025-12-22,18:25:41.038] [INFO] Location DB initialising [2025-12-22,18:25:41.049] [INFO] LocationSqlManager initialisation complete [2025-12-22,18:25:41.050] [DEBUG] UploadManager Init [2025-12-22,18:25:41.050] [DEBUG] UploadManager Init Complete [2025-12-22,18:25:41.055] [INFO] Initializing GPS... [2025-12-22,18:25:41.058] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,18:27:43.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:27:51.145] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-22,18:28:13.795] [DEBUG] Log Upload Complete! [2025-12-22,18:30:49.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:30:55.783] [DEBUG] Remote Access Enabled [2025-12-22,18:31:02.095] [INFO] Server Address: 138.201.17.179 [2025-12-22,18:31:02.096] [INFO] Server Port: 7000 [2025-12-22,18:31:02.101] [DEBUG] Starting Remote Access! 2025-12-22 18:31:02.231 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 18:31:02.232 [I] [client/service.go:294] try to connect to server... 2025-12-22 18:31:03.367 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-22 18:31:03.369 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-22 18:31:04.288 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-22,18:35:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:35:24.189] [DEBUG] 6 processes running of frp type [2025-12-22,18:50:18.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,18:50:25.226] [DEBUG] 6 processes running of frp type [2025-12-22,19:05:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,19:05:24.511] [DEBUG] 6 processes running of frp type [2025-12-22,19:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,19:20:24.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,19:35:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,19:35:24.422] [DEBUG] 6 processes running of frp type [2025-12-22,19:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,19:50:24.757] [DEBUG] 6 processes running of frp type [2025-12-22,20:05:16.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,20:05:24.090] [DEBUG] 6 processes running of frp type [2025-12-22,20:20:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,20:20:24.010] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,20:35:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,20:35:24.436] [DEBUG] 6 processes running of frp type [2025-12-22,20:50:22.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,20:50:29.244] [DEBUG] 6 processes running of frp type 2025-12-22 20:56:25.017 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 20:56:26.769 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-22 20:56:26.769 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-22 20:56:28.299 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-22,21:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,21:05:25.110] [DEBUG] 6 processes running of frp type [2025-12-22,21:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,21:20:25.020] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,21:35:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,21:35:25.190] [DEBUG] 6 processes running of frp type [2025-12-22,21:50:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,21:50:25.194] [DEBUG] 6 processes running of frp type 2025-12-22 21:52:15.845 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:52:25.846 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 21:52:25.847 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:52:29.043 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-22 21:52:29.045 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-22 21:52:29.349 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-22 21:54:09.508 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:54:19.510 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 21:54:19.510 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:54:36.545 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: connection write timeout 2025-12-22 21:54:36.546 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:54:46.548 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 21:54:46.549 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:54:56.551 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 21:54:56.551 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:55:06.553 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 21:55:26.555 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 21:55:28.506 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-22 21:55:28.507 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-22 21:55:28.844 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-22,22:05:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,22:05:24.367] [DEBUG] 6 processes running of frp type 2025-12-22 22:06:48.455 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:06:49.096 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:06:51.189 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:06:52.135 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:06:56.626 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:07:06.628 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 22:07:06.629 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:07:06.629 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:07:25.143 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:07:25.144 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:07:45.144 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:07:45.146 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:08:05.148 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:08:05.149 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:08:25.150 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:08:25.152 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:08:45.153 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:08:45.154 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:09:05.156 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:09:05.157 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:09:25.158 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:09:25.159 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:09:45.160 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:09:45.162 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:10:05.163 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:10:05.165 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:10:25.165 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:10:25.167 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:10:45.168 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:10:45.170 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:11:05.171 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:11:05.172 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:11:25.173 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:11:25.174 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:11:45.175 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:11:45.177 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:12:05.178 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:12:05.180 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:12:25.181 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:12:25.182 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:12:45.183 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:12:45.185 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:13:05.185 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:13:05.187 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:13:25.188 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:13:25.189 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:13:45.190 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:13:45.192 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:14:05.193 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:14:05.195 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:14:25.196 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:14:25.198 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:14:45.199 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:14:45.200 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:15:05.201 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:15:05.203 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:15:25.204 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:15:25.205 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:15:45.207 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:15:45.208 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:16:05.209 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:16:05.210 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:16:25.211 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:16:25.213 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:16:45.214 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:16:45.216 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:17:05.216 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:17:05.218 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:17:25.219 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:17:25.221 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:17:45.222 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:17:45.223 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:18:05.225 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:18:05.226 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:18:25.227 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:18:25.229 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:18:45.231 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:18:45.232 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:19:05.233 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:19:05.234 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:19:25.236 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:19:25.237 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:19:45.238 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:19:45.239 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:20:05.240 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:20:05.241 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:20:25.242 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:20:25.244 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:20:45.245 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:20:45.246 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:21:05.246 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:21:05.248 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:21:25.249 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:21:25.250 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:21:45.252 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:21:45.253 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:22:05.254 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:22:05.255 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:22:25.256 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:22:25.257 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:22:45.258 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:22:45.260 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:23:05.261 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:23:05.262 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:23:25.264 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:23:25.265 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:23:45.266 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:23:45.267 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:24:05.268 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:24:05.270 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:24:25.271 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:24:25.272 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:24:45.273 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:24:45.274 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:25:05.275 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:25:05.277 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:25:25.278 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:25:25.279 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:25:45.281 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:25:45.282 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-22 22:26:05.283 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:26:05.284 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:26:25.285 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:26:25.286 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:26:45.286 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:26:45.288 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:27:05.289 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:27:05.291 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:27:25.292 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:27:25.293 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:27:45.294 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:27:45.295 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-22 22:28:05.296 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:28:05.301 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:28:25.302 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:28:25.306 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:28:45.308 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:28:45.322 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:29:05.323 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:29:05.331 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:29:25.332 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:29:25.336 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:29:45.337 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:29:45.351 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:30:05.353 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:30:05.358 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:30:25.359 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:30:25.370 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:30:45.372 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:30:45.380 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:31:05.381 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:31:05.385 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:31:25.386 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:31:25.390 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:31:45.391 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:31:45.395 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:32:05.397 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:32:05.400 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:32:25.401 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:32:25.411 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:32:45.413 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:32:45.420 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:33:05.422 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:33:05.424 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:33:25.425 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:33:25.430 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:33:45.431 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:33:45.436 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:34:05.437 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:34:05.446 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:34:25.447 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:34:25.453 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:34:45.454 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:34:45.459 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:35:05.460 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:35:05.463 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:35:25.465 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:35:25.469 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:35:45.471 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:35:45.475 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:36:05.476 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:36:05.482 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:36:25.482 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:36:25.489 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:36:45.491 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:36:45.496 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:37:05.497 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:37:05.502 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:37:25.503 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:37:25.509 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:37:45.510 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:37:45.514 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:38:05.515 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:38:05.529 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:38:25.530 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:38:25.537 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:38:45.539 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:38:45.546 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:39:05.547 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:39:05.551 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:39:25.553 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:39:25.618 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:39:45.620 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:39:45.627 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-22 22:40:05.629 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 22:40:09.210 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-22 22:40:09.211 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-22 22:40:09.506 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-22,22:50:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,22:50:24.413] [DEBUG] 6 processes running of frp type [2025-12-22,23:05:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,23:05:24.698] [DEBUG] 6 processes running of frp type [2025-12-22,23:20:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,23:20:24.814] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,23:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,23:35:24.739] [DEBUG] 6 processes running of frp type 2025-12-22 23:48:35.923 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-22 23:48:36.927 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-22 23:48:36.928 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-22 23:48:37.861 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-22,23:50:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-22,23:50:23.916] [DEBUG] 6 processes running of frp type [2025-12-23,00:05:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,00:05:23.828] [DEBUG] 6 processes running of frp type [2025-12-23,00:20:16.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,00:20:23.501] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,00:35:17.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,00:35:24.362] [DEBUG] 6 processes running of frp type [2025-12-23,00:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,00:50:24.728] [DEBUG] 6 processes running of frp type [2025-12-23,01:05:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,01:05:23.681] [DEBUG] 6 processes running of frp type [2025-12-23,01:20:17.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,01:20:24.524] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,01:35:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,01:35:24.589] [DEBUG] 6 processes running of frp type [2025-12-23,01:50:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,01:50:24.274] [DEBUG] 6 processes running of frp type 2025-12-23 01:56:59.027 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 01:57:09.029 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 01:57:09.030 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 01:57:10.723 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 01:57:10.724 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 01:57:11.288 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-23,02:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,02:05:24.125] [DEBUG] 6 processes running of frp type 2025-12-23 02:09:30.809 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:09:40.811 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 02:09:40.812 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:09:50.813 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 02:09:50.813 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:10:00.815 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 02:10:00.815 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:10:10.816 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 02:10:10.817 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:10:20.818 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 02:10:40.819 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:10:40.834 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 02:11:00.835 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 02:11:01.808 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 02:11:01.809 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 02:11:02.110 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-23,02:20:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,02:20:23.908] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,02:35:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,02:35:25.186] [DEBUG] 6 processes running of frp type [2025-12-23,02:50:17.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,02:50:23.672] [DEBUG] 6 processes running of frp type [2025-12-23,03:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,03:05:24.467] [DEBUG] 6 processes running of frp type [2025-12-23,03:20:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,03:20:24.204] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,03:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,03:35:24.048] [DEBUG] 6 processes running of frp type [2025-12-23,03:50:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,03:50:23.824] [DEBUG] 6 processes running of frp type 2025-12-23 04:01:32.715 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:01:42.717 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:01:42.718 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:01:42.907 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:01:47.148 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:01:50.187 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:01:58.872 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:01:58.876 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:02:17.473 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:02:18.364 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:02:18.365 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:02:18.678 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success [2025-12-23,04:05:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,04:05:23.484] [DEBUG] 6 processes running of frp type 2025-12-23 04:09:32.478 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:09:34.587 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:09:34.587 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:09:44.589 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:09:44.590 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:09:54.591 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:09:54.592 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:10:04.594 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:10:04.595 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:10:14.597 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:10:34.598 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:10:37.653 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:10:57.654 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:11:00.694 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:11:20.697 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:11:22.427 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:11:42.428 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:11:47.722 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:11:47.723 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:11:48.331 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:13:59.495 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:14:09.498 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:09.499 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:14:19.501 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:19.502 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:14:29.504 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:29.505 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:14:39.507 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:39.507 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:14:39.653 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:14:59.654 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:15:11.027 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: connection write timeout 2025-12-23 04:15:31.028 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:15:41.030 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:16:01.032 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:16:01.039 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:16:21.040 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:16:24.079 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:16:44.081 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:16:47.606 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:16:47.607 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:16:49.034 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:18:56.131 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:19:06.133 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:19:06.134 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:19:16.135 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:19:16.136 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:19:19.174 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:19:28.927 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:19:31.974 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:19:51.975 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:19:53.414 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:20:13.415 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:20:14.694 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:20:34.696 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:20:34.960 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:20:54.962 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:20:57.253 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:21:17.255 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:21:19.550 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:21:39.551 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:21:39.813 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:21:59.814 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:22:01.244 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:22:01.244 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:22:01.555 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:24:11.258 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:24:21.260 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:24:21.261 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:24:31.263 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:24:31.264 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:24:41.265 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:24:41.266 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:24:44.320 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:25:04.321 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:25:07.360 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:25:27.362 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:25:30.400 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:25:50.402 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:25:52.213 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-23 04:26:12.215 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:26:12.479 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:26:32.480 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:26:34.773 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:26:54.774 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:26:55.699 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:26:55.700 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:26:56.005 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:29:06.001 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:29:16.004 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:29:16.004 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:29:26.006 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:29:26.007 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:29:36.009 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:29:36.009 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:29:46.011 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:29:46.012 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:29:46.320 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:30:06.321 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:30:09.360 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:30:29.361 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:30:31.653 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:30:51.654 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:30:53.947 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:31:13.948 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:31:14.213 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:31:34.213 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:31:36.506 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:31:56.507 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:31:57.573 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:31:57.574 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:31:57.898 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:34:07.876 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:34:17.878 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:34:17.879 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:34:27.881 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:34:27.881 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:34:37.883 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:34:37.884 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:34:38.160 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:34:56.071 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:34:58.427 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:35:18.427 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:35:20.720 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:35:40.722 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:35:43.013 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:36:03.015 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:36:05.307 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:36:25.309 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:36:25.573 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:36:45.574 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:36:47.866 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:37:07.868 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:37:08.869 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:37:08.870 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:37:09.191 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:39:19.144 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:39:29.146 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:39:29.146 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:39:39.148 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:39:39.149 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:39:49.151 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:39:49.152 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:39:49.413 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:40:06.772 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:40:16.775 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:40:36.776 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:40:37.546 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:40:57.547 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:40:57.813 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:41:17.814 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:41:20.853 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:41:40.854 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:41:43.147 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:42:03.148 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:42:04.036 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:42:04.037 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:42:04.351 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:44:14.318 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:44:24.320 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:44:24.321 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:44:34.322 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:44:34.323 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:44:44.324 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:44:44.325 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:44:54.326 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:44:54.327 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:44:54.480 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:45:14.480 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:45:17.520 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:45:37.521 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:45:40.560 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:46:00.561 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:46:01.252 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:46:21.253 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:46:24.293 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:46:44.294 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:46:54.297 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:47:14.298 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:47:15.205 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:47:15.206 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:47:15.510 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:49:56.749 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:49:57.947 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:49:57.947 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:50:00.986 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:50:00.987 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:50:04.026 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:50:12.715 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:50:13.147 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:50:30.647 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:50:33.413 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:50:53.415 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:50:55.707 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:51:15.708 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:51:18.000 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:51:38.001 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:51:38.266 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:51:58.266 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:51:59.169 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:51:59.170 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:51:59.473 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:54:09.463 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:54:19.464 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:54:19.465 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:54:29.466 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:54:29.467 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:54:35.600 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:54:35.601 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:54:38.639 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:54:55.850 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:54:58.214 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:55:18.215 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:55:20.506 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:55:40.507 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:55:40.772 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:56:00.774 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:56:03.066 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:56:23.067 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:56:25.359 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:56:45.360 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:56:45.626 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:57:05.627 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:57:09.767 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 04:57:09.769 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 04:57:10.106 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 04:59:47.326 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 04:59:57.328 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:59:57.328 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:00:07.330 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:07.331 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:00:17.333 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:17.333 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:00:27.335 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:27.335 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:00:37.337 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:57.337 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:01:00.373 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:01:20.375 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:01:23.413 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:01:43.414 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:01:53.417 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:02:13.418 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:02:14.366 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:02:14.367 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:02:14.676 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:04:24.655 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:04:34.657 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:04:34.658 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:04:44.659 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:04:44.660 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:04:54.662 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:04:54.663 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:05:04.664 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:05:04.664 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:05:15.014 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: connection write timeout 2025-12-23 05:05:35.016 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:05:45.018 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:06:05.019 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:06:11.280 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:06:31.282 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:06:31.546 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:06:51.547 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:07:01.549 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:07:21.549 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:07:22.478 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:07:22.480 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:07:22.803 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:09:02.508 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:09:12.511 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:12.512 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:09:22.513 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:22.514 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:09:32.515 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:32.516 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:09:42.518 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:42.518 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:09:42.693 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:10:02.694 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:10:02.960 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:10:22.961 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:10:25.253 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:10:45.254 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:10:47.546 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:11:07.548 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:11:07.813 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:11:27.814 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:11:30.106 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:11:50.107 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:12:00.109 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:12:20.110 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:12:21.071 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:12:21.073 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:12:21.395 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:14:01.366 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:14:11.367 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:14:11.368 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:14:21.370 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:14:21.370 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:14:31.373 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:14:31.374 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:14:31.546 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:14:49.713 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:14:52.747 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:15:12.747 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:15:13.013 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:15:33.014 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:15:35.306 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:15:55.308 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:15:57.600 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:16:17.601 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:16:17.865 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:16:37.866 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:16:40.160 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:17:00.161 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:17:02.453 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:17:22.455 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:17:23.364 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:17:23.365 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:17:23.668 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:19:03.360 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:19:13.362 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:19:13.363 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:19:23.365 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:19:23.366 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:19:33.368 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:19:33.368 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:19:33.625 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:19:53.627 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:19:56.027 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:20:16.027 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:20:16.293 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:20:36.295 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:20:38.587 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:20:58.588 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:21:00.878 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:21:20.879 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:21:21.146 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:21:41.148 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:21:43.440 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:22:03.441 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:22:07.422 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:22:07.424 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:22:07.733 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:24:17.743 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:24:27.744 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:24:27.745 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:24:37.746 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:24:37.747 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:24:47.748 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:24:47.749 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:24:57.750 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:24:57.751 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:25:07.753 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:25:27.754 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:25:30.799 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:25:50.801 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:25:53.839 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-23 05:26:13.841 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:26:14.479 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:26:34.480 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:26:37.519 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:26:57.520 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:26:59.813 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:27:19.814 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:27:19.820 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:27:39.821 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:27:40.743 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:27:40.744 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:27:41.052 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:29:20.738 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:29:30.740 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:29:30.741 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:29:40.742 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:29:40.743 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:29:50.745 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:29:50.746 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:29:51.013 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:30:10.330 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:30:13.040 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:30:33.041 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:30:36.079 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:30:56.081 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:30:58.373 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:31:18.374 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:31:20.666 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:31:40.668 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:31:40.932 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:32:00.934 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:32:09.584 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:32:09.585 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:32:09.888 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:34:19.596 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:34:29.598 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:34:29.599 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:34:39.600 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:34:39.601 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:34:49.601 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:34:49.602 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:34:49.893 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:35:09.894 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:35:10.692 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:35:30.693 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:35:40.696 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:36:00.697 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:36:10.699 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:36:30.699 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:36:31.066 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:36:51.068 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:36:51.333 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:37:11.334 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:37:12.289 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:37:12.291 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:37:12.603 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:39:22.916 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:39:32.919 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:39:32.919 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:39:42.921 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:39:42.921 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:39:52.922 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:39:52.923 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:40:02.925 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:40:02.926 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:40:12.927 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:40:32.928 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:40:42.930 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:41:02.932 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:41:12.934 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:41:32.935 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:41:33.519 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:41:53.521 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:42:03.523 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:42:23.524 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:42:24.701 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:42:24.702 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:42:25.008 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:44:35.007 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:44:45.010 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:44:45.011 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:44:55.013 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:44:55.013 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:45:05.015 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:45:05.015 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:45:15.016 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:45:15.017 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:45:25.018 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:45:45.019 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:45:55.020 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:46:15.021 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:46:25.023 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:46:45.025 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:46:45.092 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:47:05.094 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:47:07.386 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:47:27.387 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:47:28.925 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:47:28.927 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:47:29.573 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:49:38.739 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:49:41.200 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:49:41.201 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:49:44.240 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:49:44.242 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:49:47.279 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:49:56.533 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:49:59.573 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:50:18.545 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:50:20.853 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:50:40.854 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:50:51.231 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: connection write timeout 2025-12-23 05:51:11.232 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:51:21.235 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:51:41.236 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:51:43.280 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:52:03.281 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:52:06.319 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:52:26.321 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:52:27.256 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:52:27.258 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:52:27.562 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:55:07.838 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:55:17.840 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:55:17.841 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:55:27.843 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:55:27.844 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:55:37.846 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:55:37.846 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:55:47.848 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:55:47.849 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:55:48.132 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:56:08.133 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:56:10.453 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:56:30.454 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:56:30.719 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:56:50.720 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:56:53.013 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:57:13.015 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:57:15.306 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:57:35.307 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:57:37.996 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 05:57:37.997 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 05:57:38.714 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 05:59:17.003 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:59:27.006 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:59:27.006 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:59:37.008 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:59:37.009 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:59:43.226 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:59:43.227 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 05:59:46.266 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:00:04.358 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:00:07.413 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:00:27.414 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:00:27.679 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:00:47.680 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:00:49.972 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:01:09.974 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:01:12.266 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:01:32.267 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:01:32.532 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:01:52.534 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:01:54.826 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:02:14.827 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:02:17.120 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:02:37.121 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:02:38.051 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 06:02:38.052 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 06:02:38.363 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 06:04:18.060 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:04:28.062 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:04:28.063 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:04:38.065 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:04:38.065 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:04:41.120 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:04:50.530 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:04:53.280 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:05:13.004 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:05:14.559 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:05:34.560 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:05:34.826 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:05:54.827 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:05:57.119 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:06:17.121 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:06:19.413 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:06:39.414 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:06:39.679 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:06:59.680 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:07:09.682 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:07:29.684 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:07:33.049 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 06:07:33.050 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 06:07:33.557 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 06:09:43.762 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:09:52.079 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:09:52.080 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:09:55.119 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:09:55.120 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:09:58.159 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:10:07.665 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:10:09.572 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:10:29.446 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:10:39.447 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:10:59.449 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:11:09.450 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:11:29.451 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:11:40.837 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: connection write timeout 2025-12-23 06:12:00.839 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:12:10.841 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:12:30.842 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:12:31.949 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 06:12:31.951 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 06:12:32.272 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 06:14:42.122 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:14:52.124 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:14:52.125 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:15:02.126 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:15:02.127 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:15:12.129 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:15:12.129 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:15:35.508 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: i/o deadline reached 2025-12-23 06:15:35.508 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:15:45.510 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:16:05.512 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:16:23.133 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: connection write timeout 2025-12-23 06:16:43.134 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:16:53.136 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:17:13.137 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:17:15.759 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:17:35.760 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:17:36.739 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 06:17:36.740 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 06:17:37.060 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 06:19:47.132 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:19:57.133 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:19:57.134 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:20:07.136 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:20:07.136 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:20:17.138 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:20:17.138 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:20:27.140 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:20:27.140 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:20:27.385 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:20:47.386 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:20:57.388 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:21:17.390 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:21:27.391 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:21:47.393 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:21:48.319 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:22:08.320 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:22:08.586 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:22:28.587 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:22:32.196 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 06:22:32.197 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 06:22:35.986 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 06:24:40.653 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:24:43.173 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:24:43.174 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:24:46.213 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:24:46.215 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:24:49.253 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:24:59.216 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:24:59.385 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:25:19.357 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:25:22.399 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:25:42.400 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:25:44.665 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-23 06:26:04.666 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:26:06.959 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:26:26.960 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:26:27.225 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:26:47.226 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:26:49.520 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:27:09.521 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:27:11.813 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:27:31.813 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:27:32.719 [I] [client/service.go:286] [9c11dc7274a7b09f] login to server success, get run id [9c11dc7274a7b09f] 2025-12-23 06:27:32.720 [I] [proxy/proxy_manager.go:173] [9c11dc7274a7b09f] proxy added: [DTN57CC5599] 2025-12-23 06:27:33.035 [I] [client/control.go:168] [9c11dc7274a7b09f] [DTN57CC5599] start proxy success 2025-12-23 06:29:43.023 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:29:53.025 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:29:53.026 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... 2025-12-23 06:30:03.028 [W] [client/service.go:297] [9c11dc7274a7b09f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:30:03.029 [I] [client/service.go:294] [9c11dc7274a7b09f] try to connect to server... [2025-12-23,06:30:40.650] [INFO] Initializing BusSpeedStateManager V2 [2025-12-23,06:30:40.655] [INFO] LocationSqlManager initialising [2025-12-23,06:30:40.655] [INFO] Location DB initialising [2025-12-23,06:30:40.664] [INFO] LocationSqlManager initialisation complete [2025-12-23,06:30:40.665] [DEBUG] UploadManager Init [2025-12-23,06:30:40.665] [DEBUG] UploadManager Init Complete [2025-12-23,06:30:40.668] [INFO] Initializing GPS... [2025-12-23,06:30:40.670] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,06:35:29.605] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,06:50:29.670] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,07:05:29.692] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,07:20:29.755] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,07:35:29.875] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,07:50:29.995] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,08:05:30.107] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,08:20:30.227] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,08:35:30.347] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,08:50:30.467] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,09:05:30.494] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,09:20:30.615] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,09:35:30.640] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,09:50:30.670] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,10:05:30.727] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,10:20:30.746] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,10:35:30.766] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,10:50:30.850] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,11:05:30.880] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,11:20:30.994] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,11:35:31.007] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,18:25:38.689] [INFO] Initializing BusSpeedStateManager V2 [2025-12-23,18:25:38.693] [INFO] LocationSqlManager initialising [2025-12-23,18:25:38.693] [INFO] Location DB initialising [2025-12-23,18:25:38.704] [INFO] LocationSqlManager initialisation complete [2025-12-23,18:25:38.704] [DEBUG] UploadManager Init [2025-12-23,18:25:38.705] [DEBUG] UploadManager Init Complete [2025-12-23,18:25:38.708] [INFO] Initializing GPS... [2025-12-23,18:25:38.710] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,18:27:45.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,18:27:57.273] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-23,18:28:57.148] [DEBUG] Log Upload Complete! [2025-12-23,18:30:45.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,18:30:52.745] [DEBUG] Remote Access Enabled [2025-12-23,18:31:00.806] [INFO] Server Address: 138.201.17.179 [2025-12-23,18:31:00.808] [INFO] Server Port: 7000 [2025-12-23,18:31:00.817] [DEBUG] Starting Remote Access! 2025-12-23 18:31:01.053 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-23 18:31:01.055 [I] [client/service.go:294] try to connect to server... 2025-12-23 18:31:02.272 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 18:31:02.272 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 18:31:02.601 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,18:35:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,18:35:25.048] [DEBUG] 6 processes running of frp type [2025-12-23,18:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,18:50:24.141] [DEBUG] 6 processes running of frp type [2025-12-23,19:05:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,19:05:24.737] [DEBUG] 6 processes running of frp type [2025-12-23,19:20:17.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,19:20:23.860] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,19:35:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,19:35:24.015] [DEBUG] 6 processes running of frp type 2025-12-23 19:40:33.258 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 19:40:37.696 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 19:40:37.697 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 19:40:38.014 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,19:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,19:50:24.213] [DEBUG] 6 processes running of frp type [2025-12-23,20:05:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,20:05:24.723] [DEBUG] 6 processes running of frp type [2025-12-23,20:20:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,20:20:24.798] [DEBUG] 6 processes running of frp type 2025-12-23 20:22:42.865 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 20:22:52.712 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 20:22:52.714 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 20:22:54.465 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-23 20:26:33.407 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 20:26:34.621 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 20:26:34.623 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 20:26:35.241 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 20:32:54.851 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 20:33:08.221 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: i/o deadline reached 2025-12-23 20:33:08.222 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 20:33:09.834 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 20:33:09.836 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 20:33:10.216 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,20:35:21.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-23 20:35:52.621 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... [2025-12-23,20:35:53.228] [DEBUG] 6 processes running of frp type 2025-12-23 20:36:00.260 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 20:36:00.261 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 20:36:06.052 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 20:40:58.694 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 20:41:00.788 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 20:41:00.788 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 20:41:01.144 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,20:50:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,20:50:30.554] [DEBUG] 6 processes running of frp type 2025-12-23 20:51:44.606 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 20:51:49.729 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 20:51:49.731 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 20:51:52.930 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,21:05:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,21:05:26.043] [DEBUG] 6 processes running of frp type 2025-12-23 21:18:53.274 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:19:04.741 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: connection write timeout 2025-12-23 21:19:04.742 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:19:16.263 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: i/o deadline reached 2025-12-23 21:19:16.264 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:19:29.070 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: i/o deadline reached 2025-12-23 21:19:29.070 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:19:38.893 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 21:19:38.894 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 21:19:43.374 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 21:21:50.268 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:22:03.225 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 21:22:03.227 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 21:22:31.088 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 21:22:31.724 [W] [client/control.go:166] [ded078543dfcc6f3] [DTN57CC5599] start error: status not wait start, ignore start message 2025-12-23 21:23:45.315 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:23:51.427 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 21:23:51.429 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 21:23:53.334 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 21:24:58.600 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:25:08.909 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: connection write timeout 2025-12-23 21:25:08.909 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:25:18.911 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:25:18.911 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:25:20.684 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 21:25:20.686 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 21:25:21.322 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-23 21:27:41.808 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:27:51.810 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:27:51.811 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 21:27:54.126 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 21:27:54.128 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 21:27:54.561 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,21:35:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,21:35:33.872] [DEBUG] 6 processes running of frp type [2025-12-23,21:50:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,21:50:24.382] [DEBUG] 6 processes running of frp type [2025-12-23,22:05:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-23 22:05:46.001 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 22:05:50.821 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: read tcp 192.168.2.4:39308->138.201.17.179:7000: read: connection reset by peer 2025-12-23 22:05:50.822 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 22:05:52.421 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 22:05:52.422 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 22:05:53.027 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 22:08:39.140 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 22:08:52.655 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: i/o deadline reached 2025-12-23 22:08:52.656 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 22:08:57.369 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 22:08:57.371 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 22:09:00.560 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 22:12:47.140 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 22:12:55.076 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 22:12:55.078 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 22:12:58.219 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-23 22:14:58.961 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 22:15:01.733 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 22:15:01.734 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 22:15:04.443 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,22:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,22:20:23.655] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,22:35:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,22:35:23.647] [DEBUG] 6 processes running of frp type [2025-12-23,22:50:18.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,22:50:25.888] [DEBUG] 6 processes running of frp type [2025-12-23,23:05:17.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,23:05:23.603] [DEBUG] 6 processes running of frp type 2025-12-23 23:11:32.471 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-23 23:11:33.656 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-23 23:11:33.657 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-23 23:11:33.971 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-23,23:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,23:20:24.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,23:35:17.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,23:35:23.539] [DEBUG] 6 processes running of frp type [2025-12-23,23:50:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-23,23:50:24.339] [DEBUG] 6 processes running of frp type [2025-12-24,00:05:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,00:05:24.444] [DEBUG] 6 processes running of frp type [2025-12-24,00:20:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,00:20:24.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,00:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,00:35:24.661] [DEBUG] 6 processes running of frp type [2025-12-24,00:50:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,00:50:24.757] [DEBUG] 6 processes running of frp type [2025-12-24,01:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,01:05:24.545] [DEBUG] 6 processes running of frp type 2025-12-24 01:17:22.867 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 01:17:23.925 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 01:17:23.926 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 01:17:24.226 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-24,01:20:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,01:20:24.347] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,01:35:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,01:35:24.302] [DEBUG] 6 processes running of frp type [2025-12-24,01:50:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,01:50:24.182] [DEBUG] 6 processes running of frp type [2025-12-24,02:05:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,02:05:23.979] [DEBUG] 6 processes running of frp type 2025-12-24 02:06:37.604 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 02:06:39.058 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 02:06:39.059 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 02:06:39.372 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-24,02:20:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,02:20:23.745] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,02:35:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,02:35:23.710] [DEBUG] 6 processes running of frp type 2025-12-24 02:44:12.347 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 02:44:20.788 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 02:44:20.789 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 02:44:21.097 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-24,02:50:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,02:50:24.282] [DEBUG] 6 processes running of frp type [2025-12-24,03:05:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,03:05:24.130] [DEBUG] 6 processes running of frp type [2025-12-24,03:20:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,03:20:23.971] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,03:35:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,03:35:23.948] [DEBUG] 6 processes running of frp type [2025-12-24,03:50:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,03:50:23.831] [DEBUG] 6 processes running of frp type [2025-12-24,04:05:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,04:05:23.712] [DEBUG] 6 processes running of frp type 2025-12-24 04:07:14.388 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:07:16.551 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:16.551 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:07:23.669 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:23.670 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:07:23.673 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:33.279 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:07:34.177 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 04:07:34.179 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 04:07:34.480 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-24 04:12:15.964 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:12:21.411 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 04:12:21.413 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 04:12:21.729 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-24,04:20:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,04:20:24.431] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,04:35:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,04:35:27.966] [DEBUG] 6 processes running of frp type 2025-12-24 04:37:23.092 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:37:25.941 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 04:37:25.943 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 04:37:26.411 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success 2025-12-24 04:42:12.937 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:42:22.939 [W] [client/service.go:297] [ded078543dfcc6f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 04:42:22.940 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 04:42:27.206 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 04:42:27.207 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 04:42:27.514 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-24,04:50:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,04:50:24.567] [DEBUG] 6 processes running of frp type [2025-12-24,05:05:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,05:05:24.793] [DEBUG] 6 processes running of frp type [2025-12-24,05:20:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,05:20:23.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-24 05:30:51.058 [I] [client/service.go:294] [ded078543dfcc6f3] try to connect to server... 2025-12-24 05:30:52.108 [I] [client/service.go:286] [ded078543dfcc6f3] login to server success, get run id [ded078543dfcc6f3] 2025-12-24 05:30:52.109 [I] [proxy/proxy_manager.go:173] [ded078543dfcc6f3] proxy added: [DTN57CC5599] 2025-12-24 05:30:52.433 [I] [client/control.go:168] [ded078543dfcc6f3] [DTN57CC5599] start proxy success [2025-12-24,05:35:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,05:35:24.087] [DEBUG] 6 processes running of frp type [2025-12-24,05:50:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,05:50:24.029] [DEBUG] 6 processes running of frp type [2025-12-24,06:05:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,06:05:24.518] [DEBUG] 6 processes running of frp type [2025-12-24,06:20:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,06:20:24.501] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,06:30:41.108] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,06:30:41.116] [INFO] LocationSqlManager initialising [2025-12-24,06:30:41.117] [INFO] Location DB initialising [2025-12-24,06:30:41.127] [INFO] LocationSqlManager initialisation complete [2025-12-24,06:30:41.128] [DEBUG] UploadManager Init [2025-12-24,06:30:41.128] [DEBUG] UploadManager Init Complete [2025-12-24,06:30:41.131] [INFO] Initializing GPS... [2025-12-24,06:30:41.133] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,06:32:44.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,06:32:51.772] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-24,06:33:05.478] [DEBUG] Log Upload Complete! [2025-12-24,06:35:39.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,06:35:46.505] [DEBUG] Remote Access Enabled [2025-12-24,06:35:52.879] [INFO] Server Address: 138.201.17.179 [2025-12-24,06:35:52.880] [INFO] Server Port: 7000 [2025-12-24,06:35:52.884] [DEBUG] Starting Remote Access! 2025-12-24 06:35:53.018 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 06:35:53.019 [I] [client/service.go:294] try to connect to server... 2025-12-24 06:35:53.993 [I] [client/service.go:286] [ace29843e58f6f8e] login to server success, get run id [ace29843e58f6f8e] 2025-12-24 06:35:53.995 [I] [proxy/proxy_manager.go:173] [ace29843e58f6f8e] proxy added: [DTN57CC5599] 2025-12-24 06:35:54.334 [I] [client/control.go:168] [ace29843e58f6f8e] [DTN57CC5599] start proxy success [2025-12-24,06:50:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,06:50:24.207] [DEBUG] 6 processes running of frp type [2025-12-24,07:05:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,07:05:24.508] [DEBUG] 6 processes running of frp type [2025-12-24,07:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,07:20:24.330] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,07:35:18.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,07:35:25.024] [DEBUG] 6 processes running of frp type [2025-12-24,07:50:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,07:50:24.366] [DEBUG] 6 processes running of frp type [2025-12-24,08:02:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,08:02:24.962] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-24,08:02:51.317] [DEBUG] Log Upload Complete! [2025-12-24,08:05:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,08:05:24.832] [DEBUG] 6 processes running of frp type 2025-12-24 08:07:03.342 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:07:13.345 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 08:07:13.346 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:07:25.339 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: connection write timeout 2025-12-24 08:07:25.339 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:07:35.341 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 08:07:35.341 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:07:45.682 [I] [client/service.go:286] [ace29843e58f6f8e] login to server success, get run id [ace29843e58f6f8e] 2025-12-24 08:07:45.682 [I] [proxy/proxy_manager.go:173] [ace29843e58f6f8e] proxy added: [DTN57CC5599] 2025-12-24 08:07:46.004 [I] [client/control.go:168] [ace29843e58f6f8e] [DTN57CC5599] start proxy success [2025-12-24,08:20:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,08:20:24.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,08:35:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,08:35:24.022] [DEBUG] 6 processes running of frp type 2025-12-24 08:41:23.291 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:41:33.293 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 08:41:33.293 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:41:40.583 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 08:41:40.584 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:41:40.588 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 08:41:50.328 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:41:50.333 [W] [client/service.go:297] [ace29843e58f6f8e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 08:42:10.334 [I] [client/service.go:294] [ace29843e58f6f8e] try to connect to server... 2025-12-24 08:42:12.266 [I] [client/service.go:286] [ace29843e58f6f8e] login to server success, get run id [ace29843e58f6f8e] 2025-12-24 08:42:12.268 [I] [proxy/proxy_manager.go:173] [ace29843e58f6f8e] proxy added: [DTN57CC5599] 2025-12-24 08:42:12.573 [I] [client/control.go:168] [ace29843e58f6f8e] [DTN57CC5599] start proxy success [2025-12-24,08:50:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,08:50:26.518] [DEBUG] 6 processes running of frp type [2025-12-24,09:05:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,09:05:24.430] [DEBUG] 6 processes running of frp type [2025-12-24,09:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,09:20:26.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,09:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,09:35:30.798] [DEBUG] 6 processes running of frp type [2025-12-24,09:50:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,09:50:24.369] [DEBUG] 6 processes running of frp type [2025-12-24,10:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,10:05:24.425] [DEBUG] 6 processes running of frp type [2025-12-24,10:20:18.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,10:20:27.812] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,10:35:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,10:35:24.751] [DEBUG] 6 processes running of frp type [2025-12-24,10:50:21.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,10:50:29.474] [DEBUG] 6 processes running of frp type [2025-12-24,11:05:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,11:05:27.648] [DEBUG] 6 processes running of frp type [2025-12-24,11:20:18.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,11:20:24.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,11:35:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,11:35:23.843] [DEBUG] 6 processes running of frp type [2025-12-24,11:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,11:50:24.253] [DEBUG] 6 processes running of frp type [2025-12-24,12:05:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,12:05:24.434] [DEBUG] 6 processes running of frp type [2025-12-24,12:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,12:20:24.699] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,12:35:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,12:35:24.681] [DEBUG] 6 processes running of frp type [2025-12-24,12:50:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,12:50:23.677] [DEBUG] 6 processes running of frp type [2025-12-24,13:05:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,13:05:23.652] [DEBUG] 6 processes running of frp type [2025-12-24,13:20:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,13:20:25.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,13:35:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,13:35:24.665] [DEBUG] 6 processes running of frp type [2025-12-24,13:50:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,13:50:24.801] [DEBUG] 6 processes running of frp type [2025-12-24,14:05:17.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,14:05:24.302] [DEBUG] 6 processes running of frp type [2025-12-24,14:20:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,14:20:24.530] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,14:35:19.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,14:35:26.526] [DEBUG] 6 processes running of frp type [2025-12-24,14:50:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,14:50:23.954] [DEBUG] 6 processes running of frp type [2025-12-24,15:05:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,15:05:23.722] [DEBUG] 6 processes running of frp type [2025-12-24,15:20:18.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,15:20:25.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,15:35:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,15:35:24.363] [DEBUG] 6 processes running of frp type [2025-12-24,15:50:18.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,15:50:25.184] [DEBUG] 6 processes running of frp type [2025-12-24,16:05:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,16:05:24.696] [DEBUG] 6 processes running of frp type [2025-12-24,16:20:16.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,16:20:23.686] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,16:35:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,16:35:24.078] [DEBUG] 6 processes running of frp type [2025-12-24,16:50:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,16:50:24.510] [DEBUG] 6 processes running of frp type [2025-12-24,17:05:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,17:05:25.002] [DEBUG] 6 processes running of frp type [2025-12-24,17:20:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,17:20:24.248] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,17:35:16.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,17:35:23.558] [DEBUG] 6 processes running of frp type [2025-12-24,17:50:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,17:50:24.520] [DEBUG] 6 processes running of frp type [2025-12-24,18:05:20.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,18:05:27.526] [DEBUG] 6 processes running of frp type [2025-12-24,18:20:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,18:20:24.317] [DEBUG] 6 processes running of frp type [2025-12-24,18:25:42.242] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,18:25:42.249] [INFO] LocationSqlManager initialising [2025-12-24,18:25:42.249] [INFO] Location DB initialising [2025-12-24,18:25:42.260] [INFO] LocationSqlManager initialisation complete [2025-12-24,18:25:42.261] [DEBUG] UploadManager Init [2025-12-24,18:25:42.261] [DEBUG] UploadManager Init Complete [2025-12-24,18:25:42.264] [INFO] Initializing GPS... [2025-12-24,18:25:42.267] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,18:27:45.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,18:27:57.549] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-24,18:28:24.043] [DEBUG] Log Upload Complete! [2025-12-24,18:30:45.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,18:30:52.672] [DEBUG] Remote Access Enabled [2025-12-24,18:30:59.356] [INFO] Server Address: 138.201.17.179 [2025-12-24,18:30:59.357] [INFO] Server Port: 7000 [2025-12-24,18:30:59.362] [DEBUG] Starting Remote Access! 2025-12-24 18:30:59.498 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 18:30:59.499 [I] [client/service.go:294] try to connect to server... 2025-12-24 18:31:00.373 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-24 18:31:00.375 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-24 18:31:00.670 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-24,18:35:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,18:35:24.073] [DEBUG] 6 processes running of frp type [2025-12-24,18:50:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,18:50:24.459] [DEBUG] 6 processes running of frp type [2025-12-24,19:05:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,19:05:25.004] [DEBUG] 6 processes running of frp type [2025-12-24,19:20:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,19:20:24.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-24 19:31:25.685 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 19:31:35.688 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 19:31:35.688 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 19:31:41.389 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-24 19:31:41.389 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-24 19:31:43.291 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-24,19:35:19.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,19:35:48.560] [DEBUG] 6 processes running of frp type 2025-12-24 19:35:54.310 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 19:36:06.216 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: connection write timeout 2025-12-24 19:36:06.217 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 19:36:16.218 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 19:36:16.219 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 19:36:18.544 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-24 19:36:18.545 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-24 19:36:20.188 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-24,19:50:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,19:50:23.969] [DEBUG] 6 processes running of frp type 2025-12-24 20:04:50.539 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 20:05:00.540 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 20:05:00.541 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 20:05:10.542 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 20:05:10.543 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 20:05:20.544 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 20:05:20.545 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... [2025-12-24,20:05:26.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-24 20:05:27.774 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-24 20:05:27.775 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-24 20:05:28.327 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-24,20:05:33.295] [DEBUG] 6 processes running of frp type [2025-12-24,20:20:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,20:20:24.366] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,20:35:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,20:35:26.839] [DEBUG] 6 processes running of frp type [2025-12-24,20:50:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,20:50:24.958] [DEBUG] 6 processes running of frp type [2025-12-24,21:05:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,21:05:25.043] [DEBUG] 6 processes running of frp type [2025-12-24,21:20:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,21:20:26.560] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,21:35:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,21:35:24.380] [DEBUG] 6 processes running of frp type [2025-12-24,21:50:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,21:50:24.471] [DEBUG] 6 processes running of frp type [2025-12-24,22:05:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,22:05:24.307] [DEBUG] 6 processes running of frp type [2025-12-24,22:20:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,22:20:32.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,22:35:19.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,22:35:27.297] [DEBUG] 6 processes running of frp type [2025-12-24,22:50:18.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,22:50:26.154] [DEBUG] 6 processes running of frp type [2025-12-24,23:05:20.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,23:05:27.115] [DEBUG] 6 processes running of frp type [2025-12-24,23:20:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,23:20:26.146] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,23:35:17.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-24,23:35:24.834] [DEBUG] 6 processes running of frp type 2025-12-24 23:42:58.938 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-24 23:42:59.905 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-24 23:42:59.906 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-24 23:43:00.245 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-24,23:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,00:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,00:05:24.826] [DEBUG] 6 processes running of frp type [2025-12-25,00:20:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,00:20:23.729] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,00:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,00:35:24.435] [DEBUG] 6 processes running of frp type [2025-12-25,00:50:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,00:50:24.425] [DEBUG] 6 processes running of frp type [2025-12-25,01:05:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,01:05:27.697] [DEBUG] 6 processes running of frp type [2025-12-25,01:20:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,01:20:24.524] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,01:35:16.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,01:35:24.293] [DEBUG] 6 processes running of frp type [2025-12-25,01:50:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,01:50:23.880] [DEBUG] 6 processes running of frp type [2025-12-25,02:05:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,02:05:23.757] [DEBUG] 6 processes running of frp type [2025-12-25,02:20:18.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,02:20:26.101] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,02:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,02:35:24.110] [DEBUG] 6 processes running of frp type [2025-12-25,02:50:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,02:50:23.831] [DEBUG] 6 processes running of frp type 2025-12-25 02:57:03.527 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:57:13.529 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:57:13.530 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:57:23.531 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:57:23.532 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:57:33.533 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:57:33.534 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:57:43.536 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:57:43.536 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:57:53.538 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:58:13.539 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:58:28.277 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: i/o deadline reached 2025-12-25 02:58:48.279 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 02:58:49.541 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 02:58:49.542 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 02:58:49.886 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success 2025-12-25 03:00:01.659 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:00:08.042 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 03:00:08.043 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 03:00:44.781 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:00:54.783 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:00:54.784 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:01:04.785 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:01:04.786 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:01:14.787 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:01:14.788 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:01:24.790 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:01:24.791 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:01:34.793 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:01:54.794 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:02:04.796 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:02:24.797 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:02:34.799 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:02:54.800 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:03:04.802 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:03:24.803 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:03:34.806 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:03:54.807 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:04:04.810 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:04:24.811 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:04:34.814 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:04:54.815 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:05:04.818 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:05:24.820 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:05:34.821 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:05:54.823 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:05:54.829 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 03:06:14.830 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:06:14.834 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 03:06:34.836 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:06:34.840 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 03:06:54.842 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:06:54.847 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 03:07:14.848 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:07:14.852 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 03:07:34.854 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:07:44.856 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:08:04.857 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:08:14.859 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:08:34.861 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:08:40.586 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: session shutdown 2025-12-25 03:09:00.588 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:09:16.232 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: i/o deadline reached 2025-12-25 03:09:36.234 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:09:50.261 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: connection write timeout 2025-12-25 03:10:10.262 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:10:15.821 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 03:10:15.822 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 03:10:17.097 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success 2025-12-25 03:14:09.622 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 03:14:11.482 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 03:14:11.483 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 03:14:12.102 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-25,03:20:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,03:20:25.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,03:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,03:35:24.464] [DEBUG] 6 processes running of frp type [2025-12-25,03:50:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,03:50:23.911] [DEBUG] 6 processes running of frp type [2025-12-25,04:05:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,04:05:23.699] [DEBUG] 6 processes running of frp type 2025-12-25 04:06:36.142 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 04:06:38.290 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:06:38.291 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 04:06:45.414 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:06:45.414 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 04:06:45.417 [W] [client/service.go:297] [e8acb2cfe3b1cdb0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:06:54.390 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 04:06:55.299 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 04:06:55.301 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 04:06:55.612 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success 2025-12-25 04:12:07.329 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 04:12:09.418 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 04:12:09.419 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 04:12:09.740 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-25,04:20:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,04:20:24.439] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,04:35:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,04:35:24.441] [DEBUG] 6 processes running of frp type [2025-12-25,04:50:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,04:50:24.965] [DEBUG] 6 processes running of frp type [2025-12-25,05:05:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,05:05:24.217] [DEBUG] 6 processes running of frp type [2025-12-25,05:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,05:20:24.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,05:35:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,05:35:24.581] [DEBUG] 6 processes running of frp type [2025-12-25,05:50:26.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-25 05:50:31.242 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 05:50:32.301 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 05:50:32.302 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 05:50:32.624 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-25,05:50:33.515] [DEBUG] 6 processes running of frp type [2025-12-25,06:05:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,06:05:24.372] [DEBUG] 6 processes running of frp type 2025-12-25 06:06:27.014 [I] [client/service.go:294] [e8acb2cfe3b1cdb0] try to connect to server... 2025-12-25 06:06:27.979 [I] [client/service.go:286] [e8acb2cfe3b1cdb0] login to server success, get run id [e8acb2cfe3b1cdb0] 2025-12-25 06:06:27.981 [I] [proxy/proxy_manager.go:173] [e8acb2cfe3b1cdb0] proxy added: [DTN57CC5599] 2025-12-25 06:06:28.351 [I] [client/control.go:168] [e8acb2cfe3b1cdb0] [DTN57CC5599] start proxy success [2025-12-25,06:20:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,06:20:24.103] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,06:30:41.152] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,06:30:41.157] [INFO] LocationSqlManager initialising [2025-12-25,06:30:41.158] [INFO] Location DB initialising [2025-12-25,06:30:41.167] [INFO] LocationSqlManager initialisation complete [2025-12-25,06:30:41.168] [DEBUG] UploadManager Init [2025-12-25,06:30:41.169] [DEBUG] UploadManager Init Complete [2025-12-25,06:30:41.172] [INFO] Initializing GPS... [2025-12-25,06:30:41.174] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,06:32:45.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,06:32:51.671] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-25,06:33:07.121] [DEBUG] Log Upload Complete! [2025-12-25,06:35:45.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,06:35:52.008] [DEBUG] Remote Access Enabled [2025-12-25,06:35:58.377] [INFO] Server Address: 138.201.17.179 [2025-12-25,06:35:58.378] [INFO] Server Port: 7000 [2025-12-25,06:35:58.382] [DEBUG] Starting Remote Access! 2025-12-25 06:35:58.515 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 06:35:58.516 [I] [client/service.go:294] try to connect to server... 2025-12-25 06:35:59.640 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 06:35:59.642 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 06:35:59.972 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success 2025-12-25 06:41:42.038 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 06:41:49.268 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 06:41:49.270 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 06:41:49.868 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success [2025-12-25,06:50:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,06:50:29.933] [DEBUG] 6 processes running of frp type [2025-12-25,07:05:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,07:05:24.249] [DEBUG] 6 processes running of frp type [2025-12-25,07:20:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,07:20:24.231] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,07:35:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,07:35:24.063] [DEBUG] 6 processes running of frp type [2025-12-25,07:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,07:50:24.185] [DEBUG] 6 processes running of frp type [2025-12-25,08:02:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,08:02:24.053] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-25,08:02:34.582] [DEBUG] Log Upload Complete! [2025-12-25,08:05:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,08:05:25.236] [DEBUG] 6 processes running of frp type [2025-12-25,08:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,08:20:25.751] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,08:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,08:35:24.131] [DEBUG] 6 processes running of frp type [2025-12-25,08:50:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,08:50:24.340] [DEBUG] 6 processes running of frp type [2025-12-25,09:05:17.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,09:05:24.606] [DEBUG] 6 processes running of frp type [2025-12-25,09:20:19.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,09:20:27.522] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,09:35:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,09:35:24.109] [DEBUG] 6 processes running of frp type [2025-12-25,09:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,09:50:25.255] [DEBUG] 6 processes running of frp type [2025-12-25,10:05:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,10:05:24.787] [DEBUG] 6 processes running of frp type [2025-12-25,10:20:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,10:20:25.013] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,10:35:17.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,10:35:24.754] [DEBUG] 6 processes running of frp type [2025-12-25,10:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,10:50:24.349] [DEBUG] 6 processes running of frp type [2025-12-25,11:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,11:05:25.064] [DEBUG] 6 processes running of frp type [2025-12-25,11:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,11:20:24.575] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,11:35:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,11:35:24.738] [DEBUG] 6 processes running of frp type [2025-12-25,11:50:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,11:50:24.885] [DEBUG] 6 processes running of frp type [2025-12-25,12:05:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,12:05:24.451] [DEBUG] 6 processes running of frp type 2025-12-25 12:06:58.408 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 12:07:01.616 [W] [client/service.go:297] [5352d7af2598e9ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 12:07:01.617 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 12:07:01.619 [W] [client/service.go:297] [5352d7af2598e9ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 12:07:05.917 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 12:07:05.922 [W] [client/service.go:297] [5352d7af2598e9ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 12:07:14.769 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 12:07:15.783 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 12:07:15.785 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 12:07:16.102 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success [2025-12-25,12:20:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,12:20:24.639] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,12:35:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,12:35:24.508] [DEBUG] 6 processes running of frp type [2025-12-25,12:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,12:50:24.696] [DEBUG] 6 processes running of frp type [2025-12-25,13:05:18.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,13:05:25.136] [DEBUG] 6 processes running of frp type [2025-12-25,13:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,13:20:25.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,13:35:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,13:35:24.279] [DEBUG] 6 processes running of frp type [2025-12-25,13:50:16.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,13:50:23.788] [DEBUG] 6 processes running of frp type [2025-12-25,14:05:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,14:05:23.970] [DEBUG] 6 processes running of frp type [2025-12-25,14:20:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,14:20:24.116] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,14:35:18.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,14:35:25.248] [DEBUG] 6 processes running of frp type [2025-12-25,14:50:18.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,14:50:28.907] [DEBUG] 6 processes running of frp type [2025-12-25,15:05:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,15:05:24.077] [DEBUG] 6 processes running of frp type [2025-12-25,15:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,15:20:25.088] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,15:35:18.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,15:35:25.592] [DEBUG] 6 processes running of frp type 2025-12-25 15:49:56.534 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 15:50:05.548 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 15:50:05.548 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 15:50:06.179 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success [2025-12-25,15:50:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,15:50:24.489] [DEBUG] 6 processes running of frp type [2025-12-25,16:05:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,16:05:25.641] [DEBUG] 6 processes running of frp type [2025-12-25,16:20:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,16:20:24.127] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,16:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,16:35:24.272] [DEBUG] 6 processes running of frp type [2025-12-25,16:50:18.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,16:50:25.076] [DEBUG] 6 processes running of frp type 2025-12-25 16:56:37.479 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 16:56:39.720 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 16:56:39.721 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 16:56:40.089 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success [2025-12-25,17:05:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,17:05:24.638] [DEBUG] 6 processes running of frp type [2025-12-25,17:20:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,17:20:25.043] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,17:35:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,17:35:30.677] [DEBUG] 6 processes running of frp type [2025-12-25,17:50:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,17:50:24.853] [DEBUG] 6 processes running of frp type 2025-12-25 17:57:08.050 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 17:57:09.531 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 17:57:09.533 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 17:57:10.792 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success [2025-12-25,18:05:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,18:05:24.372] [DEBUG] 6 processes running of frp type 2025-12-25 18:16:09.750 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 18:16:19.753 [W] [client/service.go:297] [5352d7af2598e9ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 18:16:19.753 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 18:16:29.755 [W] [client/service.go:297] [5352d7af2598e9ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 18:16:29.756 [I] [client/service.go:294] [5352d7af2598e9ba] try to connect to server... 2025-12-25 18:16:38.862 [I] [client/service.go:286] [5352d7af2598e9ba] login to server success, get run id [5352d7af2598e9ba] 2025-12-25 18:16:38.863 [I] [proxy/proxy_manager.go:173] [5352d7af2598e9ba] proxy added: [DTN57CC5599] 2025-12-25 18:16:39.186 [I] [client/control.go:168] [5352d7af2598e9ba] [DTN57CC5599] start proxy success [2025-12-25,18:20:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,18:20:25.593] [DEBUG] 6 processes running of frp type [2025-12-25,18:25:42.219] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,18:25:42.227] [INFO] LocationSqlManager initialising [2025-12-25,18:25:42.228] [INFO] Location DB initialising [2025-12-25,18:25:42.239] [INFO] LocationSqlManager initialisation complete [2025-12-25,18:25:42.240] [DEBUG] UploadManager Init [2025-12-25,18:25:42.240] [DEBUG] UploadManager Init Complete [2025-12-25,18:25:42.245] [INFO] Initializing GPS... [2025-12-25,18:25:42.248] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,18:27:45.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,18:27:52.222] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.9/ssl.py", line 1274, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.9/ssl.py", line 1132, in read return self._sslobj.read(len, buffer) ssl.SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2636) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2636)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 698, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2636)'))) [2025-12-25,18:30:45.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,18:30:55.661] [DEBUG] Remote Access Enabled [2025-12-25,18:31:03.157] [INFO] Server Address: 138.201.17.179 [2025-12-25,18:31:03.158] [INFO] Server Port: 7000 [2025-12-25,18:31:03.169] [DEBUG] Starting Remote Access! 2025-12-25 18:31:03.343 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 18:31:03.344 [I] [client/service.go:294] try to connect to server... 2025-12-25 18:31:04.506 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-25 18:31:04.507 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-25 18:31:04.862 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-25,18:35:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,18:35:24.779] [DEBUG] 6 processes running of frp type [2025-12-25,18:50:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,18:50:24.940] [DEBUG] 6 processes running of frp type [2025-12-25,19:05:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,19:05:25.487] [DEBUG] 6 processes running of frp type [2025-12-25,19:20:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,19:20:24.748] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,19:35:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,19:35:24.168] [DEBUG] 6 processes running of frp type [2025-12-25,19:50:18.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,19:50:24.905] [DEBUG] 6 processes running of frp type [2025-12-25,20:05:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,20:05:24.698] [DEBUG] 6 processes running of frp type 2025-12-25 20:06:44.715 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:06:54.716 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 20:06:54.717 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:07:04.719 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 20:07:04.720 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:07:14.722 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 20:07:14.723 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:07:21.921 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 20:07:40.268 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:07:43.021 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-25 20:07:43.022 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-25 20:07:45.978 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success 2025-12-25 20:09:53.580 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:10:03.581 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 20:10:03.582 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:10:13.583 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 20:10:13.583 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:10:23.585 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 20:10:23.586 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 20:10:25.035 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-25 20:10:25.037 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-25 20:10:25.571 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-25,20:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,20:20:23.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,20:35:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,20:35:24.314] [DEBUG] 6 processes running of frp type [2025-12-25,20:50:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,20:50:24.151] [DEBUG] 6 processes running of frp type [2025-12-25,21:05:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,21:05:23.908] [DEBUG] 6 processes running of frp type [2025-12-25,21:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,21:20:23.579] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,21:35:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,21:35:24.505] [DEBUG] 6 processes running of frp type [2025-12-25,21:50:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,21:50:24.221] [DEBUG] 6 processes running of frp type 2025-12-25 21:56:07.505 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 21:56:09.655 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-25 21:56:09.656 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-25 21:56:09.965 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-25,22:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,22:05:24.834] [DEBUG] 6 processes running of frp type [2025-12-25,22:20:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,22:20:23.757] [DEBUG] 6 processes running of frp type 2025-12-25 22:25:18.144 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 22:25:29.717 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: connection write timeout 2025-12-25 22:25:29.718 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-25 22:25:37.477 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-25 22:25:37.477 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-25 22:25:49.897 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,22:35:18.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,22:35:37.715] [DEBUG] 6 processes running of frp type [2025-12-25,22:50:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,22:50:24.836] [DEBUG] 6 processes running of frp type [2025-12-25,23:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,23:05:26.632] [DEBUG] 6 processes running of frp type [2025-12-25,23:20:17.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,23:20:24.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,23:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,23:35:24.354] [DEBUG] 6 processes running of frp type [2025-12-25,23:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-25,23:50:24.131] [DEBUG] 6 processes running of frp type [2025-12-26,00:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,00:05:23.999] [DEBUG] 6 processes running of frp type [2025-12-26,00:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,00:20:23.701] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,00:35:16.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,00:35:23.561] [DEBUG] 6 processes running of frp type 2025-12-26 00:49:04.261 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 00:49:12.602 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-26 00:49:12.603 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-26 00:49:12.922 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-26,00:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,00:50:24.063] [DEBUG] 6 processes running of frp type 2025-12-26 00:56:25.709 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 00:56:30.678 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-26 00:56:30.679 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-26 00:56:31.009 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-26,01:05:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,01:05:23.949] [DEBUG] 6 processes running of frp type [2025-12-26,01:20:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,01:20:27.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,01:35:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,01:35:24.457] [DEBUG] 6 processes running of frp type [2025-12-26,01:50:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,01:50:24.015] [DEBUG] 6 processes running of frp type [2025-12-26,02:05:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,02:05:23.624] [DEBUG] 6 processes running of frp type [2025-12-26,02:20:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,02:20:24.281] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,02:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,02:35:24.147] [DEBUG] 6 processes running of frp type [2025-12-26,02:50:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,02:50:23.978] [DEBUG] 6 processes running of frp type [2025-12-26,03:05:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,03:05:23.782] [DEBUG] 6 processes running of frp type 2025-12-26 03:08:54.845 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 03:09:07.936 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-26 03:09:07.938 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-26 03:09:09.104 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-26,03:20:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,03:20:23.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,03:35:16.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,03:35:23.417] [DEBUG] 6 processes running of frp type 2025-12-26 03:46:32.973 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 03:46:42.975 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 03:46:42.975 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 03:46:47.265 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-26 03:46:47.266 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-26 03:46:47.858 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-26,03:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,03:50:24.374] [DEBUG] 6 processes running of frp type [2025-12-26,04:05:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,04:05:29.444] [DEBUG] 6 processes running of frp type 2025-12-26 04:06:38.948 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 04:06:46.077 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 04:06:46.078 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 04:06:46.082 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 04:06:50.178 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 04:07:00.180 [W] [client/service.go:297] [2a6535f3f09972bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 04:07:00.181 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 04:07:01.468 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-26 04:07:01.470 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-26 04:07:01.798 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-26,04:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,04:20:23.971] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,04:35:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,04:35:24.072] [DEBUG] 6 processes running of frp type [2025-12-26,04:50:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,04:50:24.386] [DEBUG] 6 processes running of frp type [2025-12-26,05:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,05:05:24.089] [DEBUG] 6 processes running of frp type [2025-12-26,05:20:21.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,05:20:28.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-26 05:26:10.237 [I] [client/service.go:294] [2a6535f3f09972bb] try to connect to server... 2025-12-26 05:26:13.800 [I] [client/service.go:286] [2a6535f3f09972bb] login to server success, get run id [2a6535f3f09972bb] 2025-12-26 05:26:13.801 [I] [proxy/proxy_manager.go:173] [2a6535f3f09972bb] proxy added: [DTN57CC5599] 2025-12-26 05:26:14.596 [I] [client/control.go:168] [2a6535f3f09972bb] [DTN57CC5599] start proxy success [2025-12-26,05:35:22.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,05:35:28.921] [DEBUG] 6 processes running of frp type [2025-12-26,05:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,05:50:24.099] [DEBUG] 6 processes running of frp type [2025-12-26,06:05:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,06:05:24.562] [DEBUG] 6 processes running of frp type [2025-12-26,06:20:18.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,06:20:25.181] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,06:30:41.987] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,06:30:41.993] [INFO] LocationSqlManager initialising [2025-12-26,06:30:41.993] [INFO] Location DB initialising [2025-12-26,06:30:42.002] [INFO] LocationSqlManager initialisation complete [2025-12-26,06:30:42.003] [DEBUG] UploadManager Init [2025-12-26,06:30:42.004] [DEBUG] UploadManager Init Complete [2025-12-26,06:30:42.006] [INFO] Initializing GPS... [2025-12-26,06:30:42.008] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,06:32:45.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,06:32:51.955] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-26,06:33:08.522] [DEBUG] Log Upload Complete! [2025-12-26,06:35:45.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,06:35:52.397] [DEBUG] Remote Access Enabled [2025-12-26,06:35:58.690] [INFO] Server Address: 138.201.17.179 [2025-12-26,06:35:58.691] [INFO] Server Port: 7000 [2025-12-26,06:35:58.696] [DEBUG] Starting Remote Access! 2025-12-26 06:35:58.830 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 06:35:58.831 [I] [client/service.go:294] try to connect to server... 2025-12-26 06:35:59.780 [I] [client/service.go:286] [f60c1d1b238e54db] login to server success, get run id [f60c1d1b238e54db] 2025-12-26 06:35:59.781 [I] [proxy/proxy_manager.go:173] [f60c1d1b238e54db] proxy added: [DTN57CC5599] 2025-12-26 06:36:00.081 [I] [client/control.go:168] [f60c1d1b238e54db] [DTN57CC5599] start proxy success [2025-12-26,06:50:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,06:50:24.446] [DEBUG] 6 processes running of frp type 2025-12-26 07:03:27.656 [I] [client/service.go:294] [f60c1d1b238e54db] try to connect to server... 2025-12-26 07:03:28.570 [I] [client/service.go:286] [f60c1d1b238e54db] login to server success, get run id [f60c1d1b238e54db] 2025-12-26 07:03:28.571 [I] [proxy/proxy_manager.go:173] [f60c1d1b238e54db] proxy added: [DTN57CC5599] 2025-12-26 07:03:28.864 [I] [client/control.go:168] [f60c1d1b238e54db] [DTN57CC5599] start proxy success [2025-12-26,07:05:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,07:05:24.340] [DEBUG] 6 processes running of frp type [2025-12-26,07:20:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,07:20:28.770] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,07:35:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,07:35:23.816] [DEBUG] 6 processes running of frp type [2025-12-26,07:50:17.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,07:50:23.723] [DEBUG] 6 processes running of frp type [2025-12-26,08:02:16.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,08:02:28.569] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-26,08:02:39.862] [DEBUG] Log Upload Complete! [2025-12-26,08:05:16.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,08:05:23.554] [DEBUG] 6 processes running of frp type [2025-12-26,08:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,08:20:24.441] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,08:35:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,08:35:24.329] [DEBUG] 6 processes running of frp type [2025-12-26,08:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,08:50:24.383] [DEBUG] 6 processes running of frp type [2025-12-26,09:05:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,09:05:24.341] [DEBUG] 6 processes running of frp type [2025-12-26,09:20:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,09:20:25.181] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,09:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,09:35:24.463] [DEBUG] 6 processes running of frp type [2025-12-26,09:50:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,09:50:24.657] [DEBUG] 6 processes running of frp type [2025-12-26,10:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,10:05:24.636] [DEBUG] 6 processes running of frp type [2025-12-26,10:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,10:20:24.519] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,10:35:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,10:35:24.300] [DEBUG] 6 processes running of frp type [2025-12-26,10:50:18.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,10:50:24.921] [DEBUG] 6 processes running of frp type [2025-12-26,11:05:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,11:05:23.981] [DEBUG] 6 processes running of frp type [2025-12-26,11:20:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,11:20:23.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,11:35:17.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,11:35:23.665] [DEBUG] 6 processes running of frp type [2025-12-26,11:50:16.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,11:50:23.464] [DEBUG] 6 processes running of frp type [2025-12-26,12:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,12:05:24.568] [DEBUG] 6 processes running of frp type 2025-12-26 12:07:05.581 [I] [client/service.go:294] [f60c1d1b238e54db] try to connect to server... 2025-12-26 12:07:06.490 [I] [client/service.go:286] [f60c1d1b238e54db] login to server success, get run id [f60c1d1b238e54db] 2025-12-26 12:07:06.491 [I] [proxy/proxy_manager.go:173] [f60c1d1b238e54db] proxy added: [DTN57CC5599] 2025-12-26 12:07:06.803 [I] [client/control.go:168] [f60c1d1b238e54db] [DTN57CC5599] start proxy success [2025-12-26,12:20:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,12:20:24.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,12:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,12:35:24.254] [DEBUG] 6 processes running of frp type [2025-12-26,12:50:19.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,12:50:25.941] [DEBUG] 6 processes running of frp type [2025-12-26,13:05:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,13:05:24.755] [DEBUG] 6 processes running of frp type [2025-12-26,13:20:16.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,13:20:24.702] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,13:35:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,13:35:25.188] [DEBUG] 6 processes running of frp type [2025-12-26,13:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,13:50:24.456] [DEBUG] 6 processes running of frp type [2025-12-26,14:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,14:05:24.195] [DEBUG] 6 processes running of frp type [2025-12-26,14:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,14:20:23.996] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,14:35:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,14:35:24.086] [DEBUG] 6 processes running of frp type [2025-12-26,14:50:18.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,14:50:24.789] [DEBUG] 6 processes running of frp type [2025-12-26,15:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,15:05:24.024] [DEBUG] 6 processes running of frp type [2025-12-26,15:20:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,15:20:24.099] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,15:35:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,15:35:23.669] [DEBUG] 6 processes running of frp type [2025-12-26,15:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,15:50:23.913] [DEBUG] 6 processes running of frp type [2025-12-26,16:05:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,16:05:23.801] [DEBUG] 6 processes running of frp type [2025-12-26,16:20:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,16:20:23.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,16:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,16:35:23.782] [DEBUG] 6 processes running of frp type [2025-12-26,16:50:17.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,16:50:23.849] [DEBUG] 6 processes running of frp type [2025-12-26,17:05:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,17:05:24.114] [DEBUG] 6 processes running of frp type [2025-12-26,17:20:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,17:20:24.008] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,17:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,17:35:24.486] [DEBUG] 6 processes running of frp type [2025-12-26,17:50:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,17:50:24.140] [DEBUG] 6 processes running of frp type [2025-12-26,18:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,18:05:24.232] [DEBUG] 6 processes running of frp type [2025-12-26,18:20:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,18:20:24.342] [DEBUG] 6 processes running of frp type [2025-12-26,18:25:40.906] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,18:25:40.910] [INFO] LocationSqlManager initialising [2025-12-26,18:25:40.910] [INFO] Location DB initialising [2025-12-26,18:25:40.920] [INFO] LocationSqlManager initialisation complete [2025-12-26,18:25:40.920] [DEBUG] UploadManager Init [2025-12-26,18:25:40.921] [DEBUG] UploadManager Init Complete [2025-12-26,18:25:40.924] [INFO] Initializing GPS... [2025-12-26,18:25:40.925] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,18:27:45.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,18:27:57.465] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-26,18:28:35.009] [DEBUG] Log Upload Complete! [2025-12-26,18:30:49.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,18:30:56.436] [DEBUG] Remote Access Enabled [2025-12-26,18:31:02.625] [INFO] Server Address: 138.201.17.179 [2025-12-26,18:31:02.627] [INFO] Server Port: 7000 [2025-12-26,18:31:02.636] [DEBUG] Starting Remote Access! 2025-12-26 18:31:02.833 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 18:31:02.835 [I] [client/service.go:294] try to connect to server... 2025-12-26 18:31:03.749 [I] [client/service.go:286] [068ca7a599f4ccd7] login to server success, get run id [068ca7a599f4ccd7] 2025-12-26 18:31:03.751 [I] [proxy/proxy_manager.go:173] [068ca7a599f4ccd7] proxy added: [DTN57CC5599] 2025-12-26 18:31:04.048 [I] [client/control.go:168] [068ca7a599f4ccd7] [DTN57CC5599] start proxy success [2025-12-26,18:35:17.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,18:35:23.899] [DEBUG] 6 processes running of frp type [2025-12-26,18:50:18.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,18:50:28.035] [DEBUG] 6 processes running of frp type [2025-12-26,19:05:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,19:05:23.975] [DEBUG] 6 processes running of frp type [2025-12-26,19:20:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,19:20:23.950] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,19:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,19:35:24.537] [DEBUG] 6 processes running of frp type [2025-12-26,19:50:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,19:50:24.651] [DEBUG] 6 processes running of frp type [2025-12-26,20:05:19.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,20:05:25.701] [DEBUG] 6 processes running of frp type [2025-12-26,20:20:18.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,20:20:24.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,20:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,20:35:23.967] [DEBUG] 6 processes running of frp type [2025-12-26,20:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,20:50:27.826] [DEBUG] 6 processes running of frp type [2025-12-26,21:05:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,21:05:23.907] [DEBUG] 6 processes running of frp type [2025-12-26,21:20:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,21:20:24.321] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,21:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,21:35:24.608] [DEBUG] 6 processes running of frp type [2025-12-26,21:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,21:50:24.290] [DEBUG] 6 processes running of frp type [2025-12-26,22:05:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,22:05:24.466] [DEBUG] 6 processes running of frp type [2025-12-26,22:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,22:20:24.350] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,22:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,22:35:25.305] [DEBUG] 6 processes running of frp type 2025-12-26 22:45:28.876 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-26 22:45:42.572 [I] [client/service.go:286] [068ca7a599f4ccd7] login to server success, get run id [068ca7a599f4ccd7] 2025-12-26 22:45:42.574 [I] [proxy/proxy_manager.go:173] [068ca7a599f4ccd7] proxy added: [DTN57CC5599] 2025-12-26 22:46:10.178 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-26 22:46:21.863 [I] [client/service.go:286] [068ca7a599f4ccd7] login to server success, get run id [068ca7a599f4ccd7] 2025-12-26 22:46:21.865 [I] [proxy/proxy_manager.go:173] [068ca7a599f4ccd7] proxy added: [DTN57CC5599] 2025-12-26 22:46:22.216 [I] [client/control.go:168] [068ca7a599f4ccd7] [DTN57CC5599] start proxy success [2025-12-26,22:50:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,22:50:24.215] [DEBUG] 6 processes running of frp type [2025-12-26,23:05:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,23:05:24.110] [DEBUG] 6 processes running of frp type [2025-12-26,23:20:19.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,23:20:26.867] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-26,23:35:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,23:35:24.202] [DEBUG] 6 processes running of frp type [2025-12-26,23:50:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-26,23:50:29.281] [DEBUG] 6 processes running of frp type [2025-12-27,00:05:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,00:05:27.573] [DEBUG] 6 processes running of frp type [2025-12-27,00:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,00:20:24.869] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,00:35:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,00:35:24.319] [DEBUG] 6 processes running of frp type [2025-12-27,00:50:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,00:50:24.223] [DEBUG] 6 processes running of frp type [2025-12-27,01:05:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,01:05:23.967] [DEBUG] 6 processes running of frp type [2025-12-27,01:20:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,01:20:24.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,01:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,01:35:23.957] [DEBUG] 6 processes running of frp type [2025-12-27,01:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,01:50:25.223] [DEBUG] 6 processes running of frp type [2025-12-27,02:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,02:05:24.832] [DEBUG] 6 processes running of frp type [2025-12-27,02:20:17.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,02:20:23.672] [DEBUG] 6 processes running of frp type 2025-12-27 02:22:54.650 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-27 02:23:03.067 [I] [client/service.go:286] [068ca7a599f4ccd7] login to server success, get run id [068ca7a599f4ccd7] 2025-12-27 02:23:03.068 [I] [proxy/proxy_manager.go:173] [068ca7a599f4ccd7] proxy added: [DTN57CC5599] 2025-12-27 02:23:03.385 [I] [client/control.go:168] [068ca7a599f4ccd7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,02:35:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,02:35:23.743] [DEBUG] 6 processes running of frp type [2025-12-27,02:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,02:50:24.238] [DEBUG] 6 processes running of frp type [2025-12-27,03:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,03:05:24.364] [DEBUG] 6 processes running of frp type [2025-12-27,03:20:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,03:20:24.135] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,03:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,03:35:24.035] [DEBUG] 6 processes running of frp type [2025-12-27,03:50:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,03:50:24.337] [DEBUG] 6 processes running of frp type [2025-12-27,04:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,04:05:24.275] [DEBUG] 6 processes running of frp type 2025-12-27 04:06:34.089 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-27 04:06:35.369 [W] [client/service.go:297] [068ca7a599f4ccd7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:06:35.370 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-27 04:06:42.596 [W] [client/service.go:297] [068ca7a599f4ccd7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:06:42.596 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-27 04:06:42.598 [W] [client/service.go:297] [068ca7a599f4ccd7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:06:52.109 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-27 04:06:58.461 [I] [client/service.go:286] [068ca7a599f4ccd7] login to server success, get run id [068ca7a599f4ccd7] 2025-12-27 04:06:58.462 [I] [proxy/proxy_manager.go:173] [068ca7a599f4ccd7] proxy added: [DTN57CC5599] 2025-12-27 04:06:59.083 [I] [client/control.go:168] [068ca7a599f4ccd7] [DTN57CC5599] start proxy success [2025-12-27,04:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,04:20:23.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,04:35:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,04:35:24.271] [DEBUG] 6 processes running of frp type [2025-12-27,04:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,04:50:23.942] [DEBUG] 6 processes running of frp type [2025-12-27,05:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,05:05:24.174] [DEBUG] 6 processes running of frp type [2025-12-27,05:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,05:20:24.057] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,05:35:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,05:35:24.347] [DEBUG] 6 processes running of frp type [2025-12-27,05:50:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,05:50:24.254] [DEBUG] 6 processes running of frp type 2025-12-27 05:59:53.717 [I] [client/service.go:294] [068ca7a599f4ccd7] try to connect to server... 2025-12-27 05:59:54.870 [I] [client/service.go:286] [068ca7a599f4ccd7] login to server success, get run id [068ca7a599f4ccd7] 2025-12-27 05:59:54.872 [I] [proxy/proxy_manager.go:173] [068ca7a599f4ccd7] proxy added: [DTN57CC5599] 2025-12-27 05:59:55.182 [I] [client/control.go:168] [068ca7a599f4ccd7] [DTN57CC5599] start proxy success [2025-12-27,06:05:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,06:05:24.733] [DEBUG] 6 processes running of frp type [2025-12-27,06:20:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,06:20:25.179] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,06:30:41.583] [INFO] Initializing BusSpeedStateManager V2 [2025-12-27,06:30:41.588] [INFO] LocationSqlManager initialising [2025-12-27,06:30:41.588] [INFO] Location DB initialising [2025-12-27,06:30:41.598] [INFO] LocationSqlManager initialisation complete [2025-12-27,06:30:41.598] [DEBUG] UploadManager Init [2025-12-27,06:30:41.599] [DEBUG] UploadManager Init Complete [2025-12-27,06:30:41.602] [INFO] Initializing GPS... [2025-12-27,06:30:41.604] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,06:32:44.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,06:32:51.583] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-27,06:33:15.604] [DEBUG] Log Upload Complete! [2025-12-27,06:35:44.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,06:35:51.401] [DEBUG] Remote Access Enabled [2025-12-27,06:35:57.626] [INFO] Server Address: 138.201.17.179 [2025-12-27,06:35:57.627] [INFO] Server Port: 7000 [2025-12-27,06:35:57.632] [DEBUG] Starting Remote Access! 2025-12-27 06:35:57.766 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-27 06:35:57.767 [I] [client/service.go:294] try to connect to server... 2025-12-27 06:35:58.678 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 06:35:58.679 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 06:35:58.999 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success [2025-12-27,06:50:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,06:50:24.362] [DEBUG] 6 processes running of frp type [2025-12-27,07:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,07:05:26.636] [DEBUG] 6 processes running of frp type [2025-12-27,07:20:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,07:20:24.483] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,07:35:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,07:35:27.393] [DEBUG] 6 processes running of frp type 2025-12-27 07:36:35.270 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 07:36:42.178 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 07:36:42.180 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 07:36:42.480 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success [2025-12-27,07:50:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,07:50:24.702] [DEBUG] 6 processes running of frp type [2025-12-27,08:02:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,08:02:23.713] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-27,08:02:40.420] [DEBUG] Log Upload Complete! [2025-12-27,08:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,08:05:23.925] [DEBUG] 6 processes running of frp type [2025-12-27,08:20:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,08:20:23.873] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,08:35:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,08:35:25.076] [DEBUG] 6 processes running of frp type [2025-12-27,08:50:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,08:50:26.952] [DEBUG] 6 processes running of frp type [2025-12-27,09:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,09:05:24.036] [DEBUG] 6 processes running of frp type 2025-12-27 09:14:44.086 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:14:46.968 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 09:14:46.970 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 09:14:47.279 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success [2025-12-27,09:20:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,09:20:23.952] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,09:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,09:35:24.307] [DEBUG] 6 processes running of frp type 2025-12-27 09:42:28.293 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:42:38.295 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:42:38.295 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:42:48.297 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:42:48.297 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:42:58.299 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:42:58.299 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:43:07.821 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 09:43:07.822 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 09:43:10.275 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success 2025-12-27 09:45:49.828 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:45:59.831 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:45:59.831 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:46:09.834 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:46:09.835 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:46:19.836 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:46:19.837 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:46:29.838 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:46:29.839 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:46:39.840 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:46:59.841 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:47:09.844 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 09:47:29.845 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:47:29.849 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:47:49.851 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:47:49.854 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:48:09.855 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:48:09.859 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:48:29.860 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:48:29.865 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:48:49.866 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:48:49.872 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:49:09.874 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:49:09.877 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:49:29.878 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:49:29.883 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:49:49.884 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:49:49.889 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:50:09.891 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:50:09.897 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:50:29.899 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:50:29.903 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:50:49.905 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:50:49.909 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:51:09.910 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:51:09.914 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:51:29.915 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:51:29.920 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 09:51:49.921 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 09:51:50.960 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 09:51:50.962 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 09:51:51.292 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success 2025-12-27 10:03:37.247 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:03:47.250 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:03:47.250 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:03:57.252 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:03:57.253 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:04:07.254 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:04:07.255 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:04:17.257 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:04:17.257 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:04:27.259 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:04:47.260 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:04:57.262 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:05:17.263 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:05:27.265 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:05:47.266 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:05:47.269 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 10:06:07.270 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:06:07.274 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 10:06:27.274 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:06:27.278 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 10:06:47.279 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:06:47.283 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 10:07:07.284 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:07:07.288 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 10:07:27.290 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:07:27.293 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 10:07:47.295 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:07:48.280 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 10:07:48.281 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 10:07:48.598 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success 2025-12-27 10:08:27.594 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:08:37.596 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:08:37.597 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:08:39.382 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 10:08:39.383 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 10:08:39.912 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success 2025-12-27 10:09:18.304 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:09:28.306 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:09:28.306 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:09:38.308 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 10:09:38.309 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:09:40.349 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 10:09:40.351 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 10:09:40.787 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success 2025-12-27 10:16:24.295 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 10:16:26.709 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 10:16:26.711 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 10:16:27.031 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success [2025-12-27,10:20:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,10:20:24.344] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,10:35:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,10:35:24.587] [DEBUG] 6 processes running of frp type [2025-12-27,10:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,10:50:24.659] [DEBUG] 6 processes running of frp type [2025-12-27,11:05:18.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,11:05:25.415] [DEBUG] 6 processes running of frp type [2025-12-27,11:20:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,11:20:24.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,11:35:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,11:35:24.463] [DEBUG] 6 processes running of frp type [2025-12-27,11:50:18.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,11:50:25.304] [DEBUG] 6 processes running of frp type [2025-12-27,12:05:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,12:05:24.772] [DEBUG] 6 processes running of frp type [2025-12-27,12:20:17.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,12:20:23.963] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,12:35:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,12:35:24.478] [DEBUG] 6 processes running of frp type [2025-12-27,12:50:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,12:50:24.640] [DEBUG] 6 processes running of frp type [2025-12-27,13:05:18.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,13:05:25.564] [DEBUG] 6 processes running of frp type [2025-12-27,13:20:18.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,13:20:24.778] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,13:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,13:35:24.589] [DEBUG] 6 processes running of frp type [2025-12-27,13:50:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,13:50:24.414] [DEBUG] 6 processes running of frp type [2025-12-27,14:05:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,14:05:24.779] [DEBUG] 6 processes running of frp type [2025-12-27,14:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,14:20:23.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,14:35:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,14:35:24.263] [DEBUG] 6 processes running of frp type [2025-12-27,14:50:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,14:50:24.747] [DEBUG] 6 processes running of frp type [2025-12-27,15:05:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,15:05:23.951] [DEBUG] 6 processes running of frp type [2025-12-27,15:20:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,15:20:24.101] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,15:35:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,15:35:26.604] [DEBUG] 6 processes running of frp type [2025-12-27,15:50:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,15:50:25.041] [DEBUG] 6 processes running of frp type [2025-12-27,16:05:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,16:05:24.882] [DEBUG] 6 processes running of frp type [2025-12-27,16:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,16:20:24.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,16:35:16.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,16:35:24.262] [DEBUG] 6 processes running of frp type [2025-12-27,16:50:18.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,16:50:25.069] [DEBUG] 6 processes running of frp type [2025-12-27,17:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,17:05:24.975] [DEBUG] 6 processes running of frp type [2025-12-27,17:20:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,17:20:24.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,17:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,17:35:24.307] [DEBUG] 6 processes running of frp type [2025-12-27,17:50:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,17:50:25.838] [DEBUG] 6 processes running of frp type [2025-12-27,18:05:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,18:05:24.005] [DEBUG] 6 processes running of frp type 2025-12-27 18:07:44.651 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 18:07:44.654 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 18:07:46.763 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 18:07:46.771 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 18:07:51.373 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 18:07:51.381 [W] [client/service.go:297] [08e5d250f64ac4b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 18:08:01.444 [I] [client/service.go:294] [08e5d250f64ac4b2] try to connect to server... 2025-12-27 18:08:02.420 [I] [client/service.go:286] [08e5d250f64ac4b2] login to server success, get run id [08e5d250f64ac4b2] 2025-12-27 18:08:02.422 [I] [proxy/proxy_manager.go:173] [08e5d250f64ac4b2] proxy added: [DTN57CC5599] 2025-12-27 18:08:02.843 [I] [client/control.go:168] [08e5d250f64ac4b2] [DTN57CC5599] start proxy success [2025-12-27,18:20:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,18:20:24.520] [DEBUG] 6 processes running of frp type [2025-12-27,18:25:42.176] [INFO] Initializing BusSpeedStateManager V2 [2025-12-27,18:25:42.181] [INFO] LocationSqlManager initialising [2025-12-27,18:25:42.182] [INFO] Location DB initialising [2025-12-27,18:25:42.191] [INFO] LocationSqlManager initialisation complete [2025-12-27,18:25:42.192] [DEBUG] UploadManager Init [2025-12-27,18:25:42.192] [DEBUG] UploadManager Init Complete [2025-12-27,18:25:42.195] [INFO] Initializing GPS... [2025-12-27,18:25:42.197] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,18:27:44.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,18:27:56.923] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-27,18:29:05.491] [DEBUG] Log Upload Complete! [2025-12-27,18:30:45.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,18:30:53.399] [DEBUG] Remote Access Enabled [2025-12-27,18:30:59.793] [INFO] Server Address: 138.201.17.179 [2025-12-27,18:30:59.794] [INFO] Server Port: 7000 [2025-12-27,18:30:59.799] [DEBUG] Starting Remote Access! 2025-12-27 18:30:59.938 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-27 18:30:59.939 [I] [client/service.go:294] try to connect to server... 2025-12-27 18:31:01.105 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 18:31:01.107 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 18:31:01.425 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,18:35:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,18:35:24.361] [DEBUG] 6 processes running of frp type 2025-12-27 18:37:45.666 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 18:37:55.668 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 18:37:55.669 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 18:38:05.672 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 18:38:05.672 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 18:38:10.220 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 18:38:10.222 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 18:38:10.845 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,18:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,18:50:24.494] [DEBUG] 6 processes running of frp type 2025-12-27 18:57:35.284 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 18:57:38.159 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 18:57:38.160 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 18:57:38.909 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-27 19:00:48.650 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:00:51.119 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 19:00:51.121 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 19:00:51.521 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,19:05:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,19:05:24.651] [DEBUG] 6 processes running of frp type 2025-12-27 19:08:08.056 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:08:18.057 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:08:18.057 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:08:28.058 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:08:28.059 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:08:38.061 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:08:38.062 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:08:48.063 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:08:48.064 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:08:58.065 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:09:18.066 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:09:28.068 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:09:48.069 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:09:58.070 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 19:10:18.072 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:10:25.233 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:10:45.235 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:10:45.239 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:11:05.241 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:11:05.244 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:11:25.246 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:11:25.250 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:11:45.251 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:11:45.309 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:12:05.310 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:12:05.315 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:12:25.316 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:12:25.321 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:12:45.322 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:12:45.326 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:13:05.328 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:13:05.332 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:13:25.333 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:13:25.337 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:13:45.338 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:13:45.340 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:14:05.342 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:14:05.346 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:14:25.347 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:14:25.351 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:14:45.352 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:14:45.356 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:15:05.358 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:15:05.361 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:15:25.362 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:15:25.367 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:15:45.368 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:15:45.374 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:16:05.375 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:16:05.378 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:16:25.379 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:16:25.383 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:16:45.384 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:16:45.388 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:17:05.389 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:17:05.392 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:17:25.393 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:17:25.396 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:17:45.397 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:17:45.401 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:18:05.402 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:18:05.407 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 19:18:25.408 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 19:18:26.343 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 19:18:26.345 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 19:18:26.650 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,19:20:18.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,19:20:24.974] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,19:35:18.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,19:35:24.758] [DEBUG] 6 processes running of frp type [2025-12-27,19:50:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,19:50:23.923] [DEBUG] 6 processes running of frp type [2025-12-27,20:05:17.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,20:05:23.935] [DEBUG] 6 processes running of frp type 2025-12-27 20:15:50.825 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:16:00.827 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:16:00.827 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:16:10.829 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:16:10.829 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:16:20.831 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:16:20.832 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:16:30.834 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:16:30.834 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:16:40.835 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:17:00.836 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:17:10.837 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:17:30.838 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:17:30.841 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:17:50.842 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:17:50.846 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:18:10.848 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:18:10.853 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:18:30.854 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:18:30.857 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:18:50.858 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:18:50.862 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:19:10.864 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:19:10.868 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:19:30.869 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:19:30.872 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:19:50.874 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:19:50.878 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:20:10.879 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:20:10.882 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:20:30.883 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:20:30.886 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:20:50.888 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:20:50.894 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:21:10.895 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:21:10.898 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:21:30.899 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:21:30.902 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:21:50.903 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:21:51.514 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:22:11.515 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:22:11.517 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:22:31.518 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:22:31.521 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:22:51.523 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:22:51.527 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:23:11.528 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:23:11.532 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:23:31.533 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:23:31.538 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:23:51.539 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:23:51.541 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:24:11.542 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:24:11.547 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 20:24:31.548 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:24:32.472 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 20:24:32.474 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 20:24:32.782 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-27 20:27:13.558 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:27:23.561 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 20:27:23.562 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:27:30.025 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 20:27:30.027 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 20:27:30.395 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-27 20:29:40.171 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 20:29:49.874 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 20:29:49.877 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 20:29:50.181 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,20:35:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,20:35:23.903] [DEBUG] 6 processes running of frp type [2025-12-27,20:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,20:50:23.950] [DEBUG] 6 processes running of frp type [2025-12-27,21:05:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,21:05:23.671] [DEBUG] 6 processes running of frp type [2025-12-27,21:20:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,21:20:24.601] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,21:35:17.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,21:35:23.540] [DEBUG] 6 processes running of frp type [2025-12-27,21:50:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,21:50:24.207] [DEBUG] 6 processes running of frp type [2025-12-27,22:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,22:05:24.081] [DEBUG] 6 processes running of frp type [2025-12-27,22:20:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,22:20:23.811] [DEBUG] 6 processes running of frp type 2025-12-27 22:24:39.255 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:24:49.257 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 22:24:49.257 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:24:57.805 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 22:24:57.806 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 22:24:58.113 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,22:35:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,22:35:23.999] [DEBUG] 6 processes running of frp type 2025-12-27 22:42:24.471 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:42:35.317 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 22:42:35.318 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 22:42:35.963 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-27 22:45:23.416 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:45:33.761 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 22:45:33.763 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 22:45:34.926 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-27 22:47:36.794 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:47:46.796 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 22:47:46.797 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:47:56.799 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 22:47:56.800 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:48:07.526 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 22:48:07.527 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 22:48:11.127 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,22:50:22.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-27 22:50:22.501 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:50:32.503 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 22:50:32.504 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:50:41.959 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 22:50:41.961 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 22:50:42.952 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,22:50:49.731] [DEBUG] 6 processes running of frp type 2025-12-27 22:51:18.495 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 22:51:31.449 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 22:51:31.451 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 22:51:32.319 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-27 23:03:45.916 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 23:04:04.058 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: connection write timeout 2025-12-27 23:04:04.059 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 23:04:14.060 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 23:04:14.061 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 23:04:26.491 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 23:04:26.493 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 23:04:54.984 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-27 23:05:04.889 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-27 23:05:04.891 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-27 23:05:06.218 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-27,23:05:18.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,23:05:38.116] [DEBUG] 6 processes running of frp type [2025-12-27,23:20:18.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,23:20:30.884] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,23:35:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,23:35:24.164] [DEBUG] 6 processes running of frp type [2025-12-27,23:50:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-27,23:50:23.756] [DEBUG] 6 processes running of frp type [2025-12-28,00:05:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,00:05:24.545] [DEBUG] 6 processes running of frp type [2025-12-28,00:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,00:20:24.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,00:35:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,00:35:24.209] [DEBUG] 6 processes running of frp type 2025-12-28 00:48:08.377 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 00:48:09.331 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-28 00:48:09.332 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-28 00:48:09.631 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-28,00:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,00:50:23.734] [DEBUG] 6 processes running of frp type [2025-12-28,01:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,01:05:24.846] [DEBUG] 6 processes running of frp type [2025-12-28,01:20:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,01:20:23.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,01:35:16.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,01:35:23.480] [DEBUG] 6 processes running of frp type [2025-12-28,01:50:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,01:50:24.972] [DEBUG] 6 processes running of frp type [2025-12-28,02:05:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,02:05:23.836] [DEBUG] 6 processes running of frp type [2025-12-28,02:20:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,02:20:23.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,02:35:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,02:35:24.494] [DEBUG] 6 processes running of frp type [2025-12-28,02:50:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,02:50:24.202] [DEBUG] 6 processes running of frp type [2025-12-28,03:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,03:05:24.010] [DEBUG] 6 processes running of frp type [2025-12-28,03:20:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,03:20:23.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,03:35:17.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,03:35:23.782] [DEBUG] 6 processes running of frp type 2025-12-28 03:39:57.266 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 03:40:02.304 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-28 03:40:02.305 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-28 03:40:02.888 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-28 03:42:11.706 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 03:42:21.708 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 03:42:21.709 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 03:42:31.710 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 03:42:31.711 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 03:42:32.982 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-28 03:42:32.984 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-28 03:42:33.315 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success 2025-12-28 03:47:50.445 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 03:47:54.756 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-28 03:47:54.757 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-28 03:47:55.094 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-28,03:50:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,03:50:24.354] [DEBUG] 6 processes running of frp type [2025-12-28,04:05:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,04:05:24.313] [DEBUG] 6 processes running of frp type 2025-12-28 04:06:46.270 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 04:06:47.432 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:06:47.433 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 04:06:47.439 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:06:51.848 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 04:06:51.852 [W] [client/service.go:297] [f527b0044d6521e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:07:00.850 [I] [client/service.go:294] [f527b0044d6521e1] try to connect to server... 2025-12-28 04:07:01.779 [I] [client/service.go:286] [f527b0044d6521e1] login to server success, get run id [f527b0044d6521e1] 2025-12-28 04:07:01.780 [I] [proxy/proxy_manager.go:173] [f527b0044d6521e1] proxy added: [DTN57CC5599] 2025-12-28 04:07:02.090 [I] [client/control.go:168] [f527b0044d6521e1] [DTN57CC5599] start proxy success [2025-12-28,04:20:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,04:20:24.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,04:35:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,04:35:24.329] [DEBUG] 6 processes running of frp type [2025-12-28,04:50:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,04:50:24.472] [DEBUG] 6 processes running of frp type [2025-12-28,05:05:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,05:05:24.528] [DEBUG] 6 processes running of frp type [2025-12-28,05:20:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,05:20:24.615] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,05:35:18.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,05:35:24.808] [DEBUG] 6 processes running of frp type [2025-12-28,05:50:17.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,05:50:23.714] [DEBUG] 6 processes running of frp type [2025-12-28,06:05:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,06:05:25.116] [DEBUG] 6 processes running of frp type [2025-12-28,06:20:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,06:20:26.482] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,06:30:40.867] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,06:30:40.872] [INFO] LocationSqlManager initialising [2025-12-28,06:30:40.873] [INFO] Location DB initialising [2025-12-28,06:30:40.882] [INFO] LocationSqlManager initialisation complete [2025-12-28,06:30:40.883] [DEBUG] UploadManager Init [2025-12-28,06:30:40.884] [DEBUG] UploadManager Init Complete [2025-12-28,06:30:40.889] [INFO] Initializing GPS... [2025-12-28,06:30:40.892] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,06:32:44.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,06:32:52.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-28,06:33:32.675] [DEBUG] Log Upload Complete! [2025-12-28,06:35:44.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,06:35:52.029] [DEBUG] Remote Access Enabled [2025-12-28,06:36:00.832] [INFO] Server Address: 138.201.17.179 [2025-12-28,06:36:00.833] [INFO] Server Port: 7000 [2025-12-28,06:36:00.838] [DEBUG] Starting Remote Access! 2025-12-28 06:36:00.967 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-28 06:36:00.967 [I] [client/service.go:294] try to connect to server... 2025-12-28 06:36:01.998 [I] [client/service.go:286] [514b62a11c295260] login to server success, get run id [514b62a11c295260] 2025-12-28 06:36:01.999 [I] [proxy/proxy_manager.go:173] [514b62a11c295260] proxy added: [DTN57CC5599] 2025-12-28 06:36:02.299 [I] [client/control.go:168] [514b62a11c295260] [DTN57CC5599] start proxy success [2025-12-28,06:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,06:50:24.206] [DEBUG] 6 processes running of frp type [2025-12-28,07:05:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,07:05:25.966] [DEBUG] 6 processes running of frp type [2025-12-28,07:20:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,07:20:23.789] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,07:35:18.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,07:35:33.771] [DEBUG] 6 processes running of frp type [2025-12-28,07:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,07:50:24.519] [DEBUG] 6 processes running of frp type [2025-12-28,08:02:18.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,08:02:30.230] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-28,08:02:50.986] [DEBUG] Log Upload Complete! [2025-12-28,08:05:18.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,08:05:25.364] [DEBUG] 6 processes running of frp type [2025-12-28,08:20:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,08:20:24.505] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,08:35:22.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,08:35:29.708] [DEBUG] 6 processes running of frp type 2025-12-28 08:43:35.195 [I] [client/service.go:294] [514b62a11c295260] try to connect to server... 2025-12-28 08:43:43.792 [I] [client/service.go:286] [514b62a11c295260] login to server success, get run id [514b62a11c295260] 2025-12-28 08:43:43.794 [I] [proxy/proxy_manager.go:173] [514b62a11c295260] proxy added: [DTN57CC5599] 2025-12-28 08:43:44.104 [I] [client/control.go:168] [514b62a11c295260] [DTN57CC5599] start proxy success [2025-12-28,08:50:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,08:50:23.548] [DEBUG] 6 processes running of frp type [2025-12-28,09:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,09:05:24.964] [DEBUG] 6 processes running of frp type [2025-12-28,09:20:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,09:20:24.133] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,09:35:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,09:35:24.630] [DEBUG] 6 processes running of frp type [2025-12-28,09:50:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,09:50:24.143] [DEBUG] 6 processes running of frp type [2025-12-28,10:05:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,10:05:24.401] [DEBUG] 6 processes running of frp type [2025-12-28,10:20:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,10:20:24.644] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,10:35:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,10:35:24.259] [DEBUG] 6 processes running of frp type [2025-12-28,10:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,10:50:26.372] [DEBUG] 6 processes running of frp type [2025-12-28,11:05:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,11:05:24.495] [DEBUG] 6 processes running of frp type [2025-12-28,11:20:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,11:20:24.648] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,11:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,11:35:24.811] [DEBUG] 6 processes running of frp type [2025-12-28,11:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,11:50:24.319] [DEBUG] 6 processes running of frp type [2025-12-28,12:05:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,12:05:24.407] [DEBUG] 6 processes running of frp type 2025-12-28 12:06:56.624 [I] [client/service.go:294] [514b62a11c295260] try to connect to server... 2025-12-28 12:06:56.628 [W] [client/service.go:297] [514b62a11c295260] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 12:06:58.823 [I] [client/service.go:294] [514b62a11c295260] try to connect to server... 2025-12-28 12:06:58.827 [W] [client/service.go:297] [514b62a11c295260] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 12:07:03.626 [I] [client/service.go:294] [514b62a11c295260] try to connect to server... 2025-12-28 12:07:03.680 [W] [client/service.go:297] [514b62a11c295260] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 12:07:14.225 [I] [client/service.go:294] [514b62a11c295260] try to connect to server... 2025-12-28 12:07:15.134 [I] [client/service.go:286] [514b62a11c295260] login to server success, get run id [514b62a11c295260] 2025-12-28 12:07:15.135 [I] [proxy/proxy_manager.go:173] [514b62a11c295260] proxy added: [DTN57CC5599] 2025-12-28 12:07:15.483 [I] [client/control.go:168] [514b62a11c295260] [DTN57CC5599] start proxy success [2025-12-28,12:20:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,12:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,12:35:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,12:35:24.349] [DEBUG] 6 processes running of frp type [2025-12-28,12:50:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,12:50:24.009] [DEBUG] 6 processes running of frp type [2025-12-28,13:05:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,13:05:24.106] [DEBUG] 6 processes running of frp type [2025-12-28,13:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,13:20:23.925] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,13:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,13:35:24.142] [DEBUG] 6 processes running of frp type [2025-12-28,13:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,13:50:24.200] [DEBUG] 6 processes running of frp type [2025-12-28,14:05:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,14:05:24.201] [DEBUG] 6 processes running of frp type [2025-12-28,14:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,14:20:23.998] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,14:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,14:35:23.978] [DEBUG] 6 processes running of frp type [2025-12-28,14:50:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,14:50:24.807] [DEBUG] 6 processes running of frp type [2025-12-28,15:05:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,15:05:23.585] [DEBUG] 6 processes running of frp type [2025-12-28,15:20:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,15:20:24.929] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,15:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,15:35:24.361] [DEBUG] 6 processes running of frp type [2025-12-28,15:50:16.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,15:50:23.648] [DEBUG] 6 processes running of frp type [2025-12-28,16:05:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,16:05:24.701] [DEBUG] 6 processes running of frp type [2025-12-28,16:20:19.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,16:20:26.120] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,16:35:18.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,16:35:24.816] [DEBUG] 6 processes running of frp type [2025-12-28,16:50:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,16:50:25.812] [DEBUG] 6 processes running of frp type [2025-12-28,17:05:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,17:05:23.782] [DEBUG] 6 processes running of frp type [2025-12-28,17:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,17:20:23.752] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,17:35:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,17:35:23.713] [DEBUG] 6 processes running of frp type [2025-12-28,17:50:20.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,17:50:26.878] [DEBUG] 6 processes running of frp type [2025-12-28,18:05:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,18:05:23.740] [DEBUG] 6 processes running of frp type [2025-12-28,18:20:16.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,18:20:23.603] [DEBUG] 6 processes running of frp type [2025-12-28,18:25:41.887] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,18:25:41.893] [INFO] LocationSqlManager initialising [2025-12-28,18:25:41.894] [INFO] Location DB initialising [2025-12-28,18:25:41.905] [INFO] LocationSqlManager initialisation complete [2025-12-28,18:25:41.905] [DEBUG] UploadManager Init [2025-12-28,18:25:41.906] [DEBUG] UploadManager Init Complete [2025-12-28,18:25:41.909] [INFO] Initializing GPS... [2025-12-28,18:25:41.911] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,18:27:44.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,18:27:55.842] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-28,18:28:18.046] [DEBUG] Log Upload Complete! [2025-12-28,18:30:45.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,18:30:51.983] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-28,18:30:58.226] [DEBUG] Remote Access Enabled [2025-12-28,18:31:09.346] [INFO] Server Address: 138.201.17.179 [2025-12-28,18:31:09.347] [INFO] Server Port: 7000 [2025-12-28,18:31:09.352] [DEBUG] Starting Remote Access! 2025-12-28 18:31:09.469 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-28 18:31:09.470 [I] [client/service.go:294] try to connect to server... 2025-12-28 18:31:10.536 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 18:31:10.537 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 18:31:10.834 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 18:31:49.859 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:32:07.211 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: i/o deadline reached 2025-12-28 18:32:07.212 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:32:09.277 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 18:32:09.279 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 18:32:09.644 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 18:32:48.167 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:32:54.327 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 18:32:54.329 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 18:32:54.644 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,18:35:19.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,18:35:26.393] [DEBUG] 6 processes running of frp type 2025-12-28 18:45:08.186 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:45:11.617 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 18:45:11.619 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 18:45:12.007 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 18:47:57.516 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:48:07.519 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:48:07.520 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:48:17.521 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:48:17.521 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:48:27.523 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:48:27.523 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:48:37.525 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:48:37.525 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:48:46.736 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 18:48:46.737 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 18:48:47.054 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,18:50:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,18:50:24.163] [DEBUG] 6 processes running of frp type 2025-12-28 18:51:27.619 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:51:30.085 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 18:51:30.087 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 18:51:31.149 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 18:52:07.922 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:52:17.925 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:52:17.925 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:52:27.927 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:52:27.927 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:52:38.230 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: connection write timeout 2025-12-28 18:52:38.230 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:52:38.233 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:52:56.678 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:52:56.683 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:53:16.685 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:53:16.689 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:53:36.691 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:53:36.694 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:53:56.695 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:53:56.700 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:54:16.701 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:54:16.706 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:54:36.707 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:54:46.709 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 18:55:06.710 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:55:06.714 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:55:26.715 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:55:26.721 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:55:46.722 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:55:46.728 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:56:06.729 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:56:06.746 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:56:26.747 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:56:28.471 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:56:48.473 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:56:48.478 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:57:08.479 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:57:08.483 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:57:28.484 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:57:28.490 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:57:48.491 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:57:48.499 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:58:08.500 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:58:08.506 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:58:28.508 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:58:28.518 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:58:48.520 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:58:48.524 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:59:08.524 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:59:08.531 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:59:28.532 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:59:28.541 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 18:59:48.542 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 18:59:48.557 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:00:08.557 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:00:08.566 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:00:28.567 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:00:28.573 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:00:48.573 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:00:48.584 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:01:08.585 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:01:08.590 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:01:28.591 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:01:28.601 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:01:48.602 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:01:48.627 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:02:08.628 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:02:15.876 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:02:35.878 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:02:35.886 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:02:55.887 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:02:55.936 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:03:15.937 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:03:15.943 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:03:35.944 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:03:43.129 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:04:03.130 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:04:03.141 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:04:23.142 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:04:23.146 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:04:43.148 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:04:43.154 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:05:03.154 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:05:03.162 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:05:23.163 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:05:23.170 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:05:43.171 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:05:50.276 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:06:10.277 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:06:10.325 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:06:30.327 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:06:30.331 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:06:50.332 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:06:50.337 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:07:10.338 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:07:10.342 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:07:30.343 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:07:30.349 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:07:50.351 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:08:00.353 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:08:20.354 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:08:20.358 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:08:40.359 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:08:40.363 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:09:00.364 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:09:00.371 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:09:20.373 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:09:20.381 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:09:40.382 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:09:40.399 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:10:00.401 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:10:10.403 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:10:30.405 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:10:30.409 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:10:50.410 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:10:50.414 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:11:10.415 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:11:10.433 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:11:30.434 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:11:37.582 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:11:57.583 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:11:57.590 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:12:17.591 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:12:17.597 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:12:37.598 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:12:37.602 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:12:57.604 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:13:05.868 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:13:25.870 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:13:25.882 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:13:45.884 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:13:45.888 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:14:05.889 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:14:05.894 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:14:25.896 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:14:25.899 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:14:45.900 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:14:45.915 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:15:05.916 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:15:05.925 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:15:25.926 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:15:25.929 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:15:45.931 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:15:45.937 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:16:05.938 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:16:05.946 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:16:25.947 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:16:25.953 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:16:45.954 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:16:45.957 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:17:05.959 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:17:05.964 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:17:25.965 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:17:25.969 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:17:45.970 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:17:45.975 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:18:05.976 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:18:07.000 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:18:27.002 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:18:27.005 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:18:47.006 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:18:47.010 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:19:07.011 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:19:07.015 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:19:27.017 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:19:27.028 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:19:47.029 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:19:47.035 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:20:07.037 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:20:17.039 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:20:37.040 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:20:37.055 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:20:57.056 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:20:57.060 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:21:17.062 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:21:17.067 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:21:37.068 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:21:37.074 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:21:57.074 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:21:57.084 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:22:17.085 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:22:17.094 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:22:37.095 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:22:37.124 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:22:57.126 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:22:57.134 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:23:17.135 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:23:17.142 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:23:37.143 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:23:37.154 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:23:57.156 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:23:57.213 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:24:17.214 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:24:17.217 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:24:37.219 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:24:37.241 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:24:57.243 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:24:57.250 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:25:17.252 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:25:17.256 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:25:37.256 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:25:38.277 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:25:58.278 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:25:58.282 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-28 19:26:18.284 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:26:18.296 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:26:38.297 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:26:48.299 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:27:08.300 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:27:08.308 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:27:28.309 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:27:28.314 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:27:48.315 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:27:48.318 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:28:08.319 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:28:08.334 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:28:28.336 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:28:28.354 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:28:48.355 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:28:58.358 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:29:18.359 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:29:18.362 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:29:38.362 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:29:38.368 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:29:58.370 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:29:58.374 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:30:18.376 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:30:18.378 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:30:38.379 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:30:38.386 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:30:58.386 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:30:58.391 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:31:18.392 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:31:18.398 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:31:38.398 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:31:38.404 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:31:58.405 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:31:58.409 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:32:18.410 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:32:18.413 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:32:38.414 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:32:38.419 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:32:58.419 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:32:58.423 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:33:18.424 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:33:18.445 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:33:38.447 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:33:38.451 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:33:58.452 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:33:58.456 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:34:18.457 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:34:18.463 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:34:38.465 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:34:38.471 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:34:58.472 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:34:58.476 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:35:18.477 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:35:18.480 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:35:38.481 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:35:38.487 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:35:58.488 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:36:08.490 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:36:28.492 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:36:28.498 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:36:48.499 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:36:48.506 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:37:08.507 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:37:08.509 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:37:28.510 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:37:28.516 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:37:48.517 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:37:48.523 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:38:08.524 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:38:18.526 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:38:38.527 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:38:38.531 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:38:58.532 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:38:58.536 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:39:18.538 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:39:18.542 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:39:38.543 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:39:38.553 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:39:58.554 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:39:58.562 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:40:18.563 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:40:18.566 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:40:38.568 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:40:38.575 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:40:58.577 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:40:58.581 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:41:18.583 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:41:18.587 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:41:38.588 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:41:38.591 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:41:58.593 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:41:59.660 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:42:19.661 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:42:19.670 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:42:39.671 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:42:42.755 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:43:02.757 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:43:02.761 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:43:22.762 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:43:22.766 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:43:42.766 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:43:42.777 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:44:02.778 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:44:02.782 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:44:22.783 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:44:22.786 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:44:42.788 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:44:42.793 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:45:02.794 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:45:02.797 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:45:22.798 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:45:32.800 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:45:52.801 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:45:52.806 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:46:12.807 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:46:12.814 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:46:32.815 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:46:32.840 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:46:52.841 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:46:52.847 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:47:12.849 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:47:12.874 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:47:32.875 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:47:42.877 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:48:02.878 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:48:02.886 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:48:22.887 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:48:22.892 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:48:42.893 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:48:42.931 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:49:02.932 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:49:02.938 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:49:22.940 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:49:22.943 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:49:42.944 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:49:42.951 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:50:02.952 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:50:02.957 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:50:22.959 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:50:22.963 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:50:42.965 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:50:42.979 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:51:02.980 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:51:02.983 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:51:22.985 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:51:22.989 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:51:42.990 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:51:42.996 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:52:02.997 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:52:04.030 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:52:24.031 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:52:24.035 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:52:44.036 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:52:44.041 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:53:04.042 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:53:04.046 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:53:24.047 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:53:24.090 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:53:44.092 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:53:44.098 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 19:54:04.100 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:54:14.101 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 19:54:34.103 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 19:54:35.098 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 19:54:35.099 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 19:54:35.719 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 20:03:19.596 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:03:27.112 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 20:03:27.114 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 20:03:27.417 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 20:04:32.416 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:04:42.418 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:04:42.419 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:04:52.421 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:04:52.421 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:05:01.751 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 20:05:01.752 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 20:05:03.914 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,20:05:19.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-28 20:14:30.256 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:14:40.258 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:14:40.259 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:14:50.260 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:14:50.261 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:15:00.262 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:15:00.262 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:15:01.701 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 20:15:01.702 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 20:15:02.078 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,20:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,20:20:24.462] [DEBUG] 6 processes running of frp type 2025-12-28 20:23:23.397 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:23:33.399 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:23:33.400 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:23:43.402 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:23:43.402 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:23:53.404 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:23:53.404 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:24:03.406 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 20:24:03.407 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 20:24:14.822 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 20:24:14.824 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 20:24:16.834 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,20:35:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,20:35:23.779] [DEBUG] 6 processes running of frp type [2025-12-28,20:50:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,20:50:24.533] [DEBUG] 6 processes running of frp type [2025-12-28,21:05:17.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,21:05:24.569] [DEBUG] 6 processes running of frp type [2025-12-28,21:20:18.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,21:20:24.923] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-28 21:32:24.814 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:32:34.817 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 21:32:34.818 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:32:44.819 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 21:32:44.820 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:32:54.821 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 21:32:54.821 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:33:04.823 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 21:33:04.824 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:33:14.826 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 21:33:34.828 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:33:44.830 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 21:34:04.832 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:34:05.801 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 21:34:05.802 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 21:34:06.093 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,21:35:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,21:35:23.955] [DEBUG] 6 processes running of frp type 2025-12-28 21:43:21.993 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 21:43:26.438 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 21:43:26.440 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 21:43:26.740 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,21:50:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,21:50:26.983] [DEBUG] 6 processes running of frp type [2025-12-28,22:05:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,22:05:24.152] [DEBUG] 6 processes running of frp type [2025-12-28,22:20:24.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,22:35:17.295] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,22:35:23.904] [DEBUG] 6 processes running of frp type [2025-12-28,22:50:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,22:50:24.654] [DEBUG] 6 processes running of frp type [2025-12-28,23:05:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,23:05:24.879] [DEBUG] 6 processes running of frp type 2025-12-28 23:09:01.371 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 23:09:06.395 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 23:09:06.396 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 23:09:11.543 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-28 23:10:46.078 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 23:10:56.080 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 23:10:56.081 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 23:11:06.083 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 23:11:06.083 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 23:11:16.085 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 23:11:16.086 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-28 23:11:20.423 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-28 23:11:20.425 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-28 23:11:20.729 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-28,23:20:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,23:20:24.814] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,23:35:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,23:35:23.974] [DEBUG] 6 processes running of frp type [2025-12-28,23:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-28,23:50:24.249] [DEBUG] 6 processes running of frp type [2025-12-29,00:05:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,00:05:24.262] [DEBUG] 6 processes running of frp type [2025-12-29,00:20:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,00:20:24.150] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,00:35:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,00:35:24.364] [DEBUG] 6 processes running of frp type [2025-12-29,00:50:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,00:50:24.754] [DEBUG] 6 processes running of frp type [2025-12-29,01:05:17.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,01:05:23.658] [DEBUG] 6 processes running of frp type [2025-12-29,01:20:17.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,01:20:24.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,01:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,01:35:25.054] [DEBUG] 6 processes running of frp type [2025-12-29,01:50:17.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,01:50:23.634] [DEBUG] 6 processes running of frp type [2025-12-29,02:05:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,02:05:24.545] [DEBUG] 6 processes running of frp type [2025-12-29,02:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,02:20:24.478] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,02:35:19.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,02:35:27.102] [DEBUG] 6 processes running of frp type 2025-12-29 02:36:30.886 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 02:36:31.926 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-29 02:36:31.927 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-29 02:36:32.244 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-29,02:50:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,02:50:24.153] [DEBUG] 6 processes running of frp type [2025-12-29,03:05:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,03:05:24.000] [DEBUG] 6 processes running of frp type [2025-12-29,03:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,03:20:24.009] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,03:35:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,03:35:24.603] [DEBUG] 6 processes running of frp type [2025-12-29,03:50:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,03:50:24.623] [DEBUG] 6 processes running of frp type [2025-12-29,04:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,04:05:24.371] [DEBUG] 6 processes running of frp type 2025-12-29 04:06:47.496 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 04:06:47.532 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 04:06:49.535 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 04:06:49.549 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 04:06:53.613 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 04:06:53.617 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 04:07:01.942 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 04:07:02.986 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-29 04:07:02.988 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-29 04:07:03.318 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success 2025-12-29 04:08:12.663 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 04:08:17.120 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-29 04:08:17.121 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-29 04:08:17.748 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-29,04:20:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,04:20:24.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,04:35:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,04:35:24.188] [DEBUG] 6 processes running of frp type [2025-12-29,04:50:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,04:50:24.680] [DEBUG] 6 processes running of frp type [2025-12-29,05:05:18.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,05:05:24.782] [DEBUG] 6 processes running of frp type 2025-12-29 05:19:47.701 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 05:19:57.703 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 05:19:57.704 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 05:20:07.705 [W] [client/service.go:297] [ff2398f3e86cccf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 05:20:07.706 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 05:20:08.701 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-29 05:20:08.703 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-29 05:20:09.010 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-29,05:20:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,05:20:23.687] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,05:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,05:35:23.955] [DEBUG] 6 processes running of frp type [2025-12-29,05:50:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,05:50:24.653] [DEBUG] 6 processes running of frp type 2025-12-29 06:02:16.422 [I] [client/service.go:294] [ff2398f3e86cccf7] try to connect to server... 2025-12-29 06:02:20.667 [I] [client/service.go:286] [ff2398f3e86cccf7] login to server success, get run id [ff2398f3e86cccf7] 2025-12-29 06:02:20.668 [I] [proxy/proxy_manager.go:173] [ff2398f3e86cccf7] proxy added: [DTN57CC5599] 2025-12-29 06:02:21.078 [I] [client/control.go:168] [ff2398f3e86cccf7] [DTN57CC5599] start proxy success [2025-12-29,06:05:18.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,06:05:24.767] [DEBUG] 6 processes running of frp type [2025-12-29,06:20:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,06:20:23.744] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,06:30:41.068] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,06:30:41.073] [INFO] LocationSqlManager initialising [2025-12-29,06:30:41.074] [INFO] Location DB initialising [2025-12-29,06:30:41.083] [INFO] LocationSqlManager initialisation complete [2025-12-29,06:30:41.083] [DEBUG] UploadManager Init [2025-12-29,06:30:41.084] [DEBUG] UploadManager Init Complete [2025-12-29,06:30:41.086] [INFO] Initializing GPS... [2025-12-29,06:30:41.088] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,06:32:44.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,06:32:51.388] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-29,06:33:03.117] [DEBUG] Log Upload Complete! [2025-12-29,06:35:44.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,06:35:51.690] [DEBUG] Remote Access Enabled [2025-12-29,06:35:58.242] [INFO] Server Address: 138.201.17.179 [2025-12-29,06:35:58.243] [INFO] Server Port: 7000 [2025-12-29,06:35:58.248] [DEBUG] Starting Remote Access! 2025-12-29 06:35:58.382 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-29 06:35:58.383 [I] [client/service.go:294] try to connect to server... 2025-12-29 06:35:59.292 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 06:35:59.293 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 06:35:59.595 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,06:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,06:50:25.213] [DEBUG] 6 processes running of frp type [2025-12-29,07:05:17.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,07:05:23.811] [DEBUG] 6 processes running of frp type [2025-12-29,07:20:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,07:20:23.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,07:35:17.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,07:35:23.768] [DEBUG] 6 processes running of frp type [2025-12-29,07:50:17.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,07:50:23.813] [DEBUG] 6 processes running of frp type [2025-12-29,08:02:17.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,08:02:24.020] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-29,08:02:46.420] [DEBUG] Log Upload Complete! [2025-12-29,08:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,08:05:23.936] [DEBUG] 6 processes running of frp type [2025-12-29,08:20:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,08:20:23.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-29 08:27:16.418 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:27:25.230 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 08:27:25.232 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 08:27:25.536 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,08:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,08:35:24.214] [DEBUG] 6 processes running of frp type 2025-12-29 08:45:48.638 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:45:58.640 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:45:58.641 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:46:08.642 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:46:08.643 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:46:18.645 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:46:18.645 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:46:28.647 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:46:28.648 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:46:38.650 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:46:58.652 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:47:08.654 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:47:28.656 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:47:28.716 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 08:47:48.717 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:47:50.194 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 08:47:50.196 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 08:47:50.566 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,08:50:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,08:50:24.623] [DEBUG] 6 processes running of frp type 2025-12-29 08:56:04.247 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:56:14.249 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:56:14.249 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:56:24.251 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:56:24.252 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:56:34.253 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:56:34.254 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:56:44.255 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:56:44.256 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:56:54.257 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:57:14.259 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:57:18.902 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 08:57:18.904 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 08:57:19.233 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success 2025-12-29 08:58:59.370 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:59:09.372 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:59:09.373 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:59:19.375 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:59:19.375 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:59:29.377 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:59:29.378 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 08:59:39.381 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 08:59:59.382 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:00:09.384 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:00:29.386 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:00:39.388 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:00:59.390 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:01:09.392 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:01:29.394 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:01:39.396 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:01:59.397 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:01:59.403 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:02:19.404 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:02:19.411 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:02:39.412 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:02:39.415 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:02:59.416 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:02:59.423 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:03:19.424 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:03:19.430 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:03:39.431 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:03:39.436 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:03:59.437 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:03:59.445 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:04:19.446 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:04:19.451 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:04:39.453 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:04:40.422 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 09:04:40.423 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 09:04:40.731 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,09:05:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,09:05:24.917] [DEBUG] 6 processes running of frp type 2025-12-29 09:12:24.641 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:12:34.643 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:12:34.644 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:12:44.646 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:12:44.647 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:12:54.648 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:12:54.649 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:13:04.651 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:13:24.652 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:13:34.654 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:13:54.656 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:14:04.657 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:14:24.659 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:14:34.661 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:14:54.663 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:15:04.665 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:15:24.667 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:15:24.672 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:15:44.673 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:15:44.677 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:16:04.679 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:16:04.683 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:16:24.684 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:16:24.696 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:16:44.698 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:16:44.703 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 09:17:04.704 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:17:14.706 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:17:34.707 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:17:44.709 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:18:04.711 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:18:14.714 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:18:34.715 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:18:44.717 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 09:19:04.719 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:19:05.656 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 09:19:05.657 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 09:19:05.983 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,09:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,09:20:24.071] [DEBUG] 6 processes running of frp type 2025-12-29 09:22:16.543 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 09:22:17.419 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 09:22:17.420 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 09:22:17.711 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,09:35:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,09:35:24.619] [DEBUG] 6 processes running of frp type [2025-12-29,09:50:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,09:50:24.379] [DEBUG] 6 processes running of frp type [2025-12-29,10:05:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,10:05:24.937] [DEBUG] 6 processes running of frp type [2025-12-29,10:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,10:20:24.231] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,10:35:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,10:35:24.925] [DEBUG] 6 processes running of frp type [2025-12-29,10:50:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,10:50:24.767] [DEBUG] 6 processes running of frp type [2025-12-29,11:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,11:05:24.228] [DEBUG] 6 processes running of frp type [2025-12-29,11:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,11:20:24.461] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,11:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,11:35:24.363] [DEBUG] 6 processes running of frp type [2025-12-29,11:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,11:50:24.769] [DEBUG] 6 processes running of frp type [2025-12-29,12:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,12:05:24.602] [DEBUG] 6 processes running of frp type [2025-12-29,12:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,12:20:24.917] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,12:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,12:35:24.286] [DEBUG] 6 processes running of frp type [2025-12-29,12:50:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,12:50:24.738] [DEBUG] 6 processes running of frp type [2025-12-29,13:05:16.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,13:05:23.651] [DEBUG] 6 processes running of frp type [2025-12-29,13:20:16.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,13:20:23.817] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,13:35:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,13:35:24.620] [DEBUG] 6 processes running of frp type [2025-12-29,13:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,13:50:24.739] [DEBUG] 6 processes running of frp type [2025-12-29,14:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,14:05:24.066] [DEBUG] 6 processes running of frp type [2025-12-29,14:20:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,14:20:24.134] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,14:35:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,14:35:25.254] [DEBUG] 6 processes running of frp type [2025-12-29,14:50:18.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,14:50:25.783] [DEBUG] 6 processes running of frp type [2025-12-29,15:05:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,15:05:23.966] [DEBUG] 6 processes running of frp type [2025-12-29,15:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,15:20:23.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,15:35:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,15:35:25.336] [DEBUG] 6 processes running of frp type [2025-12-29,15:50:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,15:50:24.448] [DEBUG] 6 processes running of frp type [2025-12-29,16:05:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,16:05:24.938] [DEBUG] 6 processes running of frp type [2025-12-29,16:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,16:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,16:35:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,16:35:24.289] [DEBUG] 6 processes running of frp type [2025-12-29,16:50:22.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,16:50:29.709] [DEBUG] 6 processes running of frp type [2025-12-29,17:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,17:05:24.289] [DEBUG] 6 processes running of frp type 2025-12-29 17:16:49.667 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:16:50.694 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 17:16:50.695 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:16:50.698 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 17:16:55.068 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:16:55.072 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 17:17:03.836 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:17:05.544 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 17:17:05.547 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 17:17:05.858 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,17:20:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,17:20:24.325] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,17:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,17:35:25.121] [DEBUG] 6 processes running of frp type 2025-12-29 17:45:06.779 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:45:16.782 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 17:45:16.783 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:45:26.784 [W] [client/service.go:297] [bba401ef312a2194] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 17:45:26.785 [I] [client/service.go:294] [bba401ef312a2194] try to connect to server... 2025-12-29 17:45:31.272 [I] [client/service.go:286] [bba401ef312a2194] login to server success, get run id [bba401ef312a2194] 2025-12-29 17:45:31.273 [I] [proxy/proxy_manager.go:173] [bba401ef312a2194] proxy added: [DTN57CC5599] 2025-12-29 17:45:31.904 [I] [client/control.go:168] [bba401ef312a2194] [DTN57CC5599] start proxy success [2025-12-29,17:50:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,17:50:24.771] [DEBUG] 6 processes running of frp type [2025-12-29,18:05:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,18:05:24.670] [DEBUG] 6 processes running of frp type [2025-12-29,18:20:16.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,18:20:24.190] [DEBUG] 6 processes running of frp type [2025-12-29,18:25:41.316] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,18:25:41.321] [INFO] LocationSqlManager initialising [2025-12-29,18:25:41.321] [INFO] Location DB initialising [2025-12-29,18:25:41.331] [INFO] LocationSqlManager initialisation complete [2025-12-29,18:25:41.332] [DEBUG] UploadManager Init [2025-12-29,18:25:41.333] [DEBUG] UploadManager Init Complete [2025-12-29,18:25:41.336] [INFO] Initializing GPS... [2025-12-29,18:25:41.338] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,18:27:44.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,18:27:52.537] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-29,18:28:42.663] [DEBUG] Log Upload Complete! [2025-12-29,18:30:44.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,18:30:51.839] [DEBUG] Remote Access Enabled [2025-12-29,18:30:58.486] [INFO] Server Address: 138.201.17.179 [2025-12-29,18:30:58.487] [INFO] Server Port: 7000 [2025-12-29,18:30:58.492] [DEBUG] Starting Remote Access! 2025-12-29 18:30:58.627 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-29 18:30:58.627 [I] [client/service.go:294] try to connect to server... 2025-12-29 18:30:59.758 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 18:30:59.760 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 18:31:00.080 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,18:35:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,18:35:26.848] [DEBUG] 6 processes running of frp type [2025-12-29,18:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,18:50:25.717] [DEBUG] 6 processes running of frp type [2025-12-29,19:05:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,19:05:24.640] [DEBUG] 6 processes running of frp type 2025-12-29 19:11:18.243 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:11:28.246 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:11:28.247 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:11:38.248 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:11:38.249 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:11:48.251 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:11:48.251 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:11:58.252 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:11:58.252 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:12:08.253 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:12:28.254 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:12:38.256 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:12:58.257 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:13:08.260 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:13:28.261 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:13:38.263 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:13:58.265 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:14:08.267 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:14:28.268 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:14:38.270 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:14:58.272 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:15:08.274 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:15:28.275 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:15:38.276 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 19:15:58.278 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:15:58.284 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:16:18.285 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:16:18.288 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:16:38.288 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:16:38.293 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:16:58.294 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:16:58.298 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:17:18.299 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:17:18.301 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:17:38.302 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:17:38.306 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:17:58.307 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:17:58.311 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:18:18.312 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:18:18.317 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:18:38.318 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:18:38.323 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:18:58.324 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:18:58.329 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:19:18.330 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:19:18.334 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:19:38.334 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:19:38.339 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:19:58.340 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 19:19:58.370 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 19:20:18.371 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... [2025-12-29,19:20:18.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2025-12-29 19:20:20.020 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 19:20:20.021 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 19:20:28.943 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,19:20:30.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,19:35:18.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,19:35:25.287] [DEBUG] 6 processes running of frp type [2025-12-29,19:50:18.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,19:50:25.446] [DEBUG] 6 processes running of frp type [2025-12-29,20:05:33.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,20:05:47.138] [DEBUG] 6 processes running of frp type 2025-12-29 20:06:40.996 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:06:50.998 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:06:50.999 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:07:01.000 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:07:01.000 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:07:11.002 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:07:11.003 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:07:21.004 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:07:21.004 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:07:31.006 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:07:51.007 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:08:01.009 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:08:21.010 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:08:31.012 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:08:51.014 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:09:01.016 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:09:21.017 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:09:31.019 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:09:51.020 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:09:51.025 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:10:11.027 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:10:11.034 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:10:31.036 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:10:31.041 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:10:51.043 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:10:51.047 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:11:11.048 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:11:11.051 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:11:31.052 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:11:31.057 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:11:51.059 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:11:51.064 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:12:11.064 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:12:11.070 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:12:31.072 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:12:31.077 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:12:51.078 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:12:51.083 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:13:11.084 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:13:21.086 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:13:41.088 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:13:51.090 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:14:11.091 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:14:21.093 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:14:41.095 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:14:51.097 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:15:11.098 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:15:21.100 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 20:15:41.101 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:15:41.108 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:16:01.109 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:16:01.113 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:16:21.114 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:16:21.116 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:16:41.118 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:16:41.121 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:17:01.123 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:17:01.126 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 20:17:21.127 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 20:17:22.124 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 20:17:22.125 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 20:17:22.445 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,20:20:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,20:20:24.031] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,20:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,20:35:24.091] [DEBUG] 6 processes running of frp type [2025-12-29,20:50:17.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,20:50:24.006] [DEBUG] 6 processes running of frp type [2025-12-29,21:05:24.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,21:05:32.505] [DEBUG] 6 processes running of frp type 2025-12-29 21:06:38.403 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 21:06:48.404 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 21:06:48.405 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 21:06:58.405 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 21:06:58.406 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 21:06:59.665 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 21:06:59.665 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 21:06:59.978 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,21:20:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,21:20:24.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,21:35:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,21:35:23.919] [DEBUG] 6 processes running of frp type [2025-12-29,21:50:17.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,21:50:23.659] [DEBUG] 6 processes running of frp type [2025-12-29,22:05:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,22:05:24.480] [DEBUG] 6 processes running of frp type [2025-12-29,22:20:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,22:20:33.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-29 22:30:28.453 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:30:33.124 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:30:33.126 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:30:34.134 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,22:35:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,22:35:26.257] [DEBUG] 6 processes running of frp type 2025-12-29 22:36:50.293 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:37:00.295 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:37:00.296 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:37:08.319 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:37:08.321 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:37:08.620 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success 2025-12-29 22:39:45.476 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:40:00.999 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: connection write timeout 2025-12-29 22:40:00.999 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:40:17.948 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: i/o deadline reached 2025-12-29 22:40:17.949 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:40:28.892 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:40:28.893 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:40:31.903 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success 2025-12-29 22:41:30.453 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:41:31.764 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:41:31.765 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:41:32.365 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success 2025-12-29 22:42:10.820 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:42:18.274 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: session shutdown 2025-12-29 22:42:18.275 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:42:20.740 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:42:20.741 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:42:21.076 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success 2025-12-29 22:43:28.950 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:43:38.952 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:43:38.953 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:43:52.800 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: connection write timeout 2025-12-29 22:43:52.800 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:44:02.802 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:44:02.803 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:44:12.804 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:44:12.805 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:44:27.272 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: connection write timeout 2025-12-29 22:44:47.273 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:44:52.288 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: read tcp 192.168.2.4:56826->138.201.17.179:7000: read: connection reset by peer 2025-12-29 22:45:12.290 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:45:18.608 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: session shutdown 2025-12-29 22:45:38.609 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:45:48.611 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:46:08.613 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:46:18.614 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:46:38.616 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:46:48.618 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 22:47:08.619 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:47:25.768 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:47:25.769 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:47:26.830 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,22:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,22:50:26.854] [DEBUG] 6 processes running of frp type 2025-12-29 22:55:17.233 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:55:20.063 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:55:20.064 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:55:20.468 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success 2025-12-29 22:56:28.045 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 22:56:36.470 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 22:56:36.471 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 22:56:44.014 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,23:05:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,23:05:23.555] [DEBUG] 6 processes running of frp type [2025-12-29,23:20:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,23:20:24.264] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,23:35:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,23:35:24.234] [DEBUG] 6 processes running of frp type 2025-12-29 23:49:28.760 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-29 23:49:29.623 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-29 23:49:29.625 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-29 23:49:29.931 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-29,23:50:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-29,23:50:24.292] [DEBUG] 6 processes running of frp type [2025-12-30,00:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,00:05:24.112] [DEBUG] 6 processes running of frp type [2025-12-30,00:20:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,00:20:23.805] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,00:35:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,00:35:24.198] [DEBUG] 6 processes running of frp type [2025-12-30,00:50:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,00:50:23.638] [DEBUG] 6 processes running of frp type [2025-12-30,01:05:17.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,01:05:24.526] [DEBUG] 6 processes running of frp type [2025-12-30,01:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,01:20:26.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,01:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,01:35:24.166] [DEBUG] 6 processes running of frp type [2025-12-30,01:50:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,01:50:23.640] [DEBUG] 6 processes running of frp type [2025-12-30,02:05:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,02:05:24.373] [DEBUG] 6 processes running of frp type [2025-12-30,02:20:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,02:20:24.193] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,02:35:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,02:35:24.079] [DEBUG] 6 processes running of frp type [2025-12-30,02:50:19.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,02:50:25.991] [DEBUG] 6 processes running of frp type [2025-12-30,03:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,03:05:23.715] [DEBUG] 6 processes running of frp type [2025-12-30,03:20:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,03:20:24.718] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,03:35:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,03:35:23.772] [DEBUG] 6 processes running of frp type 2025-12-30 03:41:52.179 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-30 03:41:53.130 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-30 03:41:53.131 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-30 03:41:53.477 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-30,03:50:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,03:50:24.390] [DEBUG] 6 processes running of frp type [2025-12-30,04:05:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,04:05:24.117] [DEBUG] 6 processes running of frp type 2025-12-30 04:06:39.097 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-30 04:06:40.421 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:06:40.422 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-30 04:06:43.461 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:06:43.462 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-30 04:06:46.500 [W] [client/service.go:297] [7960a23678d09ed8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:06:56.769 [I] [client/service.go:294] [7960a23678d09ed8] try to connect to server... 2025-12-30 04:07:07.155 [I] [client/service.go:286] [7960a23678d09ed8] login to server success, get run id [7960a23678d09ed8] 2025-12-30 04:07:07.157 [I] [proxy/proxy_manager.go:173] [7960a23678d09ed8] proxy added: [DTN57CC5599] 2025-12-30 04:07:07.486 [I] [client/control.go:168] [7960a23678d09ed8] [DTN57CC5599] start proxy success [2025-12-30,04:20:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,04:20:23.867] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,04:35:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,04:35:23.595] [DEBUG] 6 processes running of frp type [2025-12-30,04:50:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,04:50:23.823] [DEBUG] 6 processes running of frp type [2025-12-30,05:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,05:05:23.790] [DEBUG] 6 processes running of frp type [2025-12-30,05:20:17.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,05:20:23.680] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,05:35:18.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,05:35:25.090] [DEBUG] 6 processes running of frp type [2025-12-30,05:50:17.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,05:50:23.734] [DEBUG] 6 processes running of frp type [2025-12-30,06:05:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,06:05:29.443] [DEBUG] 6 processes running of frp type [2025-12-30,06:20:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,06:20:24.686] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,06:30:40.844] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,06:30:40.850] [INFO] LocationSqlManager initialising [2025-12-30,06:30:40.850] [INFO] Location DB initialising [2025-12-30,06:30:40.859] [INFO] LocationSqlManager initialisation complete [2025-12-30,06:30:40.860] [DEBUG] UploadManager Init [2025-12-30,06:30:40.860] [DEBUG] UploadManager Init Complete [2025-12-30,06:30:40.863] [INFO] Initializing GPS... [2025-12-30,06:30:40.865] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,06:32:44.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,06:32:51.257] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-30,06:33:05.225] [DEBUG] Log Upload Complete! [2025-12-30,06:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,06:50:25.063] [DEBUG] Remote Access Enabled [2025-12-30,06:50:31.588] [INFO] Server Address: 138.201.17.179 [2025-12-30,06:50:31.589] [INFO] Server Port: 7000 [2025-12-30,06:50:31.598] [DEBUG] Starting Remote Access! 2025-12-30 06:50:31.744 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 06:50:31.744 [I] [client/service.go:294] try to connect to server... 2025-12-30 06:50:32.659 [I] [client/service.go:286] [2857081233b47750] login to server success, get run id [2857081233b47750] 2025-12-30 06:50:32.660 [I] [proxy/proxy_manager.go:173] [2857081233b47750] proxy added: [DTN57CC5599] 2025-12-30 06:50:32.969 [I] [client/control.go:168] [2857081233b47750] [DTN57CC5599] start proxy success [2025-12-30,07:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,07:05:24.904] [DEBUG] 6 processes running of frp type [2025-12-30,07:20:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,07:20:25.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,07:35:17.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,07:35:23.902] [DEBUG] 6 processes running of frp type [2025-12-30,07:50:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,07:50:24.281] [DEBUG] 6 processes running of frp type [2025-12-30,08:02:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,08:02:29.272] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-30,08:02:57.728] [DEBUG] Log Upload Complete! [2025-12-30,08:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,08:05:24.286] [DEBUG] 6 processes running of frp type [2025-12-30,08:20:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,08:20:24.387] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,08:35:18.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,08:35:25.123] [DEBUG] 6 processes running of frp type [2025-12-30,08:50:18.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,08:50:24.962] [DEBUG] 6 processes running of frp type [2025-12-30,09:05:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,09:05:24.375] [DEBUG] 6 processes running of frp type [2025-12-30,09:20:18.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,09:20:30.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,09:35:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,09:35:29.652] [DEBUG] 6 processes running of frp type 2025-12-30 09:42:20.041 [I] [client/service.go:294] [2857081233b47750] try to connect to server... 2025-12-30 09:42:21.465 [I] [client/service.go:286] [2857081233b47750] login to server success, get run id [2857081233b47750] 2025-12-30 09:42:21.466 [I] [proxy/proxy_manager.go:173] [2857081233b47750] proxy added: [DTN57CC5599] 2025-12-30 09:42:21.790 [I] [client/control.go:168] [2857081233b47750] [DTN57CC5599] start proxy success [2025-12-30,09:50:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,09:50:24.394] [DEBUG] 6 processes running of frp type [2025-12-30,10:05:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,10:05:24.867] [DEBUG] 6 processes running of frp type [2025-12-30,10:20:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,10:20:24.106] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,10:35:17.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,10:35:24.074] [DEBUG] 6 processes running of frp type [2025-12-30,10:50:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,10:50:24.540] [DEBUG] 6 processes running of frp type [2025-12-30,11:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,11:05:24.510] [DEBUG] 6 processes running of frp type [2025-12-30,11:20:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,11:20:25.058] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,11:35:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,11:35:24.449] [DEBUG] 6 processes running of frp type [2025-12-30,11:50:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,11:50:23.659] [DEBUG] 6 processes running of frp type [2025-12-30,12:05:18.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,12:05:24.937] [DEBUG] 6 processes running of frp type [2025-12-30,12:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,12:20:24.555] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,12:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,12:35:24.249] [DEBUG] 6 processes running of frp type [2025-12-30,12:50:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,12:50:24.986] [DEBUG] 6 processes running of frp type [2025-12-30,13:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,13:05:24.106] [DEBUG] 6 processes running of frp type [2025-12-30,13:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,13:20:24.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,13:35:17.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,13:35:24.959] [DEBUG] 6 processes running of frp type [2025-12-30,13:50:18.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,13:50:25.172] [DEBUG] 6 processes running of frp type [2025-12-30,14:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,14:05:24.546] [DEBUG] 6 processes running of frp type [2025-12-30,14:20:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,14:20:24.409] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,14:35:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,14:35:24.574] [DEBUG] 6 processes running of frp type [2025-12-30,14:50:18.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,14:50:24.802] [DEBUG] 6 processes running of frp type [2025-12-30,15:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,15:05:24.454] [DEBUG] 6 processes running of frp type [2025-12-30,15:20:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,15:20:24.610] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,15:35:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,15:35:24.397] [DEBUG] 6 processes running of frp type [2025-12-30,15:50:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,15:50:23.869] [DEBUG] 6 processes running of frp type [2025-12-30,16:05:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,16:05:24.265] [DEBUG] 6 processes running of frp type [2025-12-30,16:20:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,16:20:24.443] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,16:35:18.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,16:35:24.819] [DEBUG] 6 processes running of frp type [2025-12-30,16:50:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,16:50:24.098] [DEBUG] 6 processes running of frp type [2025-12-30,17:05:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,17:05:23.956] [DEBUG] 6 processes running of frp type [2025-12-30,17:20:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,17:20:23.864] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,17:35:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,17:35:24.524] [DEBUG] 6 processes running of frp type [2025-12-30,17:50:18.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,17:50:24.650] [DEBUG] 6 processes running of frp type [2025-12-30,18:05:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,18:05:24.557] [DEBUG] 6 processes running of frp type [2025-12-30,18:20:18.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,18:20:25.127] [DEBUG] 6 processes running of frp type [2025-12-30,18:25:40.713] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,18:25:40.721] [INFO] LocationSqlManager initialising [2025-12-30,18:25:40.722] [INFO] Location DB initialising [2025-12-30,18:25:40.733] [INFO] LocationSqlManager initialisation complete [2025-12-30,18:25:40.735] [DEBUG] UploadManager Init [2025-12-30,18:25:40.735] [DEBUG] UploadManager Init Complete [2025-12-30,18:25:40.740] [INFO] Initializing GPS... [2025-12-30,18:25:40.743] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,18:27:44.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,18:27:56.091] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-30,18:28:15.625] [DEBUG] Log Upload Complete! [2025-12-30,18:30:44.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,18:30:51.145] [DEBUG] Remote Access Enabled [2025-12-30,18:30:58.086] [INFO] Server Address: 138.201.17.179 [2025-12-30,18:30:58.087] [INFO] Server Port: 7000 [2025-12-30,18:30:58.092] [DEBUG] Starting Remote Access! 2025-12-30 18:30:58.229 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 18:30:58.230 [I] [client/service.go:294] try to connect to server... 2025-12-30 18:30:59.164 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-30 18:30:59.166 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-30 18:30:59.575 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-30,18:35:18.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,18:35:24.830] [DEBUG] 6 processes running of frp type [2025-12-30,18:50:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,18:50:25.232] [DEBUG] 6 processes running of frp type [2025-12-30,19:05:18.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,19:05:24.578] [DEBUG] 6 processes running of frp type [2025-12-30,19:20:16.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,19:20:23.595] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,19:35:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,19:35:24.302] [DEBUG] 6 processes running of frp type [2025-12-30,19:50:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,19:50:23.996] [DEBUG] 6 processes running of frp type [2025-12-30,20:05:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,20:05:24.762] [DEBUG] 6 processes running of frp type [2025-12-30,20:20:16.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,20:20:24.055] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,20:35:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,20:35:25.286] [DEBUG] 6 processes running of frp type 2025-12-30 20:45:23.707 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 20:45:25.302 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-30 20:45:25.304 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-30 20:45:29.372 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-30,20:50:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,20:50:25.301] [DEBUG] 6 processes running of frp type [2025-12-30,21:05:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,21:05:25.906] [DEBUG] 6 processes running of frp type [2025-12-30,21:20:17.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,21:20:24.705] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-30 21:34:05.190 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:34:15.063 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-30 21:34:15.065 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-30 21:34:15.368 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-30,21:35:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,21:35:24.145] [DEBUG] 6 processes running of frp type 2025-12-30 21:35:53.366 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:36:03.368 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:36:03.369 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:36:13.370 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:36:13.371 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:36:23.371 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:36:23.372 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:36:33.373 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:36:33.374 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:36:43.375 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:37:03.377 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:37:13.379 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:37:33.380 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:37:43.382 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 21:38:03.383 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 21:38:04.273 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-30 21:38:04.274 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-30 21:38:04.555 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-30,21:50:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,21:50:24.486] [DEBUG] 6 processes running of frp type [2025-12-30,22:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,22:05:24.613] [DEBUG] 6 processes running of frp type [2025-12-30,22:20:19.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,22:20:26.743] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-30 22:26:27.018 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-30 22:26:27.927 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-30 22:26:27.927 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-30 22:26:28.233 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-30,22:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,22:35:23.906] [DEBUG] 6 processes running of frp type [2025-12-30,22:50:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,22:50:24.476] [DEBUG] 6 processes running of frp type [2025-12-30,23:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,23:05:25.929] [DEBUG] 6 processes running of frp type [2025-12-30,23:20:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,23:20:24.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,23:35:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,23:35:24.251] [DEBUG] 6 processes running of frp type [2025-12-30,23:50:19.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-30,23:50:28.064] [DEBUG] 6 processes running of frp type [2025-12-31,00:05:20.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,00:05:27.542] [DEBUG] 6 processes running of frp type [2025-12-31,00:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,00:20:24.811] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,00:35:17.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,00:35:24.319] [DEBUG] 6 processes running of frp type [2025-12-31,00:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,00:50:24.488] [DEBUG] 6 processes running of frp type [2025-12-31,01:05:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,01:05:24.591] [DEBUG] 6 processes running of frp type [2025-12-31,01:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,01:20:24.824] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,01:35:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,01:35:23.959] [DEBUG] 6 processes running of frp type [2025-12-31,01:50:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,01:50:24.287] [DEBUG] 6 processes running of frp type [2025-12-31,02:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,02:05:26.122] [DEBUG] 6 processes running of frp type [2025-12-31,02:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,02:20:24.562] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,02:35:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,02:35:24.120] [DEBUG] 6 processes running of frp type [2025-12-31,02:50:18.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,02:50:24.965] [DEBUG] 6 processes running of frp type [2025-12-31,03:05:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,03:05:24.115] [DEBUG] 6 processes running of frp type [2025-12-31,03:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,03:20:24.068] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,03:35:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,03:35:24.616] [DEBUG] 6 processes running of frp type [2025-12-31,03:50:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,03:50:24.205] [DEBUG] 6 processes running of frp type [2025-12-31,04:05:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,04:05:24.001] [DEBUG] 6 processes running of frp type 2025-12-31 04:06:26.345 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-31 04:06:27.842 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 04:06:27.843 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-31 04:06:30.886 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 04:06:30.887 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-31 04:06:33.922 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 04:06:44.006 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-31 04:06:44.010 [W] [client/service.go:297] [f61c5a33d8c63cc5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 04:07:04.011 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-31 04:07:05.082 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-31 04:07:05.084 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-31 04:07:05.403 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-31,04:20:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,04:20:23.805] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,04:35:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,04:35:23.962] [DEBUG] 6 processes running of frp type [2025-12-31,04:50:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,04:50:24.846] [DEBUG] 6 processes running of frp type [2025-12-31,05:05:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,05:05:23.821] [DEBUG] 6 processes running of frp type [2025-12-31,05:20:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,05:20:25.481] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,05:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,05:35:23.817] [DEBUG] 6 processes running of frp type [2025-12-31,05:50:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,05:50:24.189] [DEBUG] 6 processes running of frp type 2025-12-31 06:04:36.159 [I] [client/service.go:294] [f61c5a33d8c63cc5] try to connect to server... 2025-12-31 06:04:38.589 [I] [client/service.go:286] [f61c5a33d8c63cc5] login to server success, get run id [f61c5a33d8c63cc5] 2025-12-31 06:04:38.590 [I] [proxy/proxy_manager.go:173] [f61c5a33d8c63cc5] proxy added: [DTN57CC5599] 2025-12-31 06:04:38.910 [I] [client/control.go:168] [f61c5a33d8c63cc5] [DTN57CC5599] start proxy success [2025-12-31,06:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,06:05:24.212] [DEBUG] 6 processes running of frp type [2025-12-31,06:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,06:20:24.024] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,06:30:41.230] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,06:30:41.237] [INFO] LocationSqlManager initialising [2025-12-31,06:30:41.238] [INFO] Location DB initialising [2025-12-31,06:30:41.249] [INFO] LocationSqlManager initialisation complete [2025-12-31,06:30:41.250] [DEBUG] UploadManager Init [2025-12-31,06:30:41.251] [DEBUG] UploadManager Init Complete [2025-12-31,06:30:41.255] [INFO] Initializing GPS... [2025-12-31,06:30:41.258] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,06:32:44.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,06:32:56.429] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-31,06:35:44.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,06:35:51.431] [DEBUG] Remote Access Enabled [2025-12-31,06:35:57.765] [INFO] Server Address: 138.201.17.179 [2025-12-31,06:35:57.766] [INFO] Server Port: 7000 [2025-12-31,06:35:57.771] [DEBUG] Starting Remote Access! 2025-12-31 06:35:57.902 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 06:35:57.903 [I] [client/service.go:294] try to connect to server... 2025-12-31 06:35:58.901 [I] [client/service.go:286] [2292168b55f16483] login to server success, get run id [2292168b55f16483] 2025-12-31 06:35:58.902 [I] [proxy/proxy_manager.go:173] [2292168b55f16483] proxy added: [DTN57CC5599] 2025-12-31 06:35:59.205 [I] [client/control.go:168] [2292168b55f16483] [DTN57CC5599] start proxy success [2025-12-31,06:50:18.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,06:50:25.249] [DEBUG] 6 processes running of frp type [2025-12-31,07:05:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,07:05:24.105] [DEBUG] 6 processes running of frp type [2025-12-31,07:20:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,07:20:23.927] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,07:35:17.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,07:35:24.730] [DEBUG] 6 processes running of frp type [2025-12-31,07:50:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,07:50:23.704] [DEBUG] 6 processes running of frp type [2025-12-31,08:02:18.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-31,08:05:18.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,08:05:24.894] [DEBUG] 6 processes running of frp type [2025-12-31,08:08:02.386] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,08:08:02.390] [INFO] LocationSqlManager initialising [2025-12-31,08:08:02.391] [INFO] Location DB initialising [2025-12-31,08:08:02.402] [INFO] LocationSqlManager initialisation complete [2025-12-31,08:08:02.403] [DEBUG] UploadManager Init [2025-12-31,08:08:02.404] [DEBUG] UploadManager Init Complete [2025-12-31,08:08:02.407] [INFO] Initializing GPS... [2025-12-31,08:08:02.410] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,08:21:39.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,08:21:46.439] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-31,08:22:09.773] [DEBUG] Log Upload Complete! [2025-12-31,08:24:39.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,08:24:46.383] [DEBUG] Remote Access Enabled [2025-12-31,08:24:52.648] [INFO] Server Address: 138.201.17.179 [2025-12-31,08:24:52.649] [INFO] Server Port: 7000 [2025-12-31,08:24:52.655] [DEBUG] Starting Remote Access! 2025-12-31 08:24:52.785 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 08:24:52.786 [I] [client/service.go:294] try to connect to server... 2025-12-31 08:24:53.670 [I] [client/service.go:286] [7f0d1e11e1a643bf] login to server success, get run id [7f0d1e11e1a643bf] 2025-12-31 08:24:53.670 [I] [proxy/proxy_manager.go:173] [7f0d1e11e1a643bf] proxy added: [DTN57CC5599] 2025-12-31 08:24:54.000 [I] [client/control.go:168] [7f0d1e11e1a643bf] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,08:35:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,08:35:24.048] [DEBUG] 6 processes running of frp type [2025-12-31,08:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,08:50:24.730] [DEBUG] 6 processes running of frp type [2025-12-31,09:05:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,09:05:24.323] [DEBUG] 6 processes running of frp type [2025-12-31,09:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,09:20:24.281] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,09:35:17.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,09:35:24.031] [DEBUG] 6 processes running of frp type [2025-12-31,09:50:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,09:50:24.452] [DEBUG] 6 processes running of frp type [2025-12-31,10:05:18.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,10:05:31.906] [DEBUG] 6 processes running of frp type [2025-12-31,10:20:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,10:20:23.998] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,10:35:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,10:35:24.389] [DEBUG] 6 processes running of frp type [2025-12-31,10:50:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,10:50:23.785] [DEBUG] 6 processes running of frp type [2025-12-31,11:05:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,11:05:23.740] [DEBUG] 6 processes running of frp type [2025-12-31,11:20:18.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,11:20:25.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,11:35:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,11:35:24.470] [DEBUG] 6 processes running of frp type [2025-12-31,11:50:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,11:50:24.049] [DEBUG] 6 processes running of frp type [2025-12-31,12:05:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,12:05:23.930] [DEBUG] 6 processes running of frp type [2025-12-31,12:20:17.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,12:20:23.939] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,12:35:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,12:35:24.422] [DEBUG] 6 processes running of frp type [2025-12-31,12:50:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,12:50:24.461] [DEBUG] 6 processes running of frp type [2025-12-31,13:05:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,13:05:24.709] [DEBUG] 6 processes running of frp type [2025-12-31,13:20:18.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,13:20:25.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,13:35:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,13:35:25.025] [DEBUG] 6 processes running of frp type [2025-12-31,13:50:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,13:50:24.545] [DEBUG] 6 processes running of frp type [2025-12-31,14:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,14:05:24.988] [DEBUG] 6 processes running of frp type [2025-12-31,14:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,14:20:24.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,14:35:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,14:35:25.016] [DEBUG] 6 processes running of frp type [2025-12-31,14:50:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,14:50:24.535] [DEBUG] 6 processes running of frp type [2025-12-31,15:05:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,15:05:25.015] [DEBUG] 6 processes running of frp type [2025-12-31,15:20:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,15:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,15:35:18.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,15:35:25.018] [DEBUG] 6 processes running of frp type [2025-12-31,15:50:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,15:50:24.873] [DEBUG] 6 processes running of frp type [2025-12-31,16:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,16:05:23.954] [DEBUG] 6 processes running of frp type 2025-12-31 16:19:58.895 [I] [client/service.go:294] [7f0d1e11e1a643bf] try to connect to server... 2025-12-31 16:20:00.103 [I] [client/service.go:286] [7f0d1e11e1a643bf] login to server success, get run id [7f0d1e11e1a643bf] 2025-12-31 16:20:00.105 [I] [proxy/proxy_manager.go:173] [7f0d1e11e1a643bf] proxy added: [DTN57CC5599] 2025-12-31 16:20:00.432 [I] [client/control.go:168] [7f0d1e11e1a643bf] [DTN57CC5599] start proxy success [2025-12-31,16:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,16:20:24.165] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,16:35:18.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,16:35:24.960] [DEBUG] 6 processes running of frp type [2025-12-31,16:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,16:50:24.584] [DEBUG] 6 processes running of frp type [2025-12-31,17:05:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,17:05:24.981] [DEBUG] 6 processes running of frp type [2025-12-31,17:20:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,17:20:24.197] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,17:35:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,17:35:24.990] [DEBUG] 6 processes running of frp type [2025-12-31,17:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,17:50:24.729] [DEBUG] 6 processes running of frp type [2025-12-31,18:05:16.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,18:05:23.963] [DEBUG] 6 processes running of frp type [2025-12-31,18:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,18:20:24.177] [DEBUG] 6 processes running of frp type [2025-12-31,18:25:40.748] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,18:25:40.753] [INFO] LocationSqlManager initialising [2025-12-31,18:25:40.754] [INFO] Location DB initialising [2025-12-31,18:25:40.763] [INFO] LocationSqlManager initialisation complete [2025-12-31,18:25:40.764] [DEBUG] UploadManager Init [2025-12-31,18:25:40.764] [DEBUG] UploadManager Init Complete [2025-12-31,18:25:40.767] [INFO] Initializing GPS... [2025-12-31,18:25:40.769] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,18:27:44.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,18:27:56.859] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-31,18:28:20.106] [DEBUG] Log Upload Complete! [2025-12-31,18:30:44.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,18:30:51.337] [DEBUG] Remote Access Enabled [2025-12-31,18:30:58.023] [INFO] Server Address: 138.201.17.179 [2025-12-31,18:30:58.024] [INFO] Server Port: 7000 [2025-12-31,18:30:58.028] [DEBUG] Starting Remote Access! 2025-12-31 18:30:58.164 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 18:30:58.164 [I] [client/service.go:294] try to connect to server... 2025-12-31 18:30:59.295 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 18:30:59.297 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 18:30:59.611 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2025-12-31,18:35:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,18:35:24.649] [DEBUG] 6 processes running of frp type [2025-12-31,18:50:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,18:50:24.679] [DEBUG] 6 processes running of frp type [2025-12-31,19:05:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,19:05:25.177] [DEBUG] 6 processes running of frp type 2025-12-31 19:15:10.825 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:15:20.064 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 19:15:20.065 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 19:15:26.783 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2025-12-31,19:20:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,19:20:24.351] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-31 19:30:17.684 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:30:27.686 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:30:27.686 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:30:37.688 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:30:37.689 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:30:47.690 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:30:47.691 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:30:57.693 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:30:57.693 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:31:07.695 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:31:27.696 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:31:37.698 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:31:57.699 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:31:57.703 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:32:17.704 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:32:17.709 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:32:37.710 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:32:37.715 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:32:57.716 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:32:57.721 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:33:17.722 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:33:17.727 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:33:37.727 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:33:37.732 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:33:57.733 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:33:57.737 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:34:17.738 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:34:17.742 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:34:37.743 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:34:37.750 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:34:57.751 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:34:57.755 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:35:17.757 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:35:17.769 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:35:37.769 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:35:48.332 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: connection write timeout 2025-12-31 19:36:08.334 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:36:18.336 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:36:38.338 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:36:48.340 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:37:08.341 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:37:18.343 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 19:37:38.344 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:37:45.599 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:38:05.600 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:38:05.604 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:38:25.606 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:38:25.627 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:38:45.628 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:38:45.633 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:39:05.634 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:39:05.639 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:39:25.640 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:39:25.646 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:39:45.647 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:39:45.655 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:40:05.656 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:40:05.662 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:40:25.662 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:40:25.667 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:40:45.669 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:40:45.726 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:41:05.727 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:41:05.731 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:41:25.732 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:41:25.734 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:41:45.734 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:41:45.739 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 19:42:05.740 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:42:17.045 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 19:42:17.047 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 19:42:46.399 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 19:42:47.730 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 19:42:47.733 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 19:42:48.066 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2025-12-31,19:50:16.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,19:50:23.740] [DEBUG] 6 processes running of frp type [2025-12-31,20:05:17.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,20:05:23.893] [DEBUG] 6 processes running of frp type 2025-12-31 20:14:27.351 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:14:37.352 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:14:37.352 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:14:47.355 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:14:47.355 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:14:57.356 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:14:57.357 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:15:07.358 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:15:07.358 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:15:17.360 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:15:37.361 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:15:47.363 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:16:07.364 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:16:07.369 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:16:27.370 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:16:27.376 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:16:47.377 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:16:47.383 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:17:07.384 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:17:07.390 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:17:27.392 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:17:27.399 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:17:47.400 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:17:47.405 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:18:07.405 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:18:17.407 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:18:37.408 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:18:47.410 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:19:07.412 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:19:17.413 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:19:37.415 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:19:47.417 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:20:07.419 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:20:14.506 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:20:34.506 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:20:34.510 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:20:54.511 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:20:54.515 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:21:14.516 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:21:14.525 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:21:34.525 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:21:34.529 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:21:54.531 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:21:54.535 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:22:14.537 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:22:14.541 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 20:22:34.543 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:22:53.767 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: connection write timeout 2025-12-31 20:23:13.769 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:23:16.993 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 20:23:16.994 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 20:23:35.093 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success 2025-12-31 20:24:26.295 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:24:36.296 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 20:24:36.297 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 20:24:38.484 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 20:24:38.485 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 20:24:38.806 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,20:35:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,20:35:24.055] [DEBUG] 6 processes running of frp type [2025-12-31,20:50:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,20:50:24.664] [DEBUG] 6 processes running of frp type [2025-12-31,21:05:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,21:05:24.533] [DEBUG] 6 processes running of frp type [2025-12-31,21:20:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,21:20:24.398] [DEBUG] 6 processes running of frp type 2025-12-31 21:21:06.468 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2025-12-31 21:21:07.346 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2025-12-31 21:21:07.346 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2025-12-31 21:21:07.648 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,21:35:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,21:35:24.515] [DEBUG] 6 processes running of frp type [2025-12-31,21:50:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,21:50:26.268] [DEBUG] 6 processes running of frp type [2025-12-31,22:05:18.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,22:05:25.192] [DEBUG] 6 processes running of frp type [2025-12-31,22:20:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,22:20:24.266] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,22:35:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,22:35:24.530] [DEBUG] 6 processes running of frp type [2025-12-31,22:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,22:50:24.568] [DEBUG] 6 processes running of frp type [2025-12-31,23:05:18.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,23:05:24.804] [DEBUG] 6 processes running of frp type [2025-12-31,23:20:16.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,23:20:23.542] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,23:35:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,23:35:24.390] [DEBUG] 6 processes running of frp type [2025-12-31,23:50:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2025-12-31,23:50:23.896] [DEBUG] 6 processes running of frp type [2026-01-01,00:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,00:05:24.144] [DEBUG] 6 processes running of frp type 2026-01-01 00:11:11.315 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 00:11:12.275 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2026-01-01 00:11:12.275 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2026-01-01 00:11:12.594 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2026-01-01,00:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,00:20:24.657] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,00:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,00:35:24.403] [DEBUG] 6 processes running of frp type [2026-01-01,00:50:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,00:50:24.215] [DEBUG] 6 processes running of frp type [2026-01-01,01:05:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,01:05:24.587] [DEBUG] 6 processes running of frp type [2026-01-01,01:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,01:20:24.376] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-01 01:27:19.229 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 01:27:29.231 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 01:27:29.232 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 01:27:33.570 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2026-01-01 01:27:33.572 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2026-01-01 01:27:33.877 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2026-01-01,01:35:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,01:35:24.590] [DEBUG] 6 processes running of frp type [2026-01-01,01:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,01:50:24.372] [DEBUG] 6 processes running of frp type [2026-01-01,02:05:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,02:05:24.061] [DEBUG] 6 processes running of frp type 2026-01-01 02:11:41.201 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 02:11:51.203 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 02:11:51.203 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 02:11:53.112 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2026-01-01 02:11:53.113 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2026-01-01 02:11:53.404 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success 2026-01-01 02:14:04.086 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 02:14:14.087 [W] [client/service.go:297] [c4cf5f1da735673c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 02:14:14.088 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 02:14:15.229 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2026-01-01 02:14:15.230 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2026-01-01 02:14:15.527 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2026-01-01,02:20:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,02:20:24.031] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,02:35:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,02:35:23.903] [DEBUG] 6 processes running of frp type [2026-01-01,02:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,02:50:24.510] [DEBUG] 6 processes running of frp type [2026-01-01,03:05:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,03:05:24.396] [DEBUG] 6 processes running of frp type [2026-01-01,03:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,03:20:24.343] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,03:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,03:35:24.133] [DEBUG] 6 processes running of frp type [2026-01-01,03:50:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,03:50:23.859] [DEBUG] 6 processes running of frp type 2026-01-01 04:05:48.435 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 04:05:52.951 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2026-01-01 04:05:52.952 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2026-01-01 04:05:53.269 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success 2026-01-01 04:06:32.030 [I] [client/service.go:294] [c4cf5f1da735673c] try to connect to server... 2026-01-01 04:06:33.134 [I] [client/service.go:286] [c4cf5f1da735673c] login to server success, get run id [c4cf5f1da735673c] 2026-01-01 04:06:33.134 [I] [proxy/proxy_manager.go:173] [c4cf5f1da735673c] proxy added: [DTN57CC5599] 2026-01-01 04:06:33.442 [I] [client/control.go:168] [c4cf5f1da735673c] [DTN57CC5599] start proxy success [2026-01-01,04:20:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,04:20:24.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,04:35:22.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,04:35:29.286] [DEBUG] 6 processes running of frp type [2026-01-01,04:50:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,04:50:24.408] [DEBUG] 6 processes running of frp type [2026-01-01,05:05:18.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,05:05:24.702] [DEBUG] 6 processes running of frp type [2026-01-01,05:20:16.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,05:20:23.516] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,05:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,05:35:24.542] [DEBUG] 6 processes running of frp type [2026-01-01,05:50:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,05:50:23.921] [DEBUG] 6 processes running of frp type [2026-01-01,06:05:17.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,06:05:28.826] [DEBUG] 6 processes running of frp type [2026-01-01,06:20:24.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,06:20:31.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,06:30:40.837] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,06:30:40.842] [INFO] LocationSqlManager initialising [2026-01-01,06:30:40.843] [INFO] Location DB initialising [2026-01-01,06:30:40.852] [INFO] LocationSqlManager initialisation complete [2026-01-01,06:30:40.853] [DEBUG] UploadManager Init [2026-01-01,06:30:40.853] [DEBUG] UploadManager Init Complete [2026-01-01,06:30:40.856] [INFO] Initializing GPS... [2026-01-01,06:30:40.858] [INFO] Starting location capture [2026-01-01,06:31:47.017] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,06:31:47.023] [INFO] LocationSqlManager initialising [2026-01-01,06:31:47.023] [INFO] Location DB initialising [2026-01-01,06:31:47.033] [INFO] LocationSqlManager initialisation complete [2026-01-01,06:31:47.034] [DEBUG] UploadManager Init [2026-01-01,06:31:47.034] [DEBUG] UploadManager Init Complete [2026-01-01,06:31:47.037] [INFO] Initializing GPS... [2026-01-01,06:31:47.039] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,06:33:56.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,06:34:11.102] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-01,06:34:37.471] [DEBUG] Log Upload Complete! [2026-01-01,06:36:56.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,06:37:03.524] [DEBUG] Remote Access Enabled [2026-01-01,06:37:09.935] [INFO] Server Address: 138.201.17.179 [2026-01-01,06:37:09.936] [INFO] Server Port: 7000 [2026-01-01,06:37:09.941] [DEBUG] Starting Remote Access! 2026-01-01 06:37:10.073 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-01 06:37:10.074 [I] [client/service.go:294] try to connect to server... 2026-01-01 06:37:11.041 [I] [client/service.go:286] [05b713b2edb69575] login to server success, get run id [05b713b2edb69575] 2026-01-01 06:37:11.044 [I] [proxy/proxy_manager.go:173] [05b713b2edb69575] proxy added: [DTN57CC5599] 2026-01-01 06:37:11.346 [I] [client/control.go:168] [05b713b2edb69575] [DTN57CC5599] start proxy success [2026-01-01,06:50:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-01,07:05:18.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,07:05:25.119] [DEBUG] 6 processes running of frp type [2026-01-01,07:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,07:20:30.294] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,07:35:17.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,07:35:24.482] [DEBUG] 6 processes running of frp type [2026-01-01,07:50:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,07:50:24.676] [DEBUG] 6 processes running of frp type [2026-01-01,08:02:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,08:02:24.588] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-01,08:02:45.836] [DEBUG] Log Upload Complete! [2026-01-01,08:05:18.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,08:05:25.206] [DEBUG] 6 processes running of frp type [2026-01-01,08:20:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,08:20:24.228] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,08:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,08:35:24.135] [DEBUG] 6 processes running of frp type [2026-01-01,08:50:17.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,08:50:24.581] [DEBUG] 6 processes running of frp type [2026-01-01,09:05:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,09:05:25.482] [DEBUG] 6 processes running of frp type [2026-01-01,09:20:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,09:20:24.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,09:35:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,09:35:24.189] [DEBUG] 6 processes running of frp type [2026-01-01,09:50:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,09:50:24.478] [DEBUG] 6 processes running of frp type [2026-01-01,10:05:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,10:05:24.495] [DEBUG] 6 processes running of frp type [2026-01-01,10:20:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,10:20:24.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,10:35:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,10:35:24.251] [DEBUG] 6 processes running of frp type [2026-01-01,10:50:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,10:50:24.825] [DEBUG] 6 processes running of frp type [2026-01-01,11:05:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,11:05:23.688] [DEBUG] 6 processes running of frp type [2026-01-01,11:20:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,11:20:23.951] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,11:35:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,11:35:24.105] [DEBUG] 6 processes running of frp type [2026-01-01,11:50:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,11:50:24.617] [DEBUG] 6 processes running of frp type [2026-01-01,12:05:18.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,12:05:25.173] [DEBUG] 6 processes running of frp type 2026-01-01 12:05:51.721 [I] [client/service.go:294] [05b713b2edb69575] try to connect to server... 2026-01-01 12:05:52.678 [I] [client/service.go:286] [05b713b2edb69575] login to server success, get run id [05b713b2edb69575] 2026-01-01 12:05:52.679 [I] [proxy/proxy_manager.go:173] [05b713b2edb69575] proxy added: [DTN57CC5599] 2026-01-01 12:05:52.991 [I] [client/control.go:168] [05b713b2edb69575] [DTN57CC5599] start proxy success [2026-01-01,12:20:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,12:20:24.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,12:35:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,12:35:24.301] [DEBUG] 6 processes running of frp type [2026-01-01,12:50:18.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,12:50:24.928] [DEBUG] 6 processes running of frp type [2026-01-01,13:05:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,13:05:24.222] [DEBUG] 6 processes running of frp type [2026-01-01,13:20:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,13:20:24.282] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,13:35:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,13:35:23.906] [DEBUG] 6 processes running of frp type [2026-01-01,13:50:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,13:50:24.341] [DEBUG] 6 processes running of frp type [2026-01-01,14:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,14:05:25.199] [DEBUG] 6 processes running of frp type [2026-01-01,14:20:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,14:20:24.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,14:35:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,14:35:24.552] [DEBUG] 6 processes running of frp type [2026-01-01,14:50:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,14:50:23.995] [DEBUG] 6 processes running of frp type [2026-01-01,15:05:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,15:05:24.426] [DEBUG] 6 processes running of frp type [2026-01-01,15:20:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,15:20:24.466] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,15:35:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,15:35:24.541] [DEBUG] 6 processes running of frp type [2026-01-01,15:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,15:50:24.078] [DEBUG] 6 processes running of frp type [2026-01-01,16:05:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,16:05:24.533] [DEBUG] 6 processes running of frp type [2026-01-01,16:20:18.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,16:20:25.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,16:35:17.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,16:35:23.810] [DEBUG] 6 processes running of frp type [2026-01-01,16:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,16:50:24.660] [DEBUG] 6 processes running of frp type [2026-01-01,17:05:18.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,17:05:25.007] [DEBUG] 6 processes running of frp type [2026-01-01,17:20:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,17:20:24.295] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,17:35:17.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,17:35:24.620] [DEBUG] 6 processes running of frp type [2026-01-01,17:50:17.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,17:50:23.712] [DEBUG] 6 processes running of frp type [2026-01-01,18:05:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,18:05:24.007] [DEBUG] 6 processes running of frp type [2026-01-01,18:20:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,18:20:23.823] [DEBUG] 6 processes running of frp type [2026-01-01,18:25:41.046] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,18:25:41.052] [INFO] LocationSqlManager initialising [2026-01-01,18:25:41.052] [INFO] Location DB initialising [2026-01-01,18:25:41.062] [INFO] LocationSqlManager initialisation complete [2026-01-01,18:25:41.062] [DEBUG] UploadManager Init [2026-01-01,18:25:41.063] [DEBUG] UploadManager Init Complete [2026-01-01,18:25:41.065] [INFO] Initializing GPS... [2026-01-01,18:25:41.067] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,18:27:44.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,18:27:51.365] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-01,18:28:19.030] [DEBUG] Log Upload Complete! [2026-01-01,18:30:44.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,18:30:51.606] [DEBUG] Remote Access Enabled [2026-01-01,18:30:57.848] [INFO] Server Address: 138.201.17.179 [2026-01-01,18:30:57.849] [INFO] Server Port: 7000 [2026-01-01,18:30:57.854] [DEBUG] Starting Remote Access! 2026-01-01 18:30:57.992 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-01 18:30:57.992 [I] [client/service.go:294] try to connect to server... 2026-01-01 18:30:58.939 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 18:30:58.940 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 18:30:59.259 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-01,18:35:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,18:35:23.942] [DEBUG] 6 processes running of frp type [2026-01-01,18:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,18:50:24.721] [DEBUG] 6 processes running of frp type [2026-01-01,19:05:17.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,19:05:23.801] [DEBUG] 6 processes running of frp type 2026-01-01 19:19:42.252 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:19:52.254 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:19:52.255 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:20:02.256 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:20:02.256 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:20:13.134 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 19:20:13.135 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 19:20:13.478 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-01,19:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,19:20:25.558] [DEBUG] 6 processes running of frp type 2026-01-01 19:20:52.170 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:21:02.171 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:21:02.172 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:21:12.173 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:21:12.174 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:21:22.176 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:21:22.177 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:21:32.178 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:21:32.179 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:21:42.180 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:22:02.181 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:22:12.183 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:22:32.185 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:22:33.910 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 19:22:33.912 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 19:22:34.296 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,19:35:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,19:35:24.230] [DEBUG] 6 processes running of frp type [2026-01-01,19:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,19:50:24.208] [DEBUG] 6 processes running of frp type 2026-01-01 19:59:24.559 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:59:34.561 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:59:34.561 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:59:44.563 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:59:44.563 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 19:59:54.565 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 19:59:54.565 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:00:04.566 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:00:04.567 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:00:14.568 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:00:34.569 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:00:44.001 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:00:44.003 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:00:44.618 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success 2026-01-01 20:01:22.131 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:01:32.133 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:01:32.133 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:01:42.135 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:01:42.135 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:01:52.136 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:01:52.137 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:02:02.139 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:02:02.139 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:02:12.141 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:02:32.142 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:02:42.144 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:03:02.145 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:03:09.412 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:03:29.413 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:03:29.417 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:03:49.419 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:03:49.425 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:04:09.426 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:04:09.433 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:04:29.435 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:04:29.439 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:04:49.441 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:04:50.504 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:05:10.505 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:05:10.511 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:05:30.512 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:05:30.519 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:05:50.520 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:05:50.524 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:06:10.526 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:06:10.534 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:06:30.536 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:06:30.590 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 20:06:50.592 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:07:00.594 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:07:20.594 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:07:30.597 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:07:50.598 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:07:51.894 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:07:51.895 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:07:52.235 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success 2026-01-01 20:17:44.134 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:17:54.136 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:17:54.136 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:18:04.138 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:18:04.139 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:18:14.141 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:18:14.141 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:18:32.634 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: i/o deadline reached 2026-01-01 20:18:32.635 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:18:45.733 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:18:45.735 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:18:46.625 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success 2026-01-01 20:20:15.761 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:20:25.763 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:20:25.764 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:20:35.766 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:20:35.766 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:20:45.768 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:20:45.768 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... [2026-01-01,20:20:54.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-01 20:20:55.142 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:20:55.143 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:20:55.493 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-01,20:21:03.726] [DEBUG] 6 processes running of frp type 2026-01-01 20:23:37.138 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:23:48.847 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:23:48.849 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:23:54.626 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success 2026-01-01 20:24:24.175 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:24:34.177 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:24:34.177 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:24:42.860 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:24:42.862 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:24:43.645 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success 2026-01-01 20:25:21.755 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:25:31.758 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:25:31.758 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:25:41.760 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:25:41.760 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:25:51.761 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:25:51.762 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:26:01.763 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:26:01.764 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:26:02.763 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:26:02.763 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:26:03.092 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-01 20:27:52.038 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:28:02.039 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-01 20:28:02.040 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:28:07.343 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:28:07.344 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:28:07.723 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success 2026-01-01 20:28:46.157 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-01 20:28:48.154 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-01 20:28:48.155 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-01 20:28:48.495 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-01,20:35:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,20:35:24.417] [DEBUG] 6 processes running of frp type [2026-01-01,20:50:18.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,20:50:26.401] [DEBUG] 6 processes running of frp type [2026-01-01,21:05:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,21:05:24.678] [DEBUG] 6 processes running of frp type [2026-01-01,21:20:18.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,21:20:24.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,21:35:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,21:35:24.383] [DEBUG] 6 processes running of frp type [2026-01-01,21:50:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,21:50:24.471] [DEBUG] 6 processes running of frp type [2026-01-01,22:05:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,22:05:24.465] [DEBUG] 6 processes running of frp type [2026-01-01,22:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,22:20:24.354] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,22:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,22:35:24.211] [DEBUG] 6 processes running of frp type [2026-01-01,22:50:19.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,22:50:25.812] [DEBUG] 6 processes running of frp type [2026-01-01,23:05:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,23:05:24.388] [DEBUG] 6 processes running of frp type [2026-01-01,23:20:18.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,23:20:24.978] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,23:35:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,23:35:23.883] [DEBUG] 6 processes running of frp type [2026-01-01,23:50:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-01,23:50:24.484] [DEBUG] 6 processes running of frp type [2026-01-02,00:05:19.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,00:05:26.600] [DEBUG] 6 processes running of frp type 2026-01-02 00:12:46.847 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:12:56.849 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 00:12:56.850 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:13:06.850 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 00:13:06.851 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:13:16.852 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 00:13:16.853 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:13:26.854 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 00:13:26.854 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:13:36.857 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 00:13:56.858 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:14:06.859 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 00:14:26.861 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:14:26.867 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 00:14:46.868 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 00:14:48.109 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-02 00:14:48.110 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-02 00:14:48.476 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-02,00:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,00:20:24.315] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,00:35:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,00:35:24.209] [DEBUG] 6 processes running of frp type [2026-01-02,00:50:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,00:50:23.988] [DEBUG] 6 processes running of frp type [2026-01-02,01:05:17.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,01:05:23.836] [DEBUG] 6 processes running of frp type [2026-01-02,01:20:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,01:20:23.683] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,01:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,01:35:23.880] [DEBUG] 6 processes running of frp type [2026-01-02,01:50:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,01:50:23.695] [DEBUG] 6 processes running of frp type [2026-01-02,02:05:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,02:05:24.885] [DEBUG] 6 processes running of frp type [2026-01-02,02:20:17.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,02:20:23.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-02 02:26:39.108 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 02:26:58.003 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-02 02:26:58.004 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-02 02:26:58.651 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-02,02:35:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,02:35:24.419] [DEBUG] 6 processes running of frp type [2026-01-02,02:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,02:50:24.160] [DEBUG] 6 processes running of frp type [2026-01-02,03:05:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,03:05:23.907] [DEBUG] 6 processes running of frp type [2026-01-02,03:20:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,03:20:24.079] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,03:35:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,03:35:23.923] [DEBUG] 6 processes running of frp type [2026-01-02,03:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,03:50:23.801] [DEBUG] 6 processes running of frp type 2026-01-02 04:05:27.782 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... [2026-01-02,04:05:32.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-02 04:05:37.261 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-02 04:05:37.262 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-02 04:05:37.565 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-02,04:05:39.100] [DEBUG] 6 processes running of frp type 2026-01-02 04:06:46.631 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 04:06:46.634 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 04:06:48.727 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 04:06:48.737 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 04:06:52.940 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 04:07:02.942 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 04:07:02.942 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 04:07:06.674 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-02 04:07:06.676 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-02 04:07:06.991 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-02,04:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,04:20:23.760] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,04:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,04:35:24.025] [DEBUG] 6 processes running of frp type [2026-01-02,04:50:17.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,04:50:23.778] [DEBUG] 6 processes running of frp type [2026-01-02,05:05:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,05:05:23.935] [DEBUG] 6 processes running of frp type 2026-01-02 05:07:54.239 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:08:04.243 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 05:08:04.243 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:08:14.244 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 05:08:14.245 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:08:24.247 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 05:08:24.247 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:08:34.249 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 05:08:34.250 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:08:44.251 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 05:09:04.252 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:09:14.255 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 05:09:34.256 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:09:34.261 [W] [client/service.go:297] [5364f6256ed90369] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 05:09:54.262 [I] [client/service.go:294] [5364f6256ed90369] try to connect to server... 2026-01-02 05:09:55.139 [I] [client/service.go:286] [5364f6256ed90369] login to server success, get run id [5364f6256ed90369] 2026-01-02 05:09:55.141 [I] [proxy/proxy_manager.go:173] [5364f6256ed90369] proxy added: [DTN57CC5599] 2026-01-02 05:09:55.426 [I] [client/control.go:168] [5364f6256ed90369] [DTN57CC5599] start proxy success [2026-01-02,05:20:17.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,05:20:23.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,05:35:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,05:35:24.299] [DEBUG] 6 processes running of frp type [2026-01-02,05:50:18.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,05:50:25.099] [DEBUG] 6 processes running of frp type [2026-01-02,06:05:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,06:05:24.053] [DEBUG] 6 processes running of frp type [2026-01-02,06:20:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,06:20:27.300] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,06:30:41.827] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,06:30:41.836] [INFO] LocationSqlManager initialising [2026-01-02,06:30:41.837] [INFO] Location DB initialising [2026-01-02,06:30:41.847] [INFO] LocationSqlManager initialisation complete [2026-01-02,06:30:41.849] [DEBUG] UploadManager Init [2026-01-02,06:30:41.849] [DEBUG] UploadManager Init Complete [2026-01-02,06:30:41.854] [INFO] Initializing GPS... [2026-01-02,06:30:41.857] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,06:32:45.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,06:32:51.741] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-02,06:33:03.417] [DEBUG] Log Upload Complete! [2026-01-02,06:35:45.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,06:35:45.214] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-02,06:35:51.784] [DEBUG] Remote Access Enabled [2026-01-02,06:35:58.013] [INFO] Server Address: 138.201.17.179 [2026-01-02,06:35:58.014] [INFO] Server Port: 7000 [2026-01-02,06:35:58.019] [DEBUG] Starting Remote Access! 2026-01-02 06:35:58.156 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 06:35:58.157 [I] [client/service.go:294] try to connect to server... 2026-01-02 06:35:59.055 [I] [client/service.go:286] [c0634e0007624a95] login to server success, get run id [c0634e0007624a95] 2026-01-02 06:35:59.055 [I] [proxy/proxy_manager.go:173] [c0634e0007624a95] proxy added: [DTN57CC5599] 2026-01-02 06:35:59.352 [I] [client/control.go:168] [c0634e0007624a95] [DTN57CC5599] start proxy success [2026-01-02,06:50:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,06:50:24.557] [DEBUG] 6 processes running of frp type [2026-01-02,07:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,07:05:23.678] [DEBUG] 6 processes running of frp type [2026-01-02,07:20:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,07:20:24.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,07:35:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,07:35:24.442] [DEBUG] 6 processes running of frp type [2026-01-02,07:50:18.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,07:50:28.296] [DEBUG] 6 processes running of frp type [2026-01-02,08:02:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2026-01-02,08:05:18.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,08:05:24.656] [DEBUG] 6 processes running of frp type [2026-01-02,08:20:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,08:20:24.491] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,08:35:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,08:35:24.675] [DEBUG] 6 processes running of frp type [2026-01-02,08:50:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,08:50:24.441] [DEBUG] 6 processes running of frp type [2026-01-02,09:05:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,09:05:24.445] [DEBUG] 6 processes running of frp type [2026-01-02,09:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,09:20:24.438] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,09:35:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,09:35:24.367] [DEBUG] 6 processes running of frp type [2026-01-02,09:50:18.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,09:50:25.868] [DEBUG] 6 processes running of frp type [2026-01-02,10:05:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,10:05:24.232] [DEBUG] 6 processes running of frp type [2026-01-02,10:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,10:20:24.609] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,10:35:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,10:35:23.944] [DEBUG] 6 processes running of frp type [2026-01-02,10:50:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,10:50:24.851] [DEBUG] 6 processes running of frp type [2026-01-02,11:05:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,11:05:23.668] [DEBUG] 6 processes running of frp type [2026-01-02,11:20:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,11:20:24.745] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,11:35:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,11:35:24.977] [DEBUG] 6 processes running of frp type [2026-01-02,11:50:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,11:50:24.465] [DEBUG] 6 processes running of frp type [2026-01-02,12:05:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,12:05:24.624] [DEBUG] 6 processes running of frp type [2026-01-02,12:20:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,12:20:24.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,12:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,12:35:24.582] [DEBUG] 6 processes running of frp type [2026-01-02,12:50:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,12:50:23.812] [DEBUG] 6 processes running of frp type [2026-01-02,13:05:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,13:05:24.583] [DEBUG] 6 processes running of frp type 2026-01-02 13:09:47.293 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:09:57.296 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:09:57.297 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:10:07.299 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:10:07.300 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:10:17.301 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:10:17.302 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:10:27.304 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:10:27.305 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:10:37.306 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:10:57.308 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:11:07.309 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:11:27.310 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:11:37.313 [W] [client/service.go:297] [c0634e0007624a95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:11:57.314 [I] [client/service.go:294] [c0634e0007624a95] try to connect to server... 2026-01-02 13:11:58.314 [I] [client/service.go:286] [c0634e0007624a95] login to server success, get run id [c0634e0007624a95] 2026-01-02 13:11:58.316 [I] [proxy/proxy_manager.go:173] [c0634e0007624a95] proxy added: [DTN57CC5599] 2026-01-02 13:11:58.654 [I] [client/control.go:168] [c0634e0007624a95] [DTN57CC5599] start proxy success [2026-01-02,13:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,13:20:24.839] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,13:35:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,13:35:24.593] [DEBUG] 6 processes running of frp type [2026-01-02,13:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,13:50:24.801] [DEBUG] 6 processes running of frp type [2026-01-02,14:05:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,14:05:24.051] [DEBUG] 6 processes running of frp type [2026-01-02,14:20:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,14:20:24.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,14:35:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,14:35:24.692] [DEBUG] 6 processes running of frp type [2026-01-02,14:50:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,14:50:24.123] [DEBUG] 6 processes running of frp type [2026-01-02,15:05:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,15:05:24.680] [DEBUG] 6 processes running of frp type [2026-01-02,15:20:18.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,15:20:25.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,15:35:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,15:35:24.676] [DEBUG] 6 processes running of frp type [2026-01-02,15:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,15:50:25.547] [DEBUG] 6 processes running of frp type [2026-01-02,16:05:18.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,16:05:25.005] [DEBUG] 6 processes running of frp type [2026-01-02,16:20:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,16:20:24.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,16:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,16:35:25.205] [DEBUG] 6 processes running of frp type [2026-01-02,16:50:18.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,16:50:25.054] [DEBUG] 6 processes running of frp type [2026-01-02,17:05:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,17:05:24.185] [DEBUG] 6 processes running of frp type [2026-01-02,17:20:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,17:20:24.479] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,17:35:17.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,17:35:24.374] [DEBUG] 6 processes running of frp type [2026-01-02,17:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,17:50:23.934] [DEBUG] 6 processes running of frp type [2026-01-02,18:05:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,18:05:24.010] [DEBUG] 6 processes running of frp type [2026-01-02,18:20:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,18:20:24.200] [DEBUG] 6 processes running of frp type [2026-01-02,18:25:40.821] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,18:25:40.825] [INFO] LocationSqlManager initialising [2026-01-02,18:25:40.826] [INFO] Location DB initialising [2026-01-02,18:25:40.835] [INFO] LocationSqlManager initialisation complete [2026-01-02,18:25:40.836] [DEBUG] UploadManager Init [2026-01-02,18:25:40.836] [DEBUG] UploadManager Init Complete [2026-01-02,18:25:40.839] [INFO] Initializing GPS... [2026-01-02,18:25:40.841] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,18:27:44.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,18:27:56.657] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-02,18:28:11.871] [DEBUG] Log Upload Complete! [2026-01-02,18:30:44.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,18:30:51.532] [DEBUG] Remote Access Enabled [2026-01-02,18:30:58.198] [INFO] Server Address: 138.201.17.179 [2026-01-02,18:30:58.199] [INFO] Server Port: 7000 [2026-01-02,18:30:58.204] [DEBUG] Starting Remote Access! 2026-01-02 18:30:58.336 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 18:30:58.337 [I] [client/service.go:294] try to connect to server... 2026-01-02 18:30:59.422 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 18:30:59.424 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 18:31:01.413 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,18:35:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,18:35:23.756] [DEBUG] 6 processes running of frp type 2026-01-02 18:48:58.397 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:49:08.398 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:49:08.399 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:49:18.400 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:49:18.401 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:49:28.402 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:49:28.403 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:49:38.405 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:49:38.407 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:49:48.408 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:50:08.409 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:50:18.411 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:50:38.412 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:50:48.413 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:51:08.414 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:51:14.734 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 18:51:14.736 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 18:51:15.333 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 18:51:49.564 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:51:59.565 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:51:59.566 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:52:09.568 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:52:09.569 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:52:19.571 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:52:19.571 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:52:29.573 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:52:29.574 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:52:39.575 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:52:59.576 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:53:09.579 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:53:29.580 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:53:39.582 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:53:59.584 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:54:09.586 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:54:29.588 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:54:39.590 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:54:59.592 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:55:09.594 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:55:29.596 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:55:29.613 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:55:49.615 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:55:49.622 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:56:09.623 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:56:09.628 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:56:29.628 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:56:29.631 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:56:49.632 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:56:49.636 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:57:09.638 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:57:09.642 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:57:29.644 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:57:29.649 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:57:49.650 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:57:49.655 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 18:58:09.656 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:58:19.659 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:58:39.660 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:59:01.801 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: i/o deadline reached 2026-01-02 18:59:01.802 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:59:11.803 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 18:59:31.805 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 18:59:41.807 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:00:01.808 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:00:15.594 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 19:00:35.596 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:00:45.597 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:01:05.599 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:01:15.601 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:01:35.602 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:01:47.037 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 19:02:07.038 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:02:17.040 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:02:37.041 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:02:38.061 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 19:02:38.063 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 19:02:38.460 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,19:05:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,19:05:24.792] [DEBUG] 6 processes running of frp type [2026-01-02,19:20:17.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,19:20:24.812] [DEBUG] 6 processes running of frp type 2026-01-02 19:25:42.357 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:25:52.358 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:25:52.359 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-02 19:26:02.361 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:02.361 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:26:12.363 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:12.363 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:26:22.364 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:22.365 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:26:28.940 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 19:26:28.942 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 19:26:29.323 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 19:30:14.584 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:30:24.586 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:30:24.587 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:30:34.588 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:30:34.589 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:30:36.658 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 19:30:36.659 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 19:30:36.939 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,19:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,19:35:24.408] [DEBUG] 6 processes running of frp type [2026-01-02,19:50:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,19:50:24.061] [DEBUG] 6 processes running of frp type 2026-01-02 19:56:57.222 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:57:07.223 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:57:07.223 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 19:57:15.471 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 19:57:15.471 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 19:57:15.819 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 20:03:28.955 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:03:29.692 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 20:03:29.693 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 20:03:29.983 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,20:05:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,20:05:24.385] [DEBUG] 6 processes running of frp type 2026-01-02 20:09:16.144 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:09:26.146 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:26.146 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:09:36.148 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:36.148 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:09:46.150 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:46.151 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:09:56.152 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:56.152 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:10:06.154 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:10:26.155 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:10:36.156 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:10:56.158 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:11:06.160 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:11:26.161 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:11:36.163 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:11:56.165 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:12:06.166 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:12:26.168 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:12:33.317 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:12:53.319 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:12:53.323 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:13:13.324 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:13:13.327 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:13:33.329 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:13:33.332 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:13:53.333 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:13:53.335 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:14:13.336 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:14:13.340 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:14:33.341 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:14:33.346 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:14:53.347 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:14:53.350 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:15:13.350 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:15:13.355 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:15:33.357 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:15:33.363 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:15:53.364 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:15:53.368 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:16:13.369 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:16:13.373 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:16:33.374 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:16:33.378 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:16:53.379 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:16:53.383 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:17:13.384 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:17:13.390 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:17:33.391 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:17:33.394 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:17:53.396 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:17:53.399 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:18:13.400 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:18:13.404 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-02 20:18:33.405 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:18:34.529 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 20:18:34.530 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 20:18:36.015 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 20:20:14.887 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... [2026-01-02,20:20:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-02 20:20:24.888 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:20:24.889 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... [2026-01-02,20:20:25.426] [DEBUG] 6 processes running of frp type 2026-01-02 20:20:34.890 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:20:34.891 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 20:20:39.586 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 20:20:39.587 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 20:20:40.693 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,20:35:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,20:35:24.267] [DEBUG] 6 processes running of frp type [2026-01-02,20:50:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,20:50:24.490] [DEBUG] 6 processes running of frp type [2026-01-02,21:05:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,21:05:26.272] [DEBUG] 6 processes running of frp type 2026-01-02 21:10:04.478 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 21:10:08.906 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 21:10:08.907 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 21:10:09.223 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,21:20:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,21:20:26.809] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,21:35:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,21:35:25.034] [DEBUG] 6 processes running of frp type [2026-01-02,21:50:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,21:50:23.859] [DEBUG] 6 processes running of frp type 2026-01-02 22:04:35.610 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:04:40.465 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 22:04:40.465 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 22:04:40.782 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,22:05:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,22:05:23.801] [DEBUG] 6 processes running of frp type [2026-01-02,22:20:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,22:20:23.983] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,22:35:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,22:35:24.403] [DEBUG] 6 processes running of frp type 2026-01-02 22:49:12.203 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:49:22.205 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:49:22.206 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:49:35.199 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:49:35.199 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:49:47.839 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:49:47.840 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:49:57.842 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:49:57.843 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:50:07.518 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: read tcp 192.168.2.4:42956->138.201.17.179:7000: read: connection reset by peer 2026-01-02 22:50:27.519 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... [2026-01-02,22:50:35.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-02 22:50:45.989 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-02 22:51:05.989 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:51:15.992 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:51:35.993 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:51:40.870 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 22:51:40.872 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 22:51:41.715 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 22:52:47.882 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:52:57.884 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:52:57.885 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:53:01.327 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 22:53:01.328 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 22:53:02.276 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 22:53:40.406 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:54:00.047 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:54:00.048 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:54:04.230 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: session shutdown 2026-01-02 22:54:04.230 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:54:18.140 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:54:18.141 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:54:22.406 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 22:54:22.407 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 22:54:27.493 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 22:56:36.124 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:56:46.127 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:56:46.127 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:56:59.029 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:56:59.030 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:57:09.031 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:57:09.032 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:57:18.852 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: read tcp 192.168.2.4:56174->138.201.17.179:7000: read: connection reset by peer 2026-01-02 22:57:18.853 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:57:35.416 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:57:55.417 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:58:05.419 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:58:25.420 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:58:41.841 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: connection write timeout 2026-01-02 22:59:01.843 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:59:11.845 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 22:59:31.847 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 22:59:41.849 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 23:00:01.850 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 23:00:03.639 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 23:00:03.640 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 23:00:04.705 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-02 23:03:50.259 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 23:04:03.071 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 23:04:03.073 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 23:04:04.066 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,23:05:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,23:05:27.894] [DEBUG] 6 processes running of frp type [2026-01-02,23:20:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,23:20:23.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,23:35:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,23:35:23.631] [DEBUG] 6 processes running of frp type 2026-01-02 23:48:25.490 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-02 23:48:34.602 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-02 23:48:34.603 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-02 23:48:35.732 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-02,23:50:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-02,23:50:24.315] [DEBUG] 6 processes running of frp type [2026-01-03,00:05:18.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,00:05:24.512] [DEBUG] 6 processes running of frp type [2026-01-03,00:20:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,00:20:24.282] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,00:35:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,00:35:24.508] [DEBUG] 6 processes running of frp type [2026-01-03,00:50:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,00:50:24.431] [DEBUG] 6 processes running of frp type [2026-01-03,01:05:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,01:05:24.530] [DEBUG] 6 processes running of frp type [2026-01-03,01:20:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,01:20:24.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-03 01:29:26.784 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 01:29:27.702 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-03 01:29:27.703 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-03 01:29:28.014 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-03,01:35:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,01:35:23.735] [DEBUG] 6 processes running of frp type [2026-01-03,01:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,01:50:24.313] [DEBUG] 6 processes running of frp type [2026-01-03,02:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,02:05:23.973] [DEBUG] 6 processes running of frp type 2026-01-03 02:14:44.249 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 02:14:47.368 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-03 02:14:47.368 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-03 02:14:47.660 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-03,02:20:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,02:20:23.722] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,02:35:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,02:35:23.902] [DEBUG] 6 processes running of frp type [2026-01-03,02:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,02:50:25.116] [DEBUG] 6 processes running of frp type [2026-01-03,03:05:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,03:05:23.825] [DEBUG] 6 processes running of frp type [2026-01-03,03:20:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,03:20:23.422] [DEBUG] 6 processes running of frp type 2026-01-03 03:24:40.230 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 03:24:41.231 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-03 03:24:41.232 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-03 03:24:41.535 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,03:35:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,03:35:24.275] [DEBUG] 6 processes running of frp type [2026-01-03,03:50:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,03:50:24.327] [DEBUG] 6 processes running of frp type 2026-01-03 04:01:43.475 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:01:53.477 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:01:53.478 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:01:57.954 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-03 04:01:57.955 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-03 04:02:02.047 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success 2026-01-03 04:03:09.031 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:03:19.033 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:03:19.033 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:03:29.035 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:03:29.035 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:03:39.036 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:03:39.037 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:03:49.038 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:03:49.038 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:03:59.041 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:04:19.042 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:04:29.044 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:04:49.046 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:04:59.048 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:05:19.049 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:05:19.055 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-03 04:05:39.056 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:05:39.060 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-03 04:05:59.061 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:05:59.064 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-03 04:06:19.066 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:06:29.068 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:06:49.070 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:06:49.072 [W] [client/service.go:297] [20c54ed4fe29ac95] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-03 04:07:09.073 [I] [client/service.go:294] [20c54ed4fe29ac95] try to connect to server... 2026-01-03 04:07:09.993 [I] [client/service.go:286] [20c54ed4fe29ac95] login to server success, get run id [20c54ed4fe29ac95] 2026-01-03 04:07:09.994 [I] [proxy/proxy_manager.go:173] [20c54ed4fe29ac95] proxy added: [DTN57CC5599] 2026-01-03 04:07:10.297 [I] [client/control.go:168] [20c54ed4fe29ac95] [DTN57CC5599] start proxy success [2026-01-03,04:20:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,04:20:24.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,04:35:18.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,04:35:24.743] [DEBUG] 6 processes running of frp type [2026-01-03,04:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,04:50:24.017] [DEBUG] 6 processes running of frp type [2026-01-03,05:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,05:05:24.047] [DEBUG] 6 processes running of frp type [2026-01-03,05:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,05:20:23.823] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,05:35:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,05:35:25.279] [DEBUG] 6 processes running of frp type [2026-01-03,05:50:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,05:50:24.619] [DEBUG] 6 processes running of frp type [2026-01-03,06:05:17.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,06:05:24.830] [DEBUG] 6 processes running of frp type [2026-01-03,06:20:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,06:20:23.957] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,06:30:40.865] [INFO] Initializing BusSpeedStateManager V2 [2026-01-03,06:30:40.871] [INFO] LocationSqlManager initialising [2026-01-03,06:30:40.871] [INFO] Location DB initialising [2026-01-03,06:30:40.881] [INFO] LocationSqlManager initialisation complete [2026-01-03,06:30:40.882] [DEBUG] UploadManager Init [2026-01-03,06:30:40.882] [DEBUG] UploadManager Init Complete [2026-01-03,06:30:40.885] [INFO] Initializing GPS... [2026-01-03,06:30:40.887] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,06:32:44.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,06:32:56.452] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-03,06:33:11.847] [DEBUG] Log Upload Complete! [2026-01-03,06:35:44.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,06:35:51.535] [DEBUG] Remote Access Enabled [2026-01-03,06:35:58.299] [INFO] Server Address: 138.201.17.179 [2026-01-03,06:35:58.300] [INFO] Server Port: 7000 [2026-01-03,06:35:58.304] [DEBUG] Starting Remote Access! 2026-01-03 06:35:58.442 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-03 06:35:58.443 [I] [client/service.go:294] try to connect to server... 2026-01-03 06:35:59.598 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 06:35:59.599 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 06:36:00.194 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,06:50:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,06:50:24.527] [DEBUG] 6 processes running of frp type [2026-01-03,07:05:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,07:05:28.759] [DEBUG] 6 processes running of frp type [2026-01-03,07:20:22.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,07:20:28.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,07:35:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,07:35:24.232] [DEBUG] 6 processes running of frp type [2026-01-03,07:50:19.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,07:50:26.050] [DEBUG] 6 processes running of frp type 2026-01-03 07:54:25.358 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 07:54:35.360 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 07:54:35.361 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 07:54:45.362 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 07:54:45.363 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 07:54:51.203 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 07:54:51.205 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 07:54:52.023 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 07:55:28.854 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 07:55:37.399 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 07:55:37.401 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 07:55:37.845 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,08:02:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,08:02:24.124] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-03,08:02:46.285] [DEBUG] Log Upload Complete! [2026-01-03,08:05:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,08:05:24.284] [DEBUG] 6 processes running of frp type [2026-01-03,08:20:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,08:20:25.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,08:35:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,08:35:23.672] [DEBUG] 6 processes running of frp type [2026-01-03,08:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,08:50:57.022] [DEBUG] 6 processes running of frp type [2026-01-03,09:05:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,09:05:24.650] [DEBUG] 6 processes running of frp type [2026-01-03,09:20:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,09:20:24.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,09:35:20.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,09:35:48.639] [DEBUG] 6 processes running of frp type 2026-01-03 09:36:34.021 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:36:44.831 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:36:44.833 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:36:51.347 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 09:37:17.434 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:37:27.436 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 09:37:27.436 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:37:37.438 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 09:37:37.439 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:37:42.521 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:37:42.522 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:37:42.859 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 09:38:20.190 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:38:29.373 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:38:29.375 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:38:29.792 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 09:40:11.658 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:40:25.590 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:40:25.591 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:40:26.201 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 09:47:21.584 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:47:31.586 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 09:47:31.587 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:47:45.561 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:47:45.562 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:47:46.203 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,09:50:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 09:50:54.744 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:51:04.746 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 09:51:04.746 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:51:09.540 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:51:09.542 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:51:10.256 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,09:51:29.310] [DEBUG] 6 processes running of frp type 2026-01-03 09:53:24.432 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:53:25.807 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:53:25.809 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:53:26.447 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 09:54:35.093 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:54:45.094 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 09:54:45.095 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:54:49.874 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:54:49.875 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:54:50.274 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 09:56:31.323 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:56:41.324 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 09:56:41.325 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 09:56:45.256 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 09:56:45.257 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 09:56:45.631 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 10:01:56.996 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 10:02:01.936 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 10:02:01.937 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 10:02:02.265 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 10:02:40.187 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 10:02:42.944 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 10:02:42.945 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 10:02:43.742 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,10:05:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,10:05:25.625] [DEBUG] 6 processes running of frp type [2026-01-03,10:20:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,10:20:24.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-03 10:26:13.974 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 10:26:18.426 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 10:26:18.427 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 10:26:19.040 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,10:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,10:35:24.069] [DEBUG] 6 processes running of frp type [2026-01-03,10:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,10:50:23.953] [DEBUG] 6 processes running of frp type [2026-01-03,11:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,11:05:24.236] [DEBUG] 6 processes running of frp type [2026-01-03,11:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,11:20:25.300] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-03 11:30:25.301 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:30:27.137 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:30:27.139 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:30:27.447 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,11:35:18.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,11:35:28.025] [DEBUG] 6 processes running of frp type 2026-01-03 11:39:31.882 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:39:41.884 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:39:41.885 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:39:51.886 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:39:51.887 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:40:01.888 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:40:01.888 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:40:11.890 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:40:11.891 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:40:21.892 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:40:41.893 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:40:53.248 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: connection write timeout 2026-01-03 11:41:13.249 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:41:16.143 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:41:16.144 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:41:16.497 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 11:41:53.586 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:42:03.589 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:42:03.590 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:42:13.592 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:42:13.593 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:42:17.986 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:42:17.988 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:42:18.765 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 11:46:35.427 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:46:45.429 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:46:45.430 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:46:55.431 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:46:55.432 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:47:05.434 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:47:05.435 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:47:11.161 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: session shutdown 2026-01-03 11:47:28.648 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:47:32.343 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:47:32.345 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:47:32.686 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,11:50:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,11:50:29.483] [DEBUG] 6 processes running of frp type 2026-01-03 11:51:58.934 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:52:10.521 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:52:10.522 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:52:12.278 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 11:54:00.265 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:54:10.268 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:54:10.268 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:54:20.270 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:54:20.271 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:54:29.415 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:54:29.416 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:54:29.810 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 11:55:43.904 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:55:53.906 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:55:53.908 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:56:03.909 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 11:56:03.910 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 11:56:10.566 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 11:56:10.568 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 11:56:10.952 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 11:59:53.001 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:00:02.009 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 12:00:02.010 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 12:00:02.816 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 12:02:47.635 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:02:57.637 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:02:57.638 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:03:07.640 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:03:07.641 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:03:17.642 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:03:17.643 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:03:27.645 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:03:27.646 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:03:39.126 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 12:03:39.127 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 12:03:39.424 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 12:04:17.258 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:04:27.260 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:04:27.261 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:04:37.263 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:04:37.263 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:04:47.265 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:04:47.265 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:04:57.267 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:04:57.268 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:05:07.270 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:05:27.272 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,12:05:34.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 12:05:38.850 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 12:05:38.852 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 12:05:39.194 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,12:05:45.525] [DEBUG] 6 processes running of frp type 2026-01-03 12:06:45.975 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:06:55.977 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:06:55.978 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:07:05.980 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:05.981 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:07:15.982 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:15.983 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:07:25.985 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:25.986 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:07:35.988 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:55.989 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:08:05.991 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:08:25.991 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:08:35.994 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:08:55.995 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:09:05.997 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:09:25.999 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 12:09:26.864 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 12:09:26.866 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 12:09:27.168 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,12:20:19.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,12:20:25.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,12:35:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,12:35:23.934] [DEBUG] 6 processes running of frp type [2026-01-03,12:50:19.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,12:50:25.579] [DEBUG] 6 processes running of frp type 2026-01-03 13:05:18.815 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:05:28.817 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:05:28.817 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:05:38.818 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:05:38.819 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:05:48.820 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:05:48.821 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,13:05:51.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 13:05:52.273 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:05:52.274 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:05:52.589 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,13:05:59.556] [DEBUG] 6 processes running of frp type 2026-01-03 13:09:50.320 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:10:01.706 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:10:01.707 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:10:02.020 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:10:40.077 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:10:41.194 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:10:41.196 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:10:41.564 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:18:27.595 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:18:37.597 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:18:37.598 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:18:44.886 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:18:44.889 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:18:49.191 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:19:18.786 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:19:38.191 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: i/o deadline reached 2026-01-03 13:19:38.193 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:19:46.660 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:19:46.662 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:19:46.978 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,13:20:23.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 13:20:49.650 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:20:59.652 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:20:59.653 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:21:09.655 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:21:09.656 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:21:19.657 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:21:19.658 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:21:24.809 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:21:24.811 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:21:25.127 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:22:00.567 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:22:10.570 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:22:10.571 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:22:26.691 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: i/o deadline reached 2026-01-03 13:22:26.691 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:22:28.321 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:22:28.322 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:22:28.744 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-03 13:26:48.361 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:26:58.362 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:26:58.363 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:27:08.364 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:27:08.366 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:27:18.367 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:27:18.368 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:27:28.369 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:27:28.369 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:27:31.557 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:27:31.558 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:27:33.870 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:28:45.146 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:28:55.148 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:28:55.148 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:29:05.150 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:29:05.151 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:29:15.153 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:29:15.154 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:29:24.834 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:29:24.836 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:29:25.159 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:33:08.778 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:33:13.406 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:33:13.407 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:33:13.807 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 13:34:25.023 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:34:32.861 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:34:32.862 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:34:33.721 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,13:35:18.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,13:35:26.012] [DEBUG] 6 processes running of frp type [2026-01-03,13:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,13:50:24.628] [DEBUG] 6 processes running of frp type 2026-01-03 13:56:03.807 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:56:13.810 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:56:13.810 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:56:23.812 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 13:56:23.812 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 13:56:25.970 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 13:56:25.972 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 13:56:26.289 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 14:03:24.178 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:03:43.584 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 14:03:43.586 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 14:03:44.509 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 14:04:11.166 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:04:21.168 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:04:21.169 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:04:31.171 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:04:31.171 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:04:41.173 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:04:41.173 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:04:51.174 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:04:51.175 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:05:07.410 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: i/o deadline reached [2026-01-03,14:05:20.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 14:05:27.411 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:05:34.820 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 14:05:34.821 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 14:05:35.875 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,14:05:36.050] [DEBUG] 6 processes running of frp type 2026-01-03 14:15:49.579 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:15:59.581 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:15:59.582 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:16:06.122 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 14:16:06.123 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 14:16:06.463 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,14:20:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,14:20:25.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,14:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,14:35:24.123] [DEBUG] 6 processes running of frp type [2026-01-03,14:50:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,14:50:24.773] [DEBUG] 6 processes running of frp type 2026-01-03 14:54:14.684 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:54:24.687 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:54:24.688 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 14:54:38.771 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 14:54:38.773 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 14:54:39.081 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,15:05:18.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,15:05:25.315] [DEBUG] 6 processes running of frp type 2026-01-03 15:06:17.342 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:06:27.344 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:06:27.345 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:06:37.347 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:06:37.348 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:06:47.349 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:06:47.350 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:07:04.784 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: i/o deadline reached 2026-01-03 15:07:04.785 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:07:06.093 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:07:06.094 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:07:06.474 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:07:45.185 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:07:55.187 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:07:55.188 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:08:05.190 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:08:05.191 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:08:13.537 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:08:13.539 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:08:13.839 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:15:29.626 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:15:39.629 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:15:39.629 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:15:49.631 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:15:49.631 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:15:57.535 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:15:57.537 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:16:03.376 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,15:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,15:20:25.358] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,15:35:17.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 15:35:36.810 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:35:46.811 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:35:46.812 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:35:56.814 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:35:56.815 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:36:06.816 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:36:06.817 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:36:15.581 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:36:15.583 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:36:16.440 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:36:50.996 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:37:00.998 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:37:00.999 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:37:11.001 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:37:11.002 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:37:21.003 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:37:21.004 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:37:31.006 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:37:31.006 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:37:41.008 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-03,15:37:44.620] [DEBUG] 6 processes running of frp type 2026-01-03 15:38:01.010 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:38:02.059 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:38:02.059 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:38:02.464 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:40:15.335 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:40:19.180 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:40:19.181 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:40:19.554 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:40:58.513 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:41:08.516 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:41:08.517 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:41:18.518 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:41:18.519 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:41:26.550 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:41:26.552 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:41:27.193 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:44:04.694 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:44:14.696 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:44:14.697 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:44:24.699 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:44:24.699 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:44:34.930 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:44:34.931 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:44:36.567 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:45:10.047 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:45:22.704 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: connection write timeout 2026-01-03 15:45:22.704 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:45:31.359 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:45:31.360 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:45:31.741 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:46:38.322 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:46:39.789 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:46:39.791 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:46:40.126 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:47:12.237 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:47:13.424 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:47:13.426 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:47:13.744 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:47:52.564 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:48:02.566 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:48:02.567 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:48:12.569 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:48:12.569 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:48:13.841 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:48:13.842 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:48:14.141 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 15:50:06.140 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:50:16.143 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:50:16.144 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,15:50:25.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 15:50:27.735 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:50:27.736 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:50:29.643 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,15:50:32.637] [DEBUG] 6 processes running of frp type 2026-01-03 15:54:11.469 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:54:21.472 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:54:21.473 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:54:31.474 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:54:31.475 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:54:41.476 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:54:41.477 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:54:51.479 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:54:51.479 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:55:01.481 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:55:21.482 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:55:31.484 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:55:51.486 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:56:01.488 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 15:56:21.489 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:56:28.613 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-03 15:56:48.614 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 15:56:49.646 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 15:56:49.647 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 15:56:49.962 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,16:05:18.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,16:05:32.187] [DEBUG] 6 processes running of frp type 2026-01-03 16:06:41.611 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:06:59.095 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:06:59.096 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:07:00.111 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:08:03.277 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:08:11.341 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:08:11.342 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:08:11.787 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:10:59.727 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:11:13.745 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:11:13.747 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:11:15.463 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:11:45.212 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:11:51.735 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:11:51.737 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:11:55.261 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:13:33.697 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:13:43.699 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:13:43.699 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:13:53.701 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:13:53.701 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:14:03.703 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:14:03.703 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:14:13.704 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:14:13.705 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:14:23.707 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:14:43.708 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:14:53.710 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:15:13.712 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:15:27.646 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:15:27.646 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:15:31.740 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:15:55.734 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:16:05.735 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:16:05.736 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:16:15.738 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:16:15.738 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:16:21.706 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:16:21.708 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:16:24.316 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,16:20:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,16:20:24.509] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-03 16:28:00.109 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:28:01.923 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:28:01.924 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:28:02.243 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:29:43.713 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:30:03.065 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: connection write timeout 2026-01-03 16:30:03.065 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:30:04.316 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:30:04.318 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:30:04.895 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:30:43.543 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:30:53.545 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:30:53.546 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:31:03.548 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:31:03.548 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:31:13.550 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:31:13.551 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:31:23.553 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:31:23.554 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:31:33.555 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:31:53.557 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:32:03.559 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:32:23.560 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:32:27.552 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:32:27.553 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:32:27.992 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,16:35:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,16:35:26.625] [DEBUG] 6 processes running of frp type 2026-01-03 16:37:23.454 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:37:24.556 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:37:24.557 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:37:24.978 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:38:03.768 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:38:13.770 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:38:13.771 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:38:15.465 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:38:15.466 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:38:15.758 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:38:54.397 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:39:04.399 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:39:04.400 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:39:14.402 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:39:14.402 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:39:24.404 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:39:24.405 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:39:34.406 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:39:34.407 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:39:44.408 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:40:04.410 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:40:05.609 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:40:05.611 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:40:06.036 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:41:15.650 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:41:25.653 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:41:25.653 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:41:35.655 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:41:35.656 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:41:45.658 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:41:45.659 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:41:55.660 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:41:55.661 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:42:05.662 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:42:25.663 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:42:35.665 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:42:55.667 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:42:56.733 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:42:56.734 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:42:57.055 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:44:47.461 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:44:57.463 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:44:57.464 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:45:10.913 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:45:10.915 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:45:11.537 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:47:52.262 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:47:56.234 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:47:56.235 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:47:56.955 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:49:12.124 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:49:24.826 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:49:24.828 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:49:25.131 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:49:55.812 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:50:05.814 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:50:05.815 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:50:15.816 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 16:50:15.817 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,16:50:22.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 16:50:23.470 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:50:23.472 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:50:23.791 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 16:51:02.715 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:51:09.408 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:51:09.409 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:51:09.907 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,16:51:34.079] [DEBUG] 6 processes running of frp type 2026-01-03 16:51:47.168 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 16:51:51.365 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 16:51:51.367 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 16:51:51.662 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:03:16.866 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:03:26.868 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:03:26.869 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:03:36.870 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:03:36.870 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:03:46.873 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:03:46.873 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:03:56.875 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:03:56.875 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:04:03.419 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:04:03.420 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:04:03.939 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:05:18.752 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,17:05:19.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 17:05:21.076 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:05:21.077 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:05:21.452 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,17:05:25.794] [DEBUG] 6 processes running of frp type 2026-01-03 17:07:01.228 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:07:05.478 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:07:05.479 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:07:06.037 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:16:52.212 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:17:02.214 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:17:02.215 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:17:12.216 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:17:12.217 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:17:21.054 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:17:21.055 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:17:21.495 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:18:24.036 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:18:34.038 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:18:34.039 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:18:44.041 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:18:44.042 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:19:03.977 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: connection write timeout 2026-01-03 17:19:03.978 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:19:13.980 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:19:13.980 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:19:23.981 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:19:43.983 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:19:55.443 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:19:55.445 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:19:56.282 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:20:33.011 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,17:20:33.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 17:20:34.240 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:20:34.241 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:20:34.561 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,17:21:01.160] [DEBUG] 6 processes running of frp type 2026-01-03 17:21:45.643 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:21:55.646 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:21:55.647 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:22:05.648 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:22:05.649 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:22:06.669 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:22:06.671 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:22:07.030 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:23:49.699 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:23:59.701 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:23:59.702 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:24:09.704 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:24:09.704 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:24:31.082 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:24:31.084 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:24:36.102 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-03 17:26:06.410 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:26:16.412 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:26:16.412 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:26:23.170 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:26:23.171 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:26:25.321 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:26:59.844 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:27:09.847 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:27:09.848 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:27:19.850 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:27:19.851 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:27:29.853 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:27:29.854 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:27:41.402 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: connection write timeout 2026-01-03 17:27:41.403 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:27:50.278 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:27:50.280 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:27:50.619 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:28:29.023 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:28:42.982 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:28:42.982 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:28:43.374 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:29:14.709 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:29:24.711 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:29:24.712 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:29:34.713 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:29:34.714 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:29:44.716 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:29:44.717 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:29:54.718 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:29:54.719 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:30:15.429 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: i/o deadline reached 2026-01-03 17:30:15.429 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:30:29.643 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:30:29.645 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:30:30.161 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:32:07.179 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:32:17.181 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:32:17.182 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:32:27.184 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:32:27.184 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:32:37.186 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:32:37.187 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:32:39.905 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:32:39.906 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:32:40.409 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,17:35:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-03 17:35:52.271 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:36:02.273 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:36:02.273 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:36:14.685 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:36:14.686 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:36:26.926 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:36:46.717 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:36:56.719 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:36:56.720 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:37:06.722 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:37:06.723 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:37:16.725 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:37:16.726 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:37:21.842 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:37:21.844 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:37:22.171 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-01-03 17:38:31.241 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:38:41.242 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:38:41.243 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:38:51.244 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:38:51.245 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:39:01.247 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:39:01.247 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:39:11.249 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:39:11.250 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:39:21.252 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:39:41.254 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:39:51.256 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:40:11.258 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:40:21.259 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:40:41.261 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:40:44.676 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:40:44.677 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:40:45.027 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:42:27.446 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:42:37.448 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:42:37.449 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:42:47.450 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:42:47.451 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:42:57.452 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:42:57.452 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:43:11.779 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: connection write timeout 2026-01-03 17:43:11.780 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:43:21.782 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:43:41.783 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:43:51.785 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:44:11.785 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:44:12.883 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:44:12.885 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:44:13.542 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 17:44:52.134 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:45:02.135 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 17:45:02.136 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 17:45:03.021 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 17:45:03.022 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 17:45:03.319 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,17:50:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,17:50:24.389] [DEBUG] 6 processes running of frp type [2026-01-03,18:05:18.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,18:05:25.027] [DEBUG] 6 processes running of frp type 2026-01-03 18:12:54.854 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:12:55.751 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 18:12:55.752 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 18:12:56.045 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success [2026-01-03,18:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,18:20:23.797] [DEBUG] 6 processes running of frp type 2026-01-03 18:21:16.660 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:21:26.662 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:21:26.662 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:21:36.665 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:21:36.665 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:21:46.667 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:21:46.667 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:21:56.669 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:21:56.670 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:22:06.671 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:22:26.673 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:22:27.652 [I] [client/service.go:286] [4a8f34dbfb5433fb] login to server success, get run id [4a8f34dbfb5433fb] 2026-01-03 18:22:27.654 [I] [proxy/proxy_manager.go:173] [4a8f34dbfb5433fb] proxy added: [DTN57CC5599] 2026-01-03 18:22:27.974 [I] [client/control.go:168] [4a8f34dbfb5433fb] [DTN57CC5599] start proxy success 2026-01-03 18:24:38.146 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:24:48.148 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:24:48.149 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:24:58.150 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:24:58.151 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... 2026-01-03 18:25:08.152 [W] [client/service.go:297] [4a8f34dbfb5433fb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 18:25:08.153 [I] [client/service.go:294] [4a8f34dbfb5433fb] try to connect to server... [2026-01-03,18:25:41.293] [INFO] Initializing BusSpeedStateManager V2 [2026-01-03,18:25:41.301] [INFO] LocationSqlManager initialising [2026-01-03,18:25:41.302] [INFO] Location DB initialising [2026-01-03,18:25:41.313] [INFO] LocationSqlManager initialisation complete [2026-01-03,18:25:41.314] [DEBUG] UploadManager Init [2026-01-03,18:25:41.314] [DEBUG] UploadManager Init Complete [2026-01-03,18:25:41.319] [INFO] Initializing GPS... [2026-01-03,18:25:41.322] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,18:27:45.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,18:27:57.529] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-03,18:29:10.071] [DEBUG] Log Upload Complete! [2026-01-03,18:30:49.339] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-03,18:30:51.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,18:30:59.333] [DEBUG] Remote Access Enabled [2026-01-03,18:31:11.386] [INFO] Server Address: 138.201.17.179 [2026-01-03,18:31:11.387] [INFO] Server Port: 7000 [2026-01-03,18:31:11.393] [DEBUG] Starting Remote Access! 2026-01-03 18:31:11.525 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-03 18:31:11.526 [I] [client/service.go:294] try to connect to server... 2026-01-03 18:31:12.490 [I] [client/service.go:286] [98782c5be4cec2d8] login to server success, get run id [98782c5be4cec2d8] 2026-01-03 18:31:12.491 [I] [proxy/proxy_manager.go:173] [98782c5be4cec2d8] proxy added: [DTN57CC5599] 2026-01-03 18:31:12.811 [I] [client/control.go:168] [98782c5be4cec2d8] [DTN57CC5599] start proxy success [2026-01-03,18:35:18.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,18:35:26.248] [DEBUG] 6 processes running of frp type [2026-01-03,18:50:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,18:50:24.687] [DEBUG] 6 processes running of frp type [2026-01-03,19:05:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,19:05:23.666] [DEBUG] 6 processes running of frp type [2026-01-03,19:20:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,19:20:24.758] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,19:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,19:35:24.358] [DEBUG] 6 processes running of frp type 2026-01-03 19:46:51.832 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 19:47:01.833 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 19:47:01.833 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 19:47:07.814 [I] [client/service.go:286] [98782c5be4cec2d8] login to server success, get run id [98782c5be4cec2d8] 2026-01-03 19:47:07.815 [I] [proxy/proxy_manager.go:173] [98782c5be4cec2d8] proxy added: [DTN57CC5599] 2026-01-03 19:47:08.147 [I] [client/control.go:168] [98782c5be4cec2d8] [DTN57CC5599] start proxy success [2026-01-03,19:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,19:50:28.554] [DEBUG] 6 processes running of frp type [2026-01-03,20:05:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,20:05:24.531] [DEBUG] 6 processes running of frp type [2026-01-03,20:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,20:20:24.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,20:35:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,20:35:26.859] [DEBUG] 6 processes running of frp type [2026-01-03,20:50:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,20:50:24.154] [DEBUG] 6 processes running of frp type [2026-01-03,21:05:20.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,21:05:29.344] [DEBUG] 6 processes running of frp type [2026-01-03,21:20:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,21:20:25.367] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,21:35:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,21:35:24.937] [DEBUG] 6 processes running of frp type [2026-01-03,21:50:16.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,21:50:23.520] [DEBUG] 6 processes running of frp type 2026-01-03 21:59:48.569 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 21:59:59.531 [I] [client/service.go:286] [98782c5be4cec2d8] login to server success, get run id [98782c5be4cec2d8] 2026-01-03 21:59:59.532 [I] [proxy/proxy_manager.go:173] [98782c5be4cec2d8] proxy added: [DTN57CC5599] 2026-01-03 22:00:01.071 [I] [client/control.go:168] [98782c5be4cec2d8] [DTN57CC5599] start proxy success [2026-01-03,22:05:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,22:05:24.490] [DEBUG] 6 processes running of frp type [2026-01-03,22:20:19.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,22:20:25.981] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,22:35:18.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,22:35:26.048] [DEBUG] 6 processes running of frp type [2026-01-03,22:50:18.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,22:50:26.554] [DEBUG] 6 processes running of frp type 2026-01-03 22:54:49.974 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 22:54:59.976 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 22:54:59.976 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 22:55:09.978 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 22:55:09.979 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 22:55:19.980 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 22:55:19.981 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-03 22:55:21.663 [I] [client/service.go:286] [98782c5be4cec2d8] login to server success, get run id [98782c5be4cec2d8] 2026-01-03 22:55:21.665 [I] [proxy/proxy_manager.go:173] [98782c5be4cec2d8] proxy added: [DTN57CC5599] 2026-01-03 22:55:23.882 [I] [client/control.go:168] [98782c5be4cec2d8] [DTN57CC5599] start proxy success [2026-01-03,23:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,23:05:24.857] [DEBUG] 6 processes running of frp type [2026-01-03,23:20:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,23:20:24.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,23:35:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,23:35:24.546] [DEBUG] 6 processes running of frp type [2026-01-03,23:50:17.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-03,23:50:24.897] [DEBUG] 6 processes running of frp type [2026-01-04,00:05:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,00:05:23.736] [DEBUG] 6 processes running of frp type [2026-01-04,00:20:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,00:20:24.793] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,00:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,00:35:23.768] [DEBUG] 6 processes running of frp type [2026-01-04,00:50:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,00:50:24.366] [DEBUG] 6 processes running of frp type [2026-01-04,01:05:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,01:05:24.331] [DEBUG] 6 processes running of frp type 2026-01-04 01:09:07.581 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:09:17.583 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:09:17.583 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:09:27.585 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:09:27.586 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:09:37.587 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:09:37.588 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:09:47.589 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:09:47.589 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:09:57.591 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:10:17.591 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:10:27.594 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:10:47.596 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:10:57.598 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:11:17.600 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:11:27.601 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:11:47.603 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:11:47.622 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 01:12:07.624 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:12:07.628 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 01:12:27.629 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:12:27.634 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 01:12:47.635 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:12:47.641 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 01:13:07.642 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:13:07.646 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 01:13:27.647 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 01:13:28.597 [I] [client/service.go:286] [98782c5be4cec2d8] login to server success, get run id [98782c5be4cec2d8] 2026-01-04 01:13:28.598 [I] [proxy/proxy_manager.go:173] [98782c5be4cec2d8] proxy added: [DTN57CC5599] 2026-01-04 01:13:29.066 [I] [client/control.go:168] [98782c5be4cec2d8] [DTN57CC5599] start proxy success [2026-01-04,01:20:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,01:20:24.197] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,01:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,01:35:24.101] [DEBUG] 6 processes running of frp type [2026-01-04,01:50:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,01:50:23.873] [DEBUG] 6 processes running of frp type [2026-01-04,02:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,02:05:23.699] [DEBUG] 6 processes running of frp type [2026-01-04,02:20:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,02:20:24.397] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,02:35:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,02:35:24.541] [DEBUG] 6 processes running of frp type [2026-01-04,02:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,02:50:30.013] [DEBUG] 6 processes running of frp type [2026-01-04,03:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,03:05:23.965] [DEBUG] 6 processes running of frp type [2026-01-04,03:20:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,03:20:23.647] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,03:35:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,03:35:24.470] [DEBUG] 6 processes running of frp type [2026-01-04,03:50:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,03:50:24.205] [DEBUG] 6 processes running of frp type [2026-01-04,04:05:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,04:05:24.376] [DEBUG] 6 processes running of frp type 2026-01-04 04:06:46.646 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:06:46.652 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:06:48.700 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:06:48.704 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:06:53.089 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:06:53.095 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:07:02.733 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:07:02.737 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:07:22.739 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:07:22.743 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:07:42.744 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:07:42.748 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:08:02.750 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:08:02.754 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:08:22.756 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:08:22.762 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:08:42.762 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:08:42.766 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:09:02.767 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:09:02.769 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:09:22.770 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:09:22.773 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:09:42.774 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:09:42.781 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:10:02.782 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:10:02.784 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:10:22.785 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:10:22.788 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:10:42.789 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:10:42.793 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:11:02.794 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:11:02.797 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:11:22.798 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:11:22.803 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:11:42.804 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:11:42.809 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:12:02.810 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:12:02.813 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:12:22.814 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:12:22.817 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:12:42.818 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:12:42.821 [W] [client/service.go:297] [98782c5be4cec2d8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:13:02.822 [I] [client/service.go:294] [98782c5be4cec2d8] try to connect to server... 2026-01-04 04:13:03.733 [I] [client/service.go:286] [98782c5be4cec2d8] login to server success, get run id [98782c5be4cec2d8] 2026-01-04 04:13:03.734 [I] [proxy/proxy_manager.go:173] [98782c5be4cec2d8] proxy added: [DTN57CC5599] 2026-01-04 04:13:04.028 [I] [client/control.go:168] [98782c5be4cec2d8] [DTN57CC5599] start proxy success [2026-01-04,04:20:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,04:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,04:35:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,04:35:25.007] [DEBUG] 6 processes running of frp type [2026-01-04,04:50:17.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,04:50:23.697] [DEBUG] 6 processes running of frp type [2026-01-04,05:05:17.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,05:05:24.758] [DEBUG] 6 processes running of frp type [2026-01-04,05:20:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,05:20:23.859] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,05:35:17.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,05:35:24.414] [DEBUG] 6 processes running of frp type [2026-01-04,05:50:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,05:50:24.708] [DEBUG] 6 processes running of frp type [2026-01-04,06:05:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,06:05:24.319] [DEBUG] 6 processes running of frp type [2026-01-04,06:20:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,06:20:24.394] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,06:30:40.846] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,06:30:40.853] [INFO] LocationSqlManager initialising [2026-01-04,06:30:40.853] [INFO] Location DB initialising [2026-01-04,06:30:40.864] [INFO] LocationSqlManager initialisation complete [2026-01-04,06:30:40.865] [DEBUG] UploadManager Init [2026-01-04,06:30:40.866] [DEBUG] UploadManager Init Complete [2026-01-04,06:30:40.870] [INFO] Initializing GPS... [2026-01-04,06:30:40.873] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,06:32:44.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,06:32:51.235] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-04,06:33:10.751] [DEBUG] Log Upload Complete! [2026-01-04,06:35:44.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,06:35:44.663] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-04,06:35:51.385] [DEBUG] Remote Access Enabled [2026-01-04,06:35:58.028] [INFO] Server Address: 138.201.17.179 [2026-01-04,06:35:58.029] [INFO] Server Port: 7000 [2026-01-04,06:35:58.034] [DEBUG] Starting Remote Access! 2026-01-04 06:35:58.169 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 06:35:58.169 [I] [client/service.go:294] try to connect to server... 2026-01-04 06:35:59.166 [I] [client/service.go:286] [dca4c685004ee95f] login to server success, get run id [dca4c685004ee95f] 2026-01-04 06:35:59.168 [I] [proxy/proxy_manager.go:173] [dca4c685004ee95f] proxy added: [DTN57CC5599] 2026-01-04 06:35:59.643 [I] [client/control.go:168] [dca4c685004ee95f] [DTN57CC5599] start proxy success [2026-01-04,06:50:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,06:50:25.210] [DEBUG] 6 processes running of frp type [2026-01-04,07:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,07:05:24.342] [DEBUG] 6 processes running of frp type [2026-01-04,07:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,07:20:24.851] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,07:35:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,07:35:23.988] [DEBUG] 6 processes running of frp type [2026-01-04,07:50:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,07:50:24.646] [DEBUG] 6 processes running of frp type [2026-01-04,08:02:18.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,08:02:24.642] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-04,08:02:35.284] [DEBUG] Log Upload Complete! [2026-01-04,08:05:18.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,08:05:24.907] [DEBUG] 6 processes running of frp type [2026-01-04,08:20:22.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,08:20:29.442] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,08:35:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,08:35:24.521] [DEBUG] 6 processes running of frp type [2026-01-04,08:50:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,08:50:23.743] [DEBUG] 6 processes running of frp type 2026-01-04 09:00:33.384 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:00:43.386 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 09:00:43.387 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:00:53.389 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 09:00:53.390 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:01:03.391 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 09:01:03.392 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:01:13.394 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 09:01:13.394 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:01:23.396 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 09:01:43.398 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:01:53.400 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 09:02:13.401 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:02:13.405 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:02:33.407 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:02:33.413 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:02:53.415 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:02:53.420 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:03:13.421 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:03:13.581 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:03:33.582 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:03:33.588 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:03:53.589 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:03:53.592 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:04:13.593 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:04:13.597 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:04:33.599 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:04:33.604 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:04:53.606 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:04:53.609 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:05:13.609 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:05:13.614 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:05:33.615 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:05:33.620 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:05:53.621 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:05:53.624 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:06:13.626 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:06:13.632 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:06:33.634 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:06:33.655 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:06:53.656 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:06:53.659 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:07:13.660 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:07:13.664 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:07:33.665 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:07:33.671 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:07:53.672 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:07:53.676 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 09:08:13.676 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 09:08:14.651 [I] [client/service.go:286] [dca4c685004ee95f] login to server success, get run id [dca4c685004ee95f] 2026-01-04 09:08:14.652 [I] [proxy/proxy_manager.go:173] [dca4c685004ee95f] proxy added: [DTN57CC5599] 2026-01-04 09:08:14.996 [I] [client/control.go:168] [dca4c685004ee95f] [DTN57CC5599] start proxy success [2026-01-04,09:20:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,09:20:24.900] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,09:35:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,09:35:24.504] [DEBUG] 6 processes running of frp type [2026-01-04,09:50:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,09:50:24.681] [DEBUG] 6 processes running of frp type [2026-01-04,10:05:18.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,10:05:25.186] [DEBUG] 6 processes running of frp type [2026-01-04,10:20:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,10:20:24.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,10:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,10:35:24.489] [DEBUG] 6 processes running of frp type [2026-01-04,10:50:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,10:50:23.862] [DEBUG] 6 processes running of frp type [2026-01-04,11:05:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,11:05:23.834] [DEBUG] 6 processes running of frp type [2026-01-04,11:20:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,11:20:23.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,11:35:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,11:35:23.797] [DEBUG] 6 processes running of frp type [2026-01-04,11:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,11:50:24.250] [DEBUG] 6 processes running of frp type [2026-01-04,12:05:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,12:05:24.281] [DEBUG] 6 processes running of frp type [2026-01-04,12:20:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,12:20:24.530] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,12:35:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,12:35:24.088] [DEBUG] 6 processes running of frp type [2026-01-04,12:50:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,12:50:23.985] [DEBUG] 6 processes running of frp type [2026-01-04,13:05:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,13:05:23.884] [DEBUG] 6 processes running of frp type [2026-01-04,13:20:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,13:20:23.746] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,13:35:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,13:35:24.621] [DEBUG] 6 processes running of frp type [2026-01-04,13:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,13:50:24.163] [DEBUG] 6 processes running of frp type [2026-01-04,14:05:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,14:05:24.067] [DEBUG] 6 processes running of frp type [2026-01-04,14:20:18.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,14:20:24.895] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,14:35:18.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,14:35:25.215] [DEBUG] 6 processes running of frp type [2026-01-04,14:50:18.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,14:50:26.011] [DEBUG] 6 processes running of frp type [2026-01-04,15:05:19.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,15:05:26.659] [DEBUG] 6 processes running of frp type [2026-01-04,15:20:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,15:20:24.813] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,15:35:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,15:35:24.683] [DEBUG] 6 processes running of frp type [2026-01-04,15:50:17.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,15:50:23.715] [DEBUG] 6 processes running of frp type [2026-01-04,16:05:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,16:05:26.687] [DEBUG] 6 processes running of frp type [2026-01-04,16:20:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,16:20:24.670] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,16:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,16:35:24.217] [DEBUG] 6 processes running of frp type [2026-01-04,16:50:18.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,16:50:24.917] [DEBUG] 6 processes running of frp type [2026-01-04,17:05:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,17:05:23.961] [DEBUG] 6 processes running of frp type [2026-01-04,17:20:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,17:20:24.149] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 17:29:40.464 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:29:50.466 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:50.467 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:30:00.469 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:30:00.469 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:30:02.633 [W] [client/service.go:297] [dca4c685004ee95f] connect to server error: session shutdown 2026-01-04 17:30:11.822 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:30:15.598 [I] [client/service.go:286] [dca4c685004ee95f] login to server success, get run id [dca4c685004ee95f] 2026-01-04 17:30:15.599 [I] [proxy/proxy_manager.go:173] [dca4c685004ee95f] proxy added: [DTN57CC5599] 2026-01-04 17:30:16.288 [I] [client/control.go:168] [dca4c685004ee95f] [DTN57CC5599] start proxy success 2026-01-04 17:30:44.908 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:30:48.729 [I] [client/service.go:286] [dca4c685004ee95f] login to server success, get run id [dca4c685004ee95f] 2026-01-04 17:30:48.730 [I] [proxy/proxy_manager.go:173] [dca4c685004ee95f] proxy added: [DTN57CC5599] 2026-01-04 17:30:51.017 [I] [client/control.go:168] [dca4c685004ee95f] [DTN57CC5599] start proxy success 2026-01-04 17:31:17.948 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:31:19.262 [I] [client/service.go:286] [dca4c685004ee95f] login to server success, get run id [dca4c685004ee95f] 2026-01-04 17:31:19.263 [I] [proxy/proxy_manager.go:173] [dca4c685004ee95f] proxy added: [DTN57CC5599] 2026-01-04 17:31:19.603 [I] [client/control.go:168] [dca4c685004ee95f] [DTN57CC5599] start proxy success 2026-01-04 17:31:48.995 [I] [client/service.go:294] [dca4c685004ee95f] try to connect to server... 2026-01-04 17:31:49.968 [I] [client/service.go:286] [dca4c685004ee95f] login to server success, get run id [dca4c685004ee95f] 2026-01-04 17:31:49.969 [I] [proxy/proxy_manager.go:173] [dca4c685004ee95f] proxy added: [DTN57CC5599] 2026-01-04 17:31:50.290 [I] [client/control.go:168] [dca4c685004ee95f] [DTN57CC5599] start proxy success [2026-01-04,17:35:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,17:35:24.179] [DEBUG] 6 processes running of frp type [2026-01-04,17:50:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,17:50:25.284] [DEBUG] 6 processes running of frp type [2026-01-04,18:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,18:05:24.353] [DEBUG] 6 processes running of frp type [2026-01-04,18:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,18:20:24.616] [DEBUG] 6 processes running of frp type [2026-01-04,18:25:42.055] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,18:25:42.060] [INFO] LocationSqlManager initialising [2026-01-04,18:25:42.060] [INFO] Location DB initialising [2026-01-04,18:25:42.069] [INFO] LocationSqlManager initialisation complete [2026-01-04,18:25:42.070] [DEBUG] UploadManager Init [2026-01-04,18:25:42.071] [DEBUG] UploadManager Init Complete [2026-01-04,18:25:42.074] [INFO] Initializing GPS... [2026-01-04,18:25:42.077] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,18:27:44.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,18:27:51.618] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-04,18:28:40.789] [DEBUG] Log Upload Complete! [2026-01-04,18:30:45.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,18:30:51.787] [DEBUG] Remote Access Enabled [2026-01-04,18:30:58.902] [INFO] Server Address: 138.201.17.179 [2026-01-04,18:30:58.904] [INFO] Server Port: 7000 [2026-01-04,18:30:58.910] [DEBUG] Starting Remote Access! 2026-01-04 18:30:59.041 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 18:30:59.042 [I] [client/service.go:294] try to connect to server... 2026-01-04 18:31:02.674 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:31:02.675 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:31:10.389 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 18:33:14.150 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:33:15.264 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:33:15.265 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:33:15.575 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,18:35:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,18:35:23.903] [DEBUG] 6 processes running of frp type 2026-01-04 18:44:40.161 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:44:50.163 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:44:50.164 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:45:00.166 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:00.167 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:45:10.169 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:10.170 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:45:20.172 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:20.172 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:45:37.781 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 18:45:57.782 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:46:08.663 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 18:46:28.664 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:46:29.401 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:46:29.403 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:46:29.666 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 18:47:08.916 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:47:18.918 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:47:18.919 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:47:28.921 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:47:28.921 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:47:32.072 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:47:32.073 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:47:32.342 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 18:48:43.203 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:48:53.206 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:48:53.207 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:48:54.386 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:48:54.387 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:48:55.039 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,18:50:18.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,18:50:25.017] [DEBUG] 6 processes running of frp type 2026-01-04 18:50:41.357 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:50:51.358 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:50:51.359 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:50:55.909 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:50:55.911 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:50:56.235 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 18:55:37.359 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:55:47.361 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:55:47.362 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:55:57.364 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:55:57.364 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:56:07.366 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:56:07.366 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 18:56:09.131 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 18:56:09.133 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 18:56:09.434 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:00:35.588 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:00:36.638 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:00:36.639 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:00:37.438 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:02:20.191 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:02:22.201 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:02:22.202 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:02:22.527 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,19:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,19:05:23.993] [DEBUG] 6 processes running of frp type 2026-01-04 19:11:39.904 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:11:49.906 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:11:49.907 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:11:59.908 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:11:59.909 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:12:08.009 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:12:08.010 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:12:08.269 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:14:48.491 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:14:58.493 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:14:58.493 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:15:08.494 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:15:08.495 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:15:13.382 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:15:13.383 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:15:13.748 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:15:52.348 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:16:02.350 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:02.351 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:16:12.352 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:12.353 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:16:22.355 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:22.355 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:16:32.357 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:32.357 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:16:42.359 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:17:02.360 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:17:08.144 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:17:08.146 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:17:08.921 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:19:39.823 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:19:49.408 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:19:49.410 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:20:09.724 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,19:20:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,19:20:25.058] [DEBUG] 6 processes running of frp type 2026-01-04 19:22:28.740 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:22:35.914 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:22:35.915 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:22:38.121 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:24:50.504 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:25:00.506 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:25:00.507 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:25:03.587 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:25:03.589 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:25:10.291 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 19:26:15.090 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:26:18.872 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:26:18.873 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:26:19.365 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:33:32.665 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:33:42.667 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:33:42.668 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:33:52.670 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:33:52.671 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:34:02.672 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:34:02.673 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:34:10.982 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:34:10.983 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:34:11.267 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,19:35:18.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,19:35:25.689] [DEBUG] 6 processes running of frp type 2026-01-04 19:42:25.558 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:42:35.560 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:35.561 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:42:45.562 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:45.563 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:42:55.564 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:55.565 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:43:05.566 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:43:05.567 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:43:15.568 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:43:35.569 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:43:39.857 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:43:39.859 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:43:40.660 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:44:08.899 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:44:12.227 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:44:12.229 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:44:13.820 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:46:50.506 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:46:52.162 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:46:52.163 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:46:52.480 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:49:02.450 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:49:12.451 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:49:12.452 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:49:22.453 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:49:22.453 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:49:26.848 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:49:26.850 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:49:28.844 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:50:05.235 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:50:15.237 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:50:15.238 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:50:16.183 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:50:16.185 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:50:16.509 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,19:50:17.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,19:50:23.823] [DEBUG] 6 processes running of frp type 2026-01-04 19:54:58.263 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:55:02.139 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:55:02.140 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:55:02.543 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:57:09.701 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:57:19.704 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:57:19.704 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:57:29.706 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:57:29.707 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:57:38.375 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:57:38.376 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:57:39.216 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:58:41.797 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:58:42.657 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:58:42.658 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:58:42.938 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 19:59:22.064 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:59:32.065 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:32.066 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:59:42.067 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:42.068 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 19:59:50.416 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 19:59:50.417 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 19:59:50.694 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 20:04:12.656 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:04:13.759 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 20:04:13.760 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 20:04:14.100 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,20:05:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,20:05:24.286] [DEBUG] 6 processes running of frp type 2026-01-04 20:13:20.096 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:13:27.260 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:13:27.261 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:13:27.264 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:13:31.805 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:13:31.810 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:13:41.095 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:13:41.099 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:14:00.389 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:14:00.394 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:14:20.395 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:14:20.398 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:14:40.399 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:14:40.402 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:15:00.403 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:15:00.408 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:15:20.409 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:15:20.413 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:15:40.414 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:15:40.419 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:16:00.420 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:16:00.427 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:16:20.428 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:16:20.431 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:16:40.432 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:16:40.438 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:17:00.439 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:17:00.444 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:17:20.446 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:17:20.450 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:17:40.452 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:17:40.457 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:18:00.459 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:18:00.627 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:18:20.629 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:18:20.633 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:18:40.634 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:18:40.640 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:19:00.641 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:19:00.644 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:19:20.645 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:19:20.649 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:19:40.651 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:19:40.655 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:20:00.656 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:20:00.660 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:20:20.662 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:20:20.667 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:20:40.668 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:20:40.674 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:21:00.674 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:21:00.677 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:21:20.678 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:21:30.680 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:50.682 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:22:00.684 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:22:20.685 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:22:30.687 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:22:50.689 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:23:05.916 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: read tcp 192.168.2.4:52250->138.201.17.179:7000: read: connection reset by peer 2026-01-04 20:23:25.918 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:23:36.292 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:23:56.294 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:24:06.875 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:24:26.877 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:24:36.880 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:24:56.881 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:25:09.345 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 20:25:29.347 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:25:39.349 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:25:59.350 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 20:26:09.688 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:26:29.689 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:26:39.691 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:26:59.692 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:27:09.694 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:27:29.695 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:27:39.697 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:27:59.698 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:28:09.700 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:28:29.701 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:28:30.758 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 20:28:30.759 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 20:28:31.083 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 20:30:10.922 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:30:20.923 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:30:20.924 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:30:30.925 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:30:30.926 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:30:40.928 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:30:40.928 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:30:49.770 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 20:31:09.772 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:31:19.774 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:31:39.775 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:31:57.007 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:32:17.008 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:32:27.010 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:32:47.012 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:32:58.377 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:33:18.378 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:33:28.380 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:33:48.381 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:34:04.804 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:34:24.805 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:34:34.807 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:34:54.809 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:35:04.810 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:35:24.812 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:35:28.035 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 20:35:28.036 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 20:35:28.307 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,20:35:33.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,20:35:40.805] [DEBUG] 6 processes running of frp type 2026-01-04 20:36:37.875 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:36:47.877 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:36:47.878 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:36:57.879 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:36:57.880 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:37:07.881 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:37:07.882 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:37:17.884 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:37:37.885 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:37:50.029 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 20:38:10.031 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:38:23.068 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:38:43.071 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:38:59.601 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:39:19.602 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:39:36.318 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:39:56.320 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:40:10.796 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:40:30.798 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:40:40.800 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:41:00.802 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:41:10.804 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:41:30.806 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:41:40.807 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:42:00.809 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:42:10.811 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:42:30.812 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:42:30.816 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:42:50.817 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:42:50.823 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:43:10.824 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:43:10.831 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:43:30.832 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:43:30.835 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:43:50.836 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:43:50.840 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:44:10.842 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:44:10.847 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:44:30.849 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:44:30.861 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:44:50.863 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:44:50.869 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:45:10.870 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:45:10.888 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:45:30.889 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:45:30.892 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 20:45:50.893 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:46:00.894 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:20.896 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:46:30.898 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:50.899 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:47:00.901 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:47:20.902 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:47:39.228 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:47:59.231 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:48:00.531 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 20:48:00.532 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 20:48:01.131 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 20:48:39.847 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:48:49.850 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:48:49.851 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:48:59.852 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:48:59.853 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:49:11.060 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 20:49:11.061 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 20:49:13.274 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 20:50:46.869 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:50:56.870 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:50:56.871 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:51:06.873 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:51:06.874 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:51:16.876 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:51:16.876 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... [2026-01-04,20:51:27.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-04 20:51:39.121 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 20:51:39.121 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-04 20:51:49.124 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:52:09.125 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:52:19.127 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:52:39.128 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:52:49.130 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:53:09.132 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:53:22.785 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 20:53:42.787 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:53:53.983 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:54:13.984 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:54:23.986 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:54:43.987 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:54:53.990 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:55:13.991 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:55:23.992 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:55:43.993 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:55:53.995 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:56:13.996 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:56:23.998 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:56:43.999 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:56:54.002 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:57:14.004 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:57:25.357 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:57:45.358 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:58:02.061 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 20:58:22.063 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:58:35.507 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 20:58:55.509 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:59:05.511 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:59:25.512 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 20:59:35.514 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:59:55.515 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:00:09.908 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:00:29.910 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:00:39.912 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:00:59.913 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:01:09.916 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:01:29.917 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:01:43.840 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:02:03.841 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:02:13.843 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:02:33.844 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:02:48.463 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:03:08.464 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:03:28.008 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:03:48.009 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:03:58.011 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:04:18.012 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:04:32.295 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:04:52.298 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:05:02.299 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-04,21:05:18.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-04 21:05:22.301 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:05:25.096 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:05:25.097 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:05:29.900 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,21:05:35.062] [DEBUG] 6 processes running of frp type 2026-01-04 21:07:41.493 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:07:59.959 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:07:59.960 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:08:09.961 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:08:09.962 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:08:18.045 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: read tcp 192.168.2.4:48016->138.201.17.179:7000: read: connection reset by peer 2026-01-04 21:08:18.046 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:08:30.930 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:08:30.930 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:08:42.639 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:09:02.640 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:09:13.982 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:09:33.983 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:09:43.984 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:10:03.986 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:10:13.989 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:10:33.990 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:10:43.992 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:03.993 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:11:13.996 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:33.997 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:11:53.819 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:12:13.821 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:12:18.556 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:12:38.557 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:12:43.174 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:13:03.175 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:13:13.178 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:13:33.179 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:14:00.348 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:14:00.349 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:14:13.669 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:14:33.670 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:14:44.491 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:15:04.493 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:15:14.278 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:15:14.279 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:15:21.928 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:15:47.907 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:15:57.909 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:15:57.910 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:16:07.912 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:16:07.913 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:16:17.915 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:16:17.915 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:16:27.917 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:16:27.918 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:16:37.920 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:16:57.921 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:17:08.530 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:17:08.532 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:17:09.919 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:18:08.690 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:18:14.592 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:18:14.593 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:18:33.755 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:18:33.755 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:18:41.860 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:18:41.861 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:18:47.575 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:19:47.053 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:19:53.099 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:19:53.100 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:19:57.244 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:19:57.245 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:19:58.256 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,21:20:23.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,21:21:18.086] [DEBUG] 6 processes running of frp type 2026-01-04 21:21:44.194 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:22:00.212 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:22:00.212 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:22:02.448 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:22:02.449 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:22:02.830 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:23:45.836 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:23:55.839 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:23:55.839 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:24:05.841 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:24:05.842 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:24:15.843 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:24:15.844 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:24:21.489 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:24:41.231 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:24:57.263 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:25:17.264 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:25:27.266 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:47.267 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 21:26:08.549 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:26:08.550 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:26:20.066 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:26:40.067 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:26:59.144 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:27:19.145 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:27:29.759 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:27:29.761 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:27:41.183 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:29:04.265 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:29:10.503 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:29:10.503 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:29:28.307 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:29:28.308 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:29:38.309 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:29:38.309 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:29:59.433 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:29:59.433 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:30:12.003 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:30:32.005 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:30:36.353 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:30:36.355 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:30:40.426 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:31:12.971 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:31:31.910 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:31:31.911 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:31:49.203 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: i/o deadline reached 2026-01-04 21:31:49.203 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:31:55.176 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: session shutdown 2026-01-04 21:31:55.177 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:32:06.241 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:32:06.242 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:32:16.243 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:32:36.244 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:32:46.247 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:33:06.249 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:33:16.250 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:33:36.252 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:33:46.254 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:34:06.256 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:34:20.212 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:34:40.213 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:34:46.215 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: read tcp 192.168.2.4:54986->138.201.17.179:7000: read: connection reset by peer 2026-01-04 21:35:06.217 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:35:18.574 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout [2026-01-04,21:35:24.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-04 21:35:38.575 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:35:55.768 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:36:15.769 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:36:32.419 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:36:52.421 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:37:02.423 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:37:22.424 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:37:32.913 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:37:32.915 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:37:33.298 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:39:20.656 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:39:28.592 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:39:28.593 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:39:30.045 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 21:43:13.943 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:43:29.442 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:43:29.443 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:43:39.445 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:43:39.446 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:43:49.447 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:43:49.448 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:43:59.450 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:43:59.451 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:44:09.453 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:44:29.454 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:44:39.456 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:44:59.458 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:45:09.460 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:45:29.462 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:45:39.464 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:45:59.466 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:46:09.469 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:46:29.470 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:46:41.722 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: connection write timeout 2026-01-04 21:47:01.724 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 21:47:07.756 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 21:47:07.757 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 21:47:08.894 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,21:50:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,21:50:24.681] [DEBUG] 6 processes running of frp type 2026-01-04 22:02:56.979 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:03:06.981 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:03:06.982 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:03:16.983 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:03:16.984 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:03:26.986 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:03:26.986 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:03:36.987 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:03:36.988 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:03:38.117 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 22:03:38.119 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 22:03:38.377 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,22:05:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,22:05:27.487] [DEBUG] 6 processes running of frp type [2026-01-04,22:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,22:20:24.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 22:31:08.513 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:31:18.515 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:31:18.515 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:31:28.517 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:31:28.517 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:31:38.519 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 22:31:38.519 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:31:43.526 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 22:31:43.527 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 22:31:44.150 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success 2026-01-04 22:32:21.961 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 22:32:23.000 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 22:32:23.001 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 22:32:25.459 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,22:35:18.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,22:35:24.776] [DEBUG] 6 processes running of frp type [2026-01-04,22:50:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,22:50:24.682] [DEBUG] 6 processes running of frp type [2026-01-04,23:05:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,23:05:24.625] [DEBUG] 6 processes running of frp type [2026-01-04,23:20:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,23:20:24.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,23:35:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,23:35:27.982] [DEBUG] 6 processes running of frp type 2026-01-04 23:37:31.186 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 23:37:41.188 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 23:37:41.189 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 23:37:51.190 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 23:37:51.191 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-04 23:38:01.232 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-04 23:38:01.233 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-04 23:38:06.121 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-04,23:50:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-04,23:50:24.472] [DEBUG] 6 processes running of frp type [2026-01-05,00:05:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,00:05:24.643] [DEBUG] 6 processes running of frp type [2026-01-05,00:20:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,00:20:24.438] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,00:35:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,00:35:24.416] [DEBUG] 6 processes running of frp type [2026-01-05,00:50:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,00:50:24.149] [DEBUG] 6 processes running of frp type 2026-01-05 00:52:42.573 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:52:52.575 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:52:52.576 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:53:02.577 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:53:02.578 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:53:12.579 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:53:12.580 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:53:22.581 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:53:22.582 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:53:32.583 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:53:52.584 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:54:02.586 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:54:22.587 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:54:32.590 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 00:54:52.591 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:54:52.595 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 00:55:12.596 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 00:55:13.543 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-05 00:55:13.545 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-05 00:55:13.864 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-05,01:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,01:05:24.133] [DEBUG] 6 processes running of frp type [2026-01-05,01:20:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,01:20:23.916] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,01:35:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,01:35:23.689] [DEBUG] 6 processes running of frp type [2026-01-05,01:50:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,01:50:23.892] [DEBUG] 6 processes running of frp type 2026-01-05 01:51:01.297 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 01:51:11.298 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 01:51:11.298 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 01:51:21.300 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 01:51:21.300 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 01:51:25.963 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-05 01:51:25.964 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-05 01:51:26.557 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-05,02:05:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,02:05:23.759] [DEBUG] 6 processes running of frp type [2026-01-05,02:20:18.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,02:20:25.417] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,02:35:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,02:35:24.309] [DEBUG] 6 processes running of frp type 2026-01-05 02:37:33.837 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 02:37:43.839 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 02:37:43.839 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 02:37:45.851 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-05 02:37:45.851 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-05 02:37:46.310 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-05,02:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,02:50:23.824] [DEBUG] 6 processes running of frp type [2026-01-05,03:05:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,03:05:23.459] [DEBUG] 6 processes running of frp type [2026-01-05,03:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,03:20:24.199] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,03:35:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,03:35:24.217] [DEBUG] 6 processes running of frp type [2026-01-05,03:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,03:50:23.967] [DEBUG] 6 processes running of frp type [2026-01-05,04:05:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,04:05:23.698] [DEBUG] 6 processes running of frp type 2026-01-05 04:06:27.807 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 04:06:34.073 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 04:06:34.074 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 04:06:37.113 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 04:06:37.114 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 04:06:40.154 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 04:06:49.625 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 04:06:49.637 [W] [client/service.go:297] [0fdf09e7cafad944] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 04:07:09.638 [I] [client/service.go:294] [0fdf09e7cafad944] try to connect to server... 2026-01-05 04:07:10.576 [I] [client/service.go:286] [0fdf09e7cafad944] login to server success, get run id [0fdf09e7cafad944] 2026-01-05 04:07:10.577 [I] [proxy/proxy_manager.go:173] [0fdf09e7cafad944] proxy added: [DTN57CC5599] 2026-01-05 04:07:10.883 [I] [client/control.go:168] [0fdf09e7cafad944] [DTN57CC5599] start proxy success [2026-01-05,04:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,04:20:24.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,04:35:19.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,04:35:26.110] [DEBUG] 6 processes running of frp type [2026-01-05,04:50:18.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,04:50:24.706] [DEBUG] 6 processes running of frp type [2026-01-05,05:05:18.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,05:05:26.111] [DEBUG] 6 processes running of frp type [2026-01-05,05:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,05:20:24.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,05:35:18.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,05:35:25.550] [DEBUG] 6 processes running of frp type [2026-01-05,05:50:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,05:50:23.816] [DEBUG] 6 processes running of frp type [2026-01-05,06:05:20.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,06:05:30.938] [DEBUG] 6 processes running of frp type [2026-01-05,06:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,06:20:23.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,06:30:40.919] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,06:30:40.926] [INFO] LocationSqlManager initialising [2026-01-05,06:30:40.928] [INFO] Location DB initialising [2026-01-05,06:30:40.937] [INFO] LocationSqlManager initialisation complete [2026-01-05,06:30:40.938] [DEBUG] UploadManager Init [2026-01-05,06:30:40.939] [DEBUG] UploadManager Init Complete [2026-01-05,06:30:40.942] [INFO] Initializing GPS... [2026-01-05,06:30:40.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,06:32:44.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,06:32:52.704] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,06:33:13.982] [DEBUG] Log Upload Complete! [2026-01-05,06:35:44.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,06:35:54.016] [DEBUG] Remote Access Enabled [2026-01-05,06:36:00.401] [INFO] Server Address: 138.201.17.179 [2026-01-05,06:36:00.402] [INFO] Server Port: 7000 [2026-01-05,06:36:00.407] [DEBUG] Starting Remote Access! 2026-01-05 06:36:00.534 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 06:36:00.535 [I] [client/service.go:294] try to connect to server... 2026-01-05 06:36:01.688 [I] [client/service.go:286] [253b47ce71030c44] login to server success, get run id [253b47ce71030c44] 2026-01-05 06:36:01.690 [I] [proxy/proxy_manager.go:173] [253b47ce71030c44] proxy added: [DTN57CC5599] 2026-01-05 06:36:02.021 [I] [client/control.go:168] [253b47ce71030c44] [DTN57CC5599] start proxy success 2026-01-05 06:39:13.083 [I] [client/service.go:294] [253b47ce71030c44] try to connect to server... 2026-01-05 06:39:14.211 [I] [client/service.go:286] [253b47ce71030c44] login to server success, get run id [253b47ce71030c44] 2026-01-05 06:39:14.213 [I] [proxy/proxy_manager.go:173] [253b47ce71030c44] proxy added: [DTN57CC5599] 2026-01-05 06:39:14.568 [I] [client/control.go:168] [253b47ce71030c44] [DTN57CC5599] start proxy success [2026-01-05,06:50:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,06:50:24.607] [DEBUG] 6 processes running of frp type [2026-01-05,07:05:18.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,07:05:24.767] [DEBUG] 6 processes running of frp type [2026-01-05,07:20:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,07:20:23.914] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,07:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,07:35:24.278] [DEBUG] 6 processes running of frp type [2026-01-05,07:50:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,07:50:24.334] [DEBUG] 6 processes running of frp type [2026-01-05,08:02:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,08:02:25.679] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,08:02:44.471] [DEBUG] Log Upload Complete! [2026-01-05,08:05:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,08:05:29.849] [DEBUG] 6 processes running of frp type [2026-01-05,08:20:17.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,08:20:23.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,08:35:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,08:35:24.662] [DEBUG] 6 processes running of frp type [2026-01-05,08:50:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,08:50:23.871] [DEBUG] 6 processes running of frp type [2026-01-05,09:05:18.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,09:05:26.519] [DEBUG] 6 processes running of frp type [2026-01-05,09:20:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,09:20:24.256] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,09:35:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,09:35:23.724] [DEBUG] 6 processes running of frp type [2026-01-05,09:50:18.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,09:50:25.321] [DEBUG] 6 processes running of frp type [2026-01-05,10:05:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,10:05:24.533] [DEBUG] 6 processes running of frp type [2026-01-05,10:20:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,10:20:24.686] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,10:35:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,10:35:24.356] [DEBUG] 6 processes running of frp type [2026-01-05,10:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,10:50:24.569] [DEBUG] 6 processes running of frp type [2026-01-05,11:05:17.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,11:05:25.653] [DEBUG] 6 processes running of frp type [2026-01-05,11:20:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,11:20:25.027] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,11:35:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,11:35:24.478] [DEBUG] 6 processes running of frp type [2026-01-05,11:50:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,11:50:24.049] [DEBUG] 6 processes running of frp type [2026-01-05,12:05:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,12:05:24.603] [DEBUG] 6 processes running of frp type 2026-01-05 12:07:06.291 [I] [client/service.go:294] [253b47ce71030c44] try to connect to server... 2026-01-05 12:07:06.296 [W] [client/service.go:297] [253b47ce71030c44] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 12:07:08.480 [I] [client/service.go:294] [253b47ce71030c44] try to connect to server... 2026-01-05 12:07:10.259 [I] [client/service.go:286] [253b47ce71030c44] login to server success, get run id [253b47ce71030c44] 2026-01-05 12:07:10.261 [I] [proxy/proxy_manager.go:173] [253b47ce71030c44] proxy added: [DTN57CC5599] 2026-01-05 12:07:10.624 [I] [client/control.go:168] [253b47ce71030c44] [DTN57CC5599] start proxy success [2026-01-05,12:20:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,12:20:24.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,12:35:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,12:35:24.453] [DEBUG] 6 processes running of frp type [2026-01-05,12:50:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,12:50:24.836] [DEBUG] 6 processes running of frp type [2026-01-05,13:05:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,13:05:24.103] [DEBUG] 6 processes running of frp type [2026-01-05,13:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,13:20:25.088] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,13:35:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,13:35:24.455] [DEBUG] 6 processes running of frp type [2026-01-05,13:50:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,13:50:24.213] [DEBUG] 6 processes running of frp type [2026-01-05,14:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,14:05:24.229] [DEBUG] 6 processes running of frp type [2026-01-05,14:20:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,14:20:24.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,14:35:18.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,14:35:25.219] [DEBUG] 6 processes running of frp type [2026-01-05,14:50:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,14:50:24.396] [DEBUG] 6 processes running of frp type [2026-01-05,15:05:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,15:05:24.536] [DEBUG] 6 processes running of frp type [2026-01-05,15:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,15:20:24.570] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,15:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,15:35:24.565] [DEBUG] 6 processes running of frp type [2026-01-05,15:50:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,15:50:23.947] [DEBUG] 6 processes running of frp type [2026-01-05,16:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,16:05:24.412] [DEBUG] 6 processes running of frp type [2026-01-05,16:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,16:20:24.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,16:35:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,16:35:24.725] [DEBUG] 6 processes running of frp type [2026-01-05,16:50:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,16:50:24.311] [DEBUG] 6 processes running of frp type [2026-01-05,17:05:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,17:05:24.779] [DEBUG] 6 processes running of frp type [2026-01-05,17:20:17.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,17:20:24.310] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,17:35:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,17:35:24.309] [DEBUG] 6 processes running of frp type [2026-01-05,17:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,17:50:24.385] [DEBUG] 6 processes running of frp type [2026-01-05,18:05:18.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,18:05:25.098] [DEBUG] 6 processes running of frp type [2026-01-05,18:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,18:20:24.288] [DEBUG] 6 processes running of frp type [2026-01-05,18:25:41.021] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,18:25:41.026] [INFO] LocationSqlManager initialising [2026-01-05,18:25:41.027] [INFO] Location DB initialising [2026-01-05,18:25:41.037] [INFO] LocationSqlManager initialisation complete [2026-01-05,18:25:41.037] [DEBUG] UploadManager Init [2026-01-05,18:25:41.038] [DEBUG] UploadManager Init Complete [2026-01-05,18:25:41.041] [INFO] Initializing GPS... [2026-01-05,18:25:41.042] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,18:27:44.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,18:27:56.258] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,18:29:00.139] [DEBUG] Log Upload Complete! [2026-01-05,18:30:45.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,18:30:51.840] [DEBUG] Remote Access Enabled [2026-01-05,18:30:58.317] [INFO] Server Address: 138.201.17.179 [2026-01-05,18:30:58.318] [INFO] Server Port: 7000 [2026-01-05,18:30:58.323] [DEBUG] Starting Remote Access! 2026-01-05 18:30:58.453 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 18:30:58.454 [I] [client/service.go:294] try to connect to server... 2026-01-05 18:30:59.403 [I] [client/service.go:286] [01b9015a024b0e9e] login to server success, get run id [01b9015a024b0e9e] 2026-01-05 18:30:59.404 [I] [proxy/proxy_manager.go:173] [01b9015a024b0e9e] proxy added: [DTN57CC5599] 2026-01-05 18:30:59.708 [I] [client/control.go:168] [01b9015a024b0e9e] [DTN57CC5599] start proxy success [2026-01-05,18:35:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,18:35:24.191] [DEBUG] 6 processes running of frp type [2026-01-05,18:50:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,18:50:24.995] [DEBUG] 6 processes running of frp type [2026-01-05,19:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,19:05:24.178] [DEBUG] 6 processes running of frp type [2026-01-05,19:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,19:20:24.295] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,19:35:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,19:35:24.227] [DEBUG] 6 processes running of frp type [2026-01-05,19:50:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,19:50:24.675] [DEBUG] 6 processes running of frp type [2026-01-05,20:05:16.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,20:05:23.864] [DEBUG] 6 processes running of frp type [2026-01-05,20:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,20:20:23.874] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,20:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,20:35:25.258] [DEBUG] 6 processes running of frp type [2026-01-05,20:50:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,20:50:28.135] [DEBUG] 6 processes running of frp type [2026-01-05,21:05:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,21:05:24.751] [DEBUG] 6 processes running of frp type [2026-01-05,21:20:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,21:20:32.437] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,21:35:18.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,21:35:25.483] [DEBUG] 6 processes running of frp type [2026-01-05,21:50:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,21:50:24.583] [DEBUG] 6 processes running of frp type [2026-01-05,22:05:18.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,22:05:26.672] [DEBUG] 6 processes running of frp type [2026-01-05,22:20:18.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,22:20:25.166] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,22:35:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,22:35:25.177] [DEBUG] 6 processes running of frp type 2026-01-05 22:49:04.220 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-05 22:49:11.055 [I] [client/service.go:286] [01b9015a024b0e9e] login to server success, get run id [01b9015a024b0e9e] 2026-01-05 22:49:11.055 [I] [proxy/proxy_manager.go:173] [01b9015a024b0e9e] proxy added: [DTN57CC5599] 2026-01-05 22:49:13.491 [I] [client/control.go:168] [01b9015a024b0e9e] [DTN57CC5599] start proxy success [2026-01-05,22:50:19.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,22:50:48.234] [DEBUG] 6 processes running of frp type [2026-01-05,23:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,23:05:24.948] [DEBUG] 6 processes running of frp type [2026-01-05,23:20:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,23:20:23.818] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-05 23:32:03.087 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-05 23:32:13.088 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-05 23:32:13.088 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-05 23:32:16.514 [I] [client/service.go:286] [01b9015a024b0e9e] login to server success, get run id [01b9015a024b0e9e] 2026-01-05 23:32:16.515 [I] [proxy/proxy_manager.go:173] [01b9015a024b0e9e] proxy added: [DTN57CC5599] 2026-01-05 23:32:16.872 [I] [client/control.go:168] [01b9015a024b0e9e] [DTN57CC5599] start proxy success 2026-01-05 23:32:55.052 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-05 23:32:57.120 [I] [client/service.go:286] [01b9015a024b0e9e] login to server success, get run id [01b9015a024b0e9e] 2026-01-05 23:32:57.121 [I] [proxy/proxy_manager.go:173] [01b9015a024b0e9e] proxy added: [DTN57CC5599] 2026-01-05 23:32:57.463 [I] [client/control.go:168] [01b9015a024b0e9e] [DTN57CC5599] start proxy success [2026-01-05,23:35:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,23:35:23.897] [DEBUG] 6 processes running of frp type [2026-01-05,23:50:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-05,23:50:23.655] [DEBUG] 6 processes running of frp type [2026-01-06,00:05:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,00:05:24.408] [DEBUG] 6 processes running of frp type [2026-01-06,00:20:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,00:20:24.280] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,00:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,00:35:24.149] [DEBUG] 6 processes running of frp type [2026-01-06,00:50:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,00:50:24.215] [DEBUG] 6 processes running of frp type [2026-01-06,01:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,01:05:24.289] [DEBUG] 6 processes running of frp type [2026-01-06,01:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,01:20:24.122] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,01:35:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,01:35:23.984] [DEBUG] 6 processes running of frp type [2026-01-06,01:50:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,01:50:24.550] [DEBUG] 6 processes running of frp type [2026-01-06,02:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,02:05:24.350] [DEBUG] 6 processes running of frp type [2026-01-06,02:20:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,02:20:24.440] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,02:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,02:35:24.471] [DEBUG] 6 processes running of frp type [2026-01-06,02:50:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,02:50:24.350] [DEBUG] 6 processes running of frp type [2026-01-06,03:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,03:05:24.201] [DEBUG] 6 processes running of frp type [2026-01-06,03:20:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,03:20:24.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,03:35:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,03:35:24.268] [DEBUG] 6 processes running of frp type [2026-01-06,03:50:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,03:50:24.361] [DEBUG] 6 processes running of frp type [2026-01-06,04:05:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,04:05:24.119] [DEBUG] 6 processes running of frp type 2026-01-06 04:06:37.224 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:06:44.473 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:06:44.474 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:06:44.478 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:06:48.701 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:06:48.704 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:06:57.789 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:06:57.793 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:07:16.507 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:07:16.512 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:07:36.514 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:07:36.518 [W] [client/service.go:297] [01b9015a024b0e9e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:07:56.519 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:07:57.606 [I] [client/service.go:286] [01b9015a024b0e9e] login to server success, get run id [01b9015a024b0e9e] 2026-01-06 04:07:57.606 [I] [proxy/proxy_manager.go:173] [01b9015a024b0e9e] proxy added: [DTN57CC5599] 2026-01-06 04:07:57.915 [I] [client/control.go:168] [01b9015a024b0e9e] [DTN57CC5599] start proxy success [2026-01-06,04:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,04:20:23.837] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,04:35:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,04:35:24.127] [DEBUG] 6 processes running of frp type [2026-01-06,04:50:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,04:50:23.623] [DEBUG] 6 processes running of frp type 2026-01-06 04:56:13.365 [I] [client/service.go:294] [01b9015a024b0e9e] try to connect to server... 2026-01-06 04:56:14.388 [I] [client/service.go:286] [01b9015a024b0e9e] login to server success, get run id [01b9015a024b0e9e] 2026-01-06 04:56:14.389 [I] [proxy/proxy_manager.go:173] [01b9015a024b0e9e] proxy added: [DTN57CC5599] 2026-01-06 04:56:14.730 [I] [client/control.go:168] [01b9015a024b0e9e] [DTN57CC5599] start proxy success [2026-01-06,05:05:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,05:05:26.152] [DEBUG] 6 processes running of frp type [2026-01-06,05:20:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,05:20:23.984] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,05:35:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,05:35:24.325] [DEBUG] 6 processes running of frp type [2026-01-06,05:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,05:50:24.331] [DEBUG] 6 processes running of frp type [2026-01-06,06:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,06:05:24.316] [DEBUG] 6 processes running of frp type [2026-01-06,06:20:18.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,06:20:24.677] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,06:30:40.844] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,06:30:40.849] [INFO] LocationSqlManager initialising [2026-01-06,06:30:40.849] [INFO] Location DB initialising [2026-01-06,06:30:40.858] [INFO] LocationSqlManager initialisation complete [2026-01-06,06:30:40.859] [DEBUG] UploadManager Init [2026-01-06,06:30:40.859] [DEBUG] UploadManager Init Complete [2026-01-06,06:30:40.862] [INFO] Initializing GPS... [2026-01-06,06:30:40.864] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,06:32:44.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,06:32:51.102] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-06,06:33:09.438] [DEBUG] Log Upload Complete! [2026-01-06,06:35:44.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,06:35:51.752] [DEBUG] Remote Access Enabled [2026-01-06,06:35:58.410] [INFO] Server Address: 138.201.17.179 [2026-01-06,06:35:58.411] [INFO] Server Port: 7000 [2026-01-06,06:35:58.416] [DEBUG] Starting Remote Access! 2026-01-06 06:35:58.549 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 06:35:58.550 [I] [client/service.go:294] try to connect to server... 2026-01-06 06:36:04.347 [I] [client/service.go:286] [0bda62d593dc7a59] login to server success, get run id [0bda62d593dc7a59] 2026-01-06 06:36:04.349 [I] [proxy/proxy_manager.go:173] [0bda62d593dc7a59] proxy added: [DTN57CC5599] 2026-01-06 06:36:05.623 [I] [client/control.go:168] [0bda62d593dc7a59] [DTN57CC5599] start proxy success [2026-01-06,06:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,06:50:25.496] [DEBUG] 6 processes running of frp type [2026-01-06,07:05:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,07:05:24.549] [DEBUG] 6 processes running of frp type [2026-01-06,07:20:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,07:20:24.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,07:35:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,07:35:24.407] [DEBUG] 6 processes running of frp type [2026-01-06,07:50:21.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,07:50:28.847] [DEBUG] 6 processes running of frp type [2026-01-06,08:02:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,08:02:23.762] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-06,08:02:44.155] [DEBUG] Log Upload Complete! [2026-01-06,08:05:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,08:05:23.754] [DEBUG] 6 processes running of frp type [2026-01-06,08:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,08:20:24.131] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-06 08:32:35.860 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:32:45.863 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:32:45.864 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:32:55.455 [I] [client/service.go:286] [0bda62d593dc7a59] login to server success, get run id [0bda62d593dc7a59] 2026-01-06 08:32:55.456 [I] [proxy/proxy_manager.go:173] [0bda62d593dc7a59] proxy added: [DTN57CC5599] 2026-01-06 08:32:55.904 [I] [client/control.go:168] [0bda62d593dc7a59] [DTN57CC5599] start proxy success 2026-01-06 08:33:33.301 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:33:43.303 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:33:43.303 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:33:53.306 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:33:53.306 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:34:03.308 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:34:03.308 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:34:13.310 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:34:13.310 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:34:23.312 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:34:43.314 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:34:53.317 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:35:13.318 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:35:23.320 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:35:43.321 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:35:43.327 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:36:03.328 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:36:04.645 [I] [client/service.go:286] [0bda62d593dc7a59] login to server success, get run id [0bda62d593dc7a59] 2026-01-06 08:36:04.646 [I] [proxy/proxy_manager.go:173] [0bda62d593dc7a59] proxy added: [DTN57CC5599] 2026-01-06 08:36:07.002 [I] [client/control.go:168] [0bda62d593dc7a59] [DTN57CC5599] start proxy success 2026-01-06 08:36:43.814 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:36:53.816 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:36:53.817 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:37:03.819 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:37:03.820 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:37:13.821 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:37:13.821 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:37:23.823 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:37:43.824 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:37:53.826 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:38:13.827 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:38:23.829 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 08:38:43.831 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:38:43.837 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:39:03.838 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:39:03.842 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:39:23.844 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:39:23.850 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:39:43.851 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:39:43.854 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:40:03.854 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:40:03.858 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:40:23.859 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:40:23.865 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:40:43.866 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:40:43.871 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:41:03.871 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:41:03.877 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:41:23.879 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:41:23.887 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:41:43.888 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:41:43.891 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:42:03.893 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:42:03.899 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:42:23.900 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:42:23.905 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 08:42:43.906 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 08:42:44.893 [I] [client/service.go:286] [0bda62d593dc7a59] login to server success, get run id [0bda62d593dc7a59] 2026-01-06 08:42:44.893 [I] [proxy/proxy_manager.go:173] [0bda62d593dc7a59] proxy added: [DTN57CC5599] 2026-01-06 08:42:45.217 [I] [client/control.go:168] [0bda62d593dc7a59] [DTN57CC5599] start proxy success [2026-01-06,08:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,08:50:24.677] [DEBUG] 6 processes running of frp type [2026-01-06,09:05:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,09:05:23.729] [DEBUG] 6 processes running of frp type [2026-01-06,09:20:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,09:20:24.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,09:35:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,09:35:24.056] [DEBUG] 6 processes running of frp type [2026-01-06,09:50:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,09:50:24.810] [DEBUG] 6 processes running of frp type [2026-01-06,10:05:17.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,10:05:23.825] [DEBUG] 6 processes running of frp type [2026-01-06,10:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,10:20:23.789] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,10:35:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,10:35:25.645] [DEBUG] 6 processes running of frp type [2026-01-06,10:50:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,10:50:24.333] [DEBUG] 6 processes running of frp type [2026-01-06,11:05:19.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,11:05:26.424] [DEBUG] 6 processes running of frp type [2026-01-06,11:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,11:20:24.365] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,11:35:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,11:35:23.640] [DEBUG] 6 processes running of frp type [2026-01-06,11:50:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,11:50:23.803] [DEBUG] 6 processes running of frp type [2026-01-06,12:05:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,12:05:24.029] [DEBUG] 6 processes running of frp type [2026-01-06,12:20:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,12:20:23.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,12:35:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,12:35:24.472] [DEBUG] 6 processes running of frp type [2026-01-06,12:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,12:50:23.952] [DEBUG] 6 processes running of frp type [2026-01-06,13:05:19.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,13:05:26.051] [DEBUG] 6 processes running of frp type [2026-01-06,13:20:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,13:20:25.186] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,13:35:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,13:35:24.374] [DEBUG] 6 processes running of frp type [2026-01-06,13:50:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,13:50:24.786] [DEBUG] 6 processes running of frp type [2026-01-06,14:05:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,14:05:24.125] [DEBUG] 6 processes running of frp type [2026-01-06,14:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,14:20:24.357] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-06 14:29:41.298 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 14:29:51.300 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 14:29:51.301 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 14:30:01.303 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 14:30:01.303 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 14:30:11.304 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 14:30:11.305 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 14:30:21.306 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 14:30:21.307 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 14:30:31.309 [W] [client/service.go:297] [0bda62d593dc7a59] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 14:30:51.310 [I] [client/service.go:294] [0bda62d593dc7a59] try to connect to server... 2026-01-06 14:30:52.349 [I] [client/service.go:286] [0bda62d593dc7a59] login to server success, get run id [0bda62d593dc7a59] 2026-01-06 14:30:52.350 [I] [proxy/proxy_manager.go:173] [0bda62d593dc7a59] proxy added: [DTN57CC5599] 2026-01-06 14:30:52.672 [I] [client/control.go:168] [0bda62d593dc7a59] [DTN57CC5599] start proxy success [2026-01-06,14:35:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,14:35:24.222] [DEBUG] 6 processes running of frp type [2026-01-06,14:50:19.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,14:50:25.855] [DEBUG] 6 processes running of frp type [2026-01-06,15:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,15:05:25.132] [DEBUG] 6 processes running of frp type [2026-01-06,15:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,15:20:24.345] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,15:35:17.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,15:35:24.506] [DEBUG] 6 processes running of frp type [2026-01-06,15:50:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,15:50:24.014] [DEBUG] 6 processes running of frp type [2026-01-06,16:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,16:05:24.891] [DEBUG] 6 processes running of frp type [2026-01-06,16:20:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,16:20:26.245] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,16:35:18.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,16:35:24.889] [DEBUG] 6 processes running of frp type [2026-01-06,16:50:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,16:50:24.173] [DEBUG] 6 processes running of frp type [2026-01-06,17:05:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,17:05:24.622] [DEBUG] 6 processes running of frp type [2026-01-06,17:20:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,17:20:25.275] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,17:35:19.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,17:35:27.576] [DEBUG] 6 processes running of frp type [2026-01-06,17:50:18.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,17:50:28.947] [DEBUG] 6 processes running of frp type [2026-01-06,18:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,18:05:24.003] [DEBUG] 6 processes running of frp type [2026-01-06,18:20:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,18:20:24.052] [DEBUG] 6 processes running of frp type [2026-01-06,18:25:40.968] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,18:25:40.972] [INFO] LocationSqlManager initialising [2026-01-06,18:25:40.972] [INFO] Location DB initialising [2026-01-06,18:25:40.982] [INFO] LocationSqlManager initialisation complete [2026-01-06,18:25:40.982] [DEBUG] UploadManager Init [2026-01-06,18:25:40.983] [DEBUG] UploadManager Init Complete [2026-01-06,18:25:40.985] [INFO] Initializing GPS... [2026-01-06,18:25:40.987] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,18:27:44.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,18:27:51.392] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-06,18:28:16.444] [DEBUG] Log Upload Complete! [2026-01-06,18:30:44.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,18:30:51.616] [DEBUG] Remote Access Enabled [2026-01-06,18:30:57.951] [INFO] Server Address: 138.201.17.179 [2026-01-06,18:30:57.952] [INFO] Server Port: 7000 [2026-01-06,18:30:57.956] [DEBUG] Starting Remote Access! 2026-01-06 18:30:58.088 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 18:30:58.089 [I] [client/service.go:294] try to connect to server... 2026-01-06 18:30:59.063 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 18:30:59.065 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 18:30:59.418 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,18:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,18:35:24.542] [DEBUG] 6 processes running of frp type [2026-01-06,18:50:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,18:50:23.967] [DEBUG] 6 processes running of frp type [2026-01-06,19:05:17.378] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,19:05:24.206] [DEBUG] 6 processes running of frp type 2026-01-06 19:06:37.858 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:06:45.914 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 19:06:45.916 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 19:06:46.172 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-06 19:16:31.205 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:16:41.207 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:16:41.208 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:16:42.161 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 19:16:42.162 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 19:16:42.480 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,19:20:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,19:20:24.375] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-06 19:27:27.971 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:27:37.973 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:37.974 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:27:47.975 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:47.976 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:27:57.978 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:57.978 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:28:07.979 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:28:27.981 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:28:31.937 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 19:28:31.938 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 19:28:32.272 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-06 19:29:01.218 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 19:29:02.316 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 19:29:02.316 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 19:29:02.701 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,19:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,19:35:24.676] [DEBUG] 6 processes running of frp type [2026-01-06,19:50:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,19:50:24.869] [DEBUG] 6 processes running of frp type [2026-01-06,20:05:17.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,20:05:24.935] [DEBUG] 6 processes running of frp type 2026-01-06 20:06:53.453 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:06:54.441 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 20:06:54.443 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 20:06:55.167 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,20:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,20:20:26.388] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-06 20:29:47.925 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:29:54.302 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 20:29:54.304 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 20:29:54.621 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,20:35:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,20:35:25.501] [DEBUG] 6 processes running of frp type [2026-01-06,20:50:18.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,20:50:26.895] [DEBUG] 6 processes running of frp type 2026-01-06 20:51:59.827 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:52:09.829 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:52:09.830 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:52:19.831 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:52:19.832 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:52:29.832 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:52:29.833 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:52:39.834 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:52:39.835 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:52:49.836 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:53:09.837 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:53:19.839 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:53:39.840 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:53:49.842 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:54:09.843 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:54:12.948 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 20:54:32.948 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:54:32.951 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 20:54:52.952 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:54:52.955 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 20:55:12.956 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:55:12.960 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 20:55:32.961 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:55:32.964 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 20:55:52.965 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:55:52.970 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 20:56:12.971 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:56:23.549 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-06 20:56:43.550 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:56:58.414 [W] [client/service.go:297] [31f114981873f327] connect to server error: i/o deadline reached 2026-01-06 20:57:18.415 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:57:19.627 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 20:57:19.629 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 20:57:19.980 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-06 20:59:05.003 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:59:15.005 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:59:15.005 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:59:25.007 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:59:25.007 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:59:35.009 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:59:35.009 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 20:59:50.866 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-06 20:59:50.867 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:00:00.868 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:20.869 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:00:30.871 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:50.872 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:01:00.874 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:01:20.875 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:01:38.160 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-06 21:01:58.161 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:02:10.922 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-06 21:02:30.923 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:02:40.925 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:03:00.926 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:03:10.927 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:03:30.929 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:03:40.931 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:04:00.932 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:04:10.934 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:04:30.935 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:04:36.482 [W] [client/service.go:297] [31f114981873f327] connect to server error: session shutdown 2026-01-06 21:04:56.484 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:05:06.486 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-06,21:05:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-06 21:05:26.488 [I] [client/service.go:294] [31f114981873f327] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-06 21:05:42.166 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-06 21:06:02.167 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:06:06.339 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 21:06:06.340 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 21:06:09.748 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-06 21:08:13.833 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:08:18.335 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 21:08:18.337 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 21:08:18.664 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-06 21:10:28.667 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:10:30.841 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 21:10:30.843 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 21:10:31.167 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,21:20:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,21:20:33.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,21:35:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,21:35:25.101] [DEBUG] 6 processes running of frp type [2026-01-06,21:50:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,21:50:24.475] [DEBUG] 6 processes running of frp type 2026-01-06 21:57:21.362 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:57:31.364 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:57:31.365 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:57:41.366 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:57:41.367 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:57:51.370 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:57:51.371 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 21:57:55.883 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 21:57:55.884 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 21:57:56.399 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-06 22:00:40.235 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 22:00:41.191 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 22:00:41.191 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 22:00:41.904 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,22:05:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,22:05:23.949] [DEBUG] 6 processes running of frp type [2026-01-06,22:20:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,22:20:23.884] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,22:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,22:35:24.400] [DEBUG] 6 processes running of frp type [2026-01-06,22:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,22:50:24.162] [DEBUG] 6 processes running of frp type [2026-01-06,23:05:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,23:05:24.112] [DEBUG] 6 processes running of frp type [2026-01-06,23:20:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,23:20:24.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,23:35:18.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,23:35:25.068] [DEBUG] 6 processes running of frp type 2026-01-06 23:38:04.252 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:38:14.254 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 23:38:14.255 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:38:24.256 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 23:38:24.257 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:38:34.259 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 23:38:34.259 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:38:44.261 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 23:38:44.262 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:38:54.264 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 23:39:14.266 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:39:24.268 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 23:39:44.269 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:39:44.275 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 23:40:04.276 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-06 23:40:05.341 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-06 23:40:05.342 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-06 23:40:05.717 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-06,23:50:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-06,23:50:23.759] [DEBUG] 6 processes running of frp type [2026-01-07,00:05:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,00:05:24.579] [DEBUG] 6 processes running of frp type [2026-01-07,00:20:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,00:20:24.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,00:35:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,00:35:24.372] [DEBUG] 6 processes running of frp type [2026-01-07,00:50:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,00:50:23.777] [DEBUG] 6 processes running of frp type [2026-01-07,01:05:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,01:05:24.982] [DEBUG] 6 processes running of frp type 2026-01-07 01:05:37.971 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 01:05:44.167 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-07 01:05:44.168 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-07 01:05:44.739 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success [2026-01-07,01:20:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,01:20:23.654] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,01:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,01:35:23.944] [DEBUG] 6 processes running of frp type [2026-01-07,01:50:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,01:50:24.580] [DEBUG] 6 processes running of frp type [2026-01-07,02:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,02:05:24.271] [DEBUG] 6 processes running of frp type [2026-01-07,02:20:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,02:20:23.938] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,02:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,02:35:24.114] [DEBUG] 6 processes running of frp type [2026-01-07,02:50:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,02:50:23.768] [DEBUG] 6 processes running of frp type [2026-01-07,03:05:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,03:05:24.462] [DEBUG] 6 processes running of frp type [2026-01-07,03:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,03:20:24.416] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,03:35:17.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,03:35:23.630] [DEBUG] 6 processes running of frp type [2026-01-07,03:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,03:50:24.363] [DEBUG] 6 processes running of frp type [2026-01-07,04:05:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,04:05:24.189] [DEBUG] 6 processes running of frp type 2026-01-07 04:06:51.285 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:06:52.320 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-07 04:06:52.320 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-07 04:06:52.636 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-07 04:14:06.365 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:14:16.367 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:14:16.368 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:14:26.369 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:14:26.370 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:14:36.071 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-07 04:14:36.072 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-07 04:14:37.056 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-07 04:15:44.497 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:15:54.498 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:15:54.499 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:16:04.501 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:16:04.501 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:16:14.502 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:16:14.503 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:16:24.505 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:16:44.507 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:16:54.508 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:17:14.510 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:17:24.512 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:17:44.513 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:17:54.515 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:18:14.516 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:18:24.518 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:18:44.520 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:18:54.522 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:19:14.523 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:19:27.849 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-07 04:19:47.850 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:19:57.853 [W] [client/service.go:297] [31f114981873f327] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:20:17.854 [I] [client/service.go:294] [31f114981873f327] try to connect to server... [2026-01-07,04:20:24.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-07 04:20:33.784 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout [2026-01-07,04:20:37.073] [DEBUG] 6 processes running of frp type 2026-01-07 04:20:53.785 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:21:13.309 [W] [client/service.go:297] [31f114981873f327] connect to server error: connection write timeout 2026-01-07 04:21:33.310 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:21:34.753 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-07 04:21:34.755 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-07 04:21:35.752 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success 2026-01-07 04:22:49.728 [I] [client/service.go:294] [31f114981873f327] try to connect to server... 2026-01-07 04:22:50.792 [I] [client/service.go:286] [31f114981873f327] login to server success, get run id [31f114981873f327] 2026-01-07 04:22:50.794 [I] [proxy/proxy_manager.go:173] [31f114981873f327] proxy added: [DTN57CC5599] 2026-01-07 04:22:51.205 [I] [client/control.go:168] [31f114981873f327] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,04:35:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,04:35:24.356] [DEBUG] 6 processes running of frp type [2026-01-07,04:50:18.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,04:50:24.869] [DEBUG] 6 processes running of frp type [2026-01-07,05:05:18.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,05:05:24.879] [DEBUG] 6 processes running of frp type [2026-01-07,05:20:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,05:20:24.077] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,05:35:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,05:35:23.662] [DEBUG] 6 processes running of frp type [2026-01-07,05:50:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,05:50:24.079] [DEBUG] 6 processes running of frp type [2026-01-07,06:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,06:05:24.272] [DEBUG] 6 processes running of frp type [2026-01-07,06:20:17.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,06:20:24.053] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,06:30:40.867] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,06:30:40.872] [INFO] LocationSqlManager initialising [2026-01-07,06:30:40.873] [INFO] Location DB initialising [2026-01-07,06:30:40.882] [INFO] LocationSqlManager initialisation complete [2026-01-07,06:30:40.883] [DEBUG] UploadManager Init [2026-01-07,06:30:40.883] [DEBUG] UploadManager Init Complete [2026-01-07,06:30:40.885] [INFO] Initializing GPS... [2026-01-07,06:30:40.887] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,06:32:44.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,06:32:53.973] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,06:33:11.714] [DEBUG] Log Upload Complete! [2026-01-07,06:35:44.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,06:35:44.809] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-07,06:35:52.359] [DEBUG] Remote Access Enabled [2026-01-07,06:35:58.973] [INFO] Server Address: 138.201.17.179 [2026-01-07,06:35:58.974] [INFO] Server Port: 7000 [2026-01-07,06:35:58.979] [DEBUG] Starting Remote Access! 2026-01-07 06:35:59.108 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 06:35:59.109 [I] [client/service.go:294] try to connect to server... 2026-01-07 06:36:00.036 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 06:36:00.038 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 06:36:00.368 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success [2026-01-07,06:50:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,06:50:25.787] [DEBUG] 6 processes running of frp type [2026-01-07,07:05:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,07:05:24.253] [DEBUG] 6 processes running of frp type [2026-01-07,07:20:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,07:20:23.965] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,07:35:19.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,07:35:25.910] [DEBUG] 6 processes running of frp type [2026-01-07,07:50:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,07:50:25.071] [DEBUG] 6 processes running of frp type [2026-01-07,08:02:18.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,08:02:32.876] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,08:03:12.311] [DEBUG] Log Upload Complete! [2026-01-07,08:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,08:05:24.480] [DEBUG] 6 processes running of frp type [2026-01-07,08:20:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,08:20:24.810] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,08:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,08:35:24.136] [DEBUG] 6 processes running of frp type [2026-01-07,08:50:17.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,08:50:24.258] [DEBUG] 6 processes running of frp type [2026-01-07,09:05:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,09:05:24.062] [DEBUG] 6 processes running of frp type [2026-01-07,09:20:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,09:20:23.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,09:35:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,09:35:24.555] [DEBUG] 6 processes running of frp type [2026-01-07,09:50:16.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,09:50:23.725] [DEBUG] 6 processes running of frp type [2026-01-07,10:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,10:05:25.348] [DEBUG] 6 processes running of frp type [2026-01-07,10:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,10:20:34.714] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,10:35:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,10:35:24.508] [DEBUG] 6 processes running of frp type [2026-01-07,10:50:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,10:50:23.907] [DEBUG] 6 processes running of frp type 2026-01-07 11:03:52.100 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:04:02.102 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:04:02.103 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:04:12.104 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:04:12.105 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:04:22.107 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:04:22.107 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:04:32.109 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:04:32.110 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:04:42.111 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:05:02.112 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:05:12.114 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:05:32.116 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:05:42.117 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:06:02.118 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:06:12.703 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:06:12.704 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:06:32.989 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:06:42.707 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:06:48.614 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:06:48.615 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:06:58.568 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:07:24.425 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:07:36.112 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:07:36.112 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:07:47.956 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:07:47.956 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:07:57.958 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:07:57.958 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:08:07.960 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:08:07.960 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:08:17.914 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:08:17.916 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:08:23.046 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:10:30.499 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:10:41.119 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:10:41.120 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:10:51.121 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:10:51.122 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:11:03.486 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: i/o deadline reached 2026-01-07 11:11:03.486 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:11:12.028 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:11:12.029 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:11:18.135 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:11:47.532 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:11:57.535 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:11:57.536 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:12:07.537 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:12:07.538 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:12:17.540 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:12:17.541 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:12:30.069 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:12:30.071 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:12:31.669 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:12:58.944 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:13:07.176 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:13:07.177 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:13:15.138 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:15:53.440 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:16:07.554 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:16:07.555 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:16:13.002 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:17:11.000 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:17:21.003 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:17:21.004 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:17:33.101 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:17:33.102 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:17:37.930 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:18:40.991 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:18:50.992 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:18:50.993 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:19:01.614 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:19:01.615 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:19:11.616 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:19:11.617 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:19:30.350 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: i/o deadline reached 2026-01-07 11:19:30.351 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:19:40.352 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:20:00.353 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:20:10.254 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:20:10.255 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] [2026-01-07,11:20:18.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-07 11:20:39.706 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:20:40.996 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:20:53.032 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:20:53.032 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:21:04.430 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:21:04.431 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:21:17.799 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:21:17.800 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:21:19.081 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-07 11:27:00.111 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:27:10.112 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:27:10.113 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:27:21.029 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:27:21.030 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:27:33.432 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:27:33.433 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:28:02.554 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:28:09.586 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:28:09.588 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:28:20.413 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:29:20.311 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:29:30.313 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:29:30.314 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:29:40.888 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:29:40.889 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:29:50.890 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:29:50.890 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:30:00.892 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:30:00.893 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:30:10.894 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:30:30.896 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:30:39.627 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:30:39.628 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:30:46.314 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:31:12.647 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:31:32.584 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: i/o deadline reached 2026-01-07 11:31:32.585 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:31:50.402 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:31:50.403 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:32:00.837 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:32:00.838 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:32:11.857 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:32:11.859 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:32:15.054 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success 2026-01-07 11:32:41.664 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:32:59.289 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: connection write timeout 2026-01-07 11:32:59.290 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:33:09.291 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:33:09.292 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:33:19.293 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 11:33:19.294 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:33:37.755 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: i/o deadline reached 2026-01-07 11:33:37.755 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:34:03.598 [W] [client/service.go:297] [1d217a64b5fb5a55] connect to server error: i/o deadline reached 2026-01-07 11:34:03.598 [I] [client/service.go:294] [1d217a64b5fb5a55] try to connect to server... 2026-01-07 11:34:17.036 [I] [client/service.go:286] [1d217a64b5fb5a55] login to server success, get run id [1d217a64b5fb5a55] 2026-01-07 11:34:17.038 [I] [proxy/proxy_manager.go:173] [1d217a64b5fb5a55] proxy added: [DTN57CC5599] 2026-01-07 11:34:27.050 [I] [client/control.go:168] [1d217a64b5fb5a55] [DTN57CC5599] start proxy success [2026-01-07,11:35:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,11:35:24.885] [DEBUG] 6 processes running of frp type [2026-01-07,11:50:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,11:50:24.086] [DEBUG] 6 processes running of frp type [2026-01-07,12:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,12:05:24.287] [DEBUG] 6 processes running of frp type [2026-01-07,12:20:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,12:20:24.704] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,12:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,12:35:24.557] [DEBUG] 6 processes running of frp type [2026-01-07,12:50:18.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,12:50:25.683] [DEBUG] 6 processes running of frp type [2026-01-07,13:05:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,13:05:24.011] [DEBUG] 6 processes running of frp type [2026-01-07,13:20:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,13:20:24.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,13:35:17.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,13:35:24.351] [DEBUG] 6 processes running of frp type [2026-01-07,13:50:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,13:50:24.770] [DEBUG] 6 processes running of frp type [2026-01-07,14:05:16.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,14:05:23.922] [DEBUG] 6 processes running of frp type [2026-01-07,14:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,14:20:24.360] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,14:35:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,14:35:24.673] [DEBUG] 6 processes running of frp type [2026-01-07,14:50:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,14:50:24.047] [DEBUG] 6 processes running of frp type [2026-01-07,15:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,15:05:24.362] [DEBUG] 6 processes running of frp type [2026-01-07,15:20:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,15:20:24.399] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,15:35:17.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,15:35:24.699] [DEBUG] 6 processes running of frp type [2026-01-07,15:50:16.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,15:50:23.860] [DEBUG] 6 processes running of frp type [2026-01-07,16:05:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,16:05:23.657] [DEBUG] 6 processes running of frp type [2026-01-07,16:20:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,16:20:24.867] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,16:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,16:35:24.332] [DEBUG] 6 processes running of frp type [2026-01-07,16:50:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,16:50:25.273] [DEBUG] 6 processes running of frp type [2026-01-07,17:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,17:05:24.412] [DEBUG] 6 processes running of frp type [2026-01-07,17:20:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,17:20:24.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,17:35:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,17:35:24.441] [DEBUG] 6 processes running of frp type [2026-01-07,17:50:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,17:50:23.763] [DEBUG] 6 processes running of frp type [2026-01-07,18:05:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,18:05:23.683] [DEBUG] 6 processes running of frp type [2026-01-07,18:20:18.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,18:20:25.102] [DEBUG] 6 processes running of frp type [2026-01-07,18:25:41.234] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,18:25:41.241] [INFO] LocationSqlManager initialising [2026-01-07,18:25:41.241] [INFO] Location DB initialising [2026-01-07,18:25:41.252] [INFO] LocationSqlManager initialisation complete [2026-01-07,18:25:41.253] [DEBUG] UploadManager Init [2026-01-07,18:25:41.253] [DEBUG] UploadManager Init Complete [2026-01-07,18:25:41.256] [INFO] Initializing GPS... [2026-01-07,18:25:41.258] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,18:27:44.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,18:27:51.547] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,18:28:28.156] [DEBUG] Log Upload Complete! [2026-01-07,18:30:45.114] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-07,18:30:45.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,18:30:51.996] [DEBUG] Remote Access Enabled [2026-01-07,18:30:58.635] [INFO] Server Address: 138.201.17.179 [2026-01-07,18:30:58.637] [INFO] Server Port: 7000 [2026-01-07,18:30:58.642] [DEBUG] Starting Remote Access! 2026-01-07 18:30:58.779 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 18:30:58.780 [I] [client/service.go:294] try to connect to server... 2026-01-07 18:30:59.647 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 18:30:59.649 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 18:30:59.948 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,18:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,18:35:24.219] [DEBUG] 6 processes running of frp type 2026-01-07 18:36:12.302 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 18:36:22.304 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 18:36:22.305 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 18:36:24.307 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 18:36:24.308 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 18:36:24.625 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 18:43:40.596 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 18:43:50.598 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 18:43:50.598 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 18:43:59.301 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 18:43:59.303 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 18:43:59.729 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,18:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,18:50:24.959] [DEBUG] 6 processes running of frp type 2026-01-07 18:57:24.098 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 18:57:32.891 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 18:57:32.893 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 18:57:33.189 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,19:05:17.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,19:05:24.167] [DEBUG] 6 processes running of frp type 2026-01-07 19:09:51.185 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:10:01.186 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:10:01.187 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:10:04.620 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:10:04.622 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:10:04.839 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:13:22.245 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:13:32.247 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:13:32.247 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:13:33.867 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:13:33.868 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:13:34.317 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:14:03.457 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:14:05.574 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:14:05.576 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:14:08.503 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:17:50.377 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:17:51.310 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:17:51.311 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:17:51.652 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:18:30.685 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:18:31.861 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:18:31.863 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:18:32.239 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,19:20:18.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,19:20:25.413] [DEBUG] 6 processes running of frp type 2026-01-07 19:25:26.678 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:25:36.681 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:36.681 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:25:46.683 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:46.683 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:25:56.684 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:56.685 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-07 19:26:06.686 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:06.687 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:26:16.688 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:36.690 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:26:40.610 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:26:40.612 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:26:41.570 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:27:11.019 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:27:14.391 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:27:14.391 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:27:26.524 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:27:53.168 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:28:03.170 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:28:03.170 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:28:07.745 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:28:07.746 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:28:08.040 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,19:35:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,19:35:24.322] [DEBUG] 6 processes running of frp type 2026-01-07 19:36:59.730 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:37:00.990 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:37:00.990 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:37:01.377 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:43:52.231 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:44:00.716 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:44:00.716 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:44:01.016 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:45:40.424 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:45:50.426 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:45:50.427 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:46:00.428 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:46:00.429 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:46:01.815 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:46:01.817 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:46:02.800 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:46:31.534 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:46:35.656 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:46:35.657 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:46:36.239 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:47:04.630 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:47:05.497 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:47:05.498 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:47:06.036 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,19:50:18.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,19:50:25.253] [DEBUG] 6 processes running of frp type 2026-01-07 19:51:49.193 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:51:51.185 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:51:51.186 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:51:51.505 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:52:30.226 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:52:40.227 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:40.228 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:52:50.230 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:50.230 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:53:00.233 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:53:00.234 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:53:09.920 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:53:09.921 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:53:11.730 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 19:54:40.095 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 19:54:40.974 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 19:54:40.976 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 19:54:41.280 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,20:05:17.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,20:05:24.795] [DEBUG] 6 processes running of frp type 2026-01-07 20:06:06.025 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:06:16.028 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:06:16.028 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:06:22.296 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:06:22.298 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:06:22.938 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:07:31.738 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:07:41.740 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:07:41.741 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:07:42.926 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:07:42.928 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:07:44.887 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:09:22.640 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:09:32.642 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:09:32.643 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:09:33.551 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:09:33.553 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:09:34.061 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:10:43.177 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:10:53.179 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:10:53.180 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:11:01.180 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:11:01.180 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:11:01.396 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:11:40.515 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:11:50.516 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:11:50.517 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:12:00.518 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:12:00.519 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:12:05.794 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:12:05.796 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:12:06.326 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:12:41.206 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:12:51.208 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:12:51.209 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:13:01.210 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:13:01.211 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:13:11.212 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:13:11.212 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:13:12.152 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:13:12.153 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:13:12.373 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:13:41.929 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:13:45.063 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:13:45.064 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:13:45.283 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:14:24.373 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:14:34.374 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:14:34.375 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:14:42.915 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:14:42.916 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:14:44.901 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:15:12.413 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:15:13.378 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:15:13.379 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:15:14.168 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:17:57.521 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:18:07.523 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:18:07.524 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:18:17.526 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:18:17.527 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:18:25.864 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:18:25.866 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:18:26.170 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 20:19:04.973 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:19:14.974 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:14.975 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:19:24.976 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:24.977 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:19:34.979 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:34.979 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:19:44.981 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:44.982 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:19:54.983 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:20:14.984 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:20:16.071 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:20:16.072 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:20:16.400 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,20:20:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,20:20:24.468] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,20:35:18.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,20:35:28.641] [DEBUG] 6 processes running of frp type [2026-01-07,20:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,20:50:25.148] [DEBUG] 6 processes running of frp type 2026-01-07 20:56:48.775 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 20:56:49.422 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 20:56:49.424 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 20:56:49.637 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,21:05:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,21:05:27.965] [DEBUG] 6 processes running of frp type 2026-01-07 21:05:35.269 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:05:45.270 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:05:45.271 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:05:55.272 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:05:55.273 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:05:57.048 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:05:57.049 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:05:57.717 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 21:07:31.746 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:07:32.716 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:07:32.717 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:07:33.380 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 21:09:13.887 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:09:23.373 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:09:23.375 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:09:23.593 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 21:10:01.322 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:10:11.324 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:11.324 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:10:21.326 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:21.327 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:10:31.328 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:31.329 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:10:39.840 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:10:39.842 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:10:41.647 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 21:11:52.544 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:11:54.833 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:11:54.834 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:11:55.121 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,21:20:22.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,21:20:29.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,21:35:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,21:35:29.691] [DEBUG] 6 processes running of frp type [2026-01-07,21:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,21:50:25.030] [DEBUG] 6 processes running of frp type 2026-01-07 21:53:48.559 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:54:04.464 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: connection write timeout 2026-01-07 21:54:04.464 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:54:20.343 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:54:20.345 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:54:23.301 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-07 21:55:20.377 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:55:42.748 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: i/o deadline reached 2026-01-07 21:55:42.749 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 21:55:51.899 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 21:55:51.901 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 21:55:54.402 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,22:05:18.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,22:05:27.538] [DEBUG] 6 processes running of frp type [2026-01-07,22:20:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,22:20:25.607] [DEBUG] 6 processes running of frp type 2026-01-07 22:24:12.673 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:24:23.974 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: i/o deadline reached 2026-01-07 22:24:23.974 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:24:33.976 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 22:24:33.977 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:24:43.979 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 22:24:43.980 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:24:55.091 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: connection write timeout 2026-01-07 22:24:55.092 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:25:16.279 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 22:25:16.279 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 22:25:40.655 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:25:55.223 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: i/o deadline reached 2026-01-07 22:25:55.224 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-07 22:26:05.225 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 22:26:05.226 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:26:15.227 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 22:26:15.228 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 22:26:23.798 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 22:26:23.800 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 22:26:24.425 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,22:35:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,22:35:28.810] [DEBUG] 6 processes running of frp type [2026-01-07,22:50:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,22:50:23.887] [DEBUG] 6 processes running of frp type 2026-01-07 23:01:11.995 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 23:01:14.459 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 23:01:14.460 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 23:01:14.806 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,23:05:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,23:05:38.059] [DEBUG] 6 processes running of frp type [2026-01-07,23:20:22.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,23:20:29.144] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,23:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,23:35:29.349] [DEBUG] 6 processes running of frp type 2026-01-07 23:38:57.938 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 23:38:58.988 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 23:38:58.989 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 23:38:59.298 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-07,23:50:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-07,23:50:24.514] [DEBUG] 6 processes running of frp type 2026-01-07 23:51:27.087 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-07 23:51:28.021 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-07 23:51:28.023 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-07 23:51:28.322 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-08,00:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,00:05:24.569] [DEBUG] 6 processes running of frp type [2026-01-08,00:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,00:20:24.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,00:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,00:35:24.360] [DEBUG] 6 processes running of frp type [2026-01-08,00:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,00:50:24.364] [DEBUG] 6 processes running of frp type [2026-01-08,01:05:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,01:05:24.578] [DEBUG] 6 processes running of frp type [2026-01-08,01:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,01:20:24.600] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,01:35:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,01:35:24.739] [DEBUG] 6 processes running of frp type [2026-01-08,01:50:17.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,01:50:24.765] [DEBUG] 6 processes running of frp type [2026-01-08,02:05:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,02:05:24.766] [DEBUG] 6 processes running of frp type [2026-01-08,02:20:18.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,02:20:24.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,02:35:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,02:35:31.822] [DEBUG] 6 processes running of frp type [2026-01-08,02:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,02:50:24.617] [DEBUG] 6 processes running of frp type [2026-01-08,03:05:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,03:05:24.627] [DEBUG] 6 processes running of frp type [2026-01-08,03:20:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,03:20:24.586] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,03:35:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,03:35:24.143] [DEBUG] 6 processes running of frp type [2026-01-08,03:50:17.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,03:50:23.748] [DEBUG] 6 processes running of frp type [2026-01-08,04:05:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,04:05:24.599] [DEBUG] 6 processes running of frp type 2026-01-08 04:06:20.573 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-08 04:06:30.575 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 04:06:30.576 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-08 04:06:30.701 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 04:06:35.062 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-08 04:06:38.116 [W] [client/service.go:297] [33dd5096541ae8cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 04:06:47.158 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-08 04:06:48.171 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-08 04:06:48.173 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-08 04:06:48.465 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success 2026-01-08 04:10:59.578 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-08 04:11:01.154 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-08 04:11:01.154 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-08 04:11:01.473 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-08,04:20:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,04:20:24.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 04:32:23.859 [I] [client/service.go:294] [33dd5096541ae8cd] try to connect to server... 2026-01-08 04:32:28.196 [I] [client/service.go:286] [33dd5096541ae8cd] login to server success, get run id [33dd5096541ae8cd] 2026-01-08 04:32:28.198 [I] [proxy/proxy_manager.go:173] [33dd5096541ae8cd] proxy added: [DTN57CC5599] 2026-01-08 04:32:28.521 [I] [client/control.go:168] [33dd5096541ae8cd] [DTN57CC5599] start proxy success [2026-01-08,04:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,04:35:24.367] [DEBUG] 6 processes running of frp type [2026-01-08,04:50:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,04:50:24.581] [DEBUG] 6 processes running of frp type [2026-01-08,05:05:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,05:05:24.670] [DEBUG] 6 processes running of frp type [2026-01-08,05:20:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,05:20:24.490] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,05:35:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,05:35:23.873] [DEBUG] 6 processes running of frp type [2026-01-08,05:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,05:50:24.052] [DEBUG] 6 processes running of frp type [2026-01-08,06:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,06:05:23.910] [DEBUG] 6 processes running of frp type [2026-01-08,06:20:17.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,06:20:23.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,06:30:40.776] [INFO] Initializing BusSpeedStateManager V2 [2026-01-08,06:30:40.781] [INFO] LocationSqlManager initialising [2026-01-08,06:30:40.782] [INFO] Location DB initialising [2026-01-08,06:30:40.791] [INFO] LocationSqlManager initialisation complete [2026-01-08,06:30:40.792] [DEBUG] UploadManager Init [2026-01-08,06:30:40.792] [DEBUG] UploadManager Init Complete [2026-01-08,06:30:40.795] [INFO] Initializing GPS... [2026-01-08,06:30:40.797] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,06:32:44.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,06:32:57.004] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-08,06:33:15.526] [DEBUG] Log Upload Complete! [2026-01-08,06:35:44.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,06:35:51.300] [DEBUG] Remote Access Enabled [2026-01-08,06:35:57.770] [INFO] Server Address: 138.201.17.179 [2026-01-08,06:35:57.771] [INFO] Server Port: 7000 [2026-01-08,06:35:57.776] [DEBUG] Starting Remote Access! 2026-01-08 06:35:57.905 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 06:35:57.906 [I] [client/service.go:294] try to connect to server... 2026-01-08 06:35:59.094 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 06:35:59.096 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 06:35:59.447 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,06:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,06:50:23.911] [DEBUG] 6 processes running of frp type [2026-01-08,07:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,07:05:24.311] [DEBUG] 6 processes running of frp type [2026-01-08,07:20:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,07:20:24.201] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,07:35:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,07:35:23.864] [DEBUG] 6 processes running of frp type [2026-01-08,07:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,07:50:24.311] [DEBUG] 6 processes running of frp type [2026-01-08,08:02:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,08:02:24.205] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-08,08:02:37.080] [DEBUG] Log Upload Complete! [2026-01-08,08:05:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,08:05:24.125] [DEBUG] 6 processes running of frp type [2026-01-08,08:20:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,08:20:24.049] [DEBUG] 6 processes running of frp type 2026-01-08 08:23:13.268 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 08:23:16.520 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 08:23:16.521 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 08:23:27.125 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,08:35:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,08:35:24.194] [DEBUG] 6 processes running of frp type [2026-01-08,08:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,08:50:24.455] [DEBUG] 6 processes running of frp type [2026-01-08,09:05:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,09:05:24.274] [DEBUG] 6 processes running of frp type 2026-01-08 09:19:58.006 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:20:08.008 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 09:20:08.009 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:20:18.011 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 09:20:18.011 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:20:28.013 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 09:20:28.013 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:20:38.014 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 09:20:38.015 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:20:48.017 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 09:21:08.018 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:21:18.021 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 09:21:38.023 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:21:38.053 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:21:58.054 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:21:58.059 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:22:18.061 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:22:18.081 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:22:38.082 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:22:38.087 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:22:58.089 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:22:58.093 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:23:18.094 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:23:18.103 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:23:38.104 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:23:38.110 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:23:58.111 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:23:58.115 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:24:18.116 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:24:18.126 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:24:38.127 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:24:38.141 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:24:58.143 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:24:58.148 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:25:18.149 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:25:18.152 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:25:38.153 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:25:38.158 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:25:58.160 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:25:58.166 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 09:26:18.167 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:26:18.171 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:26:38.173 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:26:38.176 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:26:58.177 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:26:58.182 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 09:27:18.183 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 09:27:19.205 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 09:27:19.206 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 09:27:19.554 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,09:35:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,09:35:24.103] [DEBUG] 6 processes running of frp type [2026-01-08,09:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,09:50:24.257] [DEBUG] 6 processes running of frp type [2026-01-08,10:05:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,10:05:24.106] [DEBUG] 6 processes running of frp type 2026-01-08 10:18:02.578 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 10:18:06.858 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 10:18:06.860 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 10:18:07.200 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,10:20:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,10:20:24.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,10:35:18.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,10:35:24.907] [DEBUG] 6 processes running of frp type [2026-01-08,10:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,10:50:24.396] [DEBUG] 6 processes running of frp type [2026-01-08,11:05:17.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,11:05:24.655] [DEBUG] 6 processes running of frp type [2026-01-08,11:20:18.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,11:20:24.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,11:35:18.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,11:35:24.939] [DEBUG] 6 processes running of frp type [2026-01-08,11:50:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,11:50:24.764] [DEBUG] 6 processes running of frp type [2026-01-08,12:05:17.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,12:05:23.779] [DEBUG] 6 processes running of frp type [2026-01-08,12:20:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,12:20:23.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,12:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,12:35:24.316] [DEBUG] 6 processes running of frp type [2026-01-08,12:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,12:50:24.695] [DEBUG] 6 processes running of frp type [2026-01-08,13:05:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,13:05:23.735] [DEBUG] 6 processes running of frp type [2026-01-08,13:20:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,13:20:24.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,13:35:19.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,13:35:26.631] [DEBUG] 6 processes running of frp type [2026-01-08,13:50:18.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,13:50:25.499] [DEBUG] 6 processes running of frp type [2026-01-08,14:05:18.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,14:05:25.306] [DEBUG] 6 processes running of frp type [2026-01-08,14:20:18.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,14:20:25.360] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,14:35:18.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,14:35:24.924] [DEBUG] 6 processes running of frp type [2026-01-08,14:50:18.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,14:50:25.457] [DEBUG] 6 processes running of frp type [2026-01-08,15:05:18.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,15:05:24.969] [DEBUG] 6 processes running of frp type [2026-01-08,15:20:18.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,15:20:24.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,15:35:18.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,15:35:26.058] [DEBUG] 6 processes running of frp type [2026-01-08,15:50:18.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,15:50:25.000] [DEBUG] 6 processes running of frp type [2026-01-08,16:05:18.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,16:05:24.914] [DEBUG] 6 processes running of frp type [2026-01-08,16:20:18.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,16:20:24.960] [DEBUG] 6 processes running of frp type 2026-01-08 16:21:19.969 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 16:21:28.395 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 16:21:28.397 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 16:21:28.747 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 16:30:12.688 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 16:30:13.627 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 16:30:13.628 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 16:30:13.928 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,16:35:18.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,16:35:25.004] [DEBUG] 6 processes running of frp type [2026-01-08,16:50:18.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,16:50:25.089] [DEBUG] 6 processes running of frp type [2026-01-08,17:05:18.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,17:05:25.281] [DEBUG] 6 processes running of frp type 2026-01-08 17:18:52.999 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 17:19:03.001 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 17:19:03.002 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 17:19:03.824 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 17:19:03.825 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 17:19:04.081 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,17:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,17:20:28.048] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,17:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,17:35:24.814] [DEBUG] 6 processes running of frp type 2026-01-08 17:41:42.643 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 17:41:52.645 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 17:41:52.646 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 17:41:53.413 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 17:41:53.415 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 17:41:53.741 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,17:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,17:50:25.408] [DEBUG] 6 processes running of frp type 2026-01-08 18:02:23.468 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:02:24.600 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 18:02:24.600 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 18:02:24.939 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,18:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,18:05:24.876] [DEBUG] 6 processes running of frp type 2026-01-08 18:05:41.813 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:05:50.403 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 18:05:50.404 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 18:05:51.016 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success 2026-01-08 18:10:01.785 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:10:11.787 [W] [client/service.go:297] [e1fd8c448d4d733b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:10:11.788 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:10:18.401 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 18:10:18.403 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 18:10:19.022 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,18:20:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,18:20:26.489] [DEBUG] 6 processes running of frp type 2026-01-08 18:20:46.776 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:20:47.727 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 18:20:47.727 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 18:20:48.038 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success 2026-01-08 18:21:27.142 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:21:35.588 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 18:21:35.590 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 18:21:36.204 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success 2026-01-08 18:23:45.757 [I] [client/service.go:294] [e1fd8c448d4d733b] try to connect to server... 2026-01-08 18:23:54.273 [I] [client/service.go:286] [e1fd8c448d4d733b] login to server success, get run id [e1fd8c448d4d733b] 2026-01-08 18:23:54.275 [I] [proxy/proxy_manager.go:173] [e1fd8c448d4d733b] proxy added: [DTN57CC5599] 2026-01-08 18:23:54.943 [I] [client/control.go:168] [e1fd8c448d4d733b] [DTN57CC5599] start proxy success [2026-01-08,18:25:42.020] [INFO] Initializing BusSpeedStateManager V2 [2026-01-08,18:25:42.025] [INFO] LocationSqlManager initialising [2026-01-08,18:25:42.026] [INFO] Location DB initialising [2026-01-08,18:25:42.035] [INFO] LocationSqlManager initialisation complete [2026-01-08,18:25:42.036] [DEBUG] UploadManager Init [2026-01-08,18:25:42.036] [DEBUG] UploadManager Init Complete [2026-01-08,18:25:42.039] [INFO] Initializing GPS... [2026-01-08,18:25:42.041] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,18:27:45.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,18:27:55.126] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-08,18:28:25.390] [DEBUG] Log Upload Complete! [2026-01-08,18:30:45.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,18:30:45.309] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-08,18:30:53.108] [DEBUG] Remote Access Enabled [2026-01-08,18:31:03.893] [INFO] Server Address: 138.201.17.179 [2026-01-08,18:31:03.895] [INFO] Server Port: 7000 [2026-01-08,18:31:03.904] [DEBUG] Starting Remote Access! 2026-01-08 18:31:04.091 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 18:31:04.093 [I] [client/service.go:294] try to connect to server... 2026-01-08 18:31:05.090 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:31:05.091 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:31:05.411 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,18:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,18:35:24.903] [DEBUG] 6 processes running of frp type 2026-01-08 18:40:01.783 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:40:06.031 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:40:06.032 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:40:06.365 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 18:48:19.844 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:48:29.846 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:29.847 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:48:39.849 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:39.850 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:48:49.852 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:49.852 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:48:54.302 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:48:54.304 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:48:54.621 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 18:49:23.881 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:49:24.801 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:49:24.802 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:49:25.133 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,18:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,18:50:24.110] [DEBUG] 6 processes running of frp type 2026-01-08 18:51:04.787 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:51:14.790 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:51:14.791 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:51:24.793 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:51:24.793 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:51:33.604 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:51:33.605 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:51:35.093 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 18:52:02.575 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:52:03.511 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:52:03.512 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:52:03.831 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 18:53:43.584 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:53:53.586 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:53:53.587 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:54:03.588 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:54:03.589 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:54:11.940 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:54:11.941 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:54:12.261 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 18:55:21.281 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:55:31.283 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:55:31.284 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:55:35.253 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:55:35.254 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:55:35.505 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 18:57:46.744 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:57:56.746 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:57:56.747 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 18:57:57.453 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 18:57:57.454 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 18:57:57.693 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,19:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,19:05:24.201] [DEBUG] 6 processes running of frp type 2026-01-08 19:05:50.701 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:05:58.818 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:05:58.819 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:05:59.118 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:12:57.028 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:12:57.753 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:12:57.754 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:12:58.001 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:13:37.268 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:13:47.270 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:13:47.271 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:13:55.739 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:13:55.740 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:13:56.065 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:17:06.514 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:17:16.517 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:17:16.517 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:17:22.093 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:17:22.095 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:17:59.949 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:18:04.091 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:18:04.092 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:18:04.337 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:18:43.323 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:18:53.325 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:18:53.325 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:19:03.327 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:03.328 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:19:13.330 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:13.330 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:19:23.332 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:23.332 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:19:33.334 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:53.335 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:19:57.112 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:19:57.113 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:19:57.762 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,19:20:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,19:20:24.405] [DEBUG] 6 processes running of frp type 2026-01-08 19:20:36.185 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:20:46.187 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:20:46.188 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:20:47.138 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:20:47.140 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:20:47.469 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 19:34:04.340 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:34:14.342 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:34:14.342 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:34:22.581 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:34:22.582 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:34:23.057 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:34:52.404 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:34:55.860 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:34:55.862 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:34:56.310 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,19:35:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,19:35:24.013] [DEBUG] 6 processes running of frp type 2026-01-08 19:35:26.668 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:35:27.635 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:35:27.637 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:35:27.969 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:39:39.234 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:39:46.580 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:39:46.582 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:39:47.418 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:40:24.918 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:40:34.920 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:34.921 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:40:44.923 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:44.924 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:40:54.925 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:54.925 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:41:04.927 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:41:04.928 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:41:05.899 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:41:05.901 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:41:06.144 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:41:35.732 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:41:40.339 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:41:40.340 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:41:41.054 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:42:39.927 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:42:43.408 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:42:43.410 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:42:43.850 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:43:12.687 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:43:18.288 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:43:18.289 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:43:18.658 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:44:27.527 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:44:31.684 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:44:31.686 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:44:31.963 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 19:47:44.997 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:47:53.197 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:47:53.199 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:47:53.448 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,19:50:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,19:50:24.672] [DEBUG] 6 processes running of frp type 2026-01-08 19:56:11.574 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 19:56:12.613 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 19:56:12.615 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 19:56:12.975 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,20:05:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,20:05:24.533] [DEBUG] 6 processes running of frp type 2026-01-08 20:09:02.537 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:09:07.089 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:09:07.091 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:09:07.488 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:10:49.616 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:10:59.618 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:10:59.620 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:11:09.622 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:11:09.622 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:11:19.624 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:11:19.625 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:11:29.626 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:11:29.627 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:11:39.629 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:11:59.630 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:12:09.632 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:29.633 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:12:29.691 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:12:49.692 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:12:49.697 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:13:09.699 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:13:09.704 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:13:29.706 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:13:29.723 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:13:49.725 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:13:49.730 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:14:09.731 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:14:09.738 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:14:29.739 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:14:29.745 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:14:49.746 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:14:49.750 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:15:09.751 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:15:09.755 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:15:29.756 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:15:29.760 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:15:49.762 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:15:49.768 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:16:09.770 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:16:09.774 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:16:29.775 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:16:29.781 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:16:49.782 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:16:49.788 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:17:09.789 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:17:09.792 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 20:17:29.793 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:17:31.661 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:17:31.662 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:17:32.122 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:18:10.235 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:18:19.574 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:18:19.575 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:18:20.536 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:18:58.254 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:19:09.154 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:19:09.155 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:19:09.466 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,20:20:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,20:20:24.835] [DEBUG] 6 processes running of frp type 2026-01-08 20:24:25.762 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:24:35.764 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:35.765 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:24:45.767 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:45.767 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:24:55.770 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:55.770 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:25:02.367 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:25:02.368 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:25:02.691 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 20:26:40.204 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:26:50.205 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:26:50.206 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:26:58.589 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:26:58.590 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:26:58.888 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,20:35:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,20:35:26.480] [DEBUG] 6 processes running of frp type 2026-01-08 20:37:46.438 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:37:56.440 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:37:56.441 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:38:00.530 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:38:00.531 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:38:00.774 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:38:39.841 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:38:49.763 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:38:49.764 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:38:51.119 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:40:59.174 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:41:01.123 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:41:01.124 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:41:01.350 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:42:15.771 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:42:23.981 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:42:23.982 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:42:24.249 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:44:34.179 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:44:42.541 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:44:42.542 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:44:43.280 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:48:23.486 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:48:33.489 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:48:33.489 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:48:43.491 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:48:43.492 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:48:45.413 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:48:45.415 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:48:45.741 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,20:50:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,20:50:24.480] [DEBUG] 6 processes running of frp type 2026-01-08 20:50:25.396 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:50:35.398 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:50:35.399 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:50:43.543 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:50:43.544 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:50:43.771 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:52:53.776 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:52:55.705 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:52:55.707 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:52:56.013 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:53:35.090 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:53:45.092 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:53:45.093 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:53:55.095 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:53:55.095 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:54:05.096 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:54:05.097 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:54:08.397 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:54:08.399 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:54:08.712 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:55:48.355 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:55:58.357 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:55:58.358 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:56:08.359 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:56:08.360 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:56:18.361 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:56:18.361 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:56:28.666 [W] [client/service.go:297] [1586be72970326f2] connect to server error: connection write timeout 2026-01-08 20:56:28.667 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:56:38.668 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:56:58.669 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:57:07.082 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:57:07.084 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:57:07.397 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 20:58:47.009 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:58:57.012 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:58:57.012 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:59:07.014 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:07.015 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:59:17.016 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:17.017 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:59:27.017 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:27.018 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 20:59:29.408 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 20:59:29.409 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 20:59:29.728 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 21:00:08.350 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:00:18.352 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:00:18.352 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:00:19.133 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 21:00:19.134 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 21:00:19.496 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 21:02:29.494 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:02:30.764 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 21:02:30.766 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 21:02:31.113 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 21:03:47.988 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:03:52.269 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 21:03:52.269 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 21:03:52.598 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,21:05:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,21:05:35.944] [DEBUG] 6 processes running of frp type 2026-01-08 21:07:36.909 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:07:41.765 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 21:07:41.766 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 21:07:42.146 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-08 21:19:03.382 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:19:13.384 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:19:13.385 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:19:23.386 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:19:23.387 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:19:31.927 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 21:19:31.927 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 21:19:32.247 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-08,21:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,21:20:25.619] [DEBUG] 6 processes running of frp type 2026-01-08 21:21:11.623 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:21:21.626 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:21.628 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:21:31.630 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:31.630 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:21:41.631 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:41.632 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:21:51.633 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:51.634 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:22:01.635 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:22:21.637 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-08 21:22:22.576 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-08 21:22:22.577 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-08 21:22:22.918 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,21:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,21:35:25.863] [DEBUG] 6 processes running of frp type [2026-01-08,21:50:22.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,21:50:29.642] [DEBUG] 6 processes running of frp type [2026-01-08,22:05:21.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,22:05:28.601] [DEBUG] 6 processes running of frp type [2026-01-08,22:20:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,22:20:24.620] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,22:35:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,22:35:25.939] [DEBUG] 6 processes running of frp type [2026-01-08,22:50:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,22:50:24.470] [DEBUG] 6 processes running of frp type [2026-01-08,23:05:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,23:05:24.497] [DEBUG] 6 processes running of frp type [2026-01-08,23:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,23:20:24.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,23:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,23:35:24.522] [DEBUG] 6 processes running of frp type [2026-01-08,23:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-08,23:50:24.117] [DEBUG] 6 processes running of frp type [2026-01-09,00:05:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,00:05:24.284] [DEBUG] 6 processes running of frp type [2026-01-09,00:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,00:20:24.012] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,00:35:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,00:35:23.821] [DEBUG] 6 processes running of frp type [2026-01-09,00:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,00:50:25.042] [DEBUG] 6 processes running of frp type [2026-01-09,01:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,01:05:24.161] [DEBUG] 6 processes running of frp type [2026-01-09,01:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,01:20:23.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,01:35:17.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,01:35:23.939] [DEBUG] 6 processes running of frp type [2026-01-09,01:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,01:50:23.961] [DEBUG] 6 processes running of frp type [2026-01-09,02:05:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,02:05:23.819] [DEBUG] 6 processes running of frp type [2026-01-09,02:20:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,02:20:23.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,02:35:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,02:35:23.932] [DEBUG] 6 processes running of frp type [2026-01-09,02:50:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,02:50:23.804] [DEBUG] 6 processes running of frp type [2026-01-09,03:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,03:05:23.672] [DEBUG] 6 processes running of frp type 2026-01-09 03:18:03.534 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:18:13.536 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 03:18:13.536 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:18:24.253 [W] [client/service.go:297] [1586be72970326f2] connect to server error: connection write timeout 2026-01-09 03:18:24.253 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:18:34.254 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 03:18:34.255 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:18:44.256 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 03:18:44.256 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:18:54.257 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 03:19:14.258 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:19:23.654 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-09 03:19:23.654 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-09 03:19:24.490 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success 2026-01-09 03:19:59.131 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 03:20:00.027 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-09 03:20:00.029 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-09 03:20:00.338 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-09,03:20:18.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,03:20:25.410] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,03:35:19.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,03:35:26.447] [DEBUG] 6 processes running of frp type [2026-01-09,03:50:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,03:50:24.161] [DEBUG] 6 processes running of frp type [2026-01-09,04:05:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,04:05:23.893] [DEBUG] 6 processes running of frp type 2026-01-09 04:06:44.323 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 04:06:44.481 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 04:06:46.603 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 04:06:46.607 [W] [client/service.go:297] [1586be72970326f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 04:06:51.200 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 04:06:52.102 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-09 04:06:52.103 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-09 04:06:52.412 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-09,04:20:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,04:20:23.701] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,04:35:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,04:35:23.791] [DEBUG] 6 processes running of frp type [2026-01-09,04:50:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,04:50:24.330] [DEBUG] 6 processes running of frp type [2026-01-09,05:05:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,05:05:24.262] [DEBUG] 6 processes running of frp type [2026-01-09,05:20:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,05:20:24.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,05:35:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,05:35:24.419] [DEBUG] 6 processes running of frp type [2026-01-09,05:50:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,05:50:25.320] [DEBUG] 6 processes running of frp type 2026-01-09 06:01:20.112 [I] [client/service.go:294] [1586be72970326f2] try to connect to server... 2026-01-09 06:01:21.294 [I] [client/service.go:286] [1586be72970326f2] login to server success, get run id [1586be72970326f2] 2026-01-09 06:01:21.296 [I] [proxy/proxy_manager.go:173] [1586be72970326f2] proxy added: [DTN57CC5599] 2026-01-09 06:01:21.919 [I] [client/control.go:168] [1586be72970326f2] [DTN57CC5599] start proxy success [2026-01-09,06:05:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,06:05:24.444] [DEBUG] 6 processes running of frp type [2026-01-09,06:20:18.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,06:20:26.404] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,06:30:41.911] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,06:30:41.919] [INFO] LocationSqlManager initialising [2026-01-09,06:30:41.920] [INFO] Location DB initialising [2026-01-09,06:30:41.930] [INFO] LocationSqlManager initialisation complete [2026-01-09,06:30:41.931] [DEBUG] UploadManager Init [2026-01-09,06:30:41.932] [DEBUG] UploadManager Init Complete [2026-01-09,06:30:41.936] [INFO] Initializing GPS... [2026-01-09,06:30:41.939] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,06:32:45.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,06:32:57.192] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,06:33:13.777] [DEBUG] Log Upload Complete! [2026-01-09,06:35:45.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,06:35:52.334] [DEBUG] Remote Access Enabled [2026-01-09,06:35:58.924] [INFO] Server Address: 138.201.17.179 [2026-01-09,06:35:58.926] [INFO] Server Port: 7000 [2026-01-09,06:35:58.930] [DEBUG] Starting Remote Access! 2026-01-09 06:35:59.065 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 06:35:59.065 [I] [client/service.go:294] try to connect to server... 2026-01-09 06:36:00.196 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 06:36:00.197 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 06:36:00.524 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,06:50:18.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,06:50:25.023] [DEBUG] 6 processes running of frp type [2026-01-09,07:05:18.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,07:05:25.288] [DEBUG] 6 processes running of frp type [2026-01-09,07:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,07:20:24.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,07:35:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,07:35:24.195] [DEBUG] 6 processes running of frp type 2026-01-09 07:39:09.630 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 07:39:19.633 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 07:39:19.634 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 07:39:29.636 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 07:39:29.636 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 07:39:39.638 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 07:39:39.639 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 07:39:49.641 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 07:39:49.641 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 07:39:59.643 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 07:40:19.644 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 07:40:20.608 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 07:40:20.609 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 07:40:20.926 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,07:50:18.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,07:50:26.209] [DEBUG] 6 processes running of frp type [2026-01-09,08:02:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,08:02:29.561] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,08:02:40.426] [DEBUG] Log Upload Complete! [2026-01-09,08:05:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,08:05:24.694] [DEBUG] 6 processes running of frp type 2026-01-09 08:12:12.272 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 08:12:22.274 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 08:12:22.275 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 08:12:28.606 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 08:12:28.607 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 08:12:29.029 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 08:18:18.090 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 08:18:19.170 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 08:18:19.171 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 08:18:19.571 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,08:20:18.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,08:20:24.896] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,08:35:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,08:35:24.002] [DEBUG] 6 processes running of frp type [2026-01-09,08:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,08:50:24.798] [DEBUG] 6 processes running of frp type [2026-01-09,09:05:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,09:05:23.939] [DEBUG] 6 processes running of frp type 2026-01-09 09:10:03.000 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 09:10:13.002 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:13.003 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 09:10:23.005 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:23.005 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 09:10:33.007 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:33.007 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 09:10:33.980 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 09:10:33.981 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 09:10:34.325 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,09:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,09:20:24.186] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,09:35:18.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,09:35:25.387] [DEBUG] 6 processes running of frp type [2026-01-09,09:50:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,09:50:24.035] [DEBUG] 6 processes running of frp type [2026-01-09,10:05:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,10:05:24.051] [DEBUG] 6 processes running of frp type [2026-01-09,10:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,10:20:24.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,10:35:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,10:35:24.579] [DEBUG] 6 processes running of frp type [2026-01-09,10:50:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,10:50:23.608] [DEBUG] 6 processes running of frp type [2026-01-09,11:05:18.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,11:05:25.153] [DEBUG] 6 processes running of frp type [2026-01-09,11:20:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,11:20:24.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,11:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,11:35:24.075] [DEBUG] 6 processes running of frp type [2026-01-09,11:50:17.877] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,11:50:24.580] [DEBUG] 6 processes running of frp type [2026-01-09,12:05:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,12:05:24.534] [DEBUG] 6 processes running of frp type 2026-01-09 12:06:52.009 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 12:06:52.917 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 12:06:52.919 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 12:06:53.230 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,12:20:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,12:20:24.285] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,12:35:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,12:35:24.328] [DEBUG] 6 processes running of frp type [2026-01-09,12:50:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,12:50:24.075] [DEBUG] 6 processes running of frp type [2026-01-09,13:05:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,13:05:24.028] [DEBUG] 6 processes running of frp type [2026-01-09,13:20:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,13:20:23.903] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,13:35:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,13:35:24.491] [DEBUG] 6 processes running of frp type [2026-01-09,13:50:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,13:50:24.659] [DEBUG] 6 processes running of frp type [2026-01-09,14:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,14:05:24.441] [DEBUG] 6 processes running of frp type [2026-01-09,14:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,14:20:24.575] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,14:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,14:35:24.162] [DEBUG] 6 processes running of frp type [2026-01-09,14:50:18.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,14:50:24.716] [DEBUG] 6 processes running of frp type [2026-01-09,15:05:16.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,15:05:23.538] [DEBUG] 6 processes running of frp type [2026-01-09,15:20:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,15:20:24.270] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,15:35:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,15:35:24.278] [DEBUG] 6 processes running of frp type [2026-01-09,15:50:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,15:50:24.421] [DEBUG] 6 processes running of frp type [2026-01-09,16:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,16:05:24.346] [DEBUG] 6 processes running of frp type [2026-01-09,16:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,16:20:24.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,16:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,16:35:23.869] [DEBUG] 6 processes running of frp type [2026-01-09,16:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,16:50:24.192] [DEBUG] 6 processes running of frp type 2026-01-09 16:59:53.869 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 16:59:58.170 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 16:59:58.171 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 16:59:58.499 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,17:05:18.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,17:05:24.839] [DEBUG] 6 processes running of frp type 2026-01-09 17:15:46.792 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:15:47.711 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:15:47.713 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:15:48.021 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,17:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,17:20:26.009] [DEBUG] 6 processes running of frp type 2026-01-09 17:20:59.860 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:21:02.218 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:21:02.220 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:21:02.529 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 17:24:12.897 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:24:22.900 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:24:22.900 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:24:30.964 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:24:30.965 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:24:31.473 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 17:26:15.087 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:26:17.322 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:26:17.323 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:26:17.623 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 17:26:56.397 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:27:06.399 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:06.400 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:27:16.402 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:16.403 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:27:26.405 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:26.405 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:27:34.685 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:27:34.687 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:27:35.305 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 17:28:04.123 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:28:05.029 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:28:05.030 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:28:05.335 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,17:35:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,17:35:26.844] [DEBUG] 6 processes running of frp type 2026-01-09 17:37:58.706 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:38:08.708 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:38:08.709 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:38:18.710 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:38:18.711 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:38:28.712 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:38:28.713 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:38:38.714 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:38:38.715 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:38:48.716 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:39:08.718 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:39:12.421 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:39:12.423 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:39:12.784 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 17:39:41.710 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:39:42.872 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:39:42.873 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:39:43.176 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,17:50:16.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,17:50:23.550] [DEBUG] 6 processes running of frp type 2026-01-09 17:58:03.469 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:58:13.472 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:58:13.473 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:58:15.387 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:58:15.388 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:58:15.691 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 17:58:53.757 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:59:03.760 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:59:03.760 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 17:59:07.772 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 17:59:07.773 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 17:59:07.995 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,18:05:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,18:05:24.518] [DEBUG] 6 processes running of frp type 2026-01-09 18:07:22.697 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:07:32.700 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:32.700 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:07:42.702 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:42.703 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:07:52.705 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:52.705 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:08:02.707 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:02.707 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:08:03.919 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:08:03.920 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:08:04.234 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:08:43.299 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:08:53.301 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:53.301 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:08:53.968 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:08:53.970 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:08:54.196 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:15:09.157 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:15:12.340 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:15:12.342 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:15:12.652 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:15:51.720 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:16:01.723 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:16:01.724 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:16:10.088 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:16:10.089 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:16:10.688 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:18:50.398 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:19:00.400 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:00.401 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:19:10.402 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:10.403 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:19:20.404 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:20.405 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:19:30.407 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:30.408 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:19:34.056 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:19:34.057 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:19:34.383 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:20:03.554 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:20:07.375 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:20:07.377 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:20:07.688 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success [2026-01-09,18:20:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,18:20:24.751] [DEBUG] 6 processes running of frp type 2026-01-09 18:20:46.438 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:20:56.440 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:20:56.442 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:21:05.001 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:21:05.002 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:21:05.635 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:21:36.355 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:21:46.358 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:21:46.358 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:21:54.735 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:21:54.736 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:21:55.555 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:22:33.778 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:22:42.096 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:22:42.098 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:22:42.602 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:23:21.315 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:23:22.233 [I] [client/service.go:286] [abf0755867eae1e2] login to server success, get run id [abf0755867eae1e2] 2026-01-09 18:23:22.235 [I] [proxy/proxy_manager.go:173] [abf0755867eae1e2] proxy added: [DTN57CC5599] 2026-01-09 18:23:22.548 [I] [client/control.go:168] [abf0755867eae1e2] [DTN57CC5599] start proxy success 2026-01-09 18:25:02.206 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:25:12.207 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:25:12.208 [I] [client/service.go:294] [abf0755867eae1e2] try to connect to server... 2026-01-09 18:25:12.208 [W] [client/service.go:297] [abf0755867eae1e2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-01-09,18:25:40.038] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,18:25:40.044] [INFO] LocationSqlManager initialising [2026-01-09,18:25:40.045] [INFO] Location DB initialising [2026-01-09,18:25:40.056] [INFO] LocationSqlManager initialisation complete [2026-01-09,18:25:40.056] [DEBUG] UploadManager Init [2026-01-09,18:25:40.057] [DEBUG] UploadManager Init Complete [2026-01-09,18:25:40.059] [INFO] Initializing GPS... [2026-01-09,18:25:40.061] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,18:27:44.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,18:27:51.288] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,18:29:34.750] [DEBUG] Log Upload Complete! [2026-01-09,18:30:44.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,18:30:51.159] [DEBUG] Remote Access Enabled [2026-01-09,18:30:57.621] [INFO] Server Address: 138.201.17.179 [2026-01-09,18:30:57.622] [INFO] Server Port: 7000 [2026-01-09,18:30:57.627] [DEBUG] Starting Remote Access! 2026-01-09 18:30:57.759 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 18:30:57.760 [I] [client/service.go:294] try to connect to server... 2026-01-09 18:30:58.677 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:30:58.680 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:30:58.985 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,18:30:59.217] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-09 18:32:08.371 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:32:18.373 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:32:18.374 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:32:24.733 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:32:24.735 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:32:25.341 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,18:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,18:35:24.588] [DEBUG] 6 processes running of frp type 2026-01-09 18:35:37.828 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:35:47.830 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:35:47.831 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:35:57.832 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:35:57.833 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:36:00.669 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:36:00.670 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:36:01.375 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:36:40.050 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:36:50.051 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:36:50.052 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:36:52.011 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:36:52.013 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:36:52.409 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:40:38.623 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:40:48.624 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:40:48.625 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:40:58.627 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:40:58.627 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:41:08.629 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:41:08.630 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:41:18.631 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:41:18.632 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:41:28.633 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:41:48.634 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:41:51.783 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:41:51.785 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:41:52.361 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:42:30.940 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:42:40.942 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:42:40.943 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:42:49.945 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:42:49.947 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:42:50.544 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:44:29.188 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:44:39.190 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:44:39.190 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:44:49.192 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:44:49.192 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:44:50.098 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:44:50.100 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:44:50.423 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:46:30.585 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:46:32.517 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:46:32.519 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:46:32.830 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:47:11.691 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:47:18.067 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:47:18.068 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:47:18.902 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:47:57.044 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:48:07.045 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:07.046 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:48:17.047 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:17.048 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:48:27.049 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:27.050 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:48:45.050 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 18:48:45.051 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:48:55.052 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:49:15.054 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:49:32.562 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 18:49:52.563 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:49:54.091 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:49:54.093 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:49:54.386 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,18:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,18:50:29.653] [DEBUG] 6 processes running of frp type 2026-01-09 18:50:33.452 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:50:43.454 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:50:43.454 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:50:53.456 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:50:53.457 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:51:03.458 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:03.459 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:51:13.461 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:13.461 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:51:23.463 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:43.465 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:51:54.522 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 18:52:14.524 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:52:17.186 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:52:17.187 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:52:17.452 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:52:55.852 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:53:05.855 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:53:05.856 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:53:15.857 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:53:15.858 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:53:23.799 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:53:23.801 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:53:24.229 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:55:34.079 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:55:44.080 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:55:44.081 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:55:54.083 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:55:54.084 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:56:01.446 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:56:01.447 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:56:02.081 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:56:37.473 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:56:39.307 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:56:39.309 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:56:39.522 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:57:18.856 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:57:28.858 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:57:28.859 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:57:30.177 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:57:30.178 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:57:30.490 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 18:58:09.541 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:58:19.543 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:19.543 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:58:29.545 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:29.546 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:58:39.547 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:39.547 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:58:49.549 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:49.549 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:58:59.550 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:59:19.552 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 18:59:27.911 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 18:59:27.912 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 18:59:28.844 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:02:38.346 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:02:44.798 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:02:44.799 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:02:46.530 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:03:21.377 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:03:31.378 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:03:31.380 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:03:41.381 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:03:41.382 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:03:51.385 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:03:51.386 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:04:01.386 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:04:01.387 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:04:11.388 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:04:31.389 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:04:41.390 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:05:01.391 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:05:02.133 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:05:02.134 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:05:02.343 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,19:05:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,19:05:23.875] [DEBUG] 6 processes running of frp type 2026-01-09 19:08:13.199 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:08:23.201 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:08:23.202 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:08:33.203 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:08:33.204 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:08:41.634 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:08:41.635 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:08:41.924 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:09:51.058 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:10:01.059 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:10:01.060 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:10:11.061 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:10:11.062 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:10:21.064 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:10:21.064 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:10:21.777 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:10:21.779 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:10:22.018 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:13:32.701 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:13:38.657 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:13:38.658 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:13:38.907 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:14:56.898 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:14:58.789 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:14:58.790 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:14:59.107 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,19:20:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,19:20:24.223] [DEBUG] 6 processes running of frp type 2026-01-09 19:20:51.374 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:20:54.312 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:20:54.313 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:20:54.527 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:21:33.618 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:21:43.620 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:21:43.620 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:21:53.622 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:21:53.623 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:22:03.624 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:03.625 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:22:04.769 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:22:04.771 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:22:05.066 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:22:40.256 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:22:41.155 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:22:41.156 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:22:41.498 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:23:20.543 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:23:21.733 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:23:21.734 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:23:22.025 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:23:53.231 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:23:54.795 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:23:54.797 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:23:55.018 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 19:28:36.298 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:28:46.300 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:28:46.301 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:28:50.552 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:28:50.553 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:28:50.863 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:29:29.647 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:29:35.988 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:29:35.990 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:29:36.273 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:30:15.089 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:30:25.090 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:25.091 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:30:35.093 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:35.094 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:30:45.095 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:45.096 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:30:55.098 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:55.099 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:30:56.351 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:30:56.353 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:30:56.592 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:31:35.470 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:31:39.456 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:31:39.457 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:31:39.938 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:33:19.461 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:33:29.463 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:33:29.464 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:33:39.467 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:33:39.467 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:33:41.001 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:33:41.002 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:33:41.716 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:34:20.359 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:34:21.707 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:34:21.708 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:34:22.016 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:35:01.067 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:35:09.763 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:35:09.765 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:35:10.063 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,19:35:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,19:35:25.234] [DEBUG] 6 processes running of frp type 2026-01-09 19:36:19.196 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:36:29.198 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:29.199 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:36:39.201 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:39.202 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:36:49.203 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:49.204 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:36:59.206 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:59.207 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:37:09.208 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:37:29.209 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:37:33.407 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:37:33.408 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:37:33.881 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:38:02.994 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:38:05.235 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:38:05.236 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:38:05.566 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:40:15.132 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:40:23.533 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:40:23.535 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:40:23.823 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:41:32.954 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:41:41.505 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:41:41.507 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:41:41.806 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:42:20.578 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:42:23.515 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:42:23.517 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:42:23.746 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:43:02.824 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:43:12.826 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:12.827 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:43:22.828 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:22.828 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:43:32.830 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:32.831 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:43:33.745 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:43:33.747 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:43:34.051 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:44:13.128 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:44:19.429 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:44:19.430 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:44:19.750 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:44:58.499 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:45:08.500 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:45:08.501 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:45:09.188 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:45:09.189 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:45:09.403 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:45:48.719 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:45:58.721 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:45:58.722 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:46:08.724 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:08.724 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:46:18.726 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:18.727 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:46:20.986 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:46:20.988 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:46:21.313 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:47:00.072 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:47:10.074 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:10.074 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:47:20.075 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:20.076 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:47:30.078 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:30.079 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:47:38.690 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:47:38.691 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:47:39.010 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:48:09.077 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:48:12.918 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:48:12.920 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:48:13.241 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:48:42.364 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:48:43.278 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:48:43.279 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:48:43.574 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,19:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,19:50:24.902] [DEBUG] 6 processes running of frp type 2026-01-09 19:57:27.565 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:57:37.567 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:57:37.568 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:57:47.028 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:57:47.030 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:58:25.091 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:58:26.057 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:58:26.059 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:58:26.367 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 19:59:05.459 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:59:20.250 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 19:59:20.251 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 19:59:21.180 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 19:59:21.181 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 19:59:21.391 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:00:00.756 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:00:10.758 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:00:10.758 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:00:11.687 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:00:11.688 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:00:11.924 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:00:51.212 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:01:01.214 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:01.214 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:01:01.876 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:01:01.877 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:01:02.108 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:02:42.052 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:02:52.055 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:02:52.056 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:03:02.057 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:03:02.058 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:03:02.980 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:03:02.981 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:03:03.280 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:04:43.253 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:04:53.254 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:04:53.255 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:05:03.256 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:05:03.256 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:05:13.258 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:05:13.258 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:05:13.888 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:05:13.890 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:05:14.102 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,20:05:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,20:05:27.100] [DEBUG] 6 processes running of frp type 2026-01-09 20:05:53.465 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:06:03.466 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:06:03.467 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:06:04.408 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:06:04.409 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:06:04.717 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:07:14.120 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:07:24.122 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:07:24.123 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:07:26.441 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:07:26.443 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:07:26.672 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:09:06.523 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:09:14.693 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:09:14.694 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:09:15.251 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:09:53.993 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:09:53.998 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 20:09:56.156 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:10:02.386 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:10:02.387 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:10:02.623 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:10:41.720 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:10:51.722 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:10:51.723 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:10:52.614 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:10:52.616 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:10:52.908 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:11:32.013 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:11:45.500 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: connection write timeout 2026-01-09 20:11:45.501 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:11:55.503 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:11:55.503 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:11:56.394 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:11:56.395 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:11:56.693 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:12:35.806 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:12:45.809 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:45.810 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:12:55.812 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:55.813 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:13:05.815 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:13:05.816 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:13:15.818 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:13:15.819 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:13:16.681 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:13:16.683 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:13:16.898 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:13:46.475 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:13:47.364 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:13:47.365 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:13:47.601 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:14:26.900 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:14:36.902 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:36.903 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:14:46.904 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:46.905 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:14:56.907 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:56.908 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:15:06.910 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:06.911 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:15:16.913 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:36.914 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:15:46.917 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:06.918 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:16:16.919 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:36.921 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:16:38.173 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:16:38.174 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:16:38.490 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:17:10.995 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:17:13.022 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:17:13.024 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:17:13.341 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:17:52.416 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:18:00.500 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:18:00.500 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:18:00.701 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:18:30.194 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:18:30.820 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:18:30.821 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:18:31.045 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:19:10.405 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:19:20.407 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:20.408 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:19:30.410 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:30.411 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:19:40.413 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:40.413 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:19:50.414 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:50.415 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:19:54.092 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:19:54.093 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:19:54.971 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,20:20:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,20:20:26.293] [DEBUG] 6 processes running of frp type 2026-01-09 20:20:53.656 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:20:54.324 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:20:54.325 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:20:54.547 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:23:13.902 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:23:23.904 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:23.904 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:23:33.905 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:33.906 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:23:43.908 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:43.909 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:23:53.911 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:53.912 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:24:03.913 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:24:23.914 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:24:33.916 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:24:53.918 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:24:54.724 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:24:54.725 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:24:54.994 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 20:28:05.654 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:28:15.656 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:15.657 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:28:25.659 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:25.660 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:28:35.661 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:35.661 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:28:45.663 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:45.663 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:28:47.159 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:28:47.161 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:28:47.477 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:29:26.530 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:29:36.532 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:29:36.533 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:29:42.807 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:29:42.808 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:29:43.020 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:33:36.365 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:33:44.923 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:33:44.925 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:33:45.245 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:34:23.973 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:34:33.974 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:34:33.975 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:34:43.977 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:34:43.978 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:34:53.979 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:34:53.980 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:35:03.981 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:35:03.981 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:35:12.077 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:35:12.079 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:35:12.291 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,20:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,20:35:27.437] [DEBUG] 6 processes running of frp type 2026-01-09 20:41:34.216 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:41:47.769 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: connection write timeout 2026-01-09 20:41:47.770 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:41:48.899 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:41:48.900 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:42:07.133 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:43:29.295 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:43:39.297 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:39.297 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:43:49.299 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:49.300 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:43:57.678 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:43:57.679 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:43:57.976 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:44:57.412 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:45:17.661 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 20:45:17.661 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:45:19.000 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:45:19.002 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:45:19.221 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:45:58.504 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:46:08.506 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:08.506 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:46:18.508 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:18.509 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:46:28.511 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:28.512 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:46:37.120 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:46:37.121 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:46:37.456 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:47:09.285 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:47:10.176 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:47:10.177 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:47:10.487 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,20:50:17.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,20:50:24.387] [DEBUG] 6 processes running of frp type 2026-01-09 20:51:01.289 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:51:09.727 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:51:09.729 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:51:10.318 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:54:22.985 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:54:24.893 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:54:24.895 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:54:25.193 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:55:34.562 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:55:44.564 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:44.565 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:55:54.567 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:54.568 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:55:55.728 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:55:55.729 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:55:56.021 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:56:25.451 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:56:26.611 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:56:26.613 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:56:26.907 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:57:06.018 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:57:16.020 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:57:16.021 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:57:23.998 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:57:23.999 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:57:24.434 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:58:03.365 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:58:18.784 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: connection write timeout 2026-01-09 20:58:18.785 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:58:20.001 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:58:20.003 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:58:20.340 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:58:56.335 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:58:57.381 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:58:57.383 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:58:57.956 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 20:59:36.646 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 20:59:37.611 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 20:59:37.611 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 20:59:37.929 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:00:16.954 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:00:26.957 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:00:26.958 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:00:31.379 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:00:31.381 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:00:31.961 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:01:10.422 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:01:19.132 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:01:19.133 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:01:20.019 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:01:58.139 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:02:08.141 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:08.141 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:02:18.143 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:18.143 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:02:28.144 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:28.145 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:02:29.175 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:02:29.176 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:02:29.654 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:03:08.389 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:03:18.391 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:03:18.391 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:03:22.753 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:03:22.754 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:03:23.456 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:04:31.955 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:04:41.958 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:04:41.958 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:04:50.224 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:04:50.226 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:04:50.730 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,21:05:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,21:05:26.312] [DEBUG] 6 processes running of frp type 2026-01-09 21:05:29.486 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:05:39.488 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:39.488 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:05:47.859 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:05:47.860 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:05:48.479 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:08:27.967 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:08:36.532 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:08:36.534 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:08:37.161 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:09:15.594 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:09:19.717 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:09:19.719 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:09:20.158 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:11:59.941 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:12:08.086 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:12:08.087 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:12:08.656 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:12:47.423 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:12:57.425 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:12:57.425 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:13:07.427 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:07.427 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:13:17.429 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:17.430 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:13:27.431 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:27.432 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:13:28.718 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:13:28.720 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:13:29.193 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:14:07.970 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:14:17.973 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:17.973 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:14:27.975 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:27.975 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:14:37.977 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:37.978 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:14:47.979 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:15:07.981 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:15:17.982 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:15:37.983 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:15:43.586 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:15:43.588 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:15:43.881 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:16:12.915 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:16:24.574 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: connection write timeout 2026-01-09 21:16:24.575 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:16:25.605 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:16:25.606 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:16:25.930 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:18:42.270 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:18:46.365 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:18:46.366 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:18:46.824 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:19:55.794 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:20:05.796 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:05.797 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:20:10.171 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:20:10.172 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:20:10.822 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,21:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,21:20:26.068] [DEBUG] 6 processes running of frp type 2026-01-09 21:20:49.226 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:20:59.228 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:59.229 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:20:59.930 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:20:59.932 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:21:00.149 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:21:39.507 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:21:49.509 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:21:49.510 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:21:50.422 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:21:50.423 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:21:50.713 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:22:29.798 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:22:39.800 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:22:39.801 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:22:49.803 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:22:49.804 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:22:59.806 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:22:59.807 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:23:07.913 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:23:07.915 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:23:08.146 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:23:47.259 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:23:57.261 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:57.261 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:24:07.262 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:07.263 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:24:17.265 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:17.266 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:24:27.267 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:27.268 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:24:28.143 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:24:28.144 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:24:28.453 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:25:07.545 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:25:22.931 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: connection write timeout 2026-01-09 21:25:22.931 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:25:32.933 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:25:32.933 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:25:42.935 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:25:42.936 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:25:52.937 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:25:52.937 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:25:56.842 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:25:56.843 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:25:57.244 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 21:27:06.433 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:27:16.435 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:16.436 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:27:26.437 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:26.439 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:27:36.440 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:36.440 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:27:46.442 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:46.443 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:27:47.669 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:27:47.671 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:27:47.955 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:28:20.946 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:28:21.809 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:28:21.810 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:28:22.102 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:29:31.436 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:29:41.437 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:29:41.438 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:29:51.439 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:29:51.440 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:30:01.442 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:01.442 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:30:11.444 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:11.444 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:30:21.446 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:41.447 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:30:51.586 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:30:51.587 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:30:51.999 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:32:31.746 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:32:41.748 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:32:41.748 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:32:42.432 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:32:42.434 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:32:42.652 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:33:52.234 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:34:02.236 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:34:02.238 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:34:08.988 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:34:08.989 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:34:09.591 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:34:48.020 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:34:51.517 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:34:51.517 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:34:52.176 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,21:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,21:35:28.271] [DEBUG] 6 processes running of frp type 2026-01-09 21:36:32.256 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:36:38.898 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:36:38.900 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:36:40.114 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:37:17.897 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:37:21.105 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:37:21.106 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:37:21.699 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:38:00.223 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:38:10.224 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:38:10.225 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:38:11.363 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:38:11.364 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:38:12.098 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:38:50.714 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:39:00.717 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:00.717 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:39:01.876 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:39:01.877 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:39:02.525 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:39:41.013 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:39:51.015 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:51.016 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:40:01.017 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:40:01.018 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:40:11.020 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:40:11.020 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:40:15.621 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:40:15.623 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:40:15.934 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:40:44.990 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:40:46.381 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:40:46.382 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:40:46.706 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:41:25.654 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:41:26.851 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:41:26.852 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:41:27.832 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:42:06.256 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:42:08.018 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:42:08.020 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:42:09.028 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:49:01.417 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:49:05.599 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:49:05.600 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:49:06.250 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,21:50:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,21:50:25.242] [DEBUG] 6 processes running of frp type 2026-01-09 21:58:22.990 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:58:25.027 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:58:25.028 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:58:25.479 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 21:59:03.780 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:59:13.781 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:13.782 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:59:23.784 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:23.785 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:59:33.786 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:33.787 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 21:59:40.285 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 21:59:40.287 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 21:59:40.579 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,22:05:19.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,22:05:27.435] [DEBUG] 6 processes running of frp type 2026-01-09 22:05:57.982 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:06:02.341 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:06:02.343 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:06:02.710 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 22:13:29.917 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:13:39.919 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:39.920 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:13:49.921 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:49.922 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:13:59.923 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:59.924 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:14:05.429 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:14:05.431 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:14:05.919 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 22:15:18.303 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:15:22.556 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:15:22.557 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:15:22.854 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 22:16:01.674 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:16:11.675 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:11.676 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:16:21.678 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:21.679 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:16:31.681 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:31.682 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:16:41.683 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:41.683 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:16:51.851 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:16:51.852 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:16:52.491 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 22:17:20.599 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:17:22.338 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:17:22.340 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:17:22.662 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 22:18:00.967 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:18:02.000 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:18:02.000 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:18:02.319 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,22:20:19.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,22:20:27.056] [DEBUG] 6 processes running of frp type 2026-01-09 22:24:21.714 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:24:25.482 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:24:25.483 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:24:25.773 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 22:26:35.278 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:26:45.281 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:26:45.283 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:26:55.284 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:26:55.284 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:27:05.286 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:27:05.287 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:27:15.289 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:27:15.289 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:27:25.291 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:27:45.291 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:27:46.023 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:27:46.024 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:27:46.241 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success 2026-01-09 22:33:15.508 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:33:28.143 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: connection write timeout 2026-01-09 22:33:28.143 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:33:44.328 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 22:33:44.329 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:33:56.512 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 22:33:56.513 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:34:21.195 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 22:34:21.196 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:34:40.599 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: i/o deadline reached 2026-01-09 22:34:40.599 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:34:45.101 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:34:45.102 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:34:45.425 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,22:35:23.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,22:35:31.584] [DEBUG] 6 processes running of frp type 2026-01-09 22:47:06.653 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-09 22:47:08.730 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-09 22:47:08.731 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-09 22:47:09.039 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-09,22:50:18.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,22:50:24.686] [DEBUG] 6 processes running of frp type [2026-01-09,23:05:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,23:05:23.573] [DEBUG] 6 processes running of frp type [2026-01-09,23:20:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,23:20:24.911] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,23:35:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,23:35:24.661] [DEBUG] 6 processes running of frp type [2026-01-09,23:50:22.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-09,23:50:29.317] [DEBUG] 6 processes running of frp type [2026-01-10,00:05:18.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,00:05:24.930] [DEBUG] 6 processes running of frp type [2026-01-10,00:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,00:20:24.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,00:35:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,00:35:23.778] [DEBUG] 6 processes running of frp type [2026-01-10,00:50:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,00:50:23.793] [DEBUG] 6 processes running of frp type [2026-01-10,01:05:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,01:05:23.528] [DEBUG] 6 processes running of frp type [2026-01-10,01:20:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,01:20:24.487] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,01:35:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,01:35:24.333] [DEBUG] 6 processes running of frp type [2026-01-10,01:50:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,01:50:24.504] [DEBUG] 6 processes running of frp type [2026-01-10,02:05:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,02:05:24.362] [DEBUG] 6 processes running of frp type [2026-01-10,02:20:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,02:20:24.730] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,02:35:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,02:35:24.206] [DEBUG] 6 processes running of frp type [2026-01-10,02:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,02:50:24.378] [DEBUG] 6 processes running of frp type 2026-01-10 02:52:26.020 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 02:52:31.697 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-10 02:52:31.698 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-10 02:52:33.268 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-10,03:05:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,03:05:24.148] [DEBUG] 6 processes running of frp type [2026-01-10,03:20:17.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,03:20:24.314] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 03:28:12.662 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 03:28:16.201 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-10 03:28:16.203 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-10 03:28:16.893 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-10,03:35:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,03:35:24.797] [DEBUG] 6 processes running of frp type [2026-01-10,03:50:18.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,03:50:24.960] [DEBUG] 6 processes running of frp type [2026-01-10,04:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,04:05:24.082] [DEBUG] 6 processes running of frp type 2026-01-10 04:06:26.870 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 04:06:29.908 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 04:06:29.908 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 04:06:32.948 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 04:06:32.948 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 04:06:35.987 [W] [client/service.go:297] [57ab073158c53fef] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 04:06:44.549 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 04:06:46.464 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-10 04:06:46.465 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-10 04:06:46.782 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-10,04:20:17.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,04:20:23.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,04:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,04:35:23.994] [DEBUG] 6 processes running of frp type [2026-01-10,04:50:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,04:50:24.234] [DEBUG] 6 processes running of frp type [2026-01-10,05:05:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,05:05:24.098] [DEBUG] 6 processes running of frp type 2026-01-10 05:10:37.492 [I] [client/service.go:294] [57ab073158c53fef] try to connect to server... 2026-01-10 05:10:39.507 [I] [client/service.go:286] [57ab073158c53fef] login to server success, get run id [57ab073158c53fef] 2026-01-10 05:10:39.508 [I] [proxy/proxy_manager.go:173] [57ab073158c53fef] proxy added: [DTN57CC5599] 2026-01-10 05:10:39.827 [I] [client/control.go:168] [57ab073158c53fef] [DTN57CC5599] start proxy success [2026-01-10,05:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,05:20:24.317] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,05:35:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,05:35:25.596] [DEBUG] 6 processes running of frp type [2026-01-10,05:50:18.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,05:50:24.804] [DEBUG] 6 processes running of frp type [2026-01-10,06:05:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,06:05:23.800] [DEBUG] 6 processes running of frp type [2026-01-10,06:20:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,06:20:23.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,06:30:41.064] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,06:30:41.072] [INFO] LocationSqlManager initialising [2026-01-10,06:30:41.073] [INFO] Location DB initialising [2026-01-10,06:30:41.083] [INFO] LocationSqlManager initialisation complete [2026-01-10,06:30:41.085] [DEBUG] UploadManager Init [2026-01-10,06:30:41.085] [DEBUG] UploadManager Init Complete [2026-01-10,06:30:41.089] [INFO] Initializing GPS... [2026-01-10,06:30:41.092] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,06:32:44.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,06:32:51.677] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-10,06:33:10.896] [DEBUG] Log Upload Complete! [2026-01-10,06:35:44.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,06:35:51.454] [DEBUG] Remote Access Enabled [2026-01-10,06:35:57.705] [INFO] Server Address: 138.201.17.179 [2026-01-10,06:35:57.706] [INFO] Server Port: 7000 [2026-01-10,06:35:57.711] [DEBUG] Starting Remote Access! 2026-01-10 06:35:57.839 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 06:35:57.839 [I] [client/service.go:294] try to connect to server... 2026-01-10 06:35:58.710 [I] [client/service.go:286] [33027eb2311eea2d] login to server success, get run id [33027eb2311eea2d] 2026-01-10 06:35:58.711 [I] [proxy/proxy_manager.go:173] [33027eb2311eea2d] proxy added: [DTN57CC5599] 2026-01-10 06:35:59.005 [I] [client/control.go:168] [33027eb2311eea2d] [DTN57CC5599] start proxy success 2026-01-10 06:46:51.881 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 06:46:53.480 [I] [client/service.go:286] [33027eb2311eea2d] login to server success, get run id [33027eb2311eea2d] 2026-01-10 06:46:53.482 [I] [proxy/proxy_manager.go:173] [33027eb2311eea2d] proxy added: [DTN57CC5599] 2026-01-10 06:46:53.852 [I] [client/control.go:168] [33027eb2311eea2d] [DTN57CC5599] start proxy success [2026-01-10,06:50:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,06:50:24.813] [DEBUG] 6 processes running of frp type [2026-01-10,07:05:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,07:05:24.136] [DEBUG] 6 processes running of frp type [2026-01-10,07:20:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,07:20:28.866] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,07:35:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,07:35:24.729] [DEBUG] 6 processes running of frp type [2026-01-10,07:50:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,07:50:24.347] [DEBUG] 6 processes running of frp type [2026-01-10,08:02:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,08:02:24.566] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-10,08:03:10.955] [DEBUG] Log Upload Complete! [2026-01-10,08:05:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,08:05:24.449] [DEBUG] 6 processes running of frp type [2026-01-10,08:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,08:20:24.462] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,08:35:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,08:35:24.379] [DEBUG] 6 processes running of frp type [2026-01-10,08:50:17.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,08:50:24.660] [DEBUG] 6 processes running of frp type [2026-01-10,09:05:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,09:05:24.398] [DEBUG] 6 processes running of frp type [2026-01-10,09:20:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,09:20:24.693] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,09:35:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,09:35:24.031] [DEBUG] 6 processes running of frp type [2026-01-10,09:50:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,09:50:24.525] [DEBUG] 6 processes running of frp type [2026-01-10,10:05:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,10:05:24.523] [DEBUG] 6 processes running of frp type [2026-01-10,10:20:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,10:20:24.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 10:30:54.781 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:31:04.783 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:31:04.784 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:31:06.048 [I] [client/service.go:286] [33027eb2311eea2d] login to server success, get run id [33027eb2311eea2d] 2026-01-10 10:31:06.050 [I] [proxy/proxy_manager.go:173] [33027eb2311eea2d] proxy added: [DTN57CC5599] 2026-01-10 10:31:06.461 [I] [client/control.go:168] [33027eb2311eea2d] [DTN57CC5599] start proxy success 2026-01-10 10:33:23.052 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:33:33.055 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:33:33.055 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:33:43.056 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:33:43.057 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:33:53.059 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:33:53.059 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:34:03.061 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:34:03.062 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:34:13.063 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:34:33.065 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:34:43.067 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 10:35:03.069 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:35:03.071 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:35:23.072 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:35:23.076 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:35:43.078 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:35:43.083 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:36:03.085 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:36:03.095 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:36:23.096 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:36:23.102 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:36:43.104 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:36:43.108 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:37:03.109 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:37:03.113 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:37:23.115 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:37:23.120 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:37:43.122 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:37:43.125 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:38:03.127 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:38:03.139 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:38:23.140 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:38:23.148 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:38:43.149 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:38:43.155 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:39:03.157 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:39:03.163 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:39:23.164 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:39:23.168 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:39:43.170 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:39:43.175 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:40:03.176 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:40:03.181 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:40:23.182 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:40:23.191 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 10:40:43.193 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 10:40:44.707 [I] [client/service.go:286] [33027eb2311eea2d] login to server success, get run id [33027eb2311eea2d] 2026-01-10 10:40:44.708 [I] [proxy/proxy_manager.go:173] [33027eb2311eea2d] proxy added: [DTN57CC5599] 2026-01-10 10:40:45.007 [I] [client/control.go:168] [33027eb2311eea2d] [DTN57CC5599] start proxy success [2026-01-10,10:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,10:50:25.109] [DEBUG] 6 processes running of frp type [2026-01-10,11:05:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,11:05:24.219] [DEBUG] 6 processes running of frp type [2026-01-10,11:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,11:20:24.222] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,11:35:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,11:35:23.988] [DEBUG] 6 processes running of frp type [2026-01-10,11:50:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,11:50:24.812] [DEBUG] 6 processes running of frp type [2026-01-10,12:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,12:05:25.763] [DEBUG] 6 processes running of frp type [2026-01-10,12:20:17.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,12:20:23.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,12:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,12:35:24.419] [DEBUG] 6 processes running of frp type [2026-01-10,12:50:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,12:50:24.670] [DEBUG] 6 processes running of frp type [2026-01-10,13:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,13:05:24.267] [DEBUG] 6 processes running of frp type [2026-01-10,13:20:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,13:20:24.700] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,13:35:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,13:35:24.731] [DEBUG] 6 processes running of frp type [2026-01-10,13:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,13:50:25.726] [DEBUG] 6 processes running of frp type [2026-01-10,14:05:20.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,14:05:26.933] [DEBUG] 6 processes running of frp type [2026-01-10,14:20:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,14:20:24.077] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,14:35:18.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,14:35:25.192] [DEBUG] 6 processes running of frp type [2026-01-10,14:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,14:50:23.985] [DEBUG] 6 processes running of frp type [2026-01-10,15:05:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,15:05:25.036] [DEBUG] 6 processes running of frp type [2026-01-10,15:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,15:20:25.913] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,15:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,15:35:26.496] [DEBUG] 6 processes running of frp type [2026-01-10,15:50:18.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,15:50:25.625] [DEBUG] 6 processes running of frp type [2026-01-10,16:05:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,16:05:26.706] [DEBUG] 6 processes running of frp type [2026-01-10,16:20:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,16:20:24.874] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 16:29:37.667 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 16:29:47.669 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:29:47.670 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 16:29:57.672 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:29:57.672 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 16:30:07.675 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:30:07.676 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 16:30:17.677 [W] [client/service.go:297] [33027eb2311eea2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:30:17.678 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 16:30:25.544 [I] [client/service.go:286] [33027eb2311eea2d] login to server success, get run id [33027eb2311eea2d] 2026-01-10 16:30:25.546 [I] [proxy/proxy_manager.go:173] [33027eb2311eea2d] proxy added: [DTN57CC5599] 2026-01-10 16:30:25.988 [I] [client/control.go:168] [33027eb2311eea2d] [DTN57CC5599] start proxy success 2026-01-10 16:30:52.149 [I] [client/service.go:294] [33027eb2311eea2d] try to connect to server... 2026-01-10 16:30:53.147 [I] [client/service.go:286] [33027eb2311eea2d] login to server success, get run id [33027eb2311eea2d] 2026-01-10 16:30:53.149 [I] [proxy/proxy_manager.go:173] [33027eb2311eea2d] proxy added: [DTN57CC5599] 2026-01-10 16:30:53.590 [I] [client/control.go:168] [33027eb2311eea2d] [DTN57CC5599] start proxy success [2026-01-10,16:35:17.844] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,16:35:26.230] [DEBUG] 6 processes running of frp type [2026-01-10,16:50:18.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,16:50:25.730] [DEBUG] 6 processes running of frp type [2026-01-10,17:05:17.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,17:05:24.136] [DEBUG] 6 processes running of frp type [2026-01-10,17:20:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,17:20:24.684] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,17:35:18.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,17:35:25.914] [DEBUG] 6 processes running of frp type [2026-01-10,17:50:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,17:50:26.606] [DEBUG] 6 processes running of frp type [2026-01-10,18:05:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,18:05:26.160] [DEBUG] 6 processes running of frp type [2026-01-10,18:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,18:20:24.160] [DEBUG] 6 processes running of frp type [2026-01-10,18:25:40.557] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,18:25:40.562] [INFO] LocationSqlManager initialising [2026-01-10,18:25:40.563] [INFO] Location DB initialising [2026-01-10,18:25:40.574] [INFO] LocationSqlManager initialisation complete [2026-01-10,18:25:40.576] [DEBUG] UploadManager Init [2026-01-10,18:25:40.576] [DEBUG] UploadManager Init Complete [2026-01-10,18:25:40.581] [INFO] Initializing GPS... [2026-01-10,18:25:40.584] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,18:27:44.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,18:27:51.791] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-10,18:28:23.746] [DEBUG] Log Upload Complete! [2026-01-10,18:30:44.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,18:30:51.541] [DEBUG] Remote Access Enabled [2026-01-10,18:30:57.918] [INFO] Server Address: 138.201.17.179 [2026-01-10,18:30:57.919] [INFO] Server Port: 7000 [2026-01-10,18:30:57.924] [DEBUG] Starting Remote Access! 2026-01-10 18:30:58.056 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 18:30:58.056 [I] [client/service.go:294] try to connect to server... 2026-01-10 18:30:59.066 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 18:30:59.068 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 18:30:59.393 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,18:35:19.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,18:35:26.679] [DEBUG] 6 processes running of frp type 2026-01-10 18:43:18.091 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 18:43:28.093 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 18:43:28.094 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 18:43:38.095 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 18:43:38.095 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 18:43:39.058 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 18:43:39.060 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 18:43:39.782 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,18:50:17.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,18:50:24.239] [DEBUG] 6 processes running of frp type 2026-01-10 19:03:32.264 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:03:42.266 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:42.267 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:03:52.268 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:52.269 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:03:53.222 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:03:53.223 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:03:53.933 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,19:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,19:05:24.227] [DEBUG] 6 processes running of frp type [2026-01-10,19:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,19:20:24.547] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,19:35:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,19:35:24.145] [DEBUG] 6 processes running of frp type 2026-01-10 19:40:22.878 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:40:32.880 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:32.881 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:40:42.883 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:42.884 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:40:52.886 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:52.886 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:41:02.888 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:02.888 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:41:12.890 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:32.892 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:41:42.894 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:42:02.895 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:42:12.897 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:42:32.898 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:42:33.852 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:42:33.854 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:42:34.255 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 19:43:43.425 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:43:45.366 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:43:45.367 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:43:45.699 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 19:44:24.733 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:44:28.748 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:44:28.750 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:44:28.989 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 19:45:08.022 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:45:18.025 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:45:18.025 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:45:24.577 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:45:24.578 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:45:24.889 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 19:46:03.612 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:46:13.614 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:46:13.615 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:46:17.421 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:46:17.423 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:46:17.772 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 19:46:56.455 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 19:46:57.414 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 19:46:57.415 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 19:46:57.777 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,19:50:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,19:50:24.373] [DEBUG] 6 processes running of frp type 2026-01-10 20:02:19.961 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:02:29.963 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:02:29.964 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:02:38.496 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:02:38.498 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:02:38.807 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:04:18.657 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:04:30.697 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:04:30.697 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:04:40.700 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:04:40.701 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:04:50.701 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:04:50.702 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:05:00.704 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:05:00.704 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:05:10.706 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:05:30.708 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:05:40.709 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:06:00.710 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:06:10.713 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:06:30.715 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:06:40.717 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:07:00.717 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:07:00.720 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:07:20.721 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:07:20.724 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:07:40.726 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:07:40.731 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:08:00.731 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:08:00.737 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:08:20.738 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:08:20.742 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:08:40.743 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:08:40.748 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:09:00.749 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:09:00.754 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:09:20.756 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:09:20.760 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:09:40.762 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:09:40.766 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:10:00.767 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:10:00.771 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:10:20.772 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:10:20.791 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:10:40.793 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:10:40.804 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:11:00.805 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:11:00.812 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:11:20.813 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:11:20.819 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:11:40.820 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:11:40.824 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:12:00.825 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:12:00.827 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:12:20.828 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:12:20.834 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:12:40.835 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:12:40.841 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:13:00.842 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:13:00.846 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:13:20.848 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:13:20.852 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:13:40.853 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:13:40.856 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:14:00.856 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:14:00.860 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:14:20.861 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:14:25.672 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:14:25.674 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:14:27.949 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:15:01.496 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:15:11.497 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:15:11.498 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:15:27.081 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:15:27.081 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:15:37.082 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:15:37.082 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:15:47.083 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:15:47.084 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:15:57.086 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:16:17.088 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:16:32.782 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:16:52.783 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:17:02.784 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:17:22.785 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:17:32.788 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:17:52.789 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:18:11.199 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:18:31.201 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:18:41.203 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:19:01.204 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:19:11.205 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:19:31.206 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:19:41.209 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:20:01.210 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:20:11.212 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-10,20:20:18.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-10 20:20:31.214 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-10 20:20:41.215 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:21:01.216 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:21:01.219 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:21:21.220 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:21:21.226 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:21:41.228 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:21:41.244 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:22:01.245 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:22:01.252 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:22:21.252 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:22:21.265 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:22:41.266 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:22:51.268 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:23:11.269 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:23:27.030 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:23:47.031 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:23:59.625 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: read tcp 192.168.2.4:58732->138.201.17.179:7000: read: connection reset by peer 2026-01-10 20:24:19.627 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:24:29.629 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:24:49.631 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:25:05.403 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:25:25.404 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:25:44.677 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 20:26:04.678 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:26:14.679 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:26:34.680 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:26:34.905 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 20:26:54.907 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:27:04.908 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:27:24.910 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:27:36.538 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:27:56.539 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:28:06.541 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:28:26.543 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:28:36.544 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:28:56.545 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:29:06.547 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:29:26.549 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:29:36.552 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:29:56.553 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:30:06.555 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:30:26.556 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:30:36.558 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:30:56.560 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:31:07.790 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:31:27.791 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:31:47.754 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:32:07.756 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:32:17.758 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:32:37.760 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:32:57.054 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:33:17.055 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:33:27.058 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:33:47.060 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:34:01.728 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:34:21.729 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:34:33.138 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:34:53.139 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:35:05.620 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 20:35:25.621 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:35:35.624 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:35:55.625 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:36:05.627 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:36:25.629 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:36:41.676 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: i/o deadline reached 2026-01-10 20:37:01.677 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:37:14.068 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:37:14.069 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:37:15.392 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:38:57.030 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:39:07.032 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:07.033 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:39:17.034 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:17.035 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:39:25.133 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:39:25.133 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:39:25.366 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:41:05.514 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:41:15.515 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:15.515 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:41:25.517 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:25.517 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:41:35.518 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:35.519 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:41:51.565 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:41:51.565 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:42:19.671 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:42:20.149 [W] [client/control.go:166] [ab2f962c3180d7a9] [DTN57CC5599] start error: status not wait start, ignore start message 2026-01-10 20:44:00.704 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:44:02.062 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:44:02.062 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:44:02.298 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:44:41.121 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:44:45.475 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:44:45.476 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:44:45.722 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:45:54.880 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:46:04.881 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:04.881 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:46:14.882 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:14.882 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:46:24.884 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:24.885 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:46:34.886 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:54.887 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:46:56.442 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:46:56.443 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:46:56.789 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:49:12.946 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:49:22.949 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:49:22.949 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:49:26.306 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:49:26.307 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:49:26.779 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,20:50:17.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,20:50:24.785] [DEBUG] 6 processes running of frp type 2026-01-10 20:52:44.016 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:52:54.018 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:52:54.019 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:53:04.020 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:53:04.021 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:53:05.177 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:53:05.178 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:53:05.626 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:55:17.280 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:55:27.282 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:55:27.283 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:55:37.285 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:55:37.285 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:55:47.287 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:55:47.288 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:55:48.345 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:55:48.346 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:55:48.984 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:56:27.625 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:56:37.626 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:56:37.626 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:56:39.294 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:56:39.295 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:56:39.732 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 20:57:17.980 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 20:57:20.204 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 20:57:20.205 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 20:57:20.678 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:00:00.667 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:00:10.669 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:10.669 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:00:20.670 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:20.671 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:00:21.588 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:00:21.589 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:00:22.146 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:02:31.855 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:02:41.857 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:02:41.858 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:02:51.859 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:02:51.860 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:02:52.845 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:02:52.846 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:02:53.149 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:04:38.605 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:04:48.608 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:04:48.609 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:04:58.610 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:04:58.611 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:05:08.612 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:08.612 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... [2026-01-10,21:05:17.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-10 21:05:18.614 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-10,21:05:28.941] [DEBUG] 6 processes running of frp type 2026-01-10 21:05:38.615 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:05:48.617 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:06:08.617 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:06:09.535 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:06:09.536 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:06:09.844 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:08:25.225 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:08:27.155 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:08:27.155 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:08:27.465 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:10:37.476 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:10:39.512 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:10:39.513 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:10:39.777 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:11:49.034 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:11:59.036 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:11:59.037 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:11:59.701 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:11:59.702 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:11:59.941 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:13:39.699 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:13:49.701 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:49.702 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:13:59.704 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:59.705 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:14:09.707 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:14:09.707 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:14:16.616 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:14:16.618 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:14:17.334 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:16:26.395 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:16:36.399 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:16:36.400 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:16:39.705 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:16:39.706 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:16:40.043 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,21:20:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,21:20:24.088] [DEBUG] 6 processes running of frp type 2026-01-10 21:20:51.046 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:21:01.048 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:01.048 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:21:11.049 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:11.050 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:21:14.284 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:21:14.285 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:21:14.585 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 21:28:59.868 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:29:02.125 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:29:02.126 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:29:02.441 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:30:11.542 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:30:12.263 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:30:12.263 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:30:12.503 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:30:51.781 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:31:01.784 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:01.785 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:31:11.786 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:11.787 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:31:21.789 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:21.790 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:31:30.194 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:31:30.194 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:31:30.808 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:34:10.614 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:34:20.616 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:34:20.617 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:34:23.880 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:34:23.882 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:34:24.562 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,21:35:17.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,21:35:24.241] [DEBUG] 6 processes running of frp type 2026-01-10 21:37:39.961 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:37:50.286 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 21:37:50.287 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:37:51.178 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:37:51.180 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:37:51.496 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:38:30.578 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:38:40.580 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:38:40.581 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:38:50.582 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:38:50.583 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:38:52.285 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:38:52.287 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:38:52.517 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:41:33.045 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:41:43.047 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:43.048 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:41:53.050 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:53.050 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:41:57.570 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:41:57.571 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:41:57.890 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,21:50:20.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,21:50:32.075] [DEBUG] 6 processes running of frp type 2026-01-10 21:52:23.264 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:52:23.938 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:52:23.939 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:52:24.161 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:53:43.277 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:53:53.280 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:53:53.280 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:53:57.258 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:53:57.259 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:53:57.512 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:55:06.855 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:55:16.857 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:16.857 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:55:26.859 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:26.860 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:55:36.860 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:36.861 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:55:45.362 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:55:45.363 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:55:45.685 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 21:59:26.368 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 21:59:28.123 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 21:59:28.124 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 21:59:28.767 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:00:06.828 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:00:16.829 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:00:16.830 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:00:27.383 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: connection write timeout 2026-01-10 22:00:27.384 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:00:28.381 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:00:28.383 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:00:28.806 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,22:05:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,22:05:24.096] [DEBUG] 6 processes running of frp type 2026-01-10 22:06:41.537 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:06:49.917 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:06:49.918 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:06:50.158 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:13:37.207 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:13:39.238 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:13:39.239 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:13:40.204 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:15:18.504 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:15:28.505 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:15:28.505 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:15:29.455 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:15:29.456 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:15:29.771 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:18:41.694 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:18:51.697 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:18:51.697 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:19:01.699 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:01.699 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:19:11.700 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:11.700 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:19:21.701 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:21.702 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:19:25.691 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:19:25.691 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:19:25.960 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,22:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,22:20:23.939] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 22:26:08.987 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:26:18.990 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:18.991 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:26:28.993 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:28.993 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:26:38.994 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:38.994 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:26:48.996 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:48.996 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:26:58.998 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:27:18.999 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:27:29.001 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:27:49.002 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:27:49.931 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:27:49.932 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:27:51.395 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:30:05.861 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:30:09.178 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:30:09.179 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:30:09.506 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:30:48.209 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:30:56.660 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:30:56.661 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:30:56.976 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,22:35:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,22:35:24.134] [DEBUG] 6 processes running of frp type [2026-01-10,22:50:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,22:50:23.955] [DEBUG] 6 processes running of frp type 2026-01-10 22:54:57.650 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:55:07.652 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:55:07.652 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:55:16.071 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:55:16.072 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:55:16.557 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-10 22:58:56.960 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-10 22:59:01.234 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-10 22:59:01.234 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-10 22:59:01.550 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-10,23:05:18.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,23:05:25.047] [DEBUG] 6 processes running of frp type [2026-01-10,23:20:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,23:20:23.833] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,23:35:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,23:35:23.831] [DEBUG] 6 processes running of frp type [2026-01-10,23:50:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-10,23:50:24.205] [DEBUG] 6 processes running of frp type [2026-01-11,00:05:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,00:05:23.981] [DEBUG] 6 processes running of frp type [2026-01-11,00:20:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,00:20:28.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,00:35:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,00:35:24.808] [DEBUG] 6 processes running of frp type [2026-01-11,00:50:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,00:50:23.668] [DEBUG] 6 processes running of frp type [2026-01-11,01:05:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,01:05:24.436] [DEBUG] 6 processes running of frp type [2026-01-11,01:20:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,01:20:24.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,01:35:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,01:35:23.946] [DEBUG] 6 processes running of frp type [2026-01-11,01:50:16.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,01:50:23.489] [DEBUG] 6 processes running of frp type [2026-01-11,02:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,02:05:24.318] [DEBUG] 6 processes running of frp type [2026-01-11,02:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,02:20:24.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,02:35:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,02:35:23.861] [DEBUG] 6 processes running of frp type [2026-01-11,02:50:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,02:50:25.277] [DEBUG] 6 processes running of frp type [2026-01-11,03:05:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,03:05:24.039] [DEBUG] 6 processes running of frp type [2026-01-11,03:20:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,03:20:23.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,03:35:22.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,03:35:28.686] [DEBUG] 6 processes running of frp type [2026-01-11,03:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,03:50:24.258] [DEBUG] 6 processes running of frp type [2026-01-11,04:05:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,04:05:23.971] [DEBUG] 6 processes running of frp type 2026-01-11 04:06:32.876 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:06:35.921 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:06:35.922 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:06:38.961 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:06:38.961 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:06:42.002 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:06:51.579 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:07:01.580 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:07:01.581 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:07:04.115 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-11 04:07:04.116 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-11 04:07:04.433 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success 2026-01-11 04:10:15.948 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:10:25.950 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:10:25.950 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:10:35.951 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:10:35.952 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:10:45.953 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:10:45.953 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:10:55.955 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:10:55.955 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:11:05.957 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:11:25.958 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:11:35.960 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:11:55.962 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:12:05.963 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:12:25.965 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:12:35.967 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:12:55.968 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:13:05.971 [W] [client/service.go:297] [ab2f962c3180d7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 04:13:25.972 [I] [client/service.go:294] [ab2f962c3180d7a9] try to connect to server... 2026-01-11 04:13:26.884 [I] [client/service.go:286] [ab2f962c3180d7a9] login to server success, get run id [ab2f962c3180d7a9] 2026-01-11 04:13:26.884 [I] [proxy/proxy_manager.go:173] [ab2f962c3180d7a9] proxy added: [DTN57CC5599] 2026-01-11 04:13:27.198 [I] [client/control.go:168] [ab2f962c3180d7a9] [DTN57CC5599] start proxy success [2026-01-11,04:20:18.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,04:20:25.130] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,04:35:17.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,04:35:24.502] [DEBUG] 6 processes running of frp type [2026-01-11,04:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,04:50:24.370] [DEBUG] 6 processes running of frp type [2026-01-11,05:05:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,05:05:24.542] [DEBUG] 6 processes running of frp type [2026-01-11,05:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,05:20:24.446] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,05:35:16.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,05:35:23.536] [DEBUG] 6 processes running of frp type [2026-01-11,05:50:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,05:50:24.321] [DEBUG] 6 processes running of frp type [2026-01-11,06:05:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,06:05:24.448] [DEBUG] 6 processes running of frp type [2026-01-11,06:20:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,06:20:24.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,06:30:41.605] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,06:30:41.611] [INFO] LocationSqlManager initialising [2026-01-11,06:30:41.612] [INFO] Location DB initialising [2026-01-11,06:30:41.621] [INFO] LocationSqlManager initialisation complete [2026-01-11,06:30:41.622] [DEBUG] UploadManager Init [2026-01-11,06:30:41.623] [DEBUG] UploadManager Init Complete [2026-01-11,06:30:41.625] [INFO] Initializing GPS... [2026-01-11,06:30:41.627] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,06:32:44.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,06:32:50.911] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,06:33:12.437] [DEBUG] Log Upload Complete! [2026-01-11,06:35:44.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,06:35:51.384] [DEBUG] Remote Access Enabled [2026-01-11,06:35:58.033] [INFO] Server Address: 138.201.17.179 [2026-01-11,06:35:58.034] [INFO] Server Port: 7000 [2026-01-11,06:35:58.040] [DEBUG] Starting Remote Access! 2026-01-11 06:35:58.185 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 06:35:58.186 [I] [client/service.go:294] try to connect to server... 2026-01-11 06:35:59.318 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 06:35:59.320 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 06:35:59.652 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,06:50:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,06:50:24.183] [DEBUG] 6 processes running of frp type [2026-01-11,07:05:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,07:05:24.524] [DEBUG] 6 processes running of frp type [2026-01-11,07:20:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) OSError: [Errno 113] No route to host During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 113] No route to host During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,07:35:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,07:35:29.098] [DEBUG] 6 processes running of frp type [2026-01-11,07:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,07:50:24.273] [DEBUG] 6 processes running of frp type [2026-01-11,08:02:19.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,08:02:31.299] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,08:02:45.403] [DEBUG] Log Upload Complete! [2026-01-11,08:05:26.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,08:05:37.231] [DEBUG] 6 processes running of frp type [2026-01-11,08:20:21.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,08:20:29.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,08:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,08:35:29.964] [DEBUG] 6 processes running of frp type [2026-01-11,08:50:18.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,08:50:25.120] [DEBUG] 6 processes running of frp type [2026-01-11,09:05:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,09:05:24.448] [DEBUG] 6 processes running of frp type [2026-01-11,09:20:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,09:20:24.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,09:35:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,09:35:24.030] [DEBUG] 6 processes running of frp type [2026-01-11,09:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,09:50:24.114] [DEBUG] 6 processes running of frp type [2026-01-11,10:05:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,10:05:24.362] [DEBUG] 6 processes running of frp type [2026-01-11,10:20:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,10:20:24.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 10:35:12.774 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... [2026-01-11,10:35:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-11 10:35:22.777 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:22.778 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... [2026-01-11,10:35:24.283] [DEBUG] 6 processes running of frp type 2026-01-11 10:35:32.780 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:32.780 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 10:35:42.782 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:42.782 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 10:35:52.784 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:52.785 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 10:35:56.994 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 10:35:56.995 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 10:35:57.297 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,10:50:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,10:50:24.459] [DEBUG] 6 processes running of frp type [2026-01-11,11:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,11:05:25.518] [DEBUG] 6 processes running of frp type [2026-01-11,11:20:18.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,11:20:24.782] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,11:35:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,11:35:24.265] [DEBUG] 6 processes running of frp type [2026-01-11,11:50:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,11:50:24.440] [DEBUG] 6 processes running of frp type 2026-01-11 12:03:07.127 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:03:17.128 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:03:17.129 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:03:27.131 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:03:27.132 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:03:27.894 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 12:03:27.895 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 12:03:28.135 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,12:05:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,12:05:24.866] [DEBUG] 6 processes running of frp type 2026-01-11 12:13:13.740 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:13:14.758 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 12:13:14.759 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 12:13:15.083 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,12:20:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,12:20:23.862] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 12:28:36.591 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:28:42.289 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 12:28:42.289 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 12:28:43.616 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,12:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,12:35:28.749] [DEBUG] 6 processes running of frp type 2026-01-11 12:38:28.152 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:38:29.166 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 12:38:29.167 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 12:38:29.632 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,12:50:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,12:50:24.266] [DEBUG] 6 processes running of frp type 2026-01-11 12:58:00.367 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:58:10.370 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:58:10.370 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:58:20.372 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:58:20.372 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 12:58:28.896 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 12:58:28.898 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 12:58:29.207 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,13:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,13:05:26.920] [DEBUG] 6 processes running of frp type [2026-01-11,13:20:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,13:20:23.855] [DEBUG] 6 processes running of frp type 2026-01-11 13:23:24.923 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:23:34.926 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:23:34.926 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:23:44.927 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:23:44.928 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:23:45.805 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 13:23:45.807 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 13:23:46.140 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,13:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,13:35:24.363] [DEBUG] 6 processes running of frp type 2026-01-11 13:46:09.766 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:46:10.930 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 13:46:10.931 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 13:46:11.720 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success 2026-01-11 13:46:50.313 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:46:53.496 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 13:46:53.497 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 13:46:53.820 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success 2026-01-11 13:47:32.625 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:47:42.627 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:47:42.628 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:47:52.629 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:47:52.630 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:48:02.630 [W] [client/service.go:297] [4a7b5b53561c0fbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:48:02.631 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 13:48:07.167 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 13:48:07.168 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 13:48:07.477 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,13:50:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,13:50:24.508] [DEBUG] 6 processes running of frp type [2026-01-11,14:05:18.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,14:05:25.039] [DEBUG] 6 processes running of frp type [2026-01-11,14:20:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,14:20:24.107] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 14:34:13.311 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 14:34:24.759 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 14:34:24.760 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 14:34:32.446 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,14:35:21.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,14:35:44.233] [DEBUG] 6 processes running of frp type 2026-01-11 14:44:10.609 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 14:44:11.561 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 14:44:11.563 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 14:44:12.267 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,14:50:17.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,14:50:25.210] [DEBUG] 6 processes running of frp type [2026-01-11,15:05:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,15:05:24.547] [DEBUG] 6 processes running of frp type 2026-01-11 15:15:12.975 [I] [client/service.go:294] [4a7b5b53561c0fbb] try to connect to server... 2026-01-11 15:15:17.275 [I] [client/service.go:286] [4a7b5b53561c0fbb] login to server success, get run id [4a7b5b53561c0fbb] 2026-01-11 15:15:17.276 [I] [proxy/proxy_manager.go:173] [4a7b5b53561c0fbb] proxy added: [DTN57CC5599] 2026-01-11 15:15:17.594 [I] [client/control.go:168] [4a7b5b53561c0fbb] [DTN57CC5599] start proxy success [2026-01-11,15:20:17.877] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,15:20:24.584] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,15:35:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,15:35:24.079] [DEBUG] 6 processes running of frp type [2026-01-11,15:50:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,15:50:24.617] [DEBUG] 6 processes running of frp type [2026-01-11,16:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,16:05:24.897] [DEBUG] 6 processes running of frp type [2026-01-11,16:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,16:20:23.995] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,16:35:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,16:35:24.542] [DEBUG] 6 processes running of frp type [2026-01-11,16:50:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,16:50:24.259] [DEBUG] 6 processes running of frp type [2026-01-11,17:05:17.533] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,17:05:24.241] [DEBUG] 6 processes running of frp type [2026-01-11,17:20:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,17:20:24.221] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,17:35:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,17:35:24.762] [DEBUG] 6 processes running of frp type [2026-01-11,17:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,17:50:24.086] [DEBUG] 6 processes running of frp type [2026-01-11,18:05:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,18:05:24.309] [DEBUG] 6 processes running of frp type [2026-01-11,18:20:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,18:20:24.435] [DEBUG] 6 processes running of frp type [2026-01-11,18:25:42.067] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,18:25:42.072] [INFO] LocationSqlManager initialising [2026-01-11,18:25:42.073] [INFO] Location DB initialising [2026-01-11,18:25:42.082] [INFO] LocationSqlManager initialisation complete [2026-01-11,18:25:42.083] [DEBUG] UploadManager Init [2026-01-11,18:25:42.083] [DEBUG] UploadManager Init Complete [2026-01-11,18:25:42.086] [INFO] Initializing GPS... [2026-01-11,18:25:42.088] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,18:27:44.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,18:27:51.391] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,18:28:30.304] [DEBUG] Log Upload Complete! [2026-01-11,18:30:44.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,18:30:51.800] [DEBUG] Remote Access Enabled [2026-01-11,18:30:58.457] [INFO] Server Address: 138.201.17.179 [2026-01-11,18:30:58.457] [INFO] Server Port: 7000 [2026-01-11,18:30:58.462] [DEBUG] Starting Remote Access! 2026-01-11 18:30:58.592 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 18:30:58.593 [I] [client/service.go:294] try to connect to server... 2026-01-11 18:30:59.717 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 18:30:59.719 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 18:31:00.110 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,18:35:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,18:35:24.465] [DEBUG] 6 processes running of frp type 2026-01-11 18:39:44.486 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 18:39:48.780 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 18:39:48.781 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 18:39:49.096 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,18:50:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,18:50:23.795] [DEBUG] 6 processes running of frp type 2026-01-11 18:55:37.972 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 18:55:46.049 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 18:55:46.052 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 18:55:46.276 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 18:58:27.926 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 18:58:37.927 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:37.928 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 18:58:47.930 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:47.931 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 18:58:57.932 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:57.933 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 18:59:05.977 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 18:59:05.978 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 18:59:06.216 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,19:05:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,19:05:23.730] [DEBUG] 6 processes running of frp type 2026-01-11 19:05:24.385 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:05:25.060 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:05:25.061 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:05:25.293 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:08:36.246 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:08:43.082 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:08:43.084 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:08:43.452 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:10:53.721 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:11:03.723 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:11:03.724 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:11:04.692 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:11:04.694 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:11:05.020 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:11:44.024 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:11:50.915 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:11:50.916 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:11:51.933 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:14:02.729 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:14:12.731 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:14:12.732 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:14:21.123 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:14:21.124 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:14:21.446 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:16:00.977 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:16:01.677 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:16:01.677 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:16:01.926 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,19:20:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,19:20:39.778] [DEBUG] 6 processes running of frp type 2026-01-11 19:24:18.726 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:24:28.728 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:24:28.729 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:24:30.040 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:24:30.041 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:24:30.266 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 19:26:12.404 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:26:13.132 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:26:13.133 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:26:13.340 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:26:52.699 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:27:02.701 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:27:02.702 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:27:09.182 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:27:09.183 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:27:09.475 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:29:20.773 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:29:30.774 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:30.775 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:29:40.776 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:40.777 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:29:50.779 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:50.780 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:30:00.783 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:30:00.784 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:30:10.785 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:30:30.787 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:30:31.507 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:30:31.508 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:30:31.762 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:31:11.028 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:31:12.122 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:31:12.123 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:31:13.087 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,19:35:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,19:35:24.634] [DEBUG] 6 processes running of frp type 2026-01-11 19:36:24.765 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:36:27.162 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:36:27.163 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:36:27.498 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:37:06.090 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:37:16.092 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:16.092 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:37:26.094 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:26.095 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:37:36.097 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:36.098 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:37:37.944 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:37:37.945 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:37:38.208 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:38:47.706 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:38:55.757 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:38:55.759 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:38:56.196 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:40:05.482 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:40:15.485 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:40:15.486 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:40:16.683 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:40:16.684 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:40:16.989 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:40:56.032 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:41:00.499 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:41:00.500 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:41:07.864 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:42:39.911 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:42:41.178 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:42:41.180 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:42:41.568 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:43:20.529 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:43:30.530 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:30.531 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:43:40.532 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:40.533 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:43:46.635 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:43:46.636 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:43:47.126 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:45:26.912 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:45:36.914 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:36.915 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:45:46.916 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:46.917 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:45:48.437 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:45:48.438 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:45:48.687 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 19:48:31.776 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:48:48.079 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: i/o deadline reached 2026-01-11 19:48:48.080 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:48:49.966 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:48:49.967 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:48:50.274 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,19:50:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,19:50:23.764] [DEBUG] 6 processes running of frp type 2026-01-11 19:52:35.462 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 19:52:39.613 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 19:52:39.614 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 19:52:39.841 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:03:03.830 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:03:08.483 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:03:08.485 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:03:08.796 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:03:47.284 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:03:57.286 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:03:57.287 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:04:07.288 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:07.289 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:04:17.291 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:17.291 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:04:27.293 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:27.294 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:04:28.180 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:04:28.182 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:04:28.478 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,20:05:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,20:05:23.999] [DEBUG] 6 processes running of frp type 2026-01-11 20:05:45.044 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:05:55.046 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:05:55.046 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:06:05.048 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:06:05.049 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:06:18.365 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: connection write timeout 2026-01-11 20:06:18.366 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:06:28.368 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:06:48.370 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:06:58.371 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:18.373 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:07:28.375 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:48.376 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:07:58.378 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:08:18.380 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:08:26.701 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:08:26.703 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:08:27.005 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:09:05.791 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:09:15.792 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:09:15.793 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:09:16.476 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:09:16.477 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:09:16.703 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:09:56.015 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:10:04.626 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:10:04.628 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:10:04.852 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:11:14.236 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:11:24.238 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:24.239 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:11:33.090 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:11:33.091 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:11:33.755 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:12:12.208 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:12:22.209 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:12:22.210 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:12:26.223 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:12:26.223 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:12:26.559 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:16:10.401 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:16:20.403 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:16:20.404 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:16:22.435 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:16:22.437 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:16:22.645 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:18:42.750 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:18:52.752 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:18:52.753 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:19:01.179 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:19:01.181 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:19:01.480 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:19:40.273 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:19:50.276 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:19:50.276 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:20:00.277 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:00.278 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:20:08.755 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:20:08.756 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:20:09.055 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,20:20:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,20:20:24.259] [DEBUG] 6 processes running of frp type 2026-01-11 20:20:47.856 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:20:57.858 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:57.859 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:21:07.860 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:21:07.861 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:21:08.518 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:21:08.519 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:21:08.739 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:21:48.082 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:21:58.279 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:21:58.281 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:22:00.739 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:24:40.158 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:24:50.160 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:24:50.161 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:25:00.162 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:25:00.163 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:25:03.504 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:25:03.505 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:25:03.816 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 20:27:13.573 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:27:23.574 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:27:23.575 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:27:24.499 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:27:24.500 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:27:25.553 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:29:36.356 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:29:40.659 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:29:40.660 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:29:40.911 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:30:50.172 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:31:00.174 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:00.175 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:31:13.536 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: connection write timeout 2026-01-11 20:31:13.537 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:31:23.539 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:23.539 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:31:33.542 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:33.542 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:31:43.545 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:32:03.547 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:32:13.549 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:32:33.550 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:32:34.679 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:32:34.679 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:32:34.980 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,20:35:17.844] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,20:35:24.468] [DEBUG] 6 processes running of frp type [2026-01-11,20:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,20:50:24.189] [DEBUG] 6 processes running of frp type 2026-01-11 20:54:28.459 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:54:29.649 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:54:29.650 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:54:29.980 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 20:55:08.768 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:55:18.769 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:55:18.770 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:55:28.772 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:55:28.773 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 20:55:31.423 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 20:55:31.425 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 20:55:31.857 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:03:46.353 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:03:56.356 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:03:56.357 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:04:04.386 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:04:04.388 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:04:04.628 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,21:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,21:05:24.454] [DEBUG] 6 processes running of frp type 2026-01-11 21:11:25.262 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:11:35.265 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:11:35.266 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:11:45.268 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:11:45.269 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:11:56.815 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:11:56.816 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:11:57.467 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:13:05.274 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:13:06.775 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:13:06.777 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:13:07.074 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:13:45.769 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:13:48.313 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:13:48.314 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:13:48.636 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:18:35.190 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:18:45.193 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:45.193 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:18:55.195 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:55.196 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:19:05.198 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:19:05.198 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:19:06.312 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:19:06.313 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:19:06.632 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,21:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,21:20:24.796] [DEBUG] 6 processes running of frp type 2026-01-11 21:20:48.317 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:20:58.319 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:20:58.320 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:21:08.321 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:21:08.322 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:21:09.384 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:21:09.386 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:21:10.980 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:21:48.666 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:21:58.669 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:21:58.670 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:22:08.671 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:22:08.671 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:22:21.042 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:22:21.043 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:22:21.451 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 21:27:24.262 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:27:35.136 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:27:35.137 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:27:36.090 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:29:43.029 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:29:47.709 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:29:47.710 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:29:50.257 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:30:26.746 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:30:28.625 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:30:28.627 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:30:28.929 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:31:08.033 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:31:18.035 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:31:18.036 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:31:26.284 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:31:26.286 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:31:26.515 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success 2026-01-11 21:34:37.988 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:34:47.990 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:34:47.991 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 21:34:54.179 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 21:34:54.180 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 21:34:54.467 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,21:35:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,21:35:24.030] [DEBUG] 6 processes running of frp type [2026-01-11,21:50:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,21:50:24.426] [DEBUG] 6 processes running of frp type [2026-01-11,22:05:18.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,22:05:25.864] [DEBUG] 6 processes running of frp type 2026-01-11 22:07:35.892 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 22:07:49.777 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: i/o deadline reached 2026-01-11 22:07:49.778 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 22:08:07.767 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: i/o deadline reached 2026-01-11 22:08:07.767 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 22:08:13.232 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 22:08:13.233 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 22:08:13.582 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,22:20:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,22:20:25.313] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,22:35:18.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,22:35:25.196] [DEBUG] 6 processes running of frp type [2026-01-11,22:50:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,22:50:24.201] [DEBUG] 6 processes running of frp type 2026-01-11 23:02:49.482 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 23:02:59.484 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:02:59.485 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 23:03:09.487 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:03:09.488 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 23:03:19.489 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:03:19.489 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 23:03:31.516 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 23:03:31.517 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 23:03:37.813 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,23:05:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,23:05:24.234] [DEBUG] 6 processes running of frp type [2026-01-11,23:20:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,23:20:24.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,23:35:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,23:35:23.764] [DEBUG] 6 processes running of frp type 2026-01-11 23:41:40.866 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 23:41:50.868 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:41:50.869 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-11 23:41:55.583 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-11 23:41:55.583 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-11 23:41:55.928 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-11,23:50:18.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-11,23:50:25.572] [DEBUG] 6 processes running of frp type [2026-01-12,00:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,00:05:40.094] [DEBUG] 6 processes running of frp type [2026-01-12,00:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,00:20:24.133] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,00:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,00:35:24.135] [DEBUG] 6 processes running of frp type [2026-01-12,00:50:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,00:50:24.582] [DEBUG] 6 processes running of frp type [2026-01-12,01:05:18.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,01:05:25.051] [DEBUG] 6 processes running of frp type [2026-01-12,01:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,01:20:24.104] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,01:35:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,01:35:24.174] [DEBUG] 6 processes running of frp type [2026-01-12,01:50:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,01:50:24.337] [DEBUG] 6 processes running of frp type [2026-01-12,02:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,02:05:25.621] [DEBUG] 6 processes running of frp type 2026-01-12 02:17:33.068 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 02:17:33.973 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-12 02:17:33.974 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-12 02:17:34.280 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-12,02:20:20.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,02:20:44.262] [DEBUG] 6 processes running of frp type 2026-01-12 02:21:23.090 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 02:21:31.457 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-12 02:21:31.458 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-12 02:21:34.767 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,02:35:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,02:35:24.621] [DEBUG] 6 processes running of frp type [2026-01-12,02:50:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,02:50:24.343] [DEBUG] 6 processes running of frp type [2026-01-12,03:05:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,03:05:24.107] [DEBUG] 6 processes running of frp type [2026-01-12,03:20:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,03:20:24.209] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-12 03:31:53.779 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 03:31:58.097 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-12 03:31:58.098 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-12 03:31:58.750 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-12,03:35:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,03:35:24.316] [DEBUG] 6 processes running of frp type [2026-01-12,03:50:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,03:50:24.352] [DEBUG] 6 processes running of frp type [2026-01-12,04:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,04:05:24.337] [DEBUG] 6 processes running of frp type 2026-01-12 04:06:32.434 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 04:06:35.193 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:06:35.194 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 04:06:42.445 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:06:42.446 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 04:06:42.450 [W] [client/service.go:297] [60f7cce7d2264d90] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:06:52.304 [I] [client/service.go:294] [60f7cce7d2264d90] try to connect to server... 2026-01-12 04:06:53.227 [I] [client/service.go:286] [60f7cce7d2264d90] login to server success, get run id [60f7cce7d2264d90] 2026-01-12 04:06:53.227 [I] [proxy/proxy_manager.go:173] [60f7cce7d2264d90] proxy added: [DTN57CC5599] 2026-01-12 04:06:53.517 [I] [client/control.go:168] [60f7cce7d2264d90] [DTN57CC5599] start proxy success [2026-01-12,04:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,04:20:24.017] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,04:35:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,04:35:24.022] [DEBUG] 6 processes running of frp type [2026-01-12,04:50:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,04:50:24.314] [DEBUG] 6 processes running of frp type [2026-01-12,05:05:18.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,05:05:24.807] [DEBUG] 6 processes running of frp type [2026-01-12,05:20:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,05:20:23.822] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,05:35:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,05:35:24.060] [DEBUG] 6 processes running of frp type [2026-01-12,05:50:22.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,05:50:29.983] [DEBUG] 6 processes running of frp type [2026-01-12,06:05:17.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,06:05:24.572] [DEBUG] 6 processes running of frp type [2026-01-12,06:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,06:20:26.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,06:30:42.246] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,06:30:42.250] [INFO] LocationSqlManager initialising [2026-01-12,06:30:42.250] [INFO] Location DB initialising [2026-01-12,06:30:42.260] [INFO] LocationSqlManager initialisation complete [2026-01-12,06:30:42.260] [DEBUG] UploadManager Init [2026-01-12,06:30:42.261] [DEBUG] UploadManager Init Complete [2026-01-12,06:30:42.263] [INFO] Initializing GPS... [2026-01-12,06:30:42.265] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,06:32:45.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,06:32:51.831] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-12,06:33:05.385] [DEBUG] Log Upload Complete! [2026-01-12,06:35:35.741] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2026-01-12,06:35:45.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,06:35:53.124] [DEBUG] Remote Access Enabled [2026-01-12,06:35:59.367] [INFO] Server Address: 138.201.17.179 [2026-01-12,06:35:59.368] [INFO] Server Port: 7000 [2026-01-12,06:35:59.373] [DEBUG] Starting Remote Access! 2026-01-12 06:35:59.503 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 06:35:59.504 [I] [client/service.go:294] try to connect to server... 2026-01-12 06:36:00.434 [I] [client/service.go:286] [1ce4f1a4a6330b1e] login to server success, get run id [1ce4f1a4a6330b1e] 2026-01-12 06:36:00.434 [I] [proxy/proxy_manager.go:173] [1ce4f1a4a6330b1e] proxy added: [DTN57CC5599] 2026-01-12 06:36:00.774 [I] [client/control.go:168] [1ce4f1a4a6330b1e] [DTN57CC5599] start proxy success [2026-01-12,06:50:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,06:50:23.745] [DEBUG] 6 processes running of frp type [2026-01-12,07:05:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,07:05:23.869] [DEBUG] 6 processes running of frp type [2026-01-12,07:20:17.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,07:20:23.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,07:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,07:35:24.514] [DEBUG] 6 processes running of frp type [2026-01-12,07:50:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,07:50:26.669] [DEBUG] 6 processes running of frp type [2026-01-12,08:02:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,08:02:24.755] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-12,08:02:53.583] [DEBUG] Log Upload Complete! [2026-01-12,08:05:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,08:05:23.977] [DEBUG] 6 processes running of frp type [2026-01-12,08:20:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,08:20:23.779] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,08:35:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,08:35:24.306] [DEBUG] 6 processes running of frp type 2026-01-12 08:50:04.653 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:50:14.656 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 08:50:14.657 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:50:24.659 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 08:50:24.660 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:50:34.662 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 08:50:34.662 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:50:44.664 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 08:50:44.665 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:50:54.666 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 08:51:14.668 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:51:24.669 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 08:51:44.671 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:51:44.675 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:52:04.677 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:52:04.682 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:52:24.684 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:52:24.689 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:52:44.690 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:52:44.696 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:53:04.697 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:53:04.700 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:53:24.701 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:53:24.707 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:53:44.708 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:53:44.713 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:54:04.714 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:54:04.717 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:54:24.719 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:54:24.724 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:54:44.726 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:54:44.732 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:55:04.733 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:55:04.735 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:55:24.736 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:55:24.741 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:55:44.743 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:55:44.748 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:56:04.749 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:56:04.752 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:56:24.753 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:56:24.758 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:56:44.760 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:56:44.765 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:57:04.766 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:57:04.769 [W] [client/service.go:297] [1ce4f1a4a6330b1e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 08:57:24.770 [I] [client/service.go:294] [1ce4f1a4a6330b1e] try to connect to server... 2026-01-12 08:57:25.840 [I] [client/service.go:286] [1ce4f1a4a6330b1e] login to server success, get run id [1ce4f1a4a6330b1e] 2026-01-12 08:57:25.842 [I] [proxy/proxy_manager.go:173] [1ce4f1a4a6330b1e] proxy added: [DTN57CC5599] 2026-01-12 08:57:26.202 [I] [client/control.go:168] [1ce4f1a4a6330b1e] [DTN57CC5599] start proxy success [2026-01-12,09:05:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,09:05:24.511] [DEBUG] 6 processes running of frp type [2026-01-12,09:20:18.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,09:20:25.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,09:35:18.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,09:35:25.159] [DEBUG] 6 processes running of frp type [2026-01-12,09:50:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,09:50:25.806] [DEBUG] 6 processes running of frp type [2026-01-12,10:05:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,10:05:23.849] [DEBUG] 6 processes running of frp type [2026-01-12,10:20:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,10:20:23.953] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,10:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,10:35:24.210] [DEBUG] 6 processes running of frp type [2026-01-12,10:50:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,10:50:24.704] [DEBUG] 6 processes running of frp type [2026-01-12,11:05:16.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,11:05:23.784] [DEBUG] 6 processes running of frp type [2026-01-12,11:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,11:20:23.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,11:35:18.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,11:35:25.673] [DEBUG] 6 processes running of frp type [2026-01-12,11:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,11:50:24.374] [DEBUG] 6 processes running of frp type [2026-01-12,12:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,12:05:26.580] [DEBUG] 6 processes running of frp type [2026-01-12,12:20:17.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,12:20:24.483] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,12:35:18.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,12:35:25.934] [DEBUG] 6 processes running of frp type [2026-01-12,12:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,12:50:24.607] [DEBUG] 6 processes running of frp type [2026-01-12,13:05:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,13:05:24.707] [DEBUG] 6 processes running of frp type [2026-01-12,13:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,13:20:23.891] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,13:35:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,13:35:24.447] [DEBUG] 6 processes running of frp type [2026-01-12,13:50:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,13:50:24.462] [DEBUG] 6 processes running of frp type [2026-01-12,14:05:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,14:05:24.755] [DEBUG] 6 processes running of frp type [2026-01-12,14:20:16.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,14:20:23.680] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,14:35:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,14:35:23.976] [DEBUG] 6 processes running of frp type [2026-01-12,14:50:18.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,14:50:24.860] [DEBUG] 6 processes running of frp type [2026-01-12,15:05:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,15:05:24.501] [DEBUG] 6 processes running of frp type [2026-01-12,15:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,15:20:25.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,15:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,15:35:24.709] [DEBUG] 6 processes running of frp type [2026-01-12,15:50:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,15:50:24.327] [DEBUG] 6 processes running of frp type [2026-01-12,16:05:22.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,16:05:29.846] [DEBUG] 6 processes running of frp type [2026-01-12,16:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,16:20:24.470] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,16:35:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,16:35:23.936] [DEBUG] 6 processes running of frp type [2026-01-12,16:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,16:50:24.576] [DEBUG] 6 processes running of frp type [2026-01-12,17:05:18.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,17:05:26.487] [DEBUG] 6 processes running of frp type [2026-01-12,17:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,17:20:24.657] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,17:35:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,17:35:24.208] [DEBUG] 6 processes running of frp type [2026-01-12,17:50:18.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,17:50:24.819] [DEBUG] 6 processes running of frp type [2026-01-12,18:05:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,18:05:24.754] [DEBUG] 6 processes running of frp type [2026-01-12,18:20:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,18:20:25.226] [DEBUG] 6 processes running of frp type [2026-01-12,18:25:41.640] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,18:25:41.645] [INFO] LocationSqlManager initialising [2026-01-12,18:25:41.645] [INFO] Location DB initialising [2026-01-12,18:25:41.655] [INFO] LocationSqlManager initialisation complete [2026-01-12,18:25:41.656] [DEBUG] UploadManager Init [2026-01-12,18:25:41.656] [DEBUG] UploadManager Init Complete [2026-01-12,18:25:41.659] [INFO] Initializing GPS... [2026-01-12,18:25:41.661] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,18:27:45.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,18:27:52.600] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-12,18:30:02.175] [DEBUG] Log Upload Complete! [2026-01-12,18:30:44.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,18:30:50.109] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-12,18:30:53.413] [DEBUG] Remote Access Enabled [2026-01-12,18:30:59.746] [INFO] Server Address: 138.201.17.179 [2026-01-12,18:30:59.747] [INFO] Server Port: 7000 [2026-01-12,18:30:59.752] [DEBUG] Starting Remote Access! 2026-01-12 18:30:59.895 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 18:30:59.896 [I] [client/service.go:294] try to connect to server... 2026-01-12 18:31:01.585 [I] [client/service.go:286] [2275d209219657db] login to server success, get run id [2275d209219657db] 2026-01-12 18:31:01.586 [I] [proxy/proxy_manager.go:173] [2275d209219657db] proxy added: [DTN57CC5599] 2026-01-12 18:31:02.639 [I] [client/control.go:168] [2275d209219657db] [DTN57CC5599] start proxy success [2026-01-12,18:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,18:35:24.460] [DEBUG] 6 processes running of frp type [2026-01-12,18:50:18.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,18:50:25.112] [DEBUG] 6 processes running of frp type [2026-01-12,19:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,19:05:36.439] [DEBUG] 6 processes running of frp type [2026-01-12,19:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,19:20:26.955] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,19:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,19:35:24.263] [DEBUG] 6 processes running of frp type [2026-01-12,19:50:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,19:50:27.194] [DEBUG] 6 processes running of frp type 2026-01-12 19:55:46.099 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:55:49.002 [I] [client/service.go:286] [2275d209219657db] login to server success, get run id [2275d209219657db] 2026-01-12 19:55:49.002 [I] [proxy/proxy_manager.go:173] [2275d209219657db] proxy added: [DTN57CC5599] 2026-01-12 19:55:54.091 [I] [client/control.go:168] [2275d209219657db] [DTN57CC5599] start proxy success 2026-01-12 19:57:00.322 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:57:10.324 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:57:10.325 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:57:20.327 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:57:20.328 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:57:30.330 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:57:30.330 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:57:40.331 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:57:40.332 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:57:50.333 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:58:10.334 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:58:20.336 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:58:40.337 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:58:40.341 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 19:59:00.342 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:59:00.347 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 19:59:20.348 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:59:20.352 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 19:59:40.353 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 19:59:40.358 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 20:00:00.359 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:00:00.363 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 20:00:20.365 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:00:20.368 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 20:00:40.370 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:00:50.372 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:01:10.374 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:01:20.375 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:01:40.377 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:01:50.379 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:02:10.381 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:02:20.383 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:02:40.385 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 20:02:41.485 [I] [client/service.go:286] [2275d209219657db] login to server success, get run id [2275d209219657db] 2026-01-12 20:02:41.486 [I] [proxy/proxy_manager.go:173] [2275d209219657db] proxy added: [DTN57CC5599] 2026-01-12 20:02:41.813 [I] [client/control.go:168] [2275d209219657db] [DTN57CC5599] start proxy success [2026-01-12,20:05:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,20:05:24.796] [DEBUG] 6 processes running of frp type [2026-01-12,20:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,20:20:23.882] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,20:35:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,20:35:24.039] [DEBUG] 6 processes running of frp type [2026-01-12,20:50:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,20:50:38.077] [DEBUG] 6 processes running of frp type [2026-01-12,21:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,21:05:24.001] [DEBUG] 6 processes running of frp type [2026-01-12,21:20:17.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,21:20:23.708] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,21:35:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,21:35:23.947] [DEBUG] 6 processes running of frp type [2026-01-12,21:50:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,21:50:24.683] [DEBUG] 6 processes running of frp type [2026-01-12,22:05:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,22:05:24.416] [DEBUG] 6 processes running of frp type 2026-01-12 22:14:04.790 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-12 22:14:05.776 [I] [client/service.go:286] [2275d209219657db] login to server success, get run id [2275d209219657db] 2026-01-12 22:14:05.777 [I] [proxy/proxy_manager.go:173] [2275d209219657db] proxy added: [DTN57CC5599] 2026-01-12 22:14:06.091 [I] [client/control.go:168] [2275d209219657db] [DTN57CC5599] start proxy success [2026-01-12,22:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,22:20:24.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,22:35:18.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,22:35:24.850] [DEBUG] 6 processes running of frp type [2026-01-12,22:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,22:50:24.077] [DEBUG] 6 processes running of frp type [2026-01-12,23:05:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,23:05:23.990] [DEBUG] 6 processes running of frp type [2026-01-12,23:20:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,23:20:23.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,23:35:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,23:35:23.772] [DEBUG] 6 processes running of frp type [2026-01-12,23:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-12,23:50:24.516] [DEBUG] 6 processes running of frp type [2026-01-13,00:05:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,00:05:24.511] [DEBUG] 6 processes running of frp type [2026-01-13,00:20:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,00:20:26.505] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,00:35:17.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,00:35:24.345] [DEBUG] 6 processes running of frp type [2026-01-13,00:50:17.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,00:50:23.849] [DEBUG] 6 processes running of frp type [2026-01-13,01:05:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,01:05:23.727] [DEBUG] 6 processes running of frp type [2026-01-13,01:20:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,01:20:23.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,01:35:17.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,01:35:24.430] [DEBUG] 6 processes running of frp type [2026-01-13,01:50:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,01:50:23.999] [DEBUG] 6 processes running of frp type [2026-01-13,02:05:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,02:05:23.769] [DEBUG] 6 processes running of frp type [2026-01-13,02:20:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,02:20:24.363] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,02:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,02:35:24.054] [DEBUG] 6 processes running of frp type [2026-01-13,02:50:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,02:50:23.868] [DEBUG] 6 processes running of frp type [2026-01-13,03:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,03:05:23.596] [DEBUG] 6 processes running of frp type [2026-01-13,03:20:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,03:20:24.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,03:35:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,03:35:24.432] [DEBUG] 6 processes running of frp type 2026-01-13 03:41:47.209 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:42:00.706 [W] [client/service.go:297] [2275d209219657db] connect to server error: connection write timeout 2026-01-13 03:42:00.706 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:42:10.708 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:42:10.708 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:42:20.711 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:42:20.711 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:42:30.713 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:42:30.713 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:42:40.715 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:43:00.716 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:43:10.717 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:43:30.719 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:43:40.720 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:44:00.722 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:44:10.723 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:44:30.725 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:44:40.728 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 03:45:00.729 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:45:00.734 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 03:45:20.735 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:45:20.737 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 03:45:40.738 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:45:40.744 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 03:46:00.745 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:46:00.748 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 03:46:20.749 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:46:20.818 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 03:46:40.820 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:46:40.828 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 03:47:00.829 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 03:47:01.748 [I] [client/service.go:286] [2275d209219657db] login to server success, get run id [2275d209219657db] 2026-01-13 03:47:01.749 [I] [proxy/proxy_manager.go:173] [2275d209219657db] proxy added: [DTN57CC5599] 2026-01-13 03:47:02.052 [I] [client/control.go:168] [2275d209219657db] [DTN57CC5599] start proxy success [2026-01-13,03:50:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,03:50:24.143] [DEBUG] 6 processes running of frp type [2026-01-13,04:05:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,04:05:24.214] [DEBUG] 6 processes running of frp type 2026-01-13 04:06:24.102 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 04:06:34.104 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 04:06:34.105 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 04:06:34.267 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:06:39.015 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 04:06:41.364 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:06:51.120 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 04:07:01.122 [W] [client/service.go:297] [2275d209219657db] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 04:07:01.123 [I] [client/service.go:294] [2275d209219657db] try to connect to server... 2026-01-13 04:07:04.091 [I] [client/service.go:286] [2275d209219657db] login to server success, get run id [2275d209219657db] 2026-01-13 04:07:04.091 [I] [proxy/proxy_manager.go:173] [2275d209219657db] proxy added: [DTN57CC5599] 2026-01-13 04:07:04.415 [I] [client/control.go:168] [2275d209219657db] [DTN57CC5599] start proxy success [2026-01-13,04:20:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,04:20:23.863] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,04:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,04:35:23.909] [DEBUG] 6 processes running of frp type [2026-01-13,04:50:17.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,04:50:24.538] [DEBUG] 6 processes running of frp type [2026-01-13,05:05:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,05:05:24.640] [DEBUG] 6 processes running of frp type [2026-01-13,05:20:16.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,05:20:23.528] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,05:35:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,05:35:24.222] [DEBUG] 6 processes running of frp type [2026-01-13,05:50:18.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,05:50:24.905] [DEBUG] 6 processes running of frp type [2026-01-13,06:05:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,06:05:23.975] [DEBUG] 6 processes running of frp type [2026-01-13,06:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,06:20:26.956] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,06:30:41.731] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,06:30:41.736] [INFO] LocationSqlManager initialising [2026-01-13,06:30:41.736] [INFO] Location DB initialising [2026-01-13,06:30:41.746] [INFO] LocationSqlManager initialisation complete [2026-01-13,06:30:41.746] [DEBUG] UploadManager Init [2026-01-13,06:30:41.747] [DEBUG] UploadManager Init Complete [2026-01-13,06:30:41.749] [INFO] Initializing GPS... [2026-01-13,06:30:41.751] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,06:32:44.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,06:32:51.544] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-13,06:33:20.875] [DEBUG] Log Upload Complete! [2026-01-13,06:35:44.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,06:35:51.376] [DEBUG] Remote Access Enabled [2026-01-13,06:35:58.080] [INFO] Server Address: 138.201.17.179 [2026-01-13,06:35:58.081] [INFO] Server Port: 7000 [2026-01-13,06:35:58.086] [DEBUG] Starting Remote Access! 2026-01-13 06:35:58.232 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 06:35:58.233 [I] [client/service.go:294] try to connect to server... 2026-01-13 06:35:59.270 [I] [client/service.go:286] [a0539bfdec4461a2] login to server success, get run id [a0539bfdec4461a2] 2026-01-13 06:35:59.272 [I] [proxy/proxy_manager.go:173] [a0539bfdec4461a2] proxy added: [DTN57CC5599] 2026-01-13 06:35:59.581 [I] [client/control.go:168] [a0539bfdec4461a2] [DTN57CC5599] start proxy success 2026-01-13 06:40:20.371 [I] [client/service.go:294] [a0539bfdec4461a2] try to connect to server... 2026-01-13 06:40:24.743 [I] [client/service.go:286] [a0539bfdec4461a2] login to server success, get run id [a0539bfdec4461a2] 2026-01-13 06:40:24.745 [I] [proxy/proxy_manager.go:173] [a0539bfdec4461a2] proxy added: [DTN57CC5599] 2026-01-13 06:40:25.039 [I] [client/control.go:168] [a0539bfdec4461a2] [DTN57CC5599] start proxy success [2026-01-13,06:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,06:50:24.212] [DEBUG] 6 processes running of frp type [2026-01-13,07:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,07:05:24.563] [DEBUG] 6 processes running of frp type [2026-01-13,07:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,07:20:24.412] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,07:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,07:35:24.425] [DEBUG] 6 processes running of frp type [2026-01-13,07:50:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,07:50:24.460] [DEBUG] 6 processes running of frp type [2026-01-13,08:02:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,08:02:24.842] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-13,08:02:44.746] [DEBUG] Log Upload Complete! [2026-01-13,08:05:17.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,08:05:24.697] [DEBUG] 6 processes running of frp type [2026-01-13,08:20:18.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,08:20:24.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,08:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,08:35:24.196] [DEBUG] 6 processes running of frp type [2026-01-13,08:50:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,08:50:24.718] [DEBUG] 6 processes running of frp type [2026-01-13,09:05:18.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,09:05:25.153] [DEBUG] 6 processes running of frp type [2026-01-13,09:20:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,09:20:24.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,09:35:18.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,09:35:25.077] [DEBUG] 6 processes running of frp type [2026-01-13,09:50:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,09:50:24.965] [DEBUG] 6 processes running of frp type [2026-01-13,10:05:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,10:05:24.457] [DEBUG] 6 processes running of frp type [2026-01-13,10:20:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,10:20:24.576] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,10:35:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,10:35:24.902] [DEBUG] 6 processes running of frp type [2026-01-13,10:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,10:50:24.479] [DEBUG] 6 processes running of frp type [2026-01-13,11:05:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,11:05:24.645] [DEBUG] 6 processes running of frp type [2026-01-13,11:20:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,11:20:24.586] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,11:35:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,11:35:24.388] [DEBUG] 6 processes running of frp type [2026-01-13,11:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,11:50:24.720] [DEBUG] 6 processes running of frp type [2026-01-13,12:05:18.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,12:05:25.493] [DEBUG] 6 processes running of frp type [2026-01-13,12:20:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,12:20:24.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,12:35:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,12:35:24.079] [DEBUG] 6 processes running of frp type [2026-01-13,12:50:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,12:50:24.759] [DEBUG] 6 processes running of frp type [2026-01-13,13:05:16.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,13:05:25.758] [DEBUG] 6 processes running of frp type [2026-01-13,13:20:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,13:20:23.779] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,13:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,13:35:24.540] [DEBUG] 6 processes running of frp type [2026-01-13,13:50:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,13:50:24.801] [DEBUG] 6 processes running of frp type [2026-01-13,14:05:17.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,14:05:28.744] [DEBUG] 6 processes running of frp type [2026-01-13,14:20:16.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,14:20:23.619] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,14:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,14:35:24.234] [DEBUG] 6 processes running of frp type [2026-01-13,14:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,14:50:24.410] [DEBUG] 6 processes running of frp type [2026-01-13,15:05:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,15:05:24.479] [DEBUG] 6 processes running of frp type [2026-01-13,15:20:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,15:20:24.714] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,15:35:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,15:35:24.098] [DEBUG] 6 processes running of frp type [2026-01-13,15:50:18.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,15:50:25.004] [DEBUG] 6 processes running of frp type [2026-01-13,16:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,16:05:24.161] [DEBUG] 6 processes running of frp type [2026-01-13,16:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,16:20:24.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,16:35:18.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,16:35:25.054] [DEBUG] 6 processes running of frp type [2026-01-13,16:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,16:50:25.026] [DEBUG] 6 processes running of frp type [2026-01-13,17:05:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,17:05:23.982] [DEBUG] 6 processes running of frp type [2026-01-13,17:20:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,17:20:24.160] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,17:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,17:35:24.718] [DEBUG] 6 processes running of frp type [2026-01-13,17:50:18.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,17:50:33.567] [DEBUG] 6 processes running of frp type [2026-01-13,18:05:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,18:05:24.827] [DEBUG] 6 processes running of frp type [2026-01-13,18:20:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,18:20:23.803] [DEBUG] 6 processes running of frp type [2026-01-13,18:25:41.091] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,18:25:41.096] [INFO] LocationSqlManager initialising [2026-01-13,18:25:41.097] [INFO] Location DB initialising [2026-01-13,18:25:41.106] [INFO] LocationSqlManager initialisation complete [2026-01-13,18:25:41.106] [DEBUG] UploadManager Init [2026-01-13,18:25:41.107] [DEBUG] UploadManager Init Complete [2026-01-13,18:25:41.109] [INFO] Initializing GPS... [2026-01-13,18:25:41.111] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,18:27:44.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,18:27:56.403] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-13,18:28:20.531] [DEBUG] Log Upload Complete! [2026-01-13,18:30:44.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,18:30:51.661] [DEBUG] Remote Access Enabled [2026-01-13,18:30:58.328] [INFO] Server Address: 138.201.17.179 [2026-01-13,18:30:58.329] [INFO] Server Port: 7000 [2026-01-13,18:30:58.334] [DEBUG] Starting Remote Access! 2026-01-13 18:30:58.465 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 18:30:58.466 [I] [client/service.go:294] try to connect to server... 2026-01-13 18:30:59.908 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-13 18:30:59.910 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-13 18:31:00.371 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success [2026-01-13,18:35:22.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,18:35:29.742] [DEBUG] 6 processes running of frp type [2026-01-13,18:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,18:50:24.470] [DEBUG] 6 processes running of frp type [2026-01-13,19:05:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,19:05:24.423] [DEBUG] 6 processes running of frp type [2026-01-13,19:20:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,19:20:24.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,19:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,19:35:24.763] [DEBUG] 6 processes running of frp type [2026-01-13,19:50:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,19:50:24.484] [DEBUG] 6 processes running of frp type [2026-01-13,20:05:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,20:05:24.748] [DEBUG] 6 processes running of frp type [2026-01-13,20:20:17.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,20:20:23.691] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,20:35:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,20:35:24.158] [DEBUG] 6 processes running of frp type [2026-01-13,20:50:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,20:50:24.150] [DEBUG] 6 processes running of frp type [2026-01-13,21:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,21:05:24.970] [DEBUG] 6 processes running of frp type [2026-01-13,21:20:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,21:20:24.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-13 21:32:29.159 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-13 21:32:39.161 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 21:32:39.161 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-13 21:32:42.218 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-13 21:32:42.219 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-13 21:32:42.666 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success [2026-01-13,21:35:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,21:35:24.337] [DEBUG] 6 processes running of frp type [2026-01-13,21:50:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,21:50:24.909] [DEBUG] 6 processes running of frp type [2026-01-13,22:05:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,22:05:23.736] [DEBUG] 6 processes running of frp type [2026-01-13,22:20:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,22:20:24.848] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,22:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,22:35:44.328] [DEBUG] 6 processes running of frp type 2026-01-13 22:36:49.973 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-13 22:37:05.536 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-13 22:37:05.537 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-13 22:37:05.993 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success [2026-01-13,22:50:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,22:50:24.772] [DEBUG] 6 processes running of frp type 2026-01-13 23:03:30.890 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-13 23:03:32.219 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-13 23:03:32.220 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-13 23:03:32.630 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success [2026-01-13,23:05:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,23:05:23.611] [DEBUG] 6 processes running of frp type [2026-01-13,23:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,23:20:24.716] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,23:35:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,23:35:24.740] [DEBUG] 6 processes running of frp type [2026-01-13,23:50:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-13,23:50:24.408] [DEBUG] 6 processes running of frp type [2026-01-14,00:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,00:05:24.755] [DEBUG] 6 processes running of frp type [2026-01-14,00:20:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-14 00:20:39.317 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 00:20:49.319 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 00:20:49.319 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 00:20:59.320 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 00:20:59.321 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 00:21:09.322 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 00:21:09.323 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... [2026-01-14,00:21:09.716] [DEBUG] 6 processes running of frp type 2026-01-14 00:21:10.210 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 00:21:10.211 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 00:21:10.505 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,00:35:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,00:35:24.406] [DEBUG] 6 processes running of frp type [2026-01-14,00:50:17.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,00:50:23.799] [DEBUG] 6 processes running of frp type [2026-01-14,01:05:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,01:05:23.571] [DEBUG] 6 processes running of frp type [2026-01-14,01:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,01:20:24.446] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,01:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,01:35:24.410] [DEBUG] 6 processes running of frp type [2026-01-14,01:50:16.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,01:50:23.535] [DEBUG] 6 processes running of frp type [2026-01-14,02:05:17.757] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,02:05:24.471] [DEBUG] 6 processes running of frp type [2026-01-14,02:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,02:20:24.772] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,02:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,02:35:24.174] [DEBUG] 6 processes running of frp type [2026-01-14,02:50:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,02:50:30.839] [DEBUG] 6 processes running of frp type [2026-01-14,03:05:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,03:05:23.632] [DEBUG] 6 processes running of frp type [2026-01-14,03:20:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,03:20:24.439] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,03:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,03:35:24.224] [DEBUG] 6 processes running of frp type [2026-01-14,03:50:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,03:50:24.037] [DEBUG] 6 processes running of frp type [2026-01-14,04:05:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,04:05:23.888] [DEBUG] 6 processes running of frp type 2026-01-14 04:06:44.216 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:06:44.222 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:06:46.265 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:06:47.179 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:06:47.181 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:06:47.490 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:13:39.272 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:13:49.274 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:13:49.275 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:13:59.276 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:13:59.277 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:14:05.498 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:14:05.498 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:14:08.538 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:14:27.935 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:14:29.178 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:14:49.179 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:14:51.471 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:15:11.472 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:15:13.764 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:15:33.766 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:15:34.032 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:15:54.034 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:15:56.324 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:16:16.326 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:16:18.617 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:16:38.618 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:16:39.609 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:16:39.610 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:16:39.969 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:18:49.903 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:18:59.906 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:18:59.907 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:19:09.909 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:19:09.910 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:19:19.911 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:19:19.912 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:19:29.914 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:19:29.915 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:19:33.977 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:19:53.978 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:20:06.381 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: connection write timeout 2026-01-14 04:20:26.383 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:20:36.385 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:20:56.387 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:20:57.391 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:21:17.392 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:21:17.657 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:21:37.658 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:21:45.919 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:21:45.921 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:21:46.220 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:25:02.033 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:25:12.034 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:25:12.035 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:25:14.511 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:25:14.512 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:25:17.551 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:25:26.949 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:25:30.004 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:25:50.006 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:25:52.297 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-14 04:26:12.298 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:26:14.591 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:26:34.592 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:26:35.491 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:26:35.492 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:26:35.794 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:29:19.103 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:29:29.104 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:29:29.105 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:29:39.107 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:29:39.108 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:29:49.109 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:29:49.110 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:29:59.111 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:29:59.112 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:30:01.550 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:30:21.551 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:30:23.844 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:30:43.845 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:30:46.138 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:31:06.139 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:31:06.404 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:31:26.405 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:31:28.697 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:31:48.698 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:31:49.608 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:31:49.609 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:31:49.919 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:34:33.319 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:34:35.364 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:34:35.365 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:34:38.404 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:34:38.405 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:34:53.867 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: i/o deadline reached 2026-01-14 04:34:53.868 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:35:03.869 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:35:03.870 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:35:13.871 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:35:33.872 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:35:43.875 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:36:03.876 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:36:04.750 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:36:24.751 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:36:25.017 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:36:45.018 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:36:45.933 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:36:45.934 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:36:46.238 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:38:56.272 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:39:06.275 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:39:06.275 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:39:16.277 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:39:16.277 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:39:26.278 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:39:26.279 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:39:39.293 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: connection write timeout 2026-01-14 04:39:39.294 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:39:49.296 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:40:09.297 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:40:19.299 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:40:39.301 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:40:41.017 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:41:01.018 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:41:04.057 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:41:24.058 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:41:26.352 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:41:46.354 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:41:47.275 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:41:47.276 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:41:47.573 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:43:57.681 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:44:11.750 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: connection write timeout 2026-01-14 04:44:11.750 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:44:23.289 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: connection write timeout 2026-01-14 04:44:23.290 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:44:33.292 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:44:33.293 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:44:43.295 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:44:43.295 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:44:53.296 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:45:13.298 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:45:16.351 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:45:36.352 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:45:39.391 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:45:59.391 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:46:01.684 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:46:21.686 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:46:31.688 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:46:51.689 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:46:52.603 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:46:52.604 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:46:52.913 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:49:02.940 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:49:05.098 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:49:05.098 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:49:08.138 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:49:08.138 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:49:11.178 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:49:20.343 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:49:23.338 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:49:42.645 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:49:44.618 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:50:04.618 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:50:05.897 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:50:25.899 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:50:27.178 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:50:47.179 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:50:49.471 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:51:09.473 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:51:09.738 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:51:29.739 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:51:32.030 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:51:52.032 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:51:52.964 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:51:52.965 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:51:53.297 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:54:03.230 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:54:04.884 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:54:04.885 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:54:07.925 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:54:07.925 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:54:10.965 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:54:20.096 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:54:23.125 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:54:42.859 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:54:45.898 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:55:05.899 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:55:08.191 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:55:28.192 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:55:38.194 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 04:55:58.196 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:55:58.830 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:56:18.832 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:56:21.870 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:56:41.871 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:56:42.753 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 04:56:42.754 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 04:56:43.054 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 04:59:25.258 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:59:27.418 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:59:27.420 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:59:30.458 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:59:30.458 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:59:33.498 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:59:42.465 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 04:59:42.618 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:00:01.750 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:00:01.870 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:00:21.871 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:00:31.873 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:00:51.874 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:00:55.924 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:01:15.926 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:01:16.190 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:01:36.192 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:01:38.484 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:01:58.485 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:01:59.842 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:01:59.843 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:02:00.158 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:04:40.637 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:04:43.684 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:04:43.685 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:04:46.724 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:04:46.725 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:04:49.764 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:04:59.247 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:05:02.300 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:05:21.564 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:05:23.578 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:05:43.579 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:05:45.871 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:06:05.872 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:06:06.137 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:06:26.139 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:06:28.431 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:06:48.432 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:06:49.633 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:06:49.634 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:06:49.936 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:08:59.637 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:09:09.639 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:09:09.639 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:09:19.642 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:09:19.643 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:09:29.644 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:09:29.644 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:09:32.697 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:09:51.832 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:09:53.017 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:10:13.019 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:10:23.021 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:10:43.022 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:10:44.324 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:11:04.325 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:11:04.590 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:11:24.591 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:11:26.884 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:11:46.886 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:11:47.845 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:11:47.846 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:11:48.173 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:14:29.573 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:14:39.576 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:14:39.577 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:14:45.817 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:14:45.818 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:14:48.857 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:14:58.400 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:15:00.324 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:15:20.325 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:15:23.364 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:15:43.365 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:15:46.404 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:16:06.405 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:16:08.697 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:16:28.699 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:16:38.701 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:16:58.702 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:16:59.658 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:16:59.659 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:17:00.149 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:19:09.919 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:19:11.980 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:19:11.981 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:19:15.017 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:19:15.018 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:19:18.058 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:19:27.431 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:19:37.433 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:19:37.434 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:19:47.436 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:20:07.438 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:20:17.441 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 05:20:37.443 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:20:38.138 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:20:58.139 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:20:58.403 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:21:18.404 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:21:20.697 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:21:40.699 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:21:42.991 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:22:02.992 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:22:03.911 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:22:03.912 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:22:04.217 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:25:17.449 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:25:19.844 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:25:19.845 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:25:22.884 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:25:22.885 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:25:25.924 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:25:34.990 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:25:38.031 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:25:56.265 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:25:58.697 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-14 05:26:18.698 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:26:18.964 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:26:38.965 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:26:41.257 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:27:01.259 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:27:02.163 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:27:02.164 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:27:02.476 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:29:12.587 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:29:15.151 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:29:15.152 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:29:18.190 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:29:18.190 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:29:21.231 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:29:30.375 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:29:31.364 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:29:50.113 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:29:50.617 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:30:10.619 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:30:10.884 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:30:30.885 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:30:33.177 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:30:53.178 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:30:55.471 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:31:15.472 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:31:15.737 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:31:35.738 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:31:38.031 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 05:31:58.032 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:31:58.982 [I] [client/service.go:286] [dab7ba6ba8d017e4] login to server success, get run id [dab7ba6ba8d017e4] 2026-01-14 05:31:58.983 [I] [proxy/proxy_manager.go:173] [dab7ba6ba8d017e4] proxy added: [DTN57CC5599] 2026-01-14 05:31:59.286 [I] [client/control.go:168] [dab7ba6ba8d017e4] [DTN57CC5599] start proxy success 2026-01-14 05:34:09.272 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:34:09.273 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:34:11.469 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:34:11.471 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:34:15.971 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:34:15.972 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:34:25.501 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:34:25.502 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:34:45.504 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:34:45.505 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:35:05.506 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:35:05.508 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:35:25.509 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:35:25.510 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:35:45.511 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:35:45.513 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:36:05.514 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:36:05.515 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:36:25.516 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:36:25.517 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:36:45.519 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:36:45.520 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:37:05.522 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:37:05.523 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:37:25.524 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:37:25.525 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:37:45.526 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:37:45.528 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:38:05.529 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:38:05.530 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:38:25.531 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:38:25.532 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:38:45.533 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:38:45.534 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:39:05.535 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:39:05.537 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:39:25.537 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:39:25.540 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:39:45.541 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:39:45.542 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:40:05.543 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:40:05.544 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:40:25.545 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:40:25.546 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:40:45.548 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:40:45.549 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:41:05.550 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:41:05.551 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:41:25.552 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:41:25.553 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:41:45.554 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:41:45.556 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:42:05.557 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:42:05.558 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:42:25.559 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:42:25.561 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:42:45.561 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:42:45.562 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:43:05.563 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:43:05.565 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:43:25.566 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:43:25.567 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:43:45.568 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:43:45.569 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:44:05.570 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:44:05.571 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:44:25.573 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:44:25.574 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:44:45.575 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:44:45.577 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:45:05.577 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:45:05.578 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:45:25.579 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:45:25.581 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:45:45.582 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:45:45.584 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:46:05.585 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:46:05.586 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:46:25.588 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:46:25.590 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:46:45.591 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:46:45.592 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:47:05.593 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:47:05.595 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:47:25.595 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:47:25.596 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:47:45.597 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:47:45.598 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:48:05.600 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:48:05.601 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:48:25.602 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:48:25.603 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:48:45.604 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:48:45.606 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:49:05.606 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:49:05.607 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:49:25.609 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:49:25.610 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:49:45.611 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:49:45.612 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:50:05.614 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:50:05.615 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:50:25.617 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:50:25.618 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:50:45.619 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:50:45.621 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:51:05.622 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:51:05.623 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:51:25.624 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:51:25.626 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:51:45.626 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:51:45.627 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:52:05.628 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:52:05.630 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:52:25.631 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:52:25.632 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:52:45.633 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:52:45.634 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:53:05.636 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:53:05.637 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:53:25.638 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:53:25.640 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:53:45.641 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:53:45.642 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:54:05.643 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:54:05.645 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:54:25.645 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:54:25.647 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:54:45.647 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:54:45.649 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:55:05.650 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:55:05.652 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:55:25.654 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:55:25.655 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:55:45.657 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:55:45.658 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:56:05.659 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:56:05.660 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:56:25.662 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:56:25.663 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:56:45.664 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:56:45.665 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:57:05.666 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:57:05.667 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:57:25.669 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:57:25.671 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:57:45.671 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:57:45.672 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:58:05.673 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:58:05.675 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:58:25.675 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:58:25.677 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:58:45.677 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:58:45.679 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:59:05.680 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:59:05.681 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:59:25.682 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:59:25.684 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 05:59:45.685 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 05:59:45.686 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:00:05.687 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:00:05.689 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:00:25.690 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:00:25.691 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:00:45.692 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:00:45.693 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:01:05.694 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:01:05.695 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:01:25.696 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:01:25.698 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:01:45.699 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:01:45.700 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:02:05.700 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:02:05.701 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:02:25.702 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:02:25.704 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:02:45.704 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:02:45.705 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:03:05.706 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:03:05.708 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:03:25.709 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:03:25.710 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:03:45.711 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:03:45.712 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:04:05.713 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:04:05.714 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:04:25.716 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:04:25.717 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:04:45.718 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:04:45.720 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:05:05.720 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:05:05.722 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:05:25.723 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:05:25.726 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:05:45.727 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:05:45.728 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:06:05.728 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:06:05.730 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:06:25.731 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:06:25.733 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:06:45.735 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:06:45.736 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:07:05.737 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:07:05.739 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:07:25.740 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:07:25.741 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:07:45.743 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:07:45.745 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:08:05.746 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:08:05.747 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:08:25.749 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:08:25.750 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:08:45.751 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:08:45.752 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:09:05.753 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:09:05.755 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:09:25.756 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:09:25.758 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:09:45.760 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:09:45.761 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:10:05.762 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:10:05.763 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:10:25.765 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:10:25.766 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:10:45.766 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:10:45.768 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:11:05.769 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:11:05.770 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:11:25.771 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:11:25.773 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:11:45.774 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:11:45.775 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:12:05.776 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:12:05.777 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:12:25.778 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:12:25.779 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:12:45.781 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:12:45.782 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:13:05.783 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:13:05.784 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:13:25.785 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:13:25.787 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:13:45.788 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:13:45.789 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:14:05.790 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:14:05.791 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:14:25.792 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:14:25.794 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:14:45.794 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:14:45.796 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:15:05.796 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:15:05.798 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:15:25.800 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:15:25.801 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:15:45.803 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:15:45.805 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:16:05.805 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:16:05.807 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:16:25.807 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:16:25.809 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:16:45.811 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:16:45.812 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:17:05.813 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:17:05.814 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:17:25.814 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:17:25.816 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:17:45.816 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:17:45.818 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:18:05.818 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:18:05.820 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:18:25.821 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:18:25.822 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:18:45.823 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:18:45.824 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:19:05.825 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:19:05.826 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:19:25.828 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:19:25.829 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:19:45.831 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:19:45.833 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:20:05.834 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:20:05.835 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:20:25.837 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:20:25.838 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:20:45.840 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:20:45.841 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:21:05.842 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:21:05.844 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:21:25.845 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:21:25.847 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:21:45.848 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:21:45.850 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:22:05.850 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:22:05.852 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:22:25.853 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:22:25.854 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:22:45.856 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:22:45.857 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:23:05.858 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:23:05.860 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:23:25.861 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:23:25.862 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:23:45.864 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:23:45.865 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:24:05.866 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:24:05.867 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:24:25.868 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:24:25.870 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:24:45.870 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:24:45.871 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:25:05.872 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:25:05.874 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:25:25.875 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:25:25.877 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:25:45.878 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:25:45.879 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-14 06:26:05.880 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:26:05.881 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:26:25.882 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:26:25.883 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:26:45.885 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:26:45.886 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:27:05.888 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:27:05.889 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:27:25.890 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:27:25.891 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:27:45.893 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:27:45.894 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:28:05.895 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:28:05.896 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:28:25.897 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:28:25.898 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:28:45.900 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:28:45.901 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:29:05.902 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:29:05.903 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:29:25.904 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:29:25.906 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:29:45.907 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:29:45.908 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 06:30:05.909 [I] [client/service.go:294] [dab7ba6ba8d017e4] try to connect to server... 2026-01-14 06:30:05.910 [W] [client/service.go:297] [dab7ba6ba8d017e4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-01-14,06:30:42.149] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,06:30:42.155] [INFO] LocationSqlManager initialising [2026-01-14,06:30:42.156] [INFO] Location DB initialising [2026-01-14,06:30:42.166] [INFO] LocationSqlManager initialisation complete [2026-01-14,06:30:42.167] [DEBUG] UploadManager Init [2026-01-14,06:30:42.167] [DEBUG] UploadManager Init Complete [2026-01-14,06:30:42.171] [INFO] Initializing GPS... [2026-01-14,06:30:42.173] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,06:35:30.660] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,06:50:30.761] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,07:05:30.881] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,07:20:30.916] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,07:35:30.963] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,07:50:30.990] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,08:05:31.111] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,08:20:31.136] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,08:35:31.199] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,08:50:31.306] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,09:05:31.421] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,09:20:31.541] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,09:35:31.661] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,09:50:31.773] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,10:05:31.798] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,10:20:31.819] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,10:35:31.842] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,10:50:31.951] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,11:05:32.072] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,11:20:32.184] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,11:35:32.291] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,18:25:38.894] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,18:25:38.898] [INFO] LocationSqlManager initialising [2026-01-14,18:25:38.899] [INFO] Location DB initialising [2026-01-14,18:25:38.908] [INFO] LocationSqlManager initialisation complete [2026-01-14,18:25:38.909] [DEBUG] UploadManager Init [2026-01-14,18:25:38.909] [DEBUG] UploadManager Init Complete [2026-01-14,18:25:38.912] [INFO] Initializing GPS... [2026-01-14,18:25:38.914] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,18:27:44.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,18:27:53.592] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-14,18:28:12.655] [DEBUG] Log Upload Complete! [2026-01-14,18:30:45.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,18:30:45.780] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-14,18:30:52.407] [DEBUG] Remote Access Enabled [2026-01-14,18:30:58.822] [INFO] Server Address: 138.201.17.179 [2026-01-14,18:30:58.824] [INFO] Server Port: 7000 [2026-01-14,18:30:58.829] [DEBUG] Starting Remote Access! 2026-01-14 18:30:58.962 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-14 18:30:58.963 [I] [client/service.go:294] try to connect to server... 2026-01-14 18:30:59.937 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-14 18:30:59.939 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-14 18:31:00.293 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success [2026-01-14,18:35:16.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,18:35:23.608] [DEBUG] 6 processes running of frp type [2026-01-14,18:50:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,18:50:23.709] [DEBUG] 6 processes running of frp type [2026-01-14,19:05:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,19:05:23.970] [DEBUG] 6 processes running of frp type [2026-01-14,19:20:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,19:20:24.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,19:35:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,19:35:24.641] [DEBUG] 6 processes running of frp type 2026-01-14 19:46:28.992 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:46:38.994 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 19:46:38.995 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:46:48.996 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 19:46:48.997 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:47:01.678 [W] [client/service.go:297] [e327917b917d0197] connect to server error: connection write timeout 2026-01-14 19:47:01.679 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:47:11.681 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 19:47:11.682 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:47:21.684 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 19:47:41.685 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:47:51.687 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 19:48:11.688 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:48:11.693 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:48:31.694 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:48:31.700 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:48:51.701 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:48:51.707 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:49:11.708 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:49:13.066 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:49:33.068 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:49:33.072 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:49:53.073 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:49:53.077 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:50:13.079 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:50:13.085 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:50:33.087 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:50:33.091 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:50:53.092 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:50:53.096 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:51:13.097 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:51:13.102 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:51:33.103 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:51:33.106 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:51:53.108 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:51:53.115 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:52:13.116 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:52:13.121 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:52:33.123 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:52:33.128 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:52:53.130 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:52:53.134 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:53:13.135 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:53:13.139 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:53:33.140 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:53:33.145 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:53:53.147 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:53:53.150 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:54:13.152 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:54:13.156 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:54:33.157 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:54:33.165 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 19:54:53.166 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 19:54:54.675 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-14 19:54:54.676 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-14 19:54:55.085 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success [2026-01-14,20:05:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,20:05:24.195] [DEBUG] 6 processes running of frp type [2026-01-14,20:20:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,20:20:24.231] [DEBUG] 6 processes running of frp type 2026-01-14 20:24:33.223 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 20:24:43.225 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 20:24:43.225 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 20:24:44.277 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-14 20:24:44.278 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-14 20:24:44.649 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,20:35:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,20:35:24.325] [DEBUG] 6 processes running of frp type [2026-01-14,20:50:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,20:50:24.536] [DEBUG] 6 processes running of frp type 2026-01-14 20:58:02.042 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 20:58:17.356 [W] [client/service.go:297] [e327917b917d0197] connect to server error: connection write timeout 2026-01-14 20:58:17.357 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 20:58:27.359 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 20:58:27.360 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 20:58:28.338 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-14 20:58:28.338 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-14 20:58:28.650 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success [2026-01-14,21:05:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,21:05:24.544] [DEBUG] 6 processes running of frp type [2026-01-14,21:20:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,21:20:24.599] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,21:35:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,21:35:23.650] [DEBUG] 6 processes running of frp type [2026-01-14,21:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,21:50:28.957] [DEBUG] 6 processes running of frp type [2026-01-14,22:05:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,22:05:23.756] [DEBUG] 6 processes running of frp type [2026-01-14,22:20:18.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,22:20:24.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,22:35:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,22:35:23.979] [DEBUG] 6 processes running of frp type [2026-01-14,22:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,22:50:24.233] [DEBUG] 6 processes running of frp type [2026-01-14,23:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,23:05:24.135] [DEBUG] 6 processes running of frp type 2026-01-14 23:13:27.482 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 23:13:37.484 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 23:13:37.484 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 23:13:41.054 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-14 23:13:41.054 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-14 23:13:41.524 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success [2026-01-14,23:20:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,23:20:23.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,23:35:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,23:35:24.027] [DEBUG] 6 processes running of frp type 2026-01-14 23:40:14.074 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-14 23:40:22.437 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-14 23:40:22.438 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-14 23:40:23.263 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success [2026-01-14,23:50:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-14,23:50:24.168] [DEBUG] 6 processes running of frp type [2026-01-15,00:05:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,00:05:24.036] [DEBUG] 6 processes running of frp type [2026-01-15,00:20:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,00:20:24.623] [DEBUG] 6 processes running of frp type 2026-01-15 00:24:29.711 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-15 00:24:32.065 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-15 00:24:32.065 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-15 00:24:34.836 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,00:35:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,00:35:24.453] [DEBUG] 6 processes running of frp type [2026-01-15,00:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,00:50:23.943] [DEBUG] 6 processes running of frp type [2026-01-15,01:05:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,01:05:23.826] [DEBUG] 6 processes running of frp type [2026-01-15,01:20:17.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,01:20:23.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,01:35:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,01:35:23.589] [DEBUG] 6 processes running of frp type [2026-01-15,01:50:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,01:50:27.191] [DEBUG] 6 processes running of frp type [2026-01-15,02:05:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,02:05:23.856] [DEBUG] 6 processes running of frp type [2026-01-15,02:20:17.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,02:20:25.427] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,02:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,02:35:24.209] [DEBUG] 6 processes running of frp type [2026-01-15,02:50:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,02:50:23.922] [DEBUG] 6 processes running of frp type [2026-01-15,03:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,03:05:23.650] [DEBUG] 6 processes running of frp type [2026-01-15,03:20:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,03:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,03:35:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,03:35:24.653] [DEBUG] 6 processes running of frp type [2026-01-15,03:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,03:50:24.368] [DEBUG] 6 processes running of frp type [2026-01-15,04:05:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,04:05:24.145] [DEBUG] 6 processes running of frp type 2026-01-15 04:07:22.691 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-15 04:07:32.692 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 04:07:32.693 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-15 04:07:43.072 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-15 04:07:43.073 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-15 04:07:43.379 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success [2026-01-15,04:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,04:20:23.835] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,04:35:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,04:35:23.642] [DEBUG] 6 processes running of frp type [2026-01-15,04:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,04:50:32.517] [DEBUG] 6 processes running of frp type [2026-01-15,05:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,05:05:24.616] [DEBUG] 6 processes running of frp type [2026-01-15,05:20:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,05:20:24.737] [DEBUG] 6 processes running of frp type 2026-01-15 05:21:34.818 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-15 05:21:44.821 [W] [client/service.go:297] [e327917b917d0197] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 05:21:44.822 [I] [client/service.go:294] [e327917b917d0197] try to connect to server... 2026-01-15 05:21:46.151 [I] [client/service.go:286] [e327917b917d0197] login to server success, get run id [e327917b917d0197] 2026-01-15 05:21:46.153 [I] [proxy/proxy_manager.go:173] [e327917b917d0197] proxy added: [DTN57CC5599] 2026-01-15 05:21:46.489 [I] [client/control.go:168] [e327917b917d0197] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,05:35:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,05:35:23.724] [DEBUG] 6 processes running of frp type [2026-01-15,05:50:18.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,05:50:25.254] [DEBUG] 6 processes running of frp type [2026-01-15,06:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,06:05:24.140] [DEBUG] 6 processes running of frp type [2026-01-15,06:20:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,06:20:24.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,06:30:42.058] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,06:30:42.063] [INFO] LocationSqlManager initialising [2026-01-15,06:30:42.064] [INFO] Location DB initialising [2026-01-15,06:30:42.073] [INFO] LocationSqlManager initialisation complete [2026-01-15,06:30:42.074] [DEBUG] UploadManager Init [2026-01-15,06:30:42.074] [DEBUG] UploadManager Init Complete [2026-01-15,06:30:42.077] [INFO] Initializing GPS... [2026-01-15,06:30:42.079] [INFO] Starting location capture [2026-01-15,06:31:46.777] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,06:31:46.782] [INFO] LocationSqlManager initialising [2026-01-15,06:31:46.783] [INFO] Location DB initialising [2026-01-15,06:31:46.792] [INFO] LocationSqlManager initialisation complete [2026-01-15,06:31:46.793] [DEBUG] UploadManager Init [2026-01-15,06:31:46.793] [DEBUG] UploadManager Init Complete [2026-01-15,06:31:46.796] [INFO] Initializing GPS... [2026-01-15,06:31:46.798] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,06:33:51.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,06:33:57.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-15,06:34:16.107] [DEBUG] Log Upload Complete! [2026-01-15,06:36:51.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,06:36:56.370] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-15,06:36:58.014] [DEBUG] Remote Access Enabled [2026-01-15,06:37:04.316] [INFO] Server Address: 138.201.17.179 [2026-01-15,06:37:04.317] [INFO] Server Port: 7000 [2026-01-15,06:37:04.322] [DEBUG] Starting Remote Access! 2026-01-15 06:37:04.457 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-15 06:37:04.458 [I] [client/service.go:294] try to connect to server... 2026-01-15 06:37:05.440 [I] [client/service.go:286] [912a7c86ffac6af6] login to server success, get run id [912a7c86ffac6af6] 2026-01-15 06:37:05.441 [I] [proxy/proxy_manager.go:173] [912a7c86ffac6af6] proxy added: [DTN57CC5599] 2026-01-15 06:37:05.752 [I] [client/control.go:168] [912a7c86ffac6af6] [DTN57CC5599] start proxy success [2026-01-15,06:50:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,06:50:24.334] [DEBUG] 6 processes running of frp type [2026-01-15,07:05:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,07:05:23.830] [DEBUG] 6 processes running of frp type [2026-01-15,07:20:17.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,07:20:23.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,07:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,07:35:23.957] [DEBUG] 6 processes running of frp type [2026-01-15,07:50:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,07:50:24.725] [DEBUG] 6 processes running of frp type [2026-01-15,08:02:16.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,08:02:28.487] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-15,08:02:43.422] [DEBUG] Log Upload Complete! [2026-01-15,08:05:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,08:05:23.655] [DEBUG] 6 processes running of frp type [2026-01-15,08:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,08:20:24.554] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,08:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,08:35:29.207] [DEBUG] 6 processes running of frp type [2026-01-15,08:50:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,08:50:24.804] [DEBUG] 6 processes running of frp type [2026-01-15,09:05:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,09:05:23.826] [DEBUG] 6 processes running of frp type [2026-01-15,09:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,09:20:23.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,09:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,09:35:24.555] [DEBUG] 6 processes running of frp type [2026-01-15,09:50:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,09:50:24.422] [DEBUG] 6 processes running of frp type [2026-01-15,10:05:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,10:05:24.395] [DEBUG] 6 processes running of frp type [2026-01-15,10:20:18.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,10:20:24.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,10:35:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,10:35:28.743] [DEBUG] 6 processes running of frp type [2026-01-15,10:50:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,10:50:24.340] [DEBUG] 6 processes running of frp type [2026-01-15,11:05:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,11:05:24.624] [DEBUG] 6 processes running of frp type [2026-01-15,11:20:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,11:20:25.031] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,11:35:17.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,11:35:24.635] [DEBUG] 6 processes running of frp type [2026-01-15,11:50:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,11:50:24.161] [DEBUG] 6 processes running of frp type [2026-01-15,12:05:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,12:05:24.111] [DEBUG] 6 processes running of frp type 2026-01-15 12:07:48.246 [I] [client/service.go:294] [912a7c86ffac6af6] try to connect to server... 2026-01-15 12:07:49.205 [I] [client/service.go:286] [912a7c86ffac6af6] login to server success, get run id [912a7c86ffac6af6] 2026-01-15 12:07:49.207 [I] [proxy/proxy_manager.go:173] [912a7c86ffac6af6] proxy added: [DTN57CC5599] 2026-01-15 12:07:49.566 [I] [client/control.go:168] [912a7c86ffac6af6] [DTN57CC5599] start proxy success [2026-01-15,12:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,12:20:24.436] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,12:35:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,12:35:23.963] [DEBUG] 6 processes running of frp type [2026-01-15,12:50:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,12:50:24.085] [DEBUG] 6 processes running of frp type [2026-01-15,13:05:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,13:05:24.639] [DEBUG] 6 processes running of frp type [2026-01-15,13:20:17.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,13:20:24.775] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,13:35:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,13:35:24.653] [DEBUG] 6 processes running of frp type [2026-01-15,13:50:18.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,13:50:25.221] [DEBUG] 6 processes running of frp type [2026-01-15,14:05:23.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,14:05:29.859] [DEBUG] 6 processes running of frp type [2026-01-15,14:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,14:20:55.536] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,14:35:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,14:35:23.721] [DEBUG] 6 processes running of frp type [2026-01-15,14:50:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,14:50:24.532] [DEBUG] 6 processes running of frp type [2026-01-15,15:05:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,15:05:24.605] [DEBUG] 6 processes running of frp type [2026-01-15,15:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,15:20:24.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,15:35:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,15:35:23.901] [DEBUG] 6 processes running of frp type [2026-01-15,15:50:18.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,15:50:24.723] [DEBUG] 6 processes running of frp type [2026-01-15,16:05:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,16:05:23.905] [DEBUG] 6 processes running of frp type [2026-01-15,16:20:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,16:20:23.806] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,16:35:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,16:35:24.931] [DEBUG] 6 processes running of frp type [2026-01-15,16:50:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,16:50:23.919] [DEBUG] 6 processes running of frp type [2026-01-15,17:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,17:05:24.310] [DEBUG] 6 processes running of frp type [2026-01-15,17:20:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,17:20:24.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,17:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,17:35:24.221] [DEBUG] 6 processes running of frp type [2026-01-15,17:50:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,17:50:24.242] [DEBUG] 6 processes running of frp type [2026-01-15,18:05:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,18:05:24.272] [DEBUG] 6 processes running of frp type [2026-01-15,18:20:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,18:20:24.305] [DEBUG] 6 processes running of frp type [2026-01-15,18:25:42.099] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,18:25:42.106] [INFO] LocationSqlManager initialising [2026-01-15,18:25:42.107] [INFO] Location DB initialising [2026-01-15,18:25:42.119] [INFO] LocationSqlManager initialisation complete [2026-01-15,18:25:42.120] [DEBUG] UploadManager Init [2026-01-15,18:25:42.120] [DEBUG] UploadManager Init Complete [2026-01-15,18:25:42.124] [INFO] Initializing GPS... [2026-01-15,18:25:42.127] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,18:27:44.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,18:27:51.346] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-15,18:28:43.990] [DEBUG] Log Upload Complete! [2026-01-15,18:30:44.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,18:30:51.494] [DEBUG] Remote Access Enabled [2026-01-15,18:30:57.850] [INFO] Server Address: 138.201.17.179 [2026-01-15,18:30:57.851] [INFO] Server Port: 7000 [2026-01-15,18:30:57.856] [DEBUG] Starting Remote Access! 2026-01-15 18:30:57.986 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-15 18:30:57.987 [I] [client/service.go:294] try to connect to server... 2026-01-15 18:31:04.213 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-15 18:31:04.214 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-15 18:31:05.498 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success 2026-01-15 18:33:59.593 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 18:34:00.531 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-15 18:34:00.534 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-15 18:34:00.851 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-15,18:35:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,18:35:24.260] [DEBUG] 6 processes running of frp type [2026-01-15,18:50:18.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,18:50:25.066] [DEBUG] 6 processes running of frp type [2026-01-15,19:05:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,19:05:24.012] [DEBUG] 6 processes running of frp type [2026-01-15,19:20:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,19:20:24.155] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,19:35:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,19:35:24.801] [DEBUG] 6 processes running of frp type [2026-01-15,19:50:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,19:50:24.125] [DEBUG] 6 processes running of frp type [2026-01-15,20:05:22.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,20:05:29.085] [DEBUG] 6 processes running of frp type [2026-01-15,20:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,20:20:24.295] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-15 20:28:55.903 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 20:29:16.568 [W] [client/service.go:297] [764f766b6e6c86ad] connect to server error: i/o deadline reached 2026-01-15 20:29:16.569 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 20:29:17.757 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-15 20:29:17.757 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-15 20:29:18.078 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success 2026-01-15 20:34:00.745 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 20:34:10.747 [W] [client/service.go:297] [764f766b6e6c86ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 20:34:10.748 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 20:34:13.766 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-15 20:34:13.768 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-15 20:34:14.083 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-15,20:35:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,20:35:24.243] [DEBUG] 6 processes running of frp type 2026-01-15 20:42:31.051 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 20:42:31.912 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-15 20:42:31.912 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-15 20:42:32.194 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-15,20:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,20:50:24.987] [DEBUG] 6 processes running of frp type [2026-01-15,21:05:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,21:05:24.012] [DEBUG] 6 processes running of frp type [2026-01-15,21:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,21:20:23.840] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,21:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,21:35:23.799] [DEBUG] 6 processes running of frp type [2026-01-15,21:50:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,21:50:24.155] [DEBUG] 6 processes running of frp type [2026-01-15,22:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,22:05:24.114] [DEBUG] 6 processes running of frp type [2026-01-15,22:20:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,22:20:24.000] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,22:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,22:35:24.647] [DEBUG] 6 processes running of frp type [2026-01-15,22:50:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,22:50:23.788] [DEBUG] 6 processes running of frp type [2026-01-15,23:05:21.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,23:05:28.717] [DEBUG] 6 processes running of frp type [2026-01-15,23:20:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,23:20:24.573] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,23:35:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,23:35:23.659] [DEBUG] 6 processes running of frp type [2026-01-15,23:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-15,23:50:24.460] [DEBUG] 6 processes running of frp type 2026-01-15 23:50:48.299 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-15 23:50:50.091 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-15 23:50:50.092 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-15 23:50:50.412 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,00:05:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,00:05:24.426] [DEBUG] 6 processes running of frp type [2026-01-16,00:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,00:20:24.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,00:35:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,00:35:24.627] [DEBUG] 6 processes running of frp type [2026-01-16,00:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,00:50:24.344] [DEBUG] 6 processes running of frp type [2026-01-16,01:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,01:05:24.317] [DEBUG] 6 processes running of frp type [2026-01-16,01:20:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,01:20:24.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,01:35:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,01:35:24.221] [DEBUG] 6 processes running of frp type [2026-01-16,01:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,01:50:24.390] [DEBUG] 6 processes running of frp type [2026-01-16,02:05:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,02:05:24.381] [DEBUG] 6 processes running of frp type [2026-01-16,02:20:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,02:20:24.113] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,02:35:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,02:35:24.063] [DEBUG] 6 processes running of frp type [2026-01-16,02:50:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,02:50:23.718] [DEBUG] 6 processes running of frp type 2026-01-16 03:00:20.374 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 03:00:30.376 [W] [client/service.go:297] [764f766b6e6c86ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 03:00:30.376 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 03:00:38.797 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 03:00:38.798 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 03:00:39.399 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,03:05:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,03:05:24.828] [DEBUG] 6 processes running of frp type [2026-01-16,03:20:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,03:20:23.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,03:35:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,03:35:24.112] [DEBUG] 6 processes running of frp type [2026-01-16,03:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,03:50:23.977] [DEBUG] 6 processes running of frp type [2026-01-16,04:05:17.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,04:05:23.739] [DEBUG] 6 processes running of frp type 2026-01-16 04:06:29.250 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 04:06:29.606 [W] [client/service.go:297] [764f766b6e6c86ad] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 04:06:31.743 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 04:06:32.643 [W] [client/service.go:297] [764f766b6e6c86ad] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 04:06:36.922 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 04:06:37.719 [W] [client/service.go:297] [764f766b6e6c86ad] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 04:06:46.354 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 04:06:47.308 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 04:06:47.310 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 04:06:47.630 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success 2026-01-16 04:19:34.755 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 04:19:35.750 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 04:19:35.750 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 04:19:36.094 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,04:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,04:20:24.498] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,04:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,04:35:24.604] [DEBUG] 6 processes running of frp type 2026-01-16 04:37:57.731 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 04:38:02.247 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 04:38:02.249 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 04:38:02.568 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,04:50:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,04:50:24.344] [DEBUG] 6 processes running of frp type [2026-01-16,05:05:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,05:05:24.465] [DEBUG] 6 processes running of frp type [2026-01-16,05:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,05:20:24.642] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,05:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,05:35:24.390] [DEBUG] 6 processes running of frp type 2026-01-16 05:44:31.798 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 05:44:34.375 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 05:44:34.377 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 05:44:34.776 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,05:50:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,05:50:23.985] [DEBUG] 6 processes running of frp type 2026-01-16 05:55:51.847 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 05:55:53.476 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 05:55:53.477 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 05:55:53.794 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,06:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,06:05:24.182] [DEBUG] 6 processes running of frp type 2026-01-16 06:16:52.850 [I] [client/service.go:294] [764f766b6e6c86ad] try to connect to server... 2026-01-16 06:16:54.555 [I] [client/service.go:286] [764f766b6e6c86ad] login to server success, get run id [764f766b6e6c86ad] 2026-01-16 06:16:54.558 [I] [proxy/proxy_manager.go:173] [764f766b6e6c86ad] proxy added: [DTN57CC5599] 2026-01-16 06:16:55.194 [I] [client/control.go:168] [764f766b6e6c86ad] [DTN57CC5599] start proxy success [2026-01-16,06:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,06:20:24.075] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,06:30:40.912] [INFO] Initializing BusSpeedStateManager V2 [2026-01-16,06:30:40.917] [INFO] LocationSqlManager initialising [2026-01-16,06:30:40.917] [INFO] Location DB initialising [2026-01-16,06:30:40.927] [INFO] LocationSqlManager initialisation complete [2026-01-16,06:30:40.928] [DEBUG] UploadManager Init [2026-01-16,06:30:40.928] [DEBUG] UploadManager Init Complete [2026-01-16,06:30:40.931] [INFO] Initializing GPS... [2026-01-16,06:30:40.933] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,06:32:44.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,06:32:56.410] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-16,06:33:12.714] [DEBUG] Log Upload Complete! [2026-01-16,06:35:45.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,06:35:49.881] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-16,06:35:51.621] [DEBUG] Remote Access Enabled [2026-01-16,06:35:57.938] [INFO] Server Address: 138.201.17.179 [2026-01-16,06:35:57.939] [INFO] Server Port: 7000 [2026-01-16,06:35:57.944] [DEBUG] Starting Remote Access! 2026-01-16 06:35:58.072 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-16 06:35:58.073 [I] [client/service.go:294] try to connect to server... 2026-01-16 06:35:59.001 [I] [client/service.go:286] [9e0caae1a6e15cd5] login to server success, get run id [9e0caae1a6e15cd5] 2026-01-16 06:35:59.002 [I] [proxy/proxy_manager.go:173] [9e0caae1a6e15cd5] proxy added: [DTN57CC5599] 2026-01-16 06:35:59.304 [I] [client/control.go:168] [9e0caae1a6e15cd5] [DTN57CC5599] start proxy success [2026-01-16,06:50:17.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,06:50:23.715] [DEBUG] 6 processes running of frp type [2026-01-16,07:05:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,07:05:24.857] [DEBUG] 6 processes running of frp type 2026-01-16 07:05:57.374 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 07:05:58.490 [I] [client/service.go:286] [9e0caae1a6e15cd5] login to server success, get run id [9e0caae1a6e15cd5] 2026-01-16 07:05:58.491 [I] [proxy/proxy_manager.go:173] [9e0caae1a6e15cd5] proxy added: [DTN57CC5599] 2026-01-16 07:05:58.927 [I] [client/control.go:168] [9e0caae1a6e15cd5] [DTN57CC5599] start proxy success [2026-01-16,07:20:20.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,07:20:27.496] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,07:35:18.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,07:35:24.942] [DEBUG] 6 processes running of frp type [2026-01-16,07:50:17.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,07:50:24.164] [DEBUG] 6 processes running of frp type 2026-01-16 08:02:07.862 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:02:17.865 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 08:02:17.865 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:02:27.867 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 08:02:27.867 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:02:37.869 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 08:02:37.870 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:02:47.871 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 08:02:47.872 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:02:57.874 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 08:03:17.875 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:03:27.877 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 08:03:47.879 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:03:47.945 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:04:07.947 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:04:07.952 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:04:27.953 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:04:27.957 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:04:47.958 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:04:47.964 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:05:07.966 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:05:07.969 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:05:27.970 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:05:27.975 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:05:47.976 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:05:47.983 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:06:07.985 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:06:07.995 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:06:27.996 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:06:28.887 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:06:48.888 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:06:48.893 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:07:08.894 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:07:08.900 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:07:28.902 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:07:28.907 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:07:48.908 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:07:48.912 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:08:08.913 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:08:08.921 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:08:28.923 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:08:28.929 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:08:48.930 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:08:48.936 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:09:08.938 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:09:08.942 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:09:28.942 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:09:28.950 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:09:48.951 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:09:48.956 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:10:08.957 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:10:08.961 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:10:28.963 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:10:28.968 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:10:48.969 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:10:48.974 [W] [client/service.go:297] [9e0caae1a6e15cd5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 08:11:08.975 [I] [client/service.go:294] [9e0caae1a6e15cd5] try to connect to server... 2026-01-16 08:11:09.980 [I] [client/service.go:286] [9e0caae1a6e15cd5] login to server success, get run id [9e0caae1a6e15cd5] 2026-01-16 08:11:09.981 [I] [proxy/proxy_manager.go:173] [9e0caae1a6e15cd5] proxy added: [DTN57CC5599] 2026-01-16 08:11:10.314 [I] [client/control.go:168] [9e0caae1a6e15cd5] [DTN57CC5599] start proxy success [2026-01-16,08:20:18.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,08:20:25.023] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,08:35:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,08:35:28.882] [DEBUG] 6 processes running of frp type [2026-01-16,08:50:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,08:50:24.459] [DEBUG] 6 processes running of frp type [2026-01-16,09:05:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,09:05:24.666] [DEBUG] 6 processes running of frp type [2026-01-16,09:20:17.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,09:20:23.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,09:35:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,09:35:24.509] [DEBUG] 6 processes running of frp type [2026-01-16,09:50:18.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,09:50:25.101] [DEBUG] 6 processes running of frp type [2026-01-16,10:05:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,10:05:24.985] [DEBUG] 6 processes running of frp type [2026-01-16,10:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,10:20:26.435] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,10:35:17.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,10:35:23.794] [DEBUG] 6 processes running of frp type [2026-01-16,10:50:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,10:50:24.767] [DEBUG] 6 processes running of frp type [2026-01-16,11:05:19.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,11:05:26.111] [DEBUG] 6 processes running of frp type [2026-01-16,11:20:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,11:20:24.942] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,11:35:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,11:35:24.441] [DEBUG] 6 processes running of frp type [2026-01-16,11:50:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,11:50:23.869] [DEBUG] 6 processes running of frp type [2026-01-16,12:05:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,12:05:23.897] [DEBUG] 6 processes running of frp type [2026-01-16,12:20:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,12:20:25.797] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,12:35:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,12:35:24.523] [DEBUG] 6 processes running of frp type [2026-01-16,12:50:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,12:50:24.656] [DEBUG] 6 processes running of frp type [2026-01-16,13:05:18.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,13:05:25.225] [DEBUG] 6 processes running of frp type [2026-01-16,13:20:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,13:20:24.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,13:35:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,13:35:23.779] [DEBUG] 6 processes running of frp type [2026-01-16,13:50:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,13:50:25.470] [DEBUG] 6 processes running of frp type [2026-01-16,14:05:18.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,14:05:24.998] [DEBUG] 6 processes running of frp type [2026-01-16,14:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,14:20:24.201] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,14:35:18.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,14:35:24.838] [DEBUG] 6 processes running of frp type [2026-01-16,14:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,14:50:24.372] [DEBUG] 6 processes running of frp type [2026-01-16,15:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,15:05:24.741] [DEBUG] 6 processes running of frp type [2026-01-16,15:20:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,15:20:25.117] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,15:35:19.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,15:35:25.943] [DEBUG] 6 processes running of frp type [2026-01-16,15:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,15:50:25.937] [DEBUG] 6 processes running of frp type [2026-01-16,16:05:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,16:05:23.963] [DEBUG] 6 processes running of frp type [2026-01-16,16:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,16:20:24.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,16:35:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,16:35:23.961] [DEBUG] 6 processes running of frp type [2026-01-16,16:50:18.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,16:50:25.076] [DEBUG] 6 processes running of frp type [2026-01-16,17:05:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,17:05:25.409] [DEBUG] 6 processes running of frp type [2026-01-16,17:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,17:20:24.429] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,17:35:18.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,17:35:26.654] [DEBUG] 6 processes running of frp type [2026-01-16,17:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,17:50:24.031] [DEBUG] 6 processes running of frp type [2026-01-16,18:05:17.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,18:05:24.133] [DEBUG] 6 processes running of frp type [2026-01-16,18:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,18:20:25.139] [DEBUG] 6 processes running of frp type [2026-01-16,18:25:41.417] [INFO] Initializing BusSpeedStateManager V2 [2026-01-16,18:25:41.423] [INFO] LocationSqlManager initialising [2026-01-16,18:25:41.424] [INFO] Location DB initialising [2026-01-16,18:25:41.435] [INFO] LocationSqlManager initialisation complete [2026-01-16,18:25:41.436] [DEBUG] UploadManager Init [2026-01-16,18:25:41.437] [DEBUG] UploadManager Init Complete [2026-01-16,18:25:41.441] [INFO] Initializing GPS... [2026-01-16,18:25:41.444] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,18:27:44.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,18:27:51.514] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-16,18:28:30.471] [DEBUG] Log Upload Complete! [2026-01-16,18:30:45.128] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-16,18:30:45.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,18:30:52.068] [DEBUG] Remote Access Enabled [2026-01-16,18:31:00.677] [INFO] Server Address: 138.201.17.179 [2026-01-16,18:31:00.677] [INFO] Server Port: 7000 [2026-01-16,18:31:00.680] [DEBUG] Starting Remote Access! 2026-01-16 18:31:00.798 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-16 18:31:00.799 [I] [client/service.go:294] try to connect to server... 2026-01-16 18:31:01.769 [I] [client/service.go:286] [de0c6d111232112f] login to server success, get run id [de0c6d111232112f] 2026-01-16 18:31:01.771 [I] [proxy/proxy_manager.go:173] [de0c6d111232112f] proxy added: [DTN57CC5599] 2026-01-16 18:31:02.493 [I] [client/control.go:168] [de0c6d111232112f] [DTN57CC5599] start proxy success [2026-01-16,18:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,18:35:24.728] [DEBUG] 6 processes running of frp type [2026-01-16,18:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,18:50:24.029] [DEBUG] 6 processes running of frp type [2026-01-16,19:05:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,19:05:24.157] [DEBUG] 6 processes running of frp type [2026-01-16,19:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,19:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,19:35:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,19:35:24.393] [DEBUG] 6 processes running of frp type [2026-01-16,19:50:18.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,19:50:25.363] [DEBUG] 6 processes running of frp type 2026-01-16 20:04:23.402 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:04:33.405 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:04:33.406 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:04:43.407 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:04:43.407 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:04:53.409 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:04:53.410 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:05:03.411 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:05:03.412 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:05:13.413 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:05:33.415 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:05:43.416 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:06:03.417 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:06:03.423 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:06:23.423 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:06:23.427 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:06:43.429 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:06:43.452 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:07:03.453 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:07:03.458 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:07:23.460 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:07:23.464 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:07:43.464 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:07:43.470 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:08:03.471 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:08:03.477 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:08:23.477 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:08:23.485 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:08:43.486 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:08:43.491 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:09:03.492 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:09:03.501 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:09:23.503 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:09:23.507 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:09:43.508 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:09:43.514 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:10:03.516 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:10:03.520 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:10:23.521 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:10:23.528 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:10:43.529 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:10:43.535 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-16 20:11:03.536 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:11:14.074 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: connection write timeout 2026-01-16 20:11:34.077 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:11:44.079 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:12:04.081 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:12:14.083 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-16 20:12:34.083 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 20:12:41.507 [I] [client/service.go:286] [de0c6d111232112f] login to server success, get run id [de0c6d111232112f] 2026-01-16 20:12:41.508 [I] [proxy/proxy_manager.go:173] [de0c6d111232112f] proxy added: [DTN57CC5599] 2026-01-16 20:12:41.869 [I] [client/control.go:168] [de0c6d111232112f] [DTN57CC5599] start proxy success [2026-01-16,20:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,20:20:23.858] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,20:35:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,20:35:23.773] [DEBUG] 6 processes running of frp type [2026-01-16,20:50:16.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,20:50:23.563] [DEBUG] 6 processes running of frp type 2026-01-16 20:59:58.522 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-16 21:00:08.736 [I] [client/service.go:286] [de0c6d111232112f] login to server success, get run id [de0c6d111232112f] 2026-01-16 21:00:08.737 [I] [proxy/proxy_manager.go:173] [de0c6d111232112f] proxy added: [DTN57CC5599] 2026-01-16 21:00:09.383 [I] [client/control.go:168] [de0c6d111232112f] [DTN57CC5599] start proxy success [2026-01-16,21:05:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,21:05:24.504] [DEBUG] 6 processes running of frp type [2026-01-16,21:20:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,21:20:24.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,21:35:20.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,21:35:26.769] [DEBUG] 6 processes running of frp type [2026-01-16,21:50:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,21:50:24.868] [DEBUG] 6 processes running of frp type [2026-01-16,22:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,22:05:23.824] [DEBUG] 6 processes running of frp type [2026-01-16,22:20:17.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,22:20:23.606] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,22:35:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,22:35:23.661] [DEBUG] 6 processes running of frp type [2026-01-16,22:50:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,22:50:23.748] [DEBUG] 6 processes running of frp type [2026-01-16,23:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,23:05:23.835] [DEBUG] 6 processes running of frp type [2026-01-16,23:20:17.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,23:20:23.630] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,23:35:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,23:35:24.719] [DEBUG] 6 processes running of frp type [2026-01-16,23:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-16,23:50:24.404] [DEBUG] 6 processes running of frp type [2026-01-17,00:05:19.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,00:05:26.452] [DEBUG] 6 processes running of frp type [2026-01-17,00:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,00:20:24.450] [DEBUG] 6 processes running of frp type 2026-01-17 00:23:21.109 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-17 00:23:22.302 [I] [client/service.go:286] [de0c6d111232112f] login to server success, get run id [de0c6d111232112f] 2026-01-17 00:23:22.303 [I] [proxy/proxy_manager.go:173] [de0c6d111232112f] proxy added: [DTN57CC5599] 2026-01-17 00:23:22.996 [I] [client/control.go:168] [de0c6d111232112f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,00:35:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,00:35:24.285] [DEBUG] 6 processes running of frp type [2026-01-17,00:50:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,00:50:23.943] [DEBUG] 6 processes running of frp type [2026-01-17,01:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,01:05:24.058] [DEBUG] 6 processes running of frp type [2026-01-17,01:20:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,01:20:24.217] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,01:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,01:35:24.148] [DEBUG] 6 processes running of frp type [2026-01-17,01:50:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,01:50:23.875] [DEBUG] 6 processes running of frp type [2026-01-17,02:05:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,02:05:23.547] [DEBUG] 6 processes running of frp type [2026-01-17,02:20:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,02:20:24.612] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,02:35:16.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,02:35:23.436] [DEBUG] 6 processes running of frp type [2026-01-17,02:50:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,02:50:24.375] [DEBUG] 6 processes running of frp type [2026-01-17,03:05:18.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,03:05:25.175] [DEBUG] 6 processes running of frp type [2026-01-17,03:20:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,03:20:24.125] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,03:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,03:35:25.108] [DEBUG] 6 processes running of frp type [2026-01-17,03:50:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,03:50:24.134] [DEBUG] 6 processes running of frp type [2026-01-17,04:05:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,04:05:24.032] [DEBUG] 6 processes running of frp type 2026-01-17 04:06:34.307 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-17 04:06:36.193 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-17 04:06:36.193 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-17 04:06:39.233 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-17 04:06:39.233 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-17 04:06:42.273 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-17 04:06:51.477 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-17 04:07:01.479 [W] [client/service.go:297] [de0c6d111232112f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 04:07:01.480 [I] [client/service.go:294] [de0c6d111232112f] try to connect to server... 2026-01-17 04:07:04.684 [I] [client/service.go:286] [de0c6d111232112f] login to server success, get run id [de0c6d111232112f] 2026-01-17 04:07:04.687 [I] [proxy/proxy_manager.go:173] [de0c6d111232112f] proxy added: [DTN57CC5599] 2026-01-17 04:07:05.261 [I] [client/control.go:168] [de0c6d111232112f] [DTN57CC5599] start proxy success [2026-01-17,04:20:17.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,04:20:23.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,04:35:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,04:35:23.914] [DEBUG] 6 processes running of frp type [2026-01-17,04:50:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,04:50:24.146] [DEBUG] 6 processes running of frp type [2026-01-17,05:05:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,05:05:26.069] [DEBUG] 6 processes running of frp type [2026-01-17,05:20:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,05:20:24.330] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,05:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,05:35:25.466] [DEBUG] 6 processes running of frp type [2026-01-17,05:50:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,05:50:23.658] [DEBUG] 6 processes running of frp type [2026-01-17,06:05:18.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,06:05:24.774] [DEBUG] 6 processes running of frp type [2026-01-17,06:20:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,06:20:24.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,06:30:40.782] [INFO] Initializing BusSpeedStateManager V2 [2026-01-17,06:30:40.788] [INFO] LocationSqlManager initialising [2026-01-17,06:30:40.789] [INFO] Location DB initialising [2026-01-17,06:30:40.798] [INFO] LocationSqlManager initialisation complete [2026-01-17,06:30:40.799] [DEBUG] UploadManager Init [2026-01-17,06:30:40.799] [DEBUG] UploadManager Init Complete [2026-01-17,06:30:40.802] [INFO] Initializing GPS... [2026-01-17,06:30:40.804] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,06:32:44.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,06:32:51.080] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-17,06:33:16.145] [DEBUG] Log Upload Complete! [2026-01-17,06:35:44.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,06:35:44.660] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-17,06:35:51.237] [DEBUG] Remote Access Enabled [2026-01-17,06:35:57.544] [INFO] Server Address: 138.201.17.179 [2026-01-17,06:35:57.546] [INFO] Server Port: 7000 [2026-01-17,06:35:57.552] [DEBUG] Starting Remote Access! 2026-01-17 06:35:57.686 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-17 06:35:57.687 [I] [client/service.go:294] try to connect to server... 2026-01-17 06:35:58.640 [I] [client/service.go:286] [a804c76ea316f013] login to server success, get run id [a804c76ea316f013] 2026-01-17 06:35:58.641 [I] [proxy/proxy_manager.go:173] [a804c76ea316f013] proxy added: [DTN57CC5599] 2026-01-17 06:35:58.964 [I] [client/control.go:168] [a804c76ea316f013] [DTN57CC5599] start proxy success [2026-01-17,06:50:17.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,06:50:23.782] [DEBUG] 6 processes running of frp type [2026-01-17,07:05:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,07:05:24.297] [DEBUG] 6 processes running of frp type [2026-01-17,07:20:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,07:20:24.050] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,07:35:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,07:35:24.288] [DEBUG] 6 processes running of frp type [2026-01-17,07:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,07:50:23.809] [DEBUG] 6 processes running of frp type [2026-01-17,08:02:17.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,08:02:23.595] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-17,08:03:13.403] [DEBUG] Log Upload Complete! [2026-01-17,08:05:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,08:05:23.950] [DEBUG] 6 processes running of frp type [2026-01-17,08:20:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,08:20:23.821] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,08:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,08:35:24.142] [DEBUG] 6 processes running of frp type [2026-01-17,08:50:18.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,08:50:24.898] [DEBUG] 6 processes running of frp type [2026-01-17,09:05:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,09:05:24.156] [DEBUG] 6 processes running of frp type [2026-01-17,09:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,09:20:24.113] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,09:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,09:35:24.179] [DEBUG] 6 processes running of frp type [2026-01-17,09:50:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,09:50:24.656] [DEBUG] 6 processes running of frp type [2026-01-17,10:05:18.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,10:05:24.854] [DEBUG] 6 processes running of frp type [2026-01-17,10:20:17.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,10:20:23.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,10:35:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,10:35:24.086] [DEBUG] 6 processes running of frp type [2026-01-17,10:50:17.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,10:50:24.553] [DEBUG] 6 processes running of frp type [2026-01-17,11:05:18.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,11:05:24.822] [DEBUG] 6 processes running of frp type [2026-01-17,11:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,11:20:23.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,11:35:17.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,11:35:23.636] [DEBUG] 6 processes running of frp type [2026-01-17,11:50:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,11:50:23.850] [DEBUG] 6 processes running of frp type [2026-01-17,12:05:17.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,12:05:23.851] [DEBUG] 6 processes running of frp type [2026-01-17,12:20:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,12:20:23.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,12:35:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,12:35:24.527] [DEBUG] 6 processes running of frp type [2026-01-17,12:50:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,12:50:24.470] [DEBUG] 6 processes running of frp type [2026-01-17,13:05:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,13:05:24.357] [DEBUG] 6 processes running of frp type [2026-01-17,13:20:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,13:20:24.375] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,13:35:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,13:35:24.555] [DEBUG] 6 processes running of frp type [2026-01-17,13:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,13:50:24.113] [DEBUG] 6 processes running of frp type [2026-01-17,14:05:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,14:05:24.100] [DEBUG] 6 processes running of frp type [2026-01-17,14:20:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,14:20:24.488] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,14:35:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,14:35:23.613] [DEBUG] 6 processes running of frp type [2026-01-17,14:50:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,14:50:24.167] [DEBUG] 6 processes running of frp type [2026-01-17,15:05:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,15:05:24.496] [DEBUG] 6 processes running of frp type [2026-01-17,15:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,15:20:24.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,15:35:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,15:35:24.359] [DEBUG] 6 processes running of frp type [2026-01-17,15:50:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,15:50:24.429] [DEBUG] 6 processes running of frp type [2026-01-17,16:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,16:05:24.174] [DEBUG] 6 processes running of frp type [2026-01-17,16:20:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,16:20:24.355] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,16:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,16:35:24.408] [DEBUG] 6 processes running of frp type [2026-01-17,16:50:18.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,16:50:25.058] [DEBUG] 6 processes running of frp type [2026-01-17,17:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,17:05:23.950] [DEBUG] 6 processes running of frp type [2026-01-17,17:20:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,17:20:23.747] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,17:35:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,17:35:24.371] [DEBUG] 6 processes running of frp type [2026-01-17,17:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,17:50:24.388] [DEBUG] 6 processes running of frp type [2026-01-17,18:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,18:05:24.268] [DEBUG] 6 processes running of frp type [2026-01-17,18:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,18:20:24.411] [DEBUG] 6 processes running of frp type [2026-01-17,18:25:42.117] [INFO] Initializing BusSpeedStateManager V2 [2026-01-17,18:25:42.121] [INFO] LocationSqlManager initialising [2026-01-17,18:25:42.122] [INFO] Location DB initialising [2026-01-17,18:25:42.131] [INFO] LocationSqlManager initialisation complete [2026-01-17,18:25:42.132] [DEBUG] UploadManager Init [2026-01-17,18:25:42.132] [DEBUG] UploadManager Init Complete [2026-01-17,18:25:42.135] [INFO] Initializing GPS... [2026-01-17,18:25:42.136] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,18:27:44.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,18:27:56.422] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-17,18:28:46.573] [DEBUG] Log Upload Complete! [2026-01-17,18:30:44.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,18:30:51.653] [DEBUG] Remote Access Enabled [2026-01-17,18:30:57.924] [INFO] Server Address: 138.201.17.179 [2026-01-17,18:30:57.925] [INFO] Server Port: 7000 [2026-01-17,18:30:57.930] [DEBUG] Starting Remote Access! 2026-01-17 18:30:58.061 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-17 18:30:58.062 [I] [client/service.go:294] try to connect to server... 2026-01-17 18:30:59.026 [I] [client/service.go:286] [943a6d3679082a46] login to server success, get run id [943a6d3679082a46] 2026-01-17 18:30:59.027 [I] [proxy/proxy_manager.go:173] [943a6d3679082a46] proxy added: [DTN57CC5599] 2026-01-17 18:30:59.348 [I] [client/control.go:168] [943a6d3679082a46] [DTN57CC5599] start proxy success [2026-01-17,18:35:18.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,18:35:24.648] [DEBUG] 6 processes running of frp type [2026-01-17,18:50:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,18:50:24.125] [DEBUG] 6 processes running of frp type [2026-01-17,19:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,19:05:24.348] [DEBUG] 6 processes running of frp type [2026-01-17,19:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,19:20:24.261] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,19:35:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,19:35:24.669] [DEBUG] 6 processes running of frp type [2026-01-17,19:50:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,19:50:29.651] [DEBUG] 6 processes running of frp type [2026-01-17,20:05:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,20:05:24.768] [DEBUG] 6 processes running of frp type [2026-01-17,20:20:17.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,20:20:23.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,20:35:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,20:35:24.699] [DEBUG] 6 processes running of frp type 2026-01-17 20:41:33.594 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-17 20:41:43.596 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 20:41:43.597 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-17 20:41:53.598 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 20:41:53.599 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-17 20:42:03.601 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 20:42:03.601 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-17 20:42:13.604 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 20:42:33.605 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-17 20:42:34.641 [I] [client/service.go:286] [943a6d3679082a46] login to server success, get run id [943a6d3679082a46] 2026-01-17 20:42:34.642 [I] [proxy/proxy_manager.go:173] [943a6d3679082a46] proxy added: [DTN57CC5599] 2026-01-17 20:42:34.959 [I] [client/control.go:168] [943a6d3679082a46] [DTN57CC5599] start proxy success [2026-01-17,20:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,20:50:29.676] [DEBUG] 6 processes running of frp type 2026-01-17 20:52:22.659 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-17 20:52:23.706 [I] [client/service.go:286] [943a6d3679082a46] login to server success, get run id [943a6d3679082a46] 2026-01-17 20:52:23.707 [I] [proxy/proxy_manager.go:173] [943a6d3679082a46] proxy added: [DTN57CC5599] 2026-01-17 20:52:24.032 [I] [client/control.go:168] [943a6d3679082a46] [DTN57CC5599] start proxy success [2026-01-17,21:05:18.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,21:05:25.211] [DEBUG] 6 processes running of frp type [2026-01-17,21:20:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,21:20:24.269] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,21:35:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,21:35:24.193] [DEBUG] 6 processes running of frp type [2026-01-17,21:50:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,21:50:24.086] [DEBUG] 6 processes running of frp type [2026-01-17,22:05:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,22:05:24.158] [DEBUG] 6 processes running of frp type [2026-01-17,22:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,22:20:24.196] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,22:35:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,22:35:26.381] [DEBUG] 6 processes running of frp type [2026-01-17,22:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,22:50:26.400] [DEBUG] 6 processes running of frp type [2026-01-17,23:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,23:05:19.386] [DEBUG] 6 processes running of frp type [2026-01-17,23:20:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,23:20:24.377] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,23:35:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,23:35:23.703] [DEBUG] 6 processes running of frp type [2026-01-17,23:50:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-17,23:50:26.872] [DEBUG] 6 processes running of frp type [2026-01-18,00:05:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,00:05:25.004] [DEBUG] 6 processes running of frp type 2026-01-18 00:07:10.810 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-18 00:07:11.745 [I] [client/service.go:286] [943a6d3679082a46] login to server success, get run id [943a6d3679082a46] 2026-01-18 00:07:11.746 [I] [proxy/proxy_manager.go:173] [943a6d3679082a46] proxy added: [DTN57CC5599] 2026-01-18 00:07:12.063 [I] [client/control.go:168] [943a6d3679082a46] [DTN57CC5599] start proxy success [2026-01-18,00:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,00:20:23.937] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,00:35:18.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,00:35:25.508] [DEBUG] 6 processes running of frp type [2026-01-18,00:50:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,00:50:24.062] [DEBUG] 6 processes running of frp type [2026-01-18,01:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,01:05:24.520] [DEBUG] 6 processes running of frp type [2026-01-18,01:20:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,01:20:24.583] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,01:35:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,01:35:23.846] [DEBUG] 6 processes running of frp type [2026-01-18,01:50:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,01:50:23.571] [DEBUG] 6 processes running of frp type [2026-01-18,02:05:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,02:05:24.465] [DEBUG] 6 processes running of frp type [2026-01-18,02:20:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,02:20:24.117] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,02:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,02:35:24.110] [DEBUG] 6 processes running of frp type [2026-01-18,02:50:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,02:50:23.880] [DEBUG] 6 processes running of frp type [2026-01-18,03:05:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,03:05:23.564] [DEBUG] 6 processes running of frp type [2026-01-18,03:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,03:20:24.327] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,03:35:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,03:35:24.515] [DEBUG] 6 processes running of frp type [2026-01-18,03:50:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,03:50:24.275] [DEBUG] 6 processes running of frp type [2026-01-18,04:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,04:05:24.159] [DEBUG] 6 processes running of frp type 2026-01-18 04:06:27.385 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-18 04:06:28.965 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 04:06:28.966 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-18 04:06:32.006 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 04:06:32.007 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-18 04:06:35.046 [W] [client/service.go:297] [943a6d3679082a46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 04:06:44.734 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-18 04:06:46.692 [I] [client/service.go:286] [943a6d3679082a46] login to server success, get run id [943a6d3679082a46] 2026-01-18 04:06:46.693 [I] [proxy/proxy_manager.go:173] [943a6d3679082a46] proxy added: [DTN57CC5599] 2026-01-18 04:06:47.020 [I] [client/control.go:168] [943a6d3679082a46] [DTN57CC5599] start proxy success [2026-01-18,04:20:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,04:20:23.837] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,04:35:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,04:35:23.976] [DEBUG] 6 processes running of frp type [2026-01-18,04:50:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,04:50:24.223] [DEBUG] 6 processes running of frp type [2026-01-18,05:05:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,05:05:24.380] [DEBUG] 6 processes running of frp type 2026-01-18 05:08:14.078 [I] [client/service.go:294] [943a6d3679082a46] try to connect to server... 2026-01-18 05:08:26.716 [I] [client/service.go:286] [943a6d3679082a46] login to server success, get run id [943a6d3679082a46] 2026-01-18 05:08:26.717 [I] [proxy/proxy_manager.go:173] [943a6d3679082a46] proxy added: [DTN57CC5599] 2026-01-18 05:08:27.042 [I] [client/control.go:168] [943a6d3679082a46] [DTN57CC5599] start proxy success [2026-01-18,05:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,05:20:24.123] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,05:35:18.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,05:35:25.472] [DEBUG] 6 processes running of frp type [2026-01-18,05:50:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,05:50:24.181] [DEBUG] 6 processes running of frp type [2026-01-18,06:05:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,06:05:24.228] [DEBUG] 6 processes running of frp type [2026-01-18,06:20:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,06:20:24.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,06:30:40.692] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,06:30:40.697] [INFO] LocationSqlManager initialising [2026-01-18,06:30:40.697] [INFO] Location DB initialising [2026-01-18,06:30:40.708] [INFO] LocationSqlManager initialisation complete [2026-01-18,06:30:40.709] [DEBUG] UploadManager Init [2026-01-18,06:30:40.710] [DEBUG] UploadManager Init Complete [2026-01-18,06:30:40.714] [INFO] Initializing GPS... [2026-01-18,06:30:40.717] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,06:32:44.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,06:32:51.017] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-18,06:33:07.124] [DEBUG] Log Upload Complete! [2026-01-18,06:35:44.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,06:35:51.116] [DEBUG] Remote Access Enabled [2026-01-18,06:35:57.388] [INFO] Server Address: 138.201.17.179 [2026-01-18,06:35:57.389] [INFO] Server Port: 7000 [2026-01-18,06:35:57.394] [DEBUG] Starting Remote Access! 2026-01-18 06:35:57.524 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 06:35:57.525 [I] [client/service.go:294] try to connect to server... 2026-01-18 06:35:58.435 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 06:35:58.436 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 06:35:58.751 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success [2026-01-18,06:50:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,06:50:24.718] [DEBUG] 6 processes running of frp type 2026-01-18 06:53:19.561 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 06:53:25.101 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 06:53:25.102 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 06:53:25.764 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success [2026-01-18,07:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,07:05:23.888] [DEBUG] 6 processes running of frp type 2026-01-18 07:20:08.292 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... [2026-01-18,07:20:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-18 07:20:18.294 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 07:20:18.295 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 07:20:19.464 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 07:20:19.465 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 07:20:19.816 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success [2026-01-18,07:20:36.908] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,07:35:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,07:35:23.941] [DEBUG] 6 processes running of frp type [2026-01-18,07:50:22.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,07:50:29.366] [DEBUG] 6 processes running of frp type [2026-01-18,08:02:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,08:02:25.360] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-18,08:02:41.561] [DEBUG] Log Upload Complete! [2026-01-18,08:05:18.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,08:05:24.790] [DEBUG] 6 processes running of frp type [2026-01-18,08:20:16.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,08:20:23.603] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,08:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,08:35:23.939] [DEBUG] 6 processes running of frp type [2026-01-18,08:50:18.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,08:50:24.910] [DEBUG] 6 processes running of frp type [2026-01-18,09:05:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,09:05:24.805] [DEBUG] 6 processes running of frp type 2026-01-18 09:06:11.942 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:06:13.309 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 09:06:13.310 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 09:06:14.361 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success 2026-01-18 09:11:25.303 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:11:35.622 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 09:11:35.624 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 09:11:36.362 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success 2026-01-18 09:16:17.141 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:16:18.554 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 09:16:18.556 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 09:16:19.008 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success 2026-01-18 09:20:00.056 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:20:10.057 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:20:10.058 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:20:20.060 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:20:20.060 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... [2026-01-18,09:20:20.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-18 09:20:22.561 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 09:20:22.563 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 09:20:22.986 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success [2026-01-18,09:20:27.470] [DEBUG] 6 processes running of frp type 2026-01-18 09:23:39.021 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:23:49.023 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:23:49.024 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:23:59.025 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:23:59.026 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:24:09.027 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:24:09.028 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:24:19.030 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:24:19.031 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:24:29.032 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:24:49.034 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:24:59.036 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:25:19.037 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:25:29.039 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 09:25:49.040 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:25:59.043 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-18 09:26:19.044 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:26:19.049 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:26:39.050 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:26:39.058 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:26:59.059 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:26:59.063 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:27:19.064 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:27:19.067 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:27:39.068 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:27:39.074 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:27:59.075 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:27:59.079 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:28:19.080 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:28:19.086 [W] [client/service.go:297] [156bd5bf1db95bd9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 09:28:39.087 [I] [client/service.go:294] [156bd5bf1db95bd9] try to connect to server... 2026-01-18 09:28:41.215 [I] [client/service.go:286] [156bd5bf1db95bd9] login to server success, get run id [156bd5bf1db95bd9] 2026-01-18 09:28:41.217 [I] [proxy/proxy_manager.go:173] [156bd5bf1db95bd9] proxy added: [DTN57CC5599] 2026-01-18 09:28:41.701 [I] [client/control.go:168] [156bd5bf1db95bd9] [DTN57CC5599] start proxy success [2026-01-18,09:35:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,09:35:23.856] [DEBUG] 6 processes running of frp type [2026-01-18,09:50:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,09:50:24.553] [DEBUG] 6 processes running of frp type [2026-01-18,10:05:18.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,10:05:24.958] [DEBUG] 6 processes running of frp type [2026-01-18,10:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,10:20:24.115] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,10:35:17.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,10:35:24.523] [DEBUG] 6 processes running of frp type [2026-01-18,10:50:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,10:50:24.929] [DEBUG] 6 processes running of frp type [2026-01-18,11:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,11:05:24.182] [DEBUG] 6 processes running of frp type [2026-01-18,11:20:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,11:20:24.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,11:35:18.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,11:35:25.774] [DEBUG] 6 processes running of frp type [2026-01-18,11:50:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,11:50:26.067] [DEBUG] 6 processes running of frp type [2026-01-18,12:05:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,12:05:26.239] [DEBUG] 6 processes running of frp type [2026-01-18,12:20:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,12:20:26.623] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,12:35:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,12:35:26.083] [DEBUG] 6 processes running of frp type [2026-01-18,12:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,12:50:26.258] [DEBUG] 6 processes running of frp type [2026-01-18,13:05:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,13:05:26.314] [DEBUG] 6 processes running of frp type [2026-01-18,13:20:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,13:20:26.225] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,13:35:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,13:35:26.656] [DEBUG] 6 processes running of frp type [2026-01-18,13:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,13:50:25.878] [DEBUG] 6 processes running of frp type [2026-01-18,14:05:17.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,14:05:26.939] [DEBUG] 6 processes running of frp type [2026-01-18,14:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,14:20:25.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,14:35:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,14:35:26.217] [DEBUG] 6 processes running of frp type [2026-01-18,14:50:17.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,14:50:27.323] [DEBUG] 6 processes running of frp type [2026-01-18,15:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,15:05:26.526] [DEBUG] 6 processes running of frp type [2026-01-18,15:20:18.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,15:20:26.557] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,15:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,15:35:25.543] [DEBUG] 6 processes running of frp type [2026-01-18,15:50:18.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,15:50:28.343] [DEBUG] 6 processes running of frp type [2026-01-18,16:05:18.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,16:05:28.125] [DEBUG] 6 processes running of frp type [2026-01-18,16:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,16:20:25.848] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,16:35:18.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,16:35:27.006] [DEBUG] 6 processes running of frp type [2026-01-18,16:50:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,16:50:27.679] [DEBUG] 6 processes running of frp type [2026-01-18,17:05:18.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,17:05:27.764] [DEBUG] 6 processes running of frp type [2026-01-18,17:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,17:20:25.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,17:35:18.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,17:35:26.576] [DEBUG] 6 processes running of frp type [2026-01-18,17:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,17:50:25.383] [DEBUG] 6 processes running of frp type [2026-01-18,18:05:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,18:05:27.463] [DEBUG] 6 processes running of frp type [2026-01-18,18:20:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,18:20:24.735] [DEBUG] 6 processes running of frp type [2026-01-18,18:25:41.852] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,18:25:41.857] [INFO] LocationSqlManager initialising [2026-01-18,18:25:41.858] [INFO] Location DB initialising [2026-01-18,18:25:41.867] [INFO] LocationSqlManager initialisation complete [2026-01-18,18:25:41.868] [DEBUG] UploadManager Init [2026-01-18,18:25:41.868] [DEBUG] UploadManager Init Complete [2026-01-18,18:25:41.871] [INFO] Initializing GPS... [2026-01-18,18:25:41.872] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,18:27:45.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,18:27:53.318] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-18,18:28:15.349] [DEBUG] Log Upload Complete! [2026-01-18,18:30:45.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,18:30:54.106] [DEBUG] Remote Access Enabled [2026-01-18,18:31:01.576] [INFO] Server Address: 138.201.17.179 [2026-01-18,18:31:01.576] [INFO] Server Port: 7000 [2026-01-18,18:31:01.581] [DEBUG] Starting Remote Access! 2026-01-18 18:31:01.709 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 18:31:01.710 [I] [client/service.go:294] try to connect to server... 2026-01-18 18:31:03.013 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-18 18:31:03.015 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-18 18:31:03.485 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success [2026-01-18,18:35:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,18:35:24.693] [DEBUG] 6 processes running of frp type [2026-01-18,18:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,18:50:24.578] [DEBUG] 6 processes running of frp type [2026-01-18,19:05:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,19:05:25.975] [DEBUG] 6 processes running of frp type [2026-01-18,19:20:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,19:20:24.413] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,19:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,19:35:23.985] [DEBUG] 6 processes running of frp type [2026-01-18,19:50:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,19:50:23.888] [DEBUG] 6 processes running of frp type 2026-01-18 19:59:15.857 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 19:59:25.858 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 19:59:25.859 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 19:59:35.860 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 19:59:35.861 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 19:59:45.862 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 19:59:45.862 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 19:59:55.864 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 19:59:55.865 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:00:05.868 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:00:25.869 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:00:35.871 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:00:55.872 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:00:55.877 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 20:01:15.879 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:01:15.893 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 20:01:35.894 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:01:35.900 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 20:01:55.901 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:01:55.961 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 20:02:15.962 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:02:15.966 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 20:02:35.967 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:02:45.969 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:03:05.971 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:03:15.972 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:03:35.973 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:03:45.975 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:04:05.976 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:04:15.978 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:04:35.979 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:04:45.981 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:05:05.982 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:05:15.984 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:05:35.986 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:05:45.987 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 20:06:05.988 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:06:15.992 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-18,20:06:21.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,20:06:28.444] [DEBUG] 6 processes running of frp type 2026-01-18 20:06:35.994 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:06:37.059 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-18 20:06:37.060 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-18 20:06:37.386 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success 2026-01-18 20:12:50.829 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 20:12:52.516 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-18 20:12:52.517 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-18 20:12:52.915 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success [2026-01-18,20:20:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,20:20:24.736] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,20:35:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,20:35:23.602] [DEBUG] 6 processes running of frp type [2026-01-18,20:50:17.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,20:50:28.099] [DEBUG] 6 processes running of frp type [2026-01-18,21:05:33.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,21:05:46.052] [DEBUG] 6 processes running of frp type 2026-01-18 21:06:14.084 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:06:24.085 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:06:24.086 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:06:34.089 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:06:34.091 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:06:44.092 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:06:44.094 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:06:54.094 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:06:54.095 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:07:04.096 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:07:24.097 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:07:34.099 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:07:54.100 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:08:04.101 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 21:08:24.103 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:08:24.106 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-18 21:08:44.108 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-18 21:08:52.557 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-18 21:08:52.557 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-18 21:08:52.877 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success [2026-01-18,21:20:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,21:20:23.806] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,21:35:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,21:35:23.696] [DEBUG] 6 processes running of frp type [2026-01-18,21:50:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,21:50:24.655] [DEBUG] 6 processes running of frp type [2026-01-18,22:05:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,22:05:25.293] [DEBUG] 6 processes running of frp type [2026-01-18,22:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,22:20:24.148] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,22:35:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,22:35:24.093] [DEBUG] 6 processes running of frp type [2026-01-18,22:50:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,22:50:24.191] [DEBUG] 6 processes running of frp type [2026-01-18,23:05:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,23:05:24.049] [DEBUG] 6 processes running of frp type [2026-01-18,23:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,23:20:23.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,23:35:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,23:35:23.620] [DEBUG] 6 processes running of frp type [2026-01-18,23:50:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-18,23:50:24.227] [DEBUG] 6 processes running of frp type [2026-01-19,00:05:17.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,00:05:24.053] [DEBUG] 6 processes running of frp type [2026-01-19,00:20:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,00:20:24.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,00:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,00:35:24.168] [DEBUG] 6 processes running of frp type [2026-01-19,00:50:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-19 00:50:18.434 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 00:50:28.435 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 00:50:28.436 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 00:50:37.371 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-19 00:50:37.372 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-19 00:50:37.800 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-19 00:57:20.505 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 00:57:30.507 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 00:57:30.508 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 00:57:40.509 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 00:57:40.510 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 00:57:47.734 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-19 00:57:47.735 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-19 00:57:48.075 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success 2026-01-19 00:59:52.985 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 00:59:55.341 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-19 00:59:55.341 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-19 00:59:55.671 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success [2026-01-19,01:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,01:05:23.836] [DEBUG] 6 processes running of frp type 2026-01-19 01:09:09.940 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 01:09:19.942 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 01:09:19.943 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 01:09:28.657 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-19 01:09:28.657 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-19 01:09:28.966 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success [2026-01-19,01:20:16.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,01:20:23.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,01:35:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,01:35:24.321] [DEBUG] 6 processes running of frp type [2026-01-19,01:50:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,01:50:24.415] [DEBUG] 6 processes running of frp type [2026-01-19,02:05:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,02:05:24.194] [DEBUG] 6 processes running of frp type [2026-01-19,02:20:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,02:20:23.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,02:35:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,02:35:23.650] [DEBUG] 6 processes running of frp type [2026-01-19,02:50:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,02:50:24.154] [DEBUG] 6 processes running of frp type [2026-01-19,03:05:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,03:05:23.810] [DEBUG] 6 processes running of frp type [2026-01-19,03:20:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,03:20:23.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,03:35:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,03:35:24.458] [DEBUG] 6 processes running of frp type [2026-01-19,03:50:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,03:50:24.386] [DEBUG] 6 processes running of frp type [2026-01-19,04:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,04:05:25.086] [DEBUG] 6 processes running of frp type 2026-01-19 04:06:26.783 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 04:06:30.836 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 04:06:30.837 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 04:06:33.879 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 04:06:33.880 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 04:06:36.915 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 04:06:46.325 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 04:06:46.339 [W] [client/service.go:297] [0b4d3a093a3dc8f8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 04:07:05.671 [I] [client/service.go:294] [0b4d3a093a3dc8f8] try to connect to server... 2026-01-19 04:07:06.667 [I] [client/service.go:286] [0b4d3a093a3dc8f8] login to server success, get run id [0b4d3a093a3dc8f8] 2026-01-19 04:07:06.668 [I] [proxy/proxy_manager.go:173] [0b4d3a093a3dc8f8] proxy added: [DTN57CC5599] 2026-01-19 04:07:07.535 [I] [client/control.go:168] [0b4d3a093a3dc8f8] [DTN57CC5599] start proxy success [2026-01-19,04:20:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,04:20:34.328] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,04:35:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,04:35:24.245] [DEBUG] 6 processes running of frp type [2026-01-19,04:50:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,04:50:24.289] [DEBUG] 6 processes running of frp type [2026-01-19,05:05:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,05:05:24.404] [DEBUG] 6 processes running of frp type [2026-01-19,05:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,05:20:24.192] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,05:35:18.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,05:35:24.627] [DEBUG] 6 processes running of frp type [2026-01-19,05:50:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,05:50:23.766] [DEBUG] 6 processes running of frp type [2026-01-19,06:05:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,06:05:24.624] [DEBUG] 6 processes running of frp type [2026-01-19,06:20:17.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,06:20:24.758] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,06:30:40.696] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,06:30:40.701] [INFO] LocationSqlManager initialising [2026-01-19,06:30:40.701] [INFO] Location DB initialising [2026-01-19,06:30:40.711] [INFO] LocationSqlManager initialisation complete [2026-01-19,06:30:40.711] [DEBUG] UploadManager Init [2026-01-19,06:30:40.712] [DEBUG] UploadManager Init Complete [2026-01-19,06:30:40.715] [INFO] Initializing GPS... [2026-01-19,06:30:40.717] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,06:32:44.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,06:32:51.617] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-19,06:33:22.749] [DEBUG] Log Upload Complete! [2026-01-19,06:35:44.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,06:35:58.924] [DEBUG] Remote Access Enabled [2026-01-19,06:36:09.722] [INFO] Server Address: 138.201.17.179 [2026-01-19,06:36:09.723] [INFO] Server Port: 7000 [2026-01-19,06:36:09.728] [DEBUG] Starting Remote Access! 2026-01-19 06:36:09.863 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 06:36:09.863 [I] [client/service.go:294] try to connect to server... 2026-01-19 06:36:10.756 [I] [client/service.go:286] [0a47a56c857d432c] login to server success, get run id [0a47a56c857d432c] 2026-01-19 06:36:10.758 [I] [proxy/proxy_manager.go:173] [0a47a56c857d432c] proxy added: [DTN57CC5599] 2026-01-19 06:36:11.059 [I] [client/control.go:168] [0a47a56c857d432c] [DTN57CC5599] start proxy success [2026-01-19,06:50:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,06:50:24.533] [DEBUG] 6 processes running of frp type [2026-01-19,07:05:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,07:05:24.273] [DEBUG] 6 processes running of frp type [2026-01-19,07:20:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,07:20:24.247] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-19 07:27:10.522 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:27:20.524 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:27:20.525 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:27:30.527 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:27:30.528 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:27:40.529 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:27:40.530 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:27:50.531 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:27:50.532 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:28:00.533 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:28:20.534 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:28:30.536 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:28:50.537 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:29:00.538 [W] [client/service.go:297] [0a47a56c857d432c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 07:29:20.540 [I] [client/service.go:294] [0a47a56c857d432c] try to connect to server... 2026-01-19 07:29:21.710 [I] [client/service.go:286] [0a47a56c857d432c] login to server success, get run id [0a47a56c857d432c] 2026-01-19 07:29:21.711 [I] [proxy/proxy_manager.go:173] [0a47a56c857d432c] proxy added: [DTN57CC5599] 2026-01-19 07:29:22.032 [I] [client/control.go:168] [0a47a56c857d432c] [DTN57CC5599] start proxy success [2026-01-19,07:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,07:35:24.179] [DEBUG] 6 processes running of frp type [2026-01-19,07:50:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,07:50:24.967] [DEBUG] 6 processes running of frp type [2026-01-19,08:02:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,08:02:23.964] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-19,08:02:44.735] [DEBUG] Log Upload Complete! [2026-01-19,08:05:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,08:20:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,08:20:23.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,08:35:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,08:35:24.313] [DEBUG] 6 processes running of frp type [2026-01-19,08:50:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,08:50:24.989] [DEBUG] 6 processes running of frp type [2026-01-19,09:05:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,09:05:23.814] [DEBUG] 6 processes running of frp type [2026-01-19,09:20:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,09:20:23.896] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,09:35:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,09:35:24.213] [DEBUG] 6 processes running of frp type [2026-01-19,09:50:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,09:50:23.755] [DEBUG] 6 processes running of frp type [2026-01-19,10:05:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,10:05:23.803] [DEBUG] 6 processes running of frp type [2026-01-19,10:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,10:20:23.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,10:35:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,10:35:24.757] [DEBUG] 6 processes running of frp type [2026-01-19,10:50:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,10:50:24.562] [DEBUG] 6 processes running of frp type [2026-01-19,11:05:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,11:05:24.561] [DEBUG] 6 processes running of frp type [2026-01-19,11:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,11:20:24.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,11:35:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,11:35:23.600] [DEBUG] 6 processes running of frp type [2026-01-19,11:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,11:50:24.285] [DEBUG] 6 processes running of frp type [2026-01-19,12:05:18.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,12:05:24.664] [DEBUG] 6 processes running of frp type [2026-01-19,12:20:16.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,12:20:23.580] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,12:35:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,12:35:23.839] [DEBUG] 6 processes running of frp type [2026-01-19,12:50:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,12:50:24.313] [DEBUG] 6 processes running of frp type [2026-01-19,13:05:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,13:05:24.708] [DEBUG] 6 processes running of frp type [2026-01-19,13:20:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,13:20:23.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,13:35:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,13:35:24.644] [DEBUG] 6 processes running of frp type [2026-01-19,13:50:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,13:50:24.076] [DEBUG] 6 processes running of frp type [2026-01-19,14:05:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,14:05:24.373] [DEBUG] 6 processes running of frp type [2026-01-19,14:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,14:20:24.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,14:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,14:35:23.923] [DEBUG] 6 processes running of frp type [2026-01-19,14:50:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,14:50:24.280] [DEBUG] 6 processes running of frp type [2026-01-19,15:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,15:05:24.644] [DEBUG] 6 processes running of frp type [2026-01-19,15:20:18.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,15:20:24.914] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,15:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,15:35:24.400] [DEBUG] 6 processes running of frp type [2026-01-19,15:50:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,15:50:24.001] [DEBUG] 6 processes running of frp type [2026-01-19,16:05:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,16:05:24.201] [DEBUG] 6 processes running of frp type [2026-01-19,16:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,16:20:24.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,16:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,16:35:24.586] [DEBUG] 6 processes running of frp type [2026-01-19,16:50:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,16:50:24.234] [DEBUG] 6 processes running of frp type [2026-01-19,17:05:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,17:05:24.221] [DEBUG] 6 processes running of frp type [2026-01-19,17:20:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,17:20:24.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,17:35:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,17:35:24.557] [DEBUG] 6 processes running of frp type [2026-01-19,17:50:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,17:50:23.917] [DEBUG] 6 processes running of frp type [2026-01-19,18:05:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,18:05:24.309] [DEBUG] 6 processes running of frp type [2026-01-19,18:20:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,18:20:24.361] [DEBUG] 6 processes running of frp type [2026-01-19,18:25:41.952] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,18:25:41.957] [INFO] LocationSqlManager initialising [2026-01-19,18:25:41.958] [INFO] Location DB initialising [2026-01-19,18:25:41.968] [INFO] LocationSqlManager initialisation complete [2026-01-19,18:25:41.969] [DEBUG] UploadManager Init [2026-01-19,18:25:41.969] [DEBUG] UploadManager Init Complete [2026-01-19,18:25:41.973] [INFO] Initializing GPS... [2026-01-19,18:25:41.976] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,18:27:44.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,18:27:56.549] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-19,18:28:35.078] [DEBUG] Log Upload Complete! [2026-01-19,18:30:44.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,18:30:45.046] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-19,18:30:51.697] [DEBUG] Remote Access Enabled [2026-01-19,18:30:58.028] [INFO] Server Address: 138.201.17.179 [2026-01-19,18:30:58.029] [INFO] Server Port: 7000 [2026-01-19,18:30:58.034] [DEBUG] Starting Remote Access! 2026-01-19 18:30:58.163 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 18:30:58.163 [I] [client/service.go:294] try to connect to server... 2026-01-19 18:30:59.068 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 18:30:59.069 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 18:30:59.371 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-19,18:35:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,18:35:24.277] [DEBUG] 6 processes running of frp type [2026-01-19,18:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,18:50:23.820] [DEBUG] 6 processes running of frp type [2026-01-19,19:05:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,19:05:23.888] [DEBUG] 6 processes running of frp type [2026-01-19,19:20:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,19:20:24.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,19:35:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,19:35:31.105] [DEBUG] 6 processes running of frp type [2026-01-19,19:50:18.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,19:50:26.729] [DEBUG] 6 processes running of frp type [2026-01-19,20:05:18.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,20:05:24.798] [DEBUG] 6 processes running of frp type [2026-01-19,20:20:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,20:20:23.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-19 20:30:56.382 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 20:31:06.385 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 20:31:06.385 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 20:31:16.386 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 20:31:16.387 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 20:31:17.371 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 20:31:17.373 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 20:31:17.699 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-19,20:35:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,20:35:24.198] [DEBUG] 6 processes running of frp type [2026-01-19,20:50:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,20:50:24.414] [DEBUG] 6 processes running of frp type [2026-01-19,21:05:19.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,21:05:25.769] [DEBUG] 6 processes running of frp type [2026-01-19,21:20:16.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,21:20:23.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,21:35:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,21:35:24.215] [DEBUG] 6 processes running of frp type [2026-01-19,21:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,21:50:25.179] [DEBUG] 6 processes running of frp type 2026-01-19 21:52:45.589 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 21:52:47.822 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 21:52:47.824 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 21:52:48.735 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success 2026-01-19 21:54:57.424 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 21:55:09.825 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 21:55:09.827 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 21:55:10.727 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-19,22:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,22:05:25.636] [DEBUG] 6 processes running of frp type 2026-01-19 22:15:13.544 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:15:20.808 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 22:15:20.808 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:15:20.812 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 22:15:25.165 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:15:25.172 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-19 22:15:34.285 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:15:35.384 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 22:15:35.385 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 22:15:35.708 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-19,22:20:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,22:20:30.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,22:35:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,22:35:24.383] [DEBUG] 6 processes running of frp type 2026-01-19 22:38:17.154 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:38:23.609 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 22:38:23.609 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 22:38:24.164 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-19,22:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,22:50:24.050] [DEBUG] 6 processes running of frp type 2026-01-19 22:51:13.948 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:51:24.629 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 22:51:24.630 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 22:51:25.213 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success 2026-01-19 22:52:01.965 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-19 22:52:07.313 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-19 22:52:07.315 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-19 22:52:07.905 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-19,23:05:22.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,23:05:29.829] [DEBUG] 6 processes running of frp type [2026-01-19,23:20:17.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,23:20:29.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,23:35:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,23:35:24.472] [DEBUG] 6 processes running of frp type [2026-01-19,23:50:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-19,23:50:24.173] [DEBUG] 6 processes running of frp type [2026-01-20,00:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,00:05:24.225] [DEBUG] 6 processes running of frp type 2026-01-20 00:07:52.468 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:07:53.531 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-20 00:07:53.532 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-20 00:07:53.906 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-20,00:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,00:20:23.934] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,00:35:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,00:35:23.984] [DEBUG] 6 processes running of frp type 2026-01-20 00:49:01.373 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:49:11.374 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:49:11.375 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:49:21.377 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:49:21.377 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:49:31.378 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:49:31.379 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:49:41.380 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:49:41.381 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:49:51.382 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:50:11.384 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:50:21.385 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:50:41.386 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:50:51.389 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 00:51:11.389 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:51:11.394 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 00:51:31.395 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:51:31.407 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 00:51:51.408 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:51:51.411 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 00:52:11.413 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:52:11.417 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 00:52:31.418 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:52:31.423 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 00:52:51.425 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:52:51.428 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 00:53:11.429 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 00:53:12.429 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-20 00:53:12.430 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-20 00:53:12.746 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-20,01:05:16.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,01:05:23.666] [DEBUG] 6 processes running of frp type [2026-01-20,01:20:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,01:20:24.358] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,01:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,01:35:24.289] [DEBUG] 6 processes running of frp type [2026-01-20,01:50:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,01:50:23.821] [DEBUG] 6 processes running of frp type [2026-01-20,02:05:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,02:05:24.617] [DEBUG] 6 processes running of frp type [2026-01-20,02:20:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,02:20:24.736] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,02:35:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,02:35:23.661] [DEBUG] 6 processes running of frp type [2026-01-20,02:50:17.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,02:50:24.484] [DEBUG] 6 processes running of frp type [2026-01-20,03:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,03:05:24.198] [DEBUG] 6 processes running of frp type [2026-01-20,03:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,03:20:24.019] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,03:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,03:35:23.896] [DEBUG] 6 processes running of frp type [2026-01-20,03:50:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,03:50:24.324] [DEBUG] 6 processes running of frp type [2026-01-20,04:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,04:05:23.984] [DEBUG] 6 processes running of frp type 2026-01-20 04:06:24.221 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:06:28.272 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 04:06:28.272 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:06:31.311 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 04:06:31.312 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:06:34.355 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 04:06:43.177 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:06:43.179 [W] [client/service.go:297] [776b284f88074350] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 04:07:02.324 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:07:03.200 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-20 04:07:03.202 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-20 04:07:03.502 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success 2026-01-20 04:13:15.863 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:13:17.861 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-20 04:13:17.862 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-20 04:13:18.181 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-20,04:20:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,04:20:23.740] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,04:35:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,04:35:23.808] [DEBUG] 6 processes running of frp type 2026-01-20 04:49:56.387 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 04:50:11.118 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-20 04:50:11.119 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-20 04:50:11.769 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-20,04:50:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,04:50:24.456] [DEBUG] 6 processes running of frp type [2026-01-20,05:05:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,05:05:24.389] [DEBUG] 6 processes running of frp type 2026-01-20 05:12:06.407 [I] [client/service.go:294] [776b284f88074350] try to connect to server... 2026-01-20 05:12:07.468 [I] [client/service.go:286] [776b284f88074350] login to server success, get run id [776b284f88074350] 2026-01-20 05:12:07.470 [I] [proxy/proxy_manager.go:173] [776b284f88074350] proxy added: [DTN57CC5599] 2026-01-20 05:12:07.824 [I] [client/control.go:168] [776b284f88074350] [DTN57CC5599] start proxy success [2026-01-20,05:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,05:20:24.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,05:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,05:35:24.387] [DEBUG] 6 processes running of frp type [2026-01-20,05:50:23.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,05:50:30.443] [DEBUG] 6 processes running of frp type [2026-01-20,06:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,06:05:25.053] [DEBUG] 6 processes running of frp type [2026-01-20,06:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,06:20:24.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,06:30:40.968] [INFO] Initializing BusSpeedStateManager V2 [2026-01-20,06:30:40.973] [INFO] LocationSqlManager initialising [2026-01-20,06:30:40.974] [INFO] Location DB initialising [2026-01-20,06:30:40.983] [INFO] LocationSqlManager initialisation complete [2026-01-20,06:30:40.984] [DEBUG] UploadManager Init [2026-01-20,06:30:40.984] [DEBUG] UploadManager Init Complete [2026-01-20,06:30:40.987] [INFO] Initializing GPS... [2026-01-20,06:30:40.989] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,06:32:44.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,06:32:51.097] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-20,06:33:04.219] [DEBUG] Log Upload Complete! [2026-01-20,06:35:44.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,06:35:51.200] [DEBUG] Remote Access Enabled [2026-01-20,06:35:57.475] [INFO] Server Address: 138.201.17.179 [2026-01-20,06:35:57.476] [INFO] Server Port: 7000 [2026-01-20,06:35:57.481] [DEBUG] Starting Remote Access! 2026-01-20 06:35:57.614 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-20 06:35:57.615 [I] [client/service.go:294] try to connect to server... 2026-01-20 06:35:58.838 [I] [client/service.go:286] [7dfa8faac3a9d138] login to server success, get run id [7dfa8faac3a9d138] 2026-01-20 06:35:58.840 [I] [proxy/proxy_manager.go:173] [7dfa8faac3a9d138] proxy added: [DTN57CC5599] 2026-01-20 06:35:59.145 [I] [client/control.go:168] [7dfa8faac3a9d138] [DTN57CC5599] start proxy success [2026-01-20,06:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,06:50:24.114] [DEBUG] 6 processes running of frp type [2026-01-20,07:05:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,07:05:24.596] [DEBUG] 6 processes running of frp type [2026-01-20,07:20:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,07:20:24.479] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,07:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,07:35:24.492] [DEBUG] 6 processes running of frp type [2026-01-20,07:50:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,07:50:23.723] [DEBUG] 6 processes running of frp type [2026-01-20,08:02:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,08:02:25.680] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-20,08:02:53.264] [DEBUG] Log Upload Complete! [2026-01-20,08:05:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,08:05:24.556] [DEBUG] 6 processes running of frp type [2026-01-20,08:20:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,08:20:24.354] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,08:35:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,08:35:24.599] [DEBUG] 6 processes running of frp type [2026-01-20,08:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,08:50:24.215] [DEBUG] 6 processes running of frp type 2026-01-20 08:59:02.649 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 08:59:12.651 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 08:59:12.652 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 08:59:22.654 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 08:59:22.654 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 08:59:31.398 [I] [client/service.go:286] [7dfa8faac3a9d138] login to server success, get run id [7dfa8faac3a9d138] 2026-01-20 08:59:31.400 [I] [proxy/proxy_manager.go:173] [7dfa8faac3a9d138] proxy added: [DTN57CC5599] 2026-01-20 08:59:31.813 [I] [client/control.go:168] [7dfa8faac3a9d138] [DTN57CC5599] start proxy success [2026-01-20,09:05:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,09:05:24.296] [DEBUG] 6 processes running of frp type 2026-01-20 09:06:27.940 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:06:37.941 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:06:37.942 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:06:43.580 [I] [client/service.go:286] [7dfa8faac3a9d138] login to server success, get run id [7dfa8faac3a9d138] 2026-01-20 09:06:43.582 [I] [proxy/proxy_manager.go:173] [7dfa8faac3a9d138] proxy added: [DTN57CC5599] 2026-01-20 09:06:44.474 [I] [client/control.go:168] [7dfa8faac3a9d138] [DTN57CC5599] start proxy success 2026-01-20 09:08:27.072 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:08:37.074 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:08:37.075 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:08:47.077 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:08:47.078 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:08:57.080 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:08:57.080 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:09:07.083 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:09:07.083 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:09:17.085 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:09:37.087 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:09:47.088 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:10:07.090 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:10:17.092 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 09:10:37.094 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:10:37.098 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:10:57.100 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:10:57.107 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:11:17.108 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:11:17.115 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:11:37.116 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:11:37.120 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:11:57.121 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:11:57.125 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:12:17.126 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:12:17.132 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:12:37.133 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:12:37.140 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:12:57.141 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:12:57.145 [W] [client/service.go:297] [7dfa8faac3a9d138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 09:13:17.146 [I] [client/service.go:294] [7dfa8faac3a9d138] try to connect to server... 2026-01-20 09:13:18.079 [I] [client/service.go:286] [7dfa8faac3a9d138] login to server success, get run id [7dfa8faac3a9d138] 2026-01-20 09:13:18.081 [I] [proxy/proxy_manager.go:173] [7dfa8faac3a9d138] proxy added: [DTN57CC5599] 2026-01-20 09:13:18.389 [I] [client/control.go:168] [7dfa8faac3a9d138] [DTN57CC5599] start proxy success [2026-01-20,09:20:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,09:20:25.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,09:35:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,09:35:24.480] [DEBUG] 6 processes running of frp type [2026-01-20,09:50:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,09:50:23.770] [DEBUG] 6 processes running of frp type [2026-01-20,10:05:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,10:05:23.726] [DEBUG] 6 processes running of frp type [2026-01-20,10:20:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,10:20:23.562] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,10:35:18.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,10:35:24.980] [DEBUG] 6 processes running of frp type [2026-01-20,10:50:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,10:50:23.864] [DEBUG] 6 processes running of frp type [2026-01-20,11:05:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,11:05:23.869] [DEBUG] 6 processes running of frp type [2026-01-20,11:20:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,11:20:23.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,11:35:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,11:35:24.111] [DEBUG] 6 processes running of frp type [2026-01-20,11:50:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,11:50:26.136] [DEBUG] 6 processes running of frp type [2026-01-20,12:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,12:05:24.011] [DEBUG] 6 processes running of frp type [2026-01-20,12:20:17.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,12:20:23.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,12:35:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,12:35:23.974] [DEBUG] 6 processes running of frp type [2026-01-20,12:50:18.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,12:50:25.045] [DEBUG] 6 processes running of frp type [2026-01-20,13:05:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,13:05:25.403] [DEBUG] 6 processes running of frp type [2026-01-20,13:20:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,13:20:24.291] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,13:35:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,13:35:24.791] [DEBUG] 6 processes running of frp type [2026-01-20,13:50:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,13:50:24.146] [DEBUG] 6 processes running of frp type [2026-01-20,14:05:19.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,14:05:25.901] [DEBUG] 6 processes running of frp type [2026-01-20,14:20:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,14:20:23.962] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,14:35:17.757] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,14:35:24.538] [DEBUG] 6 processes running of frp type [2026-01-20,14:50:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,14:50:24.703] [DEBUG] 6 processes running of frp type [2026-01-20,15:05:18.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,15:05:24.973] [DEBUG] 6 processes running of frp type [2026-01-20,15:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,15:20:24.155] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,15:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,15:35:24.458] [DEBUG] 6 processes running of frp type [2026-01-20,15:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,15:50:24.171] [DEBUG] 6 processes running of frp type [2026-01-20,16:05:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,16:05:24.407] [DEBUG] 6 processes running of frp type [2026-01-20,16:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,16:20:24.968] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,16:35:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,16:35:24.775] [DEBUG] 6 processes running of frp type [2026-01-20,16:50:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,16:50:24.555] [DEBUG] 6 processes running of frp type [2026-01-20,17:05:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,17:05:24.824] [DEBUG] 6 processes running of frp type [2026-01-20,17:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,17:20:23.856] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,17:35:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,17:35:25.078] [DEBUG] 6 processes running of frp type [2026-01-20,17:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,17:50:28.344] [DEBUG] 6 processes running of frp type [2026-01-20,18:05:20.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,18:05:28.891] [DEBUG] 6 processes running of frp type [2026-01-20,18:20:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,18:20:23.882] [DEBUG] 6 processes running of frp type [2026-01-20,18:25:41.224] [INFO] Initializing BusSpeedStateManager V2 [2026-01-20,18:25:41.229] [INFO] LocationSqlManager initialising [2026-01-20,18:25:41.229] [INFO] Location DB initialising [2026-01-20,18:25:41.239] [INFO] LocationSqlManager initialisation complete [2026-01-20,18:25:41.240] [DEBUG] UploadManager Init [2026-01-20,18:25:41.240] [DEBUG] UploadManager Init Complete [2026-01-20,18:25:41.243] [INFO] Initializing GPS... [2026-01-20,18:25:41.246] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,18:27:44.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,18:28:00.960] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-20,18:29:56.164] [DEBUG] Log Upload Complete! [2026-01-20,18:30:44.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,18:30:51.664] [DEBUG] Remote Access Enabled [2026-01-20,18:30:58.126] [INFO] Server Address: 138.201.17.179 [2026-01-20,18:30:58.127] [INFO] Server Port: 7000 [2026-01-20,18:30:58.132] [DEBUG] Starting Remote Access! 2026-01-20 18:30:58.280 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-20 18:30:58.281 [I] [client/service.go:294] try to connect to server... 2026-01-20 18:31:00.581 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-20 18:31:00.583 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-20 18:31:00.943 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success [2026-01-20,18:35:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,18:35:24.555] [DEBUG] 6 processes running of frp type [2026-01-20,18:50:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,18:50:24.267] [DEBUG] 6 processes running of frp type [2026-01-20,19:05:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,19:05:25.026] [DEBUG] 6 processes running of frp type [2026-01-20,19:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,19:20:24.173] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,19:35:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,19:35:24.099] [DEBUG] 6 processes running of frp type [2026-01-20,19:50:17.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,19:50:24.965] [DEBUG] 6 processes running of frp type 2026-01-20 19:52:36.369 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:52:46.371 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:52:46.372 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:52:56.375 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:52:56.375 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:53:06.376 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:53:06.377 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:53:16.379 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:53:16.380 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:53:26.380 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:53:46.381 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:53:56.383 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:54:16.385 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:54:17.417 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 19:54:37.419 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:54:37.424 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 19:54:57.424 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:54:57.427 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 19:55:17.428 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:55:17.433 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 19:55:37.434 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:55:38.414 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-20 19:55:38.415 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-20 19:55:38.807 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success 2026-01-20 19:56:52.685 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:57:02.687 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:57:02.688 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:57:12.689 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:57:12.689 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:57:22.691 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:57:22.691 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:57:32.692 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:57:32.693 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:57:42.694 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:58:02.695 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:58:12.697 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:58:32.698 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:58:42.700 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:59:02.702 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:59:02.704 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-20 19:59:22.706 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 19:59:23.937 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-20 19:59:23.938 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-20 19:59:24.598 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success [2026-01-20,20:05:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,20:05:24.124] [DEBUG] 6 processes running of frp type [2026-01-20,20:20:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,20:20:24.581] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,20:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,20:35:24.685] [DEBUG] 6 processes running of frp type [2026-01-20,20:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,20:50:33.268] [DEBUG] 6 processes running of frp type [2026-01-20,21:05:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,21:05:24.570] [DEBUG] 6 processes running of frp type [2026-01-20,21:20:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,21:20:26.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,21:35:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,21:35:24.105] [DEBUG] 6 processes running of frp type [2026-01-20,21:50:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,21:50:24.087] [DEBUG] 6 processes running of frp type 2026-01-20 21:59:41.805 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-20 21:59:52.503 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-20 21:59:52.505 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-20 21:59:52.828 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success [2026-01-20,22:05:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,22:05:24.033] [DEBUG] 6 processes running of frp type [2026-01-20,22:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,22:20:23.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,22:35:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,22:35:23.683] [DEBUG] 6 processes running of frp type [2026-01-20,22:50:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,22:50:24.127] [DEBUG] 6 processes running of frp type [2026-01-20,23:05:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,23:05:24.174] [DEBUG] 6 processes running of frp type [2026-01-20,23:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,23:20:24.761] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,23:35:17.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,23:35:23.781] [DEBUG] 6 processes running of frp type [2026-01-20,23:50:16.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-20,23:50:23.534] [DEBUG] 6 processes running of frp type [2026-01-21,00:05:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,00:05:24.279] [DEBUG] 6 processes running of frp type [2026-01-21,00:20:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,00:20:24.099] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,00:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,00:35:23.982] [DEBUG] 6 processes running of frp type [2026-01-21,00:50:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,00:50:24.338] [DEBUG] 6 processes running of frp type [2026-01-21,01:05:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,01:05:24.213] [DEBUG] 6 processes running of frp type [2026-01-21,01:20:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,01:20:25.923] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,01:35:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,01:35:23.850] [DEBUG] 6 processes running of frp type 2026-01-21 01:45:41.958 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 01:45:50.442 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-21 01:45:50.444 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-21 01:45:51.053 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success [2026-01-21,01:50:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,01:50:24.422] [DEBUG] 6 processes running of frp type [2026-01-21,02:05:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,02:05:24.228] [DEBUG] 6 processes running of frp type [2026-01-21,02:20:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,02:20:24.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,02:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,02:35:24.351] [DEBUG] 6 processes running of frp type [2026-01-21,02:50:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,02:50:23.976] [DEBUG] 6 processes running of frp type [2026-01-21,03:05:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,03:05:24.615] [DEBUG] 6 processes running of frp type [2026-01-21,03:20:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,03:20:25.564] [DEBUG] 6 processes running of frp type 2026-01-21 03:24:06.986 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:24:12.409 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-21 03:24:12.410 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-21 03:24:50.130 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:25:00.132 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:25:00.133 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:25:10.135 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:25:10.136 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:25:20.138 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:25:20.138 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:25:30.140 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:25:30.140 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:25:40.141 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:26:00.143 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-21 03:26:10.146 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:26:30.149 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:26:40.150 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 03:27:00.152 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:27:06.755 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-21 03:27:06.757 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-21 03:27:09.691 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success 2026-01-21 03:27:41.811 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:27:52.907 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: i/o deadline reached 2026-01-21 03:27:52.907 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 03:27:54.286 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-21 03:27:54.287 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-21 03:27:54.611 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success [2026-01-21,03:35:18.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,03:35:24.887] [DEBUG] 6 processes running of frp type [2026-01-21,03:50:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,03:50:23.899] [DEBUG] 6 processes running of frp type [2026-01-21,04:05:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,04:05:23.705] [DEBUG] 6 processes running of frp type 2026-01-21 04:06:34.026 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:06:34.345 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:06:36.509 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:06:37.385 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:06:42.056 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:06:42.465 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:06:52.325 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:06:52.328 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:07:12.330 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:07:12.334 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:07:32.334 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:07:32.339 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:07:52.340 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:07:52.344 [W] [client/service.go:297] [15bf79ac8a8c397a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 04:08:12.345 [I] [client/service.go:294] [15bf79ac8a8c397a] try to connect to server... 2026-01-21 04:08:13.309 [I] [client/service.go:286] [15bf79ac8a8c397a] login to server success, get run id [15bf79ac8a8c397a] 2026-01-21 04:08:13.309 [I] [proxy/proxy_manager.go:173] [15bf79ac8a8c397a] proxy added: [DTN57CC5599] 2026-01-21 04:08:13.615 [I] [client/control.go:168] [15bf79ac8a8c397a] [DTN57CC5599] start proxy success [2026-01-21,04:20:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,04:20:24.666] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,04:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,04:35:23.995] [DEBUG] 6 processes running of frp type [2026-01-21,04:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,04:50:24.612] [DEBUG] 6 processes running of frp type [2026-01-21,05:05:18.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,05:05:24.953] [DEBUG] 6 processes running of frp type [2026-01-21,05:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,05:20:24.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,05:35:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,05:35:23.897] [DEBUG] 6 processes running of frp type [2026-01-21,05:50:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,05:50:24.340] [DEBUG] 6 processes running of frp type [2026-01-21,06:05:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,06:05:24.562] [DEBUG] 6 processes running of frp type [2026-01-21,06:20:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,06:20:25.673] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,06:30:41.118] [INFO] Initializing BusSpeedStateManager V2 [2026-01-21,06:30:41.126] [INFO] LocationSqlManager initialising [2026-01-21,06:30:41.127] [INFO] Location DB initialising [2026-01-21,06:30:41.138] [INFO] LocationSqlManager initialisation complete [2026-01-21,06:30:41.140] [DEBUG] UploadManager Init [2026-01-21,06:30:41.140] [DEBUG] UploadManager Init Complete [2026-01-21,06:30:41.145] [INFO] Initializing GPS... [2026-01-21,06:30:41.147] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,06:32:44.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,06:32:51.376] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,06:33:12.518] [DEBUG] Log Upload Complete! [2026-01-21,06:35:45.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,06:35:53.692] [DEBUG] Remote Access Enabled [2026-01-21,06:35:59.925] [INFO] Server Address: 138.201.17.179 [2026-01-21,06:35:59.926] [INFO] Server Port: 7000 [2026-01-21,06:35:59.931] [DEBUG] Starting Remote Access! 2026-01-21 06:36:00.066 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-21 06:36:00.067 [I] [client/service.go:294] try to connect to server... 2026-01-21 06:36:00.957 [I] [client/service.go:286] [f23cfcf7cce26aea] login to server success, get run id [f23cfcf7cce26aea] 2026-01-21 06:36:00.958 [I] [proxy/proxy_manager.go:173] [f23cfcf7cce26aea] proxy added: [DTN57CC5599] 2026-01-21 06:36:01.259 [I] [client/control.go:168] [f23cfcf7cce26aea] [DTN57CC5599] start proxy success [2026-01-21,06:50:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,06:50:24.988] [DEBUG] 6 processes running of frp type [2026-01-21,07:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,07:05:24.225] [DEBUG] 6 processes running of frp type [2026-01-21,07:20:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,07:20:24.388] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,07:35:22.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,07:35:29.226] [DEBUG] 6 processes running of frp type [2026-01-21,07:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,07:50:24.850] [DEBUG] 6 processes running of frp type [2026-01-21,08:02:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,08:02:23.737] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,08:02:39.791] [DEBUG] Log Upload Complete! [2026-01-21,08:05:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,08:05:24.130] [DEBUG] 6 processes running of frp type [2026-01-21,08:20:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,08:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,08:35:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,08:35:24.200] [DEBUG] 6 processes running of frp type [2026-01-21,08:50:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,08:50:23.939] [DEBUG] 6 processes running of frp type [2026-01-21,09:05:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,09:05:24.203] [DEBUG] 6 processes running of frp type [2026-01-21,09:20:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,09:20:24.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,09:35:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,09:35:24.434] [DEBUG] 6 processes running of frp type [2026-01-21,09:50:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,09:50:24.403] [DEBUG] 6 processes running of frp type [2026-01-21,10:05:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,10:05:24.322] [DEBUG] 6 processes running of frp type [2026-01-21,10:20:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,10:20:24.314] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,10:35:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,10:35:24.870] [DEBUG] 6 processes running of frp type [2026-01-21,10:50:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,10:50:24.526] [DEBUG] 6 processes running of frp type [2026-01-21,11:05:18.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,11:05:24.818] [DEBUG] 6 processes running of frp type [2026-01-21,11:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,11:20:23.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,11:35:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,11:35:23.994] [DEBUG] 6 processes running of frp type [2026-01-21,11:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,11:50:24.106] [DEBUG] 6 processes running of frp type [2026-01-21,12:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,12:05:24.049] [DEBUG] 6 processes running of frp type 2026-01-21 12:08:24.159 [I] [client/service.go:294] [f23cfcf7cce26aea] try to connect to server... 2026-01-21 12:08:25.063 [I] [client/service.go:286] [f23cfcf7cce26aea] login to server success, get run id [f23cfcf7cce26aea] 2026-01-21 12:08:25.064 [I] [proxy/proxy_manager.go:173] [f23cfcf7cce26aea] proxy added: [DTN57CC5599] 2026-01-21 12:08:25.355 [I] [client/control.go:168] [f23cfcf7cce26aea] [DTN57CC5599] start proxy success [2026-01-21,12:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,12:20:24.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,12:35:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,12:35:25.348] [DEBUG] 6 processes running of frp type [2026-01-21,12:50:18.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,12:50:25.623] [DEBUG] 6 processes running of frp type [2026-01-21,13:05:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,13:05:26.277] [DEBUG] 6 processes running of frp type [2026-01-21,13:20:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,13:20:24.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,13:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,13:35:23.823] [DEBUG] 6 processes running of frp type [2026-01-21,13:50:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,13:50:24.487] [DEBUG] 6 processes running of frp type [2026-01-21,14:05:18.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,14:05:25.024] [DEBUG] 6 processes running of frp type [2026-01-21,14:20:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,14:20:23.943] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,14:35:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,14:35:24.914] [DEBUG] 6 processes running of frp type [2026-01-21,14:50:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,14:50:24.330] [DEBUG] 6 processes running of frp type [2026-01-21,15:05:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,15:05:24.175] [DEBUG] 6 processes running of frp type [2026-01-21,15:20:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,15:20:23.957] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,15:35:18.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,15:35:24.913] [DEBUG] 6 processes running of frp type [2026-01-21,15:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,15:50:24.254] [DEBUG] 6 processes running of frp type [2026-01-21,16:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,16:05:24.273] [DEBUG] 6 processes running of frp type [2026-01-21,16:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,16:20:24.158] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,16:35:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,16:35:24.894] [DEBUG] 6 processes running of frp type [2026-01-21,16:50:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,16:50:23.964] [DEBUG] 6 processes running of frp type [2026-01-21,17:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,17:05:23.913] [DEBUG] 6 processes running of frp type [2026-01-21,17:20:17.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,17:20:23.651] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,17:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,17:35:24.108] [DEBUG] 6 processes running of frp type [2026-01-21,17:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,17:50:24.073] [DEBUG] 6 processes running of frp type [2026-01-21,18:05:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,18:05:24.051] [DEBUG] 6 processes running of frp type [2026-01-21,18:20:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,18:20:24.313] [DEBUG] 6 processes running of frp type [2026-01-21,18:25:41.375] [INFO] Initializing BusSpeedStateManager V2 [2026-01-21,18:25:41.382] [INFO] LocationSqlManager initialising [2026-01-21,18:25:41.383] [INFO] Location DB initialising [2026-01-21,18:25:41.395] [INFO] LocationSqlManager initialisation complete [2026-01-21,18:25:41.396] [DEBUG] UploadManager Init [2026-01-21,18:25:41.397] [DEBUG] UploadManager Init Complete [2026-01-21,18:25:41.401] [INFO] Initializing GPS... [2026-01-21,18:25:41.404] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,18:27:44.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,18:27:56.736] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,18:29:14.143] [DEBUG] Log Upload Complete! [2026-01-21,18:30:45.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,18:30:51.634] [DEBUG] Remote Access Enabled [2026-01-21,18:30:57.924] [INFO] Server Address: 138.201.17.179 [2026-01-21,18:30:57.925] [INFO] Server Port: 7000 [2026-01-21,18:30:57.931] [DEBUG] Starting Remote Access! 2026-01-21 18:30:58.058 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-21 18:30:58.059 [I] [client/service.go:294] try to connect to server... 2026-01-21 18:30:58.979 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 18:30:58.980 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 18:30:59.291 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-21,18:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,18:35:24.538] [DEBUG] 6 processes running of frp type [2026-01-21,18:50:17.592] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,18:50:24.217] [DEBUG] 6 processes running of frp type [2026-01-21,19:05:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,19:05:25.990] [DEBUG] 6 processes running of frp type [2026-01-21,19:20:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,19:20:24.223] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-21 19:28:14.605 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 19:28:14.950 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 19:28:17.147 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 19:28:17.990 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 19:28:22.656 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 19:28:29.886 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 19:28:29.887 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 19:28:29.890 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 19:28:49.892 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 19:28:50.758 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 19:28:50.760 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 19:28:51.053 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-21,19:35:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,19:35:23.830] [DEBUG] 6 processes running of frp type [2026-01-21,19:50:19.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,19:50:25.875] [DEBUG] 6 processes running of frp type [2026-01-21,20:05:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,20:05:23.783] [DEBUG] 6 processes running of frp type [2026-01-21,20:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,20:20:24.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,20:35:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,20:35:25.146] [DEBUG] 6 processes running of frp type [2026-01-21,20:50:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,20:50:25.225] [DEBUG] 6 processes running of frp type [2026-01-21,21:05:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,21:05:24.422] [DEBUG] 6 processes running of frp type [2026-01-21,21:20:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,21:20:31.805] [DEBUG] 6 processes running of frp type 2026-01-21 21:21:34.220 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:21:41.682 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 21:21:41.683 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 21:21:43.782 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success 2026-01-21 21:23:17.785 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:23:35.887 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 21:23:35.888 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 21:24:03.099 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:24:19.631 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: i/o deadline reached 2026-01-21 21:24:19.632 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:24:30.976 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: connection write timeout 2026-01-21 21:24:30.976 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:24:47.371 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: connection write timeout 2026-01-21 21:24:47.371 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:24:58.176 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: connection write timeout 2026-01-21 21:24:58.177 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:25:01.625 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 21:25:01.626 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 21:25:02.282 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,21:35:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,21:35:24.007] [DEBUG] 6 processes running of frp type 2026-01-21 21:41:27.997 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:41:37.999 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:41:37.999 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:41:48.001 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:41:48.001 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:41:58.003 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:41:58.003 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:42:08.005 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:42:08.006 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:42:18.008 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:42:38.009 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:42:48.011 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:43:08.013 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:43:08.018 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 21:43:28.020 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:43:29.270 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 21:43:29.271 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 21:43:29.570 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-21,21:50:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,21:50:24.559] [DEBUG] 6 processes running of frp type 2026-01-21 21:58:37.580 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:58:47.582 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 21:58:47.583 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 21:59:00.362 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 21:59:00.362 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 21:59:08.200 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-21,22:05:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,22:05:24.523] [DEBUG] 6 processes running of frp type [2026-01-21,22:20:17.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,22:20:28.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,22:35:18.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,22:35:24.902] [DEBUG] 6 processes running of frp type [2026-01-21,22:50:17.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,22:50:24.027] [DEBUG] 6 processes running of frp type 2026-01-21 22:54:45.864 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 22:54:58.567 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: connection write timeout 2026-01-21 22:54:58.568 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 22:55:08.569 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 22:55:08.569 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 22:55:31.902 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: i/o deadline reached 2026-01-21 22:55:31.903 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 22:55:46.337 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: i/o deadline reached 2026-01-21 22:55:46.338 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-21 22:55:57.782 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-21 22:55:57.785 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-21 22:55:59.331 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-21,23:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,23:05:23.842] [DEBUG] 6 processes running of frp type [2026-01-21,23:20:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,23:20:24.367] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,23:35:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,23:35:24.549] [DEBUG] 6 processes running of frp type [2026-01-21,23:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-21,23:50:24.791] [DEBUG] 6 processes running of frp type [2026-01-22,00:05:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,00:05:23.787] [DEBUG] 6 processes running of frp type 2026-01-22 00:09:23.927 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-22 00:09:24.860 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-22 00:09:24.861 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-22 00:09:25.161 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-22,00:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,00:20:24.000] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,00:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,00:35:24.233] [DEBUG] 6 processes running of frp type [2026-01-22,00:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,00:50:23.918] [DEBUG] 6 processes running of frp type [2026-01-22,01:05:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,01:05:23.641] [DEBUG] 6 processes running of frp type [2026-01-22,01:20:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,01:20:24.503] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,01:35:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,01:35:24.597] [DEBUG] 6 processes running of frp type [2026-01-22,01:50:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,01:50:24.260] [DEBUG] 6 processes running of frp type 2026-01-22 01:55:53.655 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-22 01:55:55.629 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-22 01:55:55.630 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-22 01:55:56.011 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-22,02:05:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,02:05:24.195] [DEBUG] 6 processes running of frp type [2026-01-22,02:20:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,02:20:23.977] [DEBUG] 6 processes running of frp type 2026-01-22 02:21:43.754 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-22 02:21:45.104 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-22 02:21:45.106 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-22 02:21:45.408 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,02:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,02:35:24.606] [DEBUG] 6 processes running of frp type [2026-01-22,02:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,02:50:24.349] [DEBUG] 6 processes running of frp type [2026-01-22,03:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,03:05:25.148] [DEBUG] 6 processes running of frp type [2026-01-22,03:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,03:20:24.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,03:35:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,03:35:25.577] [DEBUG] 6 processes running of frp type [2026-01-22,03:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,03:50:24.150] [DEBUG] 6 processes running of frp type 2026-01-22 04:02:46.871 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-22 04:02:46.873 [W] [client/service.go:297] [3e97fc5eb87b7a6c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 04:02:49.048 [I] [client/service.go:294] [3e97fc5eb87b7a6c] try to connect to server... 2026-01-22 04:02:50.140 [I] [client/service.go:286] [3e97fc5eb87b7a6c] login to server success, get run id [3e97fc5eb87b7a6c] 2026-01-22 04:02:50.142 [I] [proxy/proxy_manager.go:173] [3e97fc5eb87b7a6c] proxy added: [DTN57CC5599] 2026-01-22 04:02:50.452 [I] [client/control.go:168] [3e97fc5eb87b7a6c] [DTN57CC5599] start proxy success [2026-01-22,04:05:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,04:05:23.805] [DEBUG] 6 processes running of frp type [2026-01-22,04:20:17.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,04:20:23.561] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,04:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,04:35:23.799] [DEBUG] 6 processes running of frp type [2026-01-22,04:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,04:50:23.892] [DEBUG] 6 processes running of frp type [2026-01-22,05:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,05:05:24.165] [DEBUG] 6 processes running of frp type [2026-01-22,05:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,05:20:29.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,05:35:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,05:35:24.310] [DEBUG] 6 processes running of frp type [2026-01-22,05:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,05:50:24.319] [DEBUG] 6 processes running of frp type [2026-01-22,06:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,06:05:24.502] [DEBUG] 6 processes running of frp type [2026-01-22,06:20:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,06:20:29.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,06:30:40.875] [INFO] Initializing BusSpeedStateManager V2 [2026-01-22,06:30:40.883] [INFO] LocationSqlManager initialising [2026-01-22,06:30:40.884] [INFO] Location DB initialising [2026-01-22,06:30:40.895] [INFO] LocationSqlManager initialisation complete [2026-01-22,06:30:40.896] [DEBUG] UploadManager Init [2026-01-22,06:30:40.897] [DEBUG] UploadManager Init Complete [2026-01-22,06:30:40.901] [INFO] Initializing GPS... [2026-01-22,06:30:40.905] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,06:32:44.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,06:32:51.225] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-22,06:33:02.593] [DEBUG] Log Upload Complete! [2026-01-22,06:35:44.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,06:35:51.344] [DEBUG] Remote Access Enabled [2026-01-22,06:35:57.625] [INFO] Server Address: 138.201.17.179 [2026-01-22,06:35:57.626] [INFO] Server Port: 7000 [2026-01-22,06:35:57.631] [DEBUG] Starting Remote Access! 2026-01-22 06:35:57.765 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-22 06:35:57.766 [I] [client/service.go:294] try to connect to server... 2026-01-22 06:35:58.754 [I] [client/service.go:286] [fe3421d8630ab915] login to server success, get run id [fe3421d8630ab915] 2026-01-22 06:35:58.755 [I] [proxy/proxy_manager.go:173] [fe3421d8630ab915] proxy added: [DTN57CC5599] 2026-01-22 06:35:59.101 [I] [client/control.go:168] [fe3421d8630ab915] [DTN57CC5599] start proxy success 2026-01-22 06:37:38.785 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 06:37:48.787 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 06:37:48.787 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 06:37:59.451 [I] [client/service.go:286] [fe3421d8630ab915] login to server success, get run id [fe3421d8630ab915] 2026-01-22 06:37:59.453 [I] [proxy/proxy_manager.go:173] [fe3421d8630ab915] proxy added: [DTN57CC5599] 2026-01-22 06:38:00.075 [I] [client/control.go:168] [fe3421d8630ab915] [DTN57CC5599] start proxy success [2026-01-22,06:50:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,06:50:24.287] [DEBUG] 6 processes running of frp type 2026-01-22 07:00:03.745 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 07:00:13.746 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 07:00:13.747 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 07:00:13.752 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 07:00:18.206 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 07:00:18.208 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 07:00:27.136 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 07:00:28.154 [I] [client/service.go:286] [fe3421d8630ab915] login to server success, get run id [fe3421d8630ab915] 2026-01-22 07:00:28.156 [I] [proxy/proxy_manager.go:173] [fe3421d8630ab915] proxy added: [DTN57CC5599] 2026-01-22 07:00:28.473 [I] [client/control.go:168] [fe3421d8630ab915] [DTN57CC5599] start proxy success [2026-01-22,07:05:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,07:05:24.414] [DEBUG] 6 processes running of frp type [2026-01-22,07:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,07:20:24.677] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,07:35:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,07:35:25.515] [DEBUG] 6 processes running of frp type [2026-01-22,07:50:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,07:50:24.408] [DEBUG] 6 processes running of frp type [2026-01-22,08:02:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,08:02:24.527] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-22,08:02:40.493] [DEBUG] Log Upload Complete! [2026-01-22,08:05:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,08:05:24.348] [DEBUG] 6 processes running of frp type [2026-01-22,08:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,08:20:24.434] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-22 08:26:13.538 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 08:26:17.943 [I] [client/service.go:286] [fe3421d8630ab915] login to server success, get run id [fe3421d8630ab915] 2026-01-22 08:26:17.945 [I] [proxy/proxy_manager.go:173] [fe3421d8630ab915] proxy added: [DTN57CC5599] 2026-01-22 08:26:18.263 [I] [client/control.go:168] [fe3421d8630ab915] [DTN57CC5599] start proxy success [2026-01-22,08:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,08:35:25.621] [DEBUG] 6 processes running of frp type [2026-01-22,08:50:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,08:50:23.754] [DEBUG] 6 processes running of frp type [2026-01-22,09:05:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,09:05:23.832] [DEBUG] 6 processes running of frp type 2026-01-22 09:18:41.601 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:18:51.603 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 09:18:51.603 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:19:01.605 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 09:19:01.606 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:19:11.607 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 09:19:11.607 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:19:21.609 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 09:19:21.609 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:19:31.611 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 09:19:51.612 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:20:01.613 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 09:20:21.614 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:20:28.896 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:20:48.896 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:20:48.906 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:21:08.906 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:21:08.911 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:21:28.912 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:21:28.917 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:21:48.919 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:21:48.925 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:22:08.926 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:22:08.930 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:22:28.931 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:22:28.937 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:22:48.938 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:22:48.944 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:23:08.945 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:23:08.951 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:23:28.952 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:23:28.960 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:23:48.961 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:23:48.966 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:24:08.967 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:24:08.971 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:24:28.972 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:24:28.976 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:24:48.978 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:24:48.983 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:25:08.985 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:25:08.990 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:25:28.992 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:25:28.996 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 09:25:48.997 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:25:49.002 [W] [client/service.go:297] [fe3421d8630ab915] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-22 09:26:09.003 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 09:26:09.951 [I] [client/service.go:286] [fe3421d8630ab915] login to server success, get run id [fe3421d8630ab915] 2026-01-22 09:26:09.952 [I] [proxy/proxy_manager.go:173] [fe3421d8630ab915] proxy added: [DTN57CC5599] 2026-01-22 09:26:10.284 [I] [client/control.go:168] [fe3421d8630ab915] [DTN57CC5599] start proxy success [2026-01-22,09:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,09:35:24.616] [DEBUG] 6 processes running of frp type [2026-01-22,09:50:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,09:50:23.738] [DEBUG] 6 processes running of frp type [2026-01-22,10:05:17.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,10:05:23.767] [DEBUG] 6 processes running of frp type [2026-01-22,10:20:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,10:20:24.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,10:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,10:35:24.352] [DEBUG] 6 processes running of frp type [2026-01-22,10:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,10:50:24.372] [DEBUG] 6 processes running of frp type [2026-01-22,11:05:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,11:05:24.413] [DEBUG] 6 processes running of frp type [2026-01-22,11:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,11:20:24.651] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,11:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,11:35:24.537] [DEBUG] 6 processes running of frp type [2026-01-22,11:50:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,11:50:24.377] [DEBUG] 6 processes running of frp type [2026-01-22,12:05:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,12:05:24.735] [DEBUG] 6 processes running of frp type [2026-01-22,12:20:18.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,12:20:25.216] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,12:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,12:35:24.499] [DEBUG] 6 processes running of frp type [2026-01-22,12:50:18.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,12:50:24.671] [DEBUG] 6 processes running of frp type [2026-01-22,13:05:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,13:05:24.050] [DEBUG] 6 processes running of frp type [2026-01-22,13:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,13:20:24.183] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,13:35:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,13:35:23.705] [DEBUG] 6 processes running of frp type [2026-01-22,13:50:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,13:50:24.493] [DEBUG] 6 processes running of frp type [2026-01-22,14:05:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,14:05:24.665] [DEBUG] 6 processes running of frp type 2026-01-22 14:10:48.683 [I] [client/service.go:294] [fe3421d8630ab915] try to connect to server... 2026-01-22 14:10:49.605 [I] [client/service.go:286] [fe3421d8630ab915] login to server success, get run id [fe3421d8630ab915] 2026-01-22 14:10:49.606 [I] [proxy/proxy_manager.go:173] [fe3421d8630ab915] proxy added: [DTN57CC5599] 2026-01-22 14:10:49.911 [I] [client/control.go:168] [fe3421d8630ab915] [DTN57CC5599] start proxy success [2026-01-22,14:20:17.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,14:20:23.891] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,14:35:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,14:35:24.786] [DEBUG] 6 processes running of frp type [2026-01-22,14:50:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,14:50:24.867] [DEBUG] 6 processes running of frp type [2026-01-22,15:05:17.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,15:05:23.914] [DEBUG] 6 processes running of frp type [2026-01-22,15:20:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,15:20:24.009] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,15:35:18.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,15:35:25.675] [DEBUG] 6 processes running of frp type [2026-01-22,15:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,15:50:25.017] [DEBUG] 6 processes running of frp type [2026-01-22,16:05:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,16:05:24.800] [DEBUG] 6 processes running of frp type [2026-01-22,16:20:17.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,16:20:24.576] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,16:35:18.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,16:35:26.155] [DEBUG] 6 processes running of frp type [2026-01-22,16:50:18.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,16:50:26.183] [DEBUG] 6 processes running of frp type [2026-01-22,17:05:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,17:05:25.035] [DEBUG] 6 processes running of frp type [2026-01-22,17:20:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,17:20:24.687] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,17:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,17:35:24.903] [DEBUG] 6 processes running of frp type [2026-01-22,17:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,17:50:25.557] [DEBUG] 6 processes running of frp type [2026-01-22,18:05:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,18:05:25.339] [DEBUG] 6 processes running of frp type [2026-01-22,18:20:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,18:20:24.884] [DEBUG] 6 processes running of frp type [2026-01-22,18:25:40.925] [INFO] Initializing BusSpeedStateManager V2 [2026-01-22,18:25:40.930] [INFO] LocationSqlManager initialising [2026-01-22,18:25:40.930] [INFO] Location DB initialising [2026-01-22,18:25:40.940] [INFO] LocationSqlManager initialisation complete [2026-01-22,18:25:40.940] [DEBUG] UploadManager Init [2026-01-22,18:25:40.941] [DEBUG] UploadManager Init Complete [2026-01-22,18:25:40.943] [INFO] Initializing GPS... [2026-01-22,18:25:40.945] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,18:27:44.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,18:27:57.869] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-22,18:28:12.341] [DEBUG] Log Upload Complete! [2026-01-22,18:30:45.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,18:30:54.365] [DEBUG] Remote Access Enabled [2026-01-22,18:31:01.459] [INFO] Server Address: 138.201.17.179 [2026-01-22,18:31:01.461] [INFO] Server Port: 7000 [2026-01-22,18:31:01.466] [DEBUG] Starting Remote Access! 2026-01-22 18:31:01.596 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-22 18:31:01.597 [I] [client/service.go:294] try to connect to server... 2026-01-22 18:31:03.804 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-22 18:31:03.806 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-22 18:31:04.606 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success [2026-01-22,18:35:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,18:35:25.144] [DEBUG] 6 processes running of frp type [2026-01-22,18:50:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,18:50:25.599] [DEBUG] 6 processes running of frp type [2026-01-22,19:05:18.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,19:05:26.411] [DEBUG] 6 processes running of frp type [2026-01-22,19:20:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,19:20:27.146] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,19:35:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,19:35:24.494] [DEBUG] 6 processes running of frp type [2026-01-22,19:50:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,19:50:24.102] [DEBUG] 6 processes running of frp type [2026-01-22,20:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,20:05:25.262] [DEBUG] 6 processes running of frp type 2026-01-22 20:10:49.671 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:10:59.673 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:10:59.673 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:11:09.675 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:11:09.675 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:11:19.676 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:11:19.677 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:11:29.678 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:11:29.679 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:11:39.680 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:11:59.682 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:12:09.684 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:12:29.685 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:12:29.688 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 20:12:49.689 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:12:49.702 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 20:13:09.704 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:13:09.711 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 20:13:29.712 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:13:29.716 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 20:13:49.717 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:13:49.720 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-22 20:14:09.722 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:14:11.160 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-22 20:14:11.162 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-22 20:14:11.535 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success 2026-01-22 20:15:21.480 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:15:31.481 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:15:31.483 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:15:41.484 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:15:41.485 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:15:51.486 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:15:51.487 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:16:01.488 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:16:01.489 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:16:11.491 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:16:31.492 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:16:41.494 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:17:01.495 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:17:11.496 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:17:31.498 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:17:32.466 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-22 20:17:32.467 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-22 20:17:32.770 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success [2026-01-22,20:20:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,20:20:24.926] [DEBUG] 6 processes running of frp type 2026-01-22 20:22:45.487 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:22:55.489 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:22:55.489 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:23:05.490 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 20:23:05.490 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 20:23:14.192 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-22 20:23:14.193 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-22 20:23:14.536 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,20:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,20:35:24.608] [DEBUG] 6 processes running of frp type [2026-01-22,20:50:18.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,20:50:28.297] [DEBUG] 6 processes running of frp type [2026-01-22,21:05:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,21:05:25.672] [DEBUG] 6 processes running of frp type [2026-01-22,21:20:18.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,21:20:25.085] [DEBUG] 6 processes running of frp type 2026-01-22 21:24:19.627 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-22 21:24:28.219 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-22 21:24:28.221 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-22 21:24:28.551 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,21:35:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,21:35:24.399] [DEBUG] 6 processes running of frp type [2026-01-22,21:50:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,21:50:24.267] [DEBUG] 6 processes running of frp type [2026-01-22,22:05:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,22:05:24.441] [DEBUG] 6 processes running of frp type [2026-01-22,22:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,22:20:24.761] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,22:35:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,22:35:24.360] [DEBUG] 6 processes running of frp type [2026-01-22,22:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,22:50:24.273] [DEBUG] 6 processes running of frp type [2026-01-22,23:05:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,23:05:24.148] [DEBUG] 6 processes running of frp type [2026-01-22,23:20:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,23:20:24.026] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,23:35:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,23:35:24.196] [DEBUG] 6 processes running of frp type [2026-01-22,23:50:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-22,23:50:23.874] [DEBUG] 6 processes running of frp type [2026-01-23,00:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,00:05:23.722] [DEBUG] 6 processes running of frp type [2026-01-23,00:20:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,00:20:24.614] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,00:35:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,00:35:24.597] [DEBUG] 6 processes running of frp type [2026-01-23,00:50:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,00:50:24.070] [DEBUG] 6 processes running of frp type [2026-01-23,01:05:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,01:05:24.322] [DEBUG] 6 processes running of frp type 2026-01-23 01:18:47.138 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 01:18:49.249 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-23 01:18:49.250 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-23 01:18:49.567 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success [2026-01-23,01:20:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,01:20:24.273] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,01:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,01:35:24.354] [DEBUG] 6 processes running of frp type [2026-01-23,01:50:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,01:50:23.889] [DEBUG] 6 processes running of frp type 2026-01-23 02:01:35.920 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 02:01:45.922 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 02:01:45.924 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 02:01:55.926 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 02:01:55.926 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 02:02:00.382 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-23 02:02:00.382 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-23 02:02:00.713 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success [2026-01-23,02:05:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,02:05:23.666] [DEBUG] 6 processes running of frp type [2026-01-23,02:20:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,02:20:24.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,02:35:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,02:35:24.541] [DEBUG] 6 processes running of frp type [2026-01-23,02:50:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,02:50:24.255] [DEBUG] 6 processes running of frp type [2026-01-23,03:05:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,03:05:23.950] [DEBUG] 6 processes running of frp type [2026-01-23,03:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,03:20:23.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,03:35:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,03:35:23.809] [DEBUG] 6 processes running of frp type [2026-01-23,03:50:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,03:50:24.632] [DEBUG] 6 processes running of frp type 2026-01-23 03:54:39.322 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:54:53.067 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: connection write timeout 2026-01-23 03:54:53.068 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:54:55.356 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-23 03:54:55.357 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-23 03:54:56.204 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success 2026-01-23 03:55:34.609 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:55:44.611 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 03:55:44.611 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:55:59.913 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: i/o deadline reached 2026-01-23 03:55:59.913 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:56:09.916 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 03:56:09.916 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:56:25.127 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: connection write timeout 2026-01-23 03:56:25.128 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:56:35.129 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 03:56:55.131 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:57:09.024 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: connection write timeout 2026-01-23 03:57:29.026 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:57:47.795 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: connection write timeout 2026-01-23 03:58:07.796 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:58:24.443 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: connection write timeout 2026-01-23 03:58:44.445 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:58:54.447 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 03:59:14.449 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:59:24.451 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 03:59:44.453 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 03:59:54.456 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 04:00:14.457 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:00:23.944 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-23 04:00:23.945 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-23 04:00:24.758 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success [2026-01-23,04:05:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,04:05:24.447] [DEBUG] 6 processes running of frp type 2026-01-23 04:06:39.138 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:06:41.218 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:06:41.219 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:06:48.336 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:06:48.337 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:06:48.339 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:06:57.967 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:06:57.974 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:07:17.859 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:07:17.864 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:07:37.865 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:07:37.869 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:07:57.870 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:07:57.874 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:08:17.875 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:08:17.879 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:08:37.881 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:08:37.885 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:08:57.886 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:08:57.888 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:09:17.889 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:09:17.904 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:09:37.905 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:09:37.908 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:09:57.909 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:09:57.913 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:10:17.915 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:10:17.919 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:10:37.920 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:10:37.974 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:10:57.976 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:10:57.980 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:11:17.981 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:11:17.989 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:11:37.990 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:11:37.992 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:11:57.993 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:11:57.996 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:12:17.997 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:12:18.001 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:12:38.003 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:12:38.008 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:12:58.009 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:12:58.015 [W] [client/service.go:297] [9b61a263e4e4163c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-23 04:13:18.016 [I] [client/service.go:294] [9b61a263e4e4163c] try to connect to server... 2026-01-23 04:13:18.916 [I] [client/service.go:286] [9b61a263e4e4163c] login to server success, get run id [9b61a263e4e4163c] 2026-01-23 04:13:18.918 [I] [proxy/proxy_manager.go:173] [9b61a263e4e4163c] proxy added: [DTN57CC5599] 2026-01-23 04:13:19.205 [I] [client/control.go:168] [9b61a263e4e4163c] [DTN57CC5599] start proxy success [2026-01-23,04:20:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,04:20:24.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,04:35:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,04:35:24.271] [DEBUG] 6 processes running of frp type [2026-01-23,04:50:18.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,04:50:24.807] [DEBUG] 6 processes running of frp type [2026-01-23,05:05:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,05:05:23.530] [DEBUG] 6 processes running of frp type [2026-01-23,05:20:17.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,05:20:24.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,05:35:17.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,05:35:23.699] [DEBUG] 6 processes running of frp type [2026-01-23,05:50:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,05:50:24.230] [DEBUG] 6 processes running of frp type [2026-01-23,06:05:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,06:05:24.488] [DEBUG] 6 processes running of frp type [2026-01-23,06:20:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,06:20:31.705] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,06:30:40.907] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,06:30:40.915] [INFO] LocationSqlManager initialising [2026-01-23,06:30:40.916] [INFO] Location DB initialising [2026-01-23,06:30:40.925] [INFO] LocationSqlManager initialisation complete [2026-01-23,06:30:40.926] [DEBUG] UploadManager Init [2026-01-23,06:30:40.927] [DEBUG] UploadManager Init Complete [2026-01-23,06:30:40.930] [INFO] Initializing GPS... [2026-01-23,06:30:40.932] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,06:32:44.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,06:32:51.670] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-23,06:33:09.850] [DEBUG] Log Upload Complete! [2026-01-23,06:35:44.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,06:35:44.987] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-23,06:35:52.192] [DEBUG] Remote Access Enabled [2026-01-23,06:35:58.528] [INFO] Server Address: 138.201.17.179 [2026-01-23,06:35:58.529] [INFO] Server Port: 7000 [2026-01-23,06:35:58.534] [DEBUG] Starting Remote Access! 2026-01-23 06:35:58.662 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 06:35:58.663 [I] [client/service.go:294] try to connect to server... 2026-01-23 06:35:59.769 [I] [client/service.go:286] [947c8cc0cf7192a2] login to server success, get run id [947c8cc0cf7192a2] 2026-01-23 06:35:59.771 [I] [proxy/proxy_manager.go:173] [947c8cc0cf7192a2] proxy added: [DTN57CC5599] 2026-01-23 06:36:00.132 [I] [client/control.go:168] [947c8cc0cf7192a2] [DTN57CC5599] start proxy success [2026-01-23,06:50:18.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,06:50:25.081] [DEBUG] 6 processes running of frp type [2026-01-23,07:05:18.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,07:05:25.599] [DEBUG] 6 processes running of frp type [2026-01-23,07:20:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,07:20:24.967] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,07:35:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,07:35:24.314] [DEBUG] 6 processes running of frp type [2026-01-23,07:50:18.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,07:50:24.776] [DEBUG] 6 processes running of frp type [2026-01-23,08:02:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,08:02:25.898] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 2026-01-23 08:03:04.004 [I] [client/service.go:294] [947c8cc0cf7192a2] try to connect to server... 2026-01-23 08:03:05.891 [I] [client/service.go:286] [947c8cc0cf7192a2] login to server success, get run id [947c8cc0cf7192a2] 2026-01-23 08:03:05.893 [I] [proxy/proxy_manager.go:173] [947c8cc0cf7192a2] proxy added: [DTN57CC5599] 2026-01-23 08:03:06.460 [I] [client/control.go:168] [947c8cc0cf7192a2] [DTN57CC5599] start proxy success [2026-01-23,08:03:47.309] [DEBUG] Log Upload Complete! [2026-01-23,08:05:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,08:05:24.471] [DEBUG] 6 processes running of frp type 2026-01-23 08:07:46.993 [I] [client/service.go:294] [947c8cc0cf7192a2] try to connect to server... 2026-01-23 08:07:51.598 [I] [client/service.go:286] [947c8cc0cf7192a2] login to server success, get run id [947c8cc0cf7192a2] 2026-01-23 08:07:51.599 [I] [proxy/proxy_manager.go:173] [947c8cc0cf7192a2] proxy added: [DTN57CC5599] 2026-01-23 08:07:52.210 [I] [client/control.go:168] [947c8cc0cf7192a2] [DTN57CC5599] start proxy success [2026-01-23,08:20:18.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,08:20:25.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,08:35:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,08:35:23.778] [DEBUG] 6 processes running of frp type 2026-01-23 08:47:32.004 [I] [client/service.go:294] [947c8cc0cf7192a2] try to connect to server... 2026-01-23 08:47:33.262 [I] [client/service.go:286] [947c8cc0cf7192a2] login to server success, get run id [947c8cc0cf7192a2] 2026-01-23 08:47:33.264 [I] [proxy/proxy_manager.go:173] [947c8cc0cf7192a2] proxy added: [DTN57CC5599] 2026-01-23 08:47:33.720 [I] [client/control.go:168] [947c8cc0cf7192a2] [DTN57CC5599] start proxy success [2026-01-23,08:50:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,08:50:24.571] [DEBUG] 6 processes running of frp type [2026-01-23,09:05:18.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,09:05:24.684] [DEBUG] 6 processes running of frp type [2026-01-23,09:20:18.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,09:20:25.211] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,09:35:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,09:35:23.753] [DEBUG] 6 processes running of frp type [2026-01-23,09:50:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,09:50:24.376] [DEBUG] 6 processes running of frp type [2026-01-23,10:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,10:05:24.169] [DEBUG] 6 processes running of frp type [2026-01-23,10:20:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,10:20:24.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,10:35:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,10:35:23.780] [DEBUG] 6 processes running of frp type [2026-01-23,10:50:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,10:50:23.882] [DEBUG] 6 processes running of frp type [2026-01-23,11:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,11:05:24.199] [DEBUG] 6 processes running of frp type [2026-01-23,11:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,11:20:24.148] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,11:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,11:35:24.614] [DEBUG] 6 processes running of frp type [2026-01-23,11:50:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,11:50:24.206] [DEBUG] 6 processes running of frp type [2026-01-23,12:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,12:05:24.009] [DEBUG] 6 processes running of frp type 2026-01-23 12:12:48.038 [I] [client/service.go:294] [947c8cc0cf7192a2] try to connect to server... 2026-01-23 12:12:49.833 [I] [client/service.go:286] [947c8cc0cf7192a2] login to server success, get run id [947c8cc0cf7192a2] 2026-01-23 12:12:49.835 [I] [proxy/proxy_manager.go:173] [947c8cc0cf7192a2] proxy added: [DTN57CC5599] 2026-01-23 12:12:50.147 [I] [client/control.go:168] [947c8cc0cf7192a2] [DTN57CC5599] start proxy success [2026-01-23,12:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,12:20:23.789] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,12:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,12:35:24.159] [DEBUG] 6 processes running of frp type [2026-01-23,12:50:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,12:50:24.536] [DEBUG] 6 processes running of frp type [2026-01-23,13:05:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,13:05:24.454] [DEBUG] 6 processes running of frp type [2026-01-23,13:20:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,13:20:24.399] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,13:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,13:35:24.512] [DEBUG] 6 processes running of frp type [2026-01-23,13:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,13:50:24.167] [DEBUG] 6 processes running of frp type [2026-01-23,14:05:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,14:05:24.022] [DEBUG] 6 processes running of frp type [2026-01-23,14:20:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,14:20:24.199] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,14:35:18.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,14:35:24.949] [DEBUG] 6 processes running of frp type [2026-01-23,14:50:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,14:50:24.647] [DEBUG] 6 processes running of frp type [2026-01-23,15:05:18.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,15:05:24.679] [DEBUG] 6 processes running of frp type [2026-01-23,15:20:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,15:20:24.461] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,15:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,15:35:24.133] [DEBUG] 6 processes running of frp type [2026-01-23,15:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,15:50:24.209] [DEBUG] 6 processes running of frp type [2026-01-23,16:05:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,16:05:24.530] [DEBUG] 6 processes running of frp type [2026-01-23,16:20:18.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,16:20:24.730] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,16:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,16:35:24.153] [DEBUG] 6 processes running of frp type [2026-01-23,16:50:18.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,16:50:24.720] [DEBUG] 6 processes running of frp type [2026-01-23,17:05:16.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,17:05:25.148] [DEBUG] 6 processes running of frp type [2026-01-23,17:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,17:20:25.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,17:35:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,17:35:25.233] [DEBUG] 6 processes running of frp type [2026-01-23,17:50:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,17:50:25.343] [DEBUG] 6 processes running of frp type [2026-01-23,18:05:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,18:05:24.268] [DEBUG] 6 processes running of frp type [2026-01-23,18:20:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,18:20:24.370] [DEBUG] 6 processes running of frp type [2026-01-23,18:25:42.287] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,18:25:42.293] [INFO] LocationSqlManager initialising [2026-01-23,18:25:42.294] [INFO] Location DB initialising [2026-01-23,18:25:42.304] [INFO] LocationSqlManager initialisation complete [2026-01-23,18:25:42.305] [DEBUG] UploadManager Init [2026-01-23,18:25:42.305] [DEBUG] UploadManager Init Complete [2026-01-23,18:25:42.309] [INFO] Initializing GPS... [2026-01-23,18:25:42.311] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,18:27:44.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,18:27:56.338] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-23,18:28:57.650] [DEBUG] Log Upload Complete! [2026-01-23,18:30:44.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,18:30:51.548] [DEBUG] Remote Access Enabled [2026-01-23,18:30:54.866] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-23,18:30:57.804] [INFO] Server Address: 138.201.17.179 [2026-01-23,18:30:57.805] [INFO] Server Port: 7000 [2026-01-23,18:30:57.810] [DEBUG] Starting Remote Access! 2026-01-23 18:30:57.950 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 18:30:57.950 [I] [client/service.go:294] try to connect to server... 2026-01-23 18:30:58.811 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 18:30:58.811 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 18:30:59.109 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,18:35:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,18:35:24.633] [DEBUG] 6 processes running of frp type [2026-01-23,18:50:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,18:50:24.249] [DEBUG] 6 processes running of frp type [2026-01-23,19:05:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,19:05:24.132] [DEBUG] 6 processes running of frp type [2026-01-23,19:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,19:20:23.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,19:35:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,19:35:24.330] [DEBUG] 6 processes running of frp type [2026-01-23,19:50:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,19:50:24.535] [DEBUG] 6 processes running of frp type [2026-01-23,20:05:18.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,20:05:24.906] [DEBUG] 6 processes running of frp type [2026-01-23,20:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,20:20:23.864] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,20:35:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,20:35:23.879] [DEBUG] 6 processes running of frp type 2026-01-23 20:40:56.608 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 20:41:08.795 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 20:41:08.796 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 20:41:09.709 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,20:50:18.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,20:50:26.133] [DEBUG] 6 processes running of frp type 2026-01-23 21:02:31.581 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 21:02:35.310 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 21:02:35.311 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 21:02:35.666 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,21:05:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,21:05:24.285] [DEBUG] 6 processes running of frp type [2026-01-23,21:20:18.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,21:20:29.852] [DEBUG] 6 processes running of frp type 2026-01-23 21:23:00.442 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 21:23:07.993 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 21:23:07.993 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 21:23:08.296 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,21:35:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,21:35:24.638] [DEBUG] 6 processes running of frp type [2026-01-23,21:50:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,21:50:24.219] [DEBUG] 6 processes running of frp type [2026-01-23,22:05:18.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,22:05:25.321] [DEBUG] 6 processes running of frp type 2026-01-23 22:11:57.088 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:11:58.005 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:11:58.006 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:11:58.305 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,22:20:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,22:20:24.964] [DEBUG] 6 processes running of frp type 2026-01-23 22:25:52.712 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-23 22:26:12.425 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:26:12.426 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:26:25.789 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:26:25.790 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:26:45.715 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: i/o deadline reached 2026-01-23 22:26:45.716 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:27:03.877 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: i/o deadline reached 2026-01-23 22:27:03.878 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:27:14.010 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:27:14.012 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:27:14.759 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success 2026-01-23 22:32:01.719 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:32:05.409 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:32:05.411 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:32:08.214 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success 2026-01-23 22:33:54.607 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:34:05.179 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:34:05.180 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:34:15.181 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 22:34:15.182 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:34:28.491 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:34:28.491 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:34:40.708 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:34:40.709 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:34:50.711 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 22:35:10.713 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:35:11.617 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:35:11.618 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:35:11.908 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,22:35:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,22:35:23.984] [DEBUG] 6 processes running of frp type [2026-01-23,22:50:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,22:50:24.989] [DEBUG] 6 processes running of frp type 2026-01-23 22:52:22.791 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:52:32.793 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 22:52:32.794 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:52:45.986 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:52:45.987 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:53:02.938 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: i/o deadline reached 2026-01-23 22:53:02.939 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:53:18.155 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: connection write timeout 2026-01-23 22:53:18.155 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:53:27.809 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:53:27.810 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:53:28.658 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success 2026-01-23 22:53:57.181 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:54:05.069 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:54:05.070 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:54:14.637 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success 2026-01-23 22:54:38.649 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:54:48.423 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:54:48.425 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:54:50.339 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success 2026-01-23 22:56:58.488 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 22:57:20.733 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 22:57:20.734 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 22:57:22.643 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,23:05:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,23:05:23.944] [DEBUG] 6 processes running of frp type [2026-01-23,23:20:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,23:20:23.904] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,23:35:18.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,23:35:25.416] [DEBUG] 6 processes running of frp type 2026-01-23 23:46:12.437 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 23:46:22.439 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 23:46:22.439 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 23:46:32.441 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 23:46:32.442 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 23:46:43.946 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 23:46:43.947 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 23:46:44.255 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-23,23:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-23,23:50:24.385] [DEBUG] 6 processes running of frp type 2026-01-23 23:50:48.894 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-23 23:50:51.260 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-23 23:50:51.262 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-23 23:50:51.573 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-24,00:05:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,00:05:24.592] [DEBUG] 6 processes running of frp type [2026-01-24,00:20:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,00:20:24.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,00:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,00:35:24.746] [DEBUG] 6 processes running of frp type [2026-01-24,00:50:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,00:50:23.663] [DEBUG] 6 processes running of frp type [2026-01-24,01:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,01:05:24.478] [DEBUG] 6 processes running of frp type [2026-01-24,01:20:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,01:20:24.354] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,01:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,01:35:24.816] [DEBUG] 6 processes running of frp type [2026-01-24,01:50:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,01:50:24.856] [DEBUG] 6 processes running of frp type [2026-01-24,02:05:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,02:05:23.786] [DEBUG] 6 processes running of frp type [2026-01-24,02:20:20.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,02:20:27.054] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,02:35:18.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,02:35:24.863] [DEBUG] 6 processes running of frp type [2026-01-24,02:50:17.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,02:50:23.744] [DEBUG] 6 processes running of frp type [2026-01-24,03:05:18.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,03:05:24.535] [DEBUG] 6 processes running of frp type [2026-01-24,03:20:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,03:20:24.978] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,03:35:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,03:35:23.874] [DEBUG] 6 processes running of frp type [2026-01-24,03:50:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,03:50:24.426] [DEBUG] 6 processes running of frp type [2026-01-24,04:05:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,04:05:24.255] [DEBUG] 6 processes running of frp type 2026-01-24 04:06:21.259 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-24 04:06:24.626 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 04:06:24.627 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-24 04:06:27.666 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 04:06:27.667 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-24 04:06:30.706 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 04:06:40.340 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-24 04:06:40.352 [W] [client/service.go:297] [929dfb6ec9fe69d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 04:07:00.353 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-24 04:07:01.310 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-24 04:07:01.311 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-24 04:07:01.645 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-24,04:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,04:20:24.412] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-24 04:29:33.799 [I] [client/service.go:294] [929dfb6ec9fe69d0] try to connect to server... 2026-01-24 04:29:34.705 [I] [client/service.go:286] [929dfb6ec9fe69d0] login to server success, get run id [929dfb6ec9fe69d0] 2026-01-24 04:29:34.706 [I] [proxy/proxy_manager.go:173] [929dfb6ec9fe69d0] proxy added: [DTN57CC5599] 2026-01-24 04:29:35.096 [I] [client/control.go:168] [929dfb6ec9fe69d0] [DTN57CC5599] start proxy success [2026-01-24,04:35:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,04:35:24.408] [DEBUG] 6 processes running of frp type [2026-01-24,04:50:17.869] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,04:50:24.501] [DEBUG] 6 processes running of frp type [2026-01-24,05:05:18.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,05:05:24.775] [DEBUG] 6 processes running of frp type [2026-01-24,05:20:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,05:20:23.518] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,05:35:17.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,05:35:23.742] [DEBUG] 6 processes running of frp type [2026-01-24,05:50:18.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,05:50:24.660] [DEBUG] 6 processes running of frp type [2026-01-24,06:05:18.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,06:05:27.851] [DEBUG] 6 processes running of frp type [2026-01-24,06:20:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,06:20:23.676] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,06:30:42.027] [INFO] Initializing BusSpeedStateManager V2 [2026-01-24,06:30:42.033] [INFO] LocationSqlManager initialising [2026-01-24,06:30:42.034] [INFO] Location DB initialising [2026-01-24,06:30:42.043] [INFO] LocationSqlManager initialisation complete [2026-01-24,06:30:42.044] [DEBUG] UploadManager Init [2026-01-24,06:30:42.044] [DEBUG] UploadManager Init Complete [2026-01-24,06:30:42.046] [INFO] Initializing GPS... [2026-01-24,06:30:42.048] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,06:32:44.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,06:32:51.569] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-24,06:33:10.561] [DEBUG] Log Upload Complete! [2026-01-24,06:35:44.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,06:35:45.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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-24,06:35:52.003] [DEBUG] Remote Access Enabled [2026-01-24,06:35:58.187] [INFO] Server Address: 138.201.17.179 [2026-01-24,06:35:58.188] [INFO] Server Port: 7000 [2026-01-24,06:35:58.194] [DEBUG] Starting Remote Access! 2026-01-24 06:35:58.326 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-24 06:35:58.327 [I] [client/service.go:294] try to connect to server... 2026-01-24 06:35:59.304 [I] [client/service.go:286] [a9e6cc956d636136] login to server success, get run id [a9e6cc956d636136] 2026-01-24 06:35:59.305 [I] [proxy/proxy_manager.go:173] [a9e6cc956d636136] proxy added: [DTN57CC5599] 2026-01-24 06:35:59.627 [I] [client/control.go:168] [a9e6cc956d636136] [DTN57CC5599] start proxy success [2026-01-24,06:50:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,06:50:24.611] [DEBUG] 6 processes running of frp type [2026-01-24,07:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,07:05:24.579] [DEBUG] 6 processes running of frp type [2026-01-24,07:20:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,07:20:24.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-24 07:30:17.873 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 07:30:27.488 [I] [client/service.go:286] [a9e6cc956d636136] login to server success, get run id [a9e6cc956d636136] 2026-01-24 07:30:27.490 [I] [proxy/proxy_manager.go:173] [a9e6cc956d636136] proxy added: [DTN57CC5599] 2026-01-24 07:30:27.982 [I] [client/control.go:168] [a9e6cc956d636136] [DTN57CC5599] start proxy success [2026-01-24,07:35:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,07:35:23.986] [DEBUG] 6 processes running of frp type [2026-01-24,07:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,07:50:24.317] [DEBUG] 6 processes running of frp type [2026-01-24,08:02:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,08:02:24.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-24,08:02:45.254] [DEBUG] Log Upload Complete! [2026-01-24,08:05:20.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,08:05:26.709] [DEBUG] 6 processes running of frp type [2026-01-24,08:20:18.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,08:20:24.942] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,08:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,08:35:24.054] [DEBUG] 6 processes running of frp type [2026-01-24,08:50:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,08:50:24.643] [DEBUG] 6 processes running of frp type [2026-01-24,09:05:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,09:05:24.727] [DEBUG] 6 processes running of frp type [2026-01-24,09:20:18.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,09:20:28.990] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,09:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,09:35:24.670] [DEBUG] 6 processes running of frp type [2026-01-24,09:50:18.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,09:50:24.960] [DEBUG] 6 processes running of frp type [2026-01-24,10:05:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,10:05:23.965] [DEBUG] 6 processes running of frp type 2026-01-24 10:16:41.060 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 10:16:42.410 [I] [client/service.go:286] [a9e6cc956d636136] login to server success, get run id [a9e6cc956d636136] 2026-01-24 10:16:42.411 [I] [proxy/proxy_manager.go:173] [a9e6cc956d636136] proxy added: [DTN57CC5599] 2026-01-24 10:16:50.709 [I] [client/control.go:168] [a9e6cc956d636136] [DTN57CC5599] start proxy success [2026-01-24,10:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,10:20:23.906] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,10:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,10:35:24.353] [DEBUG] 6 processes running of frp type [2026-01-24,10:50:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,10:50:26.427] [DEBUG] 6 processes running of frp type 2026-01-24 10:58:33.585 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 10:58:43.587 [W] [client/service.go:297] [a9e6cc956d636136] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 10:58:43.588 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 10:58:53.590 [W] [client/service.go:297] [a9e6cc956d636136] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 10:58:53.590 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 10:58:54.527 [I] [client/service.go:286] [a9e6cc956d636136] login to server success, get run id [a9e6cc956d636136] 2026-01-24 10:58:54.527 [I] [proxy/proxy_manager.go:173] [a9e6cc956d636136] proxy added: [DTN57CC5599] 2026-01-24 10:58:54.852 [I] [client/control.go:168] [a9e6cc956d636136] [DTN57CC5599] start proxy success [2026-01-24,11:05:18.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,11:05:24.785] [DEBUG] 6 processes running of frp type [2026-01-24,11:20:20.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,11:20:26.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,11:35:17.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,11:35:23.953] [DEBUG] 6 processes running of frp type [2026-01-24,11:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,11:50:24.828] [DEBUG] 6 processes running of frp type [2026-01-24,12:05:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,12:05:24.047] [DEBUG] 6 processes running of frp type [2026-01-24,12:20:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,12:20:24.077] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,12:35:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,12:35:24.669] [DEBUG] 6 processes running of frp type [2026-01-24,12:50:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,12:50:24.171] [DEBUG] 6 processes running of frp type [2026-01-24,13:05:17.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,13:05:24.675] [DEBUG] 6 processes running of frp type [2026-01-24,13:20:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,13:20:24.778] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,13:35:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,13:35:24.552] [DEBUG] 6 processes running of frp type [2026-01-24,13:50:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,13:50:24.199] [DEBUG] 6 processes running of frp type [2026-01-24,14:05:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,14:05:24.639] [DEBUG] 6 processes running of frp type [2026-01-24,14:20:18.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,14:20:25.636] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,14:35:20.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,14:35:27.386] [DEBUG] 6 processes running of frp type [2026-01-24,14:50:19.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,14:50:26.915] [DEBUG] 6 processes running of frp type [2026-01-24,15:05:19.757] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,15:05:26.798] [DEBUG] 6 processes running of frp type [2026-01-24,15:20:19.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,15:20:26.602] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,15:35:18.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,15:35:25.760] [DEBUG] 6 processes running of frp type [2026-01-24,15:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,15:50:24.823] [DEBUG] 6 processes running of frp type [2026-01-24,16:05:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,16:05:24.320] [DEBUG] 6 processes running of frp type [2026-01-24,16:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,16:20:24.510] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,16:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,16:35:24.358] [DEBUG] 6 processes running of frp type [2026-01-24,16:50:16.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,16:50:23.880] [DEBUG] 6 processes running of frp type [2026-01-24,17:05:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,17:05:23.970] [DEBUG] 6 processes running of frp type [2026-01-24,17:20:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,17:20:24.198] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,17:35:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,17:35:23.814] [DEBUG] 6 processes running of frp type 2026-01-24 17:44:54.387 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 17:45:04.390 [W] [client/service.go:297] [a9e6cc956d636136] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 17:45:04.391 [I] [client/service.go:294] [a9e6cc956d636136] try to connect to server... 2026-01-24 17:45:13.472 [I] [client/service.go:286] [a9e6cc956d636136] login to server success, get run id [a9e6cc956d636136] 2026-01-24 17:45:13.474 [I] [proxy/proxy_manager.go:173] [a9e6cc956d636136] proxy added: [DTN57CC5599] 2026-01-24 17:45:14.507 [I] [client/control.go:168] [a9e6cc956d636136] [DTN57CC5599] start proxy success [2026-01-24,17:50:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,17:50:25.680] [DEBUG] 6 processes running of frp type [2026-01-24,18:05:17.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,18:05:25.070] [DEBUG] 6 processes running of frp type [2026-01-24,18:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,18:20:24.402] [DEBUG] 6 processes running of frp type [2026-01-24,18:25:42.184] [INFO] Initializing BusSpeedStateManager V2 [2026-01-24,18:25:42.190] [INFO] LocationSqlManager initialising [2026-01-24,18:25:42.191] [INFO] Location DB initialising [2026-01-24,18:25:42.201] [INFO] LocationSqlManager initialisation complete [2026-01-24,18:25:42.201] [DEBUG] UploadManager Init [2026-01-24,18:25:42.202] [DEBUG] UploadManager Init Complete [2026-01-24,18:25:42.205] [INFO] Initializing GPS... [2026-01-24,18:25:42.207] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,18:27:45.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,18:27:57.903] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-24,18:28:27.622] [DEBUG] Log Upload Complete! [2026-01-24,18:30:45.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,18:30:52.283] [DEBUG] Remote Access Enabled [2026-01-24,18:30:59.252] [INFO] Server Address: 138.201.17.179 [2026-01-24,18:30:59.253] [INFO] Server Port: 7000 [2026-01-24,18:30:59.258] [DEBUG] Starting Remote Access! 2026-01-24 18:30:59.392 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-24 18:30:59.393 [I] [client/service.go:294] try to connect to server... 2026-01-24 18:31:00.622 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 18:31:00.623 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 18:31:01.161 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-24,18:35:18.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,18:35:24.919] [DEBUG] 6 processes running of frp type 2026-01-24 18:45:20.523 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:45:30.525 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:45:30.525 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:45:40.527 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:45:40.529 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:45:50.531 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:45:50.532 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:46:05.985 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 18:46:05.986 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 18:46:06.803 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-24 18:50:13.469 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:50:23.472 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:50:23.472 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:50:33.474 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:50:33.475 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:50:43.476 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:50:43.476 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:50:53.477 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:50:53.478 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:51:03.480 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:51:23.480 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:51:33.483 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 18:51:53.485 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 18:51:54.437 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 18:51:54.438 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 18:51:55.001 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-24 19:00:43.964 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:00:53.966 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:00:53.966 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:01:03.967 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:01:03.968 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:01:13.969 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:01:13.969 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:01:23.970 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:01:23.971 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:01:33.972 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:01:53.974 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:02:03.976 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:02:23.978 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:02:33.178 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 19:02:33.179 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 19:02:33.513 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-24 19:03:43.022 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:03:53.023 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:03:53.024 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:04:03.025 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:04:03.025 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:04:13.026 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:04:13.027 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:04:23.028 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:04:43.029 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:04:53.031 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:05:13.033 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:05:23.035 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:05:43.036 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:05:43.041 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:06:03.042 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:06:03.046 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:06:23.047 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:06:23.052 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:06:43.054 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:06:43.058 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:07:03.060 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:07:03.065 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:07:23.066 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:07:23.069 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:07:43.071 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:07:43.077 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:08:03.078 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:08:03.083 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:08:23.085 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:08:23.089 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:08:43.090 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:08:43.093 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:09:03.094 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:09:03.098 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:09:23.100 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:09:23.105 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:09:43.106 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:09:43.111 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:10:03.112 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:10:03.118 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:10:23.119 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:10:23.145 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:10:43.146 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:10:43.151 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:11:03.152 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:11:03.156 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 19:11:23.158 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:11:24.355 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 19:11:24.356 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 19:11:24.673 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-24,19:20:18.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,19:20:24.879] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,19:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,19:35:24.636] [DEBUG] 6 processes running of frp type [2026-01-24,19:50:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,19:50:24.018] [DEBUG] 6 processes running of frp type 2026-01-24 19:58:04.153 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:58:14.155 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:58:14.155 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:58:24.156 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:58:24.157 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:58:34.158 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:58:34.158 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:58:44.161 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:58:44.162 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:58:54.163 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:59:14.164 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:59:24.167 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 19:59:44.168 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 19:59:51.256 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 20:00:11.256 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:00:11.260 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 20:00:31.261 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:00:31.267 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 20:00:51.268 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:00:51.275 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 20:01:11.276 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:01:11.279 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 20:01:31.280 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:01:31.285 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-24 20:01:51.286 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:01:53.681 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 20:01:53.682 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 20:01:54.112 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-24 20:02:31.735 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:02:41.736 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 20:02:41.737 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:02:51.739 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 20:02:51.739 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:03:01.740 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 20:03:01.741 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:03:11.742 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 20:03:11.743 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:03:21.745 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 20:03:41.746 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:03:53.991 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 20:03:53.993 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 20:03:55.276 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-24 20:04:33.625 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:04:34.666 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 20:04:34.668 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 20:04:35.017 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-24,20:05:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,20:05:24.190] [DEBUG] 6 processes running of frp type 2026-01-24 20:09:47.418 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 20:09:52.231 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 20:09:52.232 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 20:09:52.667 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-24,20:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,20:20:23.879] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,20:35:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,20:35:23.787] [DEBUG] 6 processes running of frp type [2026-01-24,20:50:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,20:50:25.065] [DEBUG] 6 processes running of frp type [2026-01-24,21:05:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,21:05:24.060] [DEBUG] 6 processes running of frp type [2026-01-24,21:20:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,21:20:23.928] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,21:35:17.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,21:35:23.964] [DEBUG] 6 processes running of frp type [2026-01-24,21:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,21:50:23.650] [DEBUG] 6 processes running of frp type [2026-01-24,22:05:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,22:05:24.460] [DEBUG] 6 processes running of frp type [2026-01-24,22:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,22:20:24.365] [DEBUG] 6 processes running of frp type 2026-01-24 22:23:25.181 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-24 22:23:26.112 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-24 22:23:26.114 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-24 22:23:26.439 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,22:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,22:35:24.386] [DEBUG] 6 processes running of frp type [2026-01-24,22:50:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,22:50:23.838] [DEBUG] 6 processes running of frp type [2026-01-24,23:05:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,23:05:24.060] [DEBUG] 6 processes running of frp type [2026-01-24,23:20:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,23:20:24.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,23:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,23:35:23.933] [DEBUG] 6 processes running of frp type [2026-01-24,23:50:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-24,23:50:25.016] [DEBUG] 6 processes running of frp type [2026-01-25,00:05:17.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,00:05:24.276] [DEBUG] 6 processes running of frp type [2026-01-25,00:20:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,00:20:23.993] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,00:35:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,00:35:23.895] [DEBUG] 6 processes running of frp type [2026-01-25,00:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,00:50:24.464] [DEBUG] 6 processes running of frp type [2026-01-25,01:05:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,01:05:24.190] [DEBUG] 6 processes running of frp type [2026-01-25,01:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,01:20:23.984] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,01:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,01:35:23.775] [DEBUG] 6 processes running of frp type [2026-01-25,01:50:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,01:50:24.323] [DEBUG] 6 processes running of frp type [2026-01-25,02:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,02:05:24.196] [DEBUG] 6 processes running of frp type [2026-01-25,02:20:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,02:20:23.883] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,02:35:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,02:35:23.873] [DEBUG] 6 processes running of frp type [2026-01-25,02:50:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,02:50:23.957] [DEBUG] 6 processes running of frp type [2026-01-25,03:05:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,03:05:23.822] [DEBUG] 6 processes running of frp type [2026-01-25,03:20:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,03:20:23.591] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,03:35:16.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,03:35:23.553] [DEBUG] 6 processes running of frp type 2026-01-25 03:41:35.269 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 03:41:45.271 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-25 03:41:45.271 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 03:41:57.437 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-25 03:41:57.438 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-25 03:41:59.223 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-25 03:42:28.722 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 03:42:38.723 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-25 03:42:38.724 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 03:42:44.519 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-25 03:42:44.520 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-25 03:42:44.865 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success 2026-01-25 03:44:53.761 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 03:44:54.906 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-25 03:44:54.907 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-25 03:44:55.223 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-25,03:50:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,03:50:24.151] [DEBUG] 6 processes running of frp type 2026-01-25 04:01:19.285 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:01:29.287 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-25 04:01:29.288 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:01:34.404 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-25 04:01:34.405 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:01:34.412 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-25 04:01:44.015 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:01:44.017 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-25 04:02:04.018 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:02:04.964 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-25 04:02:04.965 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-25 04:02:05.284 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-25,04:05:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,04:05:23.962] [DEBUG] 6 processes running of frp type 2026-01-25 04:06:46.780 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:06:46.783 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-25 04:06:48.920 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:06:58.922 [W] [client/service.go:297] [1fd59f8408a2e60b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-25 04:06:58.923 [I] [client/service.go:294] [1fd59f8408a2e60b] try to connect to server... 2026-01-25 04:07:01.369 [I] [client/service.go:286] [1fd59f8408a2e60b] login to server success, get run id [1fd59f8408a2e60b] 2026-01-25 04:07:01.370 [I] [proxy/proxy_manager.go:173] [1fd59f8408a2e60b] proxy added: [DTN57CC5599] 2026-01-25 04:07:01.694 [I] [client/control.go:168] [1fd59f8408a2e60b] [DTN57CC5599] start proxy success [2026-01-25,04:20:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,04:20:23.857] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,04:35:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,04:35:24.461] [DEBUG] 6 processes running of frp type [2026-01-25,04:50:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,04:50:24.835] [DEBUG] 6 processes running of frp type [2026-01-25,05:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,05:05:23.666] [DEBUG] 6 processes running of frp type [2026-01-25,05:20:18.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,05:20:24.920] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,05:35:18.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,05:35:24.581] [DEBUG] 6 processes running of frp type [2026-01-25,05:50:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,05:50:23.921] [DEBUG] 6 processes running of frp type [2026-01-25,06:05:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,06:05:23.869] [DEBUG] 6 processes running of frp type [2026-01-25,06:20:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,06:20:24.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,06:30:41.604] [INFO] Initializing BusSpeedStateManager V2 [2026-01-25,06:30:41.609] [INFO] LocationSqlManager initialising [2026-01-25,06:30:41.610] [INFO] Location DB initialising [2026-01-25,06:30:41.619] [INFO] LocationSqlManager initialisation complete [2026-01-25,06:30:41.620] [DEBUG] UploadManager Init [2026-01-25,06:30:41.620] [DEBUG] UploadManager Init Complete [2026-01-25,06:30:41.623] [INFO] Initializing GPS... [2026-01-25,06:30:41.625] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,06:32:44.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,06:32:51.649] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-25,06:33:14.468] [DEBUG] Log Upload Complete! [2026-01-25,06:35:44.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,06:35:52.014] [DEBUG] Remote Access Enabled [2026-01-25,06:35:58.385] [INFO] Server Address: 138.201.17.179 [2026-01-25,06:35:58.386] [INFO] Server Port: 7000 [2026-01-25,06:35:58.391] [DEBUG] Starting Remote Access! 2026-01-25 06:35:58.524 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-25 06:35:58.525 [I] [client/service.go:294] try to connect to server... 2026-01-25 06:35:59.910 [I] [client/service.go:286] [0c41b34ab26ecaf6] login to server success, get run id [0c41b34ab26ecaf6] 2026-01-25 06:35:59.911 [I] [proxy/proxy_manager.go:173] [0c41b34ab26ecaf6] proxy added: [DTN57CC5599] 2026-01-25 06:36:00.260 [I] [client/control.go:168] [0c41b34ab26ecaf6] [DTN57CC5599] start proxy success [2026-01-25,06:50:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,06:50:30.072] [DEBUG] 6 processes running of frp type [2026-01-25,07:05:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,07:05:24.323] [DEBUG] 6 processes running of frp type [2026-01-25,07:20:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,07:20:24.375] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,07:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,07:35:24.070] [DEBUG] 6 processes running of frp type [2026-01-25,07:50:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,07:50:23.799] [DEBUG] 6 processes running of frp type [2026-01-25,08:02:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,08:02:30.517] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-25,08:03:01.263] [DEBUG] Log Upload Complete! [2026-01-25,08:05:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,08:05:24.262] [DEBUG] 6 processes running of frp type [2026-01-25,08:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,08:20:24.748] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,08:35:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,08:35:24.187] [DEBUG] 6 processes running of frp type [2026-01-25,08:50:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,08:50:25.338] [DEBUG] 6 processes running of frp type [2026-01-25,09:05:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,09:05:24.536] [DEBUG] 6 processes running of frp type [2026-01-25,09:20:18.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,09:20:24.785] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,09:35:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,09:35:23.806] [DEBUG] 6 processes running of frp type [2026-01-25,09:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,09:50:24.548] [DEBUG] 6 processes running of frp type [2026-01-25,10:05:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,10:05:24.485] [DEBUG] 6 processes running of frp type [2026-01-25,10:20:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,10:20:24.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,10:35:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,10:35:24.180] [DEBUG] 6 processes running of frp type [2026-01-25,10:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,10:50:24.385] [DEBUG] 6 processes running of frp type [2026-01-25,11:05:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,11:05:24.444] [DEBUG] 6 processes running of frp type [2026-01-25,11:20:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,11:20:24.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,11:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,11:35:23.727] [DEBUG] 6 processes running of frp type [2026-01-25,11:50:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,11:50:23.645] [DEBUG] 6 processes running of frp type [2026-01-25,12:05:18.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,12:05:25.127] [DEBUG] 6 processes running of frp type [2026-01-25,12:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,12:20:24.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,12:35:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,12:35:24.358] [DEBUG] 6 processes running of frp type [2026-01-25,12:50:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,12:50:23.815] [DEBUG] 6 processes running of frp type [2026-01-25,13:05:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,13:05:23.991] [DEBUG] 6 processes running of frp type [2026-01-25,13:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,13:20:23.748] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,13:35:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,13:35:23.972] [DEBUG] 6 processes running of frp type [2026-01-25,13:50:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,13:50:24.577] [DEBUG] 6 processes running of frp type [2026-01-25,14:05:17.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,14:05:24.588] [DEBUG] 6 processes running of frp type [2026-01-25,14:20:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,14:20:24.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,14:35:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,14:35:24.600] [DEBUG] 6 processes running of frp type [2026-01-25,14:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,14:50:24.200] [DEBUG] 6 processes running of frp type [2026-01-25,15:05:18.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,15:05:25.063] [DEBUG] 6 processes running of frp type [2026-01-25,15:20:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,15:20:23.876] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,15:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,15:35:24.479] [DEBUG] 6 processes running of frp type [2026-01-25,15:50:18.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,15:50:24.716] [DEBUG] 6 processes running of frp type [2026-01-25,16:05:16.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,16:05:23.714] [DEBUG] 6 processes running of frp type [2026-01-25,16:20:18.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,16:20:24.941] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,16:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,16:35:24.134] [DEBUG] 6 processes running of frp type [2026-01-25,16:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,16:50:24.712] [DEBUG] 6 processes running of frp type [2026-01-25,17:05:18.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,17:05:25.000] [DEBUG] 6 processes running of frp type [2026-01-25,17:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,17:20:23.932] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,17:35:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,17:35:23.992] [DEBUG] 6 processes running of frp type [2026-01-25,17:50:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,17:50:24.439] [DEBUG] 6 processes running of frp type [2026-01-25,18:05:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,18:05:24.392] [DEBUG] 6 processes running of frp type [2026-01-25,18:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,18:20:24.253] [DEBUG] 6 processes running of frp type [2026-01-25,18:25:41.939] [INFO] Initializing BusSpeedStateManager V2 [2026-01-25,18:25:41.944] [INFO] LocationSqlManager initialising [2026-01-25,18:25:41.945] [INFO] Location DB initialising [2026-01-25,18:25:41.954] [INFO] LocationSqlManager initialisation complete [2026-01-25,18:25:41.955] [DEBUG] UploadManager Init [2026-01-25,18:25:41.955] [DEBUG] UploadManager Init Complete [2026-01-25,18:25:41.957] [INFO] Initializing GPS... [2026-01-25,18:25:41.959] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,18:27:44.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,18:27:51.083] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-25,18:28:59.692] [DEBUG] Log Upload Complete! [2026-01-25,18:30:44.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,18:30:51.164] [DEBUG] Remote Access Enabled [2026-01-25,18:30:57.419] [INFO] Server Address: 138.201.17.179 [2026-01-25,18:30:57.420] [INFO] Server Port: 7000 [2026-01-25,18:30:57.425] [DEBUG] Starting Remote Access! 2026-01-25 18:30:57.557 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-25 18:30:57.557 [I] [client/service.go:294] try to connect to server... 2026-01-25 18:30:58.483 [I] [client/service.go:286] [28ed8df5f172e4d4] login to server success, get run id [28ed8df5f172e4d4] 2026-01-25 18:30:58.484 [I] [proxy/proxy_manager.go:173] [28ed8df5f172e4d4] proxy added: [DTN57CC5599] 2026-01-25 18:30:58.807 [I] [client/control.go:168] [28ed8df5f172e4d4] [DTN57CC5599] start proxy success [2026-01-25,18:35:17.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,18:35:23.617] [DEBUG] 6 processes running of frp type [2026-01-25,18:50:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,18:50:24.286] [DEBUG] 6 processes running of frp type [2026-01-25,19:05:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,19:05:24.188] [DEBUG] 6 processes running of frp type [2026-01-25,19:20:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,19:20:23.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,19:35:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,19:35:26.319] [DEBUG] 6 processes running of frp type [2026-01-25,19:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,19:50:24.023] [DEBUG] 6 processes running of frp type [2026-01-25,20:05:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,20:05:23.924] [DEBUG] 6 processes running of frp type [2026-01-25,20:20:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,20:20:24.145] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,20:35:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,20:35:24.182] [DEBUG] 6 processes running of frp type [2026-01-25,20:50:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,20:50:24.309] [DEBUG] 6 processes running of frp type [2026-01-25,21:05:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,21:05:25.552] [DEBUG] 6 processes running of frp type [2026-01-25,21:20:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,21:20:24.363] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,21:35:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,21:35:24.042] [DEBUG] 6 processes running of frp type [2026-01-25,21:50:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,21:50:24.040] [DEBUG] 6 processes running of frp type [2026-01-25,22:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,22:05:24.254] [DEBUG] 6 processes running of frp type [2026-01-25,22:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,22:20:24.115] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,22:35:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,22:35:29.412] [DEBUG] 6 processes running of frp type [2026-01-25,22:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,22:50:24.254] [DEBUG] 6 processes running of frp type [2026-01-25,23:05:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,23:05:24.600] [DEBUG] 6 processes running of frp type [2026-01-25,23:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,23:20:28.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,23:35:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,23:35:24.074] [DEBUG] 6 processes running of frp type [2026-01-25,23:50:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-25,23:50:24.272] [DEBUG] 6 processes running of frp type [2026-01-26,00:05:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,00:05:24.471] [DEBUG] 6 processes running of frp type [2026-01-26,00:20:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,00:20:24.287] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,00:35:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,00:35:24.347] [DEBUG] 6 processes running of frp type [2026-01-26,00:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,00:50:23.928] [DEBUG] 6 processes running of frp type [2026-01-26,01:05:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,01:05:24.482] [DEBUG] 6 processes running of frp type [2026-01-26,01:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,01:20:24.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,01:35:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,01:35:23.685] [DEBUG] 6 processes running of frp type [2026-01-26,01:50:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,01:50:24.261] [DEBUG] 6 processes running of frp type [2026-01-26,02:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,02:05:24.083] [DEBUG] 6 processes running of frp type [2026-01-26,02:20:17.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,02:20:23.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,02:35:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,02:35:23.716] [DEBUG] 6 processes running of frp type [2026-01-26,02:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,02:50:25.324] [DEBUG] 6 processes running of frp type [2026-01-26,03:05:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,03:05:24.270] [DEBUG] 6 processes running of frp type [2026-01-26,03:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,03:20:24.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,03:35:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,03:35:24.066] [DEBUG] 6 processes running of frp type [2026-01-26,03:50:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,03:50:23.555] [DEBUG] 6 processes running of frp type [2026-01-26,04:05:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,04:05:24.212] [DEBUG] 6 processes running of frp type 2026-01-26 04:06:23.427 [I] [client/service.go:294] [28ed8df5f172e4d4] try to connect to server... 2026-01-26 04:06:26.455 [W] [client/service.go:297] [28ed8df5f172e4d4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 04:06:26.456 [I] [client/service.go:294] [28ed8df5f172e4d4] try to connect to server... 2026-01-26 04:06:29.499 [W] [client/service.go:297] [28ed8df5f172e4d4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 04:06:29.499 [I] [client/service.go:294] [28ed8df5f172e4d4] try to connect to server... 2026-01-26 04:06:32.536 [W] [client/service.go:297] [28ed8df5f172e4d4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 04:06:41.415 [I] [client/service.go:294] [28ed8df5f172e4d4] try to connect to server... 2026-01-26 04:06:41.419 [W] [client/service.go:297] [28ed8df5f172e4d4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 04:06:59.863 [I] [client/service.go:294] [28ed8df5f172e4d4] try to connect to server... 2026-01-26 04:07:00.744 [I] [client/service.go:286] [28ed8df5f172e4d4] login to server success, get run id [28ed8df5f172e4d4] 2026-01-26 04:07:00.745 [I] [proxy/proxy_manager.go:173] [28ed8df5f172e4d4] proxy added: [DTN57CC5599] 2026-01-26 04:07:01.058 [I] [client/control.go:168] [28ed8df5f172e4d4] [DTN57CC5599] start proxy success [2026-01-26,04:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,04:20:23.924] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,04:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,04:35:23.867] [DEBUG] 6 processes running of frp type [2026-01-26,04:50:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,04:50:24.403] [DEBUG] 6 processes running of frp type [2026-01-26,05:05:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,05:05:24.648] [DEBUG] 6 processes running of frp type [2026-01-26,05:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,05:20:24.546] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,05:35:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,05:35:24.463] [DEBUG] 6 processes running of frp type [2026-01-26,05:50:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,05:50:23.764] [DEBUG] 6 processes running of frp type [2026-01-26,06:05:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,06:05:24.049] [DEBUG] 6 processes running of frp type [2026-01-26,06:20:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,06:20:23.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,06:30:41.372] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,06:30:41.377] [INFO] LocationSqlManager initialising [2026-01-26,06:30:41.378] [INFO] Location DB initialising [2026-01-26,06:30:41.387] [INFO] LocationSqlManager initialisation complete [2026-01-26,06:30:41.388] [DEBUG] UploadManager Init [2026-01-26,06:30:41.388] [DEBUG] UploadManager Init Complete [2026-01-26,06:30:41.391] [INFO] Initializing GPS... [2026-01-26,06:30:41.393] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,06:32:44.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,06:32:51.858] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-26,06:33:07.868] [DEBUG] Log Upload Complete! [2026-01-26,06:35:44.911] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-26,06:35:44.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,06:35:51.617] [DEBUG] Remote Access Enabled [2026-01-26,06:35:57.826] [INFO] Server Address: 138.201.17.179 [2026-01-26,06:35:57.827] [INFO] Server Port: 7000 [2026-01-26,06:35:57.832] [DEBUG] Starting Remote Access! 2026-01-26 06:35:57.965 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-26 06:35:57.966 [I] [client/service.go:294] try to connect to server... 2026-01-26 06:35:58.853 [I] [client/service.go:286] [542ffbb3f032d318] login to server success, get run id [542ffbb3f032d318] 2026-01-26 06:35:58.853 [I] [proxy/proxy_manager.go:173] [542ffbb3f032d318] proxy added: [DTN57CC5599] 2026-01-26 06:35:59.171 [I] [client/control.go:168] [542ffbb3f032d318] [DTN57CC5599] start proxy success [2026-01-26,06:50:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,06:50:24.384] [DEBUG] 6 processes running of frp type 2026-01-26 06:54:25.123 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 06:54:26.012 [I] [client/service.go:286] [542ffbb3f032d318] login to server success, get run id [542ffbb3f032d318] 2026-01-26 06:54:26.014 [I] [proxy/proxy_manager.go:173] [542ffbb3f032d318] proxy added: [DTN57CC5599] 2026-01-26 06:54:26.324 [I] [client/control.go:168] [542ffbb3f032d318] [DTN57CC5599] start proxy success [2026-01-26,07:05:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,07:05:24.440] [DEBUG] 6 processes running of frp type [2026-01-26,07:20:17.700] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,07:20:24.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,07:35:20.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,07:35:26.868] [DEBUG] 6 processes running of frp type [2026-01-26,07:50:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,07:50:24.092] [DEBUG] 6 processes running of frp type [2026-01-26,08:02:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,08:02:29.265] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-26,08:03:00.246] [DEBUG] Log Upload Complete! [2026-01-26,08:05:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,08:05:24.210] [DEBUG] 6 processes running of frp type [2026-01-26,08:20:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,08:20:24.219] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,08:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,08:35:24.180] [DEBUG] 6 processes running of frp type [2026-01-26,08:50:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,08:50:24.659] [DEBUG] 6 processes running of frp type 2026-01-26 09:01:16.245 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:01:26.247 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:01:26.248 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:01:36.250 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:01:36.250 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:01:46.252 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:01:46.252 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:01:56.254 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:01:56.255 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:02:06.257 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:02:26.259 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:02:36.261 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:02:56.263 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:03:06.264 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:03:26.266 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:03:30.837 [I] [client/service.go:286] [542ffbb3f032d318] login to server success, get run id [542ffbb3f032d318] 2026-01-26 09:03:30.839 [I] [proxy/proxy_manager.go:173] [542ffbb3f032d318] proxy added: [DTN57CC5599] 2026-01-26 09:03:31.180 [I] [client/control.go:168] [542ffbb3f032d318] [DTN57CC5599] start proxy success [2026-01-26,09:05:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,09:05:27.713] [DEBUG] 6 processes running of frp type 2026-01-26 09:08:16.348 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:08:26.349 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:08:26.350 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:08:36.352 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:08:36.353 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:08:46.354 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:08:46.354 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:08:47.740 [I] [client/service.go:286] [542ffbb3f032d318] login to server success, get run id [542ffbb3f032d318] 2026-01-26 09:08:47.741 [I] [proxy/proxy_manager.go:173] [542ffbb3f032d318] proxy added: [DTN57CC5599] 2026-01-26 09:08:48.240 [I] [client/control.go:168] [542ffbb3f032d318] [DTN57CC5599] start proxy success 2026-01-26 09:09:26.839 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:09:36.841 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:09:36.841 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:09:46.843 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:09:46.844 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:09:56.845 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:09:56.846 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:10:06.847 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:10:26.849 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:10:36.851 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:10:56.852 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:11:06.853 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:11:26.855 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:11:36.857 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 09:11:56.858 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:11:56.916 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:12:16.917 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:12:16.921 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:12:36.923 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:12:36.928 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:12:56.930 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:12:56.933 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:13:16.934 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:13:16.938 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:13:36.939 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:13:36.946 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:13:56.948 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:13:56.954 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:14:16.955 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:14:16.960 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:14:36.962 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:14:36.967 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:14:56.968 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:14:56.972 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:15:16.974 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:15:16.978 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:15:36.979 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:15:36.984 [W] [client/service.go:297] [542ffbb3f032d318] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 09:15:56.986 [I] [client/service.go:294] [542ffbb3f032d318] try to connect to server... 2026-01-26 09:15:57.931 [I] [client/service.go:286] [542ffbb3f032d318] login to server success, get run id [542ffbb3f032d318] 2026-01-26 09:15:57.932 [I] [proxy/proxy_manager.go:173] [542ffbb3f032d318] proxy added: [DTN57CC5599] 2026-01-26 09:15:58.242 [I] [client/control.go:168] [542ffbb3f032d318] [DTN57CC5599] start proxy success [2026-01-26,09:20:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,09:20:24.198] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,09:35:18.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,09:35:25.172] [DEBUG] 6 processes running of frp type [2026-01-26,09:50:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,09:50:24.376] [DEBUG] 6 processes running of frp type [2026-01-26,10:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,10:05:24.859] [DEBUG] 6 processes running of frp type [2026-01-26,10:20:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,10:20:23.984] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,10:35:18.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,10:35:25.033] [DEBUG] 6 processes running of frp type [2026-01-26,10:50:18.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,10:50:25.097] [DEBUG] 6 processes running of frp type [2026-01-26,11:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,11:05:24.171] [DEBUG] 6 processes running of frp type [2026-01-26,11:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,11:20:24.282] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,11:35:18.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,11:35:24.991] [DEBUG] 6 processes running of frp type [2026-01-26,11:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,11:50:24.736] [DEBUG] 6 processes running of frp type [2026-01-26,12:05:18.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,12:05:25.707] [DEBUG] 6 processes running of frp type [2026-01-26,12:20:18.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,12:20:26.667] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,12:35:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,12:35:24.368] [DEBUG] 6 processes running of frp type [2026-01-26,12:50:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,12:50:24.712] [DEBUG] 6 processes running of frp type [2026-01-26,13:05:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,13:05:24.166] [DEBUG] 6 processes running of frp type [2026-01-26,13:20:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,13:20:24.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,13:35:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,13:35:24.607] [DEBUG] 6 processes running of frp type [2026-01-26,13:50:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,13:50:24.092] [DEBUG] 6 processes running of frp type [2026-01-26,14:05:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,14:05:24.408] [DEBUG] 6 processes running of frp type [2026-01-26,14:20:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,14:20:24.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,14:35:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,14:35:24.904] [DEBUG] 6 processes running of frp type [2026-01-26,14:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,14:50:24.706] [DEBUG] 6 processes running of frp type [2026-01-26,15:05:18.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,15:05:25.241] [DEBUG] 6 processes running of frp type [2026-01-26,15:20:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,15:20:24.324] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,15:35:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,15:35:24.963] [DEBUG] 6 processes running of frp type [2026-01-26,15:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,15:50:24.120] [DEBUG] 6 processes running of frp type [2026-01-26,16:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,16:05:24.529] [DEBUG] 6 processes running of frp type [2026-01-26,16:20:18.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,16:20:24.734] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,16:35:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,16:35:24.210] [DEBUG] 6 processes running of frp type [2026-01-26,16:50:18.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,16:50:24.959] [DEBUG] 6 processes running of frp type [2026-01-26,17:05:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,17:05:24.494] [DEBUG] 6 processes running of frp type [2026-01-26,17:20:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,17:20:24.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,17:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,17:35:24.209] [DEBUG] 6 processes running of frp type [2026-01-26,17:50:18.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,17:50:25.069] [DEBUG] 6 processes running of frp type [2026-01-26,18:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,18:05:24.357] [DEBUG] 6 processes running of frp type [2026-01-26,18:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,18:20:24.283] [DEBUG] 6 processes running of frp type [2026-01-26,18:25:42.069] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,18:25:42.075] [INFO] LocationSqlManager initialising [2026-01-26,18:25:42.075] [INFO] Location DB initialising [2026-01-26,18:25:42.084] [INFO] LocationSqlManager initialisation complete [2026-01-26,18:25:42.085] [DEBUG] UploadManager Init [2026-01-26,18:25:42.085] [DEBUG] UploadManager Init Complete [2026-01-26,18:25:42.088] [INFO] Initializing GPS... [2026-01-26,18:25:42.090] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,18:27:45.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,18:27:56.938] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-26,18:28:18.722] [DEBUG] Log Upload Complete! [2026-01-26,18:30:39.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,18:30:47.564] [DEBUG] Remote Access Enabled [2026-01-26,18:30:54.800] [INFO] Server Address: 138.201.17.179 [2026-01-26,18:30:54.801] [INFO] Server Port: 7000 [2026-01-26,18:30:54.806] [DEBUG] Starting Remote Access! 2026-01-26 18:30:54.937 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-26 18:30:54.938 [I] [client/service.go:294] try to connect to server... 2026-01-26 18:30:56.012 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-26 18:30:56.014 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-26 18:30:56.340 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-26,18:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,18:35:23.846] [DEBUG] 6 processes running of frp type [2026-01-26,18:50:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,18:50:24.263] [DEBUG] 6 processes running of frp type [2026-01-26,19:05:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,19:05:24.303] [DEBUG] 6 processes running of frp type [2026-01-26,19:20:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,19:20:24.738] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,19:35:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,19:35:24.429] [DEBUG] 6 processes running of frp type [2026-01-26,19:50:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,19:50:23.924] [DEBUG] 6 processes running of frp type 2026-01-26 20:00:33.754 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:00:43.757 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:00:43.758 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:00:53.759 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:00:53.760 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:01:03.762 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:01:03.762 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:01:06.875 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:01:26.877 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:01:26.881 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:01:46.882 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:01:46.887 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:02:06.889 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:02:06.892 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:02:26.893 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:02:26.896 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:02:46.897 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:02:46.900 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:03:06.901 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:03:06.905 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:03:26.905 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:03:26.910 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:03:46.911 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:03:46.915 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:04:06.916 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:04:06.920 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:04:26.922 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:04:26.926 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:04:46.927 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:04:48.806 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-26 20:04:48.807 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-26 20:04:49.193 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-26,20:05:17.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-26 20:05:58.000 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:06:08.002 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:06:08.002 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:06:18.003 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:06:18.003 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:06:28.005 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:06:28.006 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:06:38.007 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:06:38.007 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:06:48.009 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:07:08.010 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:07:18.011 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:07:38.012 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:07:48.015 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:08:08.016 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:08:08.023 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:08:28.024 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:08:28.028 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:08:48.029 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:08:48.033 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:09:08.035 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:09:08.040 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:09:28.042 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:09:28.047 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 20:09:48.048 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:09:49.047 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-26 20:09:49.048 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-26 20:09:49.518 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success 2026-01-26 20:13:00.148 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:13:10.150 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:13:10.150 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:13:20.152 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:13:20.152 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:13:30.154 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:13:30.154 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:13:40.156 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:13:40.156 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:13:50.157 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:14:10.158 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:14:20.160 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:14:40.161 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:14:50.163 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 20:15:10.164 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:15:11.964 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-26 20:15:11.964 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-26 20:15:12.277 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-26,20:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,20:20:24.233] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,20:35:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,20:35:24.258] [DEBUG] 6 processes running of frp type [2026-01-26,20:50:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,20:50:23.946] [DEBUG] 6 processes running of frp type 2026-01-26 20:59:37.968 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-26 20:59:41.007 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-26 20:59:41.008 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-26 20:59:41.431 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-26,21:05:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,21:05:23.640] [DEBUG] 6 processes running of frp type [2026-01-26,21:20:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,21:20:23.820] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,21:35:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,21:35:24.357] [DEBUG] 6 processes running of frp type [2026-01-26,21:50:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,21:50:24.344] [DEBUG] 6 processes running of frp type [2026-01-26,22:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,22:05:24.364] [DEBUG] 6 processes running of frp type [2026-01-26,22:20:20.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,22:20:26.673] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,22:35:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,22:35:24.495] [DEBUG] 6 processes running of frp type [2026-01-26,22:50:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,22:50:24.276] [DEBUG] 6 processes running of frp type [2026-01-26,23:05:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,23:05:24.373] [DEBUG] 6 processes running of frp type [2026-01-26,23:20:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,23:20:24.260] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,23:35:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,23:35:24.196] [DEBUG] 6 processes running of frp type [2026-01-26,23:50:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-26,23:50:24.147] [DEBUG] 6 processes running of frp type [2026-01-27,00:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,00:05:24.338] [DEBUG] 6 processes running of frp type [2026-01-27,00:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,00:20:24.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,00:35:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,00:35:24.201] [DEBUG] 6 processes running of frp type 2026-01-27 00:38:54.444 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 00:38:55.514 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-27 00:38:55.514 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-27 00:38:55.929 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-27,00:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,00:50:23.932] [DEBUG] 6 processes running of frp type [2026-01-27,01:05:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,01:05:23.697] [DEBUG] 6 processes running of frp type [2026-01-27,01:20:17.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,01:20:24.492] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,01:35:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,01:35:24.506] [DEBUG] 6 processes running of frp type [2026-01-27,01:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,01:50:24.167] [DEBUG] 6 processes running of frp type [2026-01-27,02:05:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,02:05:23.842] [DEBUG] 6 processes running of frp type [2026-01-27,02:20:17.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,02:20:23.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,02:35:18.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,02:35:24.809] [DEBUG] 6 processes running of frp type [2026-01-27,02:50:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,02:50:27.703] [DEBUG] 6 processes running of frp type [2026-01-27,03:05:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,03:05:24.329] [DEBUG] 6 processes running of frp type [2026-01-27,03:20:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,03:20:24.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-27 03:35:19.250 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:35:29.253 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:35:29.253 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:35:39.255 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:35:39.256 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:35:49.259 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:35:49.260 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:36:05.879 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: connection write timeout 2026-01-27 03:36:05.880 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:36:15.882 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-27,03:36:22.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-01-27 03:36:35.882 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:36:45.884 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:37:05.885 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:37:15.887 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:37:35.888 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:37:45.890 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:38:05.891 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:38:15.894 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:38:35.896 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-01-27 03:38:45.898 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:39:05.899 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:39:15.901 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:39:35.902 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:39:45.904 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:40:05.905 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:40:05.911 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-27 03:40:25.912 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:40:40.193 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: connection write timeout 2026-01-27 03:41:00.195 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:41:10.196 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:41:30.198 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:41:40.200 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 03:42:00.202 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:42:15.913 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: connection write timeout 2026-01-27 03:42:35.915 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:42:52.304 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: session shutdown 2026-01-27 03:43:12.306 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 03:43:13.335 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-27 03:43:13.336 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-27 03:43:13.654 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-27,03:50:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,03:50:23.909] [DEBUG] 6 processes running of frp type [2026-01-27,04:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,04:05:25.398] [DEBUG] 6 processes running of frp type 2026-01-27 04:06:42.732 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 04:06:43.904 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-27 04:06:43.905 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 04:06:43.908 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-27 04:06:48.390 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 04:06:48.395 [W] [client/service.go:297] [5746577b8e8f7f56] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-27 04:06:57.585 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 04:07:04.145 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-27 04:07:04.146 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-27 04:07:04.762 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success 2026-01-27 04:12:46.614 [I] [client/service.go:294] [5746577b8e8f7f56] try to connect to server... 2026-01-27 04:12:47.941 [I] [client/service.go:286] [5746577b8e8f7f56] login to server success, get run id [5746577b8e8f7f56] 2026-01-27 04:12:47.942 [I] [proxy/proxy_manager.go:173] [5746577b8e8f7f56] proxy added: [DTN57CC5599] 2026-01-27 04:12:48.283 [I] [client/control.go:168] [5746577b8e8f7f56] [DTN57CC5599] start proxy success [2026-01-27,04:20:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,04:20:24.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,04:35:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,04:35:24.349] [DEBUG] 6 processes running of frp type [2026-01-27,04:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,04:50:24.472] [DEBUG] 6 processes running of frp type [2026-01-27,05:05:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,05:05:24.603] [DEBUG] 6 processes running of frp type [2026-01-27,05:20:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,05:20:24.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,05:35:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,05:35:24.856] [DEBUG] 6 processes running of frp type [2026-01-27,05:50:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,05:50:24.685] [DEBUG] 6 processes running of frp type [2026-01-27,06:05:18.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,06:05:24.928] [DEBUG] 6 processes running of frp type [2026-01-27,06:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,06:20:24.951] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,06:30:40.937] [INFO] Initializing BusSpeedStateManager V2 [2026-01-27,06:30:40.942] [INFO] LocationSqlManager initialising [2026-01-27,06:30:40.943] [INFO] Location DB initialising [2026-01-27,06:30:40.952] [INFO] LocationSqlManager initialisation complete [2026-01-27,06:30:40.953] [DEBUG] UploadManager Init [2026-01-27,06:30:40.953] [DEBUG] UploadManager Init Complete [2026-01-27,06:30:40.956] [INFO] Initializing GPS... [2026-01-27,06:30:40.958] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,06:32:45.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-27,06:35:45.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,06:35:50.244] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-27,06:35:57.344] [DEBUG] Remote Access Enabled [2026-01-27,06:36:03.917] [INFO] Server Address: 138.201.17.179 [2026-01-27,06:36:03.918] [INFO] Server Port: 7000 [2026-01-27,06:36:03.924] [DEBUG] Starting Remote Access! 2026-01-27 06:36:04.057 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-27 06:36:04.058 [I] [client/service.go:294] try to connect to server... 2026-01-27 06:36:05.381 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 06:36:05.382 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 06:36:07.488 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success [2026-01-27,06:50:19.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,06:50:31.059] [DEBUG] 6 processes running of frp type [2026-01-27,07:05:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,07:05:24.829] [DEBUG] 6 processes running of frp type [2026-01-27,07:20:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,07:20:24.416] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,07:35:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,07:35:24.352] [DEBUG] 6 processes running of frp type [2026-01-27,07:50:17.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,07:50:23.839] [DEBUG] 6 processes running of frp type [2026-01-27,08:02:17.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,08:02:28.775] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-27,08:02:45.158] [DEBUG] Log Upload Complete! [2026-01-27,08:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,08:05:25.325] [DEBUG] 6 processes running of frp type 2026-01-27 08:15:14.865 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 08:15:16.108 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 08:15:16.110 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 08:15:16.414 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success [2026-01-27,08:20:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,08:20:24.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,08:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,08:35:23.812] [DEBUG] 6 processes running of frp type [2026-01-27,08:50:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,08:50:24.538] [DEBUG] 6 processes running of frp type [2026-01-27,09:05:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,09:05:24.553] [DEBUG] 6 processes running of frp type 2026-01-27 09:12:53.802 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 09:13:01.159 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 09:13:01.160 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 09:13:05.974 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success [2026-01-27,09:20:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,09:20:25.956] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,09:35:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,09:35:25.318] [DEBUG] 6 processes running of frp type [2026-01-27,09:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,09:50:29.961] [DEBUG] 6 processes running of frp type [2026-01-27,10:05:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,10:05:23.838] [DEBUG] 6 processes running of frp type [2026-01-27,10:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,10:20:23.732] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,10:35:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,10:35:24.038] [DEBUG] 6 processes running of frp type [2026-01-27,10:50:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,10:50:24.236] [DEBUG] 6 processes running of frp type [2026-01-27,11:05:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,11:05:24.414] [DEBUG] 6 processes running of frp type [2026-01-27,11:20:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,11:20:24.630] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,11:35:18.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,11:35:24.742] [DEBUG] 6 processes running of frp type [2026-01-27,11:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,11:50:29.597] [DEBUG] 6 processes running of frp type [2026-01-27,12:05:18.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,12:05:25.035] [DEBUG] 6 processes running of frp type 2026-01-27 12:07:02.314 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 12:07:04.611 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 12:07:04.612 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 12:07:04.973 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success [2026-01-27,12:20:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,12:20:24.595] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,12:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,12:35:24.021] [DEBUG] 6 processes running of frp type [2026-01-27,12:50:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,12:50:24.649] [DEBUG] 6 processes running of frp type [2026-01-27,13:05:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,13:05:25.049] [DEBUG] 6 processes running of frp type [2026-01-27,13:20:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,13:20:23.866] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,13:35:18.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,13:35:25.054] [DEBUG] 6 processes running of frp type [2026-01-27,13:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,13:50:26.108] [DEBUG] 6 processes running of frp type [2026-01-27,14:05:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,14:05:24.557] [DEBUG] 6 processes running of frp type 2026-01-27 14:13:17.351 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:13:34.844 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: connection write timeout 2026-01-27 14:13:34.845 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:13:44.847 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 14:13:44.848 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:13:54.849 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 14:13:54.850 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:14:05.210 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: connection write timeout 2026-01-27 14:14:05.211 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:14:26.010 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: i/o deadline reached 2026-01-27 14:14:26.010 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:14:40.997 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: connection write timeout 2026-01-27 14:15:00.998 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:15:17.553 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: connection write timeout 2026-01-27 14:15:37.555 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:15:53.131 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: connection write timeout 2026-01-27 14:16:13.132 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:16:23.135 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 14:16:43.137 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:16:54.934 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: connection write timeout 2026-01-27 14:17:14.935 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:17:24.937 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 14:17:44.938 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:17:54.940 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 14:18:14.941 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:18:31.278 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 14:18:31.280 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 14:18:44.813 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success 2026-01-27 14:19:25.048 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:19:35.050 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 14:19:35.050 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:19:43.415 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 14:19:43.416 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 14:19:44.001 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success [2026-01-27,14:20:18.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,14:20:45.297] [DEBUG] 6 processes running of frp type 2026-01-27 14:20:49.468 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:20:59.150 [W] [client/service.go:297] [502f0c429b417edf] connect to server error: EOF 2026-01-27 14:20:59.151 [I] [client/service.go:294] [502f0c429b417edf] try to connect to server... 2026-01-27 14:21:02.463 [I] [client/service.go:286] [502f0c429b417edf] login to server success, get run id [502f0c429b417edf] 2026-01-27 14:21:02.463 [I] [proxy/proxy_manager.go:173] [502f0c429b417edf] proxy added: [DTN57CC5599] 2026-01-27 14:21:03.690 [I] [client/control.go:168] [502f0c429b417edf] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,14:35:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,14:35:24.799] [DEBUG] 6 processes running of frp type [2026-01-27,14:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,14:50:24.911] [DEBUG] 6 processes running of frp type [2026-01-27,15:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,15:05:24.192] [DEBUG] 6 processes running of frp type [2026-01-27,15:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,15:20:24.135] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,15:35:18.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,15:35:25.005] [DEBUG] 6 processes running of frp type [2026-01-27,15:50:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,15:50:24.669] [DEBUG] 6 processes running of frp type [2026-01-27,16:05:17.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,16:05:23.887] [DEBUG] 6 processes running of frp type [2026-01-27,16:20:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,16:20:23.882] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,16:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,16:35:24.590] [DEBUG] 6 processes running of frp type [2026-01-27,16:50:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,16:50:24.100] [DEBUG] 6 processes running of frp type [2026-01-27,17:05:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,17:05:24.226] [DEBUG] 6 processes running of frp type [2026-01-27,17:20:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,17:20:24.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,17:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,17:35:24.521] [DEBUG] 6 processes running of frp type [2026-01-27,17:50:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,17:50:25.751] [DEBUG] 6 processes running of frp type [2026-01-27,18:05:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,18:05:27.962] [DEBUG] 6 processes running of frp type [2026-01-27,18:20:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,18:20:24.023] [DEBUG] 6 processes running of frp type [2026-01-27,18:25:42.287] [INFO] Initializing BusSpeedStateManager V2 [2026-01-27,18:25:42.295] [INFO] LocationSqlManager initialising [2026-01-27,18:25:42.296] [INFO] Location DB initialising [2026-01-27,18:25:42.306] [INFO] LocationSqlManager initialisation complete [2026-01-27,18:25:42.308] [DEBUG] UploadManager Init [2026-01-27,18:25:42.308] [DEBUG] UploadManager Init Complete [2026-01-27,18:25:42.313] [INFO] Initializing GPS... [2026-01-27,18:25:42.316] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,18:27:44.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,18:27:51.341] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-27,18:28:23.054] [DEBUG] Log Upload Complete! [2026-01-27,18:30:44.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,18:30:52.029] [DEBUG] Remote Access Enabled [2026-01-27,18:30:58.282] [INFO] Server Address: 138.201.17.179 [2026-01-27,18:30:58.284] [INFO] Server Port: 7000 [2026-01-27,18:30:58.289] [DEBUG] Starting Remote Access! 2026-01-27 18:30:58.434 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-27 18:30:58.434 [I] [client/service.go:294] try to connect to server... 2026-01-27 18:30:59.288 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-27 18:30:59.289 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-27 18:30:59.587 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success [2026-01-27,18:35:18.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,18:35:25.215] [DEBUG] 6 processes running of frp type [2026-01-27,18:50:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,18:50:24.094] [DEBUG] 6 processes running of frp type [2026-01-27,19:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,19:05:24.556] [DEBUG] 6 processes running of frp type [2026-01-27,19:20:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,19:20:24.613] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,19:35:18.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,19:35:25.117] [DEBUG] 6 processes running of frp type [2026-01-27,19:50:22.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,19:50:29.606] [DEBUG] 6 processes running of frp type [2026-01-27,20:05:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,20:05:25.597] [DEBUG] 6 processes running of frp type [2026-01-27,20:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,20:20:24.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,20:35:18.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,20:35:32.239] [DEBUG] 6 processes running of frp type [2026-01-27,20:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,20:50:24.610] [DEBUG] 6 processes running of frp type [2026-01-27,21:05:20.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,21:05:27.850] [DEBUG] 6 processes running of frp type [2026-01-27,21:20:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,21:20:24.464] [DEBUG] 6 processes running of frp type 2026-01-27 21:24:38.961 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-27 21:24:48.964 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-27 21:24:48.965 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-27 21:24:51.056 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-27 21:24:51.058 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-27 21:24:51.372 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,21:35:18.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,21:35:25.207] [DEBUG] 6 processes running of frp type [2026-01-27,21:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,21:50:24.425] [DEBUG] 6 processes running of frp type [2026-01-27,22:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,22:05:24.410] [DEBUG] 6 processes running of frp type [2026-01-27,22:20:18.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,22:20:26.079] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,22:35:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,22:35:24.017] [DEBUG] 6 processes running of frp type [2026-01-27,22:50:19.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,22:50:32.809] [DEBUG] 6 processes running of frp type [2026-01-27,23:05:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,23:05:24.574] [DEBUG] 6 processes running of frp type [2026-01-27,23:20:18.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,23:20:25.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,23:35:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,23:35:24.110] [DEBUG] 6 processes running of frp type [2026-01-27,23:50:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-27,23:50:25.444] [DEBUG] 6 processes running of frp type 2026-01-27 23:50:57.885 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-27 23:51:00.197 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-27 23:51:00.198 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-27 23:51:01.052 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success [2026-01-28,00:05:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,00:05:24.836] [DEBUG] 6 processes running of frp type [2026-01-28,00:20:17.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,00:20:24.020] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,00:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,00:35:24.164] [DEBUG] 6 processes running of frp type [2026-01-28,00:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,00:50:23.950] [DEBUG] 6 processes running of frp type [2026-01-28,01:05:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,01:05:23.757] [DEBUG] 6 processes running of frp type [2026-01-28,01:20:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,01:20:24.636] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,01:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,01:35:23.928] [DEBUG] 6 processes running of frp type [2026-01-28,01:50:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,01:50:24.177] [DEBUG] 6 processes running of frp type [2026-01-28,02:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,02:05:24.057] [DEBUG] 6 processes running of frp type [2026-01-28,02:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,02:20:24.023] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,02:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,02:35:24.113] [DEBUG] 6 processes running of frp type [2026-01-28,02:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,02:50:25.378] [DEBUG] 6 processes running of frp type [2026-01-28,03:05:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,03:05:24.466] [DEBUG] 6 processes running of frp type 2026-01-28 03:16:17.540 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 03:16:19.074 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 03:16:19.075 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 03:16:19.784 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success [2026-01-28,03:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,03:20:24.393] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,03:35:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,03:35:24.185] [DEBUG] 6 processes running of frp type [2026-01-28,03:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,03:50:24.191] [DEBUG] 6 processes running of frp type [2026-01-28,04:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,04:05:24.038] [DEBUG] 6 processes running of frp type 2026-01-28 04:06:36.278 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:06:38.441 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:06:38.442 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:06:38.458 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:06:43.176 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:06:43.192 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:06:52.865 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:07:02.867 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:07:02.868 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:07:04.849 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:07:04.851 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:07:05.149 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:13:49.343 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:13:59.345 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:13:59.346 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:14:09.348 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:14:09.349 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:14:12.388 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:14:21.238 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:14:21.508 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:14:39.935 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:14:41.775 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:15:01.776 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:15:04.069 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:15:24.070 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:15:26.362 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:15:46.364 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:15:49.402 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:16:09.404 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:16:12.442 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:16:32.443 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:16:33.482 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:16:33.484 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:16:33.827 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:18:43.714 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:18:53.717 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:18:53.717 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:19:03.719 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:19:03.720 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:19:13.721 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:19:13.722 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:19:23.723 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:19:23.724 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:19:29.029 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:19:49.031 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:19:59.032 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:20:19.033 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:20:29.035 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:20:49.036 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:20:49.135 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:21:09.136 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:21:09.161 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:21:29.162 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:21:31.414 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:21:31.415 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:21:31.729 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:23:41.712 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:23:51.714 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:23:51.715 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:24:01.716 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:24:01.717 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:24:11.718 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:24:11.719 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:24:12.015 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:24:31.822 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:24:32.975 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:24:52.977 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:24:56.015 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:25:16.017 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:25:18.309 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:25:38.310 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:25:40.602 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:26:00.603 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:26:00.867 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-28 04:26:20.868 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:26:23.162 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:26:43.163 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:26:44.138 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:26:44.138 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:26:44.448 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:28:54.402 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:28:56.815 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:28:56.816 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:29:06.817 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:29:06.818 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:29:16.819 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:29:16.820 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:29:26.821 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:29:26.822 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:29:30.868 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:29:50.869 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:30:00.871 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:30:20.872 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:30:30.875 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:30:50.875 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:30:50.877 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-28 04:31:10.879 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:31:10.880 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-28 04:31:30.881 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:31:30.882 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-28 04:31:50.884 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:31:51.767 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:31:51.769 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:31:52.061 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:34:02.096 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:34:12.098 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:34:12.099 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:34:22.101 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:34:22.102 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:34:32.104 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:34:32.104 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:34:35.135 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:34:54.961 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:34:57.428 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:35:17.429 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:35:17.695 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:35:37.695 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:35:39.988 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:35:59.990 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:36:02.281 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:36:22.283 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:36:22.548 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:36:42.550 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:36:43.474 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:36:43.476 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:36:43.774 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:38:53.731 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:39:03.734 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:39:03.735 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:39:13.736 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:39:13.737 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:39:23.739 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:39:23.740 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:39:26.788 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:39:46.214 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:39:47.002 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:40:07.003 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:40:17.005 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:40:37.006 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:40:40.042 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:41:00.043 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:41:00.868 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:41:20.869 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:41:21.135 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:41:41.137 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:41:42.062 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:41:42.064 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:41:42.370 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:43:52.378 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:44:02.380 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:44:02.381 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:44:12.382 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:44:12.382 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:44:22.384 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:44:22.385 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:44:22.681 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:44:40.884 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:44:43.828 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:45:03.830 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:45:06.121 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:45:26.122 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:45:28.415 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:45:48.416 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:45:48.681 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:46:08.683 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:46:10.975 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:46:30.976 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:46:33.268 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:46:53.269 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:46:54.216 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:46:54.217 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:46:54.520 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:49:04.515 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:49:14.517 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:49:14.518 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:49:24.520 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:49:24.521 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:49:34.523 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:49:34.524 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:49:34.788 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:49:53.900 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:50:03.901 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:50:23.902 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:50:24.468 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:50:44.470 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:50:46.761 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:51:06.763 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:51:09.054 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:51:29.055 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:51:29.321 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:51:49.324 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:51:50.239 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:51:50.240 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:51:50.534 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:54:00.547 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:54:10.548 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:54:10.549 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:54:20.551 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:54:20.551 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:54:30.553 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:54:30.554 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:54:30.681 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:54:50.055 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:55:00.057 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:55:20.058 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:55:26.147 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:55:46.148 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:55:49.188 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:56:09.190 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:56:11.481 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:56:31.482 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:56:33.775 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 04:56:53.776 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:56:54.702 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 04:56:54.704 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 04:56:55.019 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 04:59:05.105 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:59:15.107 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:59:15.108 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:59:25.109 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:59:25.110 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:59:35.111 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:59:35.112 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:59:45.114 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 04:59:45.115 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 04:59:45.348 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:00:05.349 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:00:08.388 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:00:28.389 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:00:30.682 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:00:50.683 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:00:52.975 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:01:12.976 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:01:13.241 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:01:33.242 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:01:35.535 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:01:55.537 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:01:56.611 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:01:56.613 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:01:56.936 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:04:38.106 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:04:48.109 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:04:48.110 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:04:58.112 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:04:58.112 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:05:08.114 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:05:08.115 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:05:18.117 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:05:18.117 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:05:21.002 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:05:41.002 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:05:44.041 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:06:04.042 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:06:07.082 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:06:27.083 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:06:37.085 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:06:57.087 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:06:57.996 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:06:57.998 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:06:58.292 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:09:08.270 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:09:10.468 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:09:10.469 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:09:13.508 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:09:13.509 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:09:16.548 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:09:25.523 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:09:26.681 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:09:46.010 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:09:48.975 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:10:08.977 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:10:11.268 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:10:31.269 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:10:31.534 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:10:51.535 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:10:53.828 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:11:13.829 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:11:16.122 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:11:36.123 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:11:36.388 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:11:56.390 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:11:57.295 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:11:57.297 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:11:57.615 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:14:07.598 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:14:09.136 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:14:09.137 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:14:12.175 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:14:12.176 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:14:15.216 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:14:24.193 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:14:25.135 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:14:44.298 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:14:44.388 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:15:04.389 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:15:04.654 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:15:24.655 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:15:34.658 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:15:54.659 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:16:04.661 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:16:24.663 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:16:27.695 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:16:47.696 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:16:49.660 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:16:49.662 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:16:49.993 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:18:59.958 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:19:09.960 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:19:09.961 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:19:19.963 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:19:19.963 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:19:29.964 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:19:29.965 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:19:33.002 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:19:52.941 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:19:55.481 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:20:15.483 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:20:25.485 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:20:45.487 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:20:51.694 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:21:11.695 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:21:12.975 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:21:32.976 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:21:33.241 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:21:53.244 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:21:54.167 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:21:54.168 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:21:54.471 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:24:06.943 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:24:16.945 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:24:16.945 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:24:19.988 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:24:19.988 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:24:23.028 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:24:32.122 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:24:35.161 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:24:53.627 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:24:55.481 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:25:15.483 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:25:17.775 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:25:37.776 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:25:38.040 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:25:58.041 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:26:00.335 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-28 05:26:20.336 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:26:22.627 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:26:42.628 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:26:42.894 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:27:02.896 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:27:03.835 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:27:03.836 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:27:04.160 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:29:14.114 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:29:16.655 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:29:16.656 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:29:19.695 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:29:19.696 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:29:22.735 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:29:31.786 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:29:32.868 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:29:52.483 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:29:55.161 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:30:15.161 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:30:17.455 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:30:37.456 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:30:37.721 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:30:57.723 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:31:07.725 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:31:27.727 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:31:37.729 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:31:57.731 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:31:58.669 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:31:58.670 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:31:58.971 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:34:08.933 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:34:18.935 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:34:18.936 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:34:28.938 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:34:28.939 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:34:38.940 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:34:38.941 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:34:48.943 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:34:48.943 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:34:51.988 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:35:11.990 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:35:21.991 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:35:41.992 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:35:51.994 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:36:11.996 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:36:14.468 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:36:34.469 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:36:36.761 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:36:56.763 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:36:57.770 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:36:57.771 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:36:58.097 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:39:08.076 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:39:18.079 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:39:18.079 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:39:28.081 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:39:28.082 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:39:38.083 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:39:38.084 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:39:48.085 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:39:48.085 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:39:58.086 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:40:18.087 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:40:18.627 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:40:38.629 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:40:48.630 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:41:08.632 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:41:18.634 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:41:38.635 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:41:40.068 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:42:00.070 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:42:01.013 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:42:01.014 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:42:01.327 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:44:13.121 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:44:23.124 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:44:23.125 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:44:33.126 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:44:33.127 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:44:43.129 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:44:43.130 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:44:53.131 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:44:53.131 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:45:03.132 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:45:23.134 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:45:26.175 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:45:46.176 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:45:49.214 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:46:09.216 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:46:09.668 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:46:29.669 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:46:31.961 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:46:51.963 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:46:54.255 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:47:14.256 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:47:15.292 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:47:15.294 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:47:15.609 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:49:25.508 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:49:35.510 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:49:35.511 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:49:45.513 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:49:45.513 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:49:55.515 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:49:55.517 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:50:05.519 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:50:05.520 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:50:08.575 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:50:28.576 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:50:31.614 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:50:51.616 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:50:54.655 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:51:14.656 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:51:17.694 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:51:37.696 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:51:39.988 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:51:59.989 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:52:03.577 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:52:03.578 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:52:03.923 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 05:54:13.611 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:54:23.613 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:54:23.614 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:54:33.615 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:54:33.616 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:54:43.618 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:54:43.619 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:54:53.621 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:54:53.621 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:54:56.655 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:55:16.657 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:55:26.659 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 05:55:46.660 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:55:52.814 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:56:12.816 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:56:15.855 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:56:35.856 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:56:38.148 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:56:58.150 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:56:58.414 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 05:57:18.416 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 05:57:19.346 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 05:57:19.347 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 05:57:19.659 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:00:03.447 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:00:13.449 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:00:13.450 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:00:13.721 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:00:18.056 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:00:21.107 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:00:29.891 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:00:32.921 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:00:51.759 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:00:53.188 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:01:13.189 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:01:15.481 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:01:35.482 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:01:37.774 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:01:57.775 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:01:58.041 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:02:18.042 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:02:19.039 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 06:02:19.040 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 06:02:19.483 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:04:29.271 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:04:31.428 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:04:31.429 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:04:34.468 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:04:34.469 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:04:37.508 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:04:46.213 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:04:47.641 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:05:05.304 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:05:06.895 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:05:26.896 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:05:29.188 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:05:49.189 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:05:49.454 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:06:09.456 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:06:11.748 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:06:31.749 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:06:34.041 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:06:54.042 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:06:54.307 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:07:14.308 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:07:15.292 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 06:07:15.293 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 06:07:15.612 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:09:25.615 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:09:35.618 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:09:35.619 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:09:45.620 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:09:45.621 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:09:55.622 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:09:55.623 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:10:05.625 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:10:05.625 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:10:08.682 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:10:28.683 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:10:31.721 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:10:51.722 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:10:54.761 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:11:14.762 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:11:17.721 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:11:37.723 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:11:40.015 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:12:00.016 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:12:00.281 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:12:20.282 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:12:21.176 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 06:12:21.177 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 06:12:21.470 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:14:31.495 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:14:41.496 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:14:41.497 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:14:51.499 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:14:51.500 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:15:01.502 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:15:01.502 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:15:11.504 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:15:11.505 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:15:21.506 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:15:41.508 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:15:44.548 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:16:04.549 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:16:07.588 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:16:27.589 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:16:29.881 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:16:49.883 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:16:50.148 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:17:10.149 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:17:11.241 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 06:17:11.243 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 06:17:12.037 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:19:21.387 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:19:31.389 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:19:31.391 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:19:41.392 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:19:41.393 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:19:51.395 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:19:51.395 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:20:01.397 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:20:01.398 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:20:01.560 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:20:21.562 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:20:31.564 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:20:51.565 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:21:01.568 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:21:21.569 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:21:24.015 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:21:44.017 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:21:46.307 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:22:06.308 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:22:06.574 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:22:26.576 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:22:27.467 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 06:22:27.468 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 06:22:27.765 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:24:07.475 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:24:17.478 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:24:17.479 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:24:27.480 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:24:27.481 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:24:37.482 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:24:37.483 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:24:47.484 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:25:07.485 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:25:07.907 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:25:27.909 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:25:30.201 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:25:50.202 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:25:52.494 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-28 06:26:12.495 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:26:12.761 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:26:32.762 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:26:35.054 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:26:55.055 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:26:57.348 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 06:27:17.349 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:27:18.259 [I] [client/service.go:286] [9a45808dde8427d5] login to server success, get run id [9a45808dde8427d5] 2026-01-28 06:27:18.260 [I] [proxy/proxy_manager.go:173] [9a45808dde8427d5] proxy added: [DTN57CC5599] 2026-01-28 06:27:18.556 [I] [client/control.go:168] [9a45808dde8427d5] [DTN57CC5599] start proxy success 2026-01-28 06:29:59.940 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... 2026-01-28 06:30:09.943 [W] [client/service.go:297] [9a45808dde8427d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 06:30:09.944 [I] [client/service.go:294] [9a45808dde8427d5] try to connect to server... [2026-01-28,06:30:42.074] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,06:30:42.081] [INFO] LocationSqlManager initialising [2026-01-28,06:30:42.082] [INFO] Location DB initialising [2026-01-28,06:30:42.096] [INFO] LocationSqlManager initialisation complete [2026-01-28,06:30:42.097] [DEBUG] UploadManager Init [2026-01-28,06:30:42.098] [DEBUG] UploadManager Init Complete [2026-01-28,06:30:42.102] [INFO] Initializing GPS... [2026-01-28,06:30:42.105] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,06:35:30.736] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,06:50:30.817] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,07:05:30.938] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,07:20:31.059] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,07:35:31.119] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,07:50:31.149] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,08:05:31.269] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,08:20:31.389] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,08:35:31.491] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,08:50:31.573] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,09:05:31.656] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,09:20:31.759] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,09:35:31.788] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,09:50:31.886] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,10:05:31.952] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,10:20:32.072] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,10:35:32.187] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,10:50:32.308] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,11:05:32.334] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,11:20:32.448] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,11:35:32.503] [ERROR] Cloud md5sum error [2026-01-28,06:30:26.193] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,06:30:26.200] [INFO] LocationSqlManager initialising [2026-01-28,06:30:26.201] [INFO] Location DB initialising [2026-01-28,06:30:26.211] [INFO] LocationSqlManager initialisation complete [2026-01-28,06:30:26.213] [DEBUG] UploadManager Init [2026-01-28,06:30:26.213] [DEBUG] UploadManager Init Complete [2026-01-28,06:30:26.218] [INFO] Initializing GPS... [2026-01-28,06:30:26.221] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,12:26:21.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,12:26:29.545] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-28,12:26:54.590] [DEBUG] Log Upload Complete! [2026-01-28,12:29:21.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,12:29:21.960] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-28,12:29:28.739] [DEBUG] Remote Access Enabled [2026-01-28,12:29:35.080] [INFO] Server Address: 138.201.17.179 [2026-01-28,12:29:35.081] [INFO] Server Port: 7000 [2026-01-28,12:29:35.085] [DEBUG] Starting Remote Access! 2026-01-28 12:29:35.215 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-28 12:29:35.216 [I] [client/service.go:294] try to connect to server... 2026-01-28 12:29:36.587 [I] [client/service.go:286] [69ac7ffc5c0fbc8a] login to server success, get run id [69ac7ffc5c0fbc8a] 2026-01-28 12:29:36.590 [I] [proxy/proxy_manager.go:173] [69ac7ffc5c0fbc8a] proxy added: [DTN57CC5599] 2026-01-28 12:29:37.311 [I] [client/control.go:168] [69ac7ffc5c0fbc8a] [DTN57CC5599] start proxy success [2026-01-28,12:35:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,12:35:24.203] [DEBUG] 6 processes running of frp type [2026-01-28,12:50:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,12:50:24.679] [DEBUG] 6 processes running of frp type [2026-01-28,13:05:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,13:05:24.059] [DEBUG] 6 processes running of frp type [2026-01-28,13:20:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,13:20:28.019] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,13:35:18.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,13:35:20.321] [DEBUG] 6 processes running of frp type [2026-01-28,13:50:18.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,13:50:25.060] [DEBUG] 6 processes running of frp type [2026-01-28,14:05:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,14:05:24.085] [DEBUG] 6 processes running of frp type [2026-01-28,14:20:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,14:20:24.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,14:35:18.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,14:35:24.977] [DEBUG] 6 processes running of frp type [2026-01-28,14:50:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,14:50:24.589] [DEBUG] 6 processes running of frp type [2026-01-28,15:05:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,15:05:24.665] [DEBUG] 6 processes running of frp type [2026-01-28,15:20:18.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,15:20:25.100] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,15:35:18.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,15:35:24.826] [DEBUG] 6 processes running of frp type [2026-01-28,15:50:18.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,15:50:26.078] [DEBUG] 6 processes running of frp type [2026-01-28,16:05:18.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,16:05:25.502] [DEBUG] 6 processes running of frp type [2026-01-28,16:20:18.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,16:20:25.470] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,16:35:18.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,16:35:25.912] [DEBUG] 6 processes running of frp type [2026-01-28,16:50:18.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,16:50:26.583] [DEBUG] 6 processes running of frp type [2026-01-28,17:05:18.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,17:05:25.375] [DEBUG] 6 processes running of frp type [2026-01-28,17:20:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,17:20:24.249] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,17:35:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,17:35:26.276] [DEBUG] 6 processes running of frp type [2026-01-28,17:50:18.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,17:50:25.231] [DEBUG] 6 processes running of frp type [2026-01-28,18:05:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,18:05:24.454] [DEBUG] 6 processes running of frp type [2026-01-28,18:20:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,18:20:24.638] [DEBUG] 6 processes running of frp type [2026-01-28,18:25:40.705] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,18:25:40.710] [INFO] LocationSqlManager initialising [2026-01-28,18:25:40.711] [INFO] Location DB initialising [2026-01-28,18:25:40.720] [INFO] LocationSqlManager initialisation complete [2026-01-28,18:25:40.721] [DEBUG] UploadManager Init [2026-01-28,18:25:40.721] [DEBUG] UploadManager Init Complete [2026-01-28,18:25:40.724] [INFO] Initializing GPS... [2026-01-28,18:25:40.726] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,18:27:45.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,18:27:56.896] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-28,18:28:17.876] [DEBUG] Log Upload Complete! [2026-01-28,18:30:45.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,18:30:51.786] [DEBUG] Remote Access Enabled [2026-01-28,18:30:58.196] [INFO] Server Address: 138.201.17.179 [2026-01-28,18:30:58.197] [INFO] Server Port: 7000 [2026-01-28,18:30:58.202] [DEBUG] Starting Remote Access! 2026-01-28 18:30:58.340 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-28 18:30:58.340 [I] [client/service.go:294] try to connect to server... 2026-01-28 18:31:00.337 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 18:31:00.338 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 18:31:00.758 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,18:35:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,18:35:23.939] [DEBUG] 6 processes running of frp type [2026-01-28,18:50:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,18:50:24.753] [DEBUG] 6 processes running of frp type [2026-01-28,19:05:17.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,19:05:25.905] [DEBUG] 6 processes running of frp type [2026-01-28,19:20:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,19:20:23.945] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,19:35:18.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,19:35:24.938] [DEBUG] 6 processes running of frp type [2026-01-28,19:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,19:50:24.265] [DEBUG] 6 processes running of frp type 2026-01-28 19:56:09.835 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:56:19.837 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 19:56:19.837 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:56:29.839 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 19:56:29.840 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:56:39.841 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 19:56:39.842 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:56:49.844 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 19:56:49.844 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:56:59.846 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 19:57:19.846 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:57:19.850 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:57:39.852 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:57:39.856 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:57:59.857 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:57:59.864 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:58:19.866 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:58:19.868 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:58:39.869 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:58:39.872 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:58:59.874 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:58:59.880 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:59:19.881 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:59:19.884 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:59:39.886 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:59:39.891 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 19:59:59.892 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 19:59:59.949 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:00:19.951 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:00:19.954 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:00:39.955 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:00:39.962 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:00:59.963 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:00:59.969 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:01:19.971 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:01:19.972 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:01:39.973 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:01:39.977 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:01:59.979 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:01:59.984 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:02:19.986 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:02:19.989 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:02:39.990 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:02:39.994 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:02:59.995 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:02:59.999 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:03:20.000 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:03:20.004 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:03:40.005 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:03:40.010 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:04:00.010 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:04:01.709 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:04:01.710 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:04:02.066 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success 2026-01-28 20:04:40.476 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:04:41.518 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:04:41.518 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:04:41.858 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,20:05:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,20:05:24.256] [DEBUG] 6 processes running of frp type 2026-01-28 20:06:54.085 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:07:02.703 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:07:02.704 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:07:03.177 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success 2026-01-28 20:08:12.103 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:08:22.104 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 20:08:22.105 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:08:32.106 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 20:08:32.107 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:08:42.109 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 20:08:42.109 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:08:52.111 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 20:08:52.112 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:09:02.113 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 20:09:22.114 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:09:29.294 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:09:49.296 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:09:49.301 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:10:09.301 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:10:09.304 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:10:29.306 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:10:29.309 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:10:49.310 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:10:49.314 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:11:09.315 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:11:09.319 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-28 20:11:29.320 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:11:34.081 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:11:34.081 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:11:34.645 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,20:20:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,20:20:24.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-28 20:28:23.293 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:28:30.283 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:28:30.284 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:28:34.452 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,20:35:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,20:35:24.415] [DEBUG] 6 processes running of frp type 2026-01-28 20:37:56.362 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:38:06.845 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: connection write timeout 2026-01-28 20:38:06.846 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:38:08.682 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:38:08.684 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:38:11.593 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success 2026-01-28 20:48:34.654 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 20:48:38.019 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 20:48:38.020 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 20:48:43.007 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,20:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,20:50:24.495] [DEBUG] 6 processes running of frp type 2026-01-28 21:00:07.368 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:00:26.007 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: connection write timeout 2026-01-28 21:00:26.007 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:00:43.834 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: i/o deadline reached 2026-01-28 21:00:43.835 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:00:48.585 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:00:48.585 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:00:50.838 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success 2026-01-28 21:02:29.702 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:02:39.704 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 21:02:39.705 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:02:49.706 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 21:02:49.707 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:03:03.323 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: connection write timeout 2026-01-28 21:03:03.324 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:03:04.722 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:03:04.723 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:03:05.158 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,21:05:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,21:05:24.387] [DEBUG] 6 processes running of frp type 2026-01-28 21:08:57.100 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:08:59.046 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:08:59.046 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:09:06.067 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success 2026-01-28 21:16:49.993 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:17:00.748 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: connection write timeout 2026-01-28 21:17:00.748 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:17:02.283 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:17:02.284 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:17:17.304 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,21:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,21:20:24.094] [DEBUG] 6 processes running of frp type 2026-01-28 21:21:18.644 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:21:32.044 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: i/o deadline reached 2026-01-28 21:21:32.045 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:21:43.103 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:21:43.104 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:21:51.639 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success 2026-01-28 21:23:46.527 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:23:52.351 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:23:52.352 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:24:28.260 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:24:39.228 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: i/o deadline reached 2026-01-28 21:24:39.229 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:24:50.343 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:24:50.345 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:24:51.456 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,21:35:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,21:35:24.159] [DEBUG] 6 processes running of frp type 2026-01-28 21:41:07.274 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-28 21:41:11.387 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-28 21:41:11.388 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-28 21:41:12.033 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-28,21:50:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,21:50:24.022] [DEBUG] 6 processes running of frp type [2026-01-28,22:05:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,22:05:23.890] [DEBUG] 6 processes running of frp type [2026-01-28,22:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,22:20:27.619] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,22:35:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,22:35:24.710] [DEBUG] 6 processes running of frp type [2026-01-28,22:50:17.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,22:50:23.541] [DEBUG] 6 processes running of frp type [2026-01-28,23:05:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,23:05:24.394] [DEBUG] 6 processes running of frp type [2026-01-28,23:20:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,23:20:24.732] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,23:35:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,23:35:23.793] [DEBUG] 6 processes running of frp type [2026-01-28,23:50:17.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-28,23:50:24.683] [DEBUG] 6 processes running of frp type [2026-01-29,00:05:16.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,00:05:23.686] [DEBUG] 6 processes running of frp type [2026-01-29,00:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,00:20:24.354] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,00:35:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,00:35:24.204] [DEBUG] 6 processes running of frp type [2026-01-29,00:50:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,00:50:23.877] [DEBUG] 6 processes running of frp type [2026-01-29,01:05:20.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,01:05:28.340] [DEBUG] 6 processes running of frp type [2026-01-29,01:20:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,01:20:24.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,01:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,01:35:28.049] [DEBUG] 6 processes running of frp type [2026-01-29,01:50:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,01:50:23.552] [DEBUG] 6 processes running of frp type [2026-01-29,02:05:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,02:05:24.377] [DEBUG] 6 processes running of frp type [2026-01-29,02:20:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,02:20:24.177] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,02:35:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,02:35:23.905] [DEBUG] 6 processes running of frp type [2026-01-29,02:50:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,02:50:24.594] [DEBUG] 6 processes running of frp type [2026-01-29,03:05:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,03:05:24.314] [DEBUG] 6 processes running of frp type [2026-01-29,03:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,03:20:24.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-29 03:26:49.768 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-29 03:26:51.556 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-29 03:26:51.557 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-29 03:26:52.034 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-29,03:35:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,03:35:24.238] [DEBUG] 6 processes running of frp type [2026-01-29,03:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,03:50:24.120] [DEBUG] 6 processes running of frp type 2026-01-29 04:04:20.862 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-29 04:04:23.903 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-29 04:04:23.904 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-29 04:04:26.943 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-29 04:04:26.944 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-29 04:04:29.983 [W] [client/service.go:297] [2cf86ae6409c6498] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-29 04:04:39.378 [I] [client/service.go:294] [2cf86ae6409c6498] try to connect to server... 2026-01-29 04:04:41.065 [I] [client/service.go:286] [2cf86ae6409c6498] login to server success, get run id [2cf86ae6409c6498] 2026-01-29 04:04:41.066 [I] [proxy/proxy_manager.go:173] [2cf86ae6409c6498] proxy added: [DTN57CC5599] 2026-01-29 04:04:41.438 [I] [client/control.go:168] [2cf86ae6409c6498] [DTN57CC5599] start proxy success [2026-01-29,04:05:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,04:05:23.968] [DEBUG] 6 processes running of frp type [2026-01-29,04:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,04:20:23.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,04:35:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,04:35:23.882] [DEBUG] 6 processes running of frp type [2026-01-29,04:50:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,04:50:24.197] [DEBUG] 6 processes running of frp type [2026-01-29,05:05:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,05:05:24.367] [DEBUG] 6 processes running of frp type [2026-01-29,05:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,05:20:24.098] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,05:35:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,05:35:24.521] [DEBUG] 6 processes running of frp type [2026-01-29,05:50:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,05:50:24.261] [DEBUG] 6 processes running of frp type [2026-01-29,06:05:17.700] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,06:05:24.512] [DEBUG] 6 processes running of frp type [2026-01-29,06:20:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,06:20:24.354] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,06:30:42.243] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,06:30:42.251] [INFO] LocationSqlManager initialising [2026-01-29,06:30:42.252] [INFO] Location DB initialising [2026-01-29,06:30:42.263] [INFO] LocationSqlManager initialisation complete [2026-01-29,06:30:42.265] [DEBUG] UploadManager Init [2026-01-29,06:30:42.265] [DEBUG] UploadManager Init Complete [2026-01-29,06:30:42.270] [INFO] Initializing GPS... [2026-01-29,06:30:42.273] [INFO] Starting location capture [2026-01-29,06:31:48.570] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,06:31:48.575] [INFO] LocationSqlManager initialising [2026-01-29,06:31:48.576] [INFO] Location DB initialising [2026-01-29,06:31:48.585] [INFO] LocationSqlManager initialisation complete [2026-01-29,06:31:48.586] [DEBUG] UploadManager Init [2026-01-29,06:31:48.586] [DEBUG] UploadManager Init Complete [2026-01-29,06:31:48.589] [INFO] Initializing GPS... [2026-01-29,06:31:48.591] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,06:33:51.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,06:33:58.432] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-29,06:34:11.210] [DEBUG] Log Upload Complete! [2026-01-29,06:36:52.753] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-29,06:36:57.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,06:37:05.162] [DEBUG] Remote Access Enabled [2026-01-29,06:37:11.466] [INFO] Server Address: 138.201.17.179 [2026-01-29,06:37:11.467] [INFO] Server Port: 7000 [2026-01-29,06:37:11.472] [DEBUG] Starting Remote Access! 2026-01-29 06:37:11.603 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 06:37:11.603 [I] [client/service.go:294] try to connect to server... 2026-01-29 06:37:12.599 [I] [client/service.go:286] [89ecb94ea9c93185] login to server success, get run id [89ecb94ea9c93185] 2026-01-29 06:37:12.600 [I] [proxy/proxy_manager.go:173] [89ecb94ea9c93185] proxy added: [DTN57CC5599] 2026-01-29 06:37:12.935 [I] [client/control.go:168] [89ecb94ea9c93185] [DTN57CC5599] start proxy success [2026-01-29,06:50:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,06:50:24.059] [DEBUG] 6 processes running of frp type [2026-01-29,07:05:18.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,07:05:25.156] [DEBUG] 6 processes running of frp type [2026-01-29,07:20:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,07:20:30.158] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,07:35:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,07:35:24.411] [DEBUG] 6 processes running of frp type [2026-01-29,07:50:18.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,07:50:26.235] [DEBUG] 6 processes running of frp type [2026-01-29,08:02:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,08:02:24.008] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-29,08:02:40.827] [DEBUG] Log Upload Complete! [2026-01-29,08:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,08:05:24.669] [DEBUG] 6 processes running of frp type [2026-01-29,08:20:18.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,08:20:25.162] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,08:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,08:35:24.308] [DEBUG] 6 processes running of frp type [2026-01-29,08:50:18.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,08:50:25.593] [DEBUG] 6 processes running of frp type 2026-01-29 08:52:02.329 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 08:52:03.425 [I] [client/service.go:286] [89ecb94ea9c93185] login to server success, get run id [89ecb94ea9c93185] 2026-01-29 08:52:03.427 [I] [proxy/proxy_manager.go:173] [89ecb94ea9c93185] proxy added: [DTN57CC5599] 2026-01-29 08:52:03.782 [I] [client/control.go:168] [89ecb94ea9c93185] [DTN57CC5599] start proxy success [2026-01-29,09:05:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,09:05:24.679] [DEBUG] 6 processes running of frp type 2026-01-29 09:07:23.481 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 09:07:26.246 [I] [client/service.go:286] [89ecb94ea9c93185] login to server success, get run id [89ecb94ea9c93185] 2026-01-29 09:07:26.247 [I] [proxy/proxy_manager.go:173] [89ecb94ea9c93185] proxy added: [DTN57CC5599] 2026-01-29 09:07:26.744 [I] [client/control.go:168] [89ecb94ea9c93185] [DTN57CC5599] start proxy success [2026-01-29,09:20:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,09:20:24.710] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,09:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,09:35:24.039] [DEBUG] 6 processes running of frp type [2026-01-29,09:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,09:50:24.041] [DEBUG] 6 processes running of frp type [2026-01-29,10:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,10:05:24.045] [DEBUG] 6 processes running of frp type [2026-01-29,10:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,10:20:23.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,10:35:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,10:35:24.554] [DEBUG] 6 processes running of frp type [2026-01-29,10:50:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,10:50:24.147] [DEBUG] 6 processes running of frp type [2026-01-29,11:05:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,11:05:24.082] [DEBUG] 6 processes running of frp type [2026-01-29,11:20:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,11:20:23.772] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,11:35:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,11:35:24.809] [DEBUG] 6 processes running of frp type [2026-01-29,11:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,11:50:24.140] [DEBUG] 6 processes running of frp type 2026-01-29 12:04:49.016 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 12:04:49.025 [W] [client/service.go:297] [89ecb94ea9c93185] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-29 12:04:51.084 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 12:04:51.091 [W] [client/service.go:297] [89ecb94ea9c93185] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-29 12:04:55.350 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 12:04:56.518 [I] [client/service.go:286] [89ecb94ea9c93185] login to server success, get run id [89ecb94ea9c93185] 2026-01-29 12:04:56.518 [I] [proxy/proxy_manager.go:173] [89ecb94ea9c93185] proxy added: [DTN57CC5599] 2026-01-29 12:04:56.837 [I] [client/control.go:168] [89ecb94ea9c93185] [DTN57CC5599] start proxy success [2026-01-29,12:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,12:05:24.302] [DEBUG] 6 processes running of frp type [2026-01-29,12:20:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,12:20:24.258] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,12:35:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,12:35:25.104] [DEBUG] 6 processes running of frp type [2026-01-29,12:50:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,12:50:24.215] [DEBUG] 6 processes running of frp type [2026-01-29,13:05:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,13:05:24.482] [DEBUG] 6 processes running of frp type [2026-01-29,13:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,13:20:24.618] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,13:35:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,13:35:24.449] [DEBUG] 6 processes running of frp type [2026-01-29,13:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,13:50:24.319] [DEBUG] 6 processes running of frp type [2026-01-29,14:05:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,14:05:24.323] [DEBUG] 6 processes running of frp type [2026-01-29,14:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,14:20:24.863] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,14:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,14:35:24.073] [DEBUG] 6 processes running of frp type [2026-01-29,14:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,14:50:25.160] [DEBUG] 6 processes running of frp type [2026-01-29,15:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,15:05:24.121] [DEBUG] 6 processes running of frp type [2026-01-29,15:20:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,15:20:25.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,15:35:18.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,15:35:25.237] [DEBUG] 6 processes running of frp type [2026-01-29,15:50:18.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,15:50:25.152] [DEBUG] 6 processes running of frp type [2026-01-29,16:05:18.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,16:05:25.579] [DEBUG] 6 processes running of frp type [2026-01-29,16:20:18.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,16:20:25.542] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,16:35:18.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,16:35:25.547] [DEBUG] 6 processes running of frp type [2026-01-29,16:50:18.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,16:50:25.567] [DEBUG] 6 processes running of frp type 2026-01-29 16:59:46.642 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 16:59:56.645 [W] [client/service.go:297] [89ecb94ea9c93185] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-29 16:59:56.646 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 16:59:58.540 [I] [client/service.go:286] [89ecb94ea9c93185] login to server success, get run id [89ecb94ea9c93185] 2026-01-29 16:59:58.541 [I] [proxy/proxy_manager.go:173] [89ecb94ea9c93185] proxy added: [DTN57CC5599] 2026-01-29 16:59:58.897 [I] [client/control.go:168] [89ecb94ea9c93185] [DTN57CC5599] start proxy success [2026-01-29,17:05:19.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,17:05:25.837] [DEBUG] 6 processes running of frp type [2026-01-29,17:20:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,17:20:25.571] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,17:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,17:35:24.463] [DEBUG] 6 processes running of frp type [2026-01-29,17:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,17:50:24.928] [DEBUG] 6 processes running of frp type 2026-01-29 17:53:57.627 [I] [client/service.go:294] [89ecb94ea9c93185] try to connect to server... 2026-01-29 17:54:03.683 [I] [client/service.go:286] [89ecb94ea9c93185] login to server success, get run id [89ecb94ea9c93185] 2026-01-29 17:54:03.685 [I] [proxy/proxy_manager.go:173] [89ecb94ea9c93185] proxy added: [DTN57CC5599] 2026-01-29 17:54:04.111 [I] [client/control.go:168] [89ecb94ea9c93185] [DTN57CC5599] start proxy success [2026-01-29,18:05:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,18:05:25.646] [DEBUG] 6 processes running of frp type [2026-01-29,18:20:18.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,18:20:44.062] [DEBUG] 6 processes running of frp type [2026-01-29,18:25:42.268] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,18:25:42.275] [INFO] LocationSqlManager initialising [2026-01-29,18:25:42.276] [INFO] Location DB initialising [2026-01-29,18:25:42.288] [INFO] LocationSqlManager initialisation complete [2026-01-29,18:25:42.289] [DEBUG] UploadManager Init [2026-01-29,18:25:42.290] [DEBUG] UploadManager Init Complete [2026-01-29,18:25:42.295] [INFO] Initializing GPS... [2026-01-29,18:25:42.297] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,18:27:44.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,18:27:53.853] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-29,18:29:13.668] [DEBUG] Log Upload Complete! [2026-01-29,18:30:45.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,18:30:52.826] [DEBUG] Remote Access Enabled [2026-01-29,18:31:10.528] [INFO] Server Address: 138.201.17.179 [2026-01-29,18:31:10.529] [INFO] Server Port: 7000 [2026-01-29,18:31:10.534] [DEBUG] Starting Remote Access! 2026-01-29 18:31:10.668 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 18:31:10.669 [I] [client/service.go:294] try to connect to server... 2026-01-29 18:31:12.944 [I] [client/service.go:286] [81e86d4521452a98] login to server success, get run id [81e86d4521452a98] 2026-01-29 18:31:12.946 [I] [proxy/proxy_manager.go:173] [81e86d4521452a98] proxy added: [DTN57CC5599] 2026-01-29 18:31:14.073 [I] [client/control.go:168] [81e86d4521452a98] [DTN57CC5599] start proxy success [2026-01-29,18:35:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,18:35:37.427] [DEBUG] 6 processes running of frp type [2026-01-29,18:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,18:50:28.202] [DEBUG] 6 processes running of frp type [2026-01-29,19:05:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,19:05:24.725] [DEBUG] 6 processes running of frp type [2026-01-29,19:20:18.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,19:20:29.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-29 19:32:46.961 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-29 19:33:07.249 [I] [client/service.go:286] [81e86d4521452a98] login to server success, get run id [81e86d4521452a98] 2026-01-29 19:33:07.250 [I] [proxy/proxy_manager.go:173] [81e86d4521452a98] proxy added: [DTN57CC5599] 2026-01-29 19:33:08.038 [I] [client/control.go:168] [81e86d4521452a98] [DTN57CC5599] start proxy success [2026-01-29,19:35:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,19:35:27.384] [DEBUG] 6 processes running of frp type [2026-01-29,19:50:18.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,19:50:26.651] [DEBUG] 6 processes running of frp type [2026-01-29,20:05:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,20:05:26.825] [DEBUG] 6 processes running of frp type [2026-01-29,20:20:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,20:20:23.856] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,20:35:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,20:35:24.993] [DEBUG] 6 processes running of frp type [2026-01-29,20:50:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,20:50:25.276] [DEBUG] 6 processes running of frp type [2026-01-29,21:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,21:05:24.578] [DEBUG] 6 processes running of frp type [2026-01-29,21:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,21:20:24.788] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,21:35:18.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,21:35:26.620] [DEBUG] 6 processes running of frp type [2026-01-29,21:50:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,21:50:25.913] [DEBUG] 6 processes running of frp type [2026-01-29,22:05:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,22:05:23.797] [DEBUG] 6 processes running of frp type 2026-01-29 22:16:38.995 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-29 22:16:41.150 [I] [client/service.go:286] [81e86d4521452a98] login to server success, get run id [81e86d4521452a98] 2026-01-29 22:16:41.152 [I] [proxy/proxy_manager.go:173] [81e86d4521452a98] proxy added: [DTN57CC5599] 2026-01-29 22:16:41.519 [I] [client/control.go:168] [81e86d4521452a98] [DTN57CC5599] start proxy success [2026-01-29,22:20:18.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,22:20:26.813] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,22:35:19.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,22:35:25.796] [DEBUG] 6 processes running of frp type [2026-01-29,22:50:19.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,22:50:25.998] [DEBUG] 6 processes running of frp type [2026-01-29,23:05:19.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,23:05:25.898] [DEBUG] 6 processes running of frp type [2026-01-29,23:20:18.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,23:20:25.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,23:35:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,23:35:23.909] [DEBUG] 6 processes running of frp type [2026-01-29,23:50:17.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-29,23:50:23.555] [DEBUG] 6 processes running of frp type [2026-01-30,00:05:18.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,00:05:25.545] [DEBUG] 6 processes running of frp type [2026-01-30,00:20:18.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,00:20:25.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-30 00:30:32.327 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 00:30:34.128 [I] [client/service.go:286] [81e86d4521452a98] login to server success, get run id [81e86d4521452a98] 2026-01-30 00:30:34.128 [I] [proxy/proxy_manager.go:173] [81e86d4521452a98] proxy added: [DTN57CC5599] 2026-01-30 00:30:34.459 [I] [client/control.go:168] [81e86d4521452a98] [DTN57CC5599] start proxy success [2026-01-30,00:35:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,00:35:24.286] [DEBUG] 6 processes running of frp type [2026-01-30,00:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,00:50:24.132] [DEBUG] 6 processes running of frp type [2026-01-30,01:05:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,01:05:24.009] [DEBUG] 6 processes running of frp type [2026-01-30,01:20:17.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,01:20:24.352] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,01:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,01:35:24.710] [DEBUG] 6 processes running of frp type [2026-01-30,01:50:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,01:50:24.303] [DEBUG] 6 processes running of frp type [2026-01-30,02:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,02:05:24.235] [DEBUG] 6 processes running of frp type [2026-01-30,02:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,02:20:24.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,02:35:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,02:35:23.954] [DEBUG] 6 processes running of frp type [2026-01-30,02:50:16.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,02:50:23.580] [DEBUG] 6 processes running of frp type [2026-01-30,03:05:18.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,03:05:24.843] [DEBUG] 6 processes running of frp type [2026-01-30,03:20:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,03:20:24.351] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,03:35:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,03:35:24.574] [DEBUG] 6 processes running of frp type [2026-01-30,03:50:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,03:50:24.291] [DEBUG] 6 processes running of frp type [2026-01-30,04:05:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,04:05:24.038] [DEBUG] 6 processes running of frp type 2026-01-30 04:06:32.565 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 04:06:33.883 [W] [client/service.go:297] [81e86d4521452a98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 04:06:33.884 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 04:06:36.923 [W] [client/service.go:297] [81e86d4521452a98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 04:06:36.923 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 04:06:38.962 [W] [client/service.go:297] [81e86d4521452a98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 04:06:47.503 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 04:06:57.505 [W] [client/service.go:297] [81e86d4521452a98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 04:06:57.505 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 04:07:00.314 [I] [client/service.go:286] [81e86d4521452a98] login to server success, get run id [81e86d4521452a98] 2026-01-30 04:07:00.315 [I] [proxy/proxy_manager.go:173] [81e86d4521452a98] proxy added: [DTN57CC5599] 2026-01-30 04:07:00.729 [I] [client/control.go:168] [81e86d4521452a98] [DTN57CC5599] start proxy success [2026-01-30,04:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,04:20:23.896] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,04:35:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,04:35:23.790] [DEBUG] 6 processes running of frp type [2026-01-30,04:50:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,04:50:24.026] [DEBUG] 6 processes running of frp type [2026-01-30,05:05:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,05:05:24.319] [DEBUG] 6 processes running of frp type [2026-01-30,05:20:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,05:20:24.278] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,05:35:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,05:35:24.899] [DEBUG] 6 processes running of frp type [2026-01-30,05:50:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,05:50:24.061] [DEBUG] 6 processes running of frp type [2026-01-30,06:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,06:05:24.016] [DEBUG] 6 processes running of frp type 2026-01-30 06:14:38.666 [I] [client/service.go:294] [81e86d4521452a98] try to connect to server... 2026-01-30 06:14:39.705 [I] [client/service.go:286] [81e86d4521452a98] login to server success, get run id [81e86d4521452a98] 2026-01-30 06:14:39.706 [I] [proxy/proxy_manager.go:173] [81e86d4521452a98] proxy added: [DTN57CC5599] 2026-01-30 06:14:40.137 [I] [client/control.go:168] [81e86d4521452a98] [DTN57CC5599] start proxy success [2026-01-30,06:20:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,06:20:25.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,06:30:41.169] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,06:30:41.176] [INFO] LocationSqlManager initialising [2026-01-30,06:30:41.177] [INFO] Location DB initialising [2026-01-30,06:30:41.188] [INFO] LocationSqlManager initialisation complete [2026-01-30,06:30:41.189] [DEBUG] UploadManager Init [2026-01-30,06:30:41.190] [DEBUG] UploadManager Init Complete [2026-01-30,06:30:41.194] [INFO] Initializing GPS... [2026-01-30,06:30:41.197] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,06:32:44.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,06:32:56.206] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-30,06:33:15.613] [DEBUG] Log Upload Complete! [2026-01-30,06:35:44.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,06:35:51.408] [DEBUG] Remote Access Enabled [2026-01-30,06:35:57.614] [INFO] Server Address: 138.201.17.179 [2026-01-30,06:35:57.615] [INFO] Server Port: 7000 [2026-01-30,06:35:57.620] [DEBUG] Starting Remote Access! 2026-01-30 06:35:57.749 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 06:35:57.750 [I] [client/service.go:294] try to connect to server... 2026-01-30 06:35:58.723 [I] [client/service.go:286] [a662bb4624d5b8fc] login to server success, get run id [a662bb4624d5b8fc] 2026-01-30 06:35:58.724 [I] [proxy/proxy_manager.go:173] [a662bb4624d5b8fc] proxy added: [DTN57CC5599] 2026-01-30 06:35:59.055 [I] [client/control.go:168] [a662bb4624d5b8fc] [DTN57CC5599] start proxy success [2026-01-30,06:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,06:50:24.159] [DEBUG] 6 processes running of frp type [2026-01-30,07:05:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,07:05:24.115] [DEBUG] 6 processes running of frp type [2026-01-30,07:20:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,07:20:24.033] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,07:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,07:35:24.279] [DEBUG] 6 processes running of frp type [2026-01-30,07:50:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,07:50:24.646] [DEBUG] 6 processes running of frp type [2026-01-30,08:02:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,08:02:24.465] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-30,08:02:41.498] [DEBUG] Log Upload Complete! [2026-01-30,08:05:18.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,08:05:25.339] [DEBUG] 6 processes running of frp type [2026-01-30,08:20:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,08:20:24.251] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,08:35:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,08:35:24.362] [DEBUG] 6 processes running of frp type [2026-01-30,08:50:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,08:50:27.538] [DEBUG] 6 processes running of frp type [2026-01-30,09:05:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,09:05:24.418] [DEBUG] 6 processes running of frp type [2026-01-30,09:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,09:20:24.469] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-30 09:29:01.661 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 09:29:02.672 [I] [client/service.go:286] [a662bb4624d5b8fc] login to server success, get run id [a662bb4624d5b8fc] 2026-01-30 09:29:02.673 [I] [proxy/proxy_manager.go:173] [a662bb4624d5b8fc] proxy added: [DTN57CC5599] 2026-01-30 09:29:03.012 [I] [client/control.go:168] [a662bb4624d5b8fc] [DTN57CC5599] start proxy success [2026-01-30,09:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,09:35:24.131] [DEBUG] 6 processes running of frp type [2026-01-30,09:50:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,09:50:24.414] [DEBUG] 6 processes running of frp type 2026-01-30 10:04:07.515 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:04:17.516 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:04:17.517 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:04:27.519 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:04:27.519 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:04:37.521 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:04:37.522 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:04:47.523 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:04:47.524 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:04:57.525 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:05:17.526 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:05:27.529 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:05:47.529 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:05:54.649 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:06:14.651 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:06:15.716 [I] [client/service.go:286] [a662bb4624d5b8fc] login to server success, get run id [a662bb4624d5b8fc] 2026-01-30 10:06:15.717 [I] [proxy/proxy_manager.go:173] [a662bb4624d5b8fc] proxy added: [DTN57CC5599] 2026-01-30 10:06:16.047 [I] [client/control.go:168] [a662bb4624d5b8fc] [DTN57CC5599] start proxy success [2026-01-30,10:06:22.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,10:06:29.620] [DEBUG] 6 processes running of frp type 2026-01-30 10:08:56.671 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:08:59.630 [I] [client/service.go:286] [a662bb4624d5b8fc] login to server success, get run id [a662bb4624d5b8fc] 2026-01-30 10:08:59.632 [I] [proxy/proxy_manager.go:173] [a662bb4624d5b8fc] proxy added: [DTN57CC5599] 2026-01-30 10:09:00.014 [I] [client/control.go:168] [a662bb4624d5b8fc] [DTN57CC5599] start proxy success 2026-01-30 10:12:12.223 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:12:22.225 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:12:22.225 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:12:32.228 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:12:32.228 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:12:42.231 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:12:42.232 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:12:52.234 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:12:52.234 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:13:02.236 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:13:22.238 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:13:32.239 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:13:52.240 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:13:54.434 [I] [client/service.go:286] [a662bb4624d5b8fc] login to server success, get run id [a662bb4624d5b8fc] 2026-01-30 10:13:54.435 [I] [proxy/proxy_manager.go:173] [a662bb4624d5b8fc] proxy added: [DTN57CC5599] 2026-01-30 10:13:54.967 [I] [client/control.go:168] [a662bb4624d5b8fc] [DTN57CC5599] start proxy success 2026-01-30 10:14:32.720 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:14:42.723 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:14:42.723 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:14:52.725 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:14:52.725 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:15:02.727 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:15:02.728 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:15:12.729 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:15:12.729 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:15:22.730 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:15:42.732 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:15:52.734 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:16:12.735 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:16:22.737 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-30 10:16:42.738 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:16:42.743 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:17:02.744 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:17:02.750 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:17:22.751 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:17:22.755 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:17:42.756 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:17:42.760 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:18:02.761 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:18:02.765 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:18:22.766 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:18:22.771 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:18:42.773 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:18:42.780 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:19:02.781 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:19:02.787 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:19:22.788 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:19:22.811 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:19:42.811 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:19:42.816 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:20:02.817 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:20:02.821 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:20:22.822 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:20:22.840 [W] [client/service.go:297] [a662bb4624d5b8fc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-30 10:20:42.841 [I] [client/service.go:294] [a662bb4624d5b8fc] try to connect to server... 2026-01-30 10:20:43.908 [I] [client/service.go:286] [a662bb4624d5b8fc] login to server success, get run id [a662bb4624d5b8fc] 2026-01-30 10:20:43.910 [I] [proxy/proxy_manager.go:173] [a662bb4624d5b8fc] proxy added: [DTN57CC5599] 2026-01-30 10:20:44.246 [I] [client/control.go:168] [a662bb4624d5b8fc] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,10:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-01-30,10:35:24.619] [DEBUG] 6 processes running of frp type [2026-01-30,10:36:04.718] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,10:36:04.725] [INFO] LocationSqlManager initialising [2026-01-30,10:36:04.726] [INFO] Location DB initialising [2026-01-30,10:36:04.737] [INFO] LocationSqlManager initialisation complete [2026-01-30,10:36:04.738] [DEBUG] UploadManager Init [2026-01-30,10:36:04.739] [DEBUG] UploadManager Init Complete [2026-01-30,10:36:04.743] [INFO] Initializing GPS... [2026-01-30,10:36:04.746] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,14:35:57.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,14:36:04.627] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-26,14:37:09.099] [DEBUG] Log Upload Complete! [2026-02-26,14:38:58.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,14:39:04.919] [DEBUG] Remote Access Enabled [2026-02-26,14:39:11.297] [INFO] Server Address: 138.201.17.179 [2026-02-26,14:39:11.298] [INFO] Server Port: 7000 [2026-02-26,14:39:11.302] [DEBUG] Starting Remote Access! 2026-02-26 14:39:11.442 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-26 14:39:11.443 [I] [client/service.go:294] try to connect to server... 2026-02-26 14:39:12.689 [I] [client/service.go:286] [6d3c81df976e4795] login to server success, get run id [6d3c81df976e4795] 2026-02-26 14:39:12.691 [I] [proxy/proxy_manager.go:173] [6d3c81df976e4795] proxy added: [DTN57CC5599] 2026-02-26 14:39:13.022 [I] [client/control.go:168] [6d3c81df976e4795] [DTN57CC5599] start proxy success [2026-02-26,14:50:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,14:50:24.411] [DEBUG] 6 processes running of frp type [2026-02-26,15:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,15:05:24.502] [DEBUG] 6 processes running of frp type [2026-02-26,15:20:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,15:20:24.689] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,15:35:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,15:35:24.506] [DEBUG] 6 processes running of frp type [2026-02-26,15:50:18.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,15:50:25.452] [DEBUG] 6 processes running of frp type [2026-02-26,16:05:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,16:05:25.364] [DEBUG] 6 processes running of frp type [2026-02-26,16:20:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,16:20:24.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,16:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,16:35:24.161] [DEBUG] 6 processes running of frp type [2026-02-26,16:50:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,16:50:24.786] [DEBUG] 6 processes running of frp type [2026-02-26,17:05:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,17:05:24.159] [DEBUG] 6 processes running of frp type [2026-02-26,17:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,17:20:24.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,17:35:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,17:35:24.482] [DEBUG] 6 processes running of frp type [2026-02-26,17:50:17.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,17:50:24.499] [DEBUG] 6 processes running of frp type [2026-02-26,18:05:18.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,18:05:24.993] [DEBUG] 6 processes running of frp type [2026-02-26,18:20:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,18:20:24.194] [DEBUG] 6 processes running of frp type [2026-02-26,18:25:41.914] [INFO] Initializing BusSpeedStateManager V2 [2026-02-26,18:25:41.920] [INFO] LocationSqlManager initialising [2026-02-26,18:25:41.920] [INFO] Location DB initialising [2026-02-26,18:25:41.929] [INFO] LocationSqlManager initialisation complete [2026-02-26,18:25:41.930] [DEBUG] UploadManager Init [2026-02-26,18:25:41.930] [DEBUG] UploadManager Init Complete [2026-02-26,18:25:41.933] [INFO] Initializing GPS... [2026-02-26,18:25:41.935] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,18:27:44.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,18:27:52.031] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-26,18:28:14.960] [DEBUG] Log Upload Complete! [2026-02-26,18:30:44.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,18:30:51.540] [DEBUG] Remote Access Enabled [2026-02-26,18:30:58.511] [INFO] Server Address: 138.201.17.179 [2026-02-26,18:30:58.512] [INFO] Server Port: 7000 [2026-02-26,18:30:58.517] [DEBUG] Starting Remote Access! 2026-02-26 18:30:58.653 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-26 18:30:58.654 [I] [client/service.go:294] try to connect to server... 2026-02-26 18:31:00.422 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 18:31:00.424 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 18:31:00.757 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-26,18:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,18:35:24.047] [DEBUG] 6 processes running of frp type [2026-02-26,18:50:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,18:50:24.509] [DEBUG] 6 processes running of frp type [2026-02-26,19:05:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,19:05:24.963] [DEBUG] 6 processes running of frp type [2026-02-26,19:20:17.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,19:20:24.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,19:35:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,19:35:24.647] [DEBUG] 6 processes running of frp type 2026-02-26 19:35:56.378 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 19:35:58.847 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 19:35:58.849 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 19:35:59.401 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-26,19:50:18.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,19:50:25.756] [DEBUG] 6 processes running of frp type 2026-02-26 20:02:22.132 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:02:29.163 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 20:02:29.163 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 20:02:30.570 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success 2026-02-26 20:03:33.792 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:03:49.640 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: i/o deadline reached 2026-02-26 20:03:49.640 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:03:54.887 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 20:03:54.889 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 20:03:55.998 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-26,20:05:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,20:05:26.114] [DEBUG] 6 processes running of frp type 2026-02-26 20:10:14.450 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:10:25.684 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 20:10:25.686 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 20:10:26.223 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-26,20:20:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,20:20:23.823] [DEBUG] 6 processes running of frp type 2026-02-26 20:25:42.068 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:25:44.440 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 20:25:44.440 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 20:25:46.179 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,20:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,20:35:24.429] [DEBUG] 6 processes running of frp type 2026-02-26 20:44:58.525 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:45:08.527 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 20:45:08.527 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:45:18.529 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 20:45:18.529 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:45:28.530 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 20:45:28.531 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:45:38.532 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 20:45:38.533 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:45:48.535 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 20:46:08.537 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 20:46:19.222 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 20:46:19.223 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 20:46:26.699 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-26,20:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,20:50:25.074] [DEBUG] 6 processes running of frp type [2026-02-26,21:05:18.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,21:05:26.236] [DEBUG] 6 processes running of frp type [2026-02-26,21:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,21:20:24.469] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,21:35:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,21:35:23.619] [DEBUG] 6 processes running of frp type [2026-02-26,21:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,21:50:24.951] [DEBUG] 6 processes running of frp type [2026-02-26,22:05:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,22:05:24.281] [DEBUG] 6 processes running of frp type [2026-02-26,22:20:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,22:20:25.379] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,22:35:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,22:35:24.642] [DEBUG] 6 processes running of frp type [2026-02-26,22:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,22:50:24.803] [DEBUG] 6 processes running of frp type [2026-02-26,23:05:18.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,23:05:25.067] [DEBUG] 6 processes running of frp type 2026-02-26 23:18:03.894 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-26 23:18:07.812 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 23:18:07.813 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 23:18:13.700 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success 2026-02-26 23:20:23.580 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... [2026-02-26,23:20:33.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-26 23:20:34.999 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-26 23:20:35.001 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-26 23:20:35.424 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-26,23:20:40.392] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,23:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,23:35:24.398] [DEBUG] 6 processes running of frp type [2026-02-26,23:50:19.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-26,23:50:26.353] [DEBUG] 6 processes running of frp type [2026-02-27,00:05:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,00:05:27.865] [DEBUG] 6 processes running of frp type [2026-02-27,00:20:17.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,00:20:23.710] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,00:35:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,00:35:24.704] [DEBUG] 6 processes running of frp type [2026-02-27,00:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,00:50:24.304] [DEBUG] 6 processes running of frp type [2026-02-27,01:05:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,01:05:24.121] [DEBUG] 6 processes running of frp type [2026-02-27,01:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,01:20:24.340] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,01:35:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,01:35:23.829] [DEBUG] 6 processes running of frp type [2026-02-27,01:50:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,01:50:23.818] [DEBUG] 6 processes running of frp type [2026-02-27,02:05:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,02:05:23.512] [DEBUG] 6 processes running of frp type [2026-02-27,02:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,02:20:24.191] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,02:35:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,02:35:24.083] [DEBUG] 6 processes running of frp type [2026-02-27,02:50:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,02:50:23.601] [DEBUG] 6 processes running of frp type [2026-02-27,03:05:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,03:05:24.440] [DEBUG] 6 processes running of frp type [2026-02-27,03:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,03:20:24.684] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,03:35:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,03:35:24.434] [DEBUG] 6 processes running of frp type [2026-02-27,03:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,03:50:23.921] [DEBUG] 6 processes running of frp type 2026-02-27 04:03:48.435 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:03:49.266 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:03:51.294 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:03:52.306 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:03:56.574 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:03:57.385 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:04:05.920 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:04:05.922 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:04:23.914 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:04:23.916 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:04:43.917 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:04:43.922 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:05:03.923 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:05:03.925 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:05:23.925 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:05:23.927 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:05:43.928 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:05:43.930 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:06:03.931 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:06:03.933 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:06:23.935 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:06:23.937 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:06:43.938 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:06:43.939 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:07:03.941 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:07:03.943 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:07:23.944 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:07:23.946 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:07:43.947 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:07:43.949 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:08:03.950 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:08:10.119 [W] [client/service.go:297] [ee046926f6911b8b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 04:08:30.120 [I] [client/service.go:294] [ee046926f6911b8b] try to connect to server... 2026-02-27 04:08:31.088 [I] [client/service.go:286] [ee046926f6911b8b] login to server success, get run id [ee046926f6911b8b] 2026-02-27 04:08:31.088 [I] [proxy/proxy_manager.go:173] [ee046926f6911b8b] proxy added: [DTN57CC5599] 2026-02-27 04:08:31.348 [I] [client/control.go:168] [ee046926f6911b8b] [DTN57CC5599] start proxy success [2026-02-27,04:20:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,04:20:23.636] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,04:35:16.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,04:35:23.989] [DEBUG] 6 processes running of frp type [2026-02-27,04:50:18.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,04:50:24.661] [DEBUG] 6 processes running of frp type [2026-02-27,05:05:18.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,05:05:26.377] [DEBUG] 6 processes running of frp type [2026-02-27,05:20:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,05:20:33.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,05:35:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,05:35:24.818] [DEBUG] 6 processes running of frp type [2026-02-27,05:50:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,05:50:24.038] [DEBUG] 6 processes running of frp type [2026-02-27,06:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,06:05:24.196] [DEBUG] 6 processes running of frp type [2026-02-27,06:20:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,06:20:24.059] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,06:30:41.508] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,06:30:41.515] [INFO] LocationSqlManager initialising [2026-02-27,06:30:41.516] [INFO] Location DB initialising [2026-02-27,06:30:41.529] [INFO] LocationSqlManager initialisation complete [2026-02-27,06:30:41.529] [DEBUG] UploadManager Init [2026-02-27,06:30:41.530] [DEBUG] UploadManager Init Complete [2026-02-27,06:30:41.533] [INFO] Initializing GPS... [2026-02-27,06:30:41.535] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,06:32:44.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,06:32:56.420] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-27,06:33:11.797] [DEBUG] Log Upload Complete! [2026-02-27,06:35:44.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,06:35:45.032] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-27,06:35:51.556] [DEBUG] Remote Access Enabled [2026-02-27,06:35:57.808] [INFO] Server Address: 138.201.17.179 [2026-02-27,06:35:57.809] [INFO] Server Port: 7000 [2026-02-27,06:35:57.814] [DEBUG] Starting Remote Access! 2026-02-27 06:35:57.943 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-27 06:35:57.944 [I] [client/service.go:294] try to connect to server... 2026-02-27 06:35:58.716 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 06:35:58.717 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 06:35:58.975 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success [2026-02-27,06:50:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,06:50:24.273] [DEBUG] 6 processes running of frp type [2026-02-27,07:05:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,07:05:23.749] [DEBUG] 6 processes running of frp type [2026-02-27,07:20:16.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,07:20:27.527] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,07:35:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,07:35:24.325] [DEBUG] 6 processes running of frp type [2026-02-27,07:50:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,07:50:24.277] [DEBUG] 6 processes running of frp type 2026-02-27 07:54:37.398 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 07:54:44.029 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 07:54:44.031 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 07:54:44.278 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success [2026-02-27,08:02:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,08:02:24.042] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-27,08:02:39.590] [DEBUG] Log Upload Complete! [2026-02-27,08:05:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,08:05:24.866] [DEBUG] 6 processes running of frp type [2026-02-27,08:20:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,08:20:23.983] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,08:35:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,08:35:25.227] [DEBUG] 6 processes running of frp type 2026-02-27 08:40:20.897 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:40:30.898 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 08:40:30.900 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:40:40.902 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 08:40:40.902 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:40:50.904 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 08:40:50.905 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:41:00.906 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 08:41:20.908 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:41:30.910 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 08:41:50.911 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:41:58.084 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:42:18.085 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:42:18.090 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:42:38.090 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:42:38.097 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:42:58.098 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:42:58.102 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:43:18.103 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:43:18.109 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:43:38.110 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:43:38.116 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:43:58.117 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:43:58.122 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:44:18.123 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:44:18.129 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:44:38.130 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:44:38.136 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:44:58.137 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:44:58.142 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:45:18.143 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:45:18.147 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:45:38.149 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:45:38.154 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:45:58.156 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:45:58.174 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:46:18.176 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:46:18.178 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:46:38.180 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:46:38.185 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:46:58.186 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:46:58.192 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:47:18.192 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:47:18.195 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:47:38.196 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:47:38.202 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:47:58.203 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:47:58.207 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:48:18.208 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:48:18.213 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:48:38.214 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:48:38.220 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:48:58.221 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:48:58.228 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:49:18.229 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:49:18.232 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:49:38.233 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:49:38.239 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:49:58.241 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:49:58.247 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:50:18.248 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:50:18.251 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:50:38.252 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:50:38.259 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 08:50:58.260 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 08:50:59.320 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 08:50:59.321 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 08:50:59.650 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 09:03:20.647 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 09:03:22.726 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 09:03:22.727 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 09:03:23.464 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success [2026-02-27,09:05:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,09:05:24.066] [DEBUG] 6 processes running of frp type [2026-02-27,09:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,09:20:24.435] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,09:35:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,09:35:24.719] [DEBUG] 6 processes running of frp type 2026-02-27 09:40:40.125 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 09:40:41.312 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 09:40:41.313 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 09:40:41.644 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success [2026-02-27,09:50:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,09:50:24.059] [DEBUG] 6 processes running of frp type [2026-02-27,10:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,10:05:24.169] [DEBUG] 6 processes running of frp type [2026-02-27,10:20:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,10:20:24.568] [DEBUG] 6 processes running of frp type 2026-02-27 10:23:51.781 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 10:23:59.304 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 10:23:59.305 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 10:24:01.578 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,10:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,10:35:24.383] [DEBUG] 6 processes running of frp type [2026-02-27,10:50:18.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,10:50:25.221] [DEBUG] 6 processes running of frp type [2026-02-27,11:05:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,11:05:24.663] [DEBUG] 6 processes running of frp type [2026-02-27,11:20:18.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,11:20:25.496] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,11:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,11:35:24.254] [DEBUG] 6 processes running of frp type [2026-02-27,11:50:18.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,11:50:25.492] [DEBUG] 6 processes running of frp type [2026-02-27,12:05:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,12:05:24.891] [DEBUG] 6 processes running of frp type [2026-02-27,12:20:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,12:20:24.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,12:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,12:35:25.005] [DEBUG] 6 processes running of frp type [2026-02-27,12:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,12:50:24.595] [DEBUG] 6 processes running of frp type [2026-02-27,13:05:18.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,13:05:25.188] [DEBUG] 6 processes running of frp type [2026-02-27,13:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,13:20:24.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,13:35:17.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,13:35:23.836] [DEBUG] 6 processes running of frp type [2026-02-27,13:50:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,13:50:24.460] [DEBUG] 6 processes running of frp type [2026-02-27,14:05:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,14:05:24.896] [DEBUG] 6 processes running of frp type [2026-02-27,14:20:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,14:20:24.282] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,14:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,14:35:24.710] [DEBUG] 6 processes running of frp type [2026-02-27,14:50:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,14:50:24.415] [DEBUG] 6 processes running of frp type [2026-02-27,15:05:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,15:05:24.973] [DEBUG] 6 processes running of frp type [2026-02-27,15:20:17.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,15:20:24.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,15:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,15:35:24.549] [DEBUG] 6 processes running of frp type [2026-02-27,15:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,15:50:24.525] [DEBUG] 6 processes running of frp type [2026-02-27,16:05:18.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,16:05:25.444] [DEBUG] 6 processes running of frp type [2026-02-27,16:20:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,16:20:24.624] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,16:35:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,16:35:24.779] [DEBUG] 6 processes running of frp type [2026-02-27,16:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,16:50:24.606] [DEBUG] 6 processes running of frp type [2026-02-27,17:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,17:05:24.705] [DEBUG] 6 processes running of frp type [2026-02-27,17:20:18.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,17:20:25.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,17:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,17:35:24.909] [DEBUG] 6 processes running of frp type 2026-02-27 17:47:45.013 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:47:55.015 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:47:55.016 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:48:05.017 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:05.018 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:48:15.020 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:15.021 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:48:25.022 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:25.023 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:48:35.024 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:55.025 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:49:05.028 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:49:25.029 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:49:26.336 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 17:49:26.337 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 17:49:26.754 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 17:50:05.560 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:50:15.562 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:50:15.562 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... [2026-02-27,17:50:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,17:50:24.444] [DEBUG] 6 processes running of frp type 2026-02-27 17:50:25.564 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:50:25.565 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:50:35.566 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:50:35.566 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:50:45.568 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:50:45.569 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:50:56.498 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: connection write timeout 2026-02-27 17:51:16.499 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:51:17.773 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 17:51:17.774 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 17:51:18.203 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 17:51:56.898 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:52:06.900 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:52:06.901 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:52:16.902 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:52:16.902 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:52:18.054 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 17:52:18.055 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 17:52:18.464 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 17:52:57.258 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:53:08.232 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: connection write timeout 2026-02-27 17:53:08.233 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:53:09.376 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 17:53:09.377 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 17:53:09.736 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 17:55:52.098 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:56:02.100 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:56:02.100 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:56:12.101 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:56:12.102 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:56:21.496 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 17:56:21.498 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 17:56:21.857 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 17:58:00.597 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:58:10.599 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:58:10.600 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 17:58:12.214 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 17:58:12.215 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 17:58:12.587 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 18:02:31.896 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:02:41.898 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:02:41.899 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:02:43.188 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 18:02:43.190 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 18:02:43.620 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 18:04:53.623 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:05:03.625 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:03.625 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:05:13.626 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:13.627 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... [2026-02-27,18:05:18.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-27 18:05:23.628 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:23.629 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... [2026-02-27,18:05:25.180] [DEBUG] 6 processes running of frp type 2026-02-27 18:05:33.631 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:33.631 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:05:42.457 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 18:05:42.458 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 18:05:43.778 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 18:06:51.673 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:07:01.675 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:07:01.675 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:07:11.677 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:07:11.677 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:07:21.678 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:07:21.679 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:07:23.819 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 18:07:23.820 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 18:07:24.180 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success 2026-02-27 18:08:33.419 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:08:43.421 [W] [client/service.go:297] [b308fd32e8bf7887] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:08:43.421 [I] [client/service.go:294] [b308fd32e8bf7887] try to connect to server... 2026-02-27 18:08:45.661 [I] [client/service.go:286] [b308fd32e8bf7887] login to server success, get run id [b308fd32e8bf7887] 2026-02-27 18:08:45.663 [I] [proxy/proxy_manager.go:173] [b308fd32e8bf7887] proxy added: [DTN57CC5599] 2026-02-27 18:08:46.142 [I] [client/control.go:168] [b308fd32e8bf7887] [DTN57CC5599] start proxy success [2026-02-27,18:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,18:20:24.322] [DEBUG] 6 processes running of frp type [2026-02-27,18:25:41.325] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,18:25:41.330] [INFO] LocationSqlManager initialising [2026-02-27,18:25:41.331] [INFO] Location DB initialising [2026-02-27,18:25:41.340] [INFO] LocationSqlManager initialisation complete [2026-02-27,18:25:41.340] [DEBUG] UploadManager Init [2026-02-27,18:25:41.341] [DEBUG] UploadManager Init Complete [2026-02-27,18:25:41.343] [INFO] Initializing GPS... [2026-02-27,18:25:41.345] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,18:27:44.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,18:27:52.252] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-27,18:28:23.302] [DEBUG] Log Upload Complete! [2026-02-27,18:30:34.945] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2026-02-27,18:30:44.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,18:30:51.607] [DEBUG] Remote Access Enabled [2026-02-27,18:30:57.986] [INFO] Server Address: 138.201.17.179 [2026-02-27,18:30:57.987] [INFO] Server Port: 7000 [2026-02-27,18:30:57.992] [DEBUG] Starting Remote Access! 2026-02-27 18:30:58.121 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-27 18:30:58.122 [I] [client/service.go:294] try to connect to server... 2026-02-27 18:31:00.808 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-27 18:31:00.808 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-27 18:31:01.329 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-27,18:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,18:35:24.595] [DEBUG] 6 processes running of frp type [2026-02-27,18:50:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,18:50:25.094] [DEBUG] 6 processes running of frp type [2026-02-27,19:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,19:05:24.064] [DEBUG] 6 processes running of frp type [2026-02-27,19:20:20.631] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,19:20:32.046] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-27 19:31:56.898 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:32:06.900 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:32:06.901 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:32:19.380 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-27 19:32:19.381 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-27 19:32:23.368 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-27,19:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,19:35:24.264] [DEBUG] 6 processes running of frp type [2026-02-27,19:50:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,19:50:23.847] [DEBUG] 6 processes running of frp type 2026-02-27 19:53:24.640 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:53:34.643 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:53:34.643 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:53:44.645 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:53:44.645 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:53:54.647 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:53:54.647 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:54:04.648 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:54:04.649 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:54:14.651 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:54:34.653 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:54:44.655 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:55:04.656 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:55:11.809 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 19:55:31.810 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:55:31.825 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 19:55:51.827 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:55:51.831 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 19:56:11.832 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:56:11.836 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 19:56:31.836 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:56:33.057 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-27 19:56:33.057 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-27 19:56:33.697 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success 2026-02-27 19:57:12.276 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:57:16.077 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-27 19:57:16.078 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-27 19:57:18.769 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success 2026-02-27 19:58:31.227 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:58:41.229 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:58:41.229 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:58:51.231 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:58:51.231 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:59:01.233 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:59:01.233 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:59:11.235 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:59:11.237 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:59:21.238 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 19:59:41.239 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 19:59:51.241 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 20:00:11.242 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 20:00:18.368 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-27 20:00:38.369 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 20:00:39.995 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-27 20:00:39.996 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-27 20:00:40.574 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-27,20:05:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,20:05:25.032] [DEBUG] 6 processes running of frp type [2026-02-27,20:20:17.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,20:20:23.858] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,20:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,20:35:23.935] [DEBUG] 6 processes running of frp type [2026-02-27,20:50:22.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-27 20:50:37.061 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-27 20:50:45.835 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-27 20:50:45.836 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] [2026-02-27,20:50:45.886] [DEBUG] 6 processes running of frp type 2026-02-27 20:50:46.775 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-27,21:05:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,21:05:23.678] [DEBUG] 6 processes running of frp type [2026-02-27,21:20:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,21:20:24.741] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,21:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,21:35:24.029] [DEBUG] 6 processes running of frp type [2026-02-27,21:50:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,21:50:23.681] [DEBUG] 6 processes running of frp type [2026-02-27,22:05:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,22:05:24.502] [DEBUG] 6 processes running of frp type [2026-02-27,22:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,22:20:24.527] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,22:35:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,22:35:23.835] [DEBUG] 6 processes running of frp type [2026-02-27,22:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,22:50:23.723] [DEBUG] 6 processes running of frp type [2026-02-27,23:05:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,23:05:24.313] [DEBUG] 6 processes running of frp type [2026-02-27,23:20:18.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,23:20:25.458] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,23:35:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,23:35:24.777] [DEBUG] 6 processes running of frp type [2026-02-27,23:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-27,23:50:24.725] [DEBUG] 6 processes running of frp type [2026-02-28,00:05:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,00:05:23.573] [DEBUG] 6 processes running of frp type [2026-02-28,00:20:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,00:20:24.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,00:35:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,00:35:24.045] [DEBUG] 6 processes running of frp type [2026-02-28,00:50:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,00:50:23.654] [DEBUG] 6 processes running of frp type [2026-02-28,01:05:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,01:05:25.387] [DEBUG] 6 processes running of frp type [2026-02-28,01:20:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,01:20:24.178] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,01:35:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,01:35:23.925] [DEBUG] 6 processes running of frp type 2026-02-28 01:44:31.641 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 01:44:41.982 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-28 01:44:41.983 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-28 01:44:42.931 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-28,01:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,01:50:24.371] [DEBUG] 6 processes running of frp type [2026-02-28,02:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,02:05:24.202] [DEBUG] 6 processes running of frp type [2026-02-28,02:20:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,02:20:23.894] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,02:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,02:35:24.125] [DEBUG] 6 processes running of frp type [2026-02-28,02:50:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,02:50:27.289] [DEBUG] 6 processes running of frp type [2026-02-28,03:05:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,03:05:23.928] [DEBUG] 6 processes running of frp type [2026-02-28,03:20:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,03:20:23.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-28 03:28:27.968 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 03:28:33.227 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-28 03:28:33.229 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-28 03:28:33.972 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success 2026-02-28 03:33:58.434 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 03:34:00.443 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-28 03:34:00.444 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-28 03:34:00.775 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-28,03:35:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,03:35:23.556] [DEBUG] 6 processes running of frp type [2026-02-28,03:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,03:50:24.420] [DEBUG] 6 processes running of frp type [2026-02-28,04:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,04:05:24.226] [DEBUG] 6 processes running of frp type 2026-02-28 04:06:40.459 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 04:06:42.633 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-28 04:06:42.633 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 04:06:43.658 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-28 04:06:48.220 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 04:06:58.221 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 04:06:58.222 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 04:07:01.271 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-28 04:07:21.272 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 04:07:21.277 [W] [client/service.go:297] [cd60cef1b0c2ae0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-28 04:07:41.278 [I] [client/service.go:294] [cd60cef1b0c2ae0f] try to connect to server... 2026-02-28 04:07:42.345 [I] [client/service.go:286] [cd60cef1b0c2ae0f] login to server success, get run id [cd60cef1b0c2ae0f] 2026-02-28 04:07:42.346 [I] [proxy/proxy_manager.go:173] [cd60cef1b0c2ae0f] proxy added: [DTN57CC5599] 2026-02-28 04:07:42.699 [I] [client/control.go:168] [cd60cef1b0c2ae0f] [DTN57CC5599] start proxy success [2026-02-28,04:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,04:20:24.109] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,04:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,04:35:24.108] [DEBUG] 6 processes running of frp type [2026-02-28,04:50:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,04:50:24.717] [DEBUG] 6 processes running of frp type [2026-02-28,05:05:16.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,05:05:24.032] [DEBUG] 6 processes running of frp type [2026-02-28,05:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,05:20:23.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,05:35:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,05:35:23.981] [DEBUG] 6 processes running of frp type [2026-02-28,05:50:18.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,05:50:24.948] [DEBUG] 6 processes running of frp type [2026-02-28,06:05:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,06:05:23.763] [DEBUG] 6 processes running of frp type [2026-02-28,06:20:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,06:20:24.292] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,06:30:40.615] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,06:30:40.620] [INFO] LocationSqlManager initialising [2026-02-28,06:30:40.621] [INFO] Location DB initialising [2026-02-28,06:30:40.632] [INFO] LocationSqlManager initialisation complete [2026-02-28,06:30:40.633] [DEBUG] UploadManager Init [2026-02-28,06:30:40.633] [DEBUG] UploadManager Init Complete [2026-02-28,06:30:40.636] [INFO] Initializing GPS... [2026-02-28,06:30:40.637] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,06:32:44.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,06:32:56.067] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-28,06:33:08.134] [DEBUG] Log Upload Complete! [2026-02-28,06:35:44.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,06:35:44.795] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-28,06:35:51.305] [DEBUG] Remote Access Enabled [2026-02-28,06:35:57.987] [INFO] Server Address: 138.201.17.179 [2026-02-28,06:35:57.988] [INFO] Server Port: 7000 [2026-02-28,06:35:57.993] [DEBUG] Starting Remote Access! 2026-02-28 06:35:58.126 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 06:35:58.127 [I] [client/service.go:294] try to connect to server... 2026-02-28 06:35:59.584 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 06:35:59.586 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 06:35:59.985 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success [2026-02-28,06:50:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,06:50:25.091] [DEBUG] 6 processes running of frp type [2026-02-28,07:05:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,07:05:25.202] [DEBUG] 6 processes running of frp type [2026-02-28,07:20:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,07:20:33.490] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,07:35:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,07:35:24.371] [DEBUG] 6 processes running of frp type [2026-02-28,07:50:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,07:50:25.275] [DEBUG] 6 processes running of frp type [2026-02-28,08:02:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,08:02:24.363] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-28,08:02:44.842] [DEBUG] Log Upload Complete! [2026-02-28,08:05:18.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,08:05:25.519] [DEBUG] 6 processes running of frp type [2026-02-28,08:20:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,08:20:24.418] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,08:35:18.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,08:35:25.217] [DEBUG] 6 processes running of frp type [2026-02-28,08:50:18.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,08:50:30.443] [DEBUG] 6 processes running of frp type [2026-02-28,09:05:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,09:05:24.829] [DEBUG] 6 processes running of frp type [2026-02-28,09:20:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,09:20:24.133] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,09:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,09:35:24.304] [DEBUG] 6 processes running of frp type [2026-02-28,09:50:18.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,09:50:24.874] [DEBUG] 6 processes running of frp type [2026-02-28,10:05:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,10:05:24.225] [DEBUG] 6 processes running of frp type [2026-02-28,10:20:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,10:20:24.338] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,10:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,10:35:24.811] [DEBUG] 6 processes running of frp type [2026-02-28,10:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,10:50:23.910] [DEBUG] 6 processes running of frp type [2026-02-28,11:05:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,11:05:24.352] [DEBUG] 6 processes running of frp type [2026-02-28,11:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,11:20:24.641] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,11:35:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,11:35:24.591] [DEBUG] 6 processes running of frp type [2026-02-28,11:50:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,11:50:24.835] [DEBUG] 6 processes running of frp type [2026-02-28,12:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,12:05:24.351] [DEBUG] 6 processes running of frp type [2026-02-28,12:20:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,12:20:24.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,12:35:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,12:35:24.454] [DEBUG] 6 processes running of frp type [2026-02-28,12:50:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,12:50:24.572] [DEBUG] 6 processes running of frp type [2026-02-28,13:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,13:05:24.940] [DEBUG] 6 processes running of frp type [2026-02-28,13:20:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,13:20:24.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,13:35:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,13:35:24.927] [DEBUG] 6 processes running of frp type [2026-02-28,13:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,13:50:24.343] [DEBUG] 6 processes running of frp type [2026-02-28,14:05:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,14:05:24.704] [DEBUG] 6 processes running of frp type [2026-02-28,14:20:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,14:20:23.793] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,14:35:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,14:35:24.643] [DEBUG] 6 processes running of frp type [2026-02-28,14:50:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,14:50:24.326] [DEBUG] 6 processes running of frp type [2026-02-28,15:05:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,15:05:24.849] [DEBUG] 6 processes running of frp type [2026-02-28,15:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,15:20:23.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,15:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,15:35:24.299] [DEBUG] 6 processes running of frp type [2026-02-28,15:50:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,15:50:24.862] [DEBUG] 6 processes running of frp type [2026-02-28,16:05:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,16:05:24.384] [DEBUG] 6 processes running of frp type [2026-02-28,16:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,16:20:24.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,16:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,16:35:24.212] [DEBUG] 6 processes running of frp type [2026-02-28,16:50:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,16:50:24.020] [DEBUG] 6 processes running of frp type [2026-02-28,17:05:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,17:05:24.209] [DEBUG] 6 processes running of frp type 2026-02-28 17:07:51.673 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:08:01.675 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:08:01.676 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:08:11.677 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:08:11.678 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:08:21.680 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:08:21.681 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:08:31.682 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:08:31.683 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:08:41.684 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:09:01.685 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:09:11.687 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:09:31.688 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:09:33.430 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:09:33.432 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:09:34.053 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:12:14.339 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:12:24.342 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:12:24.342 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:12:34.344 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:12:34.345 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:12:44.347 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:12:44.348 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:12:54.349 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:12:54.350 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:13:08.544 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 17:13:28.546 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:13:29.963 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:13:29.965 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:13:30.535 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:15:40.133 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:15:41.418 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:15:41.420 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:15:42.068 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success [2026-02-28,17:20:17.700] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-28 17:20:23.668 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... [2026-02-28,17:20:29.262] [DEBUG] 6 processes running of frp type 2026-02-28 17:20:34.570 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 17:20:34.572 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:20:43.654 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:20:43.656 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:20:44.039 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:21:52.946 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:22:02.947 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:22:02.948 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:22:11.814 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:22:11.816 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:22:12.168 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-28 17:26:23.018 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:26:33.020 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:26:33.021 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:26:43.022 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:26:43.022 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:26:44.037 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:26:44.038 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:26:44.719 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:27:53.700 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:28:03.702 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:03.703 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:28:13.704 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:13.704 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:28:23.706 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:23.707 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:28:33.708 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:33.709 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:28:43.711 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:29:03.713 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:29:05.587 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:29:05.588 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:29:06.230 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:30:45.017 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:30:55.019 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:30:55.020 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:31:05.022 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:31:05.022 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:31:15.024 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:31:15.025 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:31:25.027 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:31:25.028 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:31:34.055 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:31:34.057 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:31:34.709 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:32:12.664 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:32:22.666 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:32:22.667 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:32:36.855 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 17:32:36.856 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:32:38.175 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:32:38.176 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:32:38.937 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:33:48.149 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:33:58.151 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:33:58.152 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:34:08.153 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:34:08.154 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:34:18.156 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:34:18.156 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:34:28.158 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:34:28.159 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:34:29.419 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:34:29.420 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:34:30.054 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success [2026-02-28,17:35:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,17:35:24.820] [DEBUG] 6 processes running of frp type 2026-02-28 17:36:09.417 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:36:26.936 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: i/o deadline reached 2026-02-28 17:36:26.937 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:36:36.140 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:36:36.141 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:36:36.543 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:37:44.935 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:37:54.937 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:37:54.938 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:38:04.939 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:38:04.940 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:38:23.100 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 17:38:23.101 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:38:31.651 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:38:31.652 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:38:32.681 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:39:41.164 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:39:51.166 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:39:51.167 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:40:01.168 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:01.169 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:40:11.171 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:11.171 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:40:21.173 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:21.173 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:40:31.175 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:51.177 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:40:52.773 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:40:52.775 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:40:53.115 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:42:02.153 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:42:07.352 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:42:07.354 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:42:07.710 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:43:16.456 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:43:26.458 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:43:26.459 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:43:36.461 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:43:36.462 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:43:46.464 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:43:46.465 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:43:56.467 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:43:56.468 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:44:01.571 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:44:01.572 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:44:02.221 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:45:10.342 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:45:20.343 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:45:20.344 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:45:30.345 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:45:30.345 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:45:40.347 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:45:40.348 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:45:44.936 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:45:44.938 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:45:45.286 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:48:25.253 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:48:39.445 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: i/o deadline reached 2026-02-28 17:48:39.446 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:48:48.850 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:48:48.851 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:48:49.252 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:49:57.739 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:50:10.617 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: i/o deadline reached 2026-02-28 17:50:10.618 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... [2026-02-28,17:50:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-28 17:50:20.620 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:50:20.620 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... [2026-02-28,17:50:29.496] [DEBUG] 6 processes running of frp type 2026-02-28 17:50:30.622 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:50:30.623 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:50:40.624 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:50:40.625 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:50:50.626 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:51:10.628 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:51:12.307 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:51:12.310 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:51:12.741 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:55:23.812 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:55:42.216 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 17:55:42.218 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:55:45.266 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:55:45.267 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:55:45.596 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:57:25.028 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:57:35.030 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:57:35.031 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:57:45.032 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:57:45.033 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:57:55.034 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:57:55.034 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:58:05.035 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:58:05.036 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:58:15.037 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:58:35.039 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:58:36.516 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:58:36.517 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:58:37.097 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 17:59:15.493 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:59:25.496 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:59:25.496 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:59:37.432 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 17:59:37.433 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 17:59:38.535 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 17:59:38.536 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 17:59:39.170 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 18:00:48.293 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:00:58.295 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:00:58.296 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:01:08.297 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:01:08.298 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:01:18.300 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:01:18.300 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:01:28.302 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:01:48.304 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:01:49.792 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 18:01:49.793 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 18:01:50.383 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success 2026-02-28 18:02:59.172 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:03:09.174 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:09.175 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:03:19.177 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:19.178 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:03:29.179 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:29.180 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:03:39.181 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:39.182 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:03:51.087 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 18:04:11.089 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:04:21.091 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:04:41.092 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:04:51.093 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:05:11.095 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... [2026-02-28,18:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-28 18:05:21.097 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-02-28,18:05:24.888] [DEBUG] 6 processes running of frp type 2026-02-28 18:05:41.098 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:05:51.100 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:06:11.102 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:06:21.105 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:06:41.106 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:06:51.108 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:07:11.109 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:07:21.112 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:07:41.113 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:07:51.115 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:08:11.116 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:08:21.119 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:08:41.120 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:08:53.181 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 18:09:13.183 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:09:23.185 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:09:43.186 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:09:53.189 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:10:13.190 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:10:23.192 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:10:43.193 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:10:53.195 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:11:13.196 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:11:23.199 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:11:43.200 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:11:53.202 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:12:13.204 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:12:23.205 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:12:43.206 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:12:53.208 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:13:13.209 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:13:23.212 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:13:43.214 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:13:53.215 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:14:13.217 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:14:23.219 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:14:43.220 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:14:53.223 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:15:13.223 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:15:23.226 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:15:43.227 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:15:53.229 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:16:13.230 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:16:23.232 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:16:43.233 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:16:53.235 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:17:13.236 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:17:23.238 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:17:43.240 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:17:53.242 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:18:13.243 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:18:23.245 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:18:43.246 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:18:53.249 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:19:13.251 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:19:23.253 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:19:43.255 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:19:53.256 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:20:13.257 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... [2026-02-28,18:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-02-28 18:20:23.259 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-02-28,18:20:24.050] [DEBUG] 6 processes running of frp type 2026-02-28 18:20:43.260 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:20:53.262 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:21:13.263 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:21:23.265 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:21:43.266 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:21:53.268 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:22:13.270 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:22:31.416 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: connection write timeout 2026-02-28 18:22:51.418 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:23:01.420 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:23:21.420 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:23:31.423 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:23:51.424 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:24:01.426 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:24:21.427 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:24:31.430 [W] [client/service.go:297] [3c1fd20204734312] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:24:51.432 [I] [client/service.go:294] [3c1fd20204734312] try to connect to server... 2026-02-28 18:24:52.627 [I] [client/service.go:286] [3c1fd20204734312] login to server success, get run id [3c1fd20204734312] 2026-02-28 18:24:52.629 [I] [proxy/proxy_manager.go:173] [3c1fd20204734312] proxy added: [DTN57CC5599] 2026-02-28 18:24:53.590 [I] [client/control.go:168] [3c1fd20204734312] [DTN57CC5599] start proxy success [2026-02-28,18:25:40.898] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,18:25:40.901] [INFO] LocationSqlManager initialising [2026-02-28,18:25:40.902] [INFO] Location DB initialising [2026-02-28,18:25:40.911] [INFO] LocationSqlManager initialisation complete [2026-02-28,18:25:40.912] [DEBUG] UploadManager Init [2026-02-28,18:25:40.912] [DEBUG] UploadManager Init Complete [2026-02-28,18:25:40.915] [INFO] Initializing GPS... [2026-02-28,18:25:40.917] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,18:27:44.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,18:27:51.204] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-28,18:28:10.190] [DEBUG] Log Upload Complete! [2026-02-28,18:30:44.869] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,18:30:51.935] [DEBUG] Remote Access Enabled [2026-02-28,18:30:58.585] [INFO] Server Address: 138.201.17.179 [2026-02-28,18:30:58.586] [INFO] Server Port: 7000 [2026-02-28,18:30:58.591] [DEBUG] Starting Remote Access! 2026-02-28 18:30:58.726 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 18:30:58.727 [I] [client/service.go:294] try to connect to server... 2026-02-28 18:31:00.568 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-02-28 18:31:00.569 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-02-28 18:31:01.140 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success [2026-02-28,18:35:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,18:35:24.096] [DEBUG] 6 processes running of frp type [2026-02-28,18:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,18:50:24.790] [DEBUG] 6 processes running of frp type [2026-02-28,19:05:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,19:05:23.955] [DEBUG] 6 processes running of frp type [2026-02-28,19:20:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,19:20:24.323] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,19:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,19:35:24.541] [DEBUG] 6 processes running of frp type [2026-02-28,19:50:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,19:50:23.960] [DEBUG] 6 processes running of frp type [2026-02-28,20:05:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,20:05:24.330] [DEBUG] 6 processes running of frp type [2026-02-28,20:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,20:20:24.694] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,20:35:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,20:35:24.350] [DEBUG] 6 processes running of frp type [2026-02-28,20:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,20:50:24.998] [DEBUG] 6 processes running of frp type [2026-02-28,21:05:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,21:05:23.959] [DEBUG] 6 processes running of frp type [2026-02-28,21:20:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,21:20:24.757] [DEBUG] 6 processes running of frp type 2026-02-28 21:25:38.790 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:25:48.792 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:25:48.793 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:25:53.224 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-02-28 21:25:53.225 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-02-28 21:25:54.459 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,21:35:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,21:35:31.846] [DEBUG] 6 processes running of frp type 2026-02-28 21:47:35.372 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:47:45.374 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:47:45.374 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:47:55.375 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:47:55.376 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:48:05.377 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:48:05.378 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:48:15.379 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:48:15.380 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:48:25.381 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:48:45.383 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:48:55.384 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:49:15.385 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:49:15.387 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-28 21:49:35.389 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 21:49:37.755 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-02-28 21:49:37.756 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-02-28 21:49:38.709 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success [2026-02-28,21:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,21:50:24.023] [DEBUG] 6 processes running of frp type [2026-02-28,22:05:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,22:05:24.449] [DEBUG] 6 processes running of frp type [2026-02-28,22:20:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,22:20:35.185] [DEBUG] 6 processes running of frp type 2026-02-28 22:22:51.629 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-02-28 22:22:54.833 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-02-28 22:22:54.833 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-02-28 22:22:55.281 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,22:35:17.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,22:35:25.689] [DEBUG] 6 processes running of frp type [2026-02-28,22:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,22:50:25.117] [DEBUG] 6 processes running of frp type [2026-02-28,23:05:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,23:05:24.206] [DEBUG] 6 processes running of frp type [2026-02-28,23:20:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,23:20:24.754] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,23:35:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,23:35:24.034] [DEBUG] 6 processes running of frp type [2026-02-28,23:50:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-02-28,23:50:25.309] [DEBUG] 6 processes running of frp type [2026-03-01,00:05:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,00:05:24.665] [DEBUG] 6 processes running of frp type [2026-03-01,00:20:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,00:20:24.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,00:35:17.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,00:35:35.057] [DEBUG] 6 processes running of frp type 2026-03-01 00:42:23.025 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 00:42:24.070 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-03-01 00:42:24.071 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-03-01 00:42:24.444 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success [2026-03-01,00:50:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,00:50:24.365] [DEBUG] 6 processes running of frp type [2026-03-01,01:05:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,01:05:24.366] [DEBUG] 6 processes running of frp type [2026-03-01,01:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,01:20:24.160] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,01:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,01:35:24.096] [DEBUG] 6 processes running of frp type [2026-03-01,01:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,01:50:24.277] [DEBUG] 6 processes running of frp type [2026-03-01,02:05:17.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,02:05:24.388] [DEBUG] 6 processes running of frp type [2026-03-01,02:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,02:20:24.174] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,02:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,02:35:24.146] [DEBUG] 6 processes running of frp type [2026-03-01,02:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,02:50:23.794] [DEBUG] 6 processes running of frp type [2026-03-01,03:05:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,03:05:24.136] [DEBUG] 6 processes running of frp type 2026-03-01 03:06:38.598 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 03:06:40.508 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-03-01 03:06:40.509 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-03-01 03:06:40.943 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success 2026-03-01 03:14:23.840 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 03:14:35.977 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-03-01 03:14:35.978 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-03-01 03:14:49.418 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success [2026-03-01,03:20:18.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,03:20:25.981] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,03:35:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,03:35:24.126] [DEBUG] 6 processes running of frp type [2026-03-01,03:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,03:50:24.122] [DEBUG] 6 processes running of frp type [2026-03-01,04:05:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,04:05:23.935] [DEBUG] 6 processes running of frp type 2026-03-01 04:06:34.206 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 04:06:36.370 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 04:06:36.370 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 04:06:37.397 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 04:06:41.720 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 04:06:41.722 [W] [client/service.go:297] [260dec5fa6b4febb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 04:06:50.538 [I] [client/service.go:294] [260dec5fa6b4febb] try to connect to server... 2026-03-01 04:06:58.743 [I] [client/service.go:286] [260dec5fa6b4febb] login to server success, get run id [260dec5fa6b4febb] 2026-03-01 04:06:58.744 [I] [proxy/proxy_manager.go:173] [260dec5fa6b4febb] proxy added: [DTN57CC5599] 2026-03-01 04:06:59.003 [I] [client/control.go:168] [260dec5fa6b4febb] [DTN57CC5599] start proxy success [2026-03-01,04:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,04:20:24.143] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,04:35:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,04:35:24.014] [DEBUG] 6 processes running of frp type [2026-03-01,04:50:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,04:50:24.142] [DEBUG] 6 processes running of frp type [2026-03-01,05:05:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,05:05:24.361] [DEBUG] 6 processes running of frp type [2026-03-01,05:20:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,05:20:24.116] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,05:35:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,05:35:24.163] [DEBUG] 6 processes running of frp type [2026-03-01,05:50:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,05:50:24.272] [DEBUG] 6 processes running of frp type [2026-03-01,06:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,06:05:24.437] [DEBUG] 6 processes running of frp type [2026-03-01,06:20:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,06:20:24.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,06:30:40.848] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,06:30:40.853] [INFO] LocationSqlManager initialising [2026-03-01,06:30:40.854] [INFO] Location DB initialising [2026-03-01,06:30:40.864] [INFO] LocationSqlManager initialisation complete [2026-03-01,06:30:40.865] [DEBUG] UploadManager Init [2026-03-01,06:30:40.865] [DEBUG] UploadManager Init Complete [2026-03-01,06:30:40.868] [INFO] Initializing GPS... [2026-03-01,06:30:40.871] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,06:32:44.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,06:32:51.205] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-01,06:33:04.305] [DEBUG] Log Upload Complete! [2026-03-01,06:35:44.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,06:35:45.049] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-01,06:35:52.236] [DEBUG] Remote Access Enabled [2026-03-01,06:35:58.545] [INFO] Server Address: 138.201.17.179 [2026-03-01,06:35:58.546] [INFO] Server Port: 7000 [2026-03-01,06:35:58.551] [DEBUG] Starting Remote Access! 2026-03-01 06:35:58.682 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-01 06:35:58.683 [I] [client/service.go:294] try to connect to server... 2026-03-01 06:35:59.464 [I] [client/service.go:286] [7b6ad5dd9a413e2b] login to server success, get run id [7b6ad5dd9a413e2b] 2026-03-01 06:35:59.465 [I] [proxy/proxy_manager.go:173] [7b6ad5dd9a413e2b] proxy added: [DTN57CC5599] 2026-03-01 06:35:59.718 [I] [client/control.go:168] [7b6ad5dd9a413e2b] [DTN57CC5599] start proxy success [2026-03-01,06:50:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,06:50:24.181] [DEBUG] 6 processes running of frp type [2026-03-01,07:05:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,07:05:24.298] [DEBUG] 6 processes running of frp type [2026-03-01,07:20:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,07:20:24.198] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,07:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,07:35:24.213] [DEBUG] 6 processes running of frp type [2026-03-01,07:50:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,07:50:24.361] [DEBUG] 6 processes running of frp type [2026-03-01,08:02:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,08:02:24.103] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-01,08:02:44.209] [DEBUG] Log Upload Complete! [2026-03-01,08:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,08:05:24.551] [DEBUG] 6 processes running of frp type [2026-03-01,08:20:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,08:20:24.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,08:35:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,08:35:23.694] [DEBUG] 6 processes running of frp type [2026-03-01,08:50:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,08:50:24.082] [DEBUG] 6 processes running of frp type [2026-03-01,09:05:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,09:05:23.944] [DEBUG] 6 processes running of frp type 2026-03-01 09:06:07.470 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:06:17.472 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:06:17.473 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:06:27.475 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:06:27.476 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:06:37.408 [I] [client/service.go:286] [7b6ad5dd9a413e2b] login to server success, get run id [7b6ad5dd9a413e2b] 2026-03-01 09:06:37.409 [I] [proxy/proxy_manager.go:173] [7b6ad5dd9a413e2b] proxy added: [DTN57CC5599] 2026-03-01 09:06:38.041 [I] [client/control.go:168] [7b6ad5dd9a413e2b] [DTN57CC5599] start proxy success 2026-03-01 09:07:49.764 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:07:50.771 [I] [client/service.go:286] [7b6ad5dd9a413e2b] login to server success, get run id [7b6ad5dd9a413e2b] 2026-03-01 09:07:50.773 [I] [proxy/proxy_manager.go:173] [7b6ad5dd9a413e2b] proxy added: [DTN57CC5599] 2026-03-01 09:07:51.018 [I] [client/control.go:168] [7b6ad5dd9a413e2b] [DTN57CC5599] start proxy success 2026-03-01 09:08:30.292 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:08:38.644 [I] [client/service.go:286] [7b6ad5dd9a413e2b] login to server success, get run id [7b6ad5dd9a413e2b] 2026-03-01 09:08:38.646 [I] [proxy/proxy_manager.go:173] [7b6ad5dd9a413e2b] proxy added: [DTN57CC5599] 2026-03-01 09:08:39.189 [I] [client/control.go:168] [7b6ad5dd9a413e2b] [DTN57CC5599] start proxy success 2026-03-01 09:13:55.979 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:14:05.981 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:14:05.981 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:14:15.983 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:14:15.984 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:14:25.985 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:14:25.986 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:14:35.989 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:14:35.990 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:14:45.992 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:15:05.993 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:15:15.995 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 09:15:35.996 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:15:36.002 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:15:56.002 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:15:56.008 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:16:16.009 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:16:16.017 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:16:36.018 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:16:36.023 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:16:56.024 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:16:56.029 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:17:16.030 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:17:16.087 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:17:36.089 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:17:36.093 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:17:56.094 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:17:56.099 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:18:16.100 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:18:16.105 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:18:36.106 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:18:36.111 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:18:56.112 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:18:56.117 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:19:16.118 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:19:16.123 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:19:36.124 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:19:36.129 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:19:56.130 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:19:56.134 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:20:16.135 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:20:16.140 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:20:36.141 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:20:36.146 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:20:56.147 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:20:56.165 [W] [client/service.go:297] [7b6ad5dd9a413e2b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 09:21:16.167 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 09:21:17.155 [I] [client/service.go:286] [7b6ad5dd9a413e2b] login to server success, get run id [7b6ad5dd9a413e2b] 2026-03-01 09:21:17.157 [I] [proxy/proxy_manager.go:173] [7b6ad5dd9a413e2b] proxy added: [DTN57CC5599] 2026-03-01 09:21:17.492 [I] [client/control.go:168] [7b6ad5dd9a413e2b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,09:35:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,09:35:24.578] [DEBUG] 6 processes running of frp type [2026-03-01,09:50:18.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,09:50:24.786] [DEBUG] 6 processes running of frp type [2026-03-01,10:05:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,10:05:23.901] [DEBUG] 6 processes running of frp type [2026-03-01,10:20:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,10:20:23.840] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,10:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,10:35:24.308] [DEBUG] 6 processes running of frp type [2026-03-01,10:50:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,10:50:24.660] [DEBUG] 6 processes running of frp type [2026-03-01,11:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,11:05:24.578] [DEBUG] 6 processes running of frp type [2026-03-01,11:20:18.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,11:20:24.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,11:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,11:35:24.275] [DEBUG] 6 processes running of frp type [2026-03-01,11:50:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,11:50:24.528] [DEBUG] 6 processes running of frp type [2026-03-01,12:05:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,12:05:24.528] [DEBUG] 6 processes running of frp type [2026-03-01,12:20:17.827] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,12:20:24.532] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,12:35:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,12:35:24.350] [DEBUG] 6 processes running of frp type [2026-03-01,12:50:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,12:50:25.045] [DEBUG] 6 processes running of frp type [2026-03-01,13:05:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,13:05:24.405] [DEBUG] 6 processes running of frp type [2026-03-01,13:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,13:20:24.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,13:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,13:35:24.328] [DEBUG] 6 processes running of frp type [2026-03-01,13:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,13:50:24.380] [DEBUG] 6 processes running of frp type [2026-03-01,14:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,14:05:24.776] [DEBUG] 6 processes running of frp type [2026-03-01,14:20:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,14:20:24.820] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,14:35:18.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,14:35:24.972] [DEBUG] 6 processes running of frp type [2026-03-01,14:50:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,14:50:24.516] [DEBUG] 6 processes running of frp type [2026-03-01,15:05:18.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,15:05:24.826] [DEBUG] 6 processes running of frp type [2026-03-01,15:20:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,15:20:23.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,15:35:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,15:35:23.918] [DEBUG] 6 processes running of frp type [2026-03-01,15:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,15:50:24.044] [DEBUG] 6 processes running of frp type [2026-03-01,16:05:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,16:05:24.204] [DEBUG] 6 processes running of frp type [2026-03-01,16:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,16:20:24.476] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,16:35:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,16:35:24.689] [DEBUG] 6 processes running of frp type [2026-03-01,16:50:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,16:50:23.974] [DEBUG] 6 processes running of frp type [2026-03-01,17:05:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,17:05:24.328] [DEBUG] 6 processes running of frp type [2026-03-01,17:20:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,17:20:24.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,17:35:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,17:35:24.786] [DEBUG] 6 processes running of frp type [2026-03-01,17:50:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,17:50:25.061] [DEBUG] 6 processes running of frp type 2026-03-01 17:51:28.888 [I] [client/service.go:294] [7b6ad5dd9a413e2b] try to connect to server... 2026-03-01 17:51:34.918 [I] [client/service.go:286] [7b6ad5dd9a413e2b] login to server success, get run id [7b6ad5dd9a413e2b] 2026-03-01 17:51:34.920 [I] [proxy/proxy_manager.go:173] [7b6ad5dd9a413e2b] proxy added: [DTN57CC5599] 2026-03-01 17:51:35.591 [I] [client/control.go:168] [7b6ad5dd9a413e2b] [DTN57CC5599] start proxy success [2026-03-01,18:05:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,18:05:24.287] [DEBUG] 6 processes running of frp type [2026-03-01,18:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,18:20:24.950] [DEBUG] 6 processes running of frp type [2026-03-01,18:25:40.763] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,18:25:40.769] [INFO] LocationSqlManager initialising [2026-03-01,18:25:40.769] [INFO] Location DB initialising [2026-03-01,18:25:40.780] [INFO] LocationSqlManager initialisation complete [2026-03-01,18:25:40.781] [DEBUG] UploadManager Init [2026-03-01,18:25:40.781] [DEBUG] UploadManager Init Complete [2026-03-01,18:25:40.784] [INFO] Initializing GPS... [2026-03-01,18:25:40.787] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,18:27:45.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,18:27:55.229] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-01,18:29:03.085] [DEBUG] Log Upload Complete! [2026-03-01,18:30:44.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,18:30:51.522] [DEBUG] Remote Access Enabled [2026-03-01,18:30:57.874] [INFO] Server Address: 138.201.17.179 [2026-03-01,18:30:57.875] [INFO] Server Port: 7000 [2026-03-01,18:30:57.880] [DEBUG] Starting Remote Access! 2026-03-01 18:30:58.011 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-01 18:30:58.011 [I] [client/service.go:294] try to connect to server... 2026-03-01 18:30:59.260 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 18:30:59.262 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 18:30:59.740 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-01,18:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,18:35:25.650] [DEBUG] 6 processes running of frp type [2026-03-01,18:50:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,18:50:24.323] [DEBUG] 6 processes running of frp type [2026-03-01,19:05:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,19:05:24.363] [DEBUG] 6 processes running of frp type [2026-03-01,19:20:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,19:20:24.103] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,19:35:25.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,19:35:41.832] [DEBUG] 6 processes running of frp type 2026-03-01 19:49:33.232 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:49:43.233 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:49:43.234 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:49:53.235 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:49:53.236 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:50:03.238 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:50:03.238 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:50:13.239 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:50:13.240 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:50:23.241 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:50:43.242 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:50:53.243 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:51:13.245 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:51:20.332 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 19:51:40.334 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:51:40.339 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 19:52:00.340 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:52:00.342 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 19:52:20.343 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:52:20.347 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 19:52:40.349 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:52:40.352 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 19:53:00.354 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:53:00.358 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 19:53:20.358 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:53:23.160 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 19:53:23.162 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 19:53:23.616 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success 2026-03-01 19:54:01.987 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:54:14.000 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: i/o deadline reached 2026-03-01 19:54:14.001 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:54:15.628 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 19:54:15.629 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 19:54:16.252 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success 2026-03-01 19:54:54.493 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:55:04.494 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 19:55:04.495 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:55:07.516 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 19:55:07.517 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 19:55:07.990 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success 2026-03-01 19:56:48.425 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 19:56:49.708 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 19:56:49.709 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 19:56:50.275 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success 2026-03-01 20:01:32.037 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 20:01:42.039 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 20:01:42.040 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 20:01:51.118 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 20:01:51.118 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 20:01:51.748 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-01,20:05:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,20:05:23.949] [DEBUG] 6 processes running of frp type [2026-03-01,20:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,20:20:23.670] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,20:35:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,20:35:24.471] [DEBUG] 6 processes running of frp type [2026-03-01,20:50:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,20:50:24.542] [DEBUG] 6 processes running of frp type [2026-03-01,21:05:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,21:05:25.376] [DEBUG] 6 processes running of frp type [2026-03-01,21:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,21:20:24.193] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,21:35:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,21:35:24.179] [DEBUG] 6 processes running of frp type [2026-03-01,21:50:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,21:50:24.763] [DEBUG] 6 processes running of frp type [2026-03-01,22:05:18.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,22:05:25.059] [DEBUG] 6 processes running of frp type [2026-03-01,22:20:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,22:20:25.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,22:35:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,22:35:24.842] [DEBUG] 6 processes running of frp type [2026-03-01,22:50:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-01 22:50:32.596 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 22:50:52.587 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: i/o deadline reached 2026-03-01 22:50:52.589 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 22:50:55.561 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 22:50:55.562 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 22:50:57.003 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-01,22:51:07.578] [DEBUG] 6 processes running of frp type [2026-03-01,23:05:18.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,23:05:24.839] [DEBUG] 6 processes running of frp type [2026-03-01,23:20:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,23:20:23.607] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,23:35:18.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,23:35:24.955] [DEBUG] 6 processes running of frp type [2026-03-01,23:50:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-01,23:50:23.688] [DEBUG] 6 processes running of frp type 2026-03-01 23:52:22.850 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-01 23:52:24.930 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-01 23:52:24.931 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-01 23:52:25.327 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-02,00:05:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,00:05:24.523] [DEBUG] 6 processes running of frp type [2026-03-02,00:20:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,00:20:24.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,00:35:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,00:35:23.875] [DEBUG] 6 processes running of frp type [2026-03-02,00:50:17.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,00:50:24.766] [DEBUG] 6 processes running of frp type [2026-03-02,01:05:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,01:05:24.518] [DEBUG] 6 processes running of frp type [2026-03-02,01:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,01:20:24.137] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,01:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,01:35:24.185] [DEBUG] 6 processes running of frp type [2026-03-02,01:50:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,01:50:23.903] [DEBUG] 6 processes running of frp type [2026-03-02,02:05:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,02:05:23.707] [DEBUG] 6 processes running of frp type [2026-03-02,02:20:16.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,02:20:23.518] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,02:35:16.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,02:35:23.570] [DEBUG] 6 processes running of frp type [2026-03-02,02:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,02:50:24.004] [DEBUG] 6 processes running of frp type [2026-03-02,03:05:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,03:05:23.838] [DEBUG] 6 processes running of frp type 2026-03-02 03:19:57.446 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 03:20:15.283 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: connection write timeout 2026-03-02 03:20:15.283 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... [2026-03-02,03:20:20.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-02 03:20:23.062 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-02 03:20:23.063 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-02 03:20:24.367 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-02,03:20:33.541] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,03:35:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,03:35:24.420] [DEBUG] 6 processes running of frp type [2026-03-02,03:50:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,03:50:24.047] [DEBUG] 6 processes running of frp type 2026-03-02 03:58:43.825 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 03:58:53.827 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 03:58:53.828 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 03:59:03.830 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 03:59:03.831 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 03:59:13.833 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 03:59:13.833 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 03:59:18.562 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-02 03:59:18.563 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-02 03:59:19.255 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-02,04:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,04:05:23.798] [DEBUG] 6 processes running of frp type 2026-03-02 04:06:34.809 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:06:37.822 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:06:37.822 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:06:40.861 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:06:40.862 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:06:42.922 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:06:51.771 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:06:51.775 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:07:10.120 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:07:10.124 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:07:30.126 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:07:30.129 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:07:50.130 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:07:50.134 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:08:10.135 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:08:10.137 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:08:30.138 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:08:30.141 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:08:50.142 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:08:50.145 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:09:10.147 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:09:10.150 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:09:30.152 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:09:30.155 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:09:50.156 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:09:50.159 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:10:10.160 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:10:10.163 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:10:30.165 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:10:30.179 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:10:50.180 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:10:50.185 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:11:10.186 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:11:10.192 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:11:30.193 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:11:30.195 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:11:50.196 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:11:50.200 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:12:10.201 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:12:10.205 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:12:30.206 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:12:30.210 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-02 04:12:50.210 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 04:12:59.556 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-02 04:12:59.557 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-02 04:13:00.125 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-02,04:20:17.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,04:20:23.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,04:35:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,04:35:23.875] [DEBUG] 6 processes running of frp type [2026-03-02,04:50:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,04:50:24.100] [DEBUG] 6 processes running of frp type [2026-03-02,05:05:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,05:05:23.968] [DEBUG] 6 processes running of frp type 2026-03-02 05:06:04.915 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 05:06:14.917 [W] [client/service.go:297] [5de8c53cc91e4dde] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 05:06:14.918 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 05:06:17.482 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-02 05:06:17.483 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-02 05:06:17.881 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-02,05:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,05:20:23.879] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,05:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,05:35:25.509] [DEBUG] 6 processes running of frp type [2026-03-02,05:50:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,05:50:24.038] [DEBUG] 6 processes running of frp type 2026-03-02 06:04:05.716 [I] [client/service.go:294] [5de8c53cc91e4dde] try to connect to server... 2026-03-02 06:04:07.360 [I] [client/service.go:286] [5de8c53cc91e4dde] login to server success, get run id [5de8c53cc91e4dde] 2026-03-02 06:04:07.362 [I] [proxy/proxy_manager.go:173] [5de8c53cc91e4dde] proxy added: [DTN57CC5599] 2026-03-02 06:04:07.688 [I] [client/control.go:168] [5de8c53cc91e4dde] [DTN57CC5599] start proxy success [2026-03-02,06:05:24.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,06:05:31.305] [DEBUG] 6 processes running of frp type [2026-03-02,06:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,06:20:24.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,06:30:42.111] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,06:30:42.119] [INFO] LocationSqlManager initialising [2026-03-02,06:30:42.120] [INFO] Location DB initialising [2026-03-02,06:30:42.131] [INFO] LocationSqlManager initialisation complete [2026-03-02,06:30:42.132] [DEBUG] UploadManager Init [2026-03-02,06:30:42.132] [DEBUG] UploadManager Init Complete [2026-03-02,06:30:42.135] [INFO] Initializing GPS... [2026-03-02,06:30:42.137] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,06:32:45.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,06:32:51.962] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-02,06:33:08.213] [DEBUG] Log Upload Complete! [2026-03-02,06:35:45.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,06:35:52.111] [DEBUG] Remote Access Enabled [2026-03-02,06:35:58.330] [INFO] Server Address: 138.201.17.179 [2026-03-02,06:35:58.331] [INFO] Server Port: 7000 [2026-03-02,06:35:58.336] [DEBUG] Starting Remote Access! 2026-03-02 06:35:58.472 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 06:35:58.473 [I] [client/service.go:294] try to connect to server... 2026-03-02 06:35:59.961 [I] [client/service.go:286] [540766fb3f4ccf45] login to server success, get run id [540766fb3f4ccf45] 2026-03-02 06:35:59.963 [I] [proxy/proxy_manager.go:173] [540766fb3f4ccf45] proxy added: [DTN57CC5599] 2026-03-02 06:36:00.478 [I] [client/control.go:168] [540766fb3f4ccf45] [DTN57CC5599] start proxy success [2026-03-02,06:50:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,06:50:24.513] [DEBUG] 6 processes running of frp type [2026-03-02,07:05:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,07:05:24.135] [DEBUG] 6 processes running of frp type [2026-03-02,07:20:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,07:20:23.855] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,07:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,07:35:24.057] [DEBUG] 6 processes running of frp type [2026-03-02,07:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,07:50:24.298] [DEBUG] 6 processes running of frp type [2026-03-02,08:02:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,08:02:24.332] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-02,08:02:39.479] [DEBUG] Log Upload Complete! [2026-03-02,08:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,08:05:24.469] [DEBUG] 6 processes running of frp type [2026-03-02,08:20:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,08:20:24.315] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,08:35:16.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,08:35:23.509] [DEBUG] 6 processes running of frp type [2026-03-02,08:50:18.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,08:50:25.055] [DEBUG] 6 processes running of frp type [2026-03-02,09:05:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,09:05:23.950] [DEBUG] 6 processes running of frp type [2026-03-02,09:20:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,09:20:23.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,09:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,09:35:24.202] [DEBUG] 6 processes running of frp type [2026-03-02,09:50:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,09:50:24.920] [DEBUG] 6 processes running of frp type [2026-03-02,10:05:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,10:05:23.948] [DEBUG] 6 processes running of frp type [2026-03-02,10:20:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,10:20:23.758] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,10:35:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,10:35:23.591] [DEBUG] 6 processes running of frp type [2026-03-02,10:50:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,10:50:23.772] [DEBUG] 6 processes running of frp type [2026-03-02,11:05:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,11:05:23.812] [DEBUG] 6 processes running of frp type [2026-03-02,11:20:16.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,11:20:23.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,11:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,11:35:23.695] [DEBUG] 6 processes running of frp type [2026-03-02,11:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,11:50:24.057] [DEBUG] 6 processes running of frp type [2026-03-02,12:05:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,12:05:24.552] [DEBUG] 6 processes running of frp type [2026-03-02,12:20:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,12:20:24.498] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,12:35:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,12:35:24.195] [DEBUG] 6 processes running of frp type [2026-03-02,12:50:17.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,12:50:24.633] [DEBUG] 6 processes running of frp type [2026-03-02,13:05:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,13:05:24.913] [DEBUG] 6 processes running of frp type [2026-03-02,13:20:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,13:20:24.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,13:35:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,13:35:24.317] [DEBUG] 6 processes running of frp type [2026-03-02,13:50:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,13:50:24.288] [DEBUG] 6 processes running of frp type [2026-03-02,14:05:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,14:05:24.168] [DEBUG] 6 processes running of frp type [2026-03-02,14:20:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,14:20:25.718] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,14:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,14:35:24.012] [DEBUG] 6 processes running of frp type [2026-03-02,14:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,14:50:24.416] [DEBUG] 6 processes running of frp type [2026-03-02,15:05:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,15:05:24.585] [DEBUG] 6 processes running of frp type [2026-03-02,15:20:18.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,15:20:24.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,15:35:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,15:35:24.042] [DEBUG] 6 processes running of frp type [2026-03-02,15:50:17.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,15:50:24.109] [DEBUG] 6 processes running of frp type [2026-03-02,16:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,16:05:24.113] [DEBUG] 6 processes running of frp type 2026-03-02 16:19:23.529 [I] [client/service.go:294] [540766fb3f4ccf45] try to connect to server... 2026-03-02 16:19:25.217 [I] [client/service.go:286] [540766fb3f4ccf45] login to server success, get run id [540766fb3f4ccf45] 2026-03-02 16:19:25.219 [I] [proxy/proxy_manager.go:173] [540766fb3f4ccf45] proxy added: [DTN57CC5599] 2026-03-02 16:19:25.862 [I] [client/control.go:168] [540766fb3f4ccf45] [DTN57CC5599] start proxy success [2026-03-02,16:20:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,16:20:24.222] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,16:35:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,16:35:24.247] [DEBUG] 6 processes running of frp type [2026-03-02,16:50:18.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,16:50:24.847] [DEBUG] 6 processes running of frp type [2026-03-02,17:05:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,17:05:23.780] [DEBUG] 6 processes running of frp type [2026-03-02,17:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,17:20:23.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,17:35:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,17:35:23.866] [DEBUG] 6 processes running of frp type [2026-03-02,17:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,17:50:24.418] [DEBUG] 6 processes running of frp type [2026-03-02,18:05:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,18:05:24.869] [DEBUG] 6 processes running of frp type [2026-03-02,18:20:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,18:20:23.715] [DEBUG] 6 processes running of frp type [2026-03-02,18:25:40.923] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,18:25:40.929] [INFO] LocationSqlManager initialising [2026-03-02,18:25:40.929] [INFO] Location DB initialising [2026-03-02,18:25:40.938] [INFO] LocationSqlManager initialisation complete [2026-03-02,18:25:40.939] [DEBUG] UploadManager Init [2026-03-02,18:25:40.939] [DEBUG] UploadManager Init Complete [2026-03-02,18:25:40.942] [INFO] Initializing GPS... [2026-03-02,18:25:40.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,18:27:44.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,18:27:51.227] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-02,18:28:47.439] [DEBUG] Log Upload Complete! [2026-03-02,18:30:44.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,18:30:51.435] [DEBUG] Remote Access Enabled [2026-03-02,18:30:57.719] [INFO] Server Address: 138.201.17.179 [2026-03-02,18:30:57.720] [INFO] Server Port: 7000 [2026-03-02,18:30:57.725] [DEBUG] Starting Remote Access! 2026-03-02 18:30:57.852 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 18:30:57.853 [I] [client/service.go:294] try to connect to server... 2026-03-02 18:30:58.851 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-02 18:30:58.852 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-02 18:30:59.199 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-02,18:35:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,18:35:24.335] [DEBUG] 6 processes running of frp type [2026-03-02,18:50:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,18:50:23.726] [DEBUG] 6 processes running of frp type [2026-03-02,19:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,19:05:24.210] [DEBUG] 6 processes running of frp type [2026-03-02,19:20:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,19:20:24.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,19:35:18.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,19:35:25.001] [DEBUG] 6 processes running of frp type [2026-03-02,19:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,19:50:24.089] [DEBUG] 6 processes running of frp type [2026-03-02,20:05:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,20:05:24.052] [DEBUG] 6 processes running of frp type [2026-03-02,20:20:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,20:20:24.716] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,20:35:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,20:35:24.397] [DEBUG] 6 processes running of frp type 2026-03-02 20:41:41.588 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-02 20:41:42.582 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-02 20:41:42.584 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-02 20:41:42.912 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-02,20:50:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,20:50:24.416] [DEBUG] 6 processes running of frp type 2026-03-02 20:59:37.120 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-02 20:59:41.689 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-02 20:59:41.690 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-02 20:59:41.995 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-02,21:05:19.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,21:05:25.825] [DEBUG] 6 processes running of frp type [2026-03-02,21:20:19.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,21:20:26.422] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,21:35:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,21:35:30.742] [DEBUG] 6 processes running of frp type [2026-03-02,21:50:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,21:50:26.976] [DEBUG] 6 processes running of frp type [2026-03-02,22:05:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,22:05:24.218] [DEBUG] 6 processes running of frp type [2026-03-02,22:20:19.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,22:20:26.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,22:35:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,22:35:24.837] [DEBUG] 6 processes running of frp type 2026-03-02 22:37:17.374 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-02 22:37:18.435 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-02 22:37:18.436 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-02 22:37:18.754 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-02,22:50:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,22:50:23.738] [DEBUG] 6 processes running of frp type [2026-03-02,23:05:18.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,23:05:26.342] [DEBUG] 6 processes running of frp type [2026-03-02,23:20:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,23:20:24.361] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,23:35:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,23:35:27.360] [DEBUG] 6 processes running of frp type 2026-03-02 23:35:29.711 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-02 23:35:30.689 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-02 23:35:30.690 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-02 23:35:31.040 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-02,23:50:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-02,23:50:24.017] [DEBUG] 6 processes running of frp type [2026-03-03,00:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,00:05:24.241] [DEBUG] 6 processes running of frp type [2026-03-03,00:20:17.533] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,00:20:24.049] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,00:35:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,00:35:26.501] [DEBUG] 6 processes running of frp type [2026-03-03,00:50:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,00:50:24.526] [DEBUG] 6 processes running of frp type [2026-03-03,01:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,01:05:24.339] [DEBUG] 6 processes running of frp type [2026-03-03,01:20:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,01:20:24.027] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,01:35:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,01:35:23.893] [DEBUG] 6 processes running of frp type [2026-03-03,01:50:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,01:50:24.572] [DEBUG] 6 processes running of frp type 2026-03-03 01:59:55.881 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 02:00:04.732 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-03 02:00:04.733 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-03 02:00:05.158 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success 2026-03-03 02:00:43.282 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 02:00:47.934 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-03 02:00:47.934 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-03 02:00:48.373 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-03,02:05:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,02:05:24.479] [DEBUG] 6 processes running of frp type [2026-03-03,02:20:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,02:20:24.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,02:35:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,02:35:24.465] [DEBUG] 6 processes running of frp type [2026-03-03,02:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,02:50:24.049] [DEBUG] 6 processes running of frp type [2026-03-03,03:05:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,03:05:24.198] [DEBUG] 6 processes running of frp type [2026-03-03,03:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,03:20:24.169] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,03:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,03:35:24.282] [DEBUG] 6 processes running of frp type [2026-03-03,03:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,03:50:24.866] [DEBUG] 6 processes running of frp type [2026-03-03,04:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,04:05:24.178] [DEBUG] 6 processes running of frp type 2026-03-03 04:06:39.469 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 04:06:39.472 [W] [client/service.go:297] [81678bcce8731a62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 04:06:41.663 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 04:06:41.665 [W] [client/service.go:297] [81678bcce8731a62] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 04:06:46.150 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 04:06:56.101 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-03 04:06:56.102 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-03 04:06:56.337 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-03,04:20:17.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,04:20:24.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,04:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,04:35:24.094] [DEBUG] 6 processes running of frp type 2026-03-03 04:39:53.192 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 04:39:53.861 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-03 04:39:53.862 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-03 04:39:54.081 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-03,04:50:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,04:50:24.544] [DEBUG] 6 processes running of frp type [2026-03-03,05:05:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,05:05:24.533] [DEBUG] 6 processes running of frp type [2026-03-03,05:20:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,05:20:24.347] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,05:35:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,05:35:24.300] [DEBUG] 6 processes running of frp type [2026-03-03,05:50:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,05:50:24.423] [DEBUG] 6 processes running of frp type 2026-03-03 05:54:21.183 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 05:54:31.185 [W] [client/service.go:297] [81678bcce8731a62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 05:54:31.186 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 05:54:44.986 [W] [client/service.go:297] [81678bcce8731a62] connect to server error: i/o deadline reached 2026-03-03 05:54:44.987 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 05:54:54.989 [W] [client/service.go:297] [81678bcce8731a62] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 05:54:54.989 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 05:55:00.572 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-03 05:55:00.574 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-03 05:55:00.793 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-03,06:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,06:05:24.312] [DEBUG] 6 processes running of frp type [2026-03-03,06:20:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,06:20:24.098] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-03 06:28:25.717 [I] [client/service.go:294] [81678bcce8731a62] try to connect to server... 2026-03-03 06:28:30.393 [I] [client/service.go:286] [81678bcce8731a62] login to server success, get run id [81678bcce8731a62] 2026-03-03 06:28:30.395 [I] [proxy/proxy_manager.go:173] [81678bcce8731a62] proxy added: [DTN57CC5599] 2026-03-03 06:28:30.632 [I] [client/control.go:168] [81678bcce8731a62] [DTN57CC5599] start proxy success [2026-03-03,06:30:42.350] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,06:30:42.358] [INFO] LocationSqlManager initialising [2026-03-03,06:30:42.359] [INFO] Location DB initialising [2026-03-03,06:30:42.370] [INFO] LocationSqlManager initialisation complete [2026-03-03,06:30:42.371] [DEBUG] UploadManager Init [2026-03-03,06:30:42.371] [DEBUG] UploadManager Init Complete [2026-03-03,06:30:42.376] [INFO] Initializing GPS... [2026-03-03,06:30:42.379] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,06:32:45.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,06:32:52.131] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-03,06:33:09.196] [DEBUG] Log Upload Complete! [2026-03-03,06:35:45.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,06:35:51.602] [DEBUG] Remote Access Enabled [2026-03-03,06:35:57.922] [INFO] Server Address: 138.201.17.179 [2026-03-03,06:35:57.923] [INFO] Server Port: 7000 [2026-03-03,06:35:57.928] [DEBUG] Starting Remote Access! 2026-03-03 06:35:58.063 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-03 06:35:58.064 [I] [client/service.go:294] try to connect to server... 2026-03-03 06:35:58.729 [I] [client/service.go:286] [f0e97c337ebae420] login to server success, get run id [f0e97c337ebae420] 2026-03-03 06:35:58.730 [I] [proxy/proxy_manager.go:173] [f0e97c337ebae420] proxy added: [DTN57CC5599] 2026-03-03 06:35:58.966 [I] [client/control.go:168] [f0e97c337ebae420] [DTN57CC5599] start proxy success [2026-03-03,06:50:17.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,06:50:24.562] [DEBUG] 6 processes running of frp type [2026-03-03,07:05:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,07:05:24.425] [DEBUG] 6 processes running of frp type [2026-03-03,07:20:19.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,07:20:30.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,07:35:18.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,07:35:24.936] [DEBUG] 6 processes running of frp type [2026-03-03,07:50:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,07:50:24.074] [DEBUG] 6 processes running of frp type 2026-03-03 07:57:53.416 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:58:03.418 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 07:58:03.419 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:58:13.420 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 07:58:13.421 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:58:23.422 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 07:58:23.423 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:58:33.424 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 07:58:33.425 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:58:43.426 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 07:59:03.426 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:59:13.428 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 07:59:33.429 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 07:59:40.642 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:00:00.643 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:00:04.204 [I] [client/service.go:286] [f0e97c337ebae420] login to server success, get run id [f0e97c337ebae420] 2026-03-03 08:00:04.206 [I] [proxy/proxy_manager.go:173] [f0e97c337ebae420] proxy added: [DTN57CC5599] 2026-03-03 08:00:04.756 [I] [client/control.go:168] [f0e97c337ebae420] [DTN57CC5599] start proxy success [2026-03-03,08:02:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,08:02:24.391] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 2026-03-03 08:03:45.102 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:03:55.104 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:03:55.105 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:04:05.106 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:04:05.107 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:04:15.108 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:04:15.109 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:04:25.111 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) 2026-03-03 08:04:45.112 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:04:56.132 [I] [client/service.go:286] [f0e97c337ebae420] login to server success, get run id [f0e97c337ebae420] 2026-03-03 08:04:56.134 [I] [proxy/proxy_manager.go:173] [f0e97c337ebae420] proxy added: [DTN57CC5599] 2026-03-03 08:04:56.810 [I] [client/control.go:168] [f0e97c337ebae420] [DTN57CC5599] start proxy success 2026-03-03 08:05:25.815 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:05:35.818 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:05:35.818 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... [2026-03-03,08:05:36.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-03 08:05:45.820 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:05:45.820 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:05:55.822 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:05:55.823 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-03 08:06:05.825 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:06:05.826 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:06:15.827 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:06:35.828 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:06:45.830 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:07:05.831 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:07:15.833 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 08:07:35.834 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:07:42.988 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:08:02.989 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:08:02.999 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:08:23.000 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:08:23.006 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:08:43.008 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:08:43.013 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:09:03.014 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:09:03.019 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:09:23.020 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:09:23.024 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:09:43.026 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:09:43.032 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:10:03.034 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:10:03.039 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:10:23.039 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:10:23.044 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:10:43.045 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:10:43.050 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:11:03.052 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:11:03.058 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:11:23.059 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:11:23.063 [W] [client/service.go:297] [f0e97c337ebae420] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 08:11:43.064 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:11:43.790 [I] [client/service.go:286] [f0e97c337ebae420] login to server success, get run id [f0e97c337ebae420] 2026-03-03 08:11:43.792 [I] [proxy/proxy_manager.go:173] [f0e97c337ebae420] proxy added: [DTN57CC5599] 2026-03-03 08:11:44.042 [I] [client/control.go:168] [f0e97c337ebae420] [DTN57CC5599] start proxy success [2026-03-03,08:20:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,08:20:24.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,08:35:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,08:35:24.326] [DEBUG] 6 processes running of frp type 2026-03-03 08:48:51.424 [I] [client/service.go:294] [f0e97c337ebae420] try to connect to server... 2026-03-03 08:48:56.426 [I] [client/service.go:286] [f0e97c337ebae420] login to server success, get run id [f0e97c337ebae420] 2026-03-03 08:48:56.427 [I] [proxy/proxy_manager.go:173] [f0e97c337ebae420] proxy added: [DTN57CC5599] 2026-03-03 08:48:56.744 [I] [client/control.go:168] [f0e97c337ebae420] [DTN57CC5599] start proxy success [2026-03-03,08:50:18.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,08:50:26.568] [DEBUG] 6 processes running of frp type [2026-03-03,09:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,09:05:25.135] [DEBUG] 6 processes running of frp type [2026-03-03,09:20:17.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,09:20:24.066] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,09:35:23.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,09:35:30.102] [DEBUG] 6 processes running of frp type [2026-03-03,09:50:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,09:50:24.495] [DEBUG] 6 processes running of frp type [2026-03-03,10:05:18.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,10:05:24.977] [DEBUG] 6 processes running of frp type [2026-03-03,10:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,10:20:24.096] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,10:35:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,10:35:24.009] [DEBUG] 6 processes running of frp type [2026-03-03,10:50:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,10:50:24.417] [DEBUG] 6 processes running of frp type [2026-03-03,11:05:18.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,11:05:24.883] [DEBUG] 6 processes running of frp type [2026-03-03,11:20:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,11:20:23.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,11:35:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,11:35:24.232] [DEBUG] 6 processes running of frp type [2026-03-03,11:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,11:50:24.353] [DEBUG] 6 processes running of frp type [2026-03-03,12:05:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,12:05:24.896] [DEBUG] 6 processes running of frp type [2026-03-03,12:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,12:20:24.180] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,12:35:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,12:35:24.769] [DEBUG] 6 processes running of frp type [2026-03-03,12:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,12:50:24.617] [DEBUG] 6 processes running of frp type [2026-03-03,13:05:18.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,13:05:24.957] [DEBUG] 6 processes running of frp type [2026-03-03,13:20:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,13:20:24.014] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,13:35:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,13:35:24.336] [DEBUG] 6 processes running of frp type [2026-03-03,13:50:21.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,13:50:28.183] [DEBUG] 6 processes running of frp type [2026-03-03,14:05:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,14:05:24.681] [DEBUG] 6 processes running of frp type [2026-03-03,14:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,14:20:24.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,14:35:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,14:35:24.553] [DEBUG] 6 processes running of frp type [2026-03-03,14:50:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,14:50:24.734] [DEBUG] 6 processes running of frp type [2026-03-03,15:05:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,15:05:23.921] [DEBUG] 6 processes running of frp type [2026-03-03,15:20:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,15:20:23.993] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,15:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,15:35:24.415] [DEBUG] 6 processes running of frp type [2026-03-03,15:50:18.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,15:50:25.022] [DEBUG] 6 processes running of frp type [2026-03-03,16:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,16:05:24.158] [DEBUG] 6 processes running of frp type [2026-03-03,16:20:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,16:20:24.308] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,16:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,16:35:24.340] [DEBUG] 6 processes running of frp type [2026-03-03,16:50:18.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,16:50:25.112] [DEBUG] 6 processes running of frp type [2026-03-03,17:05:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,17:05:24.263] [DEBUG] 6 processes running of frp type [2026-03-03,17:20:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,17:20:24.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,17:35:18.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,17:35:24.950] [DEBUG] 6 processes running of frp type [2026-03-03,17:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,17:50:24.326] [DEBUG] 6 processes running of frp type [2026-03-03,18:05:18.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,18:05:24.730] [DEBUG] 6 processes running of frp type [2026-03-03,18:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,18:20:24.648] [DEBUG] 6 processes running of frp type [2026-03-03,18:25:40.653] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,18:25:40.659] [INFO] LocationSqlManager initialising [2026-03-03,18:25:40.659] [INFO] Location DB initialising [2026-03-03,18:25:40.668] [INFO] LocationSqlManager initialisation complete [2026-03-03,18:25:40.669] [DEBUG] UploadManager Init [2026-03-03,18:25:40.669] [DEBUG] UploadManager Init Complete [2026-03-03,18:25:40.672] [INFO] Initializing GPS... [2026-03-03,18:25:40.674] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,18:27:44.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,18:27:51.649] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-03,18:29:05.725] [DEBUG] Log Upload Complete! [2026-03-03,18:30:44.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,18:30:51.423] [DEBUG] Remote Access Enabled [2026-03-03,18:30:57.838] [INFO] Server Address: 138.201.17.179 [2026-03-03,18:30:57.840] [INFO] Server Port: 7000 [2026-03-03,18:30:57.845] [DEBUG] Starting Remote Access! 2026-03-03 18:30:57.985 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-03 18:30:57.986 [I] [client/service.go:294] try to connect to server... 2026-03-03 18:30:58.760 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-03 18:30:58.761 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-03 18:30:58.990 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-03,18:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,18:35:24.621] [DEBUG] 6 processes running of frp type [2026-03-03,18:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,18:50:24.502] [DEBUG] 6 processes running of frp type [2026-03-03,19:05:22.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,19:06:09.604] [DEBUG] 6 processes running of frp type 2026-03-03 19:19:16.149 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:19:26.151 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:19:26.152 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:19:36.154 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:19:36.155 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:19:46.156 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:19:46.156 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:19:56.158 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:19:56.159 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:20:06.160 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:20:26.161 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:20:36.164 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:20:56.165 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:21:06.167 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-03-03,19:21:22.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-03 19:21:26.168 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:21:27.407 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-03 19:21:27.407 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-03 19:21:27.777 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-03,19:21:29.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,19:35:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,19:35:24.212] [DEBUG] 6 processes running of frp type 2026-03-03 19:50:29.380 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:50:39.382 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:50:39.382 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:50:49.384 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:50:49.386 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:50:59.388 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:50:59.389 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:51:09.392 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:51:09.392 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:51:19.394 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:51:39.395 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:51:49.397 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:52:09.399 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:52:19.401 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 19:52:39.402 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:52:39.405 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:52:59.406 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:52:59.412 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:53:19.413 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:53:19.417 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:53:39.418 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:53:39.424 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:53:59.425 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:53:59.432 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:54:19.433 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:54:19.437 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:54:39.437 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:54:39.442 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:54:59.443 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:54:59.465 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:55:19.465 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:55:19.470 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:55:39.470 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:55:39.473 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:55:59.474 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:55:59.479 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-03 19:56:19.481 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-03 19:56:21.936 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-03 19:56:21.937 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-03 19:56:22.178 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-03,20:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,20:05:24.317] [DEBUG] 6 processes running of frp type [2026-03-03,20:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,20:20:24.375] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,20:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,20:35:25.962] [DEBUG] 6 processes running of frp type [2026-03-03,20:50:18.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,20:50:25.303] [DEBUG] 6 processes running of frp type [2026-03-03,21:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,21:05:24.287] [DEBUG] 6 processes running of frp type [2026-03-03,21:20:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,21:20:24.277] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,21:35:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,21:35:24.231] [DEBUG] 6 processes running of frp type [2026-03-03,21:50:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,21:50:24.777] [DEBUG] 6 processes running of frp type [2026-03-03,22:05:18.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,22:05:24.962] [DEBUG] 6 processes running of frp type [2026-03-03,22:20:17.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,22:20:23.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,22:35:16.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,22:35:23.543] [DEBUG] 6 processes running of frp type [2026-03-03,22:50:18.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,22:50:25.141] [DEBUG] 6 processes running of frp type [2026-03-03,23:05:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,23:05:23.954] [DEBUG] 6 processes running of frp type [2026-03-03,23:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,23:20:23.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,23:35:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,23:35:24.690] [DEBUG] 6 processes running of frp type [2026-03-03,23:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-03,23:50:23.943] [DEBUG] 6 processes running of frp type [2026-03-04,00:05:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,00:05:23.787] [DEBUG] 6 processes running of frp type 2026-03-04 00:17:51.480 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 00:17:55.543 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-04 00:17:55.545 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-04 00:17:55.770 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-04,00:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,00:20:24.596] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-04 00:27:08.832 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 00:27:09.556 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-04 00:27:09.556 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-04 00:27:09.794 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-04,00:35:17.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,00:35:23.843] [DEBUG] 6 processes running of frp type [2026-03-04,00:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,00:50:24.468] [DEBUG] 6 processes running of frp type [2026-03-04,01:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,01:05:24.316] [DEBUG] 6 processes running of frp type [2026-03-04,01:20:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,01:20:24.241] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,01:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,01:35:24.079] [DEBUG] 6 processes running of frp type [2026-03-04,01:50:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,01:50:23.801] [DEBUG] 6 processes running of frp type [2026-03-04,02:05:17.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,02:05:23.583] [DEBUG] 6 processes running of frp type [2026-03-04,02:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,02:20:24.367] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,02:35:17.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,02:35:23.637] [DEBUG] 6 processes running of frp type [2026-03-04,02:50:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,02:50:24.902] [DEBUG] 6 processes running of frp type [2026-03-04,03:05:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,03:05:23.594] [DEBUG] 6 processes running of frp type 2026-03-04 03:14:28.533 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 03:14:38.535 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 03:14:38.535 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 03:14:48.537 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 03:14:48.537 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 03:14:58.539 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 03:14:58.540 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 03:15:08.945 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-04 03:15:08.946 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-04 03:15:09.684 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-04,03:20:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,03:20:24.400] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,03:35:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,03:35:24.408] [DEBUG] 6 processes running of frp type [2026-03-04,03:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,03:50:24.286] [DEBUG] 6 processes running of frp type 2026-03-04 03:55:58.714 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 03:55:59.706 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-04 03:55:59.707 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-04 03:56:00.050 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-04,04:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,04:05:23.899] [DEBUG] 6 processes running of frp type 2026-03-04 04:06:46.277 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:06:46.290 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:06:48.335 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:06:48.337 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:06:52.803 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:06:52.806 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:07:02.217 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:07:02.218 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:07:21.157 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:07:21.159 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:07:41.160 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:07:41.165 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:08:01.167 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:08:01.168 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:08:21.169 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:08:21.171 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-04 04:08:41.172 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:08:51.174 [W] [client/service.go:297] [1d0935632b865eee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 04:09:11.175 [I] [client/service.go:294] [1d0935632b865eee] try to connect to server... 2026-03-04 04:09:14.917 [I] [client/service.go:286] [1d0935632b865eee] login to server success, get run id [1d0935632b865eee] 2026-03-04 04:09:14.918 [I] [proxy/proxy_manager.go:173] [1d0935632b865eee] proxy added: [DTN57CC5599] 2026-03-04 04:09:15.535 [I] [client/control.go:168] [1d0935632b865eee] [DTN57CC5599] start proxy success [2026-03-04,04:20:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,04:20:23.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,04:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,04:35:23.933] [DEBUG] 6 processes running of frp type [2026-03-04,04:50:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,04:50:24.218] [DEBUG] 6 processes running of frp type [2026-03-04,05:05:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,05:05:24.508] [DEBUG] 6 processes running of frp type [2026-03-04,05:20:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,05:20:25.367] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,05:35:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,05:35:24.435] [DEBUG] 6 processes running of frp type [2026-03-04,05:50:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,05:50:24.538] [DEBUG] 6 processes running of frp type [2026-03-04,06:05:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,06:05:24.675] [DEBUG] 6 processes running of frp type [2026-03-04,06:20:22.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,06:20:31.035] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,06:30:40.972] [INFO] Initializing BusSpeedStateManager V2 [2026-03-04,06:30:40.978] [INFO] LocationSqlManager initialising [2026-03-04,06:30:40.978] [INFO] Location DB initialising [2026-03-04,06:30:40.987] [INFO] LocationSqlManager initialisation complete [2026-03-04,06:30:40.988] [DEBUG] UploadManager Init [2026-03-04,06:30:40.988] [DEBUG] UploadManager Init Complete [2026-03-04,06:30:40.991] [INFO] Initializing GPS... [2026-03-04,06:30:40.993] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,06:32:44.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,06:32:51.063] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-04,06:33:02.824] [DEBUG] Log Upload Complete! [2026-03-04,06:35:44.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,06:35:44.674] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-04,06:35:51.136] [DEBUG] Remote Access Enabled [2026-03-04,06:35:57.365] [INFO] Server Address: 138.201.17.179 [2026-03-04,06:35:57.367] [INFO] Server Port: 7000 [2026-03-04,06:35:57.371] [DEBUG] Starting Remote Access! 2026-03-04 06:35:57.502 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-04 06:35:57.503 [I] [client/service.go:294] try to connect to server... 2026-03-04 06:35:58.402 [I] [client/service.go:286] [ace3ac2935793b9e] login to server success, get run id [ace3ac2935793b9e] 2026-03-04 06:35:58.403 [I] [proxy/proxy_manager.go:173] [ace3ac2935793b9e] proxy added: [DTN57CC5599] 2026-03-04 06:35:58.709 [I] [client/control.go:168] [ace3ac2935793b9e] [DTN57CC5599] start proxy success [2026-03-04,06:50:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,06:50:24.411] [DEBUG] 6 processes running of frp type [2026-03-04,07:05:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,07:05:24.936] [DEBUG] 6 processes running of frp type [2026-03-04,07:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,07:20:23.872] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,07:35:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,07:35:24.837] [DEBUG] 6 processes running of frp type [2026-03-04,07:50:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,07:50:25.572] [DEBUG] 6 processes running of frp type [2026-03-04,08:02:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,08:02:24.383] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-04,08:02:44.905] [DEBUG] Log Upload Complete! [2026-03-04,08:05:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,08:05:29.504] [DEBUG] 6 processes running of frp type [2026-03-04,08:20:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,08:20:24.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,08:35:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,08:35:24.779] [DEBUG] 6 processes running of frp type [2026-03-04,08:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,08:50:24.045] [DEBUG] 6 processes running of frp type [2026-03-04,09:05:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,09:05:24.404] [DEBUG] 6 processes running of frp type [2026-03-04,09:20:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,09:20:24.962] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,09:35:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,09:35:24.894] [DEBUG] 6 processes running of frp type [2026-03-04,09:50:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,09:50:24.273] [DEBUG] 6 processes running of frp type [2026-03-04,10:05:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,10:05:24.510] [DEBUG] 6 processes running of frp type [2026-03-04,10:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,10:20:25.008] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,10:35:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,10:35:24.565] [DEBUG] 6 processes running of frp type [2026-03-04,10:50:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,10:50:24.043] [DEBUG] 6 processes running of frp type [2026-03-04,11:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,11:05:24.791] [DEBUG] 6 processes running of frp type [2026-03-04,11:20:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,11:20:23.917] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,11:35:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,11:35:24.436] [DEBUG] 6 processes running of frp type [2026-03-04,11:50:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,11:50:23.970] [DEBUG] 6 processes running of frp type [2026-03-04,12:05:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,12:05:24.245] [DEBUG] 6 processes running of frp type [2026-03-04,12:20:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,12:20:24.396] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,12:35:18.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,12:35:25.074] [DEBUG] 6 processes running of frp type [2026-03-04,12:50:18.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,12:50:24.952] [DEBUG] 6 processes running of frp type [2026-03-04,13:05:19.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,13:05:26.669] [DEBUG] 6 processes running of frp type [2026-03-04,13:20:19.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,13:20:26.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,13:35:19.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,13:35:27.095] [DEBUG] 6 processes running of frp type [2026-03-04,13:50:20.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,13:50:27.505] [DEBUG] 6 processes running of frp type [2026-03-04,14:05:19.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,14:05:26.336] [DEBUG] 6 processes running of frp type [2026-03-04,14:20:20.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,14:20:27.065] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,14:35:19.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,14:35:29.412] [DEBUG] 6 processes running of frp type [2026-03-04,14:50:19.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,14:50:26.706] [DEBUG] 6 processes running of frp type [2026-03-04,15:05:19.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,15:05:26.904] [DEBUG] 6 processes running of frp type [2026-03-04,15:20:19.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,15:20:27.420] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,15:35:19.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,15:35:26.903] [DEBUG] 6 processes running of frp type [2026-03-04,15:50:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,15:50:24.788] [DEBUG] 6 processes running of frp type [2026-03-04,16:05:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,16:05:24.853] [DEBUG] 6 processes running of frp type [2026-03-04,16:20:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,16:20:24.212] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,16:35:18.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,16:35:24.870] [DEBUG] 6 processes running of frp type [2026-03-04,16:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,16:50:24.858] [DEBUG] 6 processes running of frp type [2026-03-04,17:05:17.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,17:05:23.860] [DEBUG] 6 processes running of frp type [2026-03-04,17:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,17:20:23.921] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,17:35:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,17:35:24.581] [DEBUG] 6 processes running of frp type [2026-03-04,17:50:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,17:50:24.216] [DEBUG] 6 processes running of frp type [2026-03-04,18:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,18:05:24.203] [DEBUG] 6 processes running of frp type [2026-03-04,18:20:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,18:20:24.761] [DEBUG] 6 processes running of frp type [2026-03-04,18:25:41.822] [INFO] Initializing BusSpeedStateManager V2 [2026-03-04,18:25:41.827] [INFO] LocationSqlManager initialising [2026-03-04,18:25:41.827] [INFO] Location DB initialising [2026-03-04,18:25:41.836] [INFO] LocationSqlManager initialisation complete [2026-03-04,18:25:41.837] [DEBUG] UploadManager Init [2026-03-04,18:25:41.837] [DEBUG] UploadManager Init Complete [2026-03-04,18:25:41.840] [INFO] Initializing GPS... [2026-03-04,18:25:41.842] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,18:27:44.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,18:27:56.485] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-04,18:28:20.836] [DEBUG] Log Upload Complete! [2026-03-04,18:30:49.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,18:30:56.899] [DEBUG] Remote Access Enabled [2026-03-04,18:31:03.578] [INFO] Server Address: 138.201.17.179 [2026-03-04,18:31:03.579] [INFO] Server Port: 7000 [2026-03-04,18:31:03.588] [DEBUG] Starting Remote Access! 2026-03-04 18:31:03.789 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-04 18:31:03.790 [I] [client/service.go:294] try to connect to server... 2026-03-04 18:31:05.096 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-04 18:31:05.096 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-04 18:31:05.463 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success [2026-03-04,18:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,18:35:24.720] [DEBUG] 6 processes running of frp type [2026-03-04,18:50:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,18:50:24.359] [DEBUG] 6 processes running of frp type [2026-03-04,19:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,19:05:24.997] [DEBUG] 6 processes running of frp type [2026-03-04,19:20:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,19:20:24.387] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,19:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,19:35:24.150] [DEBUG] 6 processes running of frp type [2026-03-04,19:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,19:50:24.463] [DEBUG] 6 processes running of frp type [2026-03-04,20:05:18.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,20:05:24.654] [DEBUG] 6 processes running of frp type [2026-03-04,20:20:18.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,20:20:26.255] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,20:35:19.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,20:35:28.900] [DEBUG] 6 processes running of frp type [2026-03-04,20:50:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,20:50:24.715] [DEBUG] 6 processes running of frp type [2026-03-04,21:05:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,21:05:28.582] [DEBUG] 6 processes running of frp type 2026-03-04 21:16:54.501 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:16:55.427 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-04 21:16:55.428 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-04 21:16:55.750 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success [2026-03-04,21:20:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,21:20:24.301] [DEBUG] 6 processes running of frp type 2026-03-04 21:25:10.265 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:25:20.267 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 21:25:20.267 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:25:30.268 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 21:25:30.269 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:25:40.271 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 21:25:40.271 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:25:50.273 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 21:25:50.273 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:26:00.275 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-04 21:26:20.277 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:26:30.279 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 21:26:50.281 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:27:00.283 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-04 21:27:20.284 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-04 21:27:21.723 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-04 21:27:21.724 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-04 21:27:22.337 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success [2026-03-04,21:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,21:35:24.828] [DEBUG] 6 processes running of frp type [2026-03-04,21:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,21:50:24.631] [DEBUG] 6 processes running of frp type [2026-03-04,22:05:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,22:05:24.745] [DEBUG] 6 processes running of frp type [2026-03-04,22:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,22:20:23.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,22:35:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,22:35:24.582] [DEBUG] 6 processes running of frp type [2026-03-04,22:50:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,22:50:24.336] [DEBUG] 6 processes running of frp type [2026-03-04,23:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,23:05:24.246] [DEBUG] 6 processes running of frp type [2026-03-04,23:20:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,23:20:24.679] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,23:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,23:35:24.357] [DEBUG] 6 processes running of frp type [2026-03-04,23:50:22.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-04,23:50:29.747] [DEBUG] 6 processes running of frp type [2026-03-05,00:05:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,00:05:23.801] [DEBUG] 6 processes running of frp type [2026-03-05,00:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,00:20:23.858] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,00:35:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,00:35:24.079] [DEBUG] 6 processes running of frp type [2026-03-05,00:50:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,00:50:23.905] [DEBUG] 6 processes running of frp type [2026-03-05,01:05:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,01:05:23.736] [DEBUG] 6 processes running of frp type [2026-03-05,01:20:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,01:20:24.701] [DEBUG] 6 processes running of frp type 2026-03-05 01:22:22.397 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 01:22:32.399 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 01:22:32.399 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 01:22:36.720 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-05 01:22:36.721 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-05 01:22:37.028 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,01:35:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,01:35:23.550] [DEBUG] 6 processes running of frp type [2026-03-05,01:50:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,01:50:24.197] [DEBUG] 6 processes running of frp type [2026-03-05,02:05:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,02:05:23.903] [DEBUG] 6 processes running of frp type [2026-03-05,02:20:17.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,02:20:23.589] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,02:35:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,02:35:24.460] [DEBUG] 6 processes running of frp type [2026-03-05,02:50:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,02:50:23.713] [DEBUG] 6 processes running of frp type 2026-03-05 02:55:54.410 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 02:55:55.439 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-05 02:55:55.439 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-05 02:55:55.721 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success [2026-03-05,03:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,03:05:24.342] [DEBUG] 6 processes running of frp type [2026-03-05,03:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,03:20:24.194] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,03:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,03:35:23.999] [DEBUG] 6 processes running of frp type [2026-03-05,03:50:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,03:50:24.261] [DEBUG] 6 processes running of frp type [2026-03-05,04:05:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,04:05:23.903] [DEBUG] 6 processes running of frp type 2026-03-05 04:06:18.241 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 04:06:26.958 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 04:06:26.959 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 04:06:29.999 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 04:06:29.999 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 04:06:33.039 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 04:06:42.612 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 04:06:42.615 [W] [client/service.go:297] [5bd31ea080b576c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 04:07:02.147 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 04:07:02.826 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-05 04:07:02.827 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-05 04:07:03.062 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success 2026-03-05 04:17:47.159 [I] [client/service.go:294] [5bd31ea080b576c3] try to connect to server... 2026-03-05 04:17:53.094 [I] [client/service.go:286] [5bd31ea080b576c3] login to server success, get run id [5bd31ea080b576c3] 2026-03-05 04:17:53.094 [I] [proxy/proxy_manager.go:173] [5bd31ea080b576c3] proxy added: [DTN57CC5599] 2026-03-05 04:17:53.328 [I] [client/control.go:168] [5bd31ea080b576c3] [DTN57CC5599] start proxy success [2026-03-05,04:20:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,04:20:23.626] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,04:35:16.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,04:35:23.551] [DEBUG] 6 processes running of frp type [2026-03-05,04:50:18.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,04:50:24.825] [DEBUG] 6 processes running of frp type [2026-03-05,05:05:17.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,05:05:23.748] [DEBUG] 6 processes running of frp type [2026-03-05,05:20:16.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,05:20:23.558] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,05:35:18.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,05:35:24.795] [DEBUG] 6 processes running of frp type [2026-03-05,05:50:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,05:50:24.156] [DEBUG] 6 processes running of frp type [2026-03-05,06:05:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,06:05:25.080] [DEBUG] 6 processes running of frp type [2026-03-05,06:20:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,06:20:24.010] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,06:30:41.915] [INFO] Initializing BusSpeedStateManager V2 [2026-03-05,06:30:41.927] [INFO] LocationSqlManager initialising [2026-03-05,06:30:41.929] [INFO] Location DB initialising [2026-03-05,06:30:41.940] [INFO] LocationSqlManager initialisation complete [2026-03-05,06:30:41.941] [DEBUG] UploadManager Init [2026-03-05,06:30:41.942] [DEBUG] UploadManager Init Complete [2026-03-05,06:30:41.947] [INFO] Initializing GPS... [2026-03-05,06:30:41.949] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,06:32:44.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,06:32:56.445] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-05,06:33:11.515] [DEBUG] Log Upload Complete! [2026-03-05,06:35:44.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,06:35:52.830] [DEBUG] Remote Access Enabled [2026-03-05,06:35:54.741] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-05,06:36:00.086] [INFO] Server Address: 138.201.17.179 [2026-03-05,06:36:00.087] [INFO] Server Port: 7000 [2026-03-05,06:36:00.092] [DEBUG] Starting Remote Access! 2026-03-05 06:36:00.224 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 06:36:00.225 [I] [client/service.go:294] try to connect to server... 2026-03-05 06:36:00.951 [I] [client/service.go:286] [71fefb5a8b4c8e1b] login to server success, get run id [71fefb5a8b4c8e1b] 2026-03-05 06:36:00.952 [I] [proxy/proxy_manager.go:173] [71fefb5a8b4c8e1b] proxy added: [DTN57CC5599] 2026-03-05 06:36:01.191 [I] [client/control.go:168] [71fefb5a8b4c8e1b] [DTN57CC5599] start proxy success [2026-03-05,06:50:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,06:50:23.952] [DEBUG] 6 processes running of frp type [2026-03-05,07:05:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,07:05:23.876] [DEBUG] 6 processes running of frp type [2026-03-05,07:20:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,07:20:24.369] [DEBUG] 6 processes running of frp type 2026-03-05 07:21:33.331 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 07:21:39.226 [I] [client/service.go:286] [71fefb5a8b4c8e1b] login to server success, get run id [71fefb5a8b4c8e1b] 2026-03-05 07:21:39.227 [I] [proxy/proxy_manager.go:173] [71fefb5a8b4c8e1b] proxy added: [DTN57CC5599] 2026-03-05 07:21:39.566 [I] [client/control.go:168] [71fefb5a8b4c8e1b] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,07:35:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,07:35:23.557] [DEBUG] 6 processes running of frp type 2026-03-05 07:40:27.829 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 07:40:35.438 [I] [client/service.go:286] [71fefb5a8b4c8e1b] login to server success, get run id [71fefb5a8b4c8e1b] 2026-03-05 07:40:35.439 [I] [proxy/proxy_manager.go:173] [71fefb5a8b4c8e1b] proxy added: [DTN57CC5599] 2026-03-05 07:40:56.896 [I] [client/control.go:168] [71fefb5a8b4c8e1b] [DTN57CC5599] start proxy success 2026-03-05 07:40:56.897 [W] [client/control.go:166] [71fefb5a8b4c8e1b] [DTN57CC5599] start error: status not wait start, ignore start message [2026-03-05,07:50:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,07:50:24.309] [DEBUG] 6 processes running of frp type [2026-03-05,08:02:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,08:02:24.346] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-05,08:02:49.739] [DEBUG] Log Upload Complete! [2026-03-05,08:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,08:05:24.307] [DEBUG] 6 processes running of frp type [2026-03-05,08:20:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,08:20:25.012] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-05 08:27:20.518 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:27:22.550 [I] [client/service.go:286] [71fefb5a8b4c8e1b] login to server success, get run id [71fefb5a8b4c8e1b] 2026-03-05 08:27:22.551 [I] [proxy/proxy_manager.go:173] [71fefb5a8b4c8e1b] proxy added: [DTN57CC5599] 2026-03-05 08:27:22.803 [I] [client/control.go:168] [71fefb5a8b4c8e1b] [DTN57CC5599] start proxy success 2026-03-05 08:29:02.953 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:29:12.955 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:29:12.956 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:29:22.957 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:29:22.958 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:29:32.960 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:29:32.961 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:29:42.963 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:29:42.964 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:29:52.966 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:30:12.967 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:30:22.970 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:30:42.971 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:30:52.972 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:31:12.974 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:31:12.980 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:31:32.980 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:31:32.987 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:31:52.989 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:31:52.993 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:32:12.994 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:32:13.002 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:32:33.003 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:32:33.009 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:32:53.010 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:32:53.014 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:33:13.016 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:33:13.020 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:33:33.021 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:33:33.027 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 08:33:53.028 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:33:53.707 [I] [client/service.go:286] [71fefb5a8b4c8e1b] login to server success, get run id [71fefb5a8b4c8e1b] 2026-03-05 08:33:53.708 [I] [proxy/proxy_manager.go:173] [71fefb5a8b4c8e1b] proxy added: [DTN57CC5599] 2026-03-05 08:33:53.925 [I] [client/control.go:168] [71fefb5a8b4c8e1b] [DTN57CC5599] start proxy success [2026-03-05,08:35:17.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,08:35:23.808] [DEBUG] 6 processes running of frp type 2026-03-05 08:46:44.168 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:46:54.170 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:46:54.171 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:47:04.172 [W] [client/service.go:297] [71fefb5a8b4c8e1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 08:47:04.173 [I] [client/service.go:294] [71fefb5a8b4c8e1b] try to connect to server... 2026-03-05 08:47:12.711 [I] [client/service.go:286] [71fefb5a8b4c8e1b] login to server success, get run id [71fefb5a8b4c8e1b] 2026-03-05 08:47:12.712 [I] [proxy/proxy_manager.go:173] [71fefb5a8b4c8e1b] proxy added: [DTN57CC5599] 2026-03-05 08:47:12.981 [I] [client/control.go:168] [71fefb5a8b4c8e1b] [DTN57CC5599] start proxy success [2026-03-05,08:50:17.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,08:50:23.922] [DEBUG] 6 processes running of frp type [2026-03-05,09:05:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,09:05:23.819] [DEBUG] 6 processes running of frp type [2026-03-05,09:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,09:20:24.229] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,09:35:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,09:35:24.432] [DEBUG] 6 processes running of frp type [2026-03-05,09:50:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,09:50:23.998] [DEBUG] 6 processes running of frp type [2026-03-05,10:05:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,10:05:24.652] [DEBUG] 6 processes running of frp type [2026-03-05,10:20:18.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,10:20:25.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,10:35:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,10:35:24.780] [DEBUG] 6 processes running of frp type [2026-03-05,10:50:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,10:50:24.067] [DEBUG] 6 processes running of frp type [2026-03-05,11:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,11:05:24.374] [DEBUG] 6 processes running of frp type [2026-03-05,11:20:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,11:20:24.585] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,11:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,11:35:25.492] [DEBUG] 6 processes running of frp type [2026-03-05,11:50:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,11:50:24.218] [DEBUG] 6 processes running of frp type [2026-03-05,12:05:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,12:05:24.359] [DEBUG] 6 processes running of frp type [2026-03-05,12:20:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,12:20:24.385] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,12:35:17.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,12:35:24.466] [DEBUG] 6 processes running of frp type [2026-03-05,12:50:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,12:50:24.825] [DEBUG] 6 processes running of frp type [2026-03-05,13:05:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,13:05:24.100] [DEBUG] 6 processes running of frp type [2026-03-05,13:20:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,13:20:24.346] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,13:35:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,13:35:24.013] [DEBUG] 6 processes running of frp type [2026-03-05,13:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,13:50:24.844] [DEBUG] 6 processes running of frp type [2026-03-05,14:05:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,14:05:24.188] [DEBUG] 6 processes running of frp type [2026-03-05,14:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,14:20:24.378] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,14:35:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,14:35:24.421] [DEBUG] 6 processes running of frp type [2026-03-05,14:50:18.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,14:50:25.215] [DEBUG] 6 processes running of frp type [2026-03-05,15:05:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,15:05:24.652] [DEBUG] 6 processes running of frp type [2026-03-05,15:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,15:20:23.973] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,15:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,15:35:24.412] [DEBUG] 6 processes running of frp type [2026-03-05,15:50:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,15:50:24.171] [DEBUG] 6 processes running of frp type [2026-03-05,16:05:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,16:05:24.293] [DEBUG] 6 processes running of frp type [2026-03-05,16:20:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,16:20:25.621] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,16:35:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,16:35:24.117] [DEBUG] 6 processes running of frp type [2026-03-05,16:50:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,16:50:25.053] [DEBUG] 6 processes running of frp type [2026-03-05,17:05:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,17:05:24.732] [DEBUG] 6 processes running of frp type [2026-03-05,17:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,17:20:24.291] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,17:35:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,17:35:24.724] [DEBUG] 6 processes running of frp type [2026-03-05,17:50:16.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,17:50:23.735] [DEBUG] 6 processes running of frp type [2026-03-05,18:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,18:05:24.094] [DEBUG] 6 processes running of frp type [2026-03-05,18:20:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,18:20:24.028] [DEBUG] 6 processes running of frp type [2026-03-05,18:25:40.939] [INFO] Initializing BusSpeedStateManager V2 [2026-03-05,18:25:40.944] [INFO] LocationSqlManager initialising [2026-03-05,18:25:40.945] [INFO] Location DB initialising [2026-03-05,18:25:40.955] [INFO] LocationSqlManager initialisation complete [2026-03-05,18:25:40.955] [DEBUG] UploadManager Init [2026-03-05,18:25:40.956] [DEBUG] UploadManager Init Complete [2026-03-05,18:25:40.959] [INFO] Initializing GPS... [2026-03-05,18:25:40.961] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,18:27:44.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,18:27:55.980] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-03-05,18:30:44.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,18:30:51.024] [DEBUG] Remote Access Enabled [2026-03-05,18:30:58.228] [INFO] Server Address: 138.201.17.179 [2026-03-05,18:30:58.230] [INFO] Server Port: 7000 [2026-03-05,18:30:58.236] [DEBUG] Starting Remote Access! 2026-03-05 18:30:58.366 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 18:30:58.367 [I] [client/service.go:294] try to connect to server... 2026-03-05 18:30:59.161 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 18:30:59.163 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 18:30:59.424 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-05,18:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,18:35:24.527] [DEBUG] 6 processes running of frp type [2026-03-05,18:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,18:50:24.476] [DEBUG] 6 processes running of frp type [2026-03-05,19:05:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,19:05:24.705] [DEBUG] 6 processes running of frp type 2026-03-05 19:12:34.051 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:12:36.351 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 19:12:36.353 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 19:12:36.842 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 19:13:44.825 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:13:54.827 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:13:54.828 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:14:04.829 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:14:04.829 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:14:13.878 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 19:14:13.879 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 19:14:14.309 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-05,19:20:22.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,19:20:39.199] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,19:35:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,19:35:28.257] [DEBUG] 6 processes running of frp type [2026-03-05,19:50:22.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-05 19:50:37.790 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-05 19:50:47.792 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:50:47.793 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:50:57.794 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:50:57.795 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:51:07.796 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:51:07.796 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:51:17.797 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:51:17.797 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:51:27.798 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:51:47.800 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:51:57.802 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:52:17.803 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:52:17.808 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:52:37.809 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:52:37.813 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:52:57.814 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:52:57.818 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:53:17.819 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:53:17.823 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:53:37.823 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:53:37.826 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:53:57.827 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:53:57.831 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:54:17.833 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:54:20.994 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 19:54:20.994 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 19:54:22.694 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 19:54:58.202 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:55:08.204 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:55:08.204 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:55:18.206 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:55:18.206 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:55:28.208 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:55:28.209 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:55:38.210 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:55:38.211 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:55:48.212 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:56:08.214 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:56:18.215 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:56:38.216 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:56:38.219 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:56:58.219 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:56:58.223 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:57:18.223 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:57:18.230 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:57:38.231 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:57:38.234 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:57:58.236 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:57:58.240 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-05 19:58:18.241 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:58:19.440 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 19:58:19.441 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 19:58:19.743 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 19:59:37.878 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 19:59:46.635 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 19:59:46.637 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 19:59:46.965 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-05,20:05:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,20:05:23.659] [DEBUG] 6 processes running of frp type [2026-03-05,20:20:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,20:20:25.294] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,20:35:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,20:35:24.240] [DEBUG] 6 processes running of frp type [2026-03-05,20:50:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,20:50:23.851] [DEBUG] 6 processes running of frp type [2026-03-05,21:05:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,21:05:23.685] [DEBUG] 6 processes running of frp type [2026-03-05,21:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,21:20:24.776] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,21:35:17.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,21:35:23.863] [DEBUG] 6 processes running of frp type [2026-03-05,21:50:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,21:50:24.562] [DEBUG] 6 processes running of frp type 2026-03-05 22:05:11.249 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:05:14.130 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:05:14.131 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:05:14.423 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-05,22:05:24.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,22:05:38.646] [DEBUG] 6 processes running of frp type 2026-03-05 22:05:53.490 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:06:05.479 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-05 22:06:05.480 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:06:10.419 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:06:10.421 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:06:11.206 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 22:08:50.516 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:09:02.105 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:09:02.106 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:09:03.872 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 22:09:40.436 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:09:45.630 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: session shutdown 2026-03-05 22:09:45.630 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:09:48.909 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:09:48.910 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:09:50.937 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 22:14:11.321 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:14:22.583 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-05 22:14:22.584 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:14:27.666 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: session shutdown 2026-03-05 22:14:27.667 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:14:45.019 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-05 22:14:45.019 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:14:55.021 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 22:14:55.022 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:15:02.343 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: session shutdown 2026-03-05 22:15:22.343 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:15:34.880 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-05 22:15:54.882 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:16:04.884 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 22:16:24.885 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:16:36.460 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-05 22:16:56.461 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:17:17.649 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-05 22:17:17.650 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:17:21.694 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:17:21.695 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:17:22.626 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 22:18:28.787 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:18:35.991 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:18:35.993 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:18:39.001 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-05 22:19:40.850 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 22:19:44.131 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 22:19:44.133 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 22:19:44.574 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-05,22:20:19.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,22:20:33.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,22:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,22:35:23.847] [DEBUG] 6 processes running of frp type [2026-03-05,22:50:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,22:50:25.987] [DEBUG] 6 processes running of frp type [2026-03-05,23:05:19.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,23:05:25.658] [DEBUG] 6 processes running of frp type [2026-03-05,23:20:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,23:20:32.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,23:35:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,23:35:24.306] [DEBUG] 6 processes running of frp type [2026-03-05,23:50:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-05,23:50:24.078] [DEBUG] 6 processes running of frp type 2026-03-05 23:54:22.375 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-05 23:54:31.276 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-05 23:54:31.277 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-05 23:54:31.916 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-06,00:05:17.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,00:05:23.803] [DEBUG] 6 processes running of frp type 2026-03-06 00:13:31.275 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 00:13:40.252 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 00:13:40.253 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 00:13:40.646 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-06,00:20:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,00:20:23.687] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,00:35:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,00:35:24.620] [DEBUG] 6 processes running of frp type [2026-03-06,00:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,00:50:24.344] [DEBUG] 6 processes running of frp type [2026-03-06,01:05:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,01:05:27.499] [DEBUG] 6 processes running of frp type [2026-03-06,01:20:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,01:20:24.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,01:35:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,01:35:24.206] [DEBUG] 6 processes running of frp type [2026-03-06,01:50:17.545] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,01:50:24.097] [DEBUG] 6 processes running of frp type [2026-03-06,02:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,02:05:23.899] [DEBUG] 6 processes running of frp type [2026-03-06,02:20:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,02:20:23.640] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,02:35:18.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,02:35:25.495] [DEBUG] 6 processes running of frp type 2026-03-06 02:44:19.041 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 02:44:20.305 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 02:44:20.306 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 02:44:20.860 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 02:49:08.703 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 02:49:10.747 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 02:49:10.748 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 02:49:11.222 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-06,02:50:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,02:50:24.853] [DEBUG] 6 processes running of frp type [2026-03-06,03:05:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,03:05:23.642] [DEBUG] 6 processes running of frp type [2026-03-06,03:20:18.152] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,03:20:24.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,03:35:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,03:35:24.376] [DEBUG] 6 processes running of frp type [2026-03-06,03:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,03:50:24.267] [DEBUG] 6 processes running of frp type 2026-03-06 03:51:32.574 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 03:51:42.575 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 03:51:42.576 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 03:51:50.952 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 03:51:50.953 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 03:51:51.550 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 03:58:05.577 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 03:58:08.650 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 03:58:08.650 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 03:58:08.653 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 03:58:13.333 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 03:58:13.335 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 03:58:22.803 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 03:58:23.679 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 03:58:23.680 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 03:58:23.969 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-06,04:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,04:05:24.439] [DEBUG] 6 processes running of frp type 2026-03-06 04:06:41.408 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:06:41.714 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:06:43.906 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:06:43.909 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:06:48.507 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:06:48.509 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:06:57.912 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:07:04.048 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:07:04.049 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:07:04.284 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:13:46.256 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:13:56.259 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:13:56.260 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:14:06.261 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:14:06.261 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:14:16.263 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:14:16.264 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:14:16.592 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:14:36.386 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:14:37.339 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:14:57.340 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:15:00.379 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:15:20.380 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:15:22.673 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:15:42.673 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:15:44.566 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:16:04.567 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:16:04.832 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:16:24.834 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:16:27.126 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:16:47.127 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:16:47.751 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:16:47.752 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:16:47.962 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:18:57.980 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:19:07.983 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:19:07.984 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:19:17.985 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:19:17.986 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:19:27.988 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:19:27.988 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:19:37.990 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:19:37.991 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:19:38.299 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:19:58.300 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:19:58.565 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:20:18.567 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:20:31.992 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 04:20:51.994 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:21:01.996 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:21:21.997 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:21:25.046 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:21:45.048 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:21:45.682 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:21:45.684 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:21:45.900 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:23:55.881 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:23:58.566 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:23:58.567 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:24:01.605 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:24:01.606 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:24:04.647 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:24:14.447 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:24:14.725 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:24:34.727 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:24:37.019 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:24:57.021 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:24:59.312 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:25:19.313 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:25:21.606 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:25:41.607 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:25:42.886 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:26:02.888 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 04:26:04.165 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:26:24.166 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:26:26.460 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:26:46.461 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:26:47.172 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:26:47.173 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:26:47.394 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:28:57.330 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:29:07.333 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:29:07.334 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:29:17.335 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:29:17.336 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:29:27.338 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:29:27.339 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:29:37.340 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:29:37.340 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:29:40.379 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:30:00.381 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:30:03.420 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:30:23.421 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:30:26.459 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:30:46.461 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:30:48.060 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:31:08.061 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:31:10.352 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:31:30.354 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:31:30.619 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:31:50.620 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:31:51.912 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:31:51.913 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:31:53.231 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:34:01.526 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:34:04.566 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:34:04.567 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:34:07.606 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:34:07.607 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:34:10.646 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:34:19.704 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:34:21.286 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:34:39.408 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:34:42.246 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:35:02.247 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:35:05.286 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:35:25.287 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:35:27.579 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:35:47.580 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:35:49.872 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:36:09.873 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:36:19.876 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:36:39.877 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:36:42.492 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:36:42.493 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:36:42.740 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:39:56.992 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:39:59.846 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:39:59.846 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:40:09.848 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:40:09.849 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:40:19.851 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:40:19.851 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:40:29.852 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:40:29.853 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:40:39.854 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:40:59.856 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:41:01.018 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:41:21.019 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:41:24.059 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:41:44.061 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:41:44.725 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:41:44.727 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:41:44.958 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:43:54.979 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:44:04.980 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:44:04.981 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:44:14.982 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:44:14.983 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:44:24.985 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:44:24.986 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:44:28.032 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:44:47.843 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:44:50.326 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:45:10.327 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:45:20.329 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:45:40.331 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:45:50.333 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:46:10.335 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:46:13.366 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:46:33.367 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:46:43.369 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:47:03.370 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:47:04.106 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:47:04.108 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:47:04.544 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:49:18.016 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:49:30.435 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 04:49:30.436 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:49:45.325 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 04:49:45.326 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:50:03.259 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-06 04:50:03.259 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:50:13.260 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:50:13.261 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:50:23.262 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:50:43.263 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:50:51.472 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:51:11.473 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:51:11.739 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:51:31.741 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:51:34.033 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:51:54.034 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:51:54.737 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:51:54.738 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:51:54.950 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:56:20.528 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:56:30.530 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:56:30.530 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:56:36.406 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:56:36.406 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:56:39.446 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 04:56:49.070 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:56:49.785 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 04:56:49.786 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 04:56:50.918 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 04:58:59.997 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:59:09.999 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:59:10.000 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:59:20.001 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:59:20.002 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:59:30.003 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:59:30.004 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:59:40.006 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 04:59:40.006 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 04:59:48.966 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:00:08.967 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:00:20.218 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 05:00:40.219 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:00:50.221 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:01:10.222 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:01:13.258 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:01:33.260 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:01:36.299 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:01:56.301 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:01:56.982 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:01:56.984 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:01:57.212 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:06:48.101 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:06:49.340 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:06:49.340 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:06:59.342 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:06:59.343 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:07:09.344 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:07:09.345 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:07:16.487 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:07:35.401 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:07:36.337 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:07:36.338 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:07:36.795 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:09:51.617 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:09:51.632 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:09:53.743 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:10:03.746 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:10:03.746 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:10:13.748 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:10:13.749 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:10:23.751 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:10:43.752 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:10:55.616 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 05:11:15.617 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:11:25.620 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:11:45.621 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:11:45.819 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:12:05.820 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:12:06.718 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:12:06.719 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:12:07.009 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:14:17.029 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:14:27.031 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:14:27.031 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:14:39.729 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 05:14:39.730 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:14:49.732 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:14:49.733 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:15:11.480 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-06 05:15:11.481 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:15:21.482 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:15:41.484 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:15:53.195 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 05:16:13.197 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:16:23.200 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:16:43.201 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:16:44.592 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:17:04.593 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:17:05.517 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:17:05.518 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:17:05.838 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:19:19.458 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:19:29.460 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:19:29.461 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:19:39.463 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:19:39.464 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:19:49.466 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:19:49.466 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:19:59.468 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:19:59.468 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:20:02.298 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:20:22.300 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:20:32.301 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:20:52.303 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:20:55.339 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:21:15.341 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:21:15.792 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:21:35.793 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:21:36.058 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:21:56.059 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:21:56.950 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:21:56.951 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:21:57.247 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:24:43.299 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:24:46.352 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:24:46.353 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:25:05.310 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 05:25:05.311 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:25:15.312 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:25:15.313 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:25:25.315 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:25:25.316 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:25:35.317 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:25:55.318 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:25:58.352 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 05:26:18.354 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:26:20.645 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:26:40.647 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:26:42.938 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:27:02.939 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:27:04.498 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:27:04.499 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:27:04.791 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:29:14.860 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:29:24.863 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:29:24.863 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:29:34.865 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:29:34.865 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:29:44.866 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:29:44.867 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:29:54.619 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:29:54.619 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:29:57.659 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:30:17.660 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:30:33.882 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-06 05:30:53.883 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:31:03.885 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:31:23.887 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:31:33.890 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:31:53.891 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:31:56.938 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:32:16.940 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:32:17.878 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:32:17.879 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:32:18.186 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:34:32.649 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:34:34.086 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:34:34.086 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:34:47.301 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-06 05:34:47.301 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:34:57.302 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:34:57.303 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:35:07.304 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:35:07.305 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:35:21.707 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 05:35:41.709 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:35:51.711 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:36:11.712 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:36:21.714 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:36:41.715 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:36:42.405 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:37:02.408 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:37:07.809 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:37:07.811 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:37:08.437 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:39:17.952 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:39:27.954 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:39:27.955 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:39:37.957 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:39:37.958 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:39:40.992 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:39:49.912 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:39:59.913 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:39:59.914 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:40:09.916 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:40:29.917 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:40:39.920 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:40:59.921 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:41:09.923 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:41:29.925 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:41:32.966 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:41:52.967 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:41:56.006 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:42:16.007 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:42:17.033 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:42:17.034 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:42:17.337 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:45:03.786 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:45:06.832 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:45:06.833 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:45:09.872 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:45:09.873 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:45:12.912 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:45:21.526 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:45:31.528 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:45:31.528 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:45:41.529 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:46:01.530 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:46:05.579 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:46:25.580 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:46:27.873 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:46:47.874 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:46:50.166 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:47:10.168 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:47:11.097 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:47:11.098 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:47:11.417 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:49:21.771 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:49:31.774 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:49:31.775 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:49:41.776 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:49:41.776 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:49:45.845 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:49:54.975 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:49:55.979 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:50:15.602 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:50:18.645 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:50:38.646 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:50:39.926 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:50:59.927 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:51:09.929 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:51:29.930 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:51:36.166 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:51:56.167 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:51:59.206 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:52:19.207 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:52:20.111 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:52:20.112 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:52:20.551 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 05:54:31.285 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:54:41.287 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:54:41.288 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:54:51.289 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:54:51.290 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:55:01.291 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:55:01.292 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:55:07.365 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:55:26.333 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:55:26.618 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:55:46.620 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:55:56.622 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:56:16.624 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:56:26.625 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 05:56:46.627 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:56:47.125 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 05:57:07.126 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 05:57:08.043 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 05:57:08.045 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 05:57:08.345 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 06:00:56.742 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:01:10.974 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:01:10.975 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:01:20.977 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:01:20.978 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:01:32.888 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:01:32.889 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:01:44.777 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:01:44.778 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:01:55.760 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:02:15.762 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:02:16.842 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 06:02:16.844 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 06:02:17.209 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 06:04:59.794 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:05:12.059 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:05:12.060 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:05:22.956 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:05:22.956 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:05:32.958 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:05:32.959 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:05:42.960 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:05:42.961 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:05:52.964 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:06:12.966 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:06:14.672 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:06:34.674 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:06:44.675 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:07:04.677 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:07:06.859 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:07:26.861 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:07:27.852 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 06:07:27.854 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 06:07:28.159 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 06:09:40.250 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:09:42.405 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:09:42.405 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:09:53.856 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:09:53.856 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:10:12.852 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: i/o deadline reached 2026-03-06 06:10:12.852 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:10:22.854 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:10:42.855 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:10:45.659 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:11:05.660 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:11:08.699 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:11:28.701 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:11:30.992 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:11:50.994 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:11:53.285 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:12:13.287 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:12:20.189 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 06:12:20.190 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 06:12:20.500 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 06:14:29.588 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:14:39.589 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:14:39.590 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:14:49.592 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:14:49.593 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:14:59.594 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:14:59.594 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:15:09.596 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:15:09.596 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:15:09.925 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:15:29.926 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:15:40.250 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:16:00.251 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:16:10.252 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:16:30.254 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:16:32.725 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:16:52.726 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:16:53.552 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:17:13.554 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:17:14.389 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 06:17:14.390 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 06:17:14.671 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 06:19:25.907 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:19:35.909 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:19:35.910 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:19:45.912 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:19:45.912 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:19:55.914 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:19:55.915 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:20:05.917 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:20:05.918 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:20:15.919 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:20:35.919 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:20:45.921 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:21:05.923 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:21:15.925 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:21:35.926 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:21:37.765 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:21:57.767 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:21:59.046 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:22:19.047 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:22:19.973 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 06:22:19.974 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 06:22:20.286 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success 2026-03-06 06:24:30.315 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:24:40.317 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:24:40.318 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:24:56.608 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: connection write timeout 2026-03-06 06:24:56.609 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:25:06.611 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:25:06.611 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:25:16.612 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 06:25:36.614 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:25:46.616 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 06:26:06.618 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:26:09.659 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:26:29.659 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:26:31.418 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:26:51.420 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:26:53.712 [W] [client/service.go:297] [4aa692596abb8e98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 06:27:13.713 [I] [client/service.go:294] [4aa692596abb8e98] try to connect to server... 2026-03-06 06:27:16.410 [I] [client/service.go:286] [4aa692596abb8e98] login to server success, get run id [4aa692596abb8e98] 2026-03-06 06:27:16.412 [I] [proxy/proxy_manager.go:173] [4aa692596abb8e98] proxy added: [DTN57CC5599] 2026-03-06 06:27:16.761 [I] [client/control.go:168] [4aa692596abb8e98] [DTN57CC5599] start proxy success [2026-03-06,06:30:41.474] [INFO] Initializing BusSpeedStateManager V2 [2026-03-06,06:30:41.481] [INFO] LocationSqlManager initialising [2026-03-06,06:30:41.482] [INFO] Location DB initialising [2026-03-06,06:30:41.494] [INFO] LocationSqlManager initialisation complete [2026-03-06,06:30:41.495] [DEBUG] UploadManager Init [2026-03-06,06:30:41.496] [DEBUG] UploadManager Init Complete [2026-03-06,06:30:41.502] [INFO] Initializing GPS... [2026-03-06,06:30:41.504] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,06:35:30.541] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,06:50:30.647] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,07:05:30.673] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,07:20:30.762] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,07:35:30.883] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,07:50:30.973] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,08:05:31.006] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,08:20:31.033] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,08:35:31.081] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,08:50:31.126] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,09:05:31.153] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,09:20:31.266] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,09:35:31.376] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,09:50:31.494] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,10:05:31.579] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,10:20:31.640] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,10:35:31.701] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,10:50:31.821] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,11:05:31.936] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,11:20:32.039] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,11:35:32.064] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,18:25:38.989] [INFO] Initializing BusSpeedStateManager V2 [2026-03-06,18:25:38.993] [INFO] LocationSqlManager initialising [2026-03-06,18:25:38.994] [INFO] Location DB initialising [2026-03-06,18:25:39.003] [INFO] LocationSqlManager initialisation complete [2026-03-06,18:25:39.004] [DEBUG] UploadManager Init [2026-03-06,18:25:39.004] [DEBUG] UploadManager Init Complete [2026-03-06,18:25:39.007] [INFO] Initializing GPS... [2026-03-06,18:25:39.009] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,18:27:45.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,18:27:52.061] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-03-06,18:30:50.405] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,18:46:06.527] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,19:01:26.651] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,19:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-06,19:35:25.151] [DEBUG] Remote Access Enabled [2026-03-06,19:36:35.840] [INFO] Server Address: 138.201.17.179 [2026-03-06,19:36:35.841] [INFO] Server Port: 7000 [2026-03-06,19:36:35.846] [DEBUG] Starting Remote Access! 2026-03-06 19:36:35.978 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-06 19:36:35.979 [I] [client/service.go:294] try to connect to server... 2026-03-06 19:36:36.897 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 19:36:36.898 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 19:36:37.233 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 19:38:47.217 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:38:59.775 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:38:59.776 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:39:15.235 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:39:15.236 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:39:25.237 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:39:25.238 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:39:35.239 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:39:35.240 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:39:48.549 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:40:08.551 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:40:18.553 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:40:38.554 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:40:38.603 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:40:58.605 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:41:08.607 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:41:28.608 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:41:33.348 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 19:41:33.350 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 19:41:33.949 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 19:43:44.150 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:43:54.152 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:43:54.153 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:44:13.000 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:44:13.000 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:44:24.874 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:44:24.874 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:44:43.755 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:44:43.756 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:44:53.756 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:45:13.758 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:45:15.564 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:45:35.565 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:45:48.042 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:46:08.044 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:46:18.046 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:46:38.048 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:46:38.953 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 19:46:38.955 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 19:46:39.262 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 19:48:49.583 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:49:01.465 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:49:01.465 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:49:13.136 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:49:13.137 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:49:23.139 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:49:23.139 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:49:33.141 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:49:33.142 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:49:43.143 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:50:03.144 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:50:05.457 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:50:25.458 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:50:28.497 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:50:48.498 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:50:51.537 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:51:11.538 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:51:13.831 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:51:33.832 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:51:36.024 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:51:56.025 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:51:56.029 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:52:16.031 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:52:16.950 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 19:52:16.951 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 19:52:17.715 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 19:54:31.139 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:54:41.142 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:54:41.143 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:54:53.138 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:54:53.139 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:55:03.140 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:55:03.141 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:55:19.747 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:55:19.748 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:55:31.336 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:55:51.337 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:56:01.339 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 19:56:21.341 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:56:22.470 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 19:56:42.472 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:56:43.387 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 19:56:43.387 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 19:56:43.704 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 19:59:26.233 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:59:37.554 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:59:37.554 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 19:59:52.012 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 19:59:52.012 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:00:05.271 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:00:05.271 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:00:15.272 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:00:15.273 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:00:25.274 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:00:45.276 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:00:48.310 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:01:08.311 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:01:09.591 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:01:29.591 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:01:30.870 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:01:50.871 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:01:51.793 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:01:51.795 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:01:52.093 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:05:43.521 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:05:53.523 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:05:53.524 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:05:53.830 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:05:58.521 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:05:59.911 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:06:09.399 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:06:12.444 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:06:31.490 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:06:31.696 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:06:51.698 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:06:54.254 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:06:54.255 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:06:54.550 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:09:05.135 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:09:15.137 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:09:15.138 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:09:25.140 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:09:25.140 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:09:35.142 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:09:35.142 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:09:38.177 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:09:57.570 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:10:07.573 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:10:27.574 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:10:30.043 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:10:50.044 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:10:53.087 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:11:13.088 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:11:25.768 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:11:45.770 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:11:46.673 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:11:46.674 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:11:46.974 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:14:30.079 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:14:45.204 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:14:45.205 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:14:57.192 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:14:57.193 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:15:07.195 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:15:07.195 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:15:17.969 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:15:17.970 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:15:31.131 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:15:51.132 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:15:57.350 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:16:17.351 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:16:17.616 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:16:37.617 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:16:39.910 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:16:59.911 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:17:01.103 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:17:01.103 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:17:01.419 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:20:18.869 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:20:38.737 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:20:38.737 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:20:55.616 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:20:55.616 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:21:08.260 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:21:08.260 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:21:18.262 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:21:18.263 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:21:28.265 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:21:48.266 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:21:49.319 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:21:49.320 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:21:49.688 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:24:00.115 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:24:11.722 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:24:11.722 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:24:21.724 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:24:21.725 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:24:31.727 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:24:31.727 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:24:41.729 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:24:41.730 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:24:47.910 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:25:07.912 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:25:17.913 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:25:37.915 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:25:40.950 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:26:00.950 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 20:26:03.856 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:26:23.858 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:26:26.150 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:26:46.152 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:26:48.087 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:26:48.088 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:26:48.410 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:30:35.146 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:30:46.676 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:30:46.676 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:30:58.287 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:30:58.288 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:31:12.359 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:31:12.360 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:31:28.153 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:31:28.155 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:31:38.157 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:31:58.158 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:31:59.221 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:31:59.223 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:31:59.565 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:36:19.941 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:36:31.886 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:36:31.886 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:36:43.207 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:36:43.207 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:36:51.742 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:36:51.744 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:36:52.041 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:38:56.231 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:39:08.375 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:39:08.376 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:39:18.378 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:39:18.379 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:39:30.966 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:39:30.967 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:39:47.584 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:39:47.585 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:40:01.005 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:40:21.008 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:40:31.010 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:40:51.011 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:40:54.043 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:41:14.045 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:41:16.336 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:41:36.337 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:41:36.603 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:41:56.605 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:41:57.514 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:41:57.515 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:41:57.853 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:44:08.274 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:44:26.187 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:44:26.188 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:44:36.190 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:44:36.190 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:44:49.407 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:44:49.408 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:44:59.409 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:44:59.410 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:45:16.007 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:45:36.007 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:45:46.009 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:46:06.011 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:46:07.590 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:46:27.592 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:46:29.883 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:46:49.884 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:46:58.610 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:46:58.611 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:46:58.906 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:49:09.298 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:49:19.300 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:49:19.301 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:49:29.302 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:49:29.303 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:49:39.305 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:49:39.306 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:49:45.510 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:50:04.676 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:50:04.763 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:50:24.764 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:50:34.766 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:50:54.767 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:50:56.950 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:51:16.951 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:51:19.989 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:51:39.991 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:51:42.284 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:52:02.285 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:52:06.754 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:52:06.755 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:52:07.082 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:54:17.597 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:54:29.201 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:54:29.202 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:54:39.203 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:54:39.204 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:54:49.206 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:54:49.206 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:54:59.208 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:54:59.208 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:55:11.680 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 20:55:31.682 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:55:41.683 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 20:56:01.684 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:56:04.736 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:56:24.738 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:56:26.577 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:56:46.578 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:56:48.870 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:57:08.872 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:57:09.783 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 20:57:09.784 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 20:57:10.070 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 20:59:51.334 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:59:54.790 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:59:54.791 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 20:59:57.830 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 20:59:57.831 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:00:00.869 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:00:10.048 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:00:11.003 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:00:30.835 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:00:33.297 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:00:53.298 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:00:55.590 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:01:15.592 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:01:15.856 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:01:35.858 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:01:38.149 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:01:58.150 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:01:59.120 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 21:01:59.121 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 21:01:59.424 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 21:04:41.254 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:04:55.420 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 21:04:55.420 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:05:09.599 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 21:05:09.599 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:05:22.083 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 21:05:22.083 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:05:39.369 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: i/o deadline reached 2026-03-06 21:05:39.369 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:05:49.371 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:06:09.373 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:06:20.487 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 21:06:40.488 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:06:50.489 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:07:10.491 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:07:18.794 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 21:07:18.796 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 21:07:19.425 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 21:08:59.122 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:09:09.124 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:09:09.125 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:09:19.127 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:09:19.127 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:09:29.129 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:09:29.130 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:09:39.132 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:09:39.132 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:09:49.134 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:10:09.136 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:10:19.138 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:10:39.140 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:10:56.580 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 21:11:16.582 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:11:26.584 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:11:46.584 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:11:48.577 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:12:08.579 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:12:11.886 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 21:12:11.886 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 21:12:12.537 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 21:14:22.618 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:14:32.620 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:14:32.621 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:14:42.623 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:14:42.624 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:14:52.625 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:14:52.626 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:15:02.628 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:15:02.629 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:15:16.141 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: connection write timeout 2026-03-06 21:15:36.142 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:15:46.144 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-06 21:16:06.145 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:16:07.643 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:16:27.645 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:16:30.683 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:16:50.685 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:16:52.976 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-06 21:17:12.978 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:17:13.880 [I] [client/service.go:286] [2402ef63b8bbd5d9] login to server success, get run id [2402ef63b8bbd5d9] 2026-03-06 21:17:13.881 [I] [proxy/proxy_manager.go:173] [2402ef63b8bbd5d9] proxy added: [DTN57CC5599] 2026-03-06 21:17:14.159 [I] [client/control.go:168] [2402ef63b8bbd5d9] [DTN57CC5599] start proxy success 2026-03-06 21:20:31.334 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:20:31.335 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:20:33.436 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:20:33.437 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:20:37.921 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:20:37.922 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:20:47.188 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:20:47.190 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:21:06.755 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:21:06.756 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:21:26.758 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:21:26.759 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:21:46.760 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:21:46.761 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:22:06.762 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:22:06.763 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:22:26.764 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:22:26.765 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:22:46.766 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:22:46.767 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:23:06.767 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:23:06.769 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:23:26.770 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:23:26.772 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:23:46.772 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:23:46.773 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:24:06.775 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:24:06.776 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:24:26.778 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:24:26.779 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:24:46.779 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:24:46.780 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:25:06.782 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:25:06.783 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:25:26.784 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:25:26.785 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:25:46.786 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:25:46.787 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 21:26:06.788 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:26:06.790 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:26:26.791 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:26:26.792 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:26:46.793 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:26:46.795 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:27:06.796 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:27:06.797 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:27:26.798 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:27:26.800 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:27:46.801 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:27:46.803 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:28:06.804 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:28:06.805 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:28:26.806 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:28:26.807 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:28:46.809 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:28:46.810 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:29:06.812 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:29:06.813 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:29:26.814 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:29:26.816 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:29:46.817 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:29:46.818 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:30:06.819 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:30:06.821 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:30:26.822 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:30:26.823 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:30:46.825 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:30:46.826 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:31:06.827 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:31:06.828 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:31:26.829 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:31:26.830 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:31:46.831 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:31:46.832 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:32:06.833 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:32:06.835 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:32:26.836 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:32:26.838 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:32:46.839 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:32:46.840 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:33:06.842 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:33:06.843 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:33:26.844 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:33:26.845 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:33:46.847 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:33:46.848 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:34:06.849 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:34:06.851 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:34:26.853 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:34:26.854 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:34:46.855 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:34:46.856 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:35:06.856 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:35:06.857 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:35:26.858 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:35:26.859 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:35:46.860 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:35:46.861 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:36:06.862 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:36:06.863 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:36:26.864 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:36:26.865 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:36:46.866 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:36:46.868 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:37:06.869 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:37:06.870 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:37:26.871 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:37:26.872 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:37:46.874 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:37:46.875 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:38:06.876 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:38:06.877 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:38:26.878 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:38:26.879 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:38:46.880 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:38:46.881 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:39:06.882 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:39:06.883 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:39:26.885 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:39:26.886 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:39:46.887 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:39:46.888 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:40:06.889 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:40:06.891 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:40:26.893 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:40:26.894 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:40:46.895 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:40:46.896 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:41:06.897 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:41:06.898 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:41:26.899 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:41:26.901 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:41:46.902 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:41:46.903 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:42:06.904 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:42:06.905 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:42:26.906 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:42:26.907 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:42:46.908 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:42:46.909 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:43:06.910 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:43:06.911 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:43:26.912 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:43:26.913 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:43:46.915 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:43:46.916 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:44:06.917 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:44:06.919 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:44:26.920 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:44:26.921 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:44:46.922 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:44:46.923 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:45:06.925 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:45:06.926 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:45:26.927 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:45:26.928 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:45:46.930 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:45:46.931 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:46:06.933 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:46:06.934 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:46:26.935 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:46:26.936 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:46:46.937 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:46:46.938 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:47:06.939 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:47:06.940 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:47:26.941 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:47:26.942 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:47:46.943 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:47:46.944 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:48:06.946 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:48:06.947 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:48:26.948 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:48:26.949 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:48:46.950 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:48:46.951 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:49:06.952 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:49:06.953 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:49:26.954 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:49:26.955 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:49:46.956 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:49:46.957 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:50:06.958 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:50:06.960 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:50:26.961 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:50:26.962 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:50:46.963 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:50:46.964 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:51:06.965 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:51:06.966 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:51:26.967 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:51:26.968 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:51:46.968 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:51:46.970 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:52:06.971 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:52:06.973 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:52:26.974 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:52:26.975 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:52:46.976 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:52:46.977 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:53:06.978 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:53:06.979 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:53:26.980 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:53:26.982 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:53:46.983 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:53:46.984 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:54:06.985 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:54:06.986 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:54:26.987 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:54:26.988 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:54:46.989 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:54:46.991 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:55:06.992 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:55:06.993 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:55:26.995 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:55:26.996 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:55:46.997 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:55:46.999 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:56:06.999 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:56:07.001 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:56:27.002 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:56:27.003 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:56:47.004 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:56:47.006 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:57:07.007 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:57:07.008 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:57:27.008 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:57:27.010 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:57:47.011 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:57:47.012 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:58:07.014 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:58:07.015 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:58:27.017 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:58:27.018 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:58:47.020 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:58:47.021 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:59:07.022 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:59:07.023 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:59:27.025 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:59:27.026 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 21:59:47.027 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 21:59:47.028 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:00:07.029 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:00:07.031 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:00:27.032 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:00:27.034 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:00:47.035 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:00:47.036 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:01:07.037 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:01:07.038 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:01:27.039 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:01:27.041 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:01:47.041 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:01:47.042 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:02:07.043 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:02:07.045 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:02:27.046 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:02:27.048 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:02:47.049 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:02:47.049 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:03:07.050 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:03:07.051 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:03:27.052 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:03:27.054 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:03:47.054 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:03:47.055 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:04:07.057 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:04:07.059 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:04:27.060 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:04:27.061 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:04:47.062 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:04:47.063 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:05:07.064 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:05:07.065 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:05:27.066 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:05:27.068 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:05:47.069 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:05:47.070 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:06:07.071 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:06:07.073 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:06:27.073 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:06:27.075 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:06:47.076 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:06:47.077 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:07:07.078 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:07:07.080 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:07:27.081 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:07:27.082 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:07:47.083 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:07:47.084 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:08:07.085 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:08:07.087 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:08:27.088 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:08:27.089 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:08:47.090 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:08:47.092 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:09:07.093 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:09:07.094 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:09:27.096 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:09:27.097 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:09:47.098 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:09:47.099 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:10:07.100 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:10:07.102 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:10:27.103 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:10:27.104 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:10:47.105 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:10:47.106 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:11:07.107 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:11:07.109 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:11:27.110 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:11:27.112 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:11:47.113 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:11:47.114 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:12:07.115 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:12:07.117 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:12:27.118 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:12:27.120 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:12:47.121 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:12:47.122 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:13:07.123 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:13:07.125 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:13:27.126 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:13:27.127 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:13:47.127 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:13:47.129 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:14:07.130 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:14:07.131 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:14:27.133 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:14:27.134 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:14:47.135 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:14:47.136 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:15:07.137 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:15:07.138 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:15:27.139 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:15:27.140 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:15:47.141 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:15:47.143 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:16:07.143 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:16:07.144 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:16:27.145 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:16:27.146 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:16:47.147 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:16:47.148 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:17:07.150 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:17:07.150 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:17:27.152 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:17:27.153 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:17:47.154 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:17:47.156 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:18:07.157 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:18:07.158 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:18:27.160 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:18:27.161 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:18:47.162 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:18:47.163 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:19:07.164 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:19:07.165 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:19:27.166 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:19:27.167 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:19:47.168 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:19:47.169 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:20:07.170 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:20:07.172 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:20:27.173 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:20:27.174 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:20:47.175 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:20:47.177 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:21:07.177 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:21:07.179 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:21:27.180 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:21:27.181 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:21:47.182 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:21:47.184 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:22:07.185 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:22:07.187 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:22:27.188 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:22:27.189 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:22:47.190 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:22:47.191 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:23:07.192 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:23:07.194 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:23:27.195 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:23:27.196 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:23:47.197 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:23:47.198 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:24:07.199 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:24:07.200 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:24:27.201 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:24:27.202 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:24:47.203 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:24:47.205 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:25:07.205 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:25:07.207 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:25:27.208 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:25:27.209 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:25:47.209 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:25:47.211 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 22:26:07.212 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:26:07.213 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:26:27.215 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:26:27.216 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:26:47.217 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:26:47.218 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:27:07.219 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:27:07.221 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:27:27.221 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:27:27.222 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:27:47.223 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:27:47.224 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:28:07.225 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:28:07.227 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:28:27.228 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:28:27.229 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:28:47.230 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:28:47.231 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:29:07.233 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:29:07.234 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:29:27.235 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:29:27.236 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:29:47.238 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:29:47.239 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:30:07.240 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:30:07.241 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:30:27.243 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:30:27.244 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:30:47.245 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:30:47.246 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:31:07.247 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:31:07.248 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:31:27.248 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:31:27.250 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:31:47.250 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:31:47.252 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:32:07.254 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:32:07.255 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:32:27.257 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:32:27.258 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:32:47.259 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:32:47.261 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:33:07.262 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:33:07.262 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:33:27.263 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:33:27.264 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:33:47.265 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:33:47.267 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:34:07.268 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:34:07.270 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:34:27.271 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:34:27.272 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:34:47.273 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:34:47.275 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:35:07.276 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:35:07.277 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:35:27.279 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:35:27.280 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:35:47.281 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:35:47.282 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:36:07.284 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:36:07.286 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:36:27.287 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:36:27.289 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:36:47.289 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:36:47.291 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:37:07.292 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:37:07.293 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:37:27.294 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:37:27.295 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:37:47.296 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:37:47.297 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:38:07.298 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:38:07.300 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:38:27.300 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:38:27.302 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:38:47.302 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:38:47.304 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:39:07.304 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:39:07.306 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:39:27.307 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:39:27.308 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:39:47.309 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:39:47.310 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:40:07.311 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:40:07.313 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:40:27.314 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:40:27.315 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:40:47.317 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:40:47.318 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:41:07.319 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:41:07.320 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:41:27.321 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:41:27.322 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:41:47.324 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:41:47.325 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:42:07.326 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:42:07.328 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:42:27.329 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:42:27.330 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:42:47.332 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:42:47.333 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:43:07.334 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:43:07.336 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:43:27.337 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:43:27.338 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:43:47.339 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:43:47.340 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:44:07.341 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:44:07.342 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:44:27.343 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:44:27.345 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:44:47.345 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:44:47.346 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:45:07.347 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:45:07.348 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:45:27.349 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:45:27.351 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:45:47.352 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:45:47.353 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:46:07.354 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:46:07.358 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:46:27.359 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:46:27.360 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:46:47.361 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:46:47.363 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:47:07.364 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:47:07.366 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:47:27.366 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:47:27.368 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:47:47.368 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:47:47.370 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:48:07.371 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:48:07.373 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:48:27.374 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:48:27.375 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:48:47.376 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:48:47.378 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:49:07.379 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:49:07.380 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:49:27.382 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:49:27.383 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:49:47.384 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:49:47.385 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:50:07.386 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:50:07.388 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:50:27.388 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:50:27.390 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:50:47.391 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:50:47.392 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:51:07.393 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:51:07.395 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:51:27.395 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:51:27.397 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:51:47.398 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:51:47.399 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:52:07.400 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:52:07.402 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:52:27.403 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:52:27.405 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:52:47.406 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:52:47.407 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:53:07.409 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:53:07.410 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:53:27.411 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:53:27.412 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:53:47.413 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:53:47.414 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:54:07.415 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:54:07.417 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:54:27.418 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:54:27.419 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:54:47.421 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:54:47.422 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:55:07.423 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:55:07.424 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:55:27.426 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:55:27.427 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:55:47.428 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:55:47.429 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:56:07.430 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:56:07.432 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:56:27.434 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:56:27.435 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:56:47.437 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:56:47.438 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:57:07.439 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:57:07.440 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:57:27.441 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:57:27.442 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:57:47.444 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:57:47.445 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:58:07.446 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:58:07.448 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:58:27.449 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:58:27.450 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:58:47.451 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:58:47.453 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:59:07.453 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:59:07.455 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:59:27.455 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:59:27.457 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 22:59:47.457 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 22:59:47.459 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:00:07.459 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:00:07.462 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:00:27.463 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:00:27.465 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:00:47.466 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:00:47.467 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:01:07.468 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:01:07.470 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:01:27.471 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:01:27.472 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:01:47.473 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:01:47.474 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:02:07.475 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:02:07.476 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:02:27.477 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:02:27.478 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:02:47.479 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:02:47.481 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:03:07.482 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:03:07.483 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:03:27.485 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:03:27.486 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:03:47.487 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:03:47.488 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:04:07.489 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:04:07.491 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:04:27.491 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:04:27.493 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:04:47.494 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:04:47.496 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:05:07.497 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:05:07.498 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:05:27.500 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:05:27.501 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:05:47.502 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:05:47.503 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:06:07.505 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:06:07.506 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:06:27.507 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:06:27.509 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:06:47.509 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:06:47.510 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:07:07.511 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:07:07.513 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:07:27.513 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:07:27.515 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:07:47.516 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:07:47.517 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:08:07.519 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:08:07.520 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:08:27.521 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:08:27.522 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:08:47.523 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:08:47.524 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:09:07.525 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:09:07.526 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:09:27.527 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:09:27.528 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:09:47.529 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:09:47.530 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:10:07.531 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:10:07.533 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:10:27.534 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:10:27.535 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:10:47.536 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:10:47.537 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:11:07.538 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:11:07.539 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:11:27.540 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:11:27.541 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:11:47.542 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:11:47.543 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:12:07.544 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:12:07.547 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:12:27.549 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:12:27.551 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:12:47.552 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:12:47.553 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:13:07.555 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:13:07.556 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:13:27.557 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:13:27.559 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:13:47.560 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:13:47.561 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:14:07.562 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:14:07.566 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:14:27.568 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:14:27.569 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:14:47.570 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:14:47.571 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:15:07.573 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:15:07.574 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:15:27.575 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:15:27.576 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:15:47.577 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:15:47.578 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:16:07.579 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:16:07.581 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:16:27.582 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:16:27.584 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:16:47.585 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:16:47.587 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:17:07.588 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:17:07.591 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:17:27.593 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:17:27.593 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:17:47.594 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:17:47.595 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:18:07.597 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:18:07.599 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:18:27.599 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:18:27.601 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:18:47.602 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:18:47.603 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:19:07.604 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:19:07.605 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:19:27.605 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:19:27.607 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:19:47.607 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:19:47.608 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:20:07.609 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:20:07.610 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:20:27.612 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:20:27.613 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:20:47.614 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:20:47.615 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:21:07.616 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:21:07.618 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:21:27.619 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:21:27.620 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:21:47.621 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:21:47.622 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:22:07.622 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:22:07.626 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:22:27.627 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:22:27.628 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:22:47.629 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:22:47.630 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:23:07.631 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:23:07.632 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:23:27.633 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:23:27.634 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:23:47.635 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:23:47.636 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:24:07.637 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:24:07.639 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:24:27.640 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:24:27.641 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:24:47.642 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:24:47.643 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:25:07.644 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:25:07.645 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:25:27.647 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:25:27.648 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:25:47.649 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:25:47.651 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-06 23:26:07.652 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:26:07.654 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:26:27.655 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:26:27.657 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:26:47.658 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:26:47.659 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:27:07.661 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:27:07.661 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:27:27.663 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:27:27.664 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:27:47.665 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:27:47.666 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:28:07.667 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:28:07.669 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:28:27.670 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:28:27.672 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:28:47.672 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:28:47.674 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:29:07.674 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:29:07.676 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:29:27.677 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:29:27.678 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:29:47.679 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:29:47.680 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:30:07.682 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:30:07.683 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:30:27.684 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:30:27.686 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:30:47.687 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:30:47.688 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:31:07.690 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:31:07.691 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:31:27.692 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:31:27.694 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:31:47.694 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:31:47.696 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:32:07.696 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:32:07.698 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:32:27.700 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:32:27.701 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:32:47.703 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:32:47.704 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:33:07.705 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:33:07.706 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:33:27.707 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:33:27.708 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:33:47.708 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:33:47.710 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:34:07.711 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:34:07.713 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:34:27.713 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:34:27.715 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:34:47.715 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:34:47.716 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:35:07.718 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:35:07.719 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:35:27.720 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:35:27.721 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:35:47.722 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:35:47.723 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:36:07.724 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:36:07.726 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:36:27.727 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:36:27.728 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:36:47.730 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:36:47.731 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:37:07.731 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:37:07.732 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:37:27.734 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:37:27.735 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:37:47.735 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:37:47.737 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:38:07.738 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:38:07.740 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:38:27.741 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:38:27.742 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:38:47.742 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:38:47.744 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:39:07.745 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:39:07.746 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:39:27.748 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:39:27.749 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:39:47.750 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:39:47.752 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:40:07.752 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:40:07.754 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:40:27.755 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:40:27.756 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:40:47.757 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:40:47.758 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:41:07.759 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:41:07.761 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:41:27.762 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:41:27.763 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:41:47.763 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:41:47.765 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:42:07.765 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:42:07.767 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:42:27.768 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:42:27.770 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:42:47.771 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:42:47.772 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:43:07.774 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:43:07.775 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:43:27.775 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:43:27.777 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:43:47.777 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:43:47.778 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:44:07.779 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:44:07.781 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:44:27.782 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:44:27.783 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:44:47.784 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:44:47.785 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:45:07.787 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:45:07.788 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:45:27.790 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:45:27.791 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:45:47.792 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:45:47.794 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:46:07.795 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:46:07.796 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:46:27.797 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:46:27.798 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:46:47.799 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:46:47.800 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:47:07.801 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:47:07.802 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:47:27.803 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:47:27.804 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:47:47.805 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:47:47.807 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:48:07.808 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:48:07.810 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:48:27.811 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:48:27.812 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:48:47.812 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:48:47.813 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:49:07.814 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:49:07.815 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:49:27.816 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:49:27.817 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:49:47.818 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:49:47.819 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:50:07.820 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:50:07.822 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:50:27.822 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:50:27.824 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:50:47.825 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:50:47.826 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:51:07.828 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:51:07.829 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:51:27.830 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:51:27.831 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:51:47.832 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:51:47.833 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:52:07.834 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:52:07.836 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:52:27.836 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:52:27.838 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:52:47.839 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:52:47.841 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:53:07.842 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:53:07.843 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:53:27.844 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:53:27.845 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:53:47.846 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:53:47.848 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:54:07.849 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:54:07.851 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:54:27.852 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:54:27.853 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:54:47.855 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:54:47.856 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:55:07.857 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:55:07.859 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:55:27.860 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:55:27.861 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:55:47.863 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:55:47.864 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:56:07.865 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:56:07.869 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:56:27.870 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:56:27.871 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:56:47.872 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:56:47.873 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:57:07.873 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:57:07.875 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:57:27.875 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:57:27.877 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:57:47.878 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:57:47.879 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:58:07.879 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:58:07.882 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:58:27.883 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:58:27.884 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:58:47.885 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:58:47.886 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:59:07.888 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:59:07.889 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:59:27.890 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:59:27.892 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 23:59:47.893 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-06 23:59:47.893 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:00:07.894 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:00:07.896 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:00:27.898 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:00:27.899 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:00:47.900 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:00:47.901 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:01:07.901 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:01:07.902 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:01:27.904 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:01:27.905 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:01:47.906 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:01:47.907 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:02:07.910 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:02:07.912 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:02:27.913 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:02:27.915 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:02:47.916 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:02:47.917 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:03:07.918 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:03:07.919 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:03:27.920 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:03:27.921 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:03:47.923 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:03:47.924 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:04:07.924 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:04:07.926 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:04:27.927 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:04:27.928 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:04:47.930 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:04:47.931 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:05:07.931 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:05:07.933 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:05:27.934 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:05:27.935 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:05:47.936 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:05:47.937 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:06:07.938 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:06:07.939 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:06:27.941 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:06:27.942 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:06:47.943 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:06:47.944 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:07:07.945 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:07:07.946 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:07:27.948 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:07:27.949 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:07:47.950 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:07:47.952 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:08:07.953 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:08:07.955 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:08:27.956 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:08:27.958 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:08:47.959 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:08:47.960 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:09:07.962 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:09:07.963 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:09:27.963 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:09:27.965 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:09:47.966 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:09:47.967 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:10:07.969 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:10:07.970 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:10:27.972 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:10:27.973 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:10:47.974 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:10:47.976 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:11:07.977 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:11:07.979 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:11:27.979 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:11:27.981 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:11:47.982 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:11:47.983 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:12:07.985 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:12:07.987 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:12:27.988 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:12:27.989 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:12:47.990 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:12:47.992 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:13:07.993 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:13:07.994 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:13:27.996 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:13:27.997 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:13:47.998 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:13:47.999 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:14:08.000 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:14:08.002 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:14:28.003 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:14:28.005 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:14:48.006 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:14:48.007 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:15:08.008 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:15:08.009 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:15:28.010 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:15:28.012 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:15:48.012 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:15:48.014 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:16:08.014 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:16:08.016 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:16:28.017 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:16:28.019 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:16:48.020 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:16:48.021 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:17:08.022 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:17:08.023 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:17:28.025 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:17:28.026 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:17:48.026 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:17:48.028 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:18:08.029 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:18:08.031 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:18:28.032 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:18:28.033 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:18:48.035 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:18:48.036 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:19:08.037 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:19:08.039 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:19:28.040 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:19:28.041 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:19:48.043 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:19:48.044 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:20:08.045 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:20:08.047 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:20:28.049 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:20:28.050 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:20:48.051 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:20:48.052 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:21:08.053 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:21:08.054 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:21:28.055 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:21:28.056 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:21:48.057 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:21:48.059 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:22:08.059 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:22:08.061 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:22:28.063 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:22:28.064 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:22:48.065 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:22:48.066 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:23:08.067 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:23:08.069 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:23:28.070 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:23:28.072 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:23:48.073 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:23:48.074 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:24:08.075 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:24:08.077 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:24:28.078 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:24:28.080 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:24:48.081 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:24:48.082 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:25:08.083 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:25:08.084 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:25:28.085 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:25:28.086 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:25:48.087 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:25:48.088 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 00:26:08.089 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:26:08.091 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:26:28.092 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:26:28.093 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:26:48.094 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:26:48.095 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:27:08.096 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:27:08.098 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:27:28.099 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:27:28.100 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:27:48.101 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:27:48.102 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:28:08.104 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:28:08.106 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:28:28.107 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:28:28.108 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:28:48.109 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:28:48.110 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:29:08.111 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:29:08.112 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:29:28.113 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:29:28.114 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:29:48.115 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:29:48.116 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:30:08.117 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:30:08.119 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:30:28.120 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:30:28.120 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:30:48.121 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:30:48.123 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:31:08.124 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:31:08.125 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:31:28.126 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:31:28.127 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:31:48.128 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:31:48.130 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:32:08.130 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:32:08.134 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:32:28.135 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:32:28.137 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:32:48.138 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:32:48.140 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:33:08.141 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:33:08.142 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:33:28.143 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:33:28.144 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:33:48.145 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:33:48.146 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:34:08.147 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:34:08.149 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:34:28.151 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:34:28.152 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:34:48.153 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:34:48.155 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:35:08.156 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:35:08.158 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:35:28.159 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:35:28.160 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:35:48.162 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:35:48.163 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:36:08.164 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:36:08.166 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:36:28.168 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:36:28.169 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:36:48.170 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:36:48.171 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:37:08.173 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:37:08.174 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:37:28.174 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:37:28.176 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:37:48.176 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:37:48.178 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:38:08.178 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:38:08.180 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:38:28.181 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:38:28.183 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:38:48.183 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:38:48.185 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:39:08.186 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:39:08.187 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:39:28.189 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:39:28.190 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:39:48.191 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:39:48.192 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:40:08.192 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:40:08.194 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:40:28.196 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:40:28.197 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:40:48.199 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:40:48.200 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:41:08.200 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:41:08.201 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:41:28.202 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:41:28.204 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:41:48.205 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:41:48.206 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:42:08.207 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:42:08.210 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:42:28.212 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:42:28.213 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:42:48.215 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:42:48.215 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:43:08.216 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:43:08.217 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:43:28.219 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:43:28.220 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:43:48.221 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:43:48.222 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:44:08.222 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:44:08.224 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:44:28.226 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:44:28.227 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:44:48.228 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:44:48.229 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:45:08.230 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:45:08.231 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:45:28.233 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:45:28.235 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:45:48.236 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:45:48.237 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:46:08.238 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:46:08.241 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:46:28.242 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:46:28.243 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:46:48.244 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:46:48.245 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:47:08.246 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:47:08.247 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:47:28.248 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:47:28.249 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:47:48.250 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:47:48.251 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:48:08.253 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:48:08.254 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:48:28.255 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:48:28.256 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:48:48.258 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:48:48.259 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:49:08.260 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:49:08.261 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:49:28.262 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:49:28.263 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:49:48.265 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:49:48.266 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:50:08.268 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:50:08.270 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:50:28.272 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:50:28.273 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:50:48.274 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:50:48.275 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:51:08.277 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:51:08.278 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:51:28.279 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:51:28.280 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:51:48.282 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:51:48.283 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:52:08.284 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:52:08.286 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:52:28.287 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:52:28.288 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:52:48.289 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:52:48.291 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:53:08.292 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:53:08.293 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:53:28.295 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:53:28.296 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:53:48.298 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:53:48.299 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:54:08.300 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:54:08.302 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:54:28.302 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:54:28.304 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:54:48.304 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:54:48.305 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:55:08.306 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:55:08.307 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:55:28.308 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:55:28.309 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:55:48.310 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:55:48.312 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:56:08.312 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:56:08.314 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:56:28.315 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:56:28.316 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:56:48.318 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:56:48.319 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:57:08.320 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:57:08.321 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:57:28.322 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:57:28.323 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:57:48.325 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:57:48.326 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:58:08.328 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:58:08.329 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:58:28.331 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:58:28.332 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:58:48.334 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:58:48.335 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:59:08.336 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:59:08.338 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:59:28.339 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:59:28.340 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 00:59:48.341 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 00:59:48.342 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:00:08.344 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:00:08.346 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:00:28.346 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:00:28.348 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:00:48.349 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:00:48.350 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:01:08.351 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:01:08.352 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:01:28.353 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:01:28.354 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:01:48.355 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:01:48.357 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:02:08.358 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:02:08.360 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:02:28.362 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:02:28.363 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:02:48.364 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:02:48.365 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:03:08.366 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:03:08.368 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:03:28.368 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:03:28.370 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:03:48.371 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:03:48.372 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:04:08.373 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:04:08.375 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:04:28.376 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:04:28.378 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:04:48.380 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:04:48.381 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:05:08.382 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:05:08.383 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:05:28.384 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:05:28.385 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:05:48.386 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:05:48.387 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:06:08.389 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:06:08.390 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:06:28.392 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:06:28.392 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:06:48.393 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:06:48.394 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:07:08.396 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:07:08.397 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:07:28.399 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:07:28.400 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:07:48.400 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:07:48.402 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:08:08.404 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:08:08.405 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:08:28.407 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:08:28.408 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:08:48.408 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:08:48.410 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:09:08.412 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:09:08.413 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:09:28.413 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:09:28.414 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:09:48.415 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:09:48.416 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:10:08.418 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:10:08.420 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:10:28.422 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:10:28.423 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:10:48.424 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:10:48.426 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:11:08.427 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:11:08.429 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:11:28.430 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:11:28.432 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:11:48.433 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:11:48.434 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:12:08.435 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:12:08.437 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:12:28.438 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:12:28.439 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:12:48.441 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:12:48.442 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:13:08.442 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:13:08.444 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:13:28.445 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:13:28.447 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:13:48.448 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:13:48.449 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:14:08.450 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:14:08.459 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:14:28.460 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:14:28.462 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:14:48.463 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:14:48.464 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:15:08.465 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:15:08.466 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:15:28.467 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:15:28.468 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:15:48.469 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:15:48.471 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:16:08.472 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:16:08.474 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:16:28.475 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:16:28.477 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:16:48.478 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:16:48.479 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:17:08.480 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:17:08.482 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:17:28.483 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:17:28.484 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:17:48.486 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:17:48.487 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:18:08.489 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:18:08.490 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:18:28.491 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:18:28.493 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:18:48.493 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:18:48.494 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:19:08.495 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:19:08.497 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:19:28.498 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:19:28.499 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:19:48.500 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:19:48.501 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:20:08.501 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:20:08.504 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:20:28.506 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:20:28.507 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:20:48.508 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:20:48.509 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:21:08.510 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:21:08.511 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:21:28.513 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:21:28.514 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:21:48.515 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:21:48.516 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:22:08.516 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:22:08.520 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:22:28.522 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:22:28.523 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:22:48.524 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:22:48.525 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:23:08.525 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:23:08.527 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:23:28.528 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:23:28.529 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:23:48.530 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:23:48.531 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:24:08.532 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:24:08.536 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:24:28.537 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:24:28.538 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:24:48.539 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:24:48.541 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:25:08.541 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:25:08.542 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:25:28.543 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:25:28.544 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:25:48.545 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:25:48.546 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 01:26:08.548 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:26:08.549 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:26:28.551 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:26:28.552 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:26:48.553 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:26:48.555 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:27:08.555 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:27:08.557 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:27:28.558 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:27:28.559 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:27:48.561 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:27:48.562 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:28:08.563 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:28:08.565 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:28:28.566 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:28:28.567 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:28:48.569 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:28:48.570 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:29:08.571 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:29:08.572 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:29:28.573 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:29:28.574 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:29:48.575 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:29:48.577 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:30:08.577 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:30:08.579 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:30:28.580 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:30:28.581 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:30:48.582 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:30:48.584 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:31:08.584 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:31:08.586 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:31:28.586 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:31:28.588 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:31:48.589 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:31:48.591 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:32:08.592 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:32:08.595 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:32:28.596 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:32:28.598 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:32:48.598 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:32:48.599 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:33:08.600 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:33:08.601 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:33:28.602 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:33:28.603 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:33:48.605 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:33:48.606 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:34:08.607 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:34:08.608 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:34:28.610 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:34:28.611 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:34:48.612 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:34:48.614 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:35:08.614 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:35:08.615 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:35:28.616 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:35:28.617 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:35:48.619 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:35:48.620 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:36:08.622 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:36:08.623 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:36:28.624 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:36:28.626 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:36:48.627 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:36:48.628 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:37:08.630 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:37:08.631 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:37:28.631 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:37:28.632 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:37:48.634 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:37:48.635 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:38:08.636 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:38:08.639 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:38:28.641 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:38:28.642 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:38:48.644 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:38:48.645 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:39:08.646 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:39:08.648 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:39:28.649 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:39:28.650 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:39:48.652 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:39:48.653 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:40:08.654 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:40:08.656 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:40:28.657 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:40:28.658 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:40:48.659 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:40:48.660 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:41:08.661 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:41:08.662 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:41:28.664 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:41:28.665 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:41:48.666 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:41:48.667 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:42:08.668 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:42:08.670 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:42:28.671 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:42:28.673 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:42:48.675 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:42:48.676 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:43:08.678 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:43:08.679 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:43:28.680 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:43:28.681 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:43:48.682 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:43:48.683 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:44:08.684 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:44:08.686 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:44:28.687 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:44:28.688 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:44:48.689 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:44:48.690 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:45:08.691 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:45:08.693 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:45:28.694 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:45:28.695 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:45:48.696 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:45:48.697 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:46:08.700 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:46:08.701 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:46:28.702 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:46:28.703 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:46:48.704 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:46:48.705 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:47:08.706 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:47:08.707 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:47:28.708 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:47:28.709 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:47:48.710 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:47:48.711 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:48:08.712 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:48:08.713 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:48:28.715 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:48:28.716 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:48:48.717 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:48:48.718 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:49:08.719 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:49:08.721 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:49:28.722 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:49:28.722 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:49:48.723 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:49:48.724 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:50:08.726 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:50:08.728 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:50:28.729 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:50:28.730 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:50:48.731 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:50:48.732 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:51:08.733 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:51:08.734 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:51:28.735 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:51:28.736 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:51:48.738 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:51:48.739 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:52:08.740 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:52:08.742 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:52:28.743 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:52:28.745 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:52:48.746 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:52:48.747 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:53:08.749 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:53:08.750 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:53:28.751 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:53:28.753 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:53:48.754 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:53:48.755 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:54:08.755 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:54:08.758 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:54:28.760 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:54:28.761 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:54:48.762 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:54:48.764 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:55:08.765 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:55:08.766 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:55:28.766 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:55:28.768 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:55:48.769 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:55:48.770 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:56:08.772 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:56:08.774 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:56:28.775 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:56:28.777 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:56:48.778 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:56:48.779 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:57:08.780 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:57:08.781 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:57:28.783 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:57:28.784 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:57:48.785 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:57:48.787 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:58:08.788 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:58:08.789 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:58:28.791 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:58:28.792 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:58:48.793 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:58:48.795 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:59:08.796 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:59:08.797 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:59:28.798 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:59:28.799 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 01:59:48.800 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 01:59:48.801 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:00:08.802 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:00:08.803 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:00:28.805 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:00:28.806 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:00:48.807 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:00:48.808 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:01:08.809 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:01:08.810 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:01:28.811 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:01:28.813 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:01:48.814 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:01:48.815 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:02:08.816 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:02:08.818 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:02:28.819 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:02:28.820 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:02:48.821 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:02:48.822 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:03:08.823 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:03:08.824 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:03:28.825 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:03:28.826 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:03:48.827 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:03:48.828 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:04:08.829 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:04:08.831 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:04:28.831 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:04:28.832 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:04:48.833 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:04:48.834 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:05:08.835 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:05:08.837 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:05:28.838 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:05:28.839 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:05:48.841 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:05:48.842 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:06:08.843 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:06:08.845 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:06:28.847 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:06:28.848 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:06:48.849 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:06:48.851 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:07:08.852 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:07:08.853 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:07:28.854 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:07:28.855 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:07:48.856 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:07:48.857 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:08:08.877 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:08:08.878 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:08:28.879 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:08:28.881 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:08:48.882 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:08:48.883 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:09:08.884 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:09:08.886 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:09:28.887 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:09:28.888 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:09:48.889 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:09:48.890 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:10:08.891 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:10:08.894 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:10:28.895 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:10:28.897 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:10:48.898 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:10:48.900 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:11:08.901 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:11:08.902 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:11:28.903 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:11:28.904 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:11:48.905 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:11:48.906 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:12:08.907 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:12:08.910 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:12:28.912 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:12:28.913 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:12:48.915 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:12:48.916 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:13:08.917 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:13:08.918 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:13:28.918 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:13:28.920 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:13:48.920 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:13:48.922 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:14:08.923 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:14:08.924 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:14:28.926 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:14:28.927 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:14:48.928 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:14:48.929 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:15:08.931 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:15:08.932 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:15:28.932 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:15:28.933 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:15:48.934 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:15:48.936 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:16:08.937 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:16:08.938 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:16:28.939 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:16:28.941 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:16:48.942 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:16:48.943 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:17:08.944 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:17:08.946 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:17:28.947 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:17:28.948 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:17:48.950 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:17:48.951 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:18:08.952 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:18:08.955 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:18:28.956 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:18:28.958 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:18:48.960 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:18:48.961 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:19:08.962 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:19:08.963 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:19:28.964 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:19:28.966 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:19:48.967 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:19:48.968 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:20:08.969 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:20:08.971 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:20:28.972 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:20:28.974 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:20:48.974 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:20:48.976 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:21:08.977 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:21:08.978 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:21:28.979 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:21:28.981 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:21:48.982 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:21:48.983 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:22:08.984 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:22:08.986 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:22:28.987 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:22:28.989 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:22:48.990 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:22:48.991 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:23:08.992 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:23:08.993 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:23:28.994 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:23:28.995 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:23:48.997 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:23:48.998 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:24:08.999 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:24:09.002 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:24:29.003 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:24:29.005 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:24:49.006 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:24:49.007 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:25:09.007 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:25:09.009 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:25:29.010 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:25:29.011 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:25:49.011 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:25:49.013 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 02:26:09.013 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:26:09.015 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:26:29.016 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:26:29.017 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:26:49.018 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:26:49.019 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:27:09.021 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:27:09.022 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:27:29.023 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:27:29.024 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:27:49.025 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:27:49.027 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:28:09.028 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:28:09.030 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:28:29.030 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:28:29.031 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:28:49.033 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:28:49.034 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:29:09.035 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:29:09.036 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:29:29.037 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:29:29.038 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:29:49.039 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:29:49.041 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:30:09.042 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:30:09.045 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:30:29.046 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:30:29.048 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:30:49.049 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:30:49.050 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:31:09.051 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:31:09.052 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:31:29.054 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:31:29.055 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:31:49.056 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:31:49.057 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:32:09.058 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:32:09.060 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:32:29.060 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:32:29.062 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:32:49.063 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:32:49.064 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:33:09.065 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:33:09.066 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:33:29.068 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:33:29.069 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:33:49.071 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:33:49.073 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:34:09.074 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:34:09.075 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:34:29.076 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:34:29.078 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:34:49.079 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:34:49.080 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:35:09.081 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:35:09.082 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:35:29.083 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:35:29.084 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:35:49.086 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:35:49.087 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:36:09.088 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:36:09.090 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:36:29.091 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:36:29.093 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:36:49.094 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:36:49.096 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:37:09.097 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:37:09.098 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:37:29.099 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:37:29.100 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:37:49.101 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:37:49.103 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:38:09.104 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:38:09.105 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:38:29.107 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:38:29.108 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:38:49.109 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:38:49.111 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:39:09.112 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:39:09.113 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:39:29.114 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:39:29.116 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:39:49.117 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:39:49.118 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:40:09.118 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:40:09.120 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:40:29.121 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:40:29.123 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:40:49.123 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:40:49.124 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:41:09.125 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:41:09.126 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:41:29.128 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:41:29.129 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:41:49.131 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:41:49.132 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:42:09.133 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:42:09.136 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:42:29.138 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:42:29.139 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:42:49.140 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:42:49.141 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:43:09.142 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:43:09.143 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:43:29.143 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:43:29.145 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:43:49.146 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:43:49.147 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:44:09.148 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:44:09.150 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:44:29.152 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:44:29.153 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:44:49.155 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:44:49.156 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:45:09.157 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:45:09.158 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:45:29.159 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:45:29.160 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:45:49.162 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:45:49.163 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:46:09.164 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:46:09.166 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:46:29.167 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:46:29.168 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:46:49.170 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:46:49.171 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:47:09.172 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:47:09.173 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:47:29.174 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:47:29.176 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:47:49.176 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:47:49.178 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:48:09.178 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:48:09.180 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:48:29.182 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:48:29.183 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:48:49.185 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:48:49.186 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:49:09.188 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:49:09.189 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:49:29.190 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:49:29.192 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:49:49.193 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:49:49.194 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:50:09.195 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:50:09.197 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:50:29.199 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:50:29.200 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:50:49.202 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:50:49.203 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:51:09.204 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:51:09.205 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:51:29.207 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:51:29.208 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:51:49.208 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:51:49.210 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:52:09.210 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:52:09.212 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:52:29.214 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:52:29.215 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:52:49.217 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:52:49.218 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:53:09.219 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:53:09.220 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:53:29.221 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:53:29.222 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:53:49.224 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:53:49.225 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:54:09.226 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:54:09.227 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:54:29.229 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:54:29.230 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:54:49.231 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:54:49.233 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:55:09.234 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:55:09.235 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:55:29.236 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:55:29.237 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:55:49.237 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:55:49.239 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:56:09.240 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:56:09.242 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:56:29.244 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:56:29.245 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:56:49.245 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:56:49.247 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:57:09.247 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:57:09.248 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:57:29.249 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:57:29.250 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:57:49.251 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:57:49.252 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:58:09.254 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:58:09.256 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:58:29.257 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:58:29.258 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:58:49.260 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:58:49.261 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:59:09.262 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:59:09.263 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:59:29.264 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:59:29.265 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 02:59:49.266 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 02:59:49.267 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:00:09.268 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:00:09.270 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:00:29.272 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:00:29.273 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:00:49.275 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:00:49.276 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:01:09.277 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:01:09.278 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:01:29.279 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:01:29.280 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:01:49.281 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:01:49.282 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:02:09.283 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:02:09.285 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:02:29.285 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:02:29.287 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:02:49.288 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:02:49.289 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:03:09.291 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:03:09.292 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:03:29.293 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:03:29.295 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:03:49.295 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:03:49.296 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:04:09.297 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:04:09.299 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:04:29.301 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:04:29.303 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:04:49.304 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:04:49.305 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:05:09.306 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:05:09.308 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:05:29.308 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:05:29.309 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:05:49.311 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:05:49.312 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:06:09.313 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:06:09.316 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:06:29.318 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:06:29.319 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:06:49.320 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:06:49.321 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:07:09.322 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:07:09.323 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:07:29.325 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:07:29.326 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:07:49.326 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:07:49.328 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:08:09.328 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:08:09.330 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:08:29.331 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:08:29.332 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:08:49.334 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:08:49.335 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:09:09.336 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:09:09.338 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:09:29.338 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:09:29.339 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:09:49.340 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:09:49.342 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:10:09.344 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:10:09.346 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:10:29.347 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:10:29.348 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:10:49.349 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:10:49.350 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:11:09.352 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:11:09.353 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:11:29.354 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:11:29.356 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:11:49.357 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:11:49.359 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:12:09.360 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:12:09.361 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:12:29.363 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:12:29.364 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:12:49.366 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:12:49.367 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:13:09.368 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:13:09.369 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:13:29.370 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:13:29.372 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:13:49.372 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:13:49.374 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:14:09.374 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:14:09.376 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:14:29.378 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:14:29.379 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:14:49.380 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:14:49.382 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:15:09.383 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:15:09.385 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:15:29.386 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:15:29.387 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:15:49.388 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:15:49.390 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:16:09.391 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:16:09.393 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:16:29.394 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:16:29.395 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:16:49.396 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:16:49.398 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:17:09.399 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:17:09.400 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:17:29.401 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:17:29.402 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:17:49.404 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:17:49.405 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:18:09.406 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:18:09.408 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:18:29.409 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:18:29.410 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:18:49.411 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:18:49.412 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:19:09.413 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:19:09.414 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:19:29.416 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:19:29.417 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:19:49.418 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:19:49.419 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:20:09.420 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:20:09.422 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:20:29.423 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:20:29.424 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:20:49.425 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:20:49.426 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:21:09.428 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:21:09.429 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:21:29.431 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:21:29.432 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:21:49.433 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:21:49.434 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:22:09.435 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:22:09.437 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:22:29.439 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:22:29.440 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:22:49.441 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:22:49.442 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:23:09.443 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:23:09.444 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:23:29.445 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:23:29.446 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:23:49.448 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:23:49.449 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:24:09.450 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:24:09.452 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:24:29.452 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:24:29.454 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:24:49.455 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:24:49.456 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:25:09.458 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:25:09.459 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:25:29.460 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:25:29.461 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:25:49.462 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:25:49.463 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 03:26:09.464 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:26:09.466 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:26:29.468 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:26:29.469 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:26:49.470 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:26:49.472 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:27:09.473 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:27:09.474 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:27:29.475 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:27:29.476 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:27:49.478 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:27:49.479 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:28:09.481 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:28:09.482 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:28:29.484 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:28:29.485 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:28:49.487 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:28:49.488 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:29:09.489 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:29:09.490 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:29:29.491 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:29:29.492 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:29:49.493 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:29:49.494 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:30:09.496 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:30:09.497 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:30:29.499 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:30:29.500 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:30:49.501 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:30:49.502 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:31:09.503 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:31:09.504 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:31:29.505 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:31:29.506 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:31:49.508 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:31:49.509 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:32:09.510 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:32:09.512 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:32:29.513 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:32:29.514 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:32:49.515 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:32:49.517 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:33:09.518 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:33:09.519 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:33:29.520 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:33:29.521 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:33:49.522 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:33:49.523 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:34:09.524 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:34:09.526 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:34:29.527 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:34:29.529 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:34:49.530 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:34:49.531 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:35:09.532 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:35:09.533 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:35:29.535 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:35:29.536 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:35:49.537 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:35:49.538 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:36:09.539 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:36:09.542 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:36:29.543 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:36:29.544 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:36:49.545 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:36:49.546 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:37:09.547 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:37:09.549 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:37:29.550 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:37:29.551 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:37:49.552 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:37:49.554 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:38:09.555 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:38:09.557 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:38:29.559 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:38:29.561 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:38:49.562 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:38:49.563 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:39:09.564 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:39:09.566 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:39:29.567 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:39:29.568 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:39:49.570 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:39:49.571 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:40:09.573 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:40:09.575 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:40:29.576 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:40:29.577 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:40:49.579 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:40:49.580 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:41:09.581 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:41:09.583 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:41:29.584 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:41:29.585 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:41:49.586 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:41:49.588 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:42:09.589 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:42:09.591 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:42:29.592 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:42:29.594 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:42:49.595 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:42:49.597 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:43:09.598 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:43:09.599 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:43:29.600 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:43:29.601 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:43:49.602 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:43:49.603 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:44:09.604 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:44:09.605 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:44:29.607 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:44:29.608 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:44:49.608 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:44:49.609 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:45:09.611 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:45:09.612 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:45:29.613 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:45:29.614 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:45:49.614 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:45:49.616 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:46:09.616 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:46:09.618 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:46:29.619 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:46:29.620 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:46:49.622 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:46:49.623 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:47:09.624 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:47:09.626 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:47:29.627 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:47:29.628 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:47:49.630 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:47:49.631 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:48:09.632 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:48:09.635 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:48:29.636 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:48:29.637 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:48:49.639 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:48:49.640 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:49:09.641 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:49:09.642 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:49:29.643 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:49:29.644 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:49:49.645 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:49:49.646 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:50:09.647 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:50:09.649 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:50:29.650 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:50:29.651 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:50:49.652 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:50:49.653 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:51:09.655 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:51:09.657 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:51:29.658 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:51:29.659 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:51:49.661 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:51:49.662 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:52:09.663 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:52:09.665 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:52:29.667 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:52:29.668 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:52:49.669 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:52:49.671 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:53:09.672 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:53:09.673 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:53:29.674 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:53:29.676 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:53:49.677 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:53:49.678 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:54:09.679 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:54:09.681 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:54:29.682 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:54:29.684 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:54:49.685 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:54:49.686 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:55:09.687 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:55:09.689 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:55:29.690 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:55:29.691 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:55:49.692 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:55:49.694 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:56:09.696 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:56:09.698 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:56:29.699 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:56:29.700 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:56:49.702 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:56:49.703 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:57:09.703 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:57:09.705 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:57:29.707 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:57:29.708 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:57:49.709 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:57:49.710 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:58:09.710 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:58:09.713 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:58:29.714 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:58:29.715 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:58:49.715 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:58:49.717 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:59:09.718 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:59:09.719 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:59:29.720 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:59:29.722 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 03:59:49.722 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 03:59:49.724 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:00:09.724 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:00:09.726 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:00:29.728 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:00:29.730 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:00:49.730 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:00:49.731 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:01:09.732 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:01:09.733 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:01:29.734 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:01:29.735 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:01:49.736 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:01:49.737 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:02:09.737 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:02:09.739 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:02:29.741 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:02:29.743 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:02:49.744 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:02:49.745 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:03:09.746 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:03:09.747 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:03:29.748 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:03:29.750 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:03:49.751 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:03:49.752 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:04:09.753 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:04:09.754 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:04:29.756 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:04:29.757 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:04:49.758 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:04:49.760 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:05:09.761 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:05:09.762 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:05:29.763 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:05:29.764 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:05:49.766 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:05:49.767 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:06:09.768 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:06:09.769 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:06:29.770 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:06:29.771 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:06:49.773 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:06:49.774 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:07:09.775 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:07:09.777 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:07:29.778 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:07:29.779 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:07:49.780 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:07:49.781 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:08:09.784 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:08:09.786 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:08:29.787 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:08:29.788 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:08:49.789 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:08:49.791 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:09:09.791 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:09:09.793 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:09:29.794 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:09:29.795 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:09:49.796 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:09:49.797 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:10:09.798 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:10:09.800 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:10:29.800 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:10:29.802 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:10:49.803 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:10:49.804 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:11:09.804 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:11:09.805 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:11:29.806 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:11:29.808 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:11:49.809 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:11:49.810 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:12:09.811 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:12:09.813 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:12:29.815 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:12:29.816 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:12:49.817 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:12:49.818 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:13:09.819 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:13:09.820 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:13:29.821 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:13:29.822 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:13:49.824 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:13:49.825 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:14:09.827 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:14:09.828 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:14:29.829 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:14:29.831 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:14:49.831 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:14:49.833 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:15:09.834 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:15:09.835 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:15:29.836 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:15:29.837 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:15:49.838 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:15:49.839 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:16:09.840 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:16:09.843 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:16:29.844 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:16:29.845 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:16:49.846 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:16:49.848 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:17:09.849 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:17:09.850 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:17:29.851 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:17:29.852 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:17:49.854 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:17:49.855 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:18:09.856 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:18:09.858 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:18:29.859 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:18:29.860 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:18:49.861 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:18:49.863 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:19:09.864 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:19:09.865 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:19:29.866 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:19:29.868 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:19:49.869 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:19:49.871 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:20:09.871 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:20:09.876 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:20:29.878 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:20:29.879 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:20:49.880 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:20:49.881 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:21:09.883 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:21:09.884 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:21:29.885 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:21:29.887 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:21:49.887 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:21:49.889 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:22:09.890 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:22:09.892 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:22:29.893 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:22:29.895 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:22:49.896 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:22:49.897 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:23:09.898 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:23:09.900 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:23:29.900 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:23:29.902 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:23:49.903 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:23:49.904 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:24:09.906 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:24:09.907 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:24:29.908 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:24:29.909 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:24:49.910 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:24:49.911 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:25:09.912 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:25:09.914 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:25:29.914 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:25:29.916 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:25:49.916 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:25:49.917 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 04:26:09.918 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:26:09.920 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:26:29.921 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:26:29.922 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:26:49.923 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:26:49.924 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:27:09.925 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:27:09.927 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:27:29.928 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:27:29.928 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:27:49.929 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:27:49.930 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:28:09.931 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:28:09.933 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:28:29.934 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:28:29.935 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:28:49.936 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:28:49.937 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:29:09.938 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:29:09.940 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:29:29.941 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:29:29.942 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:29:49.943 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:29:49.945 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:30:09.946 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:30:09.948 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:30:29.949 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:30:29.951 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:30:49.952 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:30:49.953 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:31:09.954 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:31:09.955 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:31:29.956 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:31:29.957 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:31:49.958 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:31:49.959 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:32:09.960 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:32:09.962 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:32:29.963 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:32:29.964 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:32:49.966 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:32:49.967 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:33:09.967 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:33:09.969 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:33:29.970 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:33:29.971 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:33:49.973 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:33:49.974 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:34:09.976 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:34:09.977 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:34:29.978 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:34:29.980 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:34:49.981 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:34:49.982 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:35:09.984 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:35:09.985 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:35:29.986 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:35:29.987 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:35:49.988 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:35:49.989 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:36:09.990 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:36:09.992 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:36:29.994 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:36:29.996 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:36:49.997 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:36:49.998 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:37:10.000 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:37:10.001 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:37:30.002 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:37:30.003 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:37:50.004 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:37:50.005 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:38:10.006 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:38:10.008 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:38:30.010 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:38:30.011 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:38:50.012 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:38:50.013 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:39:10.014 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:39:10.015 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:39:30.016 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:39:30.017 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:39:50.018 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:39:50.019 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:40:10.020 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:40:10.021 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:40:30.022 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:40:30.024 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:40:50.024 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:40:50.025 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:41:10.027 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:41:10.028 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:41:30.028 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:41:30.030 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:41:50.031 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:41:50.032 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:42:10.033 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:42:10.036 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:42:30.037 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:42:30.038 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:42:50.040 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:42:50.041 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:43:10.042 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:43:10.043 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:43:30.044 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:43:30.045 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:43:50.047 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:43:50.048 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:44:10.049 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:44:10.051 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:44:30.051 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:44:30.053 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:44:50.054 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:44:50.055 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:45:10.057 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:45:10.058 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:45:30.059 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:45:30.060 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:45:50.062 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:45:50.063 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:46:10.064 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:46:10.066 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:46:30.067 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:46:30.068 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:46:50.068 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:46:50.070 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:47:10.071 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:47:10.072 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:47:30.074 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:47:30.075 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:47:50.075 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:47:50.076 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:48:10.077 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:48:10.080 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:48:30.080 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:48:30.082 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:48:50.083 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:48:50.084 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:49:10.086 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:49:10.087 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:49:30.088 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:49:30.089 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:49:50.090 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:49:50.091 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:50:10.094 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:50:10.096 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:50:30.097 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:50:30.098 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:50:50.099 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:50:50.101 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:51:10.102 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:51:10.103 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:51:30.103 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:51:30.105 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:51:50.107 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:51:50.108 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:52:10.109 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:52:10.111 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:52:30.112 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:52:30.113 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:52:50.114 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:52:50.115 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:53:10.117 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:53:10.118 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:53:30.119 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:53:30.120 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:53:50.121 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:53:50.123 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:54:10.124 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:54:10.125 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:54:30.127 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:54:30.128 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:54:50.129 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:54:50.130 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:55:10.131 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:55:10.133 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:55:30.134 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:55:30.135 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:55:50.136 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:55:50.137 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:56:10.138 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:56:10.140 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:56:30.141 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:56:30.142 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:56:50.143 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:56:50.144 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:57:10.145 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:57:10.146 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:57:30.148 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:57:30.149 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:57:50.150 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:57:50.151 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:58:10.153 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:58:10.154 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:58:30.155 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:58:30.157 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:58:50.158 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:58:50.160 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:59:10.161 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:59:10.162 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:59:30.163 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:59:30.164 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 04:59:50.165 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 04:59:50.166 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:00:10.167 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:00:10.169 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:00:30.170 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:00:30.172 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:00:50.172 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:00:50.174 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:01:10.174 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:01:10.176 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:01:30.177 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:01:30.178 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:01:50.180 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:01:50.181 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:02:10.182 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:02:10.184 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:02:30.185 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:02:30.186 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:02:50.188 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:02:50.189 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:03:10.190 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:03:10.191 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:03:30.192 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:03:30.193 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:03:50.194 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:03:50.196 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:04:10.197 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:04:10.199 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:04:30.200 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:04:30.201 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:04:50.202 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:04:50.203 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:05:10.205 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:05:10.206 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:05:30.207 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:05:30.208 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:05:50.208 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:05:50.210 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:06:10.211 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:06:10.212 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:06:30.214 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:06:30.215 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:06:50.215 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:06:50.217 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:07:10.217 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:07:10.218 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:07:30.219 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:07:30.220 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:07:50.221 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:07:50.223 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:08:10.224 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:08:10.226 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:08:30.227 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:08:30.229 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:08:50.230 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:08:50.231 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:09:10.232 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:09:10.234 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:09:30.234 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:09:30.236 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:09:50.237 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:09:50.238 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:10:10.240 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:10:10.241 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:10:30.242 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:10:30.243 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:10:50.245 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:10:50.247 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:11:10.248 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:11:10.249 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:11:30.250 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:11:30.251 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:11:50.252 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:11:50.254 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:12:10.254 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:12:10.259 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:12:30.261 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:12:30.263 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:12:50.264 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:12:50.266 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:13:10.267 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:13:10.269 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:13:30.270 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:13:30.271 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:13:50.272 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:13:50.274 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:14:10.275 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:14:10.276 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:14:30.278 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:14:30.279 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:14:50.281 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:14:50.282 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:15:10.283 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:15:10.284 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:15:30.285 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:15:30.286 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:15:50.287 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:15:50.289 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:16:10.290 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:16:10.291 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:16:30.293 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:16:30.294 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:16:50.295 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:16:50.297 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:17:10.297 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:17:10.299 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:17:30.299 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:17:30.301 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:17:50.302 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:17:50.304 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:18:10.306 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:18:10.308 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:18:30.309 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:18:30.311 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:18:50.312 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:18:50.313 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:19:10.313 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:19:10.315 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:19:30.316 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:19:30.317 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:19:50.318 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:19:50.319 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:20:10.320 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:20:10.322 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:20:30.323 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:20:30.326 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:20:50.326 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:20:50.328 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:21:10.329 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:21:10.331 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:21:30.331 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:21:30.332 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:21:50.334 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:21:50.335 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:22:10.335 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:22:10.337 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:22:30.338 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:22:30.340 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:22:50.341 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:22:50.342 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:23:10.344 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:23:10.345 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:23:30.346 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:23:30.347 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:23:50.348 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:23:50.349 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:24:10.351 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:24:10.352 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:24:30.353 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:24:30.354 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:24:50.356 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:24:50.357 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:25:10.358 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:25:10.360 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:25:30.360 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:25:30.361 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:25:50.362 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:25:50.364 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 05:26:10.365 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:26:10.368 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:26:30.370 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:26:30.371 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:26:50.372 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:26:50.373 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:27:10.374 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:27:10.376 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:27:30.377 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:27:30.378 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:27:50.378 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:27:50.380 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:28:10.382 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:28:10.383 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:28:30.384 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:28:30.385 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:28:50.386 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:28:50.388 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:29:10.388 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:29:10.390 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:29:30.390 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:29:30.391 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:29:50.393 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:29:50.394 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:30:10.395 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:30:10.397 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:30:30.398 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:30:30.399 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:30:50.400 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:30:50.402 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:31:10.402 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:31:10.403 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:31:30.404 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:31:30.405 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:31:50.407 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:31:50.408 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:32:10.408 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:32:10.410 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:32:30.411 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:32:30.413 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:32:50.414 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:32:50.415 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:33:10.417 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:33:10.418 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:33:30.419 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:33:30.420 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:33:50.422 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:33:50.423 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:34:10.426 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:34:10.428 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:34:30.429 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:34:30.430 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:34:50.431 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:34:50.432 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:35:10.434 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:35:10.435 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:35:30.435 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:35:30.437 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:35:50.438 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:35:50.439 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:36:10.440 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:36:10.442 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:36:30.443 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:36:30.445 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:36:50.446 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:36:50.447 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:37:10.448 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:37:10.449 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:37:30.450 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:37:30.451 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:37:50.453 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:37:50.454 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:38:10.455 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:38:10.457 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:38:30.457 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:38:30.459 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:38:50.460 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:38:50.462 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:39:10.463 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:39:10.464 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:39:30.465 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:39:30.467 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:39:50.468 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:39:50.469 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:40:10.470 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:40:10.474 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:40:30.475 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:40:30.476 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:40:50.477 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:40:50.478 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:41:10.480 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:41:10.481 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:41:30.482 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:41:30.483 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:41:50.485 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:41:50.486 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:42:10.488 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:42:10.489 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:42:30.491 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:42:30.492 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:42:50.492 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:42:50.494 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:43:10.495 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:43:10.496 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:43:30.497 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:43:30.498 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:43:50.499 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:43:50.500 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:44:10.501 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:44:10.503 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:44:30.504 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:44:30.506 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:44:50.507 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:44:50.508 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:45:10.509 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:45:10.510 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:45:30.511 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:45:30.512 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:45:50.513 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:45:50.515 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:46:10.516 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:46:10.520 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:46:30.521 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:46:30.522 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:46:50.523 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:46:50.525 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:47:10.526 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:47:10.527 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:47:30.528 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:47:30.529 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:47:50.530 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:47:50.531 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:48:10.533 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:48:10.535 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:48:30.537 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:48:30.538 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:48:50.540 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:48:50.541 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:49:10.542 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:49:10.543 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:49:30.543 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:49:30.545 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:49:50.546 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:49:50.547 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:50:10.547 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:50:10.550 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:50:30.551 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:50:30.553 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:50:50.554 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:50:50.555 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:51:10.556 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:51:10.557 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:51:30.557 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:51:30.559 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:51:50.560 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:51:50.561 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:52:10.561 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:52:10.563 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:52:30.565 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:52:30.566 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:52:50.567 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:52:50.568 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:53:10.569 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:53:10.570 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:53:30.571 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:53:30.572 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:53:50.573 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:53:50.574 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:54:10.575 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:54:10.576 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:54:30.578 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:54:30.579 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:54:50.580 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:54:50.582 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:55:10.583 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:55:10.584 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:55:30.586 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:55:30.587 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:55:50.589 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:55:50.590 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:56:10.591 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:56:10.592 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:56:30.594 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:56:30.595 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:56:50.597 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:56:50.598 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:57:10.599 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:57:10.600 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:57:30.601 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:57:30.603 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:57:50.604 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:57:50.605 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:58:10.606 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:58:10.607 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:58:30.609 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:58:30.610 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:58:50.611 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:58:50.613 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:59:10.613 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:59:10.615 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:59:30.616 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:59:30.618 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 05:59:50.618 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 05:59:50.619 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:00:10.620 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:00:10.622 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:00:30.623 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:00:30.624 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:00:50.625 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:00:50.626 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:01:10.627 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:01:10.628 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:01:30.629 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:01:30.630 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:01:50.632 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:01:50.633 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:02:10.633 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:02:10.635 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:02:30.636 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:02:30.638 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:02:50.638 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:02:50.639 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:03:10.640 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:03:10.642 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:03:30.642 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:03:30.644 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:03:50.645 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:03:50.646 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:04:10.647 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:04:10.649 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:04:30.651 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:04:30.652 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:04:50.653 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:04:50.654 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:05:10.655 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:05:10.656 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:05:30.657 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:05:30.659 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:05:50.660 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:05:50.661 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:06:10.662 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:06:10.666 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:06:30.668 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:06:30.670 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:06:50.671 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:06:50.672 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:07:10.673 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:07:10.674 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:07:30.674 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:07:30.676 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:07:50.677 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:07:50.678 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:08:10.679 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:08:10.681 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:08:30.682 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:08:30.684 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:08:50.685 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:08:50.686 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:09:10.687 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:09:10.689 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:09:30.689 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:09:30.691 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:09:50.692 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:09:50.694 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:10:10.695 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:10:10.696 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:10:30.697 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:10:30.698 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:10:50.700 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:10:50.701 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:11:10.702 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:11:10.703 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:11:30.704 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:11:30.706 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:11:50.707 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:11:50.709 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:12:10.709 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:12:10.715 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:12:30.717 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:12:30.718 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:12:50.719 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:12:50.721 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:13:10.722 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:13:10.723 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:13:30.723 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:13:30.725 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:13:50.726 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:13:50.727 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:14:10.728 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:14:10.730 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:14:30.731 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:14:30.732 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:14:50.733 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:14:50.735 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:15:10.735 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:15:10.736 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:15:30.738 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:15:30.739 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:15:50.740 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:15:50.741 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:16:10.742 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:16:10.743 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:16:30.745 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:16:30.746 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:16:50.747 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:16:50.748 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:17:10.750 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:17:10.751 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:17:30.752 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:17:30.753 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:17:50.754 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:17:50.755 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:18:10.757 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:18:10.759 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:18:30.760 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:18:30.762 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:18:50.763 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:18:50.764 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:19:10.766 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:19:10.767 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:19:30.768 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:19:30.770 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:19:50.771 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:19:50.772 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:20:10.773 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:20:10.775 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:20:30.776 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:20:30.778 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:20:50.779 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:20:50.781 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:21:10.782 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:21:10.784 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:21:30.784 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:21:30.786 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:21:50.787 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:21:50.788 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:22:10.789 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:22:10.794 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:22:30.795 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:22:30.797 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:22:50.798 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:22:50.799 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:23:10.800 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:23:10.801 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:23:30.802 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:23:30.803 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:23:50.804 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:23:50.805 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:24:10.807 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:24:10.809 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:24:30.810 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:24:30.810 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:24:50.811 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:24:50.812 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:25:10.814 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:25:10.815 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:25:30.816 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:25:30.817 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:25:50.817 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:25:50.819 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-07 06:26:10.820 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:26:10.822 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:26:30.823 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:26:30.824 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:26:50.826 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:26:50.827 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:27:10.828 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:27:10.830 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:27:30.830 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:27:30.831 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:27:50.832 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:27:50.833 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:28:10.835 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:28:10.837 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:28:30.838 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:28:30.839 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:28:50.840 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:28:50.841 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:29:10.842 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:29:10.844 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:29:30.844 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:29:30.845 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:29:50.846 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:29:50.848 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 06:30:10.848 [I] [client/service.go:294] [2402ef63b8bbd5d9] try to connect to server... 2026-03-07 06:30:10.852 [W] [client/service.go:297] [2402ef63b8bbd5d9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-03-07,06:30:41.340] [INFO] Initializing BusSpeedStateManager V2 [2026-03-07,06:30:41.345] [INFO] LocationSqlManager initialising [2026-03-07,06:30:41.346] [INFO] Location DB initialising [2026-03-07,06:30:41.355] [INFO] LocationSqlManager initialisation complete [2026-03-07,06:30:41.355] [DEBUG] UploadManager Init [2026-03-07,06:30:41.356] [DEBUG] UploadManager Init Complete [2026-03-07,06:30:41.359] [INFO] Initializing GPS... [2026-03-07,06:30:41.360] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,06:32:45.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,06:32:51.690] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,06:33:08.550] [DEBUG] Log Upload Complete! [2026-03-07,06:35:45.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,06:35:45.312] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-07,06:35:51.824] [DEBUG] Remote Access Enabled [2026-03-07,06:35:58.132] [INFO] Server Address: 138.201.17.179 [2026-03-07,06:35:58.133] [INFO] Server Port: 7000 [2026-03-07,06:35:58.138] [DEBUG] Starting Remote Access! 2026-03-07 06:35:58.268 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-07 06:35:58.269 [I] [client/service.go:294] try to connect to server... 2026-03-07 06:35:58.953 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 06:35:58.954 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 06:35:59.187 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success [2026-03-07,06:50:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,06:50:25.289] [DEBUG] 6 processes running of frp type [2026-03-07,07:05:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,07:05:24.585] [DEBUG] 6 processes running of frp type [2026-03-07,07:20:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,07:20:24.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,07:35:18.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,07:35:26.931] [DEBUG] 6 processes running of frp type [2026-03-07,07:50:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,07:50:24.340] [DEBUG] 6 processes running of frp type [2026-03-07,08:02:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,08:02:24.079] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,08:02:39.886] [DEBUG] Log Upload Complete! [2026-03-07,08:05:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,08:05:24.783] [DEBUG] 6 processes running of frp type 2026-03-07 08:19:23.327 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 08:19:31.497 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 08:19:31.498 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 08:19:31.944 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success 2026-03-07 08:20:10.831 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 08:20:20.833 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 08:20:20.834 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... [2026-03-07,08:20:27.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-07 08:20:28.412 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 08:20:28.414 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 08:20:28.765 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success [2026-03-07,08:20:37.394] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,08:35:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,08:35:24.507] [DEBUG] 6 processes running of frp type [2026-03-07,08:50:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,08:50:24.159] [DEBUG] 6 processes running of frp type [2026-03-07,09:05:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,09:05:24.692] [DEBUG] 6 processes running of frp type 2026-03-07 09:09:19.329 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:09:29.331 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:09:29.331 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:09:39.333 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:09:39.333 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:09:49.335 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:09:49.336 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:09:59.338 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:09:59.339 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:10:09.341 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:10:29.342 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:10:39.344 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:10:59.346 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:11:00.344 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 09:11:00.346 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 09:11:00.671 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success 2026-03-07 09:13:47.877 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:13:57.879 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:13:57.880 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:14:07.881 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:14:07.882 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:14:17.884 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:14:17.884 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:14:27.885 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:14:27.886 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:14:37.887 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:14:57.888 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:15:07.890 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:15:27.891 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:15:37.894 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:15:57.895 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:16:07.897 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:16:27.899 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:16:27.903 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:16:47.904 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:16:47.908 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:17:07.910 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:17:07.923 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:17:27.924 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:17:27.928 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:17:47.929 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:17:47.933 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:18:07.935 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:18:07.939 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:18:27.940 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:18:27.945 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:18:47.946 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:18:47.956 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:19:07.957 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:19:08.880 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 09:19:08.882 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 09:19:09.198 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success [2026-03-07,09:20:23.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-07 09:22:01.203 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:22:11.205 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:22:11.205 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:22:21.207 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:22:21.208 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:22:31.209 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:22:31.209 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:22:41.211 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:22:41.211 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:22:48.359 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:23:08.360 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:23:08.364 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:23:28.366 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:23:28.372 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:23:48.374 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:23:48.379 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:24:08.380 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:24:08.383 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:24:28.385 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:24:28.389 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:24:48.390 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:24:48.393 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:25:08.394 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:25:08.399 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 09:25:28.401 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:25:29.127 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 09:25:29.128 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 09:25:29.414 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,09:35:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,09:35:24.944] [DEBUG] 6 processes running of frp type 2026-03-07 09:37:23.682 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:37:31.032 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 09:37:31.033 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 09:37:31.345 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success 2026-03-07 09:38:10.143 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:38:20.145 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:38:20.146 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:38:30.147 [W] [client/service.go:297] [6a4fd90d07d93ea7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 09:38:30.148 [I] [client/service.go:294] [6a4fd90d07d93ea7] try to connect to server... 2026-03-07 09:38:41.192 [I] [client/service.go:286] [6a4fd90d07d93ea7] login to server success, get run id [6a4fd90d07d93ea7] 2026-03-07 09:38:41.194 [I] [proxy/proxy_manager.go:173] [6a4fd90d07d93ea7] proxy added: [DTN57CC5599] 2026-03-07 09:38:41.955 [I] [client/control.go:168] [6a4fd90d07d93ea7] [DTN57CC5599] start proxy success [2026-03-07,09:50:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,09:50:24.273] [DEBUG] 6 processes running of frp type [2026-03-07,10:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,10:05:24.590] [DEBUG] 6 processes running of frp type [2026-03-07,10:20:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,10:20:24.496] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,10:35:18.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,10:35:24.812] [DEBUG] 6 processes running of frp type [2026-03-07,10:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,10:50:24.240] [DEBUG] 6 processes running of frp type [2026-03-07,11:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,11:05:24.511] [DEBUG] 6 processes running of frp type [2026-03-07,11:20:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,11:20:24.603] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,11:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,11:35:24.342] [DEBUG] 6 processes running of frp type [2026-03-07,11:50:18.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,11:50:25.266] [DEBUG] 6 processes running of frp type [2026-03-07,12:05:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,12:05:24.748] [DEBUG] 6 processes running of frp type [2026-03-07,12:20:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,12:20:23.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,12:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,12:35:24.246] [DEBUG] 6 processes running of frp type [2026-03-07,12:50:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,12:50:24.404] [DEBUG] 6 processes running of frp type [2026-03-07,13:05:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,13:05:24.601] [DEBUG] 6 processes running of frp type [2026-03-07,13:20:18.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,13:20:24.906] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,13:35:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,13:35:24.216] [DEBUG] 6 processes running of frp type [2026-03-07,13:50:17.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,13:50:23.709] [DEBUG] 6 processes running of frp type [2026-03-07,14:05:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,14:05:23.849] [DEBUG] 6 processes running of frp type [2026-03-07,14:20:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,14:20:23.877] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,14:35:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,14:35:24.182] [DEBUG] 6 processes running of frp type [2026-03-07,14:50:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,14:50:24.343] [DEBUG] 6 processes running of frp type [2026-03-07,15:05:17.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,15:05:24.669] [DEBUG] 6 processes running of frp type [2026-03-07,15:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,15:20:24.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,15:35:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,15:35:23.989] [DEBUG] 6 processes running of frp type [2026-03-07,15:50:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,15:50:24.341] [DEBUG] 6 processes running of frp type [2026-03-07,16:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,16:05:24.552] [DEBUG] 6 processes running of frp type [2026-03-07,16:20:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,16:20:24.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,16:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,16:35:23.998] [DEBUG] 6 processes running of frp type [2026-03-07,16:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,16:50:24.111] [DEBUG] 6 processes running of frp type [2026-03-07,17:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,17:05:24.308] [DEBUG] 6 processes running of frp type [2026-03-07,17:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,17:20:24.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,17:35:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,17:35:24.513] [DEBUG] 6 processes running of frp type [2026-03-07,17:50:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,17:50:23.947] [DEBUG] 6 processes running of frp type [2026-03-07,18:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,18:05:24.227] [DEBUG] 6 processes running of frp type [2026-03-07,18:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,18:20:24.470] [DEBUG] 6 processes running of frp type [2026-03-07,18:25:41.852] [INFO] Initializing BusSpeedStateManager V2 [2026-03-07,18:25:41.857] [INFO] LocationSqlManager initialising [2026-03-07,18:25:41.858] [INFO] Location DB initialising [2026-03-07,18:25:41.868] [INFO] LocationSqlManager initialisation complete [2026-03-07,18:25:41.868] [DEBUG] UploadManager Init [2026-03-07,18:25:41.869] [DEBUG] UploadManager Init Complete [2026-03-07,18:25:41.872] [INFO] Initializing GPS... [2026-03-07,18:25:41.873] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,18:27:45.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,18:27:51.706] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,18:28:36.680] [DEBUG] Log Upload Complete! [2026-03-07,18:30:45.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,18:30:50.276] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-07,18:30:52.029] [DEBUG] Remote Access Enabled [2026-03-07,18:30:58.437] [INFO] Server Address: 138.201.17.179 [2026-03-07,18:30:58.438] [INFO] Server Port: 7000 [2026-03-07,18:30:58.443] [DEBUG] Starting Remote Access! 2026-03-07 18:30:58.577 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-07 18:30:58.578 [I] [client/service.go:294] try to connect to server... 2026-03-07 18:31:00.425 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 18:31:00.427 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 18:31:01.983 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-07,18:35:17.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,18:35:23.857] [DEBUG] 6 processes running of frp type [2026-03-07,18:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,18:50:24.569] [DEBUG] 6 processes running of frp type [2026-03-07,19:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,19:05:24.477] [DEBUG] 6 processes running of frp type [2026-03-07,19:20:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,19:20:24.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,19:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,19:35:24.646] [DEBUG] 6 processes running of frp type 2026-03-07 19:36:52.995 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:37:02.996 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:37:02.997 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:37:04.133 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 19:37:04.134 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 19:37:04.500 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-07,19:50:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,19:50:24.665] [DEBUG] 6 processes running of frp type 2026-03-07 19:55:05.540 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:55:15.540 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:55:15.541 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:55:25.542 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:55:25.542 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:55:35.543 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:55:35.544 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:55:45.545 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:56:05.546 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:56:15.549 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:56:35.550 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:56:45.552 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:57:05.553 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:57:05.558 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 19:57:25.559 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:57:25.561 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 19:57:45.561 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:57:45.564 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 19:58:05.565 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:58:05.575 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 19:58:25.575 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:58:25.633 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 19:58:45.635 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:58:55.637 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:59:15.639 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:59:25.640 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 19:59:45.641 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 19:59:55.642 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:00:15.643 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:00:25.644 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:00:45.646 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:00:55.648 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:01:15.649 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:01:15.665 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:01:35.666 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:01:35.671 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:01:55.672 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:01:55.676 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:02:15.677 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:02:15.680 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:02:35.681 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:02:35.684 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:02:55.685 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:02:55.690 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:03:15.692 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:03:20.389 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 20:03:20.389 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 20:03:22.970 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success 2026-03-07 20:03:56.058 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:04:06.060 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:04:06.060 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:04:12.764 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 20:04:12.765 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 20:04:13.084 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-07,20:05:18.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,20:05:25.645] [DEBUG] 6 processes running of frp type 2026-03-07 20:06:21.642 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:06:31.644 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:06:31.644 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:06:41.645 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:06:41.646 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:06:51.647 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:06:51.648 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:07:01.649 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:07:01.649 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:07:11.652 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:07:31.653 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:07:41.655 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:08:01.656 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:08:11.658 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 20:08:31.660 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:08:31.666 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-07 20:08:51.668 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 20:08:52.913 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 20:08:52.914 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 20:08:53.348 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-07,20:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,20:20:24.506] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,20:35:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,20:35:24.203] [DEBUG] 6 processes running of frp type [2026-03-07,20:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,20:50:24.289] [DEBUG] 6 processes running of frp type [2026-03-07,21:05:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,21:05:24.811] [DEBUG] 6 processes running of frp type [2026-03-07,21:20:16.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,21:20:23.883] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,21:35:17.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,21:35:23.840] [DEBUG] 6 processes running of frp type [2026-03-07,21:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,21:50:24.476] [DEBUG] 6 processes running of frp type [2026-03-07,22:05:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,22:05:25.946] [DEBUG] 6 processes running of frp type [2026-03-07,22:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,22:20:27.630] [DEBUG] 6 processes running of frp type 2026-03-07 22:21:50.265 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:22:02.198 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: connection write timeout 2026-03-07 22:22:02.198 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:22:17.337 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: connection write timeout 2026-03-07 22:22:17.338 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:22:20.215 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 22:22:20.217 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 22:22:23.972 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,22:35:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,22:35:45.423] [DEBUG] 6 processes running of frp type 2026-03-07 22:36:53.052 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:37:03.055 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 22:37:03.055 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:37:13.057 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 22:37:13.057 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:37:29.183 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: connection write timeout 2026-03-07 22:37:29.184 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:37:39.185 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 22:37:39.186 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:37:49.188 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 22:38:09.189 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:38:27.177 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: connection write timeout 2026-03-07 22:38:47.178 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-07 22:38:51.288 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-07 22:38:51.289 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-07 22:38:51.742 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-07,22:50:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,22:50:24.200] [DEBUG] 6 processes running of frp type [2026-03-07,23:05:17.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,23:05:23.907] [DEBUG] 6 processes running of frp type [2026-03-07,23:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,23:20:25.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,23:35:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,23:35:23.567] [DEBUG] 6 processes running of frp type [2026-03-07,23:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-07,23:50:24.187] [DEBUG] 6 processes running of frp type 2026-03-08 00:05:08.184 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 00:05:10.618 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-08 00:05:10.619 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-08 00:05:13.898 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-08,00:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,00:05:23.901] [DEBUG] 6 processes running of frp type [2026-03-08,00:20:17.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,00:20:23.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,00:35:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,00:35:24.444] [DEBUG] 6 processes running of frp type 2026-03-08 00:36:11.465 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 00:36:19.736 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-08 00:36:19.738 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-08 00:36:20.167 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-08,00:50:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,00:50:24.217] [DEBUG] 6 processes running of frp type [2026-03-08,01:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,01:05:24.998] [DEBUG] 6 processes running of frp type [2026-03-08,01:20:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,01:20:23.657] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,01:35:17.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,01:35:24.129] [DEBUG] 6 processes running of frp type [2026-03-08,01:50:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,01:50:23.522] [DEBUG] 6 processes running of frp type [2026-03-08,02:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,02:05:24.295] [DEBUG] 6 processes running of frp type [2026-03-08,02:20:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,02:20:24.098] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,02:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,02:35:23.896] [DEBUG] 6 processes running of frp type [2026-03-08,02:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,02:50:24.314] [DEBUG] 6 processes running of frp type 2026-03-08 02:53:04.683 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:53:14.685 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:53:14.685 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:53:24.687 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:53:24.688 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:53:34.690 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:53:34.690 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:53:44.691 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:53:44.691 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:53:54.693 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:54:14.694 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:54:24.696 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:54:44.697 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:54:54.699 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 02:55:14.700 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:55:14.757 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-08 02:55:34.758 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 02:55:36.788 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-08 02:55:36.790 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-08 02:55:37.023 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-08,03:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,03:05:24.140] [DEBUG] 6 processes running of frp type [2026-03-08,03:20:18.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,03:20:25.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,03:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,03:35:23.889] [DEBUG] 6 processes running of frp type [2026-03-08,03:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,03:50:24.493] [DEBUG] 6 processes running of frp type [2026-03-08,04:05:18.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,04:05:24.666] [DEBUG] 6 processes running of frp type 2026-03-08 04:06:52.196 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 04:06:52.201 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-08 04:06:54.222 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 04:06:54.226 [W] [client/service.go:297] [6329d8a8960f6d74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-08 04:06:58.445 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 04:06:59.079 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-08 04:06:59.081 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-08 04:06:59.295 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-08,04:20:16.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,04:20:23.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,04:35:17.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,04:35:23.652] [DEBUG] 6 processes running of frp type [2026-03-08,04:50:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,04:50:24.100] [DEBUG] 6 processes running of frp type [2026-03-08,05:05:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,05:05:24.194] [DEBUG] 6 processes running of frp type [2026-03-08,05:20:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,05:20:24.104] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,05:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,05:35:24.763] [DEBUG] 6 processes running of frp type [2026-03-08,05:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,05:50:24.373] [DEBUG] 6 processes running of frp type 2026-03-08 05:59:03.960 [I] [client/service.go:294] [6329d8a8960f6d74] try to connect to server... 2026-03-08 05:59:04.780 [I] [client/service.go:286] [6329d8a8960f6d74] login to server success, get run id [6329d8a8960f6d74] 2026-03-08 05:59:04.782 [I] [proxy/proxy_manager.go:173] [6329d8a8960f6d74] proxy added: [DTN57CC5599] 2026-03-08 05:59:06.050 [I] [client/control.go:168] [6329d8a8960f6d74] [DTN57CC5599] start proxy success [2026-03-08,06:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,06:05:24.662] [DEBUG] 6 processes running of frp type [2026-03-08,06:20:18.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,06:20:24.894] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,06:30:42.153] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,06:30:42.159] [INFO] LocationSqlManager initialising [2026-03-08,06:30:42.159] [INFO] Location DB initialising [2026-03-08,06:30:42.169] [INFO] LocationSqlManager initialisation complete [2026-03-08,06:30:42.171] [DEBUG] UploadManager Init [2026-03-08,06:30:42.171] [DEBUG] UploadManager Init Complete [2026-03-08,06:30:42.175] [INFO] Initializing GPS... [2026-03-08,06:30:42.178] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,06:32:46.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-08,06:35:45.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,06:35:52.855] [DEBUG] Remote Access Enabled [2026-03-08,06:35:59.536] [INFO] Server Address: 138.201.17.179 [2026-03-08,06:35:59.537] [INFO] Server Port: 7000 [2026-03-08,06:35:59.541] [DEBUG] Starting Remote Access! 2026-03-08 06:35:59.677 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 06:35:59.677 [I] [client/service.go:294] try to connect to server... 2026-03-08 06:36:00.372 [I] [client/service.go:286] [569ffeb763c6183d] login to server success, get run id [569ffeb763c6183d] 2026-03-08 06:36:00.372 [I] [proxy/proxy_manager.go:173] [569ffeb763c6183d] proxy added: [DTN57CC5599] 2026-03-08 06:36:00.591 [I] [client/control.go:168] [569ffeb763c6183d] [DTN57CC5599] start proxy success [2026-03-08,06:50:17.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,06:50:23.677] [DEBUG] 6 processes running of frp type [2026-03-08,07:05:18.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,07:05:24.758] [DEBUG] 6 processes running of frp type [2026-03-08,07:20:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,07:20:23.752] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,07:35:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,07:35:24.226] [DEBUG] 6 processes running of frp type [2026-03-08,07:50:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,07:50:24.011] [DEBUG] 6 processes running of frp type [2026-03-08,08:02:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,08:02:23.995] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-08,08:03:45.841] [DEBUG] Log Upload Complete! [2026-03-08,08:05:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,08:05:23.926] [DEBUG] 6 processes running of frp type [2026-03-08,08:20:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,08:20:24.178] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,08:35:18.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,08:35:24.782] [DEBUG] 6 processes running of frp type [2026-03-08,08:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,08:50:24.021] [DEBUG] 6 processes running of frp type [2026-03-08,09:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,09:05:24.271] [DEBUG] 6 processes running of frp type [2026-03-08,09:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,09:20:23.988] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,09:35:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,09:35:23.939] [DEBUG] 6 processes running of frp type [2026-03-08,09:50:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,09:50:23.851] [DEBUG] 6 processes running of frp type [2026-03-08,10:05:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,10:05:23.893] [DEBUG] 6 processes running of frp type [2026-03-08,10:20:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,10:20:23.957] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,10:35:18.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,10:35:24.745] [DEBUG] 6 processes running of frp type [2026-03-08,10:50:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,10:50:23.893] [DEBUG] 6 processes running of frp type [2026-03-08,11:05:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,11:05:23.816] [DEBUG] 6 processes running of frp type [2026-03-08,11:20:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,11:20:24.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,11:35:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,11:35:24.614] [DEBUG] 6 processes running of frp type [2026-03-08,11:50:16.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,11:50:23.487] [DEBUG] 6 processes running of frp type [2026-03-08,12:05:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,12:05:24.356] [DEBUG] 6 processes running of frp type 2026-03-08 12:07:02.823 [I] [client/service.go:294] [569ffeb763c6183d] try to connect to server... 2026-03-08 12:07:02.827 [W] [client/service.go:297] [569ffeb763c6183d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-08 12:07:04.917 [I] [client/service.go:294] [569ffeb763c6183d] try to connect to server... 2026-03-08 12:07:04.922 [W] [client/service.go:297] [569ffeb763c6183d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-08 12:07:09.120 [I] [client/service.go:294] [569ffeb763c6183d] try to connect to server... 2026-03-08 12:07:09.125 [W] [client/service.go:297] [569ffeb763c6183d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-08 12:07:17.817 [I] [client/service.go:294] [569ffeb763c6183d] try to connect to server... 2026-03-08 12:07:18.422 [I] [client/service.go:286] [569ffeb763c6183d] login to server success, get run id [569ffeb763c6183d] 2026-03-08 12:07:18.423 [I] [proxy/proxy_manager.go:173] [569ffeb763c6183d] proxy added: [DTN57CC5599] 2026-03-08 12:07:18.631 [I] [client/control.go:168] [569ffeb763c6183d] [DTN57CC5599] start proxy success [2026-03-08,12:20:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,12:20:24.144] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,12:35:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,12:35:24.356] [DEBUG] 6 processes running of frp type [2026-03-08,12:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,12:50:24.616] [DEBUG] 6 processes running of frp type [2026-03-08,13:05:18.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,13:05:24.764] [DEBUG] 6 processes running of frp type [2026-03-08,13:20:16.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,13:20:23.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,13:35:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,13:35:23.932] [DEBUG] 6 processes running of frp type [2026-03-08,13:50:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,13:50:24.522] [DEBUG] 6 processes running of frp type [2026-03-08,14:05:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,14:05:24.552] [DEBUG] 6 processes running of frp type [2026-03-08,14:20:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,14:20:24.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,14:35:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,14:35:24.325] [DEBUG] 6 processes running of frp type [2026-03-08,14:50:18.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,14:50:24.780] [DEBUG] 6 processes running of frp type [2026-03-08,15:05:16.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,15:05:23.593] [DEBUG] 6 processes running of frp type [2026-03-08,15:20:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,15:20:24.613] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,15:35:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,15:35:25.213] [DEBUG] 6 processes running of frp type [2026-03-08,15:50:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,15:50:24.503] [DEBUG] 6 processes running of frp type [2026-03-08,16:05:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,16:05:24.561] [DEBUG] 6 processes running of frp type [2026-03-08,16:20:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,16:20:25.532] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,16:35:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,16:35:23.766] [DEBUG] 6 processes running of frp type [2026-03-08,16:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,16:50:24.340] [DEBUG] 6 processes running of frp type [2026-03-08,17:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,17:05:25.593] [DEBUG] 6 processes running of frp type [2026-03-08,17:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,17:20:24.429] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,17:35:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,17:35:23.832] [DEBUG] 6 processes running of frp type [2026-03-08,17:50:18.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,17:50:27.970] [DEBUG] 6 processes running of frp type [2026-03-08,18:05:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,18:05:24.191] [DEBUG] 6 processes running of frp type [2026-03-08,18:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,18:20:24.128] [DEBUG] 6 processes running of frp type [2026-03-08,18:25:40.643] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,18:25:40.651] [INFO] LocationSqlManager initialising [2026-03-08,18:25:40.652] [INFO] Location DB initialising [2026-03-08,18:25:40.663] [INFO] LocationSqlManager initialisation complete [2026-03-08,18:25:40.664] [DEBUG] UploadManager Init [2026-03-08,18:25:40.665] [DEBUG] UploadManager Init Complete [2026-03-08,18:25:40.669] [INFO] Initializing GPS... [2026-03-08,18:25:40.672] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,18:27:44.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,18:27:56.003] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-08,18:29:34.388] [DEBUG] Log Upload Complete! [2026-03-08,18:30:44.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,18:30:51.208] [DEBUG] Remote Access Enabled [2026-03-08,18:30:57.464] [INFO] Server Address: 138.201.17.179 [2026-03-08,18:30:57.465] [INFO] Server Port: 7000 [2026-03-08,18:30:57.470] [DEBUG] Starting Remote Access! 2026-03-08 18:30:57.603 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 18:30:57.603 [I] [client/service.go:294] try to connect to server... 2026-03-08 18:30:58.579 [I] [client/service.go:286] [4b2757c9bfa4a5de] login to server success, get run id [4b2757c9bfa4a5de] 2026-03-08 18:30:58.580 [I] [proxy/proxy_manager.go:173] [4b2757c9bfa4a5de] proxy added: [DTN57CC5599] 2026-03-08 18:30:58.981 [I] [client/control.go:168] [4b2757c9bfa4a5de] [DTN57CC5599] start proxy success [2026-03-08,18:35:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,18:35:24.290] [DEBUG] 6 processes running of frp type [2026-03-08,18:50:18.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,18:50:24.735] [DEBUG] 6 processes running of frp type [2026-03-08,19:05:17.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,19:05:26.804] [DEBUG] 6 processes running of frp type [2026-03-08,19:20:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,19:20:24.462] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,19:35:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,19:35:23.947] [DEBUG] 6 processes running of frp type [2026-03-08,19:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,19:50:28.023] [DEBUG] 6 processes running of frp type [2026-03-08,20:05:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,20:05:25.890] [DEBUG] 6 processes running of frp type [2026-03-08,20:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,20:20:23.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,20:35:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,20:35:23.695] [DEBUG] 6 processes running of frp type [2026-03-08,20:50:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,20:50:24.644] [DEBUG] 6 processes running of frp type [2026-03-08,21:05:18.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,21:05:25.259] [DEBUG] 6 processes running of frp type [2026-03-08,21:20:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,21:20:23.993] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,21:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,21:35:24.051] [DEBUG] 6 processes running of frp type [2026-03-08,21:50:17.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,21:50:26.538] [DEBUG] 6 processes running of frp type [2026-03-08,22:05:18.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,22:05:25.517] [DEBUG] 6 processes running of frp type [2026-03-08,22:20:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,22:20:24.359] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,22:35:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,22:35:23.944] [DEBUG] 6 processes running of frp type [2026-03-08,22:50:16.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,22:50:23.727] [DEBUG] 6 processes running of frp type [2026-03-08,23:05:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,23:05:24.904] [DEBUG] 6 processes running of frp type [2026-03-08,23:20:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,23:20:23.998] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,23:35:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,23:35:24.183] [DEBUG] 6 processes running of frp type [2026-03-08,23:50:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-08,23:50:24.300] [DEBUG] 6 processes running of frp type [2026-03-09,00:05:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,00:05:24.182] [DEBUG] 6 processes running of frp type 2026-03-09 00:07:10.909 [I] [client/service.go:294] [4b2757c9bfa4a5de] try to connect to server... 2026-03-09 00:07:12.025 [I] [client/service.go:286] [4b2757c9bfa4a5de] login to server success, get run id [4b2757c9bfa4a5de] 2026-03-09 00:07:12.026 [I] [proxy/proxy_manager.go:173] [4b2757c9bfa4a5de] proxy added: [DTN57CC5599] 2026-03-09 00:07:12.797 [I] [client/control.go:168] [4b2757c9bfa4a5de] [DTN57CC5599] start proxy success [2026-03-09,00:20:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,00:20:23.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,00:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,00:35:24.321] [DEBUG] 6 processes running of frp type [2026-03-09,00:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,00:50:24.214] [DEBUG] 6 processes running of frp type [2026-03-09,01:05:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,01:05:24.017] [DEBUG] 6 processes running of frp type [2026-03-09,01:20:29.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,01:20:35.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,01:35:18.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,01:35:24.714] [DEBUG] 6 processes running of frp type [2026-03-09,01:50:18.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,01:50:26.348] [DEBUG] 6 processes running of frp type [2026-03-09,02:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,02:05:24.128] [DEBUG] 6 processes running of frp type [2026-03-09,02:20:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,02:20:24.015] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,02:35:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,02:35:23.911] [DEBUG] 6 processes running of frp type [2026-03-09,02:50:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,02:50:23.801] [DEBUG] 6 processes running of frp type [2026-03-09,03:05:17.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,03:05:23.645] [DEBUG] 6 processes running of frp type 2026-03-09 03:14:32.784 [I] [client/service.go:294] [4b2757c9bfa4a5de] try to connect to server... 2026-03-09 03:14:41.106 [I] [client/service.go:286] [4b2757c9bfa4a5de] login to server success, get run id [4b2757c9bfa4a5de] 2026-03-09 03:14:41.107 [I] [proxy/proxy_manager.go:173] [4b2757c9bfa4a5de] proxy added: [DTN57CC5599] 2026-03-09 03:14:41.661 [I] [client/control.go:168] [4b2757c9bfa4a5de] [DTN57CC5599] start proxy success [2026-03-09,03:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,03:20:23.923] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,03:35:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,03:35:24.009] [DEBUG] 6 processes running of frp type [2026-03-09,03:50:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,03:50:24.074] [DEBUG] 6 processes running of frp type [2026-03-09,04:05:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,04:05:24.503] [DEBUG] 6 processes running of frp type 2026-03-09 04:06:45.291 [I] [client/service.go:294] [4b2757c9bfa4a5de] try to connect to server... 2026-03-09 04:06:45.958 [I] [client/service.go:286] [4b2757c9bfa4a5de] login to server success, get run id [4b2757c9bfa4a5de] 2026-03-09 04:06:45.959 [I] [proxy/proxy_manager.go:173] [4b2757c9bfa4a5de] proxy added: [DTN57CC5599] 2026-03-09 04:06:46.174 [I] [client/control.go:168] [4b2757c9bfa4a5de] [DTN57CC5599] start proxy success [2026-03-09,04:20:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,04:20:24.301] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-09 04:33:09.228 [I] [client/service.go:294] [4b2757c9bfa4a5de] try to connect to server... 2026-03-09 04:33:13.185 [I] [client/service.go:286] [4b2757c9bfa4a5de] login to server success, get run id [4b2757c9bfa4a5de] 2026-03-09 04:33:13.187 [I] [proxy/proxy_manager.go:173] [4b2757c9bfa4a5de] proxy added: [DTN57CC5599] 2026-03-09 04:33:13.613 [I] [client/control.go:168] [4b2757c9bfa4a5de] [DTN57CC5599] start proxy success [2026-03-09,04:35:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,04:35:24.371] [DEBUG] 6 processes running of frp type [2026-03-09,04:50:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,04:50:24.341] [DEBUG] 6 processes running of frp type [2026-03-09,05:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,05:05:24.381] [DEBUG] 6 processes running of frp type [2026-03-09,05:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,05:20:24.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,05:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,05:35:24.542] [DEBUG] 6 processes running of frp type [2026-03-09,05:50:17.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,05:50:23.849] [DEBUG] 6 processes running of frp type 2026-03-09 05:51:30.674 [I] [client/service.go:294] [4b2757c9bfa4a5de] try to connect to server... 2026-03-09 05:51:32.679 [I] [client/service.go:286] [4b2757c9bfa4a5de] login to server success, get run id [4b2757c9bfa4a5de] 2026-03-09 05:51:32.680 [I] [proxy/proxy_manager.go:173] [4b2757c9bfa4a5de] proxy added: [DTN57CC5599] 2026-03-09 05:51:32.900 [I] [client/control.go:168] [4b2757c9bfa4a5de] [DTN57CC5599] start proxy success [2026-03-09,06:05:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,06:05:23.950] [DEBUG] 6 processes running of frp type [2026-03-09,06:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,06:20:24.098] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,06:30:42.426] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,06:30:42.432] [INFO] LocationSqlManager initialising [2026-03-09,06:30:42.433] [INFO] Location DB initialising [2026-03-09,06:30:42.443] [INFO] LocationSqlManager initialisation complete [2026-03-09,06:30:42.444] [DEBUG] UploadManager Init [2026-03-09,06:30:42.444] [DEBUG] UploadManager Init Complete [2026-03-09,06:30:42.447] [INFO] Initializing GPS... [2026-03-09,06:30:42.450] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,06:32:45.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,06:32:51.747] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-09,06:33:18.266] [DEBUG] Log Upload Complete! [2026-03-09,06:35:45.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,06:35:52.685] [DEBUG] Remote Access Enabled [2026-03-09,06:35:58.904] [INFO] Server Address: 138.201.17.179 [2026-03-09,06:35:58.905] [INFO] Server Port: 7000 [2026-03-09,06:35:58.910] [DEBUG] Starting Remote Access! 2026-03-09 06:35:59.043 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 06:35:59.044 [I] [client/service.go:294] try to connect to server... 2026-03-09 06:35:59.705 [I] [client/service.go:286] [f524261c4ec00d0f] login to server success, get run id [f524261c4ec00d0f] 2026-03-09 06:35:59.706 [I] [proxy/proxy_manager.go:173] [f524261c4ec00d0f] proxy added: [DTN57CC5599] 2026-03-09 06:35:59.936 [I] [client/control.go:168] [f524261c4ec00d0f] [DTN57CC5599] start proxy success [2026-03-09,06:50:23.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,06:50:30.471] [DEBUG] 6 processes running of frp type [2026-03-09,07:05:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,07:05:24.436] [DEBUG] 6 processes running of frp type [2026-03-09,07:20:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,07:20:24.221] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-09 07:26:43.819 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 07:26:53.821 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 07:26:53.822 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 07:26:54.822 [I] [client/service.go:286] [f524261c4ec00d0f] login to server success, get run id [f524261c4ec00d0f] 2026-03-09 07:26:54.824 [I] [proxy/proxy_manager.go:173] [f524261c4ec00d0f] proxy added: [DTN57CC5599] 2026-03-09 07:26:55.037 [I] [client/control.go:168] [f524261c4ec00d0f] [DTN57CC5599] start proxy success 2026-03-09 07:27:34.397 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 07:27:38.703 [I] [client/service.go:286] [f524261c4ec00d0f] login to server success, get run id [f524261c4ec00d0f] 2026-03-09 07:27:38.704 [I] [proxy/proxy_manager.go:173] [f524261c4ec00d0f] proxy added: [DTN57CC5599] 2026-03-09 07:27:39.366 [I] [client/control.go:168] [f524261c4ec00d0f] [DTN57CC5599] start proxy success [2026-03-09,07:35:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,07:35:23.881] [DEBUG] 6 processes running of frp type [2026-03-09,07:50:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,07:50:24.460] [DEBUG] 6 processes running of frp type 2026-03-09 08:00:39.312 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:00:49.315 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:00:49.316 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:00:59.317 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:00:59.318 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:01:09.320 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:01:09.321 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:01:19.323 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:01:19.323 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:01:29.325 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:01:49.326 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:01:59.328 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:02:19.330 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:02:29.332 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:02:49.333 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:02:59.334 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:03:19.336 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:03:29.338 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 08:03:49.339 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:03:49.343 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:04:09.345 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:04:09.349 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:04:29.350 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:04:29.354 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:04:49.355 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:04:49.359 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:05:09.360 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:05:09.364 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:05:29.364 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:05:29.368 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:05:49.370 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:05:49.374 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:06:09.375 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:06:09.379 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:06:29.381 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:06:29.384 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:06:49.385 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:06:49.389 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:07:09.391 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:07:09.395 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:07:29.396 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:07:29.399 [W] [client/service.go:297] [f524261c4ec00d0f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 08:07:49.401 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:07:50.053 [I] [client/service.go:286] [f524261c4ec00d0f] login to server success, get run id [f524261c4ec00d0f] 2026-03-09 08:07:50.055 [I] [proxy/proxy_manager.go:173] [f524261c4ec00d0f] proxy added: [DTN57CC5599] 2026-03-09 08:07:50.295 [I] [client/control.go:168] [f524261c4ec00d0f] [DTN57CC5599] start proxy success 2026-03-09 08:19:36.710 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:19:41.409 [I] [client/service.go:286] [f524261c4ec00d0f] login to server success, get run id [f524261c4ec00d0f] 2026-03-09 08:19:41.411 [I] [proxy/proxy_manager.go:173] [f524261c4ec00d0f] proxy added: [DTN57CC5599] 2026-03-09 08:19:41.719 [I] [client/control.go:168] [f524261c4ec00d0f] [DTN57CC5599] start proxy success [2026-03-09,08:20:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-09 08:20:21.134 [I] [client/service.go:294] [f524261c4ec00d0f] try to connect to server... 2026-03-09 08:20:21.896 [I] [client/service.go:286] [f524261c4ec00d0f] login to server success, get run id [f524261c4ec00d0f] 2026-03-09 08:20:21.897 [I] [proxy/proxy_manager.go:173] [f524261c4ec00d0f] proxy added: [DTN57CC5599] 2026-03-09 08:20:22.149 [I] [client/control.go:168] [f524261c4ec00d0f] [DTN57CC5599] start proxy success [2026-03-09,08:20:25.184] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,08:35:18.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,08:35:27.761] [DEBUG] 6 processes running of frp type [2026-03-09,08:50:18.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,08:50:26.386] [DEBUG] 6 processes running of frp type [2026-03-09,09:05:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,09:05:24.975] [DEBUG] 6 processes running of frp type [2026-03-09,09:20:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,09:20:24.091] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,09:35:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,09:35:24.531] [DEBUG] 6 processes running of frp type [2026-03-09,09:50:18.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,09:50:25.039] [DEBUG] 6 processes running of frp type [2026-03-09,10:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,10:05:24.560] [DEBUG] 6 processes running of frp type [2026-03-09,10:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,10:20:24.650] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,10:35:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,10:35:24.391] [DEBUG] 6 processes running of frp type [2026-03-09,10:50:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,10:50:25.057] [DEBUG] 6 processes running of frp type [2026-03-09,11:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,11:05:24.330] [DEBUG] 6 processes running of frp type [2026-03-09,11:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,11:20:24.532] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,11:35:17.545] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,11:35:24.340] [DEBUG] 6 processes running of frp type [2026-03-09,11:50:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,11:50:25.398] [DEBUG] 6 processes running of frp type [2026-03-09,12:05:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,12:05:24.513] [DEBUG] 6 processes running of frp type [2026-03-09,12:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,12:20:24.623] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,12:35:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,12:35:24.515] [DEBUG] 6 processes running of frp type [2026-03-09,12:50:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,12:50:24.398] [DEBUG] 6 processes running of frp type [2026-03-09,13:05:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,13:05:24.815] [DEBUG] 6 processes running of frp type [2026-03-09,13:20:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,13:20:23.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,13:35:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,13:35:24.208] [DEBUG] 6 processes running of frp type [2026-03-09,13:50:18.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,13:50:24.904] [DEBUG] 6 processes running of frp type [2026-03-09,14:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,14:05:24.131] [DEBUG] 6 processes running of frp type [2026-03-09,14:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,14:20:24.363] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,14:35:18.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,14:35:25.046] [DEBUG] 6 processes running of frp type [2026-03-09,14:50:18.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,14:50:25.227] [DEBUG] 6 processes running of frp type [2026-03-09,15:05:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,15:05:24.472] [DEBUG] 6 processes running of frp type [2026-03-09,15:20:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,15:20:24.533] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,15:35:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,15:35:24.565] [DEBUG] 6 processes running of frp type [2026-03-09,15:50:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,15:50:24.354] [DEBUG] 6 processes running of frp type [2026-03-09,16:05:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,16:05:24.587] [DEBUG] 6 processes running of frp type [2026-03-09,16:20:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,16:20:24.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,16:35:17.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,16:35:24.317] [DEBUG] 6 processes running of frp type [2026-03-09,16:50:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,16:50:24.592] [DEBUG] 6 processes running of frp type [2026-03-09,17:05:18.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,17:05:25.048] [DEBUG] 6 processes running of frp type [2026-03-09,17:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,17:20:24.344] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,17:35:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,17:35:24.333] [DEBUG] 6 processes running of frp type [2026-03-09,17:50:18.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,17:50:25.266] [DEBUG] 6 processes running of frp type [2026-03-09,18:05:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,18:05:24.908] [DEBUG] 6 processes running of frp type [2026-03-09,18:20:17.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,18:20:24.118] [DEBUG] 6 processes running of frp type [2026-03-09,18:25:41.167] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,18:25:41.172] [INFO] LocationSqlManager initialising [2026-03-09,18:25:41.173] [INFO] Location DB initialising [2026-03-09,18:25:41.182] [INFO] LocationSqlManager initialisation complete [2026-03-09,18:25:41.182] [DEBUG] UploadManager Init [2026-03-09,18:25:41.183] [DEBUG] UploadManager Init Complete [2026-03-09,18:25:41.185] [INFO] Initializing GPS... [2026-03-09,18:25:41.187] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,18:27:44.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,18:27:56.387] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-09,18:28:11.595] [DEBUG] Log Upload Complete! [2026-03-09,18:30:44.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,18:30:45.091] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-09,18:30:52.026] [DEBUG] Remote Access Enabled [2026-03-09,18:30:59.889] [INFO] Server Address: 138.201.17.179 [2026-03-09,18:30:59.891] [INFO] Server Port: 7000 [2026-03-09,18:30:59.900] [DEBUG] Starting Remote Access! 2026-03-09 18:31:00.076 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 18:31:00.077 [I] [client/service.go:294] try to connect to server... 2026-03-09 18:31:01.171 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-09 18:31:01.172 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-09 18:31:01.609 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-09,18:35:18.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,18:35:25.052] [DEBUG] 6 processes running of frp type [2026-03-09,18:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,18:50:24.103] [DEBUG] 6 processes running of frp type [2026-03-09,19:05:17.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,19:05:24.095] [DEBUG] 6 processes running of frp type [2026-03-09,19:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,19:20:42.029] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,19:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,19:35:24.286] [DEBUG] 6 processes running of frp type [2026-03-09,19:50:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,19:50:24.378] [DEBUG] 6 processes running of frp type 2026-03-09 19:57:35.808 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:57:45.810 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:57:45.811 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:57:55.812 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:57:55.812 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:58:05.814 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:58:05.815 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:58:15.818 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:58:15.818 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:58:25.820 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:58:45.821 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:58:55.823 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:59:15.824 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:59:25.827 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 19:59:45.827 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 19:59:45.833 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:00:05.834 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:00:05.836 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:00:25.837 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:00:25.842 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:00:45.843 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:00:45.848 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:01:05.850 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:01:05.853 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:01:25.854 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:01:25.859 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:01:45.860 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:01:45.864 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:02:05.865 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:02:05.879 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:02:25.880 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:02:25.906 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:02:45.906 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:02:45.914 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 20:03:05.916 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:03:08.890 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-09 20:03:08.891 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-09 20:03:09.463 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-09,20:05:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,20:05:24.181] [DEBUG] 6 processes running of frp type 2026-03-09 20:09:06.476 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:09:07.809 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-09 20:09:07.811 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-09 20:09:10.598 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-09,20:20:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,20:20:23.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,20:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,20:35:23.923] [DEBUG] 6 processes running of frp type 2026-03-09 20:42:58.950 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:43:02.627 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-09 20:43:02.628 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-09 20:43:02.998 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success 2026-03-09 20:44:44.588 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:44:45.812 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-09 20:44:45.813 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-09 20:44:46.632 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success 2026-03-09 20:46:28.840 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-09 20:46:32.547 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-09 20:46:32.548 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-09 20:46:32.788 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-09,20:50:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,20:50:24.911] [DEBUG] 6 processes running of frp type [2026-03-09,21:05:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,21:05:24.150] [DEBUG] 6 processes running of frp type [2026-03-09,21:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,21:20:23.929] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,21:35:17.484] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,21:35:24.354] [DEBUG] 6 processes running of frp type [2026-03-09,21:50:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,21:50:24.253] [DEBUG] 6 processes running of frp type [2026-03-09,22:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,22:05:23.972] [DEBUG] 6 processes running of frp type [2026-03-09,22:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,22:20:23.740] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,22:35:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,22:35:24.374] [DEBUG] 6 processes running of frp type [2026-03-09,22:50:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,22:50:29.034] [DEBUG] 6 processes running of frp type [2026-03-09,23:05:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,23:05:23.810] [DEBUG] 6 processes running of frp type [2026-03-09,23:20:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,23:20:23.554] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,23:35:18.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,23:35:24.840] [DEBUG] 6 processes running of frp type [2026-03-09,23:50:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-09,23:50:24.607] [DEBUG] 6 processes running of frp type [2026-03-10,00:05:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,00:05:24.358] [DEBUG] 6 processes running of frp type [2026-03-10,00:20:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,00:20:24.195] [DEBUG] 6 processes running of frp type 2026-03-10 00:25:03.518 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 00:25:04.432 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 00:25:04.433 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 00:25:04.862 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,00:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,00:35:24.181] [DEBUG] 6 processes running of frp type [2026-03-10,00:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,00:50:23.939] [DEBUG] 6 processes running of frp type [2026-03-10,01:05:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,01:05:23.798] [DEBUG] 6 processes running of frp type [2026-03-10,01:20:16.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,01:20:23.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,01:35:17.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,01:35:24.297] [DEBUG] 6 processes running of frp type [2026-03-10,01:50:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,01:50:23.815] [DEBUG] 6 processes running of frp type [2026-03-10,02:05:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,02:05:23.750] [DEBUG] 6 processes running of frp type [2026-03-10,02:20:17.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,02:20:23.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,02:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,02:35:24.282] [DEBUG] 6 processes running of frp type [2026-03-10,02:50:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,02:50:24.091] [DEBUG] 6 processes running of frp type 2026-03-10 02:58:09.694 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:58:19.696 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 02:58:19.697 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:58:29.698 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 02:58:29.698 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:58:39.701 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 02:58:39.702 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:58:49.703 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 02:58:49.704 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:58:59.705 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 02:59:19.706 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:59:29.707 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 02:59:49.708 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 02:59:59.711 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 03:00:19.712 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:00:19.733 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 03:00:39.734 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:00:39.741 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 03:00:59.742 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:00:59.747 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 03:01:19.748 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:01:19.753 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 03:01:39.755 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:01:39.760 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 03:01:59.760 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:02:01.040 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 03:02:01.042 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 03:02:01.430 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success 2026-03-10 03:04:16.873 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:04:28.336 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: connection write timeout 2026-03-10 03:04:28.337 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:04:45.209 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: connection write timeout 2026-03-10 03:04:45.209 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:04:55.212 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 03:04:55.213 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:05:05.214 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 03:05:05.215 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... [2026-03-10,03:05:22.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-10 03:05:27.289 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: i/o deadline reached 2026-03-10 03:05:27.290 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:05:37.292 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-10 03:05:57.293 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:06:15.246 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: i/o deadline reached 2026-03-10 03:06:35.247 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:06:45.249 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 03:07:05.250 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:07:23.561 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: connection write timeout 2026-03-10 03:07:43.563 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:07:44.712 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 03:07:44.713 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 03:07:45.035 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success 2026-03-10 03:11:57.927 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:12:09.544 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: connection write timeout 2026-03-10 03:12:09.545 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:12:10.605 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 03:12:10.606 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 03:12:10.927 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-10,03:20:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,03:20:42.030] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-10 03:31:10.072 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 03:31:14.562 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 03:31:14.563 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 03:31:15.443 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-10,03:35:18.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,03:35:26.034] [DEBUG] 6 processes running of frp type [2026-03-10,03:50:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,03:50:23.888] [DEBUG] 6 processes running of frp type [2026-03-10,04:05:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,04:05:23.648] [DEBUG] 6 processes running of frp type 2026-03-10 04:06:28.968 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 04:06:32.010 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 04:06:32.011 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 04:06:35.049 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 04:06:35.050 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 04:06:38.089 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 04:06:47.858 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 04:06:47.861 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 04:07:07.862 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 04:07:08.678 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 04:07:08.680 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 04:07:08.940 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-10,04:20:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,04:20:24.339] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,04:35:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,04:35:24.379] [DEBUG] 6 processes running of frp type [2026-03-10,04:50:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,04:50:24.362] [DEBUG] 6 processes running of frp type [2026-03-10,05:05:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,05:05:24.646] [DEBUG] 6 processes running of frp type [2026-03-10,05:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,05:20:24.465] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,05:35:19.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,05:35:25.752] [DEBUG] 6 processes running of frp type 2026-03-10 05:48:22.000 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 05:48:36.373 [W] [client/service.go:297] [4c33e7cada927ff6] connect to server error: i/o deadline reached 2026-03-10 05:48:36.374 [I] [client/service.go:294] [4c33e7cada927ff6] try to connect to server... 2026-03-10 05:48:43.884 [I] [client/service.go:286] [4c33e7cada927ff6] login to server success, get run id [4c33e7cada927ff6] 2026-03-10 05:48:43.885 [I] [proxy/proxy_manager.go:173] [4c33e7cada927ff6] proxy added: [DTN57CC5599] 2026-03-10 05:48:44.115 [I] [client/control.go:168] [4c33e7cada927ff6] [DTN57CC5599] start proxy success [2026-03-10,05:50:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,05:50:23.936] [DEBUG] 6 processes running of frp type [2026-03-10,06:05:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,06:05:23.987] [DEBUG] 6 processes running of frp type [2026-03-10,06:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,06:20:24.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,06:30:41.925] [INFO] Initializing BusSpeedStateManager V2 [2026-03-10,06:30:41.929] [INFO] LocationSqlManager initialising [2026-03-10,06:30:41.929] [INFO] Location DB initialising [2026-03-10,06:30:41.938] [INFO] LocationSqlManager initialisation complete [2026-03-10,06:30:41.939] [DEBUG] UploadManager Init [2026-03-10,06:30:41.940] [DEBUG] UploadManager Init Complete [2026-03-10,06:30:41.942] [INFO] Initializing GPS... [2026-03-10,06:30:41.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,06:32:45.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,06:32:51.804] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,06:33:16.967] [DEBUG] Log Upload Complete! [2026-03-10,06:35:40.388] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-10,06:35:40.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,06:35:47.187] [DEBUG] Remote Access Enabled [2026-03-10,06:35:53.553] [INFO] Server Address: 138.201.17.179 [2026-03-10,06:35:53.554] [INFO] Server Port: 7000 [2026-03-10,06:35:53.558] [DEBUG] Starting Remote Access! 2026-03-10 06:35:53.693 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-10 06:35:53.693 [I] [client/service.go:294] try to connect to server... 2026-03-10 06:35:54.440 [I] [client/service.go:286] [393bd5961a911979] login to server success, get run id [393bd5961a911979] 2026-03-10 06:35:54.441 [I] [proxy/proxy_manager.go:173] [393bd5961a911979] proxy added: [DTN57CC5599] 2026-03-10 06:35:54.810 [I] [client/control.go:168] [393bd5961a911979] [DTN57CC5599] start proxy success [2026-03-10,06:50:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,06:50:24.173] [DEBUG] 6 processes running of frp type [2026-03-10,07:05:18.177] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,07:05:26.232] [DEBUG] 6 processes running of frp type [2026-03-10,07:20:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,07:20:24.372] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,07:35:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,07:35:24.068] [DEBUG] 6 processes running of frp type [2026-03-10,07:50:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,07:50:24.208] [DEBUG] 6 processes running of frp type [2026-03-10,08:02:17.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,08:02:29.705] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,08:02:59.632] [DEBUG] Log Upload Complete! [2026-03-10,08:05:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,08:05:24.576] [DEBUG] 6 processes running of frp type [2026-03-10,08:20:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,08:20:24.566] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,08:35:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,08:35:24.231] [DEBUG] 6 processes running of frp type [2026-03-10,08:50:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,08:50:25.259] [DEBUG] 6 processes running of frp type [2026-03-10,09:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,09:05:24.299] [DEBUG] 6 processes running of frp type [2026-03-10,09:20:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,09:20:24.701] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-10 09:34:43.969 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 09:35:03.248 [W] [client/service.go:297] [393bd5961a911979] connect to server error: i/o deadline reached 2026-03-10 09:35:03.249 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 09:35:04.020 [I] [client/service.go:286] [393bd5961a911979] login to server success, get run id [393bd5961a911979] 2026-03-10 09:35:04.021 [I] [proxy/proxy_manager.go:173] [393bd5961a911979] proxy added: [DTN57CC5599] 2026-03-10 09:35:04.245 [I] [client/control.go:168] [393bd5961a911979] [DTN57CC5599] start proxy success [2026-03-10,09:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,09:35:25.005] [DEBUG] 6 processes running of frp type [2026-03-10,09:50:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,09:50:24.849] [DEBUG] 6 processes running of frp type [2026-03-10,10:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,10:05:24.294] [DEBUG] 6 processes running of frp type [2026-03-10,10:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,10:20:24.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,10:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,10:35:24.067] [DEBUG] 6 processes running of frp type [2026-03-10,10:50:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,10:50:24.233] [DEBUG] 6 processes running of frp type 2026-03-10 11:00:37.132 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 11:00:37.847 [I] [client/service.go:286] [393bd5961a911979] login to server success, get run id [393bd5961a911979] 2026-03-10 11:00:37.848 [I] [proxy/proxy_manager.go:173] [393bd5961a911979] proxy added: [DTN57CC5599] 2026-03-10 11:00:38.476 [I] [client/control.go:168] [393bd5961a911979] [DTN57CC5599] start proxy success 2026-03-10 11:01:17.361 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 11:01:18.144 [I] [client/service.go:286] [393bd5961a911979] login to server success, get run id [393bd5961a911979] 2026-03-10 11:01:18.146 [I] [proxy/proxy_manager.go:173] [393bd5961a911979] proxy added: [DTN57CC5599] 2026-03-10 11:01:19.103 [I] [client/control.go:168] [393bd5961a911979] [DTN57CC5599] start proxy success [2026-03-10,11:05:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,11:05:24.445] [DEBUG] 6 processes running of frp type [2026-03-10,11:20:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,11:20:24.484] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,11:35:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,11:35:24.441] [DEBUG] 6 processes running of frp type [2026-03-10,11:50:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,11:50:24.905] [DEBUG] 6 processes running of frp type 2026-03-10 11:50:58.758 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 11:51:04.178 [I] [client/service.go:286] [393bd5961a911979] login to server success, get run id [393bd5961a911979] 2026-03-10 11:51:04.180 [I] [proxy/proxy_manager.go:173] [393bd5961a911979] proxy added: [DTN57CC5599] 2026-03-10 11:51:04.403 [I] [client/control.go:168] [393bd5961a911979] [DTN57CC5599] start proxy success [2026-03-10,12:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,12:05:24.449] [DEBUG] 6 processes running of frp type 2026-03-10 12:06:52.303 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:07:02.305 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:07:02.306 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:07:12.308 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:07:12.309 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:07:22.311 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:07:22.311 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:07:32.313 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:07:52.314 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:08:02.316 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:08:22.317 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:08:32.318 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:08:52.319 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:09:02.321 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 12:09:22.322 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:09:22.325 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:09:42.326 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:09:42.331 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:10:02.332 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:10:02.343 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:10:22.344 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:10:22.348 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:10:42.349 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:10:42.354 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:11:02.354 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:11:02.358 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:11:22.359 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:11:22.364 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:11:42.365 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:11:42.374 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:12:02.375 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:12:02.380 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:12:22.381 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:12:22.385 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:12:42.386 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:12:42.391 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:13:02.392 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:13:02.400 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:13:22.401 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:13:22.418 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:13:42.420 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:13:42.425 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:14:02.426 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:14:02.433 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:14:22.435 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:14:22.443 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:14:42.444 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:14:42.447 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:15:02.448 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:15:02.452 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:15:22.453 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:15:22.459 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:15:42.461 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:15:42.465 [W] [client/service.go:297] [393bd5961a911979] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-10 12:16:02.465 [I] [client/service.go:294] [393bd5961a911979] try to connect to server... 2026-03-10 12:16:03.865 [I] [client/service.go:286] [393bd5961a911979] login to server success, get run id [393bd5961a911979] 2026-03-10 12:16:03.866 [I] [proxy/proxy_manager.go:173] [393bd5961a911979] proxy added: [DTN57CC5599] 2026-03-10 12:16:04.202 [I] [client/control.go:168] [393bd5961a911979] [DTN57CC5599] start proxy success [2026-03-10,12:20:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,12:20:25.400] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,12:35:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,12:35:23.679] [DEBUG] 6 processes running of frp type [2026-03-10,12:50:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,12:50:24.054] [DEBUG] 6 processes running of frp type [2026-03-10,13:05:18.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,13:05:25.227] [DEBUG] 6 processes running of frp type [2026-03-10,13:20:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,13:20:26.524] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,13:35:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,13:35:24.362] [DEBUG] 6 processes running of frp type [2026-03-10,13:50:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,13:50:24.596] [DEBUG] 6 processes running of frp type [2026-03-10,14:05:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,14:05:25.514] [DEBUG] 6 processes running of frp type [2026-03-10,14:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,14:20:24.571] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,14:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,14:35:24.662] [DEBUG] 6 processes running of frp type [2026-03-10,14:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,14:50:24.733] [DEBUG] 6 processes running of frp type [2026-03-10,15:05:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,15:05:23.647] [DEBUG] 6 processes running of frp type [2026-03-10,15:20:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,15:20:25.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,15:35:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,15:35:24.529] [DEBUG] 6 processes running of frp type [2026-03-10,15:50:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,15:50:25.089] [DEBUG] 6 processes running of frp type [2026-03-10,16:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,16:05:26.108] [DEBUG] 6 processes running of frp type [2026-03-10,16:20:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,16:20:24.000] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,16:35:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,16:35:24.406] [DEBUG] 6 processes running of frp type [2026-03-10,16:50:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,16:50:24.663] [DEBUG] 6 processes running of frp type [2026-03-10,17:05:18.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,17:05:25.729] [DEBUG] 6 processes running of frp type [2026-03-10,17:20:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,17:20:23.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,17:35:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,17:35:26.174] [DEBUG] 6 processes running of frp type [2026-03-10,17:50:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,17:50:24.628] [DEBUG] 6 processes running of frp type [2026-03-10,18:05:18.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,18:05:25.338] [DEBUG] 6 processes running of frp type [2026-03-10,18:20:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,18:20:28.744] [DEBUG] 6 processes running of frp type [2026-03-10,18:25:41.021] [INFO] Initializing BusSpeedStateManager V2 [2026-03-10,18:25:41.026] [INFO] LocationSqlManager initialising [2026-03-10,18:25:41.027] [INFO] Location DB initialising [2026-03-10,18:25:41.036] [INFO] LocationSqlManager initialisation complete [2026-03-10,18:25:41.037] [DEBUG] UploadManager Init [2026-03-10,18:25:41.037] [DEBUG] UploadManager Init Complete [2026-03-10,18:25:41.040] [INFO] Initializing GPS... [2026-03-10,18:25:41.042] [INFO] Starting location capture [2026-03-10,18:26:46.613] [INFO] Initializing BusSpeedStateManager V2 [2026-03-10,18:26:46.618] [INFO] LocationSqlManager initialising [2026-03-10,18:26:46.619] [INFO] Location DB initialising [2026-03-10,18:26:46.628] [INFO] LocationSqlManager initialisation complete [2026-03-10,18:26:46.629] [DEBUG] UploadManager Init [2026-03-10,18:26:46.629] [DEBUG] UploadManager Init Complete [2026-03-10,18:26:46.632] [INFO] Initializing GPS... [2026-03-10,18:26:46.634] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,18:28:51.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,18:29:03.475] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,18:29:28.804] [DEBUG] Log Upload Complete! [2026-03-10,18:31:50.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,18:31:57.735] [DEBUG] Remote Access Enabled [2026-03-10,18:32:04.377] [INFO] Server Address: 138.201.17.179 [2026-03-10,18:32:04.378] [INFO] Server Port: 7000 [2026-03-10,18:32:04.383] [DEBUG] Starting Remote Access! 2026-03-10 18:32:04.514 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-10 18:32:04.515 [I] [client/service.go:294] try to connect to server... 2026-03-10 18:32:05.646 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-10 18:32:05.647 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-10 18:32:05.955 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-10,18:35:16.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,18:35:23.817] [DEBUG] 6 processes running of frp type [2026-03-10,18:50:18.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,18:50:27.053] [DEBUG] 6 processes running of frp type 2026-03-10 18:50:57.147 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 18:50:59.769 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-10 18:50:59.771 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-10 18:51:00.623 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-10,19:05:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,19:05:27.217] [DEBUG] 6 processes running of frp type [2026-03-10,19:20:19.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,19:20:26.263] [DEBUG] 6 processes running of frp type 2026-03-10 19:25:16.896 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 19:25:26.898 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 19:25:26.898 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 19:25:36.900 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 19:25:36.900 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 19:25:46.902 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 19:25:46.903 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 19:25:56.905 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 19:25:56.905 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-10 19:26:06.907 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-10 19:26:26.908 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 19:26:30.573 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-10 19:26:30.575 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-10 19:26:30.894 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-10,19:35:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,19:35:24.609] [DEBUG] 6 processes running of frp type [2026-03-10,19:50:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,19:50:24.221] [DEBUG] 6 processes running of frp type [2026-03-10,20:05:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,20:05:24.130] [DEBUG] 6 processes running of frp type [2026-03-10,20:20:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,20:20:24.067] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,20:35:18.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,20:35:27.294] [DEBUG] 6 processes running of frp type [2026-03-10,20:50:19.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,20:50:26.364] [DEBUG] 6 processes running of frp type [2026-03-10,21:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,21:05:24.552] [DEBUG] 6 processes running of frp type [2026-03-10,21:20:17.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,21:20:24.500] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,21:35:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,21:35:24.425] [DEBUG] 6 processes running of frp type [2026-03-10,21:50:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,21:50:25.237] [DEBUG] 6 processes running of frp type [2026-03-10,22:05:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,22:05:25.988] [DEBUG] 6 processes running of frp type 2026-03-10 22:10:24.163 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-10 22:10:26.343 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-10 22:10:26.345 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-10 22:10:26.698 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-10,22:20:17.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,22:20:23.824] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,22:35:17.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,22:35:24.267] [DEBUG] 6 processes running of frp type [2026-03-10,22:50:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,22:50:24.190] [DEBUG] 6 processes running of frp type [2026-03-10,23:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,23:05:24.373] [DEBUG] 6 processes running of frp type [2026-03-10,23:20:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,23:20:25.108] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,23:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,23:35:24.602] [DEBUG] 6 processes running of frp type [2026-03-10,23:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-10,23:50:24.657] [DEBUG] 6 processes running of frp type [2026-03-11,00:05:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,00:05:26.049] [DEBUG] 6 processes running of frp type 2026-03-11 00:06:38.029 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 00:06:39.072 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-11 00:06:39.073 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-11 00:06:39.408 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-11,00:20:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,00:20:23.805] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,00:35:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,00:35:23.824] [DEBUG] 6 processes running of frp type [2026-03-11,00:50:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,00:50:24.324] [DEBUG] 6 processes running of frp type [2026-03-11,01:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,01:05:24.154] [DEBUG] 6 processes running of frp type [2026-03-11,01:20:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,01:20:23.917] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,01:35:21.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,01:35:29.062] [DEBUG] 6 processes running of frp type [2026-03-11,01:50:17.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,01:50:24.171] [DEBUG] 6 processes running of frp type [2026-03-11,02:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,02:05:24.082] [DEBUG] 6 processes running of frp type [2026-03-11,02:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,02:20:19.257] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,02:35:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,02:35:24.082] [DEBUG] 6 processes running of frp type [2026-03-11,02:50:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,02:50:24.026] [DEBUG] 6 processes running of frp type [2026-03-11,03:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,03:05:23.983] [DEBUG] 6 processes running of frp type [2026-03-11,03:20:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,03:20:23.737] [DEBUG] 6 processes running of frp type 2026-03-11 03:23:57.473 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:24:07.475 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 03:24:07.476 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:24:17.477 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 03:24:17.478 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:24:27.479 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 03:24:27.479 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:24:37.480 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 03:24:37.481 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:24:47.481 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 03:25:07.482 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:25:17.484 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 03:25:37.484 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 03:25:38.180 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-11 03:25:38.181 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-11 03:25:38.395 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,03:35:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,03:35:23.623] [DEBUG] 6 processes running of frp type [2026-03-11,03:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,03:50:24.115] [DEBUG] 6 processes running of frp type [2026-03-11,04:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,04:05:23.849] [DEBUG] 6 processes running of frp type 2026-03-11 04:06:39.393 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 04:06:40.550 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 04:06:40.551 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 04:06:40.555 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 04:06:45.057 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 04:06:45.060 [W] [client/service.go:297] [b27ead028f078f07] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 04:06:54.162 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 04:07:00.190 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-11 04:07:00.191 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-11 04:07:00.401 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-11,04:20:17.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,04:20:28.498] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,04:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,04:35:24.559] [DEBUG] 6 processes running of frp type [2026-03-11,04:50:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,04:50:19.014] [DEBUG] 6 processes running of frp type [2026-03-11,05:05:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,05:05:24.104] [DEBUG] 6 processes running of frp type [2026-03-11,05:20:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,05:20:24.551] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-11 05:28:17.312 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... 2026-03-11 05:28:18.280 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-11 05:28:18.282 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-11 05:28:18.910 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-11,05:35:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,05:35:23.740] [DEBUG] 6 processes running of frp type 2026-03-11 05:50:41.454 [I] [client/service.go:294] [b27ead028f078f07] try to connect to server... [2026-03-11,05:50:45.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-11 05:50:49.610 [I] [client/service.go:286] [b27ead028f078f07] login to server success, get run id [b27ead028f078f07] 2026-03-11 05:50:49.611 [I] [proxy/proxy_manager.go:173] [b27ead028f078f07] proxy added: [DTN57CC5599] 2026-03-11 05:50:49.855 [I] [client/control.go:168] [b27ead028f078f07] [DTN57CC5599] start proxy success [2026-03-11,05:50:55.956] [DEBUG] 6 processes running of frp type [2026-03-11,06:05:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,06:05:24.063] [DEBUG] 6 processes running of frp type [2026-03-11,06:20:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,06:20:23.841] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,06:30:41.705] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,06:30:41.713] [INFO] LocationSqlManager initialising [2026-03-11,06:30:41.714] [INFO] Location DB initialising [2026-03-11,06:30:41.724] [INFO] LocationSqlManager initialisation complete [2026-03-11,06:30:41.725] [DEBUG] UploadManager Init [2026-03-11,06:30:41.726] [DEBUG] UploadManager Init Complete [2026-03-11,06:30:41.730] [INFO] Initializing GPS... [2026-03-11,06:30:41.733] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,06:32:44.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,06:32:51.439] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-11,06:33:09.219] [DEBUG] Log Upload Complete! [2026-03-11,06:35:45.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,06:35:51.635] [DEBUG] Remote Access Enabled [2026-03-11,06:35:58.555] [INFO] Server Address: 138.201.17.179 [2026-03-11,06:35:58.556] [INFO] Server Port: 7000 [2026-03-11,06:35:58.562] [DEBUG] Starting Remote Access! 2026-03-11 06:35:58.690 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-11 06:35:58.691 [I] [client/service.go:294] try to connect to server... 2026-03-11 06:35:59.415 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 06:35:59.417 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 06:35:59.654 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success [2026-03-11,06:50:18.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,06:50:25.169] [DEBUG] 6 processes running of frp type 2026-03-11 06:53:24.819 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 06:53:33.725 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 06:53:33.726 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 06:53:33.939 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success 2026-03-11 06:54:12.966 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 06:54:22.968 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 06:54:22.969 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 06:54:32.971 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 06:54:32.971 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 06:54:33.642 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 06:54:33.643 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 06:54:33.862 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success [2026-03-11,07:05:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,07:05:24.154] [DEBUG] 6 processes running of frp type [2026-03-11,07:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,07:20:24.062] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-11 07:26:35.830 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:26:45.831 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:26:45.832 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:26:55.834 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:26:55.834 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:27:05.837 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:27:05.837 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:27:15.839 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:27:15.839 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:27:25.841 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:27:45.842 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:27:47.121 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 07:27:47.123 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 07:27:49.327 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success 2026-03-11 07:30:57.565 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:31:07.567 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:31:07.568 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:31:17.569 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:31:17.570 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:31:27.571 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:31:27.572 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:31:37.573 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:31:37.574 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:31:47.576 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:32:07.578 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:32:17.580 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 07:32:37.581 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:32:37.588 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:32:57.589 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:32:57.595 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:33:17.597 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:33:17.600 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:33:37.602 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:33:37.607 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:33:57.608 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:33:57.612 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:34:17.613 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:34:17.619 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:34:37.620 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:34:37.627 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:34:57.628 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:34:57.633 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:35:17.634 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:35:17.639 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:35:37.640 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:35:37.645 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:35:57.646 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:35:57.651 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:36:17.653 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:36:17.657 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:36:37.659 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:36:37.665 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:36:57.666 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:36:57.670 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:37:17.671 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:37:17.675 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:37:37.677 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:37:37.682 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:37:57.683 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:37:57.690 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:38:17.691 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:38:17.699 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:38:37.700 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:38:37.706 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:38:57.707 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:38:57.711 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:39:17.713 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:39:17.720 [W] [client/service.go:297] [771dd22b3bcb7dff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 07:39:37.721 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:39:38.446 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 07:39:38.448 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 07:39:38.770 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success [2026-03-11,07:50:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,07:50:24.205] [DEBUG] 6 processes running of frp type 2026-03-11 07:54:25.222 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:54:30.643 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 07:54:30.645 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 07:54:31.002 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success 2026-03-11 07:55:09.890 [I] [client/service.go:294] [771dd22b3bcb7dff] try to connect to server... 2026-03-11 07:55:11.736 [I] [client/service.go:286] [771dd22b3bcb7dff] login to server success, get run id [771dd22b3bcb7dff] 2026-03-11 07:55:11.737 [I] [proxy/proxy_manager.go:173] [771dd22b3bcb7dff] proxy added: [DTN57CC5599] 2026-03-11 07:55:12.644 [I] [client/control.go:168] [771dd22b3bcb7dff] [DTN57CC5599] start proxy success [2026-03-11,08:02:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,08:02:25.884] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-11,08:02:46.141] [DEBUG] Log Upload Complete! [2026-03-11,08:05:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,08:05:24.457] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,08:35:17.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,08:35:24.249] [DEBUG] 6 processes running of frp type [2026-03-11,08:50:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,08:50:24.811] [DEBUG] 6 processes running of frp type [2026-03-11,09:05:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,09:05:23.904] [DEBUG] 6 processes running of frp type [2026-03-11,09:20:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,09:20:24.510] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,09:35:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,09:35:24.476] [DEBUG] 6 processes running of frp type [2026-03-11,09:50:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,09:50:24.221] [DEBUG] 6 processes running of frp type [2026-03-11,10:05:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,10:05:24.273] [DEBUG] 6 processes running of frp type [2026-03-11,10:20:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,10:20:24.626] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,10:35:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,10:35:24.355] [DEBUG] 6 processes running of frp type [2026-03-11,10:50:17.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,10:50:23.936] [DEBUG] 6 processes running of frp type [2026-03-11,11:05:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,11:05:24.463] [DEBUG] 6 processes running of frp type [2026-03-11,11:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,11:20:24.631] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,11:35:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,11:35:24.876] [DEBUG] 6 processes running of frp type [2026-03-11,11:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,11:50:24.719] [DEBUG] 6 processes running of frp type [2026-03-11,12:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,12:05:24.261] [DEBUG] 6 processes running of frp type [2026-03-11,12:20:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,12:20:24.238] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,12:35:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,12:35:24.736] [DEBUG] 6 processes running of frp type [2026-03-11,12:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,12:50:24.128] [DEBUG] 6 processes running of frp type [2026-03-11,13:05:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,13:05:24.294] [DEBUG] 6 processes running of frp type [2026-03-11,13:20:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,13:20:24.495] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,13:35:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,13:35:24.331] [DEBUG] 6 processes running of frp type [2026-03-11,13:50:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,13:50:24.647] [DEBUG] 6 processes running of frp type [2026-03-11,14:05:18.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,14:05:25.285] [DEBUG] 6 processes running of frp type [2026-03-11,14:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,14:20:24.436] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,14:35:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,14:35:24.801] [DEBUG] 6 processes running of frp type [2026-03-11,14:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,14:50:24.643] [DEBUG] 6 processes running of frp type [2026-03-11,15:05:18.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,15:05:25.082] [DEBUG] 6 processes running of frp type [2026-03-11,15:20:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,15:20:24.271] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,15:35:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,15:35:24.782] [DEBUG] 6 processes running of frp type [2026-03-11,15:50:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,15:50:24.126] [DEBUG] 6 processes running of frp type [2026-03-11,16:05:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,16:05:24.733] [DEBUG] 6 processes running of frp type [2026-03-11,16:20:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,16:20:24.020] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,16:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,16:35:24.823] [DEBUG] 6 processes running of frp type [2026-03-11,16:50:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,16:50:24.313] [DEBUG] 6 processes running of frp type [2026-03-11,17:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,17:05:24.544] [DEBUG] 6 processes running of frp type [2026-03-11,17:20:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,17:20:24.711] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,17:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,17:35:29.361] [DEBUG] 6 processes running of frp type [2026-03-11,17:50:18.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,17:50:25.097] [DEBUG] 6 processes running of frp type [2026-03-11,18:05:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,18:05:24.690] [DEBUG] 6 processes running of frp type [2026-03-11,18:20:18.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,18:20:25.124] [DEBUG] 6 processes running of frp type [2026-03-11,18:25:40.943] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,18:25:40.946] [INFO] LocationSqlManager initialising [2026-03-11,18:25:40.947] [INFO] Location DB initialising [2026-03-11,18:25:40.956] [INFO] LocationSqlManager initialisation complete [2026-03-11,18:25:40.957] [DEBUG] UploadManager Init [2026-03-11,18:25:40.957] [DEBUG] UploadManager Init Complete [2026-03-11,18:25:40.960] [INFO] Initializing GPS... [2026-03-11,18:25:40.962] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,18:27:44.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,18:27:56.743] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-11,18:28:29.233] [DEBUG] Log Upload Complete! [2026-03-11,18:30:44.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,18:30:51.799] [DEBUG] Remote Access Enabled [2026-03-11,18:30:58.254] [INFO] Server Address: 138.201.17.179 [2026-03-11,18:30:58.255] [INFO] Server Port: 7000 [2026-03-11,18:30:58.260] [DEBUG] Starting Remote Access! 2026-03-11 18:30:58.397 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-11 18:30:58.397 [I] [client/service.go:294] try to connect to server... 2026-03-11 18:30:59.356 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-11 18:30:59.358 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-11 18:30:59.675 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-11,18:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,18:35:24.563] [DEBUG] 6 processes running of frp type [2026-03-11,18:50:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,18:50:24.933] [DEBUG] 6 processes running of frp type [2026-03-11,19:05:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,19:05:24.391] [DEBUG] 6 processes running of frp type [2026-03-11,19:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,19:20:24.548] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,19:35:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,19:35:24.221] [DEBUG] 6 processes running of frp type [2026-03-11,19:50:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,19:50:24.806] [DEBUG] 6 processes running of frp type [2026-03-11,20:05:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,20:05:23.797] [DEBUG] 6 processes running of frp type [2026-03-11,20:20:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,20:20:23.677] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,20:35:19.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,20:35:32.356] [DEBUG] 6 processes running of frp type [2026-03-11,20:50:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,20:50:24.184] [DEBUG] 6 processes running of frp type 2026-03-11 20:58:48.273 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 20:58:58.275 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 20:58:58.276 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 20:59:08.277 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 20:59:08.277 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 20:59:18.278 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 20:59:18.279 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 20:59:28.280 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 20:59:28.280 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 20:59:37.324 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-11 20:59:37.325 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-11 20:59:37.569 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-11,21:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,21:05:23.956] [DEBUG] 6 processes running of frp type [2026-03-11,21:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,21:20:24.031] [DEBUG] 6 processes running of frp type 2026-03-11 21:24:34.810 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:24:44.812 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:24:44.812 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:24:54.814 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:24:54.814 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:25:04.815 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:25:04.816 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:25:14.817 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:25:14.818 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:25:24.820 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:25:44.821 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:25:54.823 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-11 21:26:14.824 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:26:24.826 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:26:44.827 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:26:44.832 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:27:04.833 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:27:04.835 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:27:24.836 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:27:24.842 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:27:44.843 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:27:44.847 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:28:04.849 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:28:04.854 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:28:24.856 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:28:24.860 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:28:44.860 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:28:44.864 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:29:04.865 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:29:04.869 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:29:24.870 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:29:24.874 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:29:44.876 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:29:44.880 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:30:04.881 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:30:04.885 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:30:24.886 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:30:24.891 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:30:44.892 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:30:44.894 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:31:04.895 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:31:04.898 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:31:24.899 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:31:24.906 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:31:44.907 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:31:44.913 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 21:32:04.913 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:32:14.915 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:32:34.916 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:32:44.918 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 21:33:04.920 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 21:33:05.932 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-11 21:33:05.933 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-11 21:33:06.254 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-11,21:35:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,21:35:24.002] [DEBUG] 6 processes running of frp type [2026-03-11,21:50:16.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,21:50:23.544] [DEBUG] 6 processes running of frp type [2026-03-11,22:05:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,22:05:24.406] [DEBUG] 6 processes running of frp type 2026-03-11 22:09:10.902 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:09:13.301 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-11 22:09:13.302 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-11 22:09:13.618 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-11,22:20:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,22:20:26.698] [DEBUG] 6 processes running of frp type 2026-03-11 22:22:46.178 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:22:56.180 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:22:56.181 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:23:06.182 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:23:06.182 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:23:16.184 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:23:16.185 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:23:26.186 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:23:26.186 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:23:36.187 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:23:56.191 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:24:06.193 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:24:26.194 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:24:36.196 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-11 22:24:56.198 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:24:56.202 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 22:25:16.203 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:25:16.207 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 22:25:36.208 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:25:36.211 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 22:25:56.212 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:25:56.216 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-11 22:26:16.216 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:26:16.219 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 22:26:36.220 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:26:36.224 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-11 22:26:56.226 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-11 22:27:00.684 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-11 22:27:00.684 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-11 22:27:01.283 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-11,22:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,22:35:24.079] [DEBUG] 6 processes running of frp type [2026-03-11,22:50:23.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,22:50:29.808] [DEBUG] 6 processes running of frp type [2026-03-11,23:05:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,23:05:23.649] [DEBUG] 6 processes running of frp type [2026-03-11,23:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,23:20:24.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,23:35:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,23:35:24.388] [DEBUG] 6 processes running of frp type [2026-03-11,23:50:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-11,23:50:25.703] [DEBUG] 6 processes running of frp type [2026-03-12,00:05:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,00:05:24.502] [DEBUG] 6 processes running of frp type [2026-03-12,00:20:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,00:20:24.590] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,00:35:17.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,00:35:24.550] [DEBUG] 6 processes running of frp type [2026-03-12,00:50:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,00:50:24.065] [DEBUG] 6 processes running of frp type [2026-03-12,01:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,01:05:24.280] [DEBUG] 6 processes running of frp type [2026-03-12,01:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,01:20:24.011] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,01:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,01:35:23.855] [DEBUG] 6 processes running of frp type [2026-03-12,01:50:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,01:50:19.484] [DEBUG] 6 processes running of frp type [2026-03-12,02:05:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,02:05:24.230] [DEBUG] 6 processes running of frp type [2026-03-12,02:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,02:20:23.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,02:35:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,02:35:23.704] [DEBUG] 6 processes running of frp type [2026-03-12,02:50:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,02:50:24.390] [DEBUG] 6 processes running of frp type [2026-03-12,03:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,03:05:24.393] [DEBUG] 6 processes running of frp type [2026-03-12,03:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,03:20:24.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,03:35:18.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,03:35:24.800] [DEBUG] 6 processes running of frp type [2026-03-12,03:50:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,03:50:24.586] [DEBUG] 6 processes running of frp type [2026-03-12,04:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,04:05:24.365] [DEBUG] 6 processes running of frp type 2026-03-12 04:06:47.083 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:06:47.088 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:06:49.173 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:06:49.177 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:06:53.739 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:06:53.741 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:07:03.355 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:07:03.359 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:07:23.360 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:07:23.364 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:07:43.366 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:07:43.369 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:08:03.371 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:08:03.376 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:08:23.376 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:08:23.382 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:08:43.383 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:08:43.387 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:09:03.388 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:09:03.391 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:09:23.392 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:09:23.450 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:09:43.451 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:09:43.455 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:10:03.456 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:10:03.461 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:10:23.462 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:10:23.474 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:10:43.475 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:10:43.480 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:11:03.482 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:11:03.485 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:11:23.487 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:11:23.489 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:11:43.490 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:11:43.494 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:12:03.495 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:12:03.500 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:12:23.501 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:12:23.505 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:12:43.506 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:12:43.511 [W] [client/service.go:297] [2e839c5f29df081d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 04:13:03.512 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:13:04.168 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-12 04:13:04.169 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-12 04:13:04.387 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-12,04:20:24.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,04:20:31.272] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-12 04:29:56.583 [I] [client/service.go:294] [2e839c5f29df081d] try to connect to server... 2026-03-12 04:29:57.224 [I] [client/service.go:286] [2e839c5f29df081d] login to server success, get run id [2e839c5f29df081d] 2026-03-12 04:29:57.225 [I] [proxy/proxy_manager.go:173] [2e839c5f29df081d] proxy added: [DTN57CC5599] 2026-03-12 04:29:57.452 [I] [client/control.go:168] [2e839c5f29df081d] [DTN57CC5599] start proxy success [2026-03-12,04:35:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,04:35:24.183] [DEBUG] 6 processes running of frp type [2026-03-12,04:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,04:50:24.337] [DEBUG] 6 processes running of frp type [2026-03-12,05:05:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,05:05:24.254] [DEBUG] 6 processes running of frp type [2026-03-12,05:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,05:20:24.075] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,05:35:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,05:35:24.256] [DEBUG] 6 processes running of frp type [2026-03-12,05:50:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,05:50:24.378] [DEBUG] 6 processes running of frp type [2026-03-12,06:05:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,06:05:24.874] [DEBUG] 6 processes running of frp type [2026-03-12,06:20:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,06:20:24.379] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,06:30:42.037] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,06:30:42.043] [INFO] LocationSqlManager initialising [2026-03-12,06:30:42.043] [INFO] Location DB initialising [2026-03-12,06:30:42.053] [INFO] LocationSqlManager initialisation complete [2026-03-12,06:30:42.053] [DEBUG] UploadManager Init [2026-03-12,06:30:42.053] [DEBUG] UploadManager Init Complete [2026-03-12,06:30:42.056] [INFO] Initializing GPS... [2026-03-12,06:30:42.058] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,06:32:45.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,06:32:51.692] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-12,06:33:19.089] [DEBUG] Log Upload Complete! [2026-03-12,06:35:44.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,06:35:51.704] [DEBUG] Remote Access Enabled [2026-03-12,06:35:58.067] [INFO] Server Address: 138.201.17.179 [2026-03-12,06:35:58.068] [INFO] Server Port: 7000 [2026-03-12,06:35:58.073] [DEBUG] Starting Remote Access! 2026-03-12 06:35:58.208 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 06:35:58.208 [I] [client/service.go:294] try to connect to server... 2026-03-12 06:35:59.000 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 06:35:59.001 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 06:35:59.267 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,06:50:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,06:50:24.734] [DEBUG] 6 processes running of frp type [2026-03-12,07:05:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,07:05:24.963] [DEBUG] 6 processes running of frp type [2026-03-12,07:20:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,07:20:29.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,07:35:22.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,07:35:28.987] [DEBUG] 6 processes running of frp type [2026-03-12,07:50:17.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,07:50:23.770] [DEBUG] 6 processes running of frp type [2026-03-12,08:02:16.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,08:02:29.101] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-12,08:02:51.835] [DEBUG] Log Upload Complete! [2026-03-12,08:05:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,08:05:24.491] [DEBUG] 6 processes running of frp type [2026-03-12,08:20:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,08:20:24.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,08:35:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,08:35:23.985] [DEBUG] 6 processes running of frp type [2026-03-12,08:50:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,08:50:24.291] [DEBUG] 6 processes running of frp type [2026-03-12,09:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,09:05:24.240] [DEBUG] 6 processes running of frp type [2026-03-12,09:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,09:20:25.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,09:35:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,09:35:24.487] [DEBUG] 6 processes running of frp type [2026-03-12,09:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,09:50:24.353] [DEBUG] 6 processes running of frp type 2026-03-12 10:03:59.215 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 10:04:09.218 [W] [client/service.go:297] [5ebd6c2bcd8212a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-12 10:04:09.219 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 10:04:17.274 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 10:04:17.275 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 10:04:17.496 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,10:05:18.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,10:05:27.920] [DEBUG] 6 processes running of frp type [2026-03-12,10:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,10:20:24.879] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,10:35:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,10:35:24.541] [DEBUG] 6 processes running of frp type [2026-03-12,10:50:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,10:50:24.730] [DEBUG] 6 processes running of frp type [2026-03-12,11:05:18.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,11:05:24.724] [DEBUG] 6 processes running of frp type [2026-03-12,11:20:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,11:20:24.704] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,11:35:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,11:35:25.466] [DEBUG] 6 processes running of frp type [2026-03-12,11:50:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,11:50:25.119] [DEBUG] 6 processes running of frp type [2026-03-12,12:05:18.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,12:05:25.496] [DEBUG] 6 processes running of frp type 2026-03-12 12:12:44.132 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 12:12:51.361 [W] [client/service.go:297] [5ebd6c2bcd8212a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 12:12:51.362 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 12:12:51.365 [W] [client/service.go:297] [5ebd6c2bcd8212a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 12:12:55.948 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 12:12:55.965 [W] [client/service.go:297] [5ebd6c2bcd8212a9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 12:13:05.521 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 12:13:06.441 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 12:13:06.442 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 12:13:06.755 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success 2026-03-12 12:13:45.834 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 12:13:47.791 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 12:13:47.793 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 12:13:48.422 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,12:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,12:20:25.533] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,12:35:17.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,12:35:23.795] [DEBUG] 6 processes running of frp type 2026-03-12 12:47:31.519 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 12:47:40.706 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 12:47:40.708 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 12:47:41.489 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,12:50:18.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,12:50:26.164] [DEBUG] 6 processes running of frp type [2026-03-12,13:05:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,13:05:27.342] [DEBUG] 6 processes running of frp type 2026-03-12 13:17:15.179 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 13:17:16.145 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 13:17:16.146 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 13:17:16.453 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,13:20:18.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,13:20:26.352] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,13:35:18.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,13:35:25.529] [DEBUG] 6 processes running of frp type 2026-03-12 13:40:25.836 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 13:40:27.343 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 13:40:27.344 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 13:40:29.900 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,13:50:18.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,13:50:25.530] [DEBUG] 6 processes running of frp type [2026-03-12,14:05:18.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,14:05:25.621] [DEBUG] 6 processes running of frp type [2026-03-12,14:20:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,14:20:24.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,14:35:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,14:35:31.869] [DEBUG] 6 processes running of frp type [2026-03-12,14:50:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,14:50:24.789] [DEBUG] 6 processes running of frp type [2026-03-12,15:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,15:05:25.305] [DEBUG] 6 processes running of frp type [2026-03-12,15:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,15:20:24.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,15:35:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,15:35:24.482] [DEBUG] 6 processes running of frp type 2026-03-12 15:48:02.259 [I] [client/service.go:294] [5ebd6c2bcd8212a9] try to connect to server... 2026-03-12 15:48:04.190 [I] [client/service.go:286] [5ebd6c2bcd8212a9] login to server success, get run id [5ebd6c2bcd8212a9] 2026-03-12 15:48:04.191 [I] [proxy/proxy_manager.go:173] [5ebd6c2bcd8212a9] proxy added: [DTN57CC5599] 2026-03-12 15:48:04.509 [I] [client/control.go:168] [5ebd6c2bcd8212a9] [DTN57CC5599] start proxy success [2026-03-12,15:50:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,15:50:24.059] [DEBUG] 6 processes running of frp type [2026-03-12,16:05:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,16:05:24.386] [DEBUG] 6 processes running of frp type [2026-03-12,16:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,16:20:25.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,16:35:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,16:35:24.626] [DEBUG] 6 processes running of frp type [2026-03-12,16:50:18.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,16:50:27.901] [DEBUG] 6 processes running of frp type [2026-03-12,17:05:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,17:05:25.140] [DEBUG] 6 processes running of frp type [2026-03-12,17:20:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,17:20:24.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,17:35:17.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,17:35:24.583] [DEBUG] 6 processes running of frp type [2026-03-12,17:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,17:50:23.831] [DEBUG] 6 processes running of frp type [2026-03-12,18:05:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,18:05:23.735] [DEBUG] 6 processes running of frp type [2026-03-12,18:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,18:20:24.054] [DEBUG] 6 processes running of frp type [2026-03-12,18:25:41.009] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,18:25:41.014] [INFO] LocationSqlManager initialising [2026-03-12,18:25:41.015] [INFO] Location DB initialising [2026-03-12,18:25:41.024] [INFO] LocationSqlManager initialisation complete [2026-03-12,18:25:41.024] [DEBUG] UploadManager Init [2026-03-12,18:25:41.025] [DEBUG] UploadManager Init Complete [2026-03-12,18:25:41.028] [INFO] Initializing GPS... [2026-03-12,18:25:41.031] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,18:27:44.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,18:27:56.325] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-12,18:28:54.333] [DEBUG] Log Upload Complete! [2026-03-12,18:30:44.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,18:30:51.312] [DEBUG] Remote Access Enabled [2026-03-12,18:30:57.524] [INFO] Server Address: 138.201.17.179 [2026-03-12,18:30:57.525] [INFO] Server Port: 7000 [2026-03-12,18:30:57.529] [DEBUG] Starting Remote Access! 2026-03-12 18:30:57.667 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 18:30:57.667 [I] [client/service.go:294] try to connect to server... 2026-03-12 18:30:58.570 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 18:30:58.571 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 18:30:58.884 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-12,18:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,18:35:24.156] [DEBUG] 6 processes running of frp type [2026-03-12,18:50:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,18:50:23.659] [DEBUG] 6 processes running of frp type [2026-03-12,19:05:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,19:05:24.469] [DEBUG] 6 processes running of frp type [2026-03-12,19:20:18.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,19:20:24.941] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,19:35:18.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,19:35:25.744] [DEBUG] 6 processes running of frp type [2026-03-12,19:50:18.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,19:50:24.934] [DEBUG] 6 processes running of frp type [2026-03-12,20:05:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,20:05:24.292] [DEBUG] 6 processes running of frp type [2026-03-12,20:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,20:20:24.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,20:35:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,20:35:24.654] [DEBUG] 6 processes running of frp type [2026-03-12,20:50:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,20:50:24.202] [DEBUG] 6 processes running of frp type [2026-03-12,21:05:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,21:05:24.001] [DEBUG] 6 processes running of frp type [2026-03-12,21:20:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,21:20:25.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,21:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,21:35:24.000] [DEBUG] 6 processes running of frp type [2026-03-12,21:50:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,21:50:25.565] [DEBUG] 6 processes running of frp type 2026-03-12 22:01:27.734 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-12 22:01:30.824 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 22:01:30.825 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 22:01:31.250 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-12,22:05:23.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,22:05:35.820] [DEBUG] 6 processes running of frp type [2026-03-12,22:20:18.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,22:20:25.636] [DEBUG] 6 processes running of frp type 2026-03-12 22:20:25.833 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-12 22:20:26.839 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 22:20:26.841 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 22:20:27.071 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-12 22:31:52.395 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-12 22:31:59.596 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 22:31:59.597 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 22:32:00.682 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-12,22:35:16.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,22:35:55.900] [DEBUG] 6 processes running of frp type 2026-03-12 22:50:22.779 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... [2026-03-12,22:50:25.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-12 22:50:39.010 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 22:50:39.011 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 22:50:40.032 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-12,22:50:41.533] [DEBUG] 6 processes running of frp type 2026-03-12 22:51:38.269 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-12 22:51:44.903 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 22:51:44.905 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 22:51:45.162 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-12,23:05:18.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,23:05:24.858] [DEBUG] 6 processes running of frp type [2026-03-12,23:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,23:20:25.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,23:35:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,23:35:24.473] [DEBUG] 6 processes running of frp type 2026-03-12 23:36:06.440 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-12 23:36:07.634 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 23:36:07.635 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 23:36:08.667 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success 2026-03-12 23:37:17.074 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-12 23:37:18.785 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-12 23:37:18.788 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-12 23:37:19.009 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-12,23:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-12,23:50:25.066] [DEBUG] 6 processes running of frp type [2026-03-13,00:05:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,00:05:24.273] [DEBUG] 6 processes running of frp type [2026-03-13,00:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,00:20:24.581] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,00:35:18.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,00:35:24.704] [DEBUG] 6 processes running of frp type [2026-03-13,00:50:18.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,00:50:25.807] [DEBUG] 6 processes running of frp type [2026-03-13,01:05:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,01:05:23.687] [DEBUG] 6 processes running of frp type [2026-03-13,01:20:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,01:20:25.108] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,01:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,01:35:24.220] [DEBUG] 6 processes running of frp type [2026-03-13,01:50:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,01:50:27.768] [DEBUG] 6 processes running of frp type [2026-03-13,02:05:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,02:05:23.796] [DEBUG] 6 processes running of frp type 2026-03-13 02:06:13.156 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 02:06:19.253 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-13 02:06:19.253 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-13 02:06:24.675 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-13,02:20:16.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,02:20:23.609] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,02:35:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,02:35:24.337] [DEBUG] 6 processes running of frp type [2026-03-13,02:50:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,02:50:24.132] [DEBUG] 6 processes running of frp type [2026-03-13,03:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,03:05:24.066] [DEBUG] 6 processes running of frp type 2026-03-13 03:16:46.952 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 03:16:51.182 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-13 03:16:51.184 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-13 03:16:51.436 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-13,03:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,03:20:23.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,03:35:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,03:35:23.907] [DEBUG] 6 processes running of frp type [2026-03-13,03:50:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,03:50:23.846] [DEBUG] 6 processes running of frp type [2026-03-13,04:05:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,04:05:23.700] [DEBUG] 6 processes running of frp type 2026-03-13 04:06:27.664 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:06:27.718 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:06:29.798 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:06:30.760 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:06:35.328 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:06:36.842 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:06:46.541 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:06:46.545 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:07:06.546 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:07:06.550 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:07:26.551 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:07:26.556 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:07:46.557 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:07:46.561 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:08:06.563 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:08:06.566 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:08:26.567 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:08:26.570 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:08:46.571 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:08:46.574 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:09:06.576 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:09:06.631 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:09:26.632 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:09:26.637 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:09:46.638 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:09:46.640 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:10:06.641 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:10:06.644 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:10:26.645 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:10:26.650 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:10:46.652 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:10:46.655 [W] [client/service.go:297] [5c03a1025deae088] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 04:11:06.656 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:11:07.303 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-13 04:11:07.304 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-13 04:11:07.523 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-13,04:20:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,04:20:24.401] [DEBUG] 6 processes running of frp type 2026-03-13 04:22:00.423 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 04:22:01.225 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-13 04:22:01.225 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-13 04:22:01.701 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,04:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,04:35:24.474] [DEBUG] 6 processes running of frp type [2026-03-13,04:50:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,04:50:24.400] [DEBUG] 6 processes running of frp type [2026-03-13,05:05:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,05:05:24.635] [DEBUG] 6 processes running of frp type 2026-03-13 05:10:08.698 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 05:10:11.361 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-13 05:10:11.362 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-13 05:10:11.590 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success 2026-03-13 05:11:21.126 [I] [client/service.go:294] [5c03a1025deae088] try to connect to server... 2026-03-13 05:11:24.431 [I] [client/service.go:286] [5c03a1025deae088] login to server success, get run id [5c03a1025deae088] 2026-03-13 05:11:24.433 [I] [proxy/proxy_manager.go:173] [5c03a1025deae088] proxy added: [DTN57CC5599] 2026-03-13 05:11:24.755 [I] [client/control.go:168] [5c03a1025deae088] [DTN57CC5599] start proxy success [2026-03-13,05:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,05:20:24.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,05:35:18.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,05:35:24.749] [DEBUG] 6 processes running of frp type [2026-03-13,05:50:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,05:50:24.104] [DEBUG] 6 processes running of frp type [2026-03-13,06:05:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,06:05:24.000] [DEBUG] 6 processes running of frp type [2026-03-13,06:20:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,06:20:23.981] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,06:30:40.774] [INFO] Initializing BusSpeedStateManager V2 [2026-03-13,06:30:40.780] [INFO] LocationSqlManager initialising [2026-03-13,06:30:40.781] [INFO] Location DB initialising [2026-03-13,06:30:40.791] [INFO] LocationSqlManager initialisation complete [2026-03-13,06:30:40.792] [DEBUG] UploadManager Init [2026-03-13,06:30:40.792] [DEBUG] UploadManager Init Complete [2026-03-13,06:30:40.794] [INFO] Initializing GPS... [2026-03-13,06:30:40.796] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,06:32:44.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,06:32:55.977] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-13,06:33:13.165] [DEBUG] Log Upload Complete! [2026-03-13,06:35:44.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,06:35:51.193] [DEBUG] Remote Access Enabled [2026-03-13,06:35:57.404] [INFO] Server Address: 138.201.17.179 [2026-03-13,06:35:57.405] [INFO] Server Port: 7000 [2026-03-13,06:35:57.411] [DEBUG] Starting Remote Access! 2026-03-13 06:35:57.541 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-13 06:35:57.542 [I] [client/service.go:294] try to connect to server... 2026-03-13 06:35:58.204 [I] [client/service.go:286] [b342e0bb0f3aae9c] login to server success, get run id [b342e0bb0f3aae9c] 2026-03-13 06:35:58.205 [I] [proxy/proxy_manager.go:173] [b342e0bb0f3aae9c] proxy added: [DTN57CC5599] 2026-03-13 06:35:58.429 [I] [client/control.go:168] [b342e0bb0f3aae9c] [DTN57CC5599] start proxy success [2026-03-13,06:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,06:50:24.286] [DEBUG] 6 processes running of frp type [2026-03-13,07:05:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,07:05:24.601] [DEBUG] 6 processes running of frp type [2026-03-13,07:20:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,07:20:24.614] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,07:35:18.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,07:35:25.190] [DEBUG] 6 processes running of frp type [2026-03-13,07:50:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,07:50:24.679] [DEBUG] 6 processes running of frp type 2026-03-13 08:01:44.525 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:01:54.527 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:01:54.527 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:01:56.620 [I] [client/service.go:286] [b342e0bb0f3aae9c] login to server success, get run id [b342e0bb0f3aae9c] 2026-03-13 08:01:56.622 [I] [proxy/proxy_manager.go:173] [b342e0bb0f3aae9c] proxy added: [DTN57CC5599] 2026-03-13 08:01:56.848 [I] [client/control.go:168] [b342e0bb0f3aae9c] [DTN57CC5599] start proxy success [2026-03-13,08:02:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,08:02:25.366] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-13,08:02:43.366] [DEBUG] Log Upload Complete! [2026-03-13,08:05:18.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,08:05:24.863] [DEBUG] 6 processes running of frp type [2026-03-13,08:20:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,08:20:23.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,08:35:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,08:35:24.194] [DEBUG] 6 processes running of frp type 2026-03-13 08:41:38.691 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:41:48.694 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:41:48.694 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:41:50.931 [I] [client/service.go:286] [b342e0bb0f3aae9c] login to server success, get run id [b342e0bb0f3aae9c] 2026-03-13 08:41:50.933 [I] [proxy/proxy_manager.go:173] [b342e0bb0f3aae9c] proxy added: [DTN57CC5599] 2026-03-13 08:41:51.164 [I] [client/control.go:168] [b342e0bb0f3aae9c] [DTN57CC5599] start proxy success 2026-03-13 08:42:30.445 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:42:40.447 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:42:40.448 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:42:50.450 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:42:50.451 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:43:00.454 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:43:00.455 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:43:10.457 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:43:10.457 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:43:20.459 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:43:40.462 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:43:50.464 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:44:10.465 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:44:20.467 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 08:44:40.468 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:44:40.472 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:45:00.473 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:45:00.476 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:45:20.478 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:45:20.492 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:45:40.493 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:45:40.498 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:46:00.499 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:46:00.503 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:46:20.504 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:46:20.509 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:46:40.511 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:46:40.516 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:47:00.517 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:47:00.522 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:47:20.523 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:47:20.527 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:47:40.528 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:47:40.533 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:48:00.534 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:48:00.541 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:48:20.543 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:48:20.547 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:48:40.548 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:48:40.553 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:49:00.554 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:49:00.558 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:49:20.559 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:49:20.564 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:49:40.565 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:49:40.568 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:50:00.569 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:50:00.573 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:50:20.575 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:50:20.581 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:50:40.583 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:50:40.587 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:51:00.588 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:51:00.599 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:51:20.600 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:51:20.616 [W] [client/service.go:297] [b342e0bb0f3aae9c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 08:51:40.617 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 08:51:41.337 [I] [client/service.go:286] [b342e0bb0f3aae9c] login to server success, get run id [b342e0bb0f3aae9c] 2026-03-13 08:51:41.338 [I] [proxy/proxy_manager.go:173] [b342e0bb0f3aae9c] proxy added: [DTN57CC5599] 2026-03-13 08:51:41.560 [I] [client/control.go:168] [b342e0bb0f3aae9c] [DTN57CC5599] start proxy success 2026-03-13 09:02:27.220 [I] [client/service.go:294] [b342e0bb0f3aae9c] try to connect to server... 2026-03-13 09:02:28.220 [I] [client/service.go:286] [b342e0bb0f3aae9c] login to server success, get run id [b342e0bb0f3aae9c] 2026-03-13 09:02:28.222 [I] [proxy/proxy_manager.go:173] [b342e0bb0f3aae9c] proxy added: [DTN57CC5599] 2026-03-13 09:02:28.538 [I] [client/control.go:168] [b342e0bb0f3aae9c] [DTN57CC5599] start proxy success [2026-03-13,09:05:18.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,09:05:26.255] [DEBUG] 6 processes running of frp type [2026-03-13,09:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,09:20:24.348] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,09:35:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,09:35:24.774] [DEBUG] 6 processes running of frp type [2026-03-13,09:50:18.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,09:50:25.797] [DEBUG] 6 processes running of frp type [2026-03-13,10:05:17.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,10:05:23.752] [DEBUG] 6 processes running of frp type [2026-03-13,10:20:17.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,10:20:23.902] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,10:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,10:35:24.315] [DEBUG] 6 processes running of frp type [2026-03-13,10:50:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,10:50:23.964] [DEBUG] 6 processes running of frp type [2026-03-13,11:05:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,11:05:24.049] [DEBUG] 6 processes running of frp type [2026-03-13,11:20:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,11:20:24.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,11:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,11:35:24.497] [DEBUG] 6 processes running of frp type [2026-03-13,11:50:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,11:50:24.157] [DEBUG] 6 processes running of frp type [2026-03-13,12:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,12:05:24.462] [DEBUG] 6 processes running of frp type [2026-03-13,12:20:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,12:20:24.728] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,12:35:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,12:35:24.899] [DEBUG] 6 processes running of frp type [2026-03-13,12:50:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,12:50:24.307] [DEBUG] 6 processes running of frp type [2026-03-13,13:05:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,13:05:24.562] [DEBUG] 6 processes running of frp type [2026-03-13,13:20:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,13:20:24.726] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,13:35:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,13:35:24.130] [DEBUG] 6 processes running of frp type [2026-03-13,13:50:18.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,13:50:24.974] [DEBUG] 6 processes running of frp type [2026-03-13,14:05:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,14:05:24.015] [DEBUG] 6 processes running of frp type [2026-03-13,14:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,14:20:24.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,14:35:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,14:35:24.183] [DEBUG] 6 processes running of frp type [2026-03-13,14:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,14:50:24.541] [DEBUG] 6 processes running of frp type [2026-03-13,15:05:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,15:05:24.635] [DEBUG] 6 processes running of frp type [2026-03-13,15:20:16.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,15:20:23.829] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,15:35:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,15:35:24.498] [DEBUG] 6 processes running of frp type [2026-03-13,15:50:18.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,15:50:25.151] [DEBUG] 6 processes running of frp type [2026-03-13,16:05:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,16:05:24.237] [DEBUG] 6 processes running of frp type [2026-03-13,16:20:17.569] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,16:20:24.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,16:35:18.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,16:35:24.909] [DEBUG] 6 processes running of frp type [2026-03-13,16:50:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,16:50:24.666] [DEBUG] 6 processes running of frp type [2026-03-13,17:05:18.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,17:05:27.535] [DEBUG] 6 processes running of frp type [2026-03-13,17:20:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,17:20:24.594] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,17:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,17:35:24.571] [DEBUG] 6 processes running of frp type [2026-03-13,17:50:17.963] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,17:50:27.239] [DEBUG] 6 processes running of frp type [2026-03-13,18:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,18:05:24.697] [DEBUG] 6 processes running of frp type [2026-03-13,18:20:18.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,18:20:25.165] [DEBUG] 6 processes running of frp type [2026-03-13,18:25:42.168] [INFO] Initializing BusSpeedStateManager V2 [2026-03-13,18:25:42.173] [INFO] LocationSqlManager initialising [2026-03-13,18:25:42.173] [INFO] Location DB initialising [2026-03-13,18:25:42.182] [INFO] LocationSqlManager initialisation complete [2026-03-13,18:25:42.183] [DEBUG] UploadManager Init [2026-03-13,18:25:42.183] [DEBUG] UploadManager Init Complete [2026-03-13,18:25:42.186] [INFO] Initializing GPS... [2026-03-13,18:25:42.188] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,18:27:45.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,18:27:51.942] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-13,18:28:54.345] [DEBUG] Log Upload Complete! [2026-03-13,18:30:45.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,18:30:51.877] [DEBUG] Remote Access Enabled [2026-03-13,18:30:58.360] [INFO] Server Address: 138.201.17.179 [2026-03-13,18:30:58.360] [INFO] Server Port: 7000 [2026-03-13,18:30:58.365] [DEBUG] Starting Remote Access! 2026-03-13 18:30:58.497 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-13 18:30:58.498 [I] [client/service.go:294] try to connect to server... 2026-03-13 18:31:00.726 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 18:31:00.727 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 18:31:01.128 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-13,18:35:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,18:35:24.804] [DEBUG] 6 processes running of frp type [2026-03-13,18:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,18:50:25.065] [DEBUG] 6 processes running of frp type [2026-03-13,19:05:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,19:05:24.223] [DEBUG] 6 processes running of frp type [2026-03-13,19:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,19:20:24.203] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,19:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,19:35:24.226] [DEBUG] 6 processes running of frp type 2026-03-13 19:44:54.907 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 19:45:01.507 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 19:45:01.508 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 19:45:30.374 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success 2026-03-13 19:45:36.218 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 19:45:39.054 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 19:45:39.055 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 19:45:40.014 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success 2026-03-13 19:46:17.017 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 19:46:32.290 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: i/o deadline reached 2026-03-13 19:46:32.290 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 19:46:48.371 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: i/o deadline reached 2026-03-13 19:46:48.372 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 19:46:58.375 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 19:46:58.376 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 19:47:02.938 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 19:47:02.939 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 19:47:03.556 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-13,19:50:17.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,19:50:24.045] [DEBUG] 6 processes running of frp type 2026-03-13 20:03:47.888 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:03:57.890 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:03:57.890 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:04:07.891 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:04:07.892 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:04:17.894 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:04:17.894 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:04:27.896 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:04:27.896 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:04:37.897 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:04:57.898 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:05:07.901 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:05:27.902 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:05:27.910 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:05:47.912 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:05:47.914 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:06:07.915 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:06:07.919 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:06:27.920 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:06:27.924 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:06:47.925 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:06:47.928 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:07:07.929 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:07:07.932 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:07:27.932 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:07:36.381 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 20:07:36.383 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 20:07:36.696 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success 2026-03-13 20:08:15.397 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:08:25.399 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:08:25.399 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:08:35.401 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:08:35.401 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:08:45.403 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:08:45.403 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:08:55.405 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:08:55.405 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:09:05.407 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:09:25.408 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:09:35.409 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:09:55.411 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:10:05.413 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:10:25.414 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:10:25.420 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:10:45.421 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:10:45.424 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:11:05.426 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:11:05.431 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:11:25.432 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:11:25.439 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:11:45.440 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:11:45.445 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:12:05.445 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:12:05.449 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-13 20:12:25.450 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 20:12:26.379 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 20:12:26.380 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 20:12:26.695 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-13,20:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,20:20:24.388] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,20:35:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,20:35:24.282] [DEBUG] 6 processes running of frp type [2026-03-13,20:50:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,20:50:23.870] [DEBUG] 6 processes running of frp type [2026-03-13,21:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,21:05:23.624] [DEBUG] 6 processes running of frp type [2026-03-13,21:20:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,21:20:24.457] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,21:35:17.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,21:35:24.566] [DEBUG] 6 processes running of frp type [2026-03-13,21:50:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,21:50:24.825] [DEBUG] 6 processes running of frp type [2026-03-13,22:05:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-13,22:20:17.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,22:20:23.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,22:35:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,22:35:25.510] [DEBUG] 6 processes running of frp type [2026-03-13,22:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,22:50:24.183] [DEBUG] 6 processes running of frp type [2026-03-13,23:05:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,23:05:24.016] [DEBUG] 6 processes running of frp type 2026-03-13 23:09:44.109 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-13 23:09:45.893 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-13 23:09:45.894 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-13 23:09:46.498 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-13,23:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,23:20:23.873] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,23:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,23:35:23.851] [DEBUG] 6 processes running of frp type [2026-03-13,23:50:18.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-13,23:50:25.508] [DEBUG] 6 processes running of frp type [2026-03-14,00:05:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,00:05:24.212] [DEBUG] 6 processes running of frp type [2026-03-14,00:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,00:20:23.869] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-14 00:33:07.639 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 00:33:17.640 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 00:33:17.641 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 00:33:27.642 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 00:33:27.642 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 00:33:37.644 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 00:33:37.645 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 00:33:39.638 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-14 00:33:39.639 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-14 00:33:39.951 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-14,00:35:17.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,00:35:23.627] [DEBUG] 6 processes running of frp type [2026-03-14,00:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,00:50:24.190] [DEBUG] 6 processes running of frp type 2026-03-14 00:55:39.597 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 00:55:42.040 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-14 00:55:42.040 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-14 00:55:47.777 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-14,01:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,01:05:24.059] [DEBUG] 6 processes running of frp type [2026-03-14,01:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,01:20:23.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,01:35:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,01:35:23.652] [DEBUG] 6 processes running of frp type [2026-03-14,01:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,01:50:24.351] [DEBUG] 6 processes running of frp type [2026-03-14,02:05:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,02:05:24.056] [DEBUG] 6 processes running of frp type [2026-03-14,02:20:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,02:20:23.847] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,02:35:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,02:35:24.316] [DEBUG] 6 processes running of frp type [2026-03-14,02:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,02:50:24.153] [DEBUG] 6 processes running of frp type [2026-03-14,03:05:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,03:05:23.928] [DEBUG] 6 processes running of frp type [2026-03-14,03:20:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,03:20:23.822] [DEBUG] 6 processes running of frp type 2026-03-14 03:25:41.583 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 03:25:47.945 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-14 03:25:47.946 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-14 03:25:48.310 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,03:35:17.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,03:35:23.981] [DEBUG] 6 processes running of frp type [2026-03-14,03:50:16.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,03:50:23.507] [DEBUG] 6 processes running of frp type [2026-03-14,04:05:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,04:05:24.208] [DEBUG] 6 processes running of frp type 2026-03-14 04:06:32.215 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 04:06:33.666 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-14 04:06:33.667 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 04:06:36.706 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-14 04:06:36.707 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 04:06:39.747 [W] [client/service.go:297] [7d693ec6faa4e426] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-14 04:06:49.292 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 04:06:50.376 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-14 04:06:50.377 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-14 04:06:50.664 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success [2026-03-14,04:20:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,04:20:24.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,04:35:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,04:35:24.664] [DEBUG] 6 processes running of frp type [2026-03-14,04:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,04:50:24.288] [DEBUG] 6 processes running of frp type [2026-03-14,05:05:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,05:05:24.837] [DEBUG] 6 processes running of frp type [2026-03-14,05:20:17.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,05:20:23.704] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,05:35:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,05:35:24.192] [DEBUG] 6 processes running of frp type [2026-03-14,05:50:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,05:50:27.182] [DEBUG] 6 processes running of frp type [2026-03-14,06:05:18.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,06:05:25.166] [DEBUG] 6 processes running of frp type [2026-03-14,06:20:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,06:20:24.219] [DEBUG] 6 processes running of frp type 2026-03-14 06:21:02.210 [I] [client/service.go:294] [7d693ec6faa4e426] try to connect to server... 2026-03-14 06:21:05.619 [I] [client/service.go:286] [7d693ec6faa4e426] login to server success, get run id [7d693ec6faa4e426] 2026-03-14 06:21:05.621 [I] [proxy/proxy_manager.go:173] [7d693ec6faa4e426] proxy added: [DTN57CC5599] 2026-03-14 06:21:05.993 [I] [client/control.go:168] [7d693ec6faa4e426] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,06:30:40.896] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,06:30:40.902] [INFO] LocationSqlManager initialising [2026-03-14,06:30:40.903] [INFO] Location DB initialising [2026-03-14,06:30:40.913] [INFO] LocationSqlManager initialisation complete [2026-03-14,06:30:40.914] [DEBUG] UploadManager Init [2026-03-14,06:30:40.914] [DEBUG] UploadManager Init Complete [2026-03-14,06:30:40.917] [INFO] Initializing GPS... [2026-03-14,06:30:40.919] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,06:32:45.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,06:32:51.652] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-14,06:33:22.751] [DEBUG] Log Upload Complete! [2026-03-14,06:35:45.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,06:35:51.770] [DEBUG] Remote Access Enabled [2026-03-14,06:35:58.024] [INFO] Server Address: 138.201.17.179 [2026-03-14,06:35:58.025] [INFO] Server Port: 7000 [2026-03-14,06:35:58.030] [DEBUG] Starting Remote Access! 2026-03-14 06:35:58.163 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 06:35:58.164 [I] [client/service.go:294] try to connect to server... 2026-03-14 06:35:59.113 [I] [client/service.go:286] [ab346ba7f5478a76] login to server success, get run id [ab346ba7f5478a76] 2026-03-14 06:35:59.114 [I] [proxy/proxy_manager.go:173] [ab346ba7f5478a76] proxy added: [DTN57CC5599] 2026-03-14 06:35:59.435 [I] [client/control.go:168] [ab346ba7f5478a76] [DTN57CC5599] start proxy success [2026-03-14,06:50:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,06:50:24.043] [DEBUG] 6 processes running of frp type [2026-03-14,07:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,07:05:23.900] [DEBUG] 6 processes running of frp type [2026-03-14,07:20:16.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,07:20:23.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,07:35:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,07:35:24.357] [DEBUG] 6 processes running of frp type 2026-03-14 07:39:31.218 [I] [client/service.go:294] [ab346ba7f5478a76] try to connect to server... 2026-03-14 07:39:39.692 [I] [client/service.go:286] [ab346ba7f5478a76] login to server success, get run id [ab346ba7f5478a76] 2026-03-14 07:39:39.693 [I] [proxy/proxy_manager.go:173] [ab346ba7f5478a76] proxy added: [DTN57CC5599] 2026-03-14 07:39:39.998 [I] [client/control.go:168] [ab346ba7f5478a76] [DTN57CC5599] start proxy success [2026-03-14,07:50:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,07:50:24.355] [DEBUG] 6 processes running of frp type [2026-03-14,08:02:18.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,08:02:30.070] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-14,08:02:58.521] [DEBUG] Log Upload Complete! [2026-03-14,08:05:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,08:05:24.596] [DEBUG] 6 processes running of frp type [2026-03-14,08:20:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,08:20:24.350] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,08:35:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,08:35:24.419] [DEBUG] 6 processes running of frp type [2026-03-14,08:50:18.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,08:50:24.617] [DEBUG] 6 processes running of frp type [2026-03-14,09:05:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,09:05:24.733] [DEBUG] 6 processes running of frp type [2026-03-14,09:20:16.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,09:20:23.602] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,09:35:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,09:35:24.115] [DEBUG] 6 processes running of frp type [2026-03-14,09:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,09:50:24.069] [DEBUG] 6 processes running of frp type [2026-03-14,10:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,10:05:24.096] [DEBUG] 6 processes running of frp type [2026-03-14,10:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,10:20:23.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,10:35:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,10:35:23.979] [DEBUG] 6 processes running of frp type [2026-03-14,10:50:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,10:50:24.039] [DEBUG] 6 processes running of frp type [2026-03-14,11:05:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,11:05:24.270] [DEBUG] 6 processes running of frp type [2026-03-14,11:20:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,11:20:24.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,11:35:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,11:35:23.797] [DEBUG] 6 processes running of frp type [2026-03-14,11:50:17.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,11:50:23.893] [DEBUG] 6 processes running of frp type [2026-03-14,12:05:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,12:05:23.740] [DEBUG] 6 processes running of frp type [2026-03-14,12:20:16.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,12:20:23.569] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,12:35:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,12:35:24.860] [DEBUG] 6 processes running of frp type [2026-03-14,12:50:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,12:50:23.994] [DEBUG] 6 processes running of frp type [2026-03-14,13:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,13:05:24.661] [DEBUG] 6 processes running of frp type [2026-03-14,13:20:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,13:20:24.862] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,13:35:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,13:35:24.514] [DEBUG] 6 processes running of frp type [2026-03-14,13:50:17.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,13:50:23.916] [DEBUG] 6 processes running of frp type [2026-03-14,14:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,14:05:23.870] [DEBUG] 6 processes running of frp type [2026-03-14,14:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,14:20:23.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,14:35:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,14:35:24.799] [DEBUG] 6 processes running of frp type [2026-03-14,14:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,14:50:23.976] [DEBUG] 6 processes running of frp type [2026-03-14,15:05:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,15:05:24.287] [DEBUG] 6 processes running of frp type [2026-03-14,15:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,15:20:24.228] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,15:35:18.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,15:35:25.412] [DEBUG] 6 processes running of frp type [2026-03-14,15:50:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,15:50:23.700] [DEBUG] 6 processes running of frp type [2026-03-14,16:05:17.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,16:05:23.727] [DEBUG] 6 processes running of frp type [2026-03-14,16:20:18.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,16:20:24.663] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,16:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,16:35:24.179] [DEBUG] 6 processes running of frp type [2026-03-14,16:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,16:50:24.311] [DEBUG] 6 processes running of frp type [2026-03-14,17:05:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,17:05:24.531] [DEBUG] 6 processes running of frp type [2026-03-14,17:20:18.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,17:20:24.762] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,17:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,17:35:24.061] [DEBUG] 6 processes running of frp type [2026-03-14,17:50:17.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,17:50:23.694] [DEBUG] 6 processes running of frp type [2026-03-14,18:05:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,18:05:24.637] [DEBUG] 6 processes running of frp type [2026-03-14,18:20:18.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,18:20:24.636] [DEBUG] 6 processes running of frp type [2026-03-14,18:25:42.093] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,18:25:42.098] [INFO] LocationSqlManager initialising [2026-03-14,18:25:42.099] [INFO] Location DB initialising [2026-03-14,18:25:42.109] [INFO] LocationSqlManager initialisation complete [2026-03-14,18:25:42.109] [DEBUG] UploadManager Init [2026-03-14,18:25:42.110] [DEBUG] UploadManager Init Complete [2026-03-14,18:25:42.112] [INFO] Initializing GPS... [2026-03-14,18:25:42.114] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,18:27:45.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,18:27:51.943] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-14,18:29:08.234] [DEBUG] Log Upload Complete! [2026-03-14,18:30:45.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,18:30:52.473] [DEBUG] Remote Access Enabled [2026-03-14,18:30:58.716] [INFO] Server Address: 138.201.17.179 [2026-03-14,18:30:58.717] [INFO] Server Port: 7000 [2026-03-14,18:30:58.721] [DEBUG] Starting Remote Access! 2026-03-14 18:30:58.860 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 18:30:58.860 [I] [client/service.go:294] try to connect to server... 2026-03-14 18:30:59.777 [I] [client/service.go:286] [cfdb10094040094c] login to server success, get run id [cfdb10094040094c] 2026-03-14 18:30:59.778 [I] [proxy/proxy_manager.go:173] [cfdb10094040094c] proxy added: [DTN57CC5599] 2026-03-14 18:31:00.106 [I] [client/control.go:168] [cfdb10094040094c] [DTN57CC5599] start proxy success [2026-03-14,18:35:17.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,18:35:24.205] [DEBUG] 6 processes running of frp type [2026-03-14,18:50:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,18:50:24.760] [DEBUG] 6 processes running of frp type [2026-03-14,19:05:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,19:05:23.699] [DEBUG] 6 processes running of frp type [2026-03-14,19:20:18.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,19:20:24.813] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,19:35:21.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,19:35:28.014] [DEBUG] 6 processes running of frp type [2026-03-14,19:50:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,19:50:25.538] [DEBUG] 6 processes running of frp type [2026-03-14,20:05:18.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,20:05:24.908] [DEBUG] 6 processes running of frp type [2026-03-14,20:20:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,20:20:24.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,20:35:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,20:35:24.242] [DEBUG] 6 processes running of frp type [2026-03-14,20:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,20:50:24.088] [DEBUG] 6 processes running of frp type [2026-03-14,21:05:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,21:05:24.485] [DEBUG] 6 processes running of frp type [2026-03-14,21:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,21:20:25.403] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,21:35:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,21:35:29.476] [DEBUG] 6 processes running of frp type 2026-03-14 21:47:27.665 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-14 21:47:37.666 [W] [client/service.go:297] [cfdb10094040094c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 21:47:37.667 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-14 21:47:47.474 [I] [client/service.go:286] [cfdb10094040094c] login to server success, get run id [cfdb10094040094c] 2026-03-14 21:47:47.475 [I] [proxy/proxy_manager.go:173] [cfdb10094040094c] proxy added: [DTN57CC5599] 2026-03-14 21:47:47.890 [I] [client/control.go:168] [cfdb10094040094c] [DTN57CC5599] start proxy success [2026-03-14,21:50:18.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,21:50:29.015] [DEBUG] 6 processes running of frp type [2026-03-14,22:05:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,22:05:24.339] [DEBUG] 6 processes running of frp type [2026-03-14,22:20:17.592] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,22:20:30.196] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,22:35:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,22:35:24.286] [DEBUG] 6 processes running of frp type [2026-03-14,22:50:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,22:50:24.076] [DEBUG] 6 processes running of frp type [2026-03-14,23:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,23:05:23.899] [DEBUG] 6 processes running of frp type [2026-03-14,23:20:17.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,23:20:24.026] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,23:35:18.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,23:35:25.835] [DEBUG] 6 processes running of frp type [2026-03-14,23:50:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-14,23:50:24.361] [DEBUG] 6 processes running of frp type [2026-03-15,00:05:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,00:05:25.276] [DEBUG] 6 processes running of frp type [2026-03-15,00:20:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,00:20:24.050] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,00:35:17.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,00:35:24.157] [DEBUG] 6 processes running of frp type [2026-03-15,00:50:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,00:50:24.733] [DEBUG] 6 processes running of frp type [2026-03-15,01:05:17.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,01:05:23.999] [DEBUG] 6 processes running of frp type [2026-03-15,01:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,01:20:24.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,01:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,01:35:23.894] [DEBUG] 6 processes running of frp type [2026-03-15,01:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,01:50:24.036] [DEBUG] 6 processes running of frp type [2026-03-15,02:05:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,02:05:23.875] [DEBUG] 6 processes running of frp type [2026-03-15,02:20:16.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,02:20:23.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,02:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,02:35:23.828] [DEBUG] 6 processes running of frp type [2026-03-15,02:50:17.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,02:50:24.616] [DEBUG] 6 processes running of frp type [2026-03-15,03:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,03:05:24.411] [DEBUG] 6 processes running of frp type [2026-03-15,03:20:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,03:20:24.163] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,03:35:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,03:35:24.048] [DEBUG] 6 processes running of frp type [2026-03-15,03:50:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,03:50:23.522] [DEBUG] 6 processes running of frp type [2026-03-15,04:05:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,04:05:24.277] [DEBUG] 6 processes running of frp type 2026-03-15 04:06:22.587 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-15 04:06:26.349 [W] [client/service.go:297] [cfdb10094040094c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 04:06:26.350 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-15 04:06:29.390 [W] [client/service.go:297] [cfdb10094040094c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 04:06:29.390 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-15 04:06:32.429 [W] [client/service.go:297] [cfdb10094040094c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 04:06:42.014 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-15 04:06:42.029 [W] [client/service.go:297] [cfdb10094040094c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 04:07:01.616 [I] [client/service.go:294] [cfdb10094040094c] try to connect to server... 2026-03-15 04:07:02.264 [I] [client/service.go:286] [cfdb10094040094c] login to server success, get run id [cfdb10094040094c] 2026-03-15 04:07:02.265 [I] [proxy/proxy_manager.go:173] [cfdb10094040094c] proxy added: [DTN57CC5599] 2026-03-15 04:07:02.482 [I] [client/control.go:168] [cfdb10094040094c] [DTN57CC5599] start proxy success [2026-03-15,04:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,04:20:24.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,04:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,04:35:24.166] [DEBUG] 6 processes running of frp type [2026-03-15,04:50:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,04:50:24.325] [DEBUG] 6 processes running of frp type [2026-03-15,05:05:19.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,05:05:29.032] [DEBUG] 6 processes running of frp type [2026-03-15,05:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,05:20:24.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,05:35:18.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,05:35:24.799] [DEBUG] 6 processes running of frp type [2026-03-15,05:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,05:50:23.941] [DEBUG] 6 processes running of frp type [2026-03-15,06:05:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,06:05:23.727] [DEBUG] 6 processes running of frp type [2026-03-15,06:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,06:20:24.086] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,06:30:41.040] [INFO] Initializing BusSpeedStateManager V2 [2026-03-15,06:30:41.047] [INFO] LocationSqlManager initialising [2026-03-15,06:30:41.048] [INFO] Location DB initialising [2026-03-15,06:30:41.059] [INFO] LocationSqlManager initialisation complete [2026-03-15,06:30:41.060] [DEBUG] UploadManager Init [2026-03-15,06:30:41.061] [DEBUG] UploadManager Init Complete [2026-03-15,06:30:41.065] [INFO] Initializing GPS... [2026-03-15,06:30:41.068] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,06:32:45.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,06:32:52.065] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-15,06:33:06.030] [DEBUG] Log Upload Complete! [2026-03-15,06:35:44.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,06:35:51.435] [DEBUG] Remote Access Enabled [2026-03-15,06:35:57.666] [INFO] Server Address: 138.201.17.179 [2026-03-15,06:35:57.666] [INFO] Server Port: 7000 [2026-03-15,06:35:57.671] [DEBUG] Starting Remote Access! 2026-03-15 06:35:57.807 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-15 06:35:57.808 [I] [client/service.go:294] try to connect to server... 2026-03-15 06:35:58.466 [I] [client/service.go:286] [7f22eb3524588c81] login to server success, get run id [7f22eb3524588c81] 2026-03-15 06:35:58.467 [I] [proxy/proxy_manager.go:173] [7f22eb3524588c81] proxy added: [DTN57CC5599] 2026-03-15 06:35:58.693 [I] [client/control.go:168] [7f22eb3524588c81] [DTN57CC5599] start proxy success [2026-03-15,06:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,06:50:24.027] [DEBUG] 6 processes running of frp type [2026-03-15,07:05:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,07:05:24.235] [DEBUG] 6 processes running of frp type [2026-03-15,07:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,07:20:24.153] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,07:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,07:35:24.138] [DEBUG] 6 processes running of frp type [2026-03-15,07:50:23.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,07:50:29.662] [DEBUG] 6 processes running of frp type [2026-03-15,08:02:17.877] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-15,08:05:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,08:05:24.684] [DEBUG] 6 processes running of frp type [2026-03-15,08:20:21.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,08:20:27.909] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,08:35:22.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,08:35:29.301] [DEBUG] 6 processes running of frp type [2026-03-15,08:50:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,08:50:24.713] [DEBUG] 6 processes running of frp type 2026-03-15 08:58:18.075 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 08:58:28.077 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 08:58:28.078 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 08:58:38.080 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 08:58:38.080 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 08:58:48.082 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 08:58:48.083 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 08:58:58.084 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 08:58:58.085 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 08:59:08.087 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 08:59:28.088 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 08:59:38.090 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 08:59:58.090 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:00:08.092 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:00:28.094 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:00:28.100 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:00:48.101 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:00:48.107 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:01:08.108 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:01:08.111 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:01:28.112 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:01:29.362 [I] [client/service.go:286] [7f22eb3524588c81] login to server success, get run id [7f22eb3524588c81] 2026-03-15 09:01:29.364 [I] [proxy/proxy_manager.go:173] [7f22eb3524588c81] proxy added: [DTN57CC5599] 2026-03-15 09:01:29.690 [I] [client/control.go:168] [7f22eb3524588c81] [DTN57CC5599] start proxy success 2026-03-15 09:04:44.922 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:04:54.925 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:04:54.925 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:05:04.927 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:05:04.927 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:05:14.928 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:05:14.929 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:05:24.931 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:05:24.931 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:05:34.933 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:05:54.935 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:06:04.936 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:06:24.938 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:06:34.940 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:06:54.941 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:07:02.036 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:07:22.037 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:07:22.042 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:07:42.043 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:07:42.048 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:08:02.049 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:08:02.053 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:08:22.054 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:08:22.061 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:08:42.062 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:08:42.068 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:09:02.069 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:09:02.074 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:09:22.076 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:09:22.081 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:09:42.082 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:09:42.115 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:10:02.117 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:10:02.121 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:10:22.122 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:10:22.127 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:10:42.128 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:10:42.132 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:11:02.133 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:11:02.136 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:11:22.136 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:11:22.140 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:11:42.141 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:11:42.152 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:12:02.153 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:12:02.156 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:12:22.156 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:12:22.178 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:12:42.179 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:12:42.183 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 09:13:02.185 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:13:03.228 [I] [client/service.go:286] [7f22eb3524588c81] login to server success, get run id [7f22eb3524588c81] 2026-03-15 09:13:03.230 [I] [proxy/proxy_manager.go:173] [7f22eb3524588c81] proxy added: [DTN57CC5599] 2026-03-15 09:13:03.731 [I] [client/control.go:168] [7f22eb3524588c81] [DTN57CC5599] start proxy success [2026-03-15,09:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,09:20:24.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-15 09:33:29.127 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:33:39.129 [W] [client/service.go:297] [7f22eb3524588c81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 09:33:39.130 [I] [client/service.go:294] [7f22eb3524588c81] try to connect to server... 2026-03-15 09:33:42.561 [I] [client/service.go:286] [7f22eb3524588c81] login to server success, get run id [7f22eb3524588c81] 2026-03-15 09:33:42.563 [I] [proxy/proxy_manager.go:173] [7f22eb3524588c81] proxy added: [DTN57CC5599] 2026-03-15 09:33:42.878 [I] [client/control.go:168] [7f22eb3524588c81] [DTN57CC5599] start proxy success [2026-03-15,09:35:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,09:35:24.730] [DEBUG] 6 processes running of frp type [2026-03-15,09:50:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,09:50:25.449] [DEBUG] 6 processes running of frp type [2026-03-15,10:05:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,10:05:24.296] [DEBUG] 6 processes running of frp type [2026-03-15,10:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,10:20:24.351] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,10:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,10:35:24.812] [DEBUG] 6 processes running of frp type [2026-03-15,10:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,10:50:24.362] [DEBUG] 6 processes running of frp type [2026-03-15,11:05:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,11:05:24.566] [DEBUG] 6 processes running of frp type [2026-03-15,11:20:18.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,11:20:25.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,11:35:18.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,11:35:25.019] [DEBUG] 6 processes running of frp type [2026-03-15,11:50:18.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,11:50:25.162] [DEBUG] 6 processes running of frp type [2026-03-15,12:05:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,12:05:25.101] [DEBUG] 6 processes running of frp type [2026-03-15,12:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,12:20:24.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,12:35:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,12:35:29.270] [DEBUG] 6 processes running of frp type [2026-03-15,12:50:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,12:50:24.572] [DEBUG] 6 processes running of frp type [2026-03-15,13:05:18.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,13:05:24.857] [DEBUG] 6 processes running of frp type [2026-03-15,13:20:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,13:20:23.946] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,13:35:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,13:35:24.713] [DEBUG] 6 processes running of frp type [2026-03-15,13:50:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,13:50:24.426] [DEBUG] 6 processes running of frp type [2026-03-15,14:05:18.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,14:05:25.113] [DEBUG] 6 processes running of frp type [2026-03-15,14:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,14:20:24.389] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,14:35:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,14:35:24.422] [DEBUG] 6 processes running of frp type [2026-03-15,14:50:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,14:50:23.862] [DEBUG] 6 processes running of frp type [2026-03-15,15:05:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,15:05:24.538] [DEBUG] 6 processes running of frp type [2026-03-15,15:20:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,15:20:24.775] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,15:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,15:35:24.349] [DEBUG] 6 processes running of frp type [2026-03-15,15:50:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,15:50:24.535] [DEBUG] 6 processes running of frp type [2026-03-15,16:05:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,16:05:24.636] [DEBUG] 6 processes running of frp type [2026-03-15,16:20:18.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,16:20:25.223] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,16:35:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,16:35:24.615] [DEBUG] 6 processes running of frp type [2026-03-15,16:50:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,16:50:24.394] [DEBUG] 6 processes running of frp type [2026-03-15,17:05:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,17:05:24.520] [DEBUG] 6 processes running of frp type [2026-03-15,17:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,17:20:24.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,17:35:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,17:35:24.572] [DEBUG] 6 processes running of frp type [2026-03-15,17:50:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,17:50:25.609] [DEBUG] 6 processes running of frp type [2026-03-15,18:05:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,18:05:25.267] [DEBUG] 6 processes running of frp type [2026-03-15,18:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,18:20:26.353] [DEBUG] 6 processes running of frp type [2026-03-15,18:25:41.310] [INFO] Initializing BusSpeedStateManager V2 [2026-03-15,18:25:41.318] [INFO] LocationSqlManager initialising [2026-03-15,18:25:41.319] [INFO] Location DB initialising [2026-03-15,18:25:41.329] [INFO] LocationSqlManager initialisation complete [2026-03-15,18:25:41.331] [DEBUG] UploadManager Init [2026-03-15,18:25:41.332] [DEBUG] UploadManager Init Complete [2026-03-15,18:25:41.336] [INFO] Initializing GPS... [2026-03-15,18:25:41.340] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,18:27:45.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,18:27:57.357] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-15,18:28:16.935] [DEBUG] Log Upload Complete! [2026-03-15,18:30:44.627] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-15,18:30:49.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,18:30:56.643] [DEBUG] Remote Access Enabled [2026-03-15,18:31:02.970] [INFO] Server Address: 138.201.17.179 [2026-03-15,18:31:02.972] [INFO] Server Port: 7000 [2026-03-15,18:31:02.983] [DEBUG] Starting Remote Access! 2026-03-15 18:31:03.147 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-15 18:31:03.148 [I] [client/service.go:294] try to connect to server... 2026-03-15 18:31:04.153 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 18:31:04.153 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 18:31:04.469 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,18:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,18:35:24.130] [DEBUG] 6 processes running of frp type [2026-03-15,18:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,18:50:23.989] [DEBUG] 6 processes running of frp type [2026-03-15,19:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,19:06:10.945] [DEBUG] 6 processes running of frp type 2026-03-15 19:17:50.626 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:18:00.628 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 19:18:00.628 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:18:05.364 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 19:18:05.365 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 19:18:06.213 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,19:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,19:20:24.236] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,19:35:18.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,19:35:26.538] [DEBUG] 6 processes running of frp type [2026-03-15,19:50:18.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,19:50:26.341] [DEBUG] 6 processes running of frp type 2026-03-15 19:58:36.816 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:58:46.817 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 19:58:46.818 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:58:56.820 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 19:58:56.820 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:59:04.085 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 19:59:04.086 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:59:04.089 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 19:59:23.741 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:59:23.743 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 19:59:43.744 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 19:59:43.748 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:00:03.749 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:00:03.755 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:00:23.757 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:00:23.764 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:00:43.765 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:00:43.791 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:01:03.793 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:01:03.796 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:01:23.798 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:01:23.802 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:01:43.803 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:01:43.808 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:02:03.809 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:02:03.813 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:02:23.814 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:02:23.818 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:02:43.820 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:02:43.825 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:03:03.827 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:03:03.830 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:03:23.831 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:03:23.836 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:03:43.837 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:03:43.839 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:04:03.840 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:04:03.843 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:04:23.844 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:04:23.846 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 20:04:43.846 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:04:46.914 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 20:04:46.915 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 20:04:49.249 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,20:05:20.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,20:05:28.843] [DEBUG] 6 processes running of frp type [2026-03-15,20:20:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,20:20:23.641] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,20:35:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,20:35:24.090] [DEBUG] 6 processes running of frp type 2026-03-15 20:49:37.677 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:49:38.913 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 20:49:38.914 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 20:49:39.463 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,20:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,20:50:25.421] [DEBUG] 6 processes running of frp type 2026-03-15 20:51:19.144 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 20:51:23.510 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 20:51:23.510 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 20:51:23.946 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,21:05:18.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,21:05:24.729] [DEBUG] 6 processes running of frp type [2026-03-15,21:20:18.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,21:20:26.169] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,21:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,21:35:24.537] [DEBUG] 6 processes running of frp type [2026-03-15,21:50:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,21:50:24.469] [DEBUG] 6 processes running of frp type [2026-03-15,22:05:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,22:05:24.368] [DEBUG] 6 processes running of frp type [2026-03-15,22:20:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,22:20:24.321] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,22:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,22:35:24.448] [DEBUG] 6 processes running of frp type 2026-03-15 22:48:38.705 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:48:54.021 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: connection write timeout 2026-03-15 22:48:54.022 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:49:04.023 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:49:04.024 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:49:07.272 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 22:49:07.277 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 22:49:08.693 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,22:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,22:50:29.952] [DEBUG] 6 processes running of frp type 2026-03-15 22:57:01.791 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:57:11.792 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:57:11.793 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:57:21.795 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:57:21.795 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:57:31.796 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:57:31.797 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:57:47.264 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: connection write timeout 2026-03-15 22:57:47.265 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:57:57.267 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:58:17.268 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:58:27.271 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:58:47.272 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:58:57.275 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:59:17.276 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 22:59:23.435 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 22:59:23.437 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 22:59:25.026 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success 2026-03-15 22:59:57.641 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:00:05.058 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 23:00:05.060 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 23:00:05.955 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success 2026-03-15 23:05:15.137 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:05:25.140 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 23:05:25.141 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:05:35.142 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 23:05:35.143 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:05:45.144 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 23:05:45.145 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:05:55.147 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 23:05:55.147 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:06:05.149 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 23:06:25.150 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:06:35.152 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 23:06:55.153 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:06:55.157 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 23:07:15.158 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:07:15.161 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 23:07:35.163 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:07:35.166 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 23:07:55.167 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:07:55.170 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 23:08:15.172 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:08:15.177 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-15 23:08:35.178 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-15 23:08:36.125 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-15 23:08:36.125 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-15 23:08:36.458 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-15,23:20:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,23:20:23.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,23:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,23:35:24.438] [DEBUG] 6 processes running of frp type [2026-03-15,23:50:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-15,23:50:24.226] [DEBUG] 6 processes running of frp type [2026-03-16,00:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,00:05:24.626] [DEBUG] 6 processes running of frp type [2026-03-16,00:20:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,00:20:24.476] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,00:35:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,00:35:24.501] [DEBUG] 6 processes running of frp type [2026-03-16,00:50:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,00:50:24.532] [DEBUG] 6 processes running of frp type 2026-03-16 00:54:22.026 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 00:54:22.885 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-16 00:54:22.886 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-16 00:54:23.139 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success 2026-03-16 00:59:04.569 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 00:59:05.529 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-16 00:59:05.530 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-16 00:59:05.767 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-16,01:05:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,01:05:24.435] [DEBUG] 6 processes running of frp type [2026-03-16,01:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,01:20:24.291] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,01:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,01:35:24.461] [DEBUG] 6 processes running of frp type [2026-03-16,01:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,01:50:23.987] [DEBUG] 6 processes running of frp type 2026-03-16 01:51:12.497 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 01:51:16.490 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-16 01:51:16.491 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-16 01:51:16.704 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-16,02:05:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,02:05:23.592] [DEBUG] 6 processes running of frp type [2026-03-16,02:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,02:20:24.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,02:35:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,02:35:24.035] [DEBUG] 6 processes running of frp type [2026-03-16,02:50:17.827] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,02:50:24.247] [DEBUG] 6 processes running of frp type [2026-03-16,03:05:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,03:05:23.925] [DEBUG] 6 processes running of frp type [2026-03-16,03:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,03:20:23.762] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,03:35:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,03:35:33.113] [DEBUG] 6 processes running of frp type [2026-03-16,03:50:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,03:50:24.207] [DEBUG] 6 processes running of frp type [2026-03-16,04:05:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,04:05:24.048] [DEBUG] 6 processes running of frp type 2026-03-16 04:06:47.012 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 04:06:47.014 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-16 04:06:49.070 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 04:06:49.073 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-16 04:06:53.385 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 04:07:03.387 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-16 04:07:03.387 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 04:07:04.360 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-16 04:07:04.361 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-16 04:07:04.613 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-16,04:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,04:20:23.664] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,04:35:17.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,04:35:23.732] [DEBUG] 6 processes running of frp type [2026-03-16,04:50:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,04:50:23.869] [DEBUG] 6 processes running of frp type [2026-03-16,05:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,05:05:24.060] [DEBUG] 6 processes running of frp type [2026-03-16,05:20:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,05:20:23.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,05:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,05:35:24.351] [DEBUG] 6 processes running of frp type 2026-03-16 05:37:11.972 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 05:37:21.975 [W] [client/service.go:297] [df16f64ef1ba1040] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-16 05:37:21.976 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 05:37:30.061 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-16 05:37:30.063 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-16 05:37:30.667 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-16,05:50:18.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,05:50:24.828] [DEBUG] 6 processes running of frp type [2026-03-16,06:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,06:05:24.384] [DEBUG] 6 processes running of frp type 2026-03-16 06:06:17.631 [I] [client/service.go:294] [df16f64ef1ba1040] try to connect to server... 2026-03-16 06:06:18.631 [I] [client/service.go:286] [df16f64ef1ba1040] login to server success, get run id [df16f64ef1ba1040] 2026-03-16 06:06:18.632 [I] [proxy/proxy_manager.go:173] [df16f64ef1ba1040] proxy added: [DTN57CC5599] 2026-03-16 06:06:19.687 [I] [client/control.go:168] [df16f64ef1ba1040] [DTN57CC5599] start proxy success [2026-03-16,06:20:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,06:20:24.569] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,06:30:41.736] [INFO] Initializing BusSpeedStateManager V2 [2026-03-16,06:30:41.742] [INFO] LocationSqlManager initialising [2026-03-16,06:30:41.743] [INFO] Location DB initialising [2026-03-16,06:30:41.753] [INFO] LocationSqlManager initialisation complete [2026-03-16,06:30:41.754] [DEBUG] UploadManager Init [2026-03-16,06:30:41.754] [DEBUG] UploadManager Init Complete [2026-03-16,06:30:41.757] [INFO] Initializing GPS... [2026-03-16,06:30:41.760] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,06:32:45.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,06:32:56.912] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-16,06:33:37.727] [DEBUG] Log Upload Complete! [2026-03-16,06:35:45.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,06:35:52.237] [DEBUG] Remote Access Enabled [2026-03-16,06:35:58.466] [INFO] Server Address: 138.201.17.179 [2026-03-16,06:35:58.467] [INFO] Server Port: 7000 [2026-03-16,06:35:58.473] [DEBUG] Starting Remote Access! 2026-03-16 06:35:58.603 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-16 06:35:58.604 [I] [client/service.go:294] try to connect to server... 2026-03-16 06:35:59.501 [I] [client/service.go:286] [304022c5835fe16b] login to server success, get run id [304022c5835fe16b] 2026-03-16 06:35:59.503 [I] [proxy/proxy_manager.go:173] [304022c5835fe16b] proxy added: [DTN57CC5599] 2026-03-16 06:35:59.804 [I] [client/control.go:168] [304022c5835fe16b] [DTN57CC5599] start proxy success [2026-03-16,06:50:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,06:50:24.769] [DEBUG] 6 processes running of frp type [2026-03-16,07:05:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,07:05:23.889] [DEBUG] 6 processes running of frp type [2026-03-16,07:20:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,07:20:23.978] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,07:35:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,07:35:24.501] [DEBUG] 6 processes running of frp type [2026-03-16,07:50:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,07:50:25.406] [DEBUG] 6 processes running of frp type [2026-03-16,08:02:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,08:02:24.577] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-16,08:02:55.983] [DEBUG] Log Upload Complete! [2026-03-16,08:05:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,08:05:24.499] [DEBUG] 6 processes running of frp type [2026-03-16,08:20:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,08:20:24.303] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,08:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,08:35:24.389] [DEBUG] 6 processes running of frp type [2026-03-16,08:50:18.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,08:50:24.803] [DEBUG] 6 processes running of frp type [2026-03-16,09:05:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,09:05:24.044] [DEBUG] 6 processes running of frp type [2026-03-16,09:20:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,09:20:24.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,09:35:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,09:35:24.606] [DEBUG] 6 processes running of frp type [2026-03-16,09:50:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,09:50:29.291] [DEBUG] 6 processes running of frp type [2026-03-16,10:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,10:05:24.152] [DEBUG] 6 processes running of frp type [2026-03-16,10:20:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,10:20:29.244] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,10:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,10:35:24.491] [DEBUG] 6 processes running of frp type [2026-03-16,10:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,10:50:24.312] [DEBUG] 6 processes running of frp type [2026-03-16,11:05:17.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,11:05:25.062] [DEBUG] 6 processes running of frp type [2026-03-16,11:20:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,11:20:24.246] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,11:35:18.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,11:35:25.228] [DEBUG] 6 processes running of frp type [2026-03-16,11:50:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,11:50:24.773] [DEBUG] 6 processes running of frp type [2026-03-16,12:05:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,12:05:23.707] [DEBUG] 6 processes running of frp type [2026-03-16,12:20:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,12:20:24.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,12:35:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,12:35:24.237] [DEBUG] 6 processes running of frp type [2026-03-16,12:50:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,12:50:24.484] [DEBUG] 6 processes running of frp type [2026-03-16,13:05:20.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,13:05:27.348] [DEBUG] 6 processes running of frp type [2026-03-16,13:20:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,13:20:24.351] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,13:35:18.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,13:35:25.042] [DEBUG] 6 processes running of frp type [2026-03-16,13:50:18.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,13:50:25.676] [DEBUG] 6 processes running of frp type [2026-03-16,14:05:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,14:05:25.166] [DEBUG] 6 processes running of frp type [2026-03-16,14:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,14:20:24.229] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,14:35:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,14:35:24.823] [DEBUG] 6 processes running of frp type [2026-03-16,14:50:17.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,14:50:23.696] [DEBUG] 6 processes running of frp type [2026-03-16,15:05:16.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,15:05:23.635] [DEBUG] 6 processes running of frp type [2026-03-16,15:20:17.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,15:20:24.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,15:35:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,15:35:23.990] [DEBUG] 6 processes running of frp type [2026-03-16,15:50:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,15:50:23.906] [DEBUG] 6 processes running of frp type [2026-03-16,16:05:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,16:05:28.980] [DEBUG] 6 processes running of frp type [2026-03-16,16:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,16:20:24.201] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,16:35:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,16:35:24.394] [DEBUG] 6 processes running of frp type [2026-03-16,16:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,16:50:23.985] [DEBUG] 6 processes running of frp type [2026-03-16,17:05:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,17:05:29.025] [DEBUG] 6 processes running of frp type [2026-03-16,17:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,17:20:23.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,17:35:18.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,17:35:25.612] [DEBUG] 6 processes running of frp type [2026-03-16,17:50:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,17:50:24.274] [DEBUG] 6 processes running of frp type [2026-03-16,18:05:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,18:05:24.440] [DEBUG] 6 processes running of frp type [2026-03-16,18:20:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,18:20:24.602] [DEBUG] 6 processes running of frp type [2026-03-16,18:25:42.587] [INFO] Initializing BusSpeedStateManager V2 [2026-03-16,18:25:42.595] [INFO] LocationSqlManager initialising [2026-03-16,18:25:42.596] [INFO] Location DB initialising [2026-03-16,18:25:42.607] [INFO] LocationSqlManager initialisation complete [2026-03-16,18:25:42.608] [DEBUG] UploadManager Init [2026-03-16,18:25:42.608] [DEBUG] UploadManager Init Complete [2026-03-16,18:25:42.613] [INFO] Initializing GPS... [2026-03-16,18:25:42.616] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,18:27:45.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,18:27:58.554] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-16,18:29:27.850] [DEBUG] Log Upload Complete! [2026-03-16,18:30:45.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,18:30:57.006] [DEBUG] Remote Access Enabled [2026-03-16,18:31:03.733] [INFO] Server Address: 138.201.17.179 [2026-03-16,18:31:03.734] [INFO] Server Port: 7000 [2026-03-16,18:31:03.738] [DEBUG] Starting Remote Access! 2026-03-16 18:31:03.873 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-16 18:31:03.874 [I] [client/service.go:294] try to connect to server... 2026-03-16 18:31:04.743 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-16 18:31:04.744 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-16 18:31:05.043 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success [2026-03-16,18:35:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,18:35:23.969] [DEBUG] 6 processes running of frp type [2026-03-16,18:50:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,18:50:24.316] [DEBUG] 6 processes running of frp type [2026-03-16,19:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,19:05:24.524] [DEBUG] 6 processes running of frp type [2026-03-16,19:20:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,19:20:27.136] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,19:35:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,19:35:24.105] [DEBUG] 6 processes running of frp type [2026-03-16,19:50:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,19:50:24.303] [DEBUG] 6 processes running of frp type [2026-03-16,20:05:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,20:05:31.494] [DEBUG] 6 processes running of frp type [2026-03-16,20:20:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,20:20:24.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,20:35:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-16,20:50:18.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,20:50:26.983] [DEBUG] 6 processes running of frp type [2026-03-16,21:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,21:05:24.597] [DEBUG] 6 processes running of frp type [2026-03-16,21:20:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,21:20:30.013] [DEBUG] 6 processes running of frp type 2026-03-16 21:21:17.995 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-16 21:21:27.999 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-16 21:21:28.000 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-16 21:21:38.001 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-16 21:21:38.001 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-16 21:21:38.946 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-16 21:21:38.947 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-16 21:21:39.255 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,21:35:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,21:35:23.967] [DEBUG] 6 processes running of frp type [2026-03-16,21:50:22.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,21:50:30.804] [DEBUG] 6 processes running of frp type 2026-03-16 21:53:21.289 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-16 21:53:25.326 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-16 21:53:25.327 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-16 21:53:25.672 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success [2026-03-16,22:05:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,22:05:27.578] [DEBUG] 6 processes running of frp type [2026-03-16,22:20:19.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,22:20:26.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,22:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,22:35:24.510] [DEBUG] 6 processes running of frp type [2026-03-16,22:50:19.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,22:50:26.099] [DEBUG] 6 processes running of frp type [2026-03-16,23:05:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,23:05:24.487] [DEBUG] 6 processes running of frp type [2026-03-16,23:20:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,23:20:30.166] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,23:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,23:35:24.599] [DEBUG] 6 processes running of frp type [2026-03-16,23:50:18.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-16,23:50:30.669] [DEBUG] 6 processes running of frp type [2026-03-17,00:05:22.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,00:05:29.176] [DEBUG] 6 processes running of frp type 2026-03-17 00:06:45.775 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 00:06:46.732 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-17 00:06:46.733 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-17 00:06:47.059 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success [2026-03-17,00:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,00:20:23.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,00:35:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,00:35:23.827] [DEBUG] 6 processes running of frp type [2026-03-17,00:50:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,00:50:24.373] [DEBUG] 6 processes running of frp type [2026-03-17,01:05:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,01:05:27.489] [DEBUG] 6 processes running of frp type [2026-03-17,01:20:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,01:20:24.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,01:35:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,01:35:24.151] [DEBUG] 6 processes running of frp type [2026-03-17,01:50:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,01:50:23.747] [DEBUG] 6 processes running of frp type [2026-03-17,02:05:18.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,02:05:24.946] [DEBUG] 6 processes running of frp type [2026-03-17,02:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,02:20:23.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,02:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,02:35:23.818] [DEBUG] 6 processes running of frp type [2026-03-17,02:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,02:50:24.458] [DEBUG] 6 processes running of frp type [2026-03-17,03:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,03:05:24.468] [DEBUG] 6 processes running of frp type 2026-03-17 03:14:02.373 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 03:14:12.376 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 03:14:12.377 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 03:14:13.280 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-17 03:14:13.281 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-17 03:14:13.590 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success [2026-03-17,03:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,03:20:24.202] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,03:35:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,03:35:24.154] [DEBUG] 6 processes running of frp type [2026-03-17,03:50:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,03:50:23.794] [DEBUG] 6 processes running of frp type [2026-03-17,04:05:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,04:05:28.649] [DEBUG] 6 processes running of frp type 2026-03-17 04:06:23.767 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:06:26.810 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 04:06:26.810 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:06:29.850 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 04:06:29.850 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:06:32.889 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 04:06:42.753 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:06:42.757 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 04:07:02.759 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:07:03.658 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-17 04:07:03.660 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-17 04:07:03.958 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success [2026-03-17,04:20:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,04:20:24.419] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,04:35:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,04:35:24.885] [DEBUG] 6 processes running of frp type 2026-03-17 04:37:43.700 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:37:53.702 [W] [client/service.go:297] [b65ac4babf46823f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 04:37:53.702 [I] [client/service.go:294] [b65ac4babf46823f] try to connect to server... 2026-03-17 04:38:02.053 [I] [client/service.go:286] [b65ac4babf46823f] login to server success, get run id [b65ac4babf46823f] 2026-03-17 04:38:02.054 [I] [proxy/proxy_manager.go:173] [b65ac4babf46823f] proxy added: [DTN57CC5599] 2026-03-17 04:38:02.663 [I] [client/control.go:168] [b65ac4babf46823f] [DTN57CC5599] start proxy success [2026-03-17,04:50:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,04:50:24.381] [DEBUG] 6 processes running of frp type [2026-03-17,05:05:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,05:05:24.617] [DEBUG] 6 processes running of frp type [2026-03-17,05:20:18.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,05:20:25.378] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,05:35:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,05:35:23.944] [DEBUG] 6 processes running of frp type [2026-03-17,05:50:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,05:50:24.048] [DEBUG] 6 processes running of frp type [2026-03-17,06:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,06:05:39.908] [DEBUG] 6 processes running of frp type [2026-03-17,06:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,06:20:24.319] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,06:30:41.149] [INFO] Initializing BusSpeedStateManager V2 [2026-03-17,06:30:41.157] [INFO] LocationSqlManager initialising [2026-03-17,06:30:41.158] [INFO] Location DB initialising [2026-03-17,06:30:41.169] [INFO] LocationSqlManager initialisation complete [2026-03-17,06:30:41.171] [DEBUG] UploadManager Init [2026-03-17,06:30:41.171] [DEBUG] UploadManager Init Complete [2026-03-17,06:30:41.176] [INFO] Initializing GPS... [2026-03-17,06:30:41.179] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,06:32:44.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,06:32:51.374] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-17,06:33:26.486] [DEBUG] Log Upload Complete! [2026-03-17,06:35:44.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,06:35:52.926] [DEBUG] Remote Access Enabled [2026-03-17,06:35:59.240] [INFO] Server Address: 138.201.17.179 [2026-03-17,06:35:59.241] [INFO] Server Port: 7000 [2026-03-17,06:35:59.246] [DEBUG] Starting Remote Access! 2026-03-17 06:35:59.378 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-17 06:35:59.379 [I] [client/service.go:294] try to connect to server... 2026-03-17 06:36:00.261 [I] [client/service.go:286] [7d7c7e0bb125b138] login to server success, get run id [7d7c7e0bb125b138] 2026-03-17 06:36:00.262 [I] [proxy/proxy_manager.go:173] [7d7c7e0bb125b138] proxy added: [DTN57CC5599] 2026-03-17 06:36:00.553 [I] [client/control.go:168] [7d7c7e0bb125b138] [DTN57CC5599] start proxy success [2026-03-17,06:50:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,06:50:24.613] [DEBUG] 6 processes running of frp type 2026-03-17 07:04:26.331 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 07:04:27.330 [I] [client/service.go:286] [7d7c7e0bb125b138] login to server success, get run id [7d7c7e0bb125b138] 2026-03-17 07:04:27.331 [I] [proxy/proxy_manager.go:173] [7d7c7e0bb125b138] proxy added: [DTN57CC5599] 2026-03-17 07:04:27.630 [I] [client/control.go:168] [7d7c7e0bb125b138] [DTN57CC5599] start proxy success [2026-03-17,07:05:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,07:05:24.701] [DEBUG] 6 processes running of frp type [2026-03-17,07:20:18.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,07:20:25.281] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,07:35:17.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,07:35:23.715] [DEBUG] 6 processes running of frp type [2026-03-17,07:50:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,07:50:24.831] [DEBUG] 6 processes running of frp type 2026-03-17 07:56:52.411 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 07:56:57.101 [I] [client/service.go:286] [7d7c7e0bb125b138] login to server success, get run id [7d7c7e0bb125b138] 2026-03-17 07:56:57.102 [I] [proxy/proxy_manager.go:173] [7d7c7e0bb125b138] proxy added: [DTN57CC5599] 2026-03-17 07:56:57.755 [I] [client/control.go:168] [7d7c7e0bb125b138] [DTN57CC5599] start proxy success [2026-03-17,08:02:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,08:02:24.104] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 2026-03-17 08:03:10.097 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:03:20.100 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 08:03:20.100 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:03:30.102 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 08:03:30.102 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:03:40.104 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 08:03:40.105 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:03:50.107 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 08:03:50.108 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:04:00.109 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 08:04:20.110 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:04:30.112 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) 2026-03-17 08:04:50.113 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:05:00.115 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 08:05:20.116 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:05:20.120 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:05:40.121 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:05:40.126 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:06:00.127 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:06:00.131 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:06:20.132 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:06:20.137 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:06:40.138 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:06:40.142 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:07:00.144 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:07:00.150 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:07:20.150 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:07:20.154 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:07:40.155 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:07:40.160 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:08:00.161 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:08:00.171 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:08:20.173 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:08:20.179 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:08:40.180 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:08:40.184 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:09:00.185 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:09:00.190 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:09:20.192 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:09:20.195 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:09:40.197 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:09:40.205 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:10:00.205 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:10:00.210 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:10:20.211 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:10:20.215 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:10:40.217 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:10:40.227 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:11:00.228 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:11:00.233 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:11:20.234 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:11:20.405 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:11:40.405 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:11:40.409 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:12:00.411 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:12:00.415 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:12:20.417 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:12:20.422 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:12:40.423 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:12:40.429 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:13:00.431 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:13:00.434 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:13:20.436 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:13:20.440 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:13:40.441 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:13:40.445 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:14:00.447 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:14:00.450 [W] [client/service.go:297] [7d7c7e0bb125b138] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 08:14:20.451 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:14:21.088 [I] [client/service.go:286] [7d7c7e0bb125b138] login to server success, get run id [7d7c7e0bb125b138] 2026-03-17 08:14:21.089 [I] [proxy/proxy_manager.go:173] [7d7c7e0bb125b138] proxy added: [DTN57CC5599] 2026-03-17 08:14:21.311 [I] [client/control.go:168] [7d7c7e0bb125b138] [DTN57CC5599] start proxy success [2026-03-17,08:20:18.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,08:20:24.959] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-17 08:31:41.663 [I] [client/service.go:294] [7d7c7e0bb125b138] try to connect to server... 2026-03-17 08:31:51.619 [I] [client/service.go:286] [7d7c7e0bb125b138] login to server success, get run id [7d7c7e0bb125b138] 2026-03-17 08:31:51.621 [I] [proxy/proxy_manager.go:173] [7d7c7e0bb125b138] proxy added: [DTN57CC5599] 2026-03-17 08:31:51.908 [I] [client/control.go:168] [7d7c7e0bb125b138] [DTN57CC5599] start proxy success [2026-03-17,08:35:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,08:35:24.610] [DEBUG] 6 processes running of frp type [2026-03-17,08:50:18.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,08:50:24.903] [DEBUG] 6 processes running of frp type [2026-03-17,09:05:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,09:05:30.104] [DEBUG] 6 processes running of frp type [2026-03-17,09:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,09:20:24.620] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,09:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,09:35:24.403] [DEBUG] 6 processes running of frp type [2026-03-17,09:50:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,09:50:24.895] [DEBUG] 6 processes running of frp type [2026-03-17,10:05:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,10:05:29.509] [DEBUG] 6 processes running of frp type [2026-03-17,10:20:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,10:20:24.533] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,10:35:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,10:35:29.220] [DEBUG] 6 processes running of frp type [2026-03-17,10:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,10:50:24.809] [DEBUG] 6 processes running of frp type [2026-03-17,11:05:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,11:05:29.268] [DEBUG] 6 processes running of frp type [2026-03-17,11:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,11:20:29.194] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,11:35:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,11:35:24.812] [DEBUG] 6 processes running of frp type [2026-03-17,11:50:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,11:50:24.815] [DEBUG] 6 processes running of frp type [2026-03-17,12:05:17.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,12:05:23.969] [DEBUG] 6 processes running of frp type [2026-03-17,12:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,12:20:24.658] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,12:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,12:35:24.721] [DEBUG] 6 processes running of frp type [2026-03-17,12:50:18.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,12:50:24.881] [DEBUG] 6 processes running of frp type [2026-03-17,13:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,13:05:29.338] [DEBUG] 6 processes running of frp type [2026-03-17,13:20:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,13:20:24.673] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,13:35:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,13:35:24.159] [DEBUG] 6 processes running of frp type [2026-03-17,13:50:17.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,13:50:24.802] [DEBUG] 6 processes running of frp type [2026-03-17,14:05:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,14:05:23.805] [DEBUG] 6 processes running of frp type [2026-03-17,14:20:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,14:20:23.942] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,14:35:17.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,14:35:24.901] [DEBUG] 6 processes running of frp type [2026-03-17,14:50:18.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,14:50:24.913] [DEBUG] 6 processes running of frp type [2026-03-17,15:05:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,15:05:24.662] [DEBUG] 6 processes running of frp type [2026-03-17,15:20:18.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,15:20:25.465] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,15:35:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,15:35:23.845] [DEBUG] 6 processes running of frp type [2026-03-17,15:50:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,15:50:23.879] [DEBUG] 6 processes running of frp type [2026-03-17,16:05:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,16:05:23.917] [DEBUG] 6 processes running of frp type [2026-03-17,16:20:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,16:20:23.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,16:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,16:35:24.362] [DEBUG] 6 processes running of frp type [2026-03-17,16:50:18.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,16:50:24.828] [DEBUG] 6 processes running of frp type [2026-03-17,17:05:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,17:05:29.295] [DEBUG] 6 processes running of frp type [2026-03-17,17:20:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,17:20:24.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,17:35:18.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,17:35:25.114] [DEBUG] 6 processes running of frp type [2026-03-17,17:50:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,17:50:24.291] [DEBUG] 6 processes running of frp type [2026-03-17,18:05:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,18:05:24.947] [DEBUG] 6 processes running of frp type [2026-03-17,18:20:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,18:20:24.179] [DEBUG] 6 processes running of frp type [2026-03-17,18:25:42.102] [INFO] Initializing BusSpeedStateManager V2 [2026-03-17,18:25:42.107] [INFO] LocationSqlManager initialising [2026-03-17,18:25:42.108] [INFO] Location DB initialising [2026-03-17,18:25:42.117] [INFO] LocationSqlManager initialisation complete [2026-03-17,18:25:42.118] [DEBUG] UploadManager Init [2026-03-17,18:25:42.118] [DEBUG] UploadManager Init Complete [2026-03-17,18:25:42.121] [INFO] Initializing GPS... [2026-03-17,18:25:42.123] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,18:27:44.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,18:27:56.702] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-17,18:29:10.666] [DEBUG] Log Upload Complete! [2026-03-17,18:30:45.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,18:30:52.159] [DEBUG] Remote Access Enabled [2026-03-17,18:30:58.672] [INFO] Server Address: 138.201.17.179 [2026-03-17,18:30:58.673] [INFO] Server Port: 7000 [2026-03-17,18:30:58.678] [DEBUG] Starting Remote Access! 2026-03-17 18:30:58.813 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-17 18:30:58.814 [I] [client/service.go:294] try to connect to server... 2026-03-17 18:30:59.643 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 18:30:59.644 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 18:30:59.920 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,18:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,18:35:24.383] [DEBUG] 6 processes running of frp type [2026-03-17,18:50:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,18:50:24.741] [DEBUG] 6 processes running of frp type [2026-03-17,19:05:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,19:05:24.738] [DEBUG] 6 processes running of frp type [2026-03-17,19:20:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,19:20:24.762] [DEBUG] 6 processes running of frp type 2026-03-17 19:24:56.026 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:25:06.028 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:25:06.029 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:25:07.890 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 19:25:07.891 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 19:25:08.471 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-17 19:26:18.387 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:26:28.389 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:26:28.389 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:26:38.391 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:26:38.393 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:26:48.394 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:26:48.395 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:26:57.044 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 19:26:57.045 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 19:26:57.407 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,19:35:17.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,19:35:23.720] [DEBUG] 6 processes running of frp type 2026-03-17 19:41:45.404 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:41:55.406 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:41:55.407 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:42:05.408 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:42:05.409 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:42:15.411 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:42:15.412 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:42:25.414 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:42:25.415 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:42:35.417 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:42:55.418 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:43:05.419 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:43:25.421 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:43:35.422 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:43:55.423 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:44:05.425 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:44:25.427 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:44:35.429 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:44:55.430 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:44:55.436 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:45:15.437 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:45:15.443 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:45:35.444 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:45:35.454 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:45:55.455 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:45:55.458 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:46:15.459 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:46:15.463 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:46:35.464 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:46:35.470 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:46:55.471 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:46:55.476 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:47:15.478 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:47:15.483 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:47:35.484 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:47:35.490 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:47:55.491 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:47:55.495 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 19:48:15.496 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:48:25.498 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:48:45.499 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:48:55.501 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 19:49:15.502 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 19:49:16.531 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 19:49:16.532 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 19:49:17.379 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,19:50:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,19:50:24.391] [DEBUG] 6 processes running of frp type [2026-03-17,20:05:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,20:05:24.154] [DEBUG] 6 processes running of frp type [2026-03-17,20:20:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,20:20:28.954] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,20:35:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,20:35:24.142] [DEBUG] 6 processes running of frp type [2026-03-17,20:50:17.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,20:50:24.010] [DEBUG] 6 processes running of frp type 2026-03-17 20:56:28.696 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 20:56:30.395 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 20:56:30.395 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 20:56:31.011 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,21:05:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,21:05:23.985] [DEBUG] 6 processes running of frp type [2026-03-17,21:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,21:20:23.707] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,21:35:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,21:35:25.125] [DEBUG] 6 processes running of frp type [2026-03-17,21:50:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,21:50:23.909] [DEBUG] 6 processes running of frp type [2026-03-17,22:05:17.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,22:05:23.740] [DEBUG] 6 processes running of frp type 2026-03-17 22:18:45.392 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:19:00.189 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:19:00.189 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:19:10.191 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:19:10.191 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:19:20.193 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:19:20.194 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:19:31.300 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:19:31.300 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:19:36.379 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:19:36.382 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:19:38.968 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,22:20:19.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-17 22:20:44.759 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:20:54.761 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:20:54.762 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:21:11.527 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:21:11.528 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:21:12.291 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:22:49.760 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:22:53.171 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:22:53.173 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:22:56.299 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:24:37.606 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:24:51.827 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: i/o deadline reached 2026-03-17 22:24:51.828 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:25:04.747 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:25:04.748 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:25:19.305 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:25:19.306 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:25:29.307 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:25:29.308 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:25:39.309 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:25:59.310 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:26:02.269 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:26:02.270 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-17 22:26:03.138 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:27:50.461 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:27:54.942 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:27:54.944 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:27:56.859 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:28:30.984 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:28:33.564 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:28:33.565 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:28:35.000 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:32:59.903 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:33:16.890 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:33:16.890 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:33:26.892 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:33:26.893 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:33:43.783 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:33:43.783 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:33:55.285 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:33:55.287 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:33:55.868 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:34:26.470 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:34:36.473 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:34:36.474 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:34:46.476 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:34:46.476 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:34:51.266 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:34:51.267 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:35:00.967 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,22:35:19.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,22:35:27.462] [DEBUG] 6 processes running of frp type 2026-03-17 22:40:03.471 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:40:07.126 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:40:07.128 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:40:07.594 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:41:14.626 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:41:32.192 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:41:32.194 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:41:32.722 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success 2026-03-17 22:42:03.070 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:42:15.037 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: connection write timeout 2026-03-17 22:42:15.038 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:42:25.040 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 22:42:25.041 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-17 22:42:44.533 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-17 22:42:44.535 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-17 22:43:03.273 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-17,22:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,22:50:24.710] [DEBUG] 6 processes running of frp type [2026-03-17,23:05:16.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,23:05:23.469] [DEBUG] 6 processes running of frp type [2026-03-17,23:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,23:20:24.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,23:35:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,23:35:24.307] [DEBUG] 6 processes running of frp type [2026-03-17,23:50:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-17,23:50:23.509] [DEBUG] 6 processes running of frp type [2026-03-18,00:05:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,00:05:25.234] [DEBUG] 6 processes running of frp type 2026-03-18 00:16:25.474 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 00:16:26.504 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-18 00:16:26.504 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-18 00:16:26.789 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-18,00:20:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,00:20:24.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,00:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,00:35:23.930] [DEBUG] 6 processes running of frp type [2026-03-18,00:50:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,00:50:24.526] [DEBUG] 6 processes running of frp type [2026-03-18,01:05:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,01:05:24.460] [DEBUG] 6 processes running of frp type [2026-03-18,01:20:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,01:20:24.492] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,01:35:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,01:35:24.337] [DEBUG] 6 processes running of frp type [2026-03-18,01:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,01:50:24.160] [DEBUG] 6 processes running of frp type [2026-03-18,02:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,02:05:24.164] [DEBUG] 6 processes running of frp type [2026-03-18,02:20:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,02:20:23.821] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,02:35:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,02:35:23.982] [DEBUG] 6 processes running of frp type [2026-03-18,02:50:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,02:50:23.777] [DEBUG] 6 processes running of frp type [2026-03-18,03:05:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,03:05:23.733] [DEBUG] 6 processes running of frp type [2026-03-18,03:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,03:20:24.476] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,03:35:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,03:35:24.420] [DEBUG] 6 processes running of frp type [2026-03-18,03:50:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,03:50:24.170] [DEBUG] 6 processes running of frp type 2026-03-18 03:52:51.174 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 03:52:53.250 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-18 03:52:53.250 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-18 03:52:53.698 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-18,04:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,04:05:23.766] [DEBUG] 6 processes running of frp type 2026-03-18 04:06:43.936 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 04:06:43.940 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-18 04:06:46.019 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 04:06:46.032 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-18 04:06:50.527 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 04:07:00.529 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 04:07:00.530 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 04:07:03.579 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-18 04:07:03.579 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-18 04:07:03.901 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-18,04:20:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,04:20:24.553] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,04:35:18.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,04:35:24.661] [DEBUG] 6 processes running of frp type [2026-03-18,04:50:18.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,04:50:24.875] [DEBUG] 6 processes running of frp type 2026-03-18 05:00:23.107 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 05:00:33.110 [W] [client/service.go:297] [d68603c377efabe5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 05:00:33.111 [I] [client/service.go:294] [d68603c377efabe5] try to connect to server... 2026-03-18 05:00:34.938 [I] [client/service.go:286] [d68603c377efabe5] login to server success, get run id [d68603c377efabe5] 2026-03-18 05:00:34.939 [I] [proxy/proxy_manager.go:173] [d68603c377efabe5] proxy added: [DTN57CC5599] 2026-03-18 05:00:35.238 [I] [client/control.go:168] [d68603c377efabe5] [DTN57CC5599] start proxy success [2026-03-18,05:05:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,05:05:23.737] [DEBUG] 6 processes running of frp type [2026-03-18,05:20:16.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,05:20:23.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,05:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,05:35:24.349] [DEBUG] 6 processes running of frp type [2026-03-18,05:50:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,05:50:29.397] [DEBUG] 6 processes running of frp type [2026-03-18,06:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,06:05:24.212] [DEBUG] 6 processes running of frp type [2026-03-18,06:20:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,06:20:24.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,06:30:41.361] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,06:30:41.369] [INFO] LocationSqlManager initialising [2026-03-18,06:30:41.370] [INFO] Location DB initialising [2026-03-18,06:30:41.381] [INFO] LocationSqlManager initialisation complete [2026-03-18,06:30:41.382] [DEBUG] UploadManager Init [2026-03-18,06:30:41.382] [DEBUG] UploadManager Init Complete [2026-03-18,06:30:41.387] [INFO] Initializing GPS... [2026-03-18,06:30:41.390] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,06:32:46.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,06:32:58.114] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,06:33:25.228] [DEBUG] Log Upload Complete! [2026-03-18,06:35:45.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,06:35:51.719] [DEBUG] Remote Access Enabled [2026-03-18,06:35:58.027] [INFO] Server Address: 138.201.17.179 [2026-03-18,06:35:58.028] [INFO] Server Port: 7000 [2026-03-18,06:35:58.033] [DEBUG] Starting Remote Access! 2026-03-18 06:35:58.168 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 06:35:58.169 [I] [client/service.go:294] try to connect to server... 2026-03-18 06:35:59.424 [I] [client/service.go:286] [a29d16725e2246d3] login to server success, get run id [a29d16725e2246d3] 2026-03-18 06:35:59.427 [I] [proxy/proxy_manager.go:173] [a29d16725e2246d3] proxy added: [DTN57CC5599] 2026-03-18 06:35:59.786 [I] [client/control.go:168] [a29d16725e2246d3] [DTN57CC5599] start proxy success [2026-03-18,06:50:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,06:50:24.190] [DEBUG] 6 processes running of frp type [2026-03-18,07:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,07:05:24.534] [DEBUG] 6 processes running of frp type [2026-03-18,07:20:20.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,07:20:27.205] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,07:35:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,07:35:24.020] [DEBUG] 6 processes running of frp type [2026-03-18,07:50:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,07:50:24.467] [DEBUG] 6 processes running of frp type [2026-03-18,08:02:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,08:02:24.358] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,08:02:40.709] [DEBUG] Log Upload Complete! [2026-03-18,08:05:18.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,08:05:24.888] [DEBUG] 6 processes running of frp type [2026-03-18,08:20:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,08:20:23.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,08:35:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,08:35:23.921] [DEBUG] 6 processes running of frp type [2026-03-18,08:50:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,08:50:24.266] [DEBUG] 6 processes running of frp type [2026-03-18,09:05:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,09:05:23.996] [DEBUG] 6 processes running of frp type [2026-03-18,09:20:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,09:20:23.903] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,09:35:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,09:35:24.784] [DEBUG] 6 processes running of frp type [2026-03-18,09:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,09:50:24.195] [DEBUG] 6 processes running of frp type [2026-03-18,10:05:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,10:05:24.287] [DEBUG] 6 processes running of frp type [2026-03-18,10:20:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,10:20:24.138] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-18 10:27:58.991 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:28:08.993 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:28:08.994 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:28:18.996 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:28:18.997 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:28:28.998 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:28:28.999 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:28:39.000 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:28:39.001 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:28:49.002 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:29:09.003 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:29:19.006 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:29:39.007 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:29:49.009 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 10:30:09.011 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:30:09.016 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-18 10:30:29.018 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:30:29.022 [W] [client/service.go:297] [a29d16725e2246d3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-18 10:30:49.023 [I] [client/service.go:294] [a29d16725e2246d3] try to connect to server... 2026-03-18 10:30:49.724 [I] [client/service.go:286] [a29d16725e2246d3] login to server success, get run id [a29d16725e2246d3] 2026-03-18 10:30:49.726 [I] [proxy/proxy_manager.go:173] [a29d16725e2246d3] proxy added: [DTN57CC5599] 2026-03-18 10:30:49.965 [I] [client/control.go:168] [a29d16725e2246d3] [DTN57CC5599] start proxy success [2026-03-18,10:35:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,10:35:23.657] [DEBUG] 6 processes running of frp type [2026-03-18,10:50:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,10:50:23.861] [DEBUG] 6 processes running of frp type [2026-03-18,10:59:21.778] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,10:59:21.785] [INFO] LocationSqlManager initialising [2026-03-18,10:59:21.787] [INFO] Location DB initialising [2026-03-18,10:59:21.797] [INFO] LocationSqlManager initialisation complete [2026-03-18,10:59:21.799] [DEBUG] UploadManager Init [2026-03-18,10:59:21.800] [DEBUG] UploadManager Init Complete [2026-03-18,10:59:21.804] [INFO] Initializing GPS... [2026-03-18,10:59:21.807] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,11:31:28.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,11:31:35.046] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,11:31:48.615] [DEBUG] Log Upload Complete! [2026-03-18,11:34:28.627] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-18,11:34:28.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,11:34:35.235] [DEBUG] Remote Access Enabled [2026-03-18,11:34:41.396] [INFO] Server Address: 138.201.17.179 [2026-03-18,11:34:41.397] [INFO] Server Port: 7000 [2026-03-18,11:34:41.402] [DEBUG] Starting Remote Access! 2026-03-18 11:34:41.540 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 11:34:41.540 [I] [client/service.go:294] try to connect to server... 2026-03-18 11:34:42.457 [I] [client/service.go:286] [aee151492db601e9] login to server success, get run id [aee151492db601e9] 2026-03-18 11:34:42.458 [I] [proxy/proxy_manager.go:173] [aee151492db601e9] proxy added: [DTN57CC5599] 2026-03-18 11:34:42.761 [I] [client/control.go:168] [aee151492db601e9] [DTN57CC5599] start proxy success [2026-03-18,11:35:21.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,11:35:27.729] [DEBUG] 6 processes running of frp type [2026-03-18,11:50:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,11:50:25.107] [DEBUG] 6 processes running of frp type [2026-03-18,12:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,12:05:25.631] [DEBUG] 6 processes running of frp type [2026-03-18,12:20:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,12:20:24.657] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,12:35:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,12:35:23.950] [DEBUG] 6 processes running of frp type [2026-03-18,12:50:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,12:50:24.264] [DEBUG] 6 processes running of frp type [2026-03-18,13:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,13:05:24.314] [DEBUG] 6 processes running of frp type [2026-03-18,13:20:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,13:20:24.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,13:35:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,13:35:24.436] [DEBUG] 6 processes running of frp type [2026-03-18,13:50:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,13:50:24.522] [DEBUG] 6 processes running of frp type [2026-03-18,14:05:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,14:05:24.496] [DEBUG] 6 processes running of frp type [2026-03-18,14:20:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,14:20:24.333] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,14:35:18.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,14:35:25.451] [DEBUG] 6 processes running of frp type [2026-03-18,14:50:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,14:50:23.769] [DEBUG] 6 processes running of frp type [2026-03-18,15:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,15:05:23.951] [DEBUG] 6 processes running of frp type [2026-03-18,15:20:17.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,15:20:23.876] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,15:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,15:35:24.016] [DEBUG] 6 processes running of frp type [2026-03-18,15:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,15:50:24.393] [DEBUG] 6 processes running of frp type [2026-03-18,16:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,16:05:24.510] [DEBUG] 6 processes running of frp type [2026-03-18,16:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,16:20:24.383] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,16:35:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,16:35:23.769] [DEBUG] 6 processes running of frp type [2026-03-18,16:50:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,16:50:23.789] [DEBUG] 6 processes running of frp type [2026-03-18,17:05:16.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,17:05:24.271] [DEBUG] 6 processes running of frp type [2026-03-18,17:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,17:20:24.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,17:35:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,17:35:23.840] [DEBUG] 6 processes running of frp type [2026-03-18,17:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,17:50:23.793] [DEBUG] 6 processes running of frp type [2026-03-18,18:05:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,18:05:23.519] [DEBUG] 6 processes running of frp type [2026-03-18,18:20:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,18:20:26.136] [DEBUG] 6 processes running of frp type [2026-03-18,18:25:41.813] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,18:25:41.819] [INFO] LocationSqlManager initialising [2026-03-18,18:25:41.819] [INFO] Location DB initialising [2026-03-18,18:25:41.829] [INFO] LocationSqlManager initialisation complete [2026-03-18,18:25:41.830] [DEBUG] UploadManager Init [2026-03-18,18:25:41.830] [DEBUG] UploadManager Init Complete [2026-03-18,18:25:41.834] [INFO] Initializing GPS... [2026-03-18,18:25:41.836] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,18:27:44.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,18:27:56.934] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,18:29:20.648] [DEBUG] Log Upload Complete! [2026-03-18,18:30:49.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,18:30:57.275] [DEBUG] Remote Access Enabled [2026-03-18,18:31:03.530] [INFO] Server Address: 138.201.17.179 [2026-03-18,18:31:03.532] [INFO] Server Port: 7000 [2026-03-18,18:31:03.543] [DEBUG] Starting Remote Access! 2026-03-18 18:31:03.676 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 18:31:03.676 [I] [client/service.go:294] try to connect to server... 2026-03-18 18:31:05.384 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 18:31:05.385 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 18:31:05.574 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,18:35:17.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,18:35:23.682] [DEBUG] 6 processes running of frp type [2026-03-18,18:50:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,18:50:23.969] [DEBUG] 6 processes running of frp type [2026-03-18,19:05:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,19:05:23.815] [DEBUG] 6 processes running of frp type [2026-03-18,19:20:18.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,19:20:25.751] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,19:35:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,19:35:24.543] [DEBUG] 6 processes running of frp type [2026-03-18,19:50:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,19:50:24.621] [DEBUG] 6 processes running of frp type [2026-03-18,20:05:18.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,20:05:27.654] [DEBUG] 6 processes running of frp type [2026-03-18,20:20:18.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,20:20:25.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-18 20:32:12.149 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 20:32:26.327 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 20:32:26.327 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 20:32:27.086 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,20:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,20:35:25.377] [DEBUG] 6 processes running of frp type [2026-03-18,20:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,20:50:24.667] [DEBUG] 6 processes running of frp type [2026-03-18,21:05:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,21:05:26.684] [DEBUG] 6 processes running of frp type [2026-03-18,21:20:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,21:20:24.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-18 21:29:56.671 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 21:30:00.317 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 21:30:00.318 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 21:30:00.529 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success 2026-03-18 21:33:48.513 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 21:33:58.514 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 21:33:58.515 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 21:34:02.895 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 21:34:02.896 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 21:34:05.007 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,21:35:18.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,21:35:35.218] [DEBUG] 6 processes running of frp type [2026-03-18,21:50:18.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,21:50:24.726] [DEBUG] 6 processes running of frp type 2026-03-18 22:04:32.269 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:04:51.987 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: i/o deadline reached 2026-03-18 22:04:51.987 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:05:06.766 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: connection write timeout 2026-03-18 22:05:06.766 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:05:16.455 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 22:05:16.456 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 22:05:16.856 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,22:05:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,22:05:24.308] [DEBUG] 6 processes running of frp type 2026-03-18 22:11:54.409 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:12:13.063 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: connection write timeout 2026-03-18 22:12:13.063 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:12:23.064 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 22:12:23.065 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:12:34.886 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 22:12:34.888 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 22:12:46.513 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,22:20:19.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,22:20:48.031] [DEBUG] 6 processes running of frp type 2026-03-18 22:24:54.583 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 22:24:57.895 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 22:24:57.896 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 22:24:59.124 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,22:35:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,22:35:24.337] [DEBUG] 6 processes running of frp type [2026-03-18,22:50:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,22:50:24.407] [DEBUG] 6 processes running of frp type 2026-03-18 23:04:18.010 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:04:34.433 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: connection write timeout 2026-03-18 23:04:34.435 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:04:50.485 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 23:04:50.487 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] [2026-03-18,23:05:18.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-18 23:05:19.433 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:05:30.800 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: connection write timeout 2026-03-18 23:05:30.800 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-18 23:05:40.802 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-18 23:05:40.802 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:05:52.529 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 23:05:52.530 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 23:05:58.016 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success 2026-03-18 23:06:24.481 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:06:41.738 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: connection write timeout 2026-03-18 23:06:41.739 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:06:49.551 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 23:06:49.552 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 23:06:49.793 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success 2026-03-18 23:13:12.618 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:13:14.444 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 23:13:14.445 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 23:13:14.616 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,23:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,23:20:23.851] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,23:35:17.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,23:35:30.259] [DEBUG] 6 processes running of frp type 2026-03-18 23:38:32.442 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-18 23:38:36.528 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-18 23:38:36.528 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-18 23:38:37.004 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-18,23:50:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-18,23:50:24.790] [DEBUG] 6 processes running of frp type [2026-03-19,00:05:16.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,00:05:24.813] [DEBUG] 6 processes running of frp type [2026-03-19,00:20:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-19 00:20:44.345 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 00:20:45.696 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 00:20:45.697 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 00:21:02.139 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-19,00:21:04.628] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,00:35:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,00:35:24.399] [DEBUG] 6 processes running of frp type [2026-03-19,00:50:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,00:50:24.753] [DEBUG] 6 processes running of frp type [2026-03-19,01:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,01:05:24.630] [DEBUG] 6 processes running of frp type [2026-03-19,01:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,01:20:25.002] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,01:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,01:35:23.975] [DEBUG] 6 processes running of frp type 2026-03-19 01:37:09.292 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 01:37:10.100 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 01:37:10.100 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 01:37:10.343 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success 2026-03-19 01:42:21.636 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 01:42:31.638 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 01:42:31.639 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 01:42:32.333 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 01:42:32.335 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 01:42:32.542 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-19,01:50:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,01:50:24.159] [DEBUG] 6 processes running of frp type [2026-03-19,02:05:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,02:05:24.035] [DEBUG] 6 processes running of frp type [2026-03-19,02:20:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,02:20:23.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,02:35:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,02:35:29.661] [DEBUG] 6 processes running of frp type [2026-03-19,02:50:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,02:50:24.012] [DEBUG] 6 processes running of frp type 2026-03-19 03:01:14.420 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:01:19.483 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 03:01:19.484 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 03:01:21.499 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-19,03:05:18.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,03:05:25.536] [DEBUG] 6 processes running of frp type [2026-03-19,03:20:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,03:20:24.397] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,03:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,03:35:24.438] [DEBUG] 6 processes running of frp type 2026-03-19 03:36:12.014 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:36:22.015 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:36:22.016 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:36:32.017 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:36:32.018 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:36:42.019 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:36:42.020 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:36:52.021 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:36:52.021 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:37:02.023 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:37:22.025 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 03:37:22.730 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 03:37:22.730 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 03:37:22.944 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-19,03:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,03:50:23.993] [DEBUG] 6 processes running of frp type 2026-03-19 04:04:49.899 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 04:04:49.903 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 04:04:52.102 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 04:05:02.104 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 04:05:02.104 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 04:05:03.715 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 04:05:03.715 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 04:05:03.927 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-19,04:05:17.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,04:05:23.705] [DEBUG] 6 processes running of frp type [2026-03-19,04:20:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,04:20:24.527] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,04:35:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,04:35:24.427] [DEBUG] 6 processes running of frp type [2026-03-19,04:50:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,04:50:23.904] [DEBUG] 6 processes running of frp type [2026-03-19,05:05:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,05:05:23.572] [DEBUG] 6 processes running of frp type 2026-03-19 05:12:43.999 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 05:12:54.001 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 05:12:54.002 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 05:13:04.003 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 05:13:04.003 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 05:13:14.004 [W] [client/service.go:297] [fb8254573e42c831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 05:13:14.005 [I] [client/service.go:294] [fb8254573e42c831] try to connect to server... 2026-03-19 05:13:21.925 [I] [client/service.go:286] [fb8254573e42c831] login to server success, get run id [fb8254573e42c831] 2026-03-19 05:13:21.927 [I] [proxy/proxy_manager.go:173] [fb8254573e42c831] proxy added: [DTN57CC5599] 2026-03-19 05:13:22.284 [I] [client/control.go:168] [fb8254573e42c831] [DTN57CC5599] start proxy success [2026-03-19,05:20:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,05:20:25.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,05:35:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,05:35:24.057] [DEBUG] 6 processes running of frp type [2026-03-19,05:50:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,05:50:24.220] [DEBUG] 6 processes running of frp type [2026-03-19,06:05:22.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,06:05:29.330] [DEBUG] 6 processes running of frp type [2026-03-19,06:20:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,06:20:24.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,06:30:40.674] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,06:30:40.680] [INFO] LocationSqlManager initialising [2026-03-19,06:30:40.680] [INFO] Location DB initialising [2026-03-19,06:30:40.690] [INFO] LocationSqlManager initialisation complete [2026-03-19,06:30:40.690] [DEBUG] UploadManager Init [2026-03-19,06:30:40.691] [DEBUG] UploadManager Init Complete [2026-03-19,06:30:40.693] [INFO] Initializing GPS... [2026-03-19,06:30:40.695] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,06:32:44.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,06:32:50.937] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-19,06:33:40.018] [DEBUG] Log Upload Complete! [2026-03-19,06:35:44.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,06:35:50.799] [DEBUG] Remote Access Enabled [2026-03-19,06:35:57.445] [INFO] Server Address: 138.201.17.179 [2026-03-19,06:35:57.446] [INFO] Server Port: 7000 [2026-03-19,06:35:57.452] [DEBUG] Starting Remote Access! 2026-03-19 06:35:57.585 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-19 06:35:57.586 [I] [client/service.go:294] try to connect to server... 2026-03-19 06:35:58.255 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 06:35:58.256 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 06:36:00.089 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success [2026-03-19,06:50:18.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,06:50:25.001] [DEBUG] 6 processes running of frp type [2026-03-19,07:05:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,07:05:24.060] [DEBUG] 6 processes running of frp type [2026-03-19,07:20:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,07:20:23.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,07:35:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,07:35:23.852] [DEBUG] 6 processes running of frp type [2026-03-19,07:50:18.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,07:50:26.013] [DEBUG] 6 processes running of frp type [2026-03-19,08:02:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,08:02:29.381] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-19,08:02:45.129] [DEBUG] Log Upload Complete! [2026-03-19,08:05:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,08:05:24.361] [DEBUG] 6 processes running of frp type [2026-03-19,08:20:18.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,08:20:26.318] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,08:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,08:35:24.322] [DEBUG] 6 processes running of frp type 2026-03-19 08:38:18.076 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:38:18.723 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 08:38:18.725 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 08:38:18.950 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success [2026-03-19,08:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,08:50:24.719] [DEBUG] 6 processes running of frp type 2026-03-19 08:51:34.161 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:51:44.163 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:51:44.164 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:51:54.166 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:51:54.167 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:52:04.169 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:52:04.170 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:52:14.172 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:52:14.173 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:52:24.174 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:52:44.175 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:52:51.295 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 08:53:11.297 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:53:12.583 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 08:53:12.586 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 08:53:12.811 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success 2026-03-19 08:56:53.317 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:57:03.318 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:57:03.319 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:57:13.321 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:57:13.322 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:57:23.323 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:57:23.323 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:57:33.325 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:57:33.326 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:57:43.329 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:58:03.330 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:58:13.332 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:58:33.333 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:58:43.335 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:59:03.336 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:59:13.338 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 08:59:33.339 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:59:33.344 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 08:59:53.346 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 08:59:53.350 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:00:13.351 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:00:13.355 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:00:33.357 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:00:33.361 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:00:53.363 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:00:53.367 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:01:13.368 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:01:13.372 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:01:33.373 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:01:33.379 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:01:53.380 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:01:53.384 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:02:13.385 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:02:13.389 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:02:33.391 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:02:33.397 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:02:53.398 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:02:53.403 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:03:13.404 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:03:13.408 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:03:33.409 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:03:33.413 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:03:53.414 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:03:53.417 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:04:13.419 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:04:13.423 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:04:33.425 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:04:33.429 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:04:53.430 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:04:53.433 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:05:13.434 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:05:14.172 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 09:05:14.173 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 09:05:14.673 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success [2026-03-19,09:05:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,09:05:23.778] [DEBUG] 6 processes running of frp type [2026-03-19,09:20:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,09:20:23.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 09:31:11.660 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:31:21.662 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:31:21.663 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:31:30.861 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 09:31:30.863 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 09:31:31.702 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success 2026-03-19 09:32:09.305 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:32:09.930 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 09:32:09.931 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 09:32:10.143 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success 2026-03-19 09:32:49.493 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:32:59.495 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:32:59.495 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:33:09.497 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:33:09.498 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:33:19.499 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:33:19.500 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:33:29.501 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:33:29.501 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:33:39.503 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:33:59.505 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:34:09.507 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 09:34:29.508 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:34:36.680 [W] [client/service.go:297] [05984c5ff42ce335] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 09:34:56.681 [I] [client/service.go:294] [05984c5ff42ce335] try to connect to server... 2026-03-19 09:34:57.223 [I] [client/service.go:286] [05984c5ff42ce335] login to server success, get run id [05984c5ff42ce335] 2026-03-19 09:34:57.225 [I] [proxy/proxy_manager.go:173] [05984c5ff42ce335] proxy added: [DTN57CC5599] 2026-03-19 09:34:57.409 [I] [client/control.go:168] [05984c5ff42ce335] [DTN57CC5599] start proxy success [2026-03-19,09:35:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,09:35:23.935] [DEBUG] 6 processes running of frp type [2026-03-19,09:50:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,09:50:24.424] [DEBUG] 6 processes running of frp type [2026-03-19,10:05:18.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,10:05:25.040] [DEBUG] 6 processes running of frp type [2026-03-19,10:20:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,10:20:25.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,10:35:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,10:35:24.802] [DEBUG] 6 processes running of frp type [2026-03-19,10:50:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,10:50:24.301] [DEBUG] 6 processes running of frp type [2026-03-19,11:05:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,11:05:24.786] [DEBUG] 6 processes running of frp type [2026-03-19,11:20:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,11:20:25.102] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,11:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,11:35:24.294] [DEBUG] 6 processes running of frp type [2026-03-19,11:50:18.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,11:50:26.435] [DEBUG] 6 processes running of frp type [2026-03-19,12:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,12:05:24.876] [DEBUG] 6 processes running of frp type [2026-03-19,12:20:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,12:20:29.197] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,12:35:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,12:35:23.997] [DEBUG] 6 processes running of frp type [2026-03-19,12:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,12:50:24.406] [DEBUG] 6 processes running of frp type [2026-03-19,13:05:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,13:05:24.713] [DEBUG] 6 processes running of frp type [2026-03-19,13:20:18.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,13:20:25.138] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,13:35:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,13:35:24.652] [DEBUG] 6 processes running of frp type [2026-03-19,13:50:18.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,13:50:25.277] [DEBUG] 6 processes running of frp type [2026-03-19,14:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,14:05:24.748] [DEBUG] 6 processes running of frp type [2026-03-19,14:20:17.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,14:20:23.839] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,14:35:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,14:35:24.276] [DEBUG] 6 processes running of frp type [2026-03-19,14:50:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,14:50:24.700] [DEBUG] 6 processes running of frp type [2026-03-19,15:05:18.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,15:05:25.314] [DEBUG] 6 processes running of frp type [2026-03-19,15:20:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,15:20:29.760] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,15:35:22.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,15:35:29.448] [DEBUG] 6 processes running of frp type [2026-03-19,15:50:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,15:50:24.341] [DEBUG] 6 processes running of frp type [2026-03-19,16:05:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,16:05:24.516] [DEBUG] 6 processes running of frp type [2026-03-19,16:20:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,16:20:24.643] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,16:35:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,16:35:24.625] [DEBUG] 6 processes running of frp type [2026-03-19,16:50:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,16:50:24.119] [DEBUG] 6 processes running of frp type [2026-03-19,17:05:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,17:05:24.545] [DEBUG] 6 processes running of frp type [2026-03-19,17:20:18.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,17:20:25.127] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,17:35:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,17:35:24.307] [DEBUG] 6 processes running of frp type [2026-03-19,17:50:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,17:50:24.064] [DEBUG] 6 processes running of frp type [2026-03-19,18:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,18:05:24.229] [DEBUG] 6 processes running of frp type [2026-03-19,18:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,18:20:24.471] [DEBUG] 6 processes running of frp type [2026-03-19,18:25:41.884] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,18:25:41.890] [INFO] LocationSqlManager initialising [2026-03-19,18:25:41.890] [INFO] Location DB initialising [2026-03-19,18:25:41.900] [INFO] LocationSqlManager initialisation complete [2026-03-19,18:25:41.900] [DEBUG] UploadManager Init [2026-03-19,18:25:41.901] [DEBUG] UploadManager Init Complete [2026-03-19,18:25:41.903] [INFO] Initializing GPS... [2026-03-19,18:25:41.905] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,18:27:45.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,18:27:56.879] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-19,18:28:39.196] [DEBUG] Log Upload Complete! [2026-03-19,18:30:45.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,18:30:51.940] [DEBUG] Remote Access Enabled [2026-03-19,18:30:58.324] [INFO] Server Address: 138.201.17.179 [2026-03-19,18:30:58.325] [INFO] Server Port: 7000 [2026-03-19,18:30:58.330] [DEBUG] Starting Remote Access! 2026-03-19 18:30:58.461 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-19 18:30:58.462 [I] [client/service.go:294] try to connect to server... 2026-03-19 18:30:59.162 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 18:30:59.163 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 18:30:59.394 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-19,18:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,18:35:29.413] [DEBUG] 6 processes running of frp type [2026-03-19,18:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,18:50:24.525] [DEBUG] 6 processes running of frp type [2026-03-19,19:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,19:05:24.834] [DEBUG] 6 processes running of frp type [2026-03-19,19:20:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,19:20:23.841] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 19:29:48.608 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:29:58.611 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:29:58.612 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:30:08.613 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:30:08.614 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:30:18.616 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:30:18.616 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:30:28.617 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:30:28.618 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:30:38.619 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:30:58.620 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:31:08.621 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:31:28.623 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:31:38.625 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:31:58.627 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:32:05.731 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:32:25.732 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:32:25.735 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:32:45.736 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:32:45.741 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:33:05.742 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:33:05.745 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:33:25.746 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:33:25.749 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:33:45.750 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:33:45.754 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:34:05.755 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:34:05.758 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:34:25.759 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:34:25.769 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:34:45.770 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:34:45.775 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:35:05.776 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:35:05.779 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:35:25.781 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:35:25.787 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:35:45.788 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:35:45.791 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:36:05.793 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:36:05.796 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:36:25.797 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:36:25.801 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:36:45.803 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:36:45.806 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:37:05.806 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:37:05.810 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:37:25.811 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:37:26.511 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 19:37:26.512 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 19:37:26.818 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-19,19:50:18.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,19:50:24.865] [DEBUG] 6 processes running of frp type 2026-03-19 19:51:17.939 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:51:27.940 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:51:27.941 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:51:37.943 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:51:37.943 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:51:47.945 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:51:47.945 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:51:57.947 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:51:57.948 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:52:07.950 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:52:27.950 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:52:37.951 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:52:57.953 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:52:57.956 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:53:17.958 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:53:17.965 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:53:37.966 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:53:37.971 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:53:57.973 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:53:57.978 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:54:17.979 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:54:17.984 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:54:37.985 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:54:37.990 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:54:57.992 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:54:57.995 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:55:17.996 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:55:18.014 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:55:38.015 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:55:38.019 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:55:58.021 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:55:58.027 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-19 19:56:18.028 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:56:26.791 [W] [client/service.go:297] [384b43e69427961f] connect to server error: session shutdown 2026-03-19 19:56:46.793 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:56:56.794 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 19:57:16.795 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 19:57:17.463 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 19:57:17.464 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 19:57:17.698 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-19,20:05:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-19,20:20:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,20:20:24.017] [DEBUG] 6 processes running of frp type 2026-03-19 20:22:48.961 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 20:22:49.704 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 20:22:49.705 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 20:22:49.981 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,20:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,20:35:23.939] [DEBUG] 6 processes running of frp type [2026-03-19,20:50:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,20:50:24.103] [DEBUG] 6 processes running of frp type 2026-03-19 21:04:45.868 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 21:04:48.126 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 21:04:48.127 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 21:04:48.385 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-19,21:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,21:05:23.801] [DEBUG] 6 processes running of frp type [2026-03-19,21:20:17.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,21:20:23.866] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,21:35:17.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,21:35:24.956] [DEBUG] 6 processes running of frp type [2026-03-19,21:50:20.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,21:50:31.858] [DEBUG] 6 processes running of frp type [2026-03-19,22:05:19.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,22:05:25.450] [DEBUG] 6 processes running of frp type [2026-03-19,22:20:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,22:20:28.994] [DEBUG] 6 processes running of frp type 2026-03-19 22:20:51.962 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:20:54.443 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:20:54.445 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:21:01.310 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:21:33.002 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:21:41.934 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:21:41.936 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:21:42.217 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 22:26:55.975 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:27:02.485 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:27:02.486 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:27:02.726 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:30:47.086 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:30:54.529 [W] [client/service.go:297] [384b43e69427961f] connect to server error: read tcp 192.168.2.4:47360->138.201.17.179:7000: read: connection reset by peer 2026-03-19 22:30:54.530 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:30:59.637 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:30:59.638 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:30:59.870 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:32:38.219 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:32:48.221 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:32:48.222 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:32:52.752 [W] [client/service.go:297] [384b43e69427961f] connect to server error: read tcp 192.168.2.4:43842->138.201.17.179:7000: read: connection reset by peer 2026-03-19 22:32:52.753 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:32:53.857 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:32:53.859 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:32:54.517 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:35:09.212 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:35:19.214 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:35:19.215 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... [2026-03-19,22:35:22.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-19 22:35:32.357 [W] [client/service.go:297] [384b43e69427961f] connect to server error: connection write timeout 2026-03-19 22:35:32.358 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-19 22:35:47.774 [W] [client/service.go:297] [384b43e69427961f] connect to server error: i/o deadline reached 2026-03-19 22:35:47.776 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:36:00.165 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:36:00.166 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:36:01.023 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:36:28.012 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:36:34.693 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:36:34.695 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:36:35.060 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:37:39.599 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:37:44.491 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:37:44.492 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:37:44.796 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:38:22.903 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:38:36.940 [W] [client/service.go:297] [384b43e69427961f] connect to server error: connection write timeout 2026-03-19 22:38:36.940 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:38:52.816 [W] [client/service.go:297] [384b43e69427961f] connect to server error: i/o deadline reached 2026-03-19 22:38:52.816 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:39:02.818 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:39:02.819 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:39:12.821 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:39:12.822 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:39:26.108 [W] [client/service.go:297] [384b43e69427961f] connect to server error: connection write timeout 2026-03-19 22:39:46.109 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:39:54.481 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:39:54.482 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:39:54.739 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:42:07.737 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:42:17.739 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:42:17.739 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:42:22.398 [W] [client/service.go:297] [384b43e69427961f] connect to server error: session shutdown 2026-03-19 22:42:22.398 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:42:23.024 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:42:23.025 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:42:23.255 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:43:02.608 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:43:12.610 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:43:12.612 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:43:22.613 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:43:22.614 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:43:32.615 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:43:32.616 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:43:42.618 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:43:42.618 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:43:52.620 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:44:12.622 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:44:28.191 [W] [client/service.go:297] [384b43e69427961f] connect to server error: connection write timeout 2026-03-19 22:44:48.192 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:44:58.194 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:45:18.195 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:45:28.197 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:45:48.198 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:45:58.199 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:46:18.202 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:46:31.616 [W] [client/service.go:297] [384b43e69427961f] connect to server error: connection write timeout 2026-03-19 22:46:51.617 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:46:52.604 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:46:52.605 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:46:52.833 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-19 22:47:31.886 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:47:41.888 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:47:41.889 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:47:51.890 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:47:51.891 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:47:58.317 [W] [client/service.go:297] [384b43e69427961f] connect to server error: read tcp 192.168.2.4:58078->138.201.17.179:7000: read: connection reset by peer 2026-03-19 22:47:58.318 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:48:08.728 [W] [client/service.go:297] [384b43e69427961f] connect to server error: connection write timeout 2026-03-19 22:48:08.729 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:48:18.730 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 22:48:38.731 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:48:52.439 [W] [client/service.go:297] [384b43e69427961f] connect to server error: i/o deadline reached 2026-03-19 22:49:12.440 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:49:19.384 [W] [client/service.go:297] [384b43e69427961f] connect to server error: read tcp 192.168.2.4:39300->138.201.17.179:7000: read: connection reset by peer 2026-03-19 22:49:39.384 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-19 22:49:40.866 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-19 22:49:40.868 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-19 22:49:41.422 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-19,22:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,22:50:26.519] [DEBUG] 6 processes running of frp type [2026-03-19,23:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,23:05:24.624] [DEBUG] 6 processes running of frp type [2026-03-19,23:20:18.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,23:20:24.825] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,23:35:20.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,23:35:27.179] [DEBUG] 6 processes running of frp type [2026-03-19,23:50:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-19,23:50:24.459] [DEBUG] 6 processes running of frp type [2026-03-20,00:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,00:05:24.550] [DEBUG] 6 processes running of frp type [2026-03-20,00:20:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,00:20:24.206] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,00:35:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,00:35:24.250] [DEBUG] 6 processes running of frp type [2026-03-20,00:50:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,00:50:23.839] [DEBUG] 6 processes running of frp type [2026-03-20,01:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,01:05:26.172] [DEBUG] 6 processes running of frp type 2026-03-20 01:18:03.197 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 01:18:11.568 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-20 01:18:11.569 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-20 01:18:11.891 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-20,01:20:17.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,01:20:23.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,01:35:17.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,01:35:24.017] [DEBUG] 6 processes running of frp type 2026-03-20 01:48:36.877 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 01:48:46.879 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 01:48:46.880 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 01:48:56.881 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 01:48:56.882 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 01:48:59.244 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-20 01:48:59.245 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-20 01:48:59.465 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success 2026-03-20 01:50:39.252 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 01:50:48.584 [I] [client/service.go:286] [384b43e69427961f] login to server success, get run id [384b43e69427961f] 2026-03-20 01:50:48.586 [I] [proxy/proxy_manager.go:173] [384b43e69427961f] proxy added: [DTN57CC5599] 2026-03-20 01:50:48.827 [I] [client/control.go:168] [384b43e69427961f] [DTN57CC5599] start proxy success [2026-03-20,01:50:50.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,01:50:57.289] [DEBUG] 6 processes running of frp type [2026-03-20,02:05:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,02:05:24.003] [DEBUG] 6 processes running of frp type [2026-03-20,02:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,02:20:23.683] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,02:35:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,02:35:23.615] [DEBUG] 6 processes running of frp type 2026-03-20 02:38:24.807 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:38:24.808 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 02:38:26.885 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:38:26.886 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 02:38:31.187 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:38:31.188 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 02:38:39.826 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:38:39.826 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 02:38:57.197 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:38:57.199 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 02:39:17.200 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:39:17.201 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 02:39:37.202 [I] [client/service.go:294] [384b43e69427961f] try to connect to server... 2026-03-20 02:39:37.203 [W] [client/service.go:297] [384b43e69427961f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-03-20,02:33:26.449] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,02:33:26.454] [INFO] LocationSqlManager initialising [2026-03-20,02:33:26.455] [INFO] Location DB initialising [2026-03-20,02:33:26.465] [INFO] LocationSqlManager initialisation complete [2026-03-20,02:33:26.465] [DEBUG] UploadManager Init [2026-03-20,02:33:26.466] [DEBUG] UploadManager Init Complete [2026-03-20,02:33:26.468] [INFO] Initializing GPS... [2026-03-20,02:33:26.470] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,02:42:31.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,02:42:43.501] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-20,02:42:54.537] [DEBUG] Log Upload Complete! [2026-03-20,02:45:32.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,02:45:38.721] [DEBUG] Remote Access Enabled [2026-03-20,02:45:44.931] [INFO] Server Address: 138.201.17.179 [2026-03-20,02:45:44.932] [INFO] Server Port: 7000 [2026-03-20,02:45:44.937] [DEBUG] Starting Remote Access! 2026-03-20 02:45:45.072 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 02:45:45.072 [I] [client/service.go:294] try to connect to server... 2026-03-20 02:45:45.673 [I] [client/service.go:286] [0cb4ac302591f0ba] login to server success, get run id [0cb4ac302591f0ba] 2026-03-20 02:45:45.674 [I] [proxy/proxy_manager.go:173] [0cb4ac302591f0ba] proxy added: [DTN57CC5599] 2026-03-20 02:45:45.876 [I] [client/control.go:168] [0cb4ac302591f0ba] [DTN57CC5599] start proxy success [2026-03-20,02:50:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,02:50:24.638] [DEBUG] 6 processes running of frp type [2026-03-20,03:05:18.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,03:05:24.650] [DEBUG] 6 processes running of frp type 2026-03-20 03:17:46.776 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:17:56.778 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 03:17:56.778 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:18:06.780 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 03:18:06.781 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:18:16.782 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 03:18:16.783 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:18:26.785 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 03:18:26.785 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:18:36.786 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 03:18:56.788 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:19:06.791 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 03:19:26.793 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:19:26.797 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 03:19:46.798 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:19:46.802 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 03:20:06.803 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:20:06.809 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2026-03-20,03:20:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,03:20:24.852] [DEBUG] 6 processes running of frp type 2026-03-20 03:20:26.812 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 03:20:27.585 [I] [client/service.go:286] [0cb4ac302591f0ba] login to server success, get run id [0cb4ac302591f0ba] 2026-03-20 03:20:27.586 [I] [proxy/proxy_manager.go:173] [0cb4ac302591f0ba] proxy added: [DTN57CC5599] 2026-03-20 03:20:27.904 [I] [client/control.go:168] [0cb4ac302591f0ba] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,03:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,03:35:23.692] [DEBUG] 6 processes running of frp type [2026-03-20,03:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,03:50:24.390] [DEBUG] 6 processes running of frp type 2026-03-20 04:00:36.862 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 04:00:39.083 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 04:00:39.083 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 04:00:42.121 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 04:00:42.121 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 04:00:45.161 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 04:00:54.118 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 04:00:54.119 [W] [client/service.go:297] [0cb4ac302591f0ba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-20 04:01:13.806 [I] [client/service.go:294] [0cb4ac302591f0ba] try to connect to server... 2026-03-20 04:01:14.525 [I] [client/service.go:286] [0cb4ac302591f0ba] login to server success, get run id [0cb4ac302591f0ba] 2026-03-20 04:01:14.526 [I] [proxy/proxy_manager.go:173] [0cb4ac302591f0ba] proxy added: [DTN57CC5599] 2026-03-20 04:01:14.759 [I] [client/control.go:168] [0cb4ac302591f0ba] [DTN57CC5599] start proxy success [2026-03-20,04:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,04:05:24.159] [DEBUG] 6 processes running of frp type [2026-03-20,04:20:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,04:20:24.056] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,04:35:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,04:35:24.334] [DEBUG] 6 processes running of frp type [2026-03-20,04:50:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,04:50:24.677] [DEBUG] 6 processes running of frp type [2026-03-20,05:05:18.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,05:05:24.924] [DEBUG] 6 processes running of frp type [2026-03-20,05:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,05:20:24.129] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,05:35:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,05:35:24.516] [DEBUG] 6 processes running of frp type [2026-03-20,05:50:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,05:50:24.461] [DEBUG] 6 processes running of frp type [2026-03-20,06:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,06:05:31.422] [DEBUG] 6 processes running of frp type [2026-03-20,06:20:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,06:20:24.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,06:30:40.957] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,06:30:40.962] [INFO] LocationSqlManager initialising [2026-03-20,06:30:40.962] [INFO] Location DB initialising [2026-03-20,06:30:40.971] [INFO] LocationSqlManager initialisation complete [2026-03-20,06:30:40.972] [DEBUG] UploadManager Init [2026-03-20,06:30:40.972] [DEBUG] UploadManager Init Complete [2026-03-20,06:30:40.975] [INFO] Initializing GPS... [2026-03-20,06:30:40.977] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,06:32:44.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,06:32:51.120] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-20,06:33:03.683] [DEBUG] Log Upload Complete! [2026-03-20,06:35:44.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,06:35:51.339] [DEBUG] Remote Access Enabled [2026-03-20,06:35:57.558] [INFO] Server Address: 138.201.17.179 [2026-03-20,06:35:57.559] [INFO] Server Port: 7000 [2026-03-20,06:35:57.564] [DEBUG] Starting Remote Access! 2026-03-20 06:35:57.702 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 06:35:57.703 [I] [client/service.go:294] try to connect to server... 2026-03-20 06:35:58.348 [I] [client/service.go:286] [2b75f16b8d50524a] login to server success, get run id [2b75f16b8d50524a] 2026-03-20 06:35:58.348 [I] [proxy/proxy_manager.go:173] [2b75f16b8d50524a] proxy added: [DTN57CC5599] 2026-03-20 06:35:58.575 [I] [client/control.go:168] [2b75f16b8d50524a] [DTN57CC5599] start proxy success [2026-03-20,06:50:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,06:50:23.960] [DEBUG] 6 processes running of frp type [2026-03-20,07:05:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,07:05:24.330] [DEBUG] 6 processes running of frp type [2026-03-20,07:20:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,07:20:24.248] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,07:35:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,07:35:24.186] [DEBUG] 6 processes running of frp type [2026-03-20,07:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,07:50:24.601] [DEBUG] 6 processes running of frp type [2026-03-20,08:02:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,08:02:24.419] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-20,08:04:21.528] [DEBUG] Log Upload Complete! [2026-03-20,08:05:18.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,08:05:24.878] [DEBUG] 6 processes running of frp type [2026-03-20,08:20:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,08:20:23.566] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,08:35:18.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,08:35:26.790] [DEBUG] 6 processes running of frp type [2026-03-20,08:50:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,08:50:24.050] [DEBUG] 6 processes running of frp type [2026-03-20,09:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,09:05:24.074] [DEBUG] 6 processes running of frp type [2026-03-20,09:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,09:20:23.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,09:35:17.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,09:35:24.228] [DEBUG] 6 processes running of frp type [2026-03-20,09:50:18.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,09:50:24.825] [DEBUG] 6 processes running of frp type [2026-03-20,10:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,10:05:23.989] [DEBUG] 6 processes running of frp type [2026-03-20,10:20:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,10:20:23.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,10:35:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,10:35:24.340] [DEBUG] 6 processes running of frp type [2026-03-20,10:50:18.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,10:50:24.931] [DEBUG] 6 processes running of frp type [2026-03-20,11:05:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,11:05:23.782] [DEBUG] 6 processes running of frp type [2026-03-20,11:20:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,11:20:23.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,11:35:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,11:35:24.024] [DEBUG] 6 processes running of frp type [2026-03-20,11:50:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,11:50:24.255] [DEBUG] 6 processes running of frp type 2026-03-20 12:01:10.598 [I] [client/service.go:294] [2b75f16b8d50524a] try to connect to server... 2026-03-20 12:01:10.602 [W] [client/service.go:297] [2b75f16b8d50524a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 12:01:12.699 [I] [client/service.go:294] [2b75f16b8d50524a] try to connect to server... 2026-03-20 12:01:12.704 [W] [client/service.go:297] [2b75f16b8d50524a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 12:01:17.050 [I] [client/service.go:294] [2b75f16b8d50524a] try to connect to server... 2026-03-20 12:01:17.053 [W] [client/service.go:297] [2b75f16b8d50524a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-20 12:01:25.859 [I] [client/service.go:294] [2b75f16b8d50524a] try to connect to server... 2026-03-20 12:01:26.546 [I] [client/service.go:286] [2b75f16b8d50524a] login to server success, get run id [2b75f16b8d50524a] 2026-03-20 12:01:26.551 [I] [proxy/proxy_manager.go:173] [2b75f16b8d50524a] proxy added: [DTN57CC5599] 2026-03-20 12:01:26.781 [I] [client/control.go:168] [2b75f16b8d50524a] [DTN57CC5599] start proxy success [2026-03-20,12:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,12:05:24.524] [DEBUG] 6 processes running of frp type [2026-03-20,12:20:23.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,12:20:29.596] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,12:35:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,12:35:24.084] [DEBUG] 6 processes running of frp type [2026-03-20,12:50:18.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,12:50:25.023] [DEBUG] 6 processes running of frp type [2026-03-20,13:05:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,13:05:29.872] [DEBUG] 6 processes running of frp type [2026-03-20,13:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,13:20:26.039] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,13:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,13:35:29.241] [DEBUG] 6 processes running of frp type [2026-03-20,13:50:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,13:50:24.496] [DEBUG] 6 processes running of frp type [2026-03-20,14:05:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,14:05:24.396] [DEBUG] 6 processes running of frp type [2026-03-20,14:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,14:20:24.286] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,14:35:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,14:35:24.474] [DEBUG] 6 processes running of frp type [2026-03-20,14:50:18.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,14:50:24.709] [DEBUG] 6 processes running of frp type [2026-03-20,15:05:20.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,15:05:27.556] [DEBUG] 6 processes running of frp type [2026-03-20,15:20:19.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,15:20:26.334] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,15:35:17.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,15:35:24.045] [DEBUG] 6 processes running of frp type [2026-03-20,15:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,15:50:24.222] [DEBUG] 6 processes running of frp type [2026-03-20,16:05:17.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,16:05:24.254] [DEBUG] 6 processes running of frp type [2026-03-20,16:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,16:20:24.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,16:35:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,16:35:24.533] [DEBUG] 6 processes running of frp type [2026-03-20,16:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,16:50:23.962] [DEBUG] 6 processes running of frp type [2026-03-20,17:05:20.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,17:05:26.633] [DEBUG] 6 processes running of frp type [2026-03-20,17:20:18.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,17:20:24.846] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,17:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,17:35:24.219] [DEBUG] 6 processes running of frp type [2026-03-20,17:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,17:50:24.341] [DEBUG] 6 processes running of frp type [2026-03-20,18:05:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,18:05:24.209] [DEBUG] 6 processes running of frp type [2026-03-20,18:20:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,18:20:26.404] [DEBUG] 6 processes running of frp type [2026-03-20,18:25:41.011] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,18:25:41.018] [INFO] LocationSqlManager initialising [2026-03-20,18:25:41.019] [INFO] Location DB initialising [2026-03-20,18:25:41.028] [INFO] LocationSqlManager initialisation complete [2026-03-20,18:25:41.029] [DEBUG] UploadManager Init [2026-03-20,18:25:41.030] [DEBUG] UploadManager Init Complete [2026-03-20,18:25:41.033] [INFO] Initializing GPS... [2026-03-20,18:25:41.035] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,18:27:45.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,18:27:51.680] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-20,18:30:00.821] [DEBUG] Log Upload Complete! [2026-03-20,18:30:45.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,18:30:45.393] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2026-03-20,18:30:52.063] [DEBUG] Remote Access Enabled [2026-03-20,18:30:58.352] [INFO] Server Address: 138.201.17.179 [2026-03-20,18:30:58.353] [INFO] Server Port: 7000 [2026-03-20,18:30:58.358] [DEBUG] Starting Remote Access! 2026-03-20 18:30:58.494 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 18:30:58.495 [I] [client/service.go:294] try to connect to server... 2026-03-20 18:30:59.231 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-20 18:30:59.232 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-20 18:30:59.397 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success [2026-03-20,18:35:18.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,18:35:24.894] [DEBUG] 6 processes running of frp type [2026-03-20,18:50:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,18:50:29.580] [DEBUG] 6 processes running of frp type [2026-03-20,19:05:18.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,19:05:30.670] [DEBUG] 6 processes running of frp type [2026-03-20,19:20:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,19:20:24.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,19:35:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,19:35:25.015] [DEBUG] 6 processes running of frp type [2026-03-20,19:50:21.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,19:50:33.660] [DEBUG] 6 processes running of frp type [2026-03-20,20:05:18.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,20:05:25.164] [DEBUG] 6 processes running of frp type [2026-03-20,20:20:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,20:20:23.987] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-20 20:30:31.811 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-20 20:30:41.814 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-20 20:30:41.815 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-20 20:30:45.306 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-20 20:30:45.308 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-20 20:30:45.707 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success [2026-03-20,20:35:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,20:35:25.997] [DEBUG] 6 processes running of frp type [2026-03-20,20:50:18.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,20:50:26.262] [DEBUG] 6 processes running of frp type [2026-03-20,21:05:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,21:05:24.081] [DEBUG] 6 processes running of frp type [2026-03-20,21:20:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,21:20:26.143] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,21:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,21:35:24.378] [DEBUG] 6 processes running of frp type [2026-03-20,21:50:19.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,21:50:26.419] [DEBUG] 6 processes running of frp type [2026-03-20,22:05:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,22:05:24.840] [DEBUG] 6 processes running of frp type [2026-03-20,22:20:23.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,22:20:30.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,22:35:20.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,22:35:26.945] [DEBUG] 6 processes running of frp type [2026-03-20,22:50:17.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,22:50:25.482] [DEBUG] 6 processes running of frp type [2026-03-20,23:05:18.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,23:05:25.598] [DEBUG] 6 processes running of frp type [2026-03-20,23:20:18.172] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,23:20:24.769] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,23:35:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,23:35:23.907] [DEBUG] 6 processes running of frp type [2026-03-20,23:50:18.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-20,23:50:30.748] [DEBUG] 6 processes running of frp type 2026-03-20 23:57:35.542 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-20 23:57:36.162 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-20 23:57:36.163 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-20 23:57:36.362 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success [2026-03-21,00:05:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,00:05:25.555] [DEBUG] 6 processes running of frp type [2026-03-21,00:20:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,00:20:24.305] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,00:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,00:35:24.213] [DEBUG] 6 processes running of frp type [2026-03-21,00:50:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,00:50:23.850] [DEBUG] 6 processes running of frp type [2026-03-21,01:05:16.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,01:05:24.142] [DEBUG] 6 processes running of frp type [2026-03-21,01:20:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,01:20:23.865] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,01:35:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,01:35:24.004] [DEBUG] 6 processes running of frp type [2026-03-21,01:50:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,01:50:23.577] [DEBUG] 6 processes running of frp type [2026-03-21,02:05:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,02:05:24.522] [DEBUG] 6 processes running of frp type [2026-03-21,02:20:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,02:20:24.411] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,02:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,02:35:24.214] [DEBUG] 6 processes running of frp type [2026-03-21,02:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,02:50:24.021] [DEBUG] 6 processes running of frp type [2026-03-21,03:05:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,03:05:23.894] [DEBUG] 6 processes running of frp type [2026-03-21,03:20:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,03:20:24.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,03:35:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,03:35:24.476] [DEBUG] 6 processes running of frp type 2026-03-21 03:46:38.276 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 03:46:47.582 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-21 03:46:47.583 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-21 03:46:47.775 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success [2026-03-21,03:50:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,03:50:24.191] [DEBUG] 6 processes running of frp type [2026-03-21,04:05:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,04:05:24.061] [DEBUG] 6 processes running of frp type 2026-03-21 04:06:34.557 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:06:36.723 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:06:36.724 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:06:44.007 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:06:44.007 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:06:44.013 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:06:52.831 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:06:52.835 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:07:10.658 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:07:10.664 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:07:30.665 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:07:30.669 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:07:50.671 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:07:50.673 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:08:10.673 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:08:10.676 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:08:30.677 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:08:30.732 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:08:50.733 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:08:50.736 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 04:09:10.736 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 04:09:11.887 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-21 04:09:11.888 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-21 04:09:12.288 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success [2026-03-21,04:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,04:20:23.954] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,04:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,04:35:23.991] [DEBUG] 6 processes running of frp type [2026-03-21,04:50:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,04:50:24.454] [DEBUG] 6 processes running of frp type [2026-03-21,05:05:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,05:05:24.343] [DEBUG] 6 processes running of frp type [2026-03-21,05:20:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,05:20:24.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,05:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,05:35:24.132] [DEBUG] 6 processes running of frp type [2026-03-21,05:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,05:50:24.254] [DEBUG] 6 processes running of frp type [2026-03-21,06:05:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,06:05:24.089] [DEBUG] 6 processes running of frp type 2026-03-21 06:07:31.381 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 06:07:41.384 [W] [client/service.go:297] [0d813757f8ec9ce2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 06:07:41.385 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 06:07:43.324 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-21 06:07:43.325 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-21 06:07:43.579 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success [2026-03-21,06:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,06:20:24.049] [DEBUG] 6 processes running of frp type 2026-03-21 06:22:31.980 [I] [client/service.go:294] [0d813757f8ec9ce2] try to connect to server... 2026-03-21 06:22:32.927 [I] [client/service.go:286] [0d813757f8ec9ce2] login to server success, get run id [0d813757f8ec9ce2] 2026-03-21 06:22:32.928 [I] [proxy/proxy_manager.go:173] [0d813757f8ec9ce2] proxy added: [DTN57CC5599] 2026-03-21 06:22:33.220 [I] [client/control.go:168] [0d813757f8ec9ce2] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,06:30:41.084] [INFO] Initializing BusSpeedStateManager V2 [2026-03-21,06:30:41.089] [INFO] LocationSqlManager initialising [2026-03-21,06:30:41.090] [INFO] Location DB initialising [2026-03-21,06:30:41.100] [INFO] LocationSqlManager initialisation complete [2026-03-21,06:30:41.100] [DEBUG] UploadManager Init [2026-03-21,06:30:41.101] [DEBUG] UploadManager Init Complete [2026-03-21,06:30:41.104] [INFO] Initializing GPS... [2026-03-21,06:30:41.106] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,06:32:44.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,06:32:56.272] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-21,06:33:10.759] [DEBUG] Log Upload Complete! [2026-03-21,06:35:44.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,06:35:44.887] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-21,06:35:51.437] [DEBUG] Remote Access Enabled [2026-03-21,06:35:58.951] [INFO] Server Address: 138.201.17.179 [2026-03-21,06:35:58.953] [INFO] Server Port: 7000 [2026-03-21,06:35:58.958] [DEBUG] Starting Remote Access! 2026-03-21 06:35:59.086 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-21 06:35:59.087 [I] [client/service.go:294] try to connect to server... 2026-03-21 06:35:59.794 [I] [client/service.go:286] [d4184d8b5af3acae] login to server success, get run id [d4184d8b5af3acae] 2026-03-21 06:35:59.795 [I] [proxy/proxy_manager.go:173] [d4184d8b5af3acae] proxy added: [DTN57CC5599] 2026-03-21 06:36:00.026 [I] [client/control.go:168] [d4184d8b5af3acae] [DTN57CC5599] start proxy success [2026-03-21,06:50:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,06:50:24.516] [DEBUG] 6 processes running of frp type 2026-03-21 06:58:22.639 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 06:58:32.641 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 06:58:32.642 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 06:58:42.643 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 06:58:42.644 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 06:58:44.506 [I] [client/service.go:286] [d4184d8b5af3acae] login to server success, get run id [d4184d8b5af3acae] 2026-03-21 06:58:44.508 [I] [proxy/proxy_manager.go:173] [d4184d8b5af3acae] proxy added: [DTN57CC5599] 2026-03-21 06:58:44.741 [I] [client/control.go:168] [d4184d8b5af3acae] [DTN57CC5599] start proxy success [2026-03-21,07:05:18.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,07:05:24.738] [DEBUG] 6 processes running of frp type 2026-03-21 07:13:36.690 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 07:13:45.247 [I] [client/service.go:286] [d4184d8b5af3acae] login to server success, get run id [d4184d8b5af3acae] 2026-03-21 07:13:45.249 [I] [proxy/proxy_manager.go:173] [d4184d8b5af3acae] proxy added: [DTN57CC5599] 2026-03-21 07:13:45.486 [I] [client/control.go:168] [d4184d8b5af3acae] [DTN57CC5599] start proxy success [2026-03-21,07:20:19.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,07:20:26.824] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,07:35:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,07:35:24.190] [DEBUG] 6 processes running of frp type [2026-03-21,07:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,07:50:24.545] [DEBUG] 6 processes running of frp type [2026-03-21,08:02:17.818] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,08:02:25.035] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-21,08:03:17.375] [DEBUG] Log Upload Complete! [2026-03-21,08:05:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,08:05:24.980] [DEBUG] 6 processes running of frp type [2026-03-21,08:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,08:20:24.132] [DEBUG] 6 processes running of frp type 2026-03-21 08:21:10.300 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:21:20.303 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:21:20.303 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:21:30.304 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:21:30.305 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:21:40.307 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:21:40.308 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:21:50.309 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:22:10.311 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:22:20.312 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:22:40.313 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:22:50.315 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:23:10.316 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:23:10.959 [I] [client/service.go:286] [d4184d8b5af3acae] login to server success, get run id [d4184d8b5af3acae] 2026-03-21 08:23:10.960 [I] [proxy/proxy_manager.go:173] [d4184d8b5af3acae] proxy added: [DTN57CC5599] 2026-03-21 08:23:11.181 [I] [client/control.go:168] [d4184d8b5af3acae] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-21 08:26:22.510 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:26:32.513 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:26:32.513 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:26:42.515 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:26:42.516 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:26:52.518 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:26:52.519 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:27:02.520 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:27:02.521 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:27:12.522 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:27:32.524 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:27:42.527 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:28:02.528 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:28:12.530 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:28:32.531 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:28:42.533 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 08:29:02.534 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:29:02.540 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:29:22.541 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:29:22.545 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:29:42.545 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:29:42.551 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:30:02.551 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:30:02.556 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:30:22.557 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:30:22.562 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:30:42.563 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:30:42.567 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:31:02.568 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:31:02.572 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:31:22.573 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:31:22.581 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:31:42.583 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:31:42.590 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:32:02.591 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:32:02.613 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:32:22.614 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:32:22.631 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:32:42.632 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:32:42.636 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:33:02.637 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:33:02.640 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:33:22.641 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:33:22.742 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:33:42.744 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:33:42.746 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:34:02.748 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:34:02.752 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:34:22.753 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:34:22.777 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:34:42.778 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:34:42.780 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:35:02.782 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:35:02.785 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:35:22.786 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:35:22.791 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:35:42.793 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:35:42.795 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:36:02.796 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:36:02.800 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:36:22.801 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:36:22.805 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:36:42.806 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:36:42.810 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:37:02.811 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:37:02.815 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:37:22.816 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:37:22.820 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:37:42.821 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:37:42.825 [W] [client/service.go:297] [d4184d8b5af3acae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 08:38:02.826 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 08:38:04.537 [I] [client/service.go:286] [d4184d8b5af3acae] login to server success, get run id [d4184d8b5af3acae] 2026-03-21 08:38:04.538 [I] [proxy/proxy_manager.go:173] [d4184d8b5af3acae] proxy added: [DTN57CC5599] 2026-03-21 08:38:05.352 [I] [client/control.go:168] [d4184d8b5af3acae] [DTN57CC5599] start proxy success [2026-03-21,08:50:18.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,08:50:24.964] [DEBUG] 6 processes running of frp type [2026-03-21,09:05:17.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,09:05:23.824] [DEBUG] 6 processes running of frp type 2026-03-21 09:18:30.688 [I] [client/service.go:294] [d4184d8b5af3acae] try to connect to server... 2026-03-21 09:18:35.071 [I] [client/service.go:286] [d4184d8b5af3acae] login to server success, get run id [d4184d8b5af3acae] 2026-03-21 09:18:35.073 [I] [proxy/proxy_manager.go:173] [d4184d8b5af3acae] proxy added: [DTN57CC5599] 2026-03-21 09:18:35.642 [I] [client/control.go:168] [d4184d8b5af3acae] [DTN57CC5599] start proxy success [2026-03-21,09:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,09:20:23.927] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,09:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,09:35:24.617] [DEBUG] 6 processes running of frp type [2026-03-21,09:50:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,09:50:24.553] [DEBUG] 6 processes running of frp type [2026-03-21,10:05:18.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,10:05:26.431] [DEBUG] 6 processes running of frp type [2026-03-21,10:20:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,10:20:24.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,10:35:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,10:35:24.677] [DEBUG] 6 processes running of frp type [2026-03-21,10:50:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,10:50:24.748] [DEBUG] 6 processes running of frp type [2026-03-21,11:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,11:05:24.336] [DEBUG] 6 processes running of frp type [2026-03-21,11:20:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,11:20:24.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,11:35:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,11:35:24.945] [DEBUG] 6 processes running of frp type [2026-03-21,11:50:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,11:50:24.551] [DEBUG] 6 processes running of frp type [2026-03-21,12:05:18.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,12:05:24.993] [DEBUG] 6 processes running of frp type [2026-03-21,12:20:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,12:20:24.126] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,12:35:22.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,12:35:29.677] [DEBUG] 6 processes running of frp type [2026-03-21,12:50:18.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,12:50:25.019] [DEBUG] 6 processes running of frp type [2026-03-21,13:05:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,13:05:24.590] [DEBUG] 6 processes running of frp type [2026-03-21,13:20:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,13:20:24.544] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,13:35:17.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,13:35:24.269] [DEBUG] 6 processes running of frp type [2026-03-21,13:50:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,13:50:24.242] [DEBUG] 6 processes running of frp type [2026-03-21,14:05:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,14:05:24.805] [DEBUG] 6 processes running of frp type [2026-03-21,14:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,14:20:24.061] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,14:35:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,14:35:24.583] [DEBUG] 6 processes running of frp type [2026-03-21,14:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,14:50:24.251] [DEBUG] 6 processes running of frp type [2026-03-21,15:05:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,15:05:24.911] [DEBUG] 6 processes running of frp type [2026-03-21,15:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,15:20:29.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,15:35:18.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,15:35:24.950] [DEBUG] 6 processes running of frp type [2026-03-21,15:50:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,15:50:24.307] [DEBUG] 6 processes running of frp type [2026-03-21,16:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,16:05:24.629] [DEBUG] 6 processes running of frp type [2026-03-21,16:20:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,16:20:25.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,16:35:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,16:35:24.403] [DEBUG] 6 processes running of frp type [2026-03-21,16:50:18.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,16:50:25.010] [DEBUG] 6 processes running of frp type [2026-03-21,17:05:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,17:05:24.656] [DEBUG] 6 processes running of frp type [2026-03-21,17:20:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,17:20:24.811] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,17:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,17:35:24.408] [DEBUG] 6 processes running of frp type [2026-03-21,17:50:23.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,17:50:37.031] [DEBUG] 6 processes running of frp type [2026-03-21,18:05:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,18:05:24.302] [DEBUG] 6 processes running of frp type [2026-03-21,18:20:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,18:20:24.369] [DEBUG] 6 processes running of frp type [2026-03-21,18:25:41.291] [INFO] Initializing BusSpeedStateManager V2 [2026-03-21,18:25:41.298] [INFO] LocationSqlManager initialising [2026-03-21,18:25:41.299] [INFO] Location DB initialising [2026-03-21,18:25:41.310] [INFO] LocationSqlManager initialisation complete [2026-03-21,18:25:41.311] [DEBUG] UploadManager Init [2026-03-21,18:25:41.312] [DEBUG] UploadManager Init Complete [2026-03-21,18:25:41.316] [INFO] Initializing GPS... [2026-03-21,18:25:41.319] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,18:27:45.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,18:27:52.604] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-21,18:29:46.332] [DEBUG] Log Upload Complete! [2026-03-21,18:30:45.200] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-21,18:30:50.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,18:30:56.827] [DEBUG] Remote Access Enabled [2026-03-21,18:31:03.167] [INFO] Server Address: 138.201.17.179 [2026-03-21,18:31:03.169] [INFO] Server Port: 7000 [2026-03-21,18:31:03.178] [DEBUG] Starting Remote Access! 2026-03-21 18:31:03.325 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-21 18:31:03.326 [I] [client/service.go:294] try to connect to server... 2026-03-21 18:31:04.172 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-21 18:31:04.173 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-21 18:31:04.439 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-21,18:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,18:35:29.451] [DEBUG] 6 processes running of frp type [2026-03-21,18:50:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,18:50:24.492] [DEBUG] 6 processes running of frp type [2026-03-21,19:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,19:05:24.519] [DEBUG] 6 processes running of frp type 2026-03-21 19:13:39.213 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:13:40.758 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-21 19:13:40.759 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-21 19:13:41.213 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-21,19:20:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,19:20:24.324] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,19:35:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,19:35:24.845] [DEBUG] 6 processes running of frp type [2026-03-21,19:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,19:50:24.059] [DEBUG] 6 processes running of frp type 2026-03-21 19:52:35.332 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:52:45.334 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 19:52:45.335 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:52:55.336 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 19:52:55.336 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:53:05.337 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 19:53:05.338 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:53:15.340 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 19:53:15.340 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:53:25.342 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 19:53:45.343 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:53:55.346 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 19:54:15.347 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:54:15.353 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:54:35.355 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:54:35.361 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:54:55.362 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:54:55.366 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:55:15.367 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:55:15.372 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:55:35.373 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:55:35.377 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:55:55.378 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:55:55.386 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:56:15.387 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:56:15.394 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:56:35.395 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:56:35.400 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:56:55.402 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:56:55.407 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:57:15.408 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:57:15.412 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:57:35.413 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:57:35.417 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:57:55.417 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:57:55.423 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:58:15.424 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:58:15.431 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:58:35.432 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:58:35.438 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:58:55.439 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:58:55.444 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:59:15.445 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:59:15.449 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:59:35.450 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:59:35.455 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 19:59:55.457 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 19:59:55.462 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 20:00:15.463 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:00:16.407 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 20:00:36.409 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:00:36.416 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 20:00:56.418 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:00:56.422 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 20:01:16.424 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:01:22.055 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-21 20:01:22.056 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-21 20:01:22.240 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success 2026-03-21 20:02:01.437 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:02:11.439 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 20:02:11.440 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:02:19.828 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-21 20:02:19.830 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-21 20:02:20.062 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-21,20:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,20:05:24.024] [DEBUG] 6 processes running of frp type 2026-03-21 20:06:30.437 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:06:40.439 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 20:06:40.439 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 20:06:42.155 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-21 20:06:42.155 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-21 20:06:42.327 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-21,20:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,20:20:23.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,20:35:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,20:35:23.863] [DEBUG] 6 processes running of frp type [2026-03-21,20:50:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,20:50:24.424] [DEBUG] 6 processes running of frp type [2026-03-21,21:05:18.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,21:05:25.229] [DEBUG] 6 processes running of frp type [2026-03-21,21:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,21:20:24.702] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,21:35:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,21:35:23.796] [DEBUG] 6 processes running of frp type [2026-03-21,21:50:17.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,21:50:24.695] [DEBUG] 6 processes running of frp type [2026-03-21,22:05:18.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,22:05:25.134] [DEBUG] 6 processes running of frp type [2026-03-21,22:20:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,22:20:24.046] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,22:35:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,22:35:24.182] [DEBUG] 6 processes running of frp type 2026-03-21 22:43:27.196 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:43:37.197 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:43:37.197 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:43:47.199 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:43:47.199 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:43:57.200 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:43:57.201 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:44:07.202 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:44:07.203 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:44:17.205 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:44:37.206 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:44:47.207 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:45:07.208 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:45:17.210 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:45:37.211 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:45:47.213 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-21 22:46:07.214 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:46:07.218 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 22:46:27.219 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:46:27.248 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 22:46:47.248 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:46:47.252 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 22:47:07.254 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:47:07.258 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 22:47:27.259 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:47:27.263 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 22:47:47.264 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:47:47.268 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-21 22:48:07.269 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-21 22:48:07.948 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-21 22:48:07.950 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-21 22:48:08.162 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-21,22:50:17.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,22:50:25.284] [DEBUG] 6 processes running of frp type [2026-03-21,23:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,23:05:24.083] [DEBUG] 6 processes running of frp type [2026-03-21,23:20:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,23:20:23.786] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,23:35:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,23:35:23.729] [DEBUG] 6 processes running of frp type [2026-03-21,23:50:17.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-21,23:50:23.751] [DEBUG] 6 processes running of frp type [2026-03-22,00:05:18.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,00:05:24.934] [DEBUG] 6 processes running of frp type [2026-03-22,00:20:17.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,00:20:23.745] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,00:35:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,00:35:23.426] [DEBUG] 6 processes running of frp type [2026-03-22,00:50:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,00:50:24.054] [DEBUG] 6 processes running of frp type [2026-03-22,01:05:17.295] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,01:05:23.817] [DEBUG] 6 processes running of frp type 2026-03-22 01:11:40.732 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 01:11:50.734 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 01:11:50.737 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 01:12:00.738 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 01:12:00.738 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 01:12:01.460 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-22 01:12:01.461 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-22 01:12:01.664 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-22,01:20:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,01:20:26.846] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,01:35:17.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,01:35:23.745] [DEBUG] 6 processes running of frp type [2026-03-22,01:50:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,01:50:23.594] [DEBUG] 6 processes running of frp type [2026-03-22,02:05:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,02:05:24.400] [DEBUG] 6 processes running of frp type [2026-03-22,02:20:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,02:20:24.120] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,02:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,02:35:24.182] [DEBUG] 6 processes running of frp type [2026-03-22,02:50:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,02:50:24.455] [DEBUG] 6 processes running of frp type [2026-03-22,03:05:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,03:05:24.230] [DEBUG] 6 processes running of frp type [2026-03-22,03:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,03:20:24.056] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,03:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,03:35:24.045] [DEBUG] 6 processes running of frp type [2026-03-22,03:50:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,03:50:23.769] [DEBUG] 6 processes running of frp type [2026-03-22,04:05:17.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,04:05:24.490] [DEBUG] 6 processes running of frp type 2026-03-22 04:06:46.993 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:06:46.998 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:06:49.029 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:06:49.032 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:06:53.273 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:06:53.277 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:07:02.476 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:07:02.482 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:07:21.639 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:07:21.642 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:07:41.643 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:07:41.647 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:08:01.648 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:08:01.655 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:08:21.656 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:08:21.660 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:08:41.662 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:08:41.665 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:09:01.666 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:09:01.722 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:09:21.723 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:09:21.727 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:09:41.728 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:09:41.785 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:10:01.786 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:10:01.789 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:10:21.791 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:10:21.793 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:10:41.794 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:10:41.851 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:11:01.852 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:11:01.855 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:11:21.856 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:11:21.912 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:11:41.913 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:11:41.916 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:12:01.918 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:12:01.922 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:12:21.923 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:12:21.928 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:12:41.929 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:12:41.933 [W] [client/service.go:297] [c0ffeffc646d9192] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-22 04:13:01.934 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 04:13:02.665 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-22 04:13:02.665 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-22 04:13:02.904 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-22,04:20:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,04:20:24.237] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,04:35:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,04:35:24.315] [DEBUG] 6 processes running of frp type [2026-03-22,04:50:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,04:50:24.636] [DEBUG] 6 processes running of frp type [2026-03-22,05:05:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,05:05:24.938] [DEBUG] 6 processes running of frp type [2026-03-22,05:20:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,05:20:23.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,05:35:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,05:35:24.695] [DEBUG] 6 processes running of frp type 2026-03-22 05:48:53.540 [I] [client/service.go:294] [c0ffeffc646d9192] try to connect to server... 2026-03-22 05:49:01.795 [I] [client/service.go:286] [c0ffeffc646d9192] login to server success, get run id [c0ffeffc646d9192] 2026-03-22 05:49:01.796 [I] [proxy/proxy_manager.go:173] [c0ffeffc646d9192] proxy added: [DTN57CC5599] 2026-03-22 05:49:02.461 [I] [client/control.go:168] [c0ffeffc646d9192] [DTN57CC5599] start proxy success [2026-03-22,05:50:18.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,05:50:24.947] [DEBUG] 6 processes running of frp type [2026-03-22,06:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,06:05:24.017] [DEBUG] 6 processes running of frp type [2026-03-22,06:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,06:20:24.168] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,06:30:42.141] [INFO] Initializing BusSpeedStateManager V2 [2026-03-22,06:30:42.146] [INFO] LocationSqlManager initialising [2026-03-22,06:30:42.147] [INFO] Location DB initialising [2026-03-22,06:30:42.156] [INFO] LocationSqlManager initialisation complete [2026-03-22,06:30:42.157] [DEBUG] UploadManager Init [2026-03-22,06:30:42.157] [DEBUG] UploadManager Init Complete [2026-03-22,06:30:42.160] [INFO] Initializing GPS... [2026-03-22,06:30:42.162] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,06:32:45.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,06:32:52.163] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-22,06:33:19.729] [DEBUG] Log Upload Complete! [2026-03-22,06:35:46.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,06:35:50.406] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-22,06:35:53.446] [DEBUG] Remote Access Enabled [2026-03-22,06:36:00.096] [INFO] Server Address: 138.201.17.179 [2026-03-22,06:36:00.097] [INFO] Server Port: 7000 [2026-03-22,06:36:00.102] [DEBUG] Starting Remote Access! 2026-03-22 06:36:00.235 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-22 06:36:00.236 [I] [client/service.go:294] try to connect to server... 2026-03-22 06:36:00.982 [I] [client/service.go:286] [7aaf18a01e4c5390] login to server success, get run id [7aaf18a01e4c5390] 2026-03-22 06:36:00.984 [I] [proxy/proxy_manager.go:173] [7aaf18a01e4c5390] proxy added: [DTN57CC5599] 2026-03-22 06:36:01.363 [I] [client/control.go:168] [7aaf18a01e4c5390] [DTN57CC5599] start proxy success [2026-03-22,06:50:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,06:50:24.450] [DEBUG] 6 processes running of frp type [2026-03-22,07:05:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,07:05:24.110] [DEBUG] 6 processes running of frp type [2026-03-22,07:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,07:20:24.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,07:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,07:35:24.484] [DEBUG] 6 processes running of frp type [2026-03-22,07:50:17.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,07:50:24.238] [DEBUG] 6 processes running of frp type [2026-03-22,08:02:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,08:02:29.073] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2026-03-22,08:05:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,08:05:24.518] [DEBUG] 6 processes running of frp type [2026-03-22,08:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,08:20:24.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,08:35:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,08:35:24.000] [DEBUG] 6 processes running of frp type [2026-03-22,08:50:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,08:50:24.236] [DEBUG] 6 processes running of frp type [2026-03-22,09:05:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,09:05:24.175] [DEBUG] 6 processes running of frp type [2026-03-22,09:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,09:20:24.446] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,09:35:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,09:35:23.955] [DEBUG] 6 processes running of frp type [2026-03-22,09:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,09:50:24.248] [DEBUG] 6 processes running of frp type [2026-03-22,10:05:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,10:05:24.401] [DEBUG] 6 processes running of frp type [2026-03-22,10:20:17.827] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,10:20:24.594] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,10:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,10:35:24.115] [DEBUG] 6 processes running of frp type [2026-03-22,10:50:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,10:50:24.219] [DEBUG] 6 processes running of frp type [2026-03-22,11:05:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,11:05:24.942] [DEBUG] 6 processes running of frp type [2026-03-22,11:20:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,11:20:24.118] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,11:35:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,11:35:24.722] [DEBUG] 6 processes running of frp type [2026-03-22,11:50:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,11:50:24.136] [DEBUG] 6 processes running of frp type [2026-03-22,12:05:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,12:05:24.273] [DEBUG] 6 processes running of frp type 2026-03-22 12:12:47.559 [I] [client/service.go:294] [7aaf18a01e4c5390] try to connect to server... 2026-03-22 12:12:48.198 [I] [client/service.go:286] [7aaf18a01e4c5390] login to server success, get run id [7aaf18a01e4c5390] 2026-03-22 12:12:48.204 [I] [proxy/proxy_manager.go:173] [7aaf18a01e4c5390] proxy added: [DTN57CC5599] 2026-03-22 12:12:48.414 [I] [client/control.go:168] [7aaf18a01e4c5390] [DTN57CC5599] start proxy success [2026-03-22,12:20:18.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,12:20:25.440] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,12:35:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,12:35:24.690] [DEBUG] 6 processes running of frp type [2026-03-22,12:50:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,12:50:24.238] [DEBUG] 6 processes running of frp type [2026-03-22,13:05:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,13:05:24.269] [DEBUG] 6 processes running of frp type [2026-03-22,13:20:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,13:20:24.107] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,13:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,13:35:24.231] [DEBUG] 6 processes running of frp type [2026-03-22,13:50:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,13:50:23.804] [DEBUG] 6 processes running of frp type [2026-03-22,14:05:17.007] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,14:05:24.578] [DEBUG] 6 processes running of frp type [2026-03-22,14:20:17.898] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,14:20:24.504] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,14:35:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,14:35:23.875] [DEBUG] 6 processes running of frp type [2026-03-22,14:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,14:50:24.079] [DEBUG] 6 processes running of frp type [2026-03-22,15:05:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,15:05:24.269] [DEBUG] 6 processes running of frp type [2026-03-22,15:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,15:20:24.377] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,15:35:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,15:35:28.995] [DEBUG] 6 processes running of frp type [2026-03-22,15:50:18.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,15:50:30.213] [DEBUG] 6 processes running of frp type [2026-03-22,16:05:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,16:05:29.184] [DEBUG] 6 processes running of frp type [2026-03-22,16:20:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,16:20:24.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,16:35:16.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,16:35:25.227] [DEBUG] 6 processes running of frp type [2026-03-22,16:50:18.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,16:50:24.807] [DEBUG] 6 processes running of frp type [2026-03-22,17:05:16.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,17:05:23.527] [DEBUG] 6 processes running of frp type [2026-03-22,17:20:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,17:20:24.459] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,17:35:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,17:35:25.707] [DEBUG] 6 processes running of frp type [2026-03-22,17:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,17:50:24.159] [DEBUG] 6 processes running of frp type [2026-03-22,18:05:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,18:05:24.470] [DEBUG] 6 processes running of frp type [2026-03-22,18:20:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,18:20:24.493] [DEBUG] 6 processes running of frp type [2026-03-22,18:25:41.944] [INFO] Initializing BusSpeedStateManager V2 [2026-03-22,18:25:41.949] [INFO] LocationSqlManager initialising [2026-03-22,18:25:41.949] [INFO] Location DB initialising [2026-03-22,18:25:41.959] [INFO] LocationSqlManager initialisation complete [2026-03-22,18:25:41.959] [DEBUG] UploadManager Init [2026-03-22,18:25:41.960] [DEBUG] UploadManager Init Complete [2026-03-22,18:25:41.962] [INFO] Initializing GPS... [2026-03-22,18:25:41.964] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,18:27:45.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,18:27:51.701] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-22,18:29:25.487] [DEBUG] Log Upload Complete! [2026-03-22,18:30:45.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,18:30:51.786] [DEBUG] Remote Access Enabled [2026-03-22,18:30:55.179] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-22,18:31:03.026] [INFO] Server Address: 138.201.17.179 [2026-03-22,18:31:03.028] [INFO] Server Port: 7000 [2026-03-22,18:31:03.037] [DEBUG] Starting Remote Access! 2026-03-22 18:31:03.217 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-22 18:31:03.218 [I] [client/service.go:294] try to connect to server... 2026-03-22 18:31:03.835 [I] [client/service.go:286] [67c6c29e386cfe37] login to server success, get run id [67c6c29e386cfe37] 2026-03-22 18:31:03.836 [I] [proxy/proxy_manager.go:173] [67c6c29e386cfe37] proxy added: [DTN57CC5599] 2026-03-22 18:31:04.050 [I] [client/control.go:168] [67c6c29e386cfe37] [DTN57CC5599] start proxy success [2026-03-22,18:35:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,18:35:24.188] [DEBUG] 6 processes running of frp type [2026-03-22,18:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,18:50:24.576] [DEBUG] 6 processes running of frp type [2026-03-22,19:05:18.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,19:05:24.603] [DEBUG] 6 processes running of frp type [2026-03-22,19:20:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,19:20:24.711] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,19:35:20.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,19:35:27.242] [DEBUG] 6 processes running of frp type [2026-03-22,19:50:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,19:50:24.612] [DEBUG] 6 processes running of frp type [2026-03-22,20:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,20:05:29.822] [DEBUG] 6 processes running of frp type [2026-03-22,20:20:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,20:20:24.923] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,20:35:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,20:35:24.212] [DEBUG] 6 processes running of frp type [2026-03-22,20:50:18.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,20:50:25.219] [DEBUG] 6 processes running of frp type [2026-03-22,21:05:19.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,21:05:31.023] [DEBUG] 6 processes running of frp type [2026-03-22,21:20:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,21:20:24.450] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,21:35:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,21:35:24.593] [DEBUG] 6 processes running of frp type [2026-03-22,21:50:19.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,21:50:31.728] [DEBUG] 6 processes running of frp type [2026-03-22,22:05:18.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,22:05:27.442] [DEBUG] 6 processes running of frp type [2026-03-22,22:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,22:20:30.955] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-22 22:34:18.689 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-22 22:34:26.772 [I] [client/service.go:286] [67c6c29e386cfe37] login to server success, get run id [67c6c29e386cfe37] 2026-03-22 22:34:26.773 [I] [proxy/proxy_manager.go:173] [67c6c29e386cfe37] proxy added: [DTN57CC5599] 2026-03-22 22:34:27.022 [I] [client/control.go:168] [67c6c29e386cfe37] [DTN57CC5599] start proxy success [2026-03-22,22:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,22:35:25.620] [DEBUG] 6 processes running of frp type [2026-03-22,22:50:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,22:50:24.476] [DEBUG] 6 processes running of frp type [2026-03-22,23:05:17.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,23:05:24.938] [DEBUG] 6 processes running of frp type [2026-03-22,23:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,23:20:23.987] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,23:35:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,23:35:26.185] [DEBUG] 6 processes running of frp type [2026-03-22,23:50:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-22,23:50:24.196] [DEBUG] 6 processes running of frp type [2026-03-23,00:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,00:05:26.001] [DEBUG] 6 processes running of frp type 2026-03-23 00:17:29.729 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-23 00:17:30.356 [I] [client/service.go:286] [67c6c29e386cfe37] login to server success, get run id [67c6c29e386cfe37] 2026-03-23 00:17:30.357 [I] [proxy/proxy_manager.go:173] [67c6c29e386cfe37] proxy added: [DTN57CC5599] 2026-03-23 00:17:30.562 [I] [client/control.go:168] [67c6c29e386cfe37] [DTN57CC5599] start proxy success [2026-03-23,00:20:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,00:20:24.512] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,00:35:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,00:35:23.789] [DEBUG] 6 processes running of frp type [2026-03-23,00:50:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,00:50:24.395] [DEBUG] 6 processes running of frp type [2026-03-23,01:05:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,01:05:24.275] [DEBUG] 6 processes running of frp type [2026-03-23,01:20:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,01:20:24.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,01:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,01:35:24.005] [DEBUG] 6 processes running of frp type [2026-03-23,01:50:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,01:50:29.991] [DEBUG] 6 processes running of frp type [2026-03-23,02:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,02:05:23.703] [DEBUG] 6 processes running of frp type [2026-03-23,02:20:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,02:20:24.530] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,02:35:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,02:35:24.544] [DEBUG] 6 processes running of frp type [2026-03-23,02:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,02:50:24.290] [DEBUG] 6 processes running of frp type [2026-03-23,03:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,03:05:23.996] [DEBUG] 6 processes running of frp type [2026-03-23,03:20:20.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,03:20:26.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,03:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,03:35:23.987] [DEBUG] 6 processes running of frp type [2026-03-23,03:50:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,03:50:23.942] [DEBUG] 6 processes running of frp type [2026-03-23,04:05:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,04:05:23.701] [DEBUG] 6 processes running of frp type 2026-03-23 04:06:38.420 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-23 04:06:38.424 [W] [client/service.go:297] [67c6c29e386cfe37] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 04:06:40.514 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-23 04:06:40.517 [W] [client/service.go:297] [67c6c29e386cfe37] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 04:06:44.789 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-23 04:06:44.793 [W] [client/service.go:297] [67c6c29e386cfe37] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 04:06:53.797 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-23 04:06:53.801 [W] [client/service.go:297] [67c6c29e386cfe37] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 04:07:13.189 [I] [client/service.go:294] [67c6c29e386cfe37] try to connect to server... 2026-03-23 04:07:14.124 [I] [client/service.go:286] [67c6c29e386cfe37] login to server success, get run id [67c6c29e386cfe37] 2026-03-23 04:07:14.125 [I] [proxy/proxy_manager.go:173] [67c6c29e386cfe37] proxy added: [DTN57CC5599] 2026-03-23 04:07:14.444 [I] [client/control.go:168] [67c6c29e386cfe37] [DTN57CC5599] start proxy success [2026-03-23,04:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,04:20:24.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,04:35:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,04:35:24.393] [DEBUG] 6 processes running of frp type [2026-03-23,04:50:18.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,04:50:24.969] [DEBUG] 6 processes running of frp type [2026-03-23,05:05:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,05:05:24.162] [DEBUG] 6 processes running of frp type [2026-03-23,05:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,05:20:24.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,05:35:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,05:35:23.675] [DEBUG] 6 processes running of frp type [2026-03-23,05:50:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,05:50:24.470] [DEBUG] 6 processes running of frp type [2026-03-23,06:05:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,06:05:24.380] [DEBUG] 6 processes running of frp type [2026-03-23,06:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,06:20:29.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,06:30:42.441] [INFO] Initializing BusSpeedStateManager V2 [2026-03-23,06:30:42.446] [INFO] LocationSqlManager initialising [2026-03-23,06:30:42.447] [INFO] Location DB initialising [2026-03-23,06:30:42.456] [INFO] LocationSqlManager initialisation complete [2026-03-23,06:30:42.457] [DEBUG] UploadManager Init [2026-03-23,06:30:42.457] [DEBUG] UploadManager Init Complete [2026-03-23,06:30:42.460] [INFO] Initializing GPS... [2026-03-23,06:30:42.461] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,06:32:45.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,06:32:51.831] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-23,06:33:14.110] [DEBUG] Log Upload Complete! [2026-03-23,06:35:45.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,06:35:52.102] [DEBUG] Remote Access Enabled [2026-03-23,06:35:58.413] [INFO] Server Address: 138.201.17.179 [2026-03-23,06:35:58.415] [INFO] Server Port: 7000 [2026-03-23,06:35:58.420] [DEBUG] Starting Remote Access! 2026-03-23 06:35:58.553 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-23 06:35:58.554 [I] [client/service.go:294] try to connect to server... 2026-03-23 06:35:59.259 [I] [client/service.go:286] [0ea97b553074e4d5] login to server success, get run id [0ea97b553074e4d5] 2026-03-23 06:35:59.260 [I] [proxy/proxy_manager.go:173] [0ea97b553074e4d5] proxy added: [DTN57CC5599] 2026-03-23 06:35:59.506 [I] [client/control.go:168] [0ea97b553074e4d5] [DTN57CC5599] start proxy success [2026-03-23,06:50:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,06:50:25.048] [DEBUG] 6 processes running of frp type 2026-03-23 06:56:49.843 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 06:56:50.871 [I] [client/service.go:286] [0ea97b553074e4d5] login to server success, get run id [0ea97b553074e4d5] 2026-03-23 06:56:50.873 [I] [proxy/proxy_manager.go:173] [0ea97b553074e4d5] proxy added: [DTN57CC5599] 2026-03-23 06:56:51.224 [I] [client/control.go:168] [0ea97b553074e4d5] [DTN57CC5599] start proxy success [2026-03-23,07:05:18.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,07:05:28.740] [DEBUG] 6 processes running of frp type 2026-03-23 07:07:13.700 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:07:15.313 [I] [client/service.go:286] [0ea97b553074e4d5] login to server success, get run id [0ea97b553074e4d5] 2026-03-23 07:07:15.314 [I] [proxy/proxy_manager.go:173] [0ea97b553074e4d5] proxy added: [DTN57CC5599] 2026-03-23 07:07:15.517 [I] [client/control.go:168] [0ea97b553074e4d5] [DTN57CC5599] start proxy success [2026-03-23,07:20:16.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,07:20:23.526] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,07:35:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,07:35:24.185] [DEBUG] 6 processes running of frp type [2026-03-23,07:50:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,07:50:24.264] [DEBUG] 6 processes running of frp type 2026-03-23 07:54:50.012 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:54:53.974 [I] [client/service.go:286] [0ea97b553074e4d5] login to server success, get run id [0ea97b553074e4d5] 2026-03-23 07:54:53.975 [I] [proxy/proxy_manager.go:173] [0ea97b553074e4d5] proxy added: [DTN57CC5599] 2026-03-23 07:54:54.175 [I] [client/control.go:168] [0ea97b553074e4d5] [DTN57CC5599] start proxy success 2026-03-23 07:57:38.513 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:57:48.515 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 07:57:48.516 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:57:58.517 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 07:57:58.518 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:58:08.520 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 07:58:08.520 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:58:18.522 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 07:58:18.522 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:58:28.525 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 07:58:48.526 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:58:58.528 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 07:59:18.529 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:59:18.537 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 07:59:38.538 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 07:59:38.545 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 07:59:58.546 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:00:08.548 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 08:00:28.549 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:00:38.551 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 08:00:58.552 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:01:08.555 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 08:01:28.556 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:01:38.558 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 08:01:58.559 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:02:08.561 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 08:02:28.562 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:02:28.567 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:02:48.568 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:02:48.573 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:03:08.574 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:03:08.580 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:03:28.581 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:03:28.585 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:03:48.587 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:03:48.591 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:04:08.593 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:04:08.597 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:04:28.598 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:04:28.604 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:04:48.604 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:04:48.611 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:05:08.612 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:05:08.616 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:05:28.617 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:05:28.625 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:05:48.626 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:05:48.630 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:06:08.631 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:06:08.635 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:06:28.637 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:06:28.644 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:06:48.645 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:06:48.651 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:07:08.652 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:07:08.657 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:07:28.658 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:07:28.664 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:07:48.665 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:07:48.670 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:08:08.671 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:08:08.676 [W] [client/service.go:297] [0ea97b553074e4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 08:08:28.678 [I] [client/service.go:294] [0ea97b553074e4d5] try to connect to server... 2026-03-23 08:08:29.333 [I] [client/service.go:286] [0ea97b553074e4d5] login to server success, get run id [0ea97b553074e4d5] 2026-03-23 08:08:29.335 [I] [proxy/proxy_manager.go:173] [0ea97b553074e4d5] proxy added: [DTN57CC5599] 2026-03-23 08:08:29.547 [I] [client/control.go:168] [0ea97b553074e4d5] [DTN57CC5599] start proxy success [2026-03-23,08:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,08:20:23.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,08:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,08:35:24.552] [DEBUG] 6 processes running of frp type [2026-03-23,08:50:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,08:50:24.441] [DEBUG] 6 processes running of frp type [2026-03-23,09:05:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,09:05:24.415] [DEBUG] 6 processes running of frp type [2026-03-23,09:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,09:20:24.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,09:35:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,09:35:24.543] [DEBUG] 6 processes running of frp type [2026-03-23,09:50:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,09:50:24.977] [DEBUG] 6 processes running of frp type [2026-03-23,10:05:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,10:05:24.131] [DEBUG] 6 processes running of frp type [2026-03-23,10:20:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,10:20:24.500] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,10:35:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,10:35:24.331] [DEBUG] 6 processes running of frp type [2026-03-23,10:50:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,10:50:24.140] [DEBUG] 6 processes running of frp type [2026-03-23,11:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,11:05:24.640] [DEBUG] 6 processes running of frp type [2026-03-23,11:20:18.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,11:20:25.445] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,11:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,11:35:24.686] [DEBUG] 6 processes running of frp type [2026-03-23,11:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,11:50:24.245] [DEBUG] 6 processes running of frp type [2026-03-23,12:05:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,12:05:24.648] [DEBUG] 6 processes running of frp type [2026-03-23,12:20:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,12:20:24.229] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,12:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,12:35:24.915] [DEBUG] 6 processes running of frp type [2026-03-23,12:50:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,12:50:24.536] [DEBUG] 6 processes running of frp type [2026-03-23,13:05:18.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,13:05:25.225] [DEBUG] 6 processes running of frp type [2026-03-23,13:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,13:20:24.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,13:35:18.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,13:35:25.178] [DEBUG] 6 processes running of frp type [2026-03-23,13:50:18.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,13:50:24.995] [DEBUG] 6 processes running of frp type [2026-03-23,14:05:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,14:05:24.328] [DEBUG] 6 processes running of frp type [2026-03-23,14:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,14:20:24.502] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,14:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,14:35:24.832] [DEBUG] 6 processes running of frp type [2026-03-23,14:50:18.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,14:50:24.807] [DEBUG] 6 processes running of frp type [2026-03-23,15:05:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,15:05:24.083] [DEBUG] 6 processes running of frp type [2026-03-23,15:20:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,15:20:24.272] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,15:35:17.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,15:35:25.438] [DEBUG] 6 processes running of frp type [2026-03-23,15:50:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,15:50:24.197] [DEBUG] 6 processes running of frp type [2026-03-23,16:05:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,16:05:24.277] [DEBUG] 6 processes running of frp type [2026-03-23,16:20:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,16:20:24.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,16:35:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,16:35:24.220] [DEBUG] 6 processes running of frp type [2026-03-23,16:50:17.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,16:50:23.948] [DEBUG] 6 processes running of frp type [2026-03-23,17:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,17:05:24.338] [DEBUG] 6 processes running of frp type [2026-03-23,17:20:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,17:20:24.554] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,17:35:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,17:35:24.587] [DEBUG] 6 processes running of frp type [2026-03-23,17:50:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,17:50:24.594] [DEBUG] 6 processes running of frp type [2026-03-23,18:05:18.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,18:05:25.223] [DEBUG] 6 processes running of frp type [2026-03-23,18:20:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,18:20:24.352] [DEBUG] 6 processes running of frp type [2026-03-23,18:25:41.929] [INFO] Initializing BusSpeedStateManager V2 [2026-03-23,18:25:41.935] [INFO] LocationSqlManager initialising [2026-03-23,18:25:41.935] [INFO] Location DB initialising [2026-03-23,18:25:41.945] [INFO] LocationSqlManager initialisation complete [2026-03-23,18:25:41.945] [DEBUG] UploadManager Init [2026-03-23,18:25:41.946] [DEBUG] UploadManager Init Complete [2026-03-23,18:25:41.948] [INFO] Initializing GPS... [2026-03-23,18:25:41.950] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,18:27:45.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,18:27:56.926] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-03-23,18:30:44.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,18:30:51.543] [DEBUG] Remote Access Enabled [2026-03-23,18:30:57.900] [INFO] Server Address: 138.201.17.179 [2026-03-23,18:30:57.901] [INFO] Server Port: 7000 [2026-03-23,18:30:57.906] [DEBUG] Starting Remote Access! 2026-03-23 18:30:58.041 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-23 18:30:58.042 [I] [client/service.go:294] try to connect to server... 2026-03-23 18:30:58.744 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 18:30:58.744 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 18:30:58.975 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-23,18:35:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,18:35:23.970] [DEBUG] 6 processes running of frp type [2026-03-23,18:50:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,18:50:23.713] [DEBUG] 6 processes running of frp type [2026-03-23,19:05:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,19:05:24.681] [DEBUG] 6 processes running of frp type 2026-03-23 19:10:30.385 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:10:40.387 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:10:40.388 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:10:50.390 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:10:50.390 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:11:00.392 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:11:00.392 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:11:10.394 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:11:10.394 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:11:20.395 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:11:40.397 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:11:50.399 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:12:10.400 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:12:20.402 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:12:40.403 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:12:40.408 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:13:00.409 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:13:01.242 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 19:13:01.243 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 19:13:01.487 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-23,19:20:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,19:20:24.771] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,19:35:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,19:35:24.474] [DEBUG] 6 processes running of frp type [2026-03-23,19:50:18.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,19:50:25.470] [DEBUG] 6 processes running of frp type 2026-03-23 19:51:59.938 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:52:09.940 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:52:09.941 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:52:19.942 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:52:19.942 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:52:29.943 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:52:29.944 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:52:39.944 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:52:39.945 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:52:49.947 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:53:09.948 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:53:19.950 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:53:39.950 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:53:49.952 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 19:54:09.954 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:54:09.960 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:54:29.961 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:54:29.965 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:54:49.966 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:54:49.972 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:55:09.973 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:55:09.977 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:55:29.978 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:55:29.981 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:55:49.981 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:55:49.987 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:56:09.989 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:56:09.995 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:56:29.996 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:56:30.001 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:56:50.002 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:56:50.005 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:57:10.007 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:57:10.011 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:57:30.012 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:57:30.017 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:57:50.018 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:57:50.021 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:58:10.023 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:58:10.030 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:58:30.031 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:58:30.034 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:58:50.035 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:58:50.037 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:59:10.038 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:59:10.043 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 19:59:30.044 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 19:59:31.026 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 19:59:31.028 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 19:59:31.344 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-23,20:05:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,20:05:24.296] [DEBUG] 6 processes running of frp type [2026-03-23,20:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,20:20:24.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,20:35:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,20:35:24.466] [DEBUG] 6 processes running of frp type [2026-03-23,20:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,20:50:24.123] [DEBUG] 6 processes running of frp type [2026-03-23,21:05:18.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,21:05:25.043] [DEBUG] 6 processes running of frp type [2026-03-23,21:20:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,21:20:24.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,21:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,21:35:23.783] [DEBUG] 6 processes running of frp type [2026-03-23,21:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,21:50:24.494] [DEBUG] 6 processes running of frp type [2026-03-23,22:05:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,22:05:24.192] [DEBUG] 6 processes running of frp type 2026-03-23 22:07:57.033 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:08:11.714 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:08:11.715 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:08:24.740 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:08:24.740 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:08:40.601 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:08:40.602 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:08:50.603 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:08:50.604 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:09:00.606 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:09:20.607 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:09:26.980 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:09:26.982 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:09:27.194 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:11:06.578 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:11:12.558 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:11:12.560 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:11:12.778 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:16:06.243 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:16:07.354 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:16:07.356 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:16:07.587 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:16:46.894 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:16:56.895 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:16:56.896 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:17:06.897 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:17:06.898 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:17:16.900 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:17:16.900 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:17:30.854 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:17:30.855 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:17:40.857 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:18:00.859 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:18:20.594 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:18:40.595 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:18:40.599 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 22:19:00.601 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:19:00.617 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 22:19:20.619 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:19:20.623 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 22:19:40.625 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:19:40.630 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 22:20:00.630 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:20:00.636 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-23 22:20:20.637 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:20:30.638 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:20:50.640 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:21:00.642 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:21:20.643 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:21:21.356 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:21:21.357 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:21:21.625 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:22:31.106 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:22:41.109 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:22:41.110 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:22:51.111 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:22:51.112 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:23:01.113 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:23:01.114 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:23:19.507 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:23:19.508 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:23:29.509 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:23:49.510 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:23:50.119 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:23:50.121 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:23:50.316 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:25:37.984 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:25:50.063 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:25:50.064 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:26:00.065 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:26:00.066 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-23 22:26:10.067 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:26:10.067 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:26:18.473 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:26:18.475 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:26:18.835 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:27:31.456 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:27:41.459 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:27:41.459 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:27:54.684 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:27:54.685 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:28:04.687 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:28:04.688 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:28:14.690 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:28:14.690 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:28:24.693 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:28:44.694 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:28:57.670 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:29:17.671 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:29:27.673 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:29:47.675 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:30:00.023 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:30:20.024 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:30:25.615 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:30:25.617 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:30:25.840 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:31:02.446 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:31:12.449 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:31:12.449 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:31:22.451 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:31:22.452 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:31:32.454 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:31:32.454 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:31:42.456 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:31:42.457 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:31:56.648 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:32:16.650 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:32:26.652 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:32:46.654 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:32:56.657 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:33:16.658 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:33:26.660 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:33:46.661 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:33:57.704 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:34:17.705 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:34:29.856 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:34:49.858 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:34:59.860 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:35:19.861 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:35:29.862 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:35:49.863 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:35:59.866 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:36:19.867 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:36:29.869 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:36:49.869 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:36:59.872 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:37:19.873 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:37:20.589 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:37:20.590 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:37:20.822 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:38:39.233 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:38:49.235 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:38:49.236 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:38:59.735 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:38:59.736 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:39:09.738 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:39:09.739 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:39:19.741 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:39:19.742 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:39:35.387 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: connection write timeout 2026-03-23 22:39:55.388 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:40:05.390 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 22:40:25.392 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:40:26.009 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:40:26.010 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:40:26.220 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success 2026-03-23 22:45:11.360 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-23 22:45:20.006 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-23 22:45:20.007 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-23 22:45:20.225 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-23,22:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,22:50:25.041] [DEBUG] 6 processes running of frp type [2026-03-23,23:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,23:05:24.698] [DEBUG] 6 processes running of frp type [2026-03-23,23:20:21.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,23:20:27.663] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,23:35:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,23:35:24.684] [DEBUG] 6 processes running of frp type [2026-03-23,23:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-23,23:50:24.999] [DEBUG] 6 processes running of frp type [2026-03-24,00:05:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,00:05:23.795] [DEBUG] 6 processes running of frp type [2026-03-24,00:20:18.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,00:20:24.825] [DEBUG] 6 processes running of frp type 2026-03-24 00:24:00.645 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 00:24:01.375 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-24 00:24:01.376 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-24 00:24:01.660 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,00:35:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,00:35:23.668] [DEBUG] 6 processes running of frp type [2026-03-24,00:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,00:50:24.233] [DEBUG] 6 processes running of frp type [2026-03-24,01:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,01:05:23.987] [DEBUG] 6 processes running of frp type 2026-03-24 01:18:47.778 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 01:18:57.779 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 01:18:57.779 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 01:19:07.781 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 01:19:07.782 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 01:19:17.783 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 01:19:17.784 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 01:19:27.787 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 01:19:27.788 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 01:19:37.789 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 01:19:57.790 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 01:19:58.413 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-24 01:19:58.414 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-24 01:19:58.617 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-24,01:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,01:20:23.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,01:35:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,01:35:23.659] [DEBUG] 6 processes running of frp type [2026-03-24,01:50:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,01:50:24.560] [DEBUG] 6 processes running of frp type [2026-03-24,02:05:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,02:05:24.378] [DEBUG] 6 processes running of frp type [2026-03-24,02:20:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,02:20:24.094] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,02:35:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,02:35:23.805] [DEBUG] 6 processes running of frp type [2026-03-24,02:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,02:50:25.834] [DEBUG] 6 processes running of frp type [2026-03-24,03:05:17.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,03:05:23.719] [DEBUG] 6 processes running of frp type 2026-03-24 03:13:13.404 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:13:15.057 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-24 03:13:15.058 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-24 03:13:15.285 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-24,03:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,03:20:24.494] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,03:35:30.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,03:35:36.943] [DEBUG] 6 processes running of frp type 2026-03-24 03:36:46.646 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:36:56.648 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:36:56.648 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:37:06.650 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:37:06.651 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:37:16.651 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:37:16.652 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:37:26.654 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:37:26.655 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:37:36.656 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:37:56.657 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:38:06.659 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:38:26.660 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:38:36.662 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 03:38:56.663 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:38:59.743 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 03:39:19.744 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:39:19.747 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 03:39:39.749 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:39:39.753 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 03:39:59.754 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:39:59.757 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 03:40:19.758 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:40:19.761 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 03:40:39.763 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:40:39.768 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 03:40:59.770 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 03:41:00.547 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-24 03:41:00.548 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-24 03:41:00.766 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-24,03:50:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,03:50:23.873] [DEBUG] 6 processes running of frp type [2026-03-24,04:05:17.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,04:05:23.956] [DEBUG] 6 processes running of frp type 2026-03-24 04:06:51.637 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 04:06:51.639 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-24 04:06:53.681 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 04:07:03.684 [W] [client/service.go:297] [2e2afac3834930ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 04:07:03.685 [I] [client/service.go:294] [2e2afac3834930ee] try to connect to server... 2026-03-24 04:07:06.381 [I] [client/service.go:286] [2e2afac3834930ee] login to server success, get run id [2e2afac3834930ee] 2026-03-24 04:07:06.381 [I] [proxy/proxy_manager.go:173] [2e2afac3834930ee] proxy added: [DTN57CC5599] 2026-03-24 04:07:06.618 [I] [client/control.go:168] [2e2afac3834930ee] [DTN57CC5599] start proxy success [2026-03-24,04:20:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,04:20:23.643] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,04:35:18.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,04:35:25.166] [DEBUG] 6 processes running of frp type [2026-03-24,04:50:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,04:50:23.915] [DEBUG] 6 processes running of frp type [2026-03-24,05:05:17.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,05:05:23.661] [DEBUG] 6 processes running of frp type [2026-03-24,05:20:18.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,05:20:24.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,05:35:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,05:35:24.189] [DEBUG] 6 processes running of frp type [2026-03-24,05:50:19.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,05:50:26.248] [DEBUG] 6 processes running of frp type [2026-03-24,06:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,06:05:24.425] [DEBUG] 6 processes running of frp type [2026-03-24,06:20:17.572] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,06:20:25.647] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,06:30:41.078] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,06:30:41.086] [INFO] LocationSqlManager initialising [2026-03-24,06:30:41.087] [INFO] Location DB initialising [2026-03-24,06:30:41.098] [INFO] LocationSqlManager initialisation complete [2026-03-24,06:30:41.099] [DEBUG] UploadManager Init [2026-03-24,06:30:41.100] [DEBUG] UploadManager Init Complete [2026-03-24,06:30:41.104] [INFO] Initializing GPS... [2026-03-24,06:30:41.107] [INFO] Starting location capture [2026-03-24,06:31:46.791] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,06:31:46.796] [INFO] LocationSqlManager initialising [2026-03-24,06:31:46.797] [INFO] Location DB initialising [2026-03-24,06:31:46.812] [INFO] LocationSqlManager initialisation complete [2026-03-24,06:31:46.813] [DEBUG] UploadManager Init [2026-03-24,06:31:46.814] [DEBUG] UploadManager Init Complete [2026-03-24,06:31:46.822] [INFO] Initializing GPS... [2026-03-24,06:31:46.826] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,06:33:50.545] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,06:33:57.158] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-24,06:34:22.444] [DEBUG] Log Upload Complete! [2026-03-24,06:36:50.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,06:36:57.666] [DEBUG] Remote Access Enabled [2026-03-24,06:37:04.637] [INFO] Server Address: 138.201.17.179 [2026-03-24,06:37:04.638] [INFO] Server Port: 7000 [2026-03-24,06:37:04.643] [DEBUG] Starting Remote Access! 2026-03-24 06:37:04.770 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 06:37:04.771 [I] [client/service.go:294] try to connect to server... 2026-03-24 06:37:05.491 [I] [client/service.go:286] [3b39193ac3c73b37] login to server success, get run id [3b39193ac3c73b37] 2026-03-24 06:37:05.492 [I] [proxy/proxy_manager.go:173] [3b39193ac3c73b37] proxy added: [DTN57CC5599] 2026-03-24 06:37:05.713 [I] [client/control.go:168] [3b39193ac3c73b37] [DTN57CC5599] start proxy success [2026-03-24,06:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,06:50:24.699] [DEBUG] 6 processes running of frp type [2026-03-24,07:05:18.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,07:05:24.820] [DEBUG] 6 processes running of frp type [2026-03-24,07:20:17.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,07:20:23.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,07:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,07:35:24.063] [DEBUG] 6 processes running of frp type [2026-03-24,07:50:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,07:50:24.754] [DEBUG] 6 processes running of frp type [2026-03-24,08:02:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,08:02:23.516] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-24,08:02:41.010] [DEBUG] Log Upload Complete! [2026-03-24,08:05:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,08:05:24.492] [DEBUG] 6 processes running of frp type [2026-03-24,08:20:17.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,08:20:24.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,08:35:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,08:35:23.670] [DEBUG] 6 processes running of frp type [2026-03-24,08:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,08:50:23.840] [DEBUG] 6 processes running of frp type [2026-03-24,09:05:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,09:05:23.781] [DEBUG] 6 processes running of frp type [2026-03-24,09:20:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,09:20:23.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,09:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,09:35:24.027] [DEBUG] 6 processes running of frp type [2026-03-24,09:50:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,09:50:23.892] [DEBUG] 6 processes running of frp type [2026-03-24,10:05:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,10:05:23.984] [DEBUG] 6 processes running of frp type [2026-03-24,10:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,10:20:23.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,10:35:18.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,10:35:24.843] [DEBUG] 6 processes running of frp type [2026-03-24,10:50:17.830] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,10:50:24.442] [DEBUG] 6 processes running of frp type [2026-03-24,11:05:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,11:05:24.505] [DEBUG] 6 processes running of frp type [2026-03-24,11:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,11:20:24.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,11:35:18.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,11:35:24.738] [DEBUG] 6 processes running of frp type [2026-03-24,11:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,11:50:24.231] [DEBUG] 6 processes running of frp type [2026-03-24,12:05:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,12:05:25.315] [DEBUG] 6 processes running of frp type [2026-03-24,12:20:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,12:20:24.398] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,12:35:17.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,12:35:24.551] [DEBUG] 6 processes running of frp type [2026-03-24,12:50:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,12:50:24.098] [DEBUG] 6 processes running of frp type [2026-03-24,13:05:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,13:05:23.963] [DEBUG] 6 processes running of frp type [2026-03-24,13:20:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,13:20:23.992] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,13:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,13:35:24.420] [DEBUG] 6 processes running of frp type [2026-03-24,13:50:18.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,13:50:25.040] [DEBUG] 6 processes running of frp type [2026-03-24,14:05:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,14:05:24.103] [DEBUG] 6 processes running of frp type [2026-03-24,14:20:17.378] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,14:20:24.028] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,14:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,14:35:24.431] [DEBUG] 6 processes running of frp type [2026-03-24,14:50:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,14:50:24.492] [DEBUG] 6 processes running of frp type [2026-03-24,15:05:18.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,15:05:24.842] [DEBUG] 6 processes running of frp type [2026-03-24,15:20:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,15:20:23.715] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,15:35:17.700] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,15:35:24.356] [DEBUG] 6 processes running of frp type [2026-03-24,15:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,15:50:24.348] [DEBUG] 6 processes running of frp type [2026-03-24,16:05:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,16:05:24.666] [DEBUG] 6 processes running of frp type [2026-03-24,16:20:18.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,16:20:24.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,16:35:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,16:35:24.268] [DEBUG] 6 processes running of frp type [2026-03-24,16:50:18.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,16:50:24.630] [DEBUG] 6 processes running of frp type [2026-03-24,17:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,17:05:24.560] [DEBUG] 6 processes running of frp type [2026-03-24,17:20:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,17:20:24.576] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,17:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,17:35:24.433] [DEBUG] 6 processes running of frp type [2026-03-24,17:50:17.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,17:50:23.806] [DEBUG] 6 processes running of frp type [2026-03-24,18:05:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,18:05:23.697] [DEBUG] 6 processes running of frp type [2026-03-24,18:20:16.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,18:20:24.004] [DEBUG] 6 processes running of frp type [2026-03-24,18:25:41.881] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,18:25:41.885] [INFO] LocationSqlManager initialising [2026-03-24,18:25:41.886] [INFO] Location DB initialising [2026-03-24,18:25:41.895] [INFO] LocationSqlManager initialisation complete [2026-03-24,18:25:41.896] [DEBUG] UploadManager Init [2026-03-24,18:25:41.896] [DEBUG] UploadManager Init Complete [2026-03-24,18:25:41.899] [INFO] Initializing GPS... [2026-03-24,18:25:41.900] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,18:27:44.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,18:27:56.042] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-24,18:29:08.901] [DEBUG] Log Upload Complete! [2026-03-24,18:30:44.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,18:30:51.426] [DEBUG] Remote Access Enabled [2026-03-24,18:30:57.803] [INFO] Server Address: 138.201.17.179 [2026-03-24,18:30:57.804] [INFO] Server Port: 7000 [2026-03-24,18:30:57.809] [DEBUG] Starting Remote Access! 2026-03-24 18:30:57.941 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 18:30:57.942 [I] [client/service.go:294] try to connect to server... 2026-03-24 18:30:58.619 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-24 18:30:58.620 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-24 18:30:58.835 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-24,18:35:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,18:35:23.733] [DEBUG] 6 processes running of frp type [2026-03-24,18:50:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,18:50:23.741] [DEBUG] 6 processes running of frp type [2026-03-24,19:05:16.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,19:05:23.527] [DEBUG] 6 processes running of frp type [2026-03-24,19:20:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,19:20:24.319] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,19:35:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,19:35:24.526] [DEBUG] 6 processes running of frp type [2026-03-24,19:50:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,19:50:23.984] [DEBUG] 6 processes running of frp type [2026-03-24,20:05:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,20:05:24.191] [DEBUG] 6 processes running of frp type [2026-03-24,20:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,20:20:24.344] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,20:35:18.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,20:35:25.075] [DEBUG] 6 processes running of frp type [2026-03-24,20:50:16.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,20:50:23.823] [DEBUG] 6 processes running of frp type [2026-03-24,21:05:22.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,21:05:29.064] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,21:35:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,21:35:23.728] [DEBUG] 6 processes running of frp type [2026-03-24,21:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,21:50:24.527] [DEBUG] 6 processes running of frp type [2026-03-24,22:05:17.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,22:05:24.921] [DEBUG] 6 processes running of frp type [2026-03-24,22:20:17.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,22:20:23.636] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,22:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,22:35:24.131] [DEBUG] 6 processes running of frp type [2026-03-24,22:50:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,22:50:24.635] [DEBUG] 6 processes running of frp type 2026-03-24 22:54:09.094 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 22:54:09.787 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-24 22:54:09.788 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-24 22:54:10.019 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success 2026-03-24 22:57:21.781 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 22:57:31.782 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 22:57:31.783 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 22:57:41.784 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 22:57:41.785 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 22:57:50.643 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-24 22:57:50.645 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-24 22:57:50.893 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success 2026-03-24 23:00:30.179 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 23:00:40.182 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-24 23:00:40.182 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 23:00:50.057 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-24 23:00:50.059 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-24 23:00:50.455 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-24,23:05:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,23:05:23.656] [DEBUG] 6 processes running of frp type [2026-03-24,23:20:18.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,23:20:25.252] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,23:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,23:35:24.595] [DEBUG] 6 processes running of frp type 2026-03-24 23:45:02.662 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-24 23:45:04.539 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-24 23:45:04.539 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-24 23:45:04.901 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-24,23:50:17.886] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-24,23:50:25.175] [DEBUG] 6 processes running of frp type [2026-03-25,00:05:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,00:05:24.431] [DEBUG] 6 processes running of frp type [2026-03-25,00:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,00:20:24.332] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,00:35:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,00:35:24.285] [DEBUG] 6 processes running of frp type [2026-03-25,00:50:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,00:50:24.091] [DEBUG] 6 processes running of frp type [2026-03-25,01:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,01:05:23.988] [DEBUG] 6 processes running of frp type [2026-03-25,01:20:17.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,01:20:23.671] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,01:35:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,01:35:23.762] [DEBUG] 6 processes running of frp type [2026-03-25,01:50:18.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,01:50:26.535] [DEBUG] 6 processes running of frp type 2026-03-25 01:53:42.664 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 01:54:00.946 [W] [client/service.go:297] [359325319f09f971] connect to server error: connection write timeout 2026-03-25 01:54:00.947 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 01:54:13.328 [W] [client/service.go:297] [359325319f09f971] connect to server error: i/o deadline reached 2026-03-25 01:54:13.329 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 01:54:23.331 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 01:54:23.331 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 01:54:37.394 [W] [client/service.go:297] [359325319f09f971] connect to server error: connection write timeout 2026-03-25 01:54:37.395 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 01:54:47.397 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 01:55:07.399 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 01:55:08.381 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-25 01:55:08.383 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-25 01:55:08.688 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-25,02:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,02:05:24.287] [DEBUG] 6 processes running of frp type [2026-03-25,02:20:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,02:20:24.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,02:35:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,02:35:23.989] [DEBUG] 6 processes running of frp type [2026-03-25,02:50:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,02:50:23.831] [DEBUG] 6 processes running of frp type [2026-03-25,03:05:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,03:05:23.767] [DEBUG] 6 processes running of frp type [2026-03-25,03:20:16.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,03:20:23.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,03:35:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,03:35:32.897] [DEBUG] 6 processes running of frp type [2026-03-25,03:50:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,03:50:24.710] [DEBUG] 6 processes running of frp type [2026-03-25,04:05:18.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,04:05:24.592] [DEBUG] 6 processes running of frp type 2026-03-25 04:06:23.545 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 04:06:26.590 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 04:06:26.590 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 04:06:29.630 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 04:06:29.631 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 04:06:32.671 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 04:06:42.206 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 04:06:42.210 [W] [client/service.go:297] [359325319f09f971] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 04:07:01.624 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 04:07:02.467 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-25 04:07:02.468 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-25 04:07:02.698 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-25,04:20:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,04:20:24.288] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-25 04:27:30.417 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 04:27:33.082 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-25 04:27:33.082 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-25 04:27:33.287 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-25,04:35:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,04:35:24.764] [DEBUG] 6 processes running of frp type [2026-03-25,04:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,04:50:23.789] [DEBUG] 6 processes running of frp type [2026-03-25,05:05:16.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,05:05:23.673] [DEBUG] 6 processes running of frp type [2026-03-25,05:20:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,05:20:24.626] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,05:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,05:35:24.159] [DEBUG] 6 processes running of frp type [2026-03-25,05:50:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,05:50:24.252] [DEBUG] 6 processes running of frp type [2026-03-25,06:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,06:05:24.799] [DEBUG] 6 processes running of frp type 2026-03-25 06:07:38.634 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 06:07:39.258 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-25 06:07:39.259 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-25 06:07:39.467 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success 2026-03-25 06:17:53.032 [I] [client/service.go:294] [359325319f09f971] try to connect to server... 2026-03-25 06:17:57.154 [I] [client/service.go:286] [359325319f09f971] login to server success, get run id [359325319f09f971] 2026-03-25 06:17:57.156 [I] [proxy/proxy_manager.go:173] [359325319f09f971] proxy added: [DTN57CC5599] 2026-03-25 06:17:57.387 [I] [client/control.go:168] [359325319f09f971] [DTN57CC5599] start proxy success [2026-03-25,06:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,06:20:23.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,06:30:42.231] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,06:30:42.236] [INFO] LocationSqlManager initialising [2026-03-25,06:30:42.237] [INFO] Location DB initialising [2026-03-25,06:30:42.246] [INFO] LocationSqlManager initialisation complete [2026-03-25,06:30:42.246] [DEBUG] UploadManager Init [2026-03-25,06:30:42.247] [DEBUG] UploadManager Init Complete [2026-03-25,06:30:42.249] [INFO] Initializing GPS... [2026-03-25,06:30:42.251] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,06:32:44.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,06:32:59.154] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-25,06:33:34.572] [DEBUG] Log Upload Complete! [2026-03-25,06:35:44.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,06:35:51.426] [DEBUG] Remote Access Enabled [2026-03-25,06:35:57.728] [INFO] Server Address: 138.201.17.179 [2026-03-25,06:35:57.729] [INFO] Server Port: 7000 [2026-03-25,06:35:57.734] [DEBUG] Starting Remote Access! 2026-03-25 06:35:57.869 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-25 06:35:57.869 [I] [client/service.go:294] try to connect to server... 2026-03-25 06:35:58.518 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 06:35:58.519 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 06:35:58.748 [I] [client/control.go:168] [8283aa8fb41819ba] [DTN57CC5599] start proxy success [2026-03-25,06:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,06:50:24.234] [DEBUG] 6 processes running of frp type [2026-03-25,07:05:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,07:05:24.194] [DEBUG] 6 processes running of frp type [2026-03-25,07:20:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,07:20:24.764] [DEBUG] 6 processes running of frp type 2026-03-25 07:24:38.352 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 07:24:40.229 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 07:24:40.231 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 07:24:40.457 [I] [client/control.go:168] [8283aa8fb41819ba] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,07:35:18.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,07:35:24.722] [DEBUG] 6 processes running of frp type 2026-03-25 07:37:04.706 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 07:37:05.412 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 07:37:05.413 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 07:37:05.636 [I] [client/control.go:168] [8283aa8fb41819ba] [DTN57CC5599] start proxy success [2026-03-25,07:50:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,07:50:23.808] [DEBUG] 6 processes running of frp type [2026-03-25,08:02:17.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,08:02:23.780] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-25,08:02:38.495] [DEBUG] Log Upload Complete! [2026-03-25,08:05:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,08:05:24.255] [DEBUG] 6 processes running of frp type 2026-03-25 08:20:00.237 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:20:10.239 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:20:10.240 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:20:20.241 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:20:20.241 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:20:30.243 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:20:30.243 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:20:40.245 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:20:40.245 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:20:50.247 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:21:10.248 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:21:20.250 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:21:40.251 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:21:50.253 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:22:10.254 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:22:20.255 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:22:40.257 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:22:41.264 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:23:01.266 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:23:02.057 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 08:23:02.058 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 08:23:02.289 [I] [client/control.go:168] [8283aa8fb41819ba] [DTN57CC5599] start proxy success 2026-03-25 08:24:42.070 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:24:52.072 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:24:52.073 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:25:02.074 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:25:02.075 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:25:12.076 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:25:12.077 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:25:22.078 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:25:22.079 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:25:23.933 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 08:25:23.935 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 08:25:24.162 [I] [client/control.go:168] [8283aa8fb41819ba] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-25 08:26:03.449 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:26:13.451 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:26:13.451 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:26:23.453 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:26:23.454 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:26:42.025 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 08:26:42.027 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 08:27:11.148 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:27:21.149 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:27:21.150 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:27:31.151 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:27:31.152 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:27:41.154 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:27:41.154 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:27:51.156 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:27:51.157 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:28:01.158 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:28:21.160 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:28:31.162 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:28:51.163 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:29:01.165 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 08:29:21.166 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:29:22.198 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:29:42.200 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:29:42.203 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:30:02.205 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:30:02.212 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:30:22.213 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:30:22.217 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:30:42.218 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:30:42.222 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:31:02.223 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:31:02.226 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:31:22.227 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:31:22.234 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:31:42.235 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:31:42.239 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:32:02.240 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:32:02.243 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:32:22.244 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:32:22.250 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:32:42.252 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:32:42.258 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:33:02.259 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:33:02.264 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:33:22.266 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:33:22.271 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:33:42.271 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:33:42.275 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:34:02.276 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:34:02.280 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:34:22.281 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:34:22.287 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:34:42.287 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:34:42.291 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:35:02.292 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:35:02.299 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:35:22.300 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:35:22.306 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:35:42.307 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:35:42.376 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:36:02.376 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:36:02.380 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:36:22.381 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:36:22.385 [W] [client/service.go:297] [8283aa8fb41819ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 08:36:42.386 [I] [client/service.go:294] [8283aa8fb41819ba] try to connect to server... 2026-03-25 08:36:43.068 [I] [client/service.go:286] [8283aa8fb41819ba] login to server success, get run id [8283aa8fb41819ba] 2026-03-25 08:36:43.070 [I] [proxy/proxy_manager.go:173] [8283aa8fb41819ba] proxy added: [DTN57CC5599] 2026-03-25 08:36:43.288 [I] [client/control.go:168] [8283aa8fb41819ba] [DTN57CC5599] start proxy success [2026-03-25,08:50:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,08:50:24.622] [DEBUG] 6 processes running of frp type [2026-03-25,09:05:18.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,09:05:25.313] [DEBUG] 6 processes running of frp type [2026-03-25,09:20:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,09:20:24.266] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,09:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,09:35:24.366] [DEBUG] 6 processes running of frp type [2026-03-25,09:50:16.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,09:50:23.940] [DEBUG] 6 processes running of frp type [2026-03-25,10:05:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,10:05:25.738] [DEBUG] 6 processes running of frp type [2026-03-25,10:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,10:20:24.092] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,10:35:17.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,10:35:24.634] [DEBUG] 6 processes running of frp type [2026-03-25,10:50:18.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,10:50:24.938] [DEBUG] 6 processes running of frp type [2026-03-25,11:05:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,11:05:24.331] [DEBUG] 6 processes running of frp type [2026-03-25,11:20:17.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,11:20:24.704] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,11:35:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,11:35:24.259] [DEBUG] 6 processes running of frp type [2026-03-25,11:50:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,11:50:24.842] [DEBUG] 6 processes running of frp type [2026-03-25,12:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,12:05:23.946] [DEBUG] 6 processes running of frp type [2026-03-25,12:20:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,12:20:24.139] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,12:35:17.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,12:35:24.929] [DEBUG] 6 processes running of frp type [2026-03-25,12:50:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,12:50:24.556] [DEBUG] 6 processes running of frp type [2026-03-25,13:05:18.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,13:05:25.131] [DEBUG] 6 processes running of frp type [2026-03-25,13:20:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,13:20:24.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,13:35:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,13:35:24.727] [DEBUG] 6 processes running of frp type [2026-03-25,13:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,13:50:24.145] [DEBUG] 6 processes running of frp type [2026-03-25,14:05:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,14:05:24.571] [DEBUG] 6 processes running of frp type [2026-03-25,14:20:18.075] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,14:20:24.905] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,14:35:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,14:35:24.554] [DEBUG] 6 processes running of frp type [2026-03-25,14:50:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,14:50:24.090] [DEBUG] 6 processes running of frp type [2026-03-25,15:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,15:05:24.643] [DEBUG] 6 processes running of frp type [2026-03-25,15:20:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,15:20:24.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,15:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,15:35:24.680] [DEBUG] 6 processes running of frp type [2026-03-25,15:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,15:50:24.281] [DEBUG] 6 processes running of frp type [2026-03-25,16:05:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,16:05:24.502] [DEBUG] 6 processes running of frp type [2026-03-25,16:20:18.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,16:20:25.137] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,16:35:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,16:35:24.833] [DEBUG] 6 processes running of frp type [2026-03-25,16:50:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,16:50:24.664] [DEBUG] 6 processes running of frp type [2026-03-25,17:05:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,17:05:24.351] [DEBUG] 6 processes running of frp type [2026-03-25,17:20:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,17:20:24.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,17:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,17:35:24.444] [DEBUG] 6 processes running of frp type [2026-03-25,17:50:17.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,17:50:24.314] [DEBUG] 6 processes running of frp type [2026-03-25,18:05:18.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,18:05:25.114] [DEBUG] 6 processes running of frp type [2026-03-25,18:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,18:20:24.368] [DEBUG] 6 processes running of frp type [2026-03-25,18:25:41.956] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,18:25:41.962] [INFO] LocationSqlManager initialising [2026-03-25,18:25:41.962] [INFO] Location DB initialising [2026-03-25,18:25:41.972] [INFO] LocationSqlManager initialisation complete [2026-03-25,18:25:41.973] [DEBUG] UploadManager Init [2026-03-25,18:25:41.973] [DEBUG] UploadManager Init Complete [2026-03-25,18:25:41.976] [INFO] Initializing GPS... [2026-03-25,18:25:41.978] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,18:27:45.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,18:27:52.428] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-25,18:30:20.186] [DEBUG] Log Upload Complete! [2026-03-25,18:30:34.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,18:30:46.814] [DEBUG] Remote Access Enabled [2026-03-25,18:30:54.077] [INFO] Server Address: 138.201.17.179 [2026-03-25,18:30:54.077] [INFO] Server Port: 7000 [2026-03-25,18:30:54.083] [DEBUG] Starting Remote Access! 2026-03-25 18:30:54.221 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-25 18:30:54.222 [I] [client/service.go:294] try to connect to server... 2026-03-25 18:30:55.136 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-25 18:30:55.138 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-25 18:30:55.380 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-25,18:35:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,18:35:24.607] [DEBUG] 6 processes running of frp type [2026-03-25,18:50:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,18:50:24.307] [DEBUG] 6 processes running of frp type [2026-03-25,19:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,19:05:24.104] [DEBUG] 6 processes running of frp type 2026-03-25 19:19:11.832 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:19:12.891 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-25 19:19:12.892 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-25 19:19:13.186 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-25,19:20:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,19:20:24.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,19:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,19:35:24.768] [DEBUG] 6 processes running of frp type [2026-03-25,19:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,19:50:24.328] [DEBUG] 6 processes running of frp type 2026-03-25 19:53:39.703 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:53:49.705 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:53:49.705 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:53:59.708 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:53:59.708 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:54:09.709 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:54:09.710 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:54:19.712 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:54:19.712 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:54:29.714 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:54:49.715 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:54:59.716 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:55:19.718 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:55:29.719 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:55:49.720 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:55:59.721 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 19:56:19.722 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:56:26.926 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:56:46.927 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:56:46.934 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:57:06.935 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:57:06.939 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:57:26.940 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:57:26.943 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:57:46.945 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:57:46.949 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:58:06.951 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:58:06.955 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:58:26.956 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:58:26.961 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:58:46.962 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:58:46.965 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:59:06.966 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:59:06.971 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:59:26.973 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:59:26.976 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 19:59:46.977 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 19:59:46.982 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-25 20:00:06.984 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:00:16.986 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 20:00:36.987 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:00:45.855 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-25 20:00:45.856 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-25 20:00:48.193 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-25,20:05:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,20:05:24.491] [DEBUG] 6 processes running of frp type [2026-03-25,20:20:18.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,20:20:24.707] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,20:35:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,20:35:24.693] [DEBUG] 6 processes running of frp type 2026-03-25 20:41:48.248 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:41:48.871 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-25 20:41:48.872 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-25 20:41:49.095 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success 2026-03-25 20:44:59.442 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:45:09.443 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 20:45:09.443 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:45:19.445 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 20:45:19.446 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:45:29.448 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 20:45:29.451 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-25 20:45:33.060 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-25 20:45:33.061 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-25 20:45:33.336 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-25,20:50:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,20:50:24.420] [DEBUG] 6 processes running of frp type [2026-03-25,21:05:21.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,21:05:28.363] [DEBUG] 6 processes running of frp type [2026-03-25,21:20:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,21:20:25.046] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,21:35:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,21:35:24.722] [DEBUG] 6 processes running of frp type [2026-03-25,21:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,21:50:24.325] [DEBUG] 6 processes running of frp type [2026-03-25,22:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,22:05:24.271] [DEBUG] 6 processes running of frp type [2026-03-25,22:20:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,22:20:24.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,22:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,22:35:24.076] [DEBUG] 6 processes running of frp type [2026-03-25,22:50:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,22:50:24.098] [DEBUG] 6 processes running of frp type [2026-03-25,23:05:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,23:05:23.930] [DEBUG] 6 processes running of frp type [2026-03-25,23:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,23:20:23.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,23:35:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,23:35:24.242] [DEBUG] 6 processes running of frp type [2026-03-25,23:50:16.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-25,23:50:23.546] [DEBUG] 6 processes running of frp type [2026-03-26,00:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,00:05:24.280] [DEBUG] 6 processes running of frp type [2026-03-26,00:20:17.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,00:20:24.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,00:35:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,00:35:24.263] [DEBUG] 6 processes running of frp type 2026-03-26 00:44:02.957 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 00:44:03.593 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-26 00:44:03.594 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-26 00:44:03.808 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-26,00:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,00:50:24.059] [DEBUG] 6 processes running of frp type [2026-03-26,01:05:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,01:05:23.803] [DEBUG] 6 processes running of frp type [2026-03-26,01:20:16.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,01:20:23.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,01:35:19.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,01:35:25.665] [DEBUG] 6 processes running of frp type [2026-03-26,01:50:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,01:50:24.262] [DEBUG] 6 processes running of frp type [2026-03-26,02:05:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,02:05:28.395] [DEBUG] 6 processes running of frp type [2026-03-26,02:20:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,02:20:24.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,02:35:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,02:35:24.670] [DEBUG] 6 processes running of frp type [2026-03-26,02:50:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,02:50:24.575] [DEBUG] 6 processes running of frp type [2026-03-26,03:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,03:05:24.253] [DEBUG] 6 processes running of frp type [2026-03-26,03:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,03:20:24.512] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-26 03:34:03.456 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:34:13.459 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:34:13.459 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:34:23.460 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:34:23.461 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:34:33.462 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:34:33.462 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:34:43.463 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:34:43.464 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:34:53.465 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:35:13.466 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:35:23.468 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:35:43.469 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:35:53.471 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:36:13.472 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:36:23.473 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 03:36:43.474 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:36:43.489 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 03:37:03.491 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:37:03.495 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 03:37:23.496 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:37:23.500 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 03:37:43.501 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:37:43.506 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 03:38:03.508 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:38:03.512 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 03:38:23.514 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 03:38:25.155 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-26 03:38:25.156 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-26 03:38:25.378 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-26,03:50:17.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,03:50:23.644] [DEBUG] 6 processes running of frp type [2026-03-26,04:05:20.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,04:05:26.949] [DEBUG] 6 processes running of frp type 2026-03-26 04:06:32.760 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 04:06:35.798 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 04:06:35.799 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 04:06:38.839 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 04:06:38.839 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 04:06:41.879 [W] [client/service.go:297] [efe408c594e1c614] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 04:06:51.346 [I] [client/service.go:294] [efe408c594e1c614] try to connect to server... 2026-03-26 04:06:51.963 [I] [client/service.go:286] [efe408c594e1c614] login to server success, get run id [efe408c594e1c614] 2026-03-26 04:06:51.964 [I] [proxy/proxy_manager.go:173] [efe408c594e1c614] proxy added: [DTN57CC5599] 2026-03-26 04:06:52.168 [I] [client/control.go:168] [efe408c594e1c614] [DTN57CC5599] start proxy success [2026-03-26,04:20:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,04:20:23.793] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,04:35:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,04:35:23.748] [DEBUG] 6 processes running of frp type [2026-03-26,04:50:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,04:50:23.920] [DEBUG] 6 processes running of frp type [2026-03-26,05:05:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,05:05:23.804] [DEBUG] 6 processes running of frp type [2026-03-26,05:20:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,05:20:23.656] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,05:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,05:35:24.478] [DEBUG] 6 processes running of frp type [2026-03-26,05:50:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,05:50:23.802] [DEBUG] 6 processes running of frp type [2026-03-26,06:05:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,06:05:23.744] [DEBUG] 6 processes running of frp type [2026-03-26,06:20:16.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,06:20:24.819] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,06:30:41.987] [INFO] Initializing BusSpeedStateManager V2 [2026-03-26,06:30:41.995] [INFO] LocationSqlManager initialising [2026-03-26,06:30:41.996] [INFO] Location DB initialising [2026-03-26,06:30:42.009] [INFO] LocationSqlManager initialisation complete [2026-03-26,06:30:42.010] [DEBUG] UploadManager Init [2026-03-26,06:30:42.010] [DEBUG] UploadManager Init Complete [2026-03-26,06:30:42.014] [INFO] Initializing GPS... [2026-03-26,06:30:42.016] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,06:32:44.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,06:32:52.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-26,06:33:19.132] [DEBUG] Log Upload Complete! [2026-03-26,06:35:44.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,06:35:51.455] [DEBUG] Remote Access Enabled [2026-03-26,06:35:57.911] [INFO] Server Address: 138.201.17.179 [2026-03-26,06:35:57.912] [INFO] Server Port: 7000 [2026-03-26,06:35:57.916] [DEBUG] Starting Remote Access! 2026-03-26 06:35:58.054 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-26 06:35:58.055 [I] [client/service.go:294] try to connect to server... 2026-03-26 06:35:58.689 [I] [client/service.go:286] [3a324c5fc022b716] login to server success, get run id [3a324c5fc022b716] 2026-03-26 06:35:58.690 [I] [proxy/proxy_manager.go:173] [3a324c5fc022b716] proxy added: [DTN57CC5599] 2026-03-26 06:35:58.917 [I] [client/control.go:168] [3a324c5fc022b716] [DTN57CC5599] start proxy success [2026-03-26,06:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,06:50:24.584] [DEBUG] 6 processes running of frp type [2026-03-26,07:05:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,07:05:24.781] [DEBUG] 6 processes running of frp type 2026-03-26 07:15:09.813 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 07:15:12.745 [I] [client/service.go:286] [3a324c5fc022b716] login to server success, get run id [3a324c5fc022b716] 2026-03-26 07:15:12.746 [I] [proxy/proxy_manager.go:173] [3a324c5fc022b716] proxy added: [DTN57CC5599] 2026-03-26 07:15:12.962 [I] [client/control.go:168] [3a324c5fc022b716] [DTN57CC5599] start proxy success [2026-03-26,07:20:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,07:20:23.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,07:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,07:35:25.377] [DEBUG] 6 processes running of frp type [2026-03-26,07:50:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,07:50:24.487] [DEBUG] 6 processes running of frp type [2026-03-26,08:02:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,08:02:24.254] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-26,08:02:47.163] [DEBUG] Log Upload Complete! [2026-03-26,08:05:18.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,08:05:26.013] [DEBUG] 6 processes running of frp type [2026-03-26,08:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,08:20:23.886] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,08:35:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,08:35:23.679] [DEBUG] 6 processes running of frp type [2026-03-26,08:50:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,08:50:23.897] [DEBUG] 6 processes running of frp type [2026-03-26,09:05:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,09:05:24.125] [DEBUG] 6 processes running of frp type [2026-03-26,09:20:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,09:20:24.092] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,09:35:18.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,09:35:24.924] [DEBUG] 6 processes running of frp type [2026-03-26,09:50:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,09:50:24.663] [DEBUG] 6 processes running of frp type [2026-03-26,10:05:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,10:05:24.526] [DEBUG] 6 processes running of frp type [2026-03-26,10:20:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,10:20:24.485] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,10:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,10:35:23.952] [DEBUG] 6 processes running of frp type [2026-03-26,10:50:18.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,10:50:24.896] [DEBUG] 6 processes running of frp type [2026-03-26,11:05:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,11:05:24.260] [DEBUG] 6 processes running of frp type [2026-03-26,11:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,11:20:24.186] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,11:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,11:35:24.635] [DEBUG] 6 processes running of frp type [2026-03-26,11:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,11:50:24.440] [DEBUG] 6 processes running of frp type [2026-03-26,12:05:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,12:05:24.557] [DEBUG] 6 processes running of frp type 2026-03-26 12:06:56.397 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 12:07:06.400 [W] [client/service.go:297] [3a324c5fc022b716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 12:07:06.400 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 12:07:16.402 [W] [client/service.go:297] [3a324c5fc022b716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 12:07:16.403 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 12:07:26.405 [W] [client/service.go:297] [3a324c5fc022b716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 12:07:26.406 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 12:07:36.407 [W] [client/service.go:297] [3a324c5fc022b716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 12:07:36.408 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 12:07:39.500 [W] [client/service.go:297] [3a324c5fc022b716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-26 12:07:59.502 [I] [client/service.go:294] [3a324c5fc022b716] try to connect to server... 2026-03-26 12:08:00.172 [I] [client/service.go:286] [3a324c5fc022b716] login to server success, get run id [3a324c5fc022b716] 2026-03-26 12:08:00.173 [I] [proxy/proxy_manager.go:173] [3a324c5fc022b716] proxy added: [DTN57CC5599] 2026-03-26 12:08:00.387 [I] [client/control.go:168] [3a324c5fc022b716] [DTN57CC5599] start proxy success [2026-03-26,12:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,12:20:24.468] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,12:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,12:35:24.081] [DEBUG] 6 processes running of frp type [2026-03-26,12:50:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,12:50:24.283] [DEBUG] 6 processes running of frp type [2026-03-26,13:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,13:05:24.113] [DEBUG] 6 processes running of frp type [2026-03-26,13:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,13:20:24.163] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,13:35:20.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,13:35:27.146] [DEBUG] 6 processes running of frp type [2026-03-26,13:50:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,13:50:23.632] [DEBUG] 6 processes running of frp type [2026-03-26,14:05:18.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,14:05:25.077] [DEBUG] 6 processes running of frp type [2026-03-26,14:20:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,14:20:24.086] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,14:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,14:35:24.332] [DEBUG] 6 processes running of frp type [2026-03-26,14:50:18.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,14:50:24.862] [DEBUG] 6 processes running of frp type [2026-03-26,15:05:17.413] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,15:05:24.027] [DEBUG] 6 processes running of frp type [2026-03-26,15:20:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,15:20:24.037] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,15:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,15:35:23.997] [DEBUG] 6 processes running of frp type [2026-03-26,15:50:19.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,15:50:25.877] [DEBUG] 6 processes running of frp type [2026-03-26,16:05:17.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,16:05:23.663] [DEBUG] 6 processes running of frp type [2026-03-26,16:20:18.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,16:20:24.889] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,16:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,16:35:24.344] [DEBUG] 6 processes running of frp type [2026-03-26,16:50:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,16:50:23.843] [DEBUG] 6 processes running of frp type [2026-03-26,17:05:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,17:05:24.897] [DEBUG] 6 processes running of frp type [2026-03-26,17:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,17:20:23.925] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,17:35:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,17:35:25.361] [DEBUG] 6 processes running of frp type [2026-03-26,17:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,17:50:24.467] [DEBUG] 6 processes running of frp type [2026-03-26,18:05:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,18:05:24.872] [DEBUG] 6 processes running of frp type [2026-03-26,18:20:20.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,18:20:27.128] [DEBUG] 6 processes running of frp type [2026-03-26,18:25:41.031] [INFO] Initializing BusSpeedStateManager V2 [2026-03-26,18:25:41.037] [INFO] LocationSqlManager initialising [2026-03-26,18:25:41.037] [INFO] Location DB initialising [2026-03-26,18:25:41.047] [INFO] LocationSqlManager initialisation complete [2026-03-26,18:25:41.047] [DEBUG] UploadManager Init [2026-03-26,18:25:41.048] [DEBUG] UploadManager Init Complete [2026-03-26,18:25:41.051] [INFO] Initializing GPS... [2026-03-26,18:25:41.053] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,18:27:44.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,18:27:56.216] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-26,18:29:07.355] [DEBUG] Log Upload Complete! [2026-03-26,18:30:44.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,18:30:52.720] [DEBUG] Remote Access Enabled [2026-03-26,18:31:00.250] [INFO] Server Address: 138.201.17.179 [2026-03-26,18:31:00.251] [INFO] Server Port: 7000 [2026-03-26,18:31:00.256] [DEBUG] Starting Remote Access! 2026-03-26 18:31:00.431 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-26 18:31:00.432 [I] [client/service.go:294] try to connect to server... 2026-03-26 18:31:01.033 [I] [client/service.go:286] [5438300d4111ae1c] login to server success, get run id [5438300d4111ae1c] 2026-03-26 18:31:01.035 [I] [proxy/proxy_manager.go:173] [5438300d4111ae1c] proxy added: [DTN57CC5599] 2026-03-26 18:31:01.223 [I] [client/control.go:168] [5438300d4111ae1c] [DTN57CC5599] start proxy success [2026-03-26,18:35:18.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,18:35:25.342] [DEBUG] 6 processes running of frp type [2026-03-26,18:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,18:50:25.381] [DEBUG] 6 processes running of frp type [2026-03-26,19:05:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,19:05:25.906] [DEBUG] 6 processes running of frp type [2026-03-26,19:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,19:20:23.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,19:35:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,19:35:24.754] [DEBUG] 6 processes running of frp type [2026-03-26,19:50:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,19:50:25.139] [DEBUG] 6 processes running of frp type [2026-03-26,20:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,20:05:24.157] [DEBUG] 6 processes running of frp type [2026-03-26,20:20:17.711] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,20:20:24.303] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,20:35:18.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,20:35:25.095] [DEBUG] 6 processes running of frp type [2026-03-26,20:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,20:50:25.637] [DEBUG] 6 processes running of frp type [2026-03-26,21:05:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,21:05:24.893] [DEBUG] 6 processes running of frp type [2026-03-26,21:20:25.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,21:20:31.929] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,21:35:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,21:35:24.213] [DEBUG] 6 processes running of frp type [2026-03-26,21:50:25.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,21:50:31.840] [DEBUG] 6 processes running of frp type [2026-03-26,22:05:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,22:05:26.808] [DEBUG] 6 processes running of frp type [2026-03-26,22:20:17.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,22:20:24.616] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,22:35:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,22:35:24.385] [DEBUG] 6 processes running of frp type [2026-03-26,22:50:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,22:50:25.235] [DEBUG] 6 processes running of frp type [2026-03-26,23:05:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,23:05:24.044] [DEBUG] 6 processes running of frp type [2026-03-26,23:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,23:20:24.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,23:35:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-26,23:35:26.744] [DEBUG] 6 processes running of frp type [2026-03-26,23:50:34.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-26 23:50:35.854 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-26 23:50:36.952 [I] [client/service.go:286] [5438300d4111ae1c] login to server success, get run id [5438300d4111ae1c] 2026-03-26 23:50:36.953 [I] [proxy/proxy_manager.go:173] [5438300d4111ae1c] proxy added: [DTN57CC5599] 2026-03-26 23:50:37.121 [I] [client/control.go:168] [5438300d4111ae1c] [DTN57CC5599] start proxy success [2026-03-26,23:50:40.823] [DEBUG] 6 processes running of frp type [2026-03-27,00:05:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,00:05:23.913] [DEBUG] 6 processes running of frp type 2026-03-27 00:14:56.114 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 00:14:56.688 [I] [client/service.go:286] [5438300d4111ae1c] login to server success, get run id [5438300d4111ae1c] 2026-03-27 00:14:56.689 [I] [proxy/proxy_manager.go:173] [5438300d4111ae1c] proxy added: [DTN57CC5599] 2026-03-27 00:14:56.875 [I] [client/control.go:168] [5438300d4111ae1c] [DTN57CC5599] start proxy success [2026-03-27,00:20:20.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,00:20:27.118] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,00:35:17.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,00:35:27.256] [DEBUG] 6 processes running of frp type [2026-03-27,00:50:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,00:50:24.003] [DEBUG] 6 processes running of frp type [2026-03-27,01:05:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,01:05:23.937] [DEBUG] 6 processes running of frp type [2026-03-27,01:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,01:20:24.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,01:35:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,01:35:24.376] [DEBUG] 6 processes running of frp type [2026-03-27,01:50:17.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,01:50:24.349] [DEBUG] 6 processes running of frp type [2026-03-27,02:05:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,02:05:24.134] [DEBUG] 6 processes running of frp type [2026-03-27,02:20:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,02:20:23.999] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,02:35:18.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,02:35:25.809] [DEBUG] 6 processes running of frp type [2026-03-27,02:50:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,02:50:24.599] [DEBUG] 6 processes running of frp type [2026-03-27,03:05:18.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,03:05:24.882] [DEBUG] 6 processes running of frp type [2026-03-27,03:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,03:20:23.729] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,03:35:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,03:35:23.802] [DEBUG] 6 processes running of frp type [2026-03-27,03:50:16.981] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,03:50:23.540] [DEBUG] 6 processes running of frp type [2026-03-27,04:05:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,04:05:24.401] [DEBUG] 6 processes running of frp type 2026-03-27 04:06:46.656 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:06:46.659 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:06:48.794 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:06:48.797 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:06:53.421 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:06:53.426 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:07:02.793 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:07:02.796 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:07:22.010 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:07:22.014 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:07:42.016 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:07:42.020 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:08:02.021 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:08:02.024 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:08:22.026 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:08:22.028 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:08:42.028 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:08:42.031 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:09:02.032 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:09:02.035 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:09:22.036 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:09:22.091 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:09:42.092 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:09:42.096 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:10:02.096 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:10:02.152 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:10:22.154 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:10:22.158 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:10:42.159 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:10:42.165 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:11:02.166 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:11:02.169 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:11:22.170 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:11:22.174 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:11:42.175 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:11:42.178 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:12:02.179 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:12:02.182 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:12:22.183 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:12:22.187 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:12:42.189 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:12:42.192 [W] [client/service.go:297] [5438300d4111ae1c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 04:13:02.193 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 04:13:03.046 [I] [client/service.go:286] [5438300d4111ae1c] login to server success, get run id [5438300d4111ae1c] 2026-03-27 04:13:03.047 [I] [proxy/proxy_manager.go:173] [5438300d4111ae1c] proxy added: [DTN57CC5599] 2026-03-27 04:13:03.367 [I] [client/control.go:168] [5438300d4111ae1c] [DTN57CC5599] start proxy success [2026-03-27,04:20:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,04:20:33.671] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,04:35:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,04:35:24.721] [DEBUG] 6 processes running of frp type [2026-03-27,04:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,04:50:24.125] [DEBUG] 6 processes running of frp type [2026-03-27,05:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,05:05:24.216] [DEBUG] 6 processes running of frp type 2026-03-27 05:19:50.568 [I] [client/service.go:294] [5438300d4111ae1c] try to connect to server... 2026-03-27 05:19:54.776 [I] [client/service.go:286] [5438300d4111ae1c] login to server success, get run id [5438300d4111ae1c] 2026-03-27 05:19:54.777 [I] [proxy/proxy_manager.go:173] [5438300d4111ae1c] proxy added: [DTN57CC5599] 2026-03-27 05:19:55.426 [I] [client/control.go:168] [5438300d4111ae1c] [DTN57CC5599] start proxy success [2026-03-27,05:20:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,05:20:24.834] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,05:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,05:35:24.186] [DEBUG] 6 processes running of frp type [2026-03-27,05:50:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,05:50:24.421] [DEBUG] 6 processes running of frp type [2026-03-27,06:05:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,06:05:24.345] [DEBUG] 6 processes running of frp type [2026-03-27,06:20:18.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,06:20:24.752] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,06:30:41.441] [INFO] Initializing BusSpeedStateManager V2 [2026-03-27,06:30:41.446] [INFO] LocationSqlManager initialising [2026-03-27,06:30:41.447] [INFO] Location DB initialising [2026-03-27,06:30:41.456] [INFO] LocationSqlManager initialisation complete [2026-03-27,06:30:41.457] [DEBUG] UploadManager Init [2026-03-27,06:30:41.457] [DEBUG] UploadManager Init Complete [2026-03-27,06:30:41.460] [INFO] Initializing GPS... [2026-03-27,06:30:41.462] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,06:32:45.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,06:32:52.384] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-27,06:33:10.252] [DEBUG] Log Upload Complete! [2026-03-27,06:35:45.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,06:35:51.769] [DEBUG] Remote Access Enabled [2026-03-27,06:35:58.512] [INFO] Server Address: 138.201.17.179 [2026-03-27,06:35:58.513] [INFO] Server Port: 7000 [2026-03-27,06:35:58.518] [DEBUG] Starting Remote Access! 2026-03-27 06:35:58.652 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-27 06:35:58.653 [I] [client/service.go:294] try to connect to server... 2026-03-27 06:35:59.389 [I] [client/service.go:286] [aa1133e9506d8e00] login to server success, get run id [aa1133e9506d8e00] 2026-03-27 06:35:59.390 [I] [proxy/proxy_manager.go:173] [aa1133e9506d8e00] proxy added: [DTN57CC5599] 2026-03-27 06:35:59.603 [I] [client/control.go:168] [aa1133e9506d8e00] [DTN57CC5599] start proxy success [2026-03-27,06:50:18.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,06:50:25.204] [DEBUG] 6 processes running of frp type [2026-03-27,07:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,07:05:26.872] [DEBUG] 6 processes running of frp type [2026-03-27,07:20:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,07:20:23.743] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,07:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,07:35:24.315] [DEBUG] 6 processes running of frp type [2026-03-27,07:50:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,07:50:24.711] [DEBUG] 6 processes running of frp type [2026-03-27,08:02:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,08:02:23.606] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-27,08:02:39.395] [DEBUG] Log Upload Complete! [2026-03-27,08:05:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,08:05:23.924] [DEBUG] 6 processes running of frp type [2026-03-27,08:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,08:20:23.953] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,08:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,08:35:24.301] [DEBUG] 6 processes running of frp type [2026-03-27,08:50:18.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,08:50:25.311] [DEBUG] 6 processes running of frp type [2026-03-27,09:05:17.706] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,09:05:24.387] [DEBUG] 6 processes running of frp type 2026-03-27 09:11:23.851 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:11:33.853 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:11:33.854 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:11:43.855 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:11:43.856 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:11:53.857 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:11:53.858 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:12:03.859 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:12:03.860 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:12:13.861 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:12:33.863 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:12:43.865 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:13:03.866 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:13:13.867 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:13:33.869 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:13:33.874 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:13:53.875 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:13:54.660 [I] [client/service.go:286] [aa1133e9506d8e00] login to server success, get run id [aa1133e9506d8e00] 2026-03-27 09:13:54.662 [I] [proxy/proxy_manager.go:173] [aa1133e9506d8e00] proxy added: [DTN57CC5599] 2026-03-27 09:13:54.925 [I] [client/control.go:168] [aa1133e9506d8e00] [DTN57CC5599] start proxy success 2026-03-27 09:14:34.141 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:14:35.377 [I] [client/service.go:286] [aa1133e9506d8e00] login to server success, get run id [aa1133e9506d8e00] 2026-03-27 09:14:35.379 [I] [proxy/proxy_manager.go:173] [aa1133e9506d8e00] proxy added: [DTN57CC5599] 2026-03-27 09:14:35.718 [I] [client/control.go:168] [aa1133e9506d8e00] [DTN57CC5599] start proxy success 2026-03-27 09:17:47.470 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:17:57.472 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:17:57.473 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:18:07.474 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:18:07.475 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:18:17.477 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:18:17.477 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:18:27.479 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:18:27.480 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:18:37.481 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:18:57.483 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:19:07.485 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:19:27.487 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:19:37.489 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:19:57.490 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:19:57.496 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:20:17.498 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:20:17.502 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:20:37.503 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:20:47.505 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:21:07.506 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:21:17.508 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:21:37.508 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:21:47.510 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:22:07.512 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:22:17.514 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:22:37.515 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:22:47.517 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 09:23:07.518 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:23:07.574 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:23:27.575 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:23:27.579 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:23:47.580 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:23:47.582 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:24:07.584 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:24:07.595 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:24:27.596 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:24:27.603 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:24:47.604 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:24:47.609 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:25:07.610 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:25:07.613 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:25:27.615 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:25:27.619 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:25:47.620 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:25:47.625 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-27 09:26:07.626 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:26:07.631 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:26:27.632 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:26:27.639 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:26:47.640 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:26:47.650 [W] [client/service.go:297] [aa1133e9506d8e00] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 09:27:07.652 [I] [client/service.go:294] [aa1133e9506d8e00] try to connect to server... 2026-03-27 09:27:08.386 [I] [client/service.go:286] [aa1133e9506d8e00] login to server success, get run id [aa1133e9506d8e00] 2026-03-27 09:27:08.387 [I] [proxy/proxy_manager.go:173] [aa1133e9506d8e00] proxy added: [DTN57CC5599] 2026-03-27 09:27:08.617 [I] [client/control.go:168] [aa1133e9506d8e00] [DTN57CC5599] start proxy success [2026-03-27,09:35:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,09:35:25.976] [DEBUG] 6 processes running of frp type [2026-03-27,09:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,09:50:24.054] [DEBUG] 6 processes running of frp type [2026-03-27,10:05:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,10:05:33.279] [DEBUG] 6 processes running of frp type [2026-03-27,10:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,10:20:24.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,10:35:18.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,10:35:24.920] [DEBUG] 6 processes running of frp type [2026-03-27,10:50:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,10:50:24.461] [DEBUG] 6 processes running of frp type [2026-03-27,11:05:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,11:05:24.689] [DEBUG] 6 processes running of frp type [2026-03-27,11:20:16.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,11:20:23.883] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,11:35:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,11:35:24.487] [DEBUG] 6 processes running of frp type [2026-03-27,11:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,11:50:24.586] [DEBUG] 6 processes running of frp type [2026-03-27,12:05:18.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,12:05:25.304] [DEBUG] 6 processes running of frp type [2026-03-27,12:20:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,12:20:24.553] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,12:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,12:35:24.348] [DEBUG] 6 processes running of frp type [2026-03-27,12:50:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,12:50:25.071] [DEBUG] 6 processes running of frp type [2026-03-27,13:05:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,13:05:24.672] [DEBUG] 6 processes running of frp type [2026-03-27,13:20:18.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,13:20:25.266] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,13:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,13:35:24.554] [DEBUG] 6 processes running of frp type [2026-03-27,13:50:22.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,13:50:29.075] [DEBUG] 6 processes running of frp type [2026-03-27,14:05:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,14:05:24.457] [DEBUG] 6 processes running of frp type [2026-03-27,14:20:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,14:20:24.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,14:35:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,14:35:24.332] [DEBUG] 6 processes running of frp type [2026-03-27,14:50:19.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,14:50:26.501] [DEBUG] 6 processes running of frp type [2026-03-27,15:05:03.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,15:05:20.139] [DEBUG] 6 processes running of frp type [2026-03-27,15:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,15:20:29.499] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,15:35:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,15:35:25.672] [DEBUG] 6 processes running of frp type [2026-03-27,15:50:18.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,15:50:25.240] [DEBUG] 6 processes running of frp type [2026-03-27,16:05:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,16:05:24.389] [DEBUG] 6 processes running of frp type [2026-03-27,16:20:17.802] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,16:20:24.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,16:35:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,16:35:24.388] [DEBUG] 6 processes running of frp type [2026-03-27,16:50:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,16:50:25.180] [DEBUG] 6 processes running of frp type [2026-03-27,17:05:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,17:05:24.418] [DEBUG] 6 processes running of frp type [2026-03-27,17:20:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,17:20:24.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,17:35:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,17:35:24.422] [DEBUG] 6 processes running of frp type [2026-03-27,17:50:18.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,17:50:26.432] [DEBUG] 6 processes running of frp type [2026-03-27,18:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,18:05:24.844] [DEBUG] 6 processes running of frp type [2026-03-27,18:20:17.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,18:20:24.248] [DEBUG] 6 processes running of frp type [2026-03-27,18:25:40.942] [INFO] Initializing BusSpeedStateManager V2 [2026-03-27,18:25:40.950] [INFO] LocationSqlManager initialising [2026-03-27,18:25:40.951] [INFO] Location DB initialising [2026-03-27,18:25:40.962] [INFO] LocationSqlManager initialisation complete [2026-03-27,18:25:40.963] [DEBUG] UploadManager Init [2026-03-27,18:25:40.963] [DEBUG] UploadManager Init Complete [2026-03-27,18:25:40.967] [INFO] Initializing GPS... [2026-03-27,18:25:40.969] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,18:27:44.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,18:27:57.094] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-27,18:28:26.765] [DEBUG] Log Upload Complete! [2026-03-27,18:30:34.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,18:30:46.637] [DEBUG] Remote Access Enabled [2026-03-27,18:30:53.164] [INFO] Server Address: 138.201.17.179 [2026-03-27,18:30:53.165] [INFO] Server Port: 7000 [2026-03-27,18:30:53.170] [DEBUG] Starting Remote Access! 2026-03-27 18:30:53.303 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-27 18:30:53.304 [I] [client/service.go:294] try to connect to server... 2026-03-27 18:30:54.110 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 18:30:54.111 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 18:30:54.716 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-27,18:35:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,18:35:24.039] [DEBUG] 6 processes running of frp type [2026-03-27,18:50:17.610] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,18:50:24.410] [DEBUG] 6 processes running of frp type [2026-03-27,19:05:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,19:05:27.752] [DEBUG] 6 processes running of frp type [2026-03-27,19:20:19.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,19:20:27.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,19:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,19:35:24.345] [DEBUG] 6 processes running of frp type [2026-03-27,19:50:17.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,19:50:24.631] [DEBUG] 6 processes running of frp type 2026-03-27 20:01:00.063 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:01:10.064 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 20:01:10.065 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:01:20.067 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 20:01:20.067 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:01:30.068 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 20:01:30.069 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:01:40.071 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 20:01:40.071 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:01:50.073 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 20:02:10.075 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:02:20.076 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 20:02:40.078 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:02:40.095 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:03:00.097 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:03:00.101 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:03:20.102 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:03:20.105 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:03:40.106 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:03:40.122 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:04:00.123 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:04:00.127 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:04:20.128 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:04:20.132 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:04:40.133 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:04:40.138 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:05:00.140 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:05:00.143 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:05:20.144 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:05:20.146 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:05:40.147 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:05:40.152 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:06:00.154 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:06:00.210 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:06:20.211 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:06:20.248 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:06:40.249 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:06:40.253 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:07:00.254 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:07:00.257 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:07:20.258 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:07:20.261 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:07:40.262 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:07:40.268 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:08:00.270 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:08:00.274 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:08:20.276 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:08:20.281 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 20:08:40.282 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:08:41.160 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 20:08:41.162 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 20:08:41.351 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-27,20:20:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,20:20:23.950] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,20:35:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,20:35:24.005] [DEBUG] 6 processes running of frp type [2026-03-27,20:50:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,20:50:24.132] [DEBUG] 6 processes running of frp type 2026-03-27 20:51:10.099 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 20:51:10.733 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 20:51:10.733 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 20:51:10.919 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-27,21:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,21:05:24.037] [DEBUG] 6 processes running of frp type 2026-03-27 21:07:37.593 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 21:07:43.106 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 21:07:43.106 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 21:07:43.466 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-27,21:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,21:20:23.888] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,21:35:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,21:35:24.270] [DEBUG] 6 processes running of frp type [2026-03-27,21:50:18.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,21:50:25.196] [DEBUG] 6 processes running of frp type [2026-03-27,22:05:22.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,22:05:32.375] [DEBUG] 6 processes running of frp type [2026-03-27,22:20:17.613] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,22:20:24.656] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-27 22:31:03.214 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:31:13.216 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:31:13.217 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:31:23.219 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:31:23.219 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:31:36.100 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:31:36.100 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:31:46.102 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:31:46.102 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:32:01.786 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:32:21.787 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:32:35.994 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:32:55.995 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:33:13.681 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:33:33.682 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:33:42.390 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:33:42.391 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:33:42.651 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 22:35:52.378 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... [2026-03-27,22:35:52.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-27 22:36:03.427 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: i/o deadline reached 2026-03-27 22:36:03.428 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:36:17.698 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:36:17.699 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:36:27.701 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:36:27.702 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:36:37.704 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:36:37.705 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:36:50.309 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: session shutdown 2026-03-27 22:37:10.310 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:37:16.262 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:37:16.263 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:37:53.859 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:38:03.861 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:38:03.862 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-03-27 22:38:19.445 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:38:19.446 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:38:26.585 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: session shutdown 2026-03-27 22:38:26.586 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:38:30.861 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:38:30.862 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:38:31.103 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 22:40:10.718 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:40:23.538 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: i/o deadline reached 2026-03-27 22:40:23.539 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:40:33.541 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:40:33.541 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:40:35.950 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:40:35.952 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:40:36.336 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 22:41:15.202 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:41:25.204 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:41:25.205 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:41:35.206 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:41:35.207 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:41:54.390 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:41:54.391 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:42:04.393 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:42:04.394 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:42:14.395 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:42:34.397 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:42:45.670 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:43:05.672 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:43:16.151 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:43:36.152 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:43:49.187 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:44:09.187 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:44:19.425 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:44:39.426 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:44:58.403 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: i/o deadline reached 2026-03-27 22:45:18.404 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:45:23.830 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:45:23.831 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:45:24.626 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 22:47:19.175 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:47:29.177 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:47:29.178 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:47:41.467 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:47:41.467 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:47:51.469 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:47:51.470 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:48:01.472 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:48:01.472 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:48:11.474 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:48:31.474 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:48:39.409 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:48:39.411 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:48:41.862 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 22:49:43.893 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:49:53.895 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:49:53.896 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:50:03.898 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:50:03.898 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:50:22.785 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:50:22.785 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... [2026-03-27,22:50:25.467] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-27 22:50:35.469 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:50:35.470 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:50:45.472 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-03-27 22:51:05.474 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:51:21.149 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:51:41.151 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:51:51.153 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:52:11.154 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:52:23.611 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:52:43.613 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:52:53.615 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:53:13.617 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:53:13.622 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 22:53:33.623 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:53:33.632 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 22:53:53.633 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:53:53.639 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 22:54:13.641 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:54:13.643 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 22:54:33.645 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:54:33.650 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 22:54:53.651 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:54:53.656 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-27 22:55:13.657 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:55:14.329 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:55:14.329 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:55:14.563 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 22:57:55.393 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:58:05.395 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 22:58:05.396 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:58:21.025 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:58:21.026 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:58:31.521 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: connection write timeout 2026-03-27 22:58:31.521 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 22:58:45.152 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 22:58:45.153 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 22:58:46.514 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-27 23:01:52.450 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-27 23:02:01.237 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-27 23:02:01.238 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-27 23:02:04.602 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-27,23:05:18.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,23:05:24.927] [DEBUG] 6 processes running of frp type [2026-03-27,23:20:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,23:20:23.769] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,23:35:19.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,23:35:27.686] [DEBUG] 6 processes running of frp type [2026-03-27,23:50:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-27,23:50:24.492] [DEBUG] 6 processes running of frp type [2026-03-28,00:05:18.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,00:05:25.091] [DEBUG] 6 processes running of frp type [2026-03-28,00:20:17.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,00:20:23.877] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,00:35:17.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,00:35:25.421] [DEBUG] 6 processes running of frp type [2026-03-28,00:50:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,00:50:24.390] [DEBUG] 6 processes running of frp type 2026-03-28 00:56:38.771 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 00:56:39.423 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-28 00:56:39.423 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-28 00:56:39.643 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-28 00:59:19.838 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 00:59:29.840 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 00:59:29.841 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 00:59:39.842 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 00:59:39.843 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 00:59:40.518 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-28 00:59:40.519 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-28 00:59:40.747 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-28,01:05:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,01:05:24.211] [DEBUG] 6 processes running of frp type [2026-03-28,01:20:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,01:20:24.309] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,01:35:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,01:35:24.991] [DEBUG] 6 processes running of frp type [2026-03-28,01:50:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,01:50:24.364] [DEBUG] 6 processes running of frp type [2026-03-28,02:05:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,02:05:24.009] [DEBUG] 6 processes running of frp type [2026-03-28,02:20:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,02:20:23.644] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,02:35:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,02:35:24.504] [DEBUG] 6 processes running of frp type [2026-03-28,02:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,02:50:24.117] [DEBUG] 6 processes running of frp type [2026-03-28,03:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,03:05:23.944] [DEBUG] 6 processes running of frp type [2026-03-28,03:20:17.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,03:20:23.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,03:35:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,03:35:24.017] [DEBUG] 6 processes running of frp type [2026-03-28,03:50:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,03:50:23.973] [DEBUG] 6 processes running of frp type 2026-03-28 03:57:53.436 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:58:03.438 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 03:58:03.439 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:58:13.440 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 03:58:13.441 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:58:23.442 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 03:58:23.442 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:58:33.443 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 03:58:33.443 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:58:43.444 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 03:59:03.446 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:59:13.448 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 03:59:33.449 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:59:33.453 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-28 03:59:53.454 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 03:59:55.125 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-28 03:59:55.126 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-28 03:59:55.340 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-28,04:05:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,04:05:23.818] [DEBUG] 6 processes running of frp type 2026-03-28 04:06:41.191 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 04:06:41.229 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-28 04:06:43.342 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 04:06:43.347 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-28 04:06:47.918 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 04:06:47.921 [W] [client/service.go:297] [72a784fa2201b2e1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-28 04:06:57.928 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 04:07:06.042 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-28 04:07:06.043 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-28 04:07:06.271 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success 2026-03-28 04:11:17.007 [I] [client/service.go:294] [72a784fa2201b2e1] try to connect to server... 2026-03-28 04:11:17.705 [I] [client/service.go:286] [72a784fa2201b2e1] login to server success, get run id [72a784fa2201b2e1] 2026-03-28 04:11:17.706 [I] [proxy/proxy_manager.go:173] [72a784fa2201b2e1] proxy added: [DTN57CC5599] 2026-03-28 04:11:17.952 [I] [client/control.go:168] [72a784fa2201b2e1] [DTN57CC5599] start proxy success [2026-03-28,04:20:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,04:20:23.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,04:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,04:35:24.478] [DEBUG] 6 processes running of frp type [2026-03-28,04:50:18.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,04:50:24.782] [DEBUG] 6 processes running of frp type [2026-03-28,05:05:17.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,05:05:23.757] [DEBUG] 6 processes running of frp type [2026-03-28,05:20:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,05:20:23.802] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,05:35:17.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,05:35:23.605] [DEBUG] 6 processes running of frp type [2026-03-28,05:50:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,05:50:24.731] [DEBUG] 6 processes running of frp type [2026-03-28,06:05:18.363] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,06:05:25.341] [DEBUG] 6 processes running of frp type [2026-03-28,06:20:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,06:30:41.682] [INFO] Initializing BusSpeedStateManager V2 [2026-03-28,06:30:41.687] [INFO] LocationSqlManager initialising [2026-03-28,06:30:41.687] [INFO] Location DB initialising [2026-03-28,06:30:41.697] [INFO] LocationSqlManager initialisation complete [2026-03-28,06:30:41.697] [DEBUG] UploadManager Init [2026-03-28,06:30:41.698] [DEBUG] UploadManager Init Complete [2026-03-28,06:30:41.700] [INFO] Initializing GPS... [2026-03-28,06:30:41.702] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,06:32:51.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,06:33:04.433] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-28,06:33:22.971] [DEBUG] Log Upload Complete! [2026-03-28,06:35:44.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,06:35:53.507] [DEBUG] Remote Access Enabled [2026-03-28,06:36:00.200] [INFO] Server Address: 138.201.17.179 [2026-03-28,06:36:00.201] [INFO] Server Port: 7000 [2026-03-28,06:36:00.206] [DEBUG] Starting Remote Access! 2026-03-28 06:36:00.338 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-28 06:36:00.339 [I] [client/service.go:294] try to connect to server... 2026-03-28 06:36:01.134 [I] [client/service.go:286] [51567fb77e3b8b0f] login to server success, get run id [51567fb77e3b8b0f] 2026-03-28 06:36:01.136 [I] [proxy/proxy_manager.go:173] [51567fb77e3b8b0f] proxy added: [DTN57CC5599] 2026-03-28 06:36:01.397 [I] [client/control.go:168] [51567fb77e3b8b0f] [DTN57CC5599] start proxy success [2026-03-28,06:50:18.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,06:50:25.074] [DEBUG] 6 processes running of frp type [2026-03-28,07:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,07:05:24.123] [DEBUG] 6 processes running of frp type [2026-03-28,07:20:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,07:20:24.439] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,07:35:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,07:35:23.950] [DEBUG] 6 processes running of frp type [2026-03-28,07:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,07:50:24.660] [DEBUG] 6 processes running of frp type [2026-03-28,08:02:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,08:02:24.588] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-28,08:02:48.331] [DEBUG] Log Upload Complete! [2026-03-28,08:05:18.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,08:05:25.274] [DEBUG] 6 processes running of frp type [2026-03-28,08:20:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,08:20:24.317] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,08:35:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,08:35:23.948] [DEBUG] 6 processes running of frp type 2026-03-28 08:49:24.102 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 08:49:32.702 [I] [client/service.go:286] [51567fb77e3b8b0f] login to server success, get run id [51567fb77e3b8b0f] 2026-03-28 08:49:32.703 [I] [proxy/proxy_manager.go:173] [51567fb77e3b8b0f] proxy added: [DTN57CC5599] 2026-03-28 08:49:33.149 [I] [client/control.go:168] [51567fb77e3b8b0f] [DTN57CC5599] start proxy success [2026-03-28,08:50:26.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,08:50:39.999] [DEBUG] 6 processes running of frp type 2026-03-28 08:54:34.028 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 08:54:44.029 [W] [client/service.go:297] [51567fb77e3b8b0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 08:54:44.030 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 08:54:52.589 [I] [client/service.go:286] [51567fb77e3b8b0f] login to server success, get run id [51567fb77e3b8b0f] 2026-03-28 08:54:52.591 [I] [proxy/proxy_manager.go:173] [51567fb77e3b8b0f] proxy added: [DTN57CC5599] 2026-03-28 08:54:52.938 [I] [client/control.go:168] [51567fb77e3b8b0f] [DTN57CC5599] start proxy success 2026-03-28 09:00:42.652 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 09:00:52.654 [W] [client/service.go:297] [51567fb77e3b8b0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 09:00:52.655 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 09:01:02.657 [W] [client/service.go:297] [51567fb77e3b8b0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 09:01:02.657 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 09:01:12.659 [W] [client/service.go:297] [51567fb77e3b8b0f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-28 09:01:12.660 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 09:01:23.779 [I] [client/service.go:286] [51567fb77e3b8b0f] login to server success, get run id [51567fb77e3b8b0f] 2026-03-28 09:01:23.780 [I] [proxy/proxy_manager.go:173] [51567fb77e3b8b0f] proxy added: [DTN57CC5599] 2026-03-28 09:01:24.331 [I] [client/control.go:168] [51567fb77e3b8b0f] [DTN57CC5599] start proxy success [2026-03-28,09:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,09:05:23.907] [DEBUG] 6 processes running of frp type [2026-03-28,09:20:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,09:20:24.030] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,09:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,09:35:24.325] [DEBUG] 6 processes running of frp type [2026-03-28,09:50:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,09:50:24.128] [DEBUG] 6 processes running of frp type [2026-03-28,10:05:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,10:05:24.480] [DEBUG] 6 processes running of frp type [2026-03-28,10:20:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,10:20:24.430] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,10:35:17.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,10:35:23.844] [DEBUG] 6 processes running of frp type [2026-03-28,10:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,10:50:24.010] [DEBUG] 6 processes running of frp type [2026-03-28,11:05:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,11:05:24.104] [DEBUG] 6 processes running of frp type [2026-03-28,11:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,11:20:23.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,11:35:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,11:35:23.964] [DEBUG] 6 processes running of frp type [2026-03-28,11:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,11:50:24.255] [DEBUG] 6 processes running of frp type [2026-03-28,12:05:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,12:05:24.280] [DEBUG] 6 processes running of frp type 2026-03-28 12:07:08.422 [I] [client/service.go:294] [51567fb77e3b8b0f] try to connect to server... 2026-03-28 12:07:09.067 [I] [client/service.go:286] [51567fb77e3b8b0f] login to server success, get run id [51567fb77e3b8b0f] 2026-03-28 12:07:09.068 [I] [proxy/proxy_manager.go:173] [51567fb77e3b8b0f] proxy added: [DTN57CC5599] 2026-03-28 12:07:09.277 [I] [client/control.go:168] [51567fb77e3b8b0f] [DTN57CC5599] start proxy success [2026-03-28,12:20:20.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,12:20:26.519] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,12:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,12:35:24.348] [DEBUG] 6 processes running of frp type [2026-03-28,12:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,12:50:24.244] [DEBUG] 6 processes running of frp type [2026-03-28,13:05:20.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,13:05:31.627] [DEBUG] 6 processes running of frp type [2026-03-28,13:20:16.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,13:20:23.435] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,13:35:18.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,13:35:25.077] [DEBUG] 6 processes running of frp type [2026-03-28,13:50:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,13:50:25.055] [DEBUG] 6 processes running of frp type [2026-03-28,14:05:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,14:05:29.097] [DEBUG] 6 processes running of frp type [2026-03-28,14:20:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,14:20:24.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,14:35:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,14:35:23.872] [DEBUG] 6 processes running of frp type [2026-03-28,14:50:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,14:50:26.927] [DEBUG] 6 processes running of frp type [2026-03-28,15:05:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,15:05:24.573] [DEBUG] 6 processes running of frp type [2026-03-28,15:20:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,15:20:25.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,15:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,15:35:23.984] [DEBUG] 6 processes running of frp type [2026-03-28,15:50:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,15:50:23.959] [DEBUG] 6 processes running of frp type [2026-03-28,16:05:17.440] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,16:05:24.060] [DEBUG] 6 processes running of frp type [2026-03-28,16:20:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,16:20:24.182] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,16:35:20.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,16:35:31.620] [DEBUG] 6 processes running of frp type [2026-03-28,16:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,16:50:29.440] [DEBUG] 6 processes running of frp type [2026-03-28,17:05:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,17:05:24.479] [DEBUG] 6 processes running of frp type [2026-03-28,17:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,17:20:24.332] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,17:35:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,17:35:23.605] [DEBUG] 6 processes running of frp type [2026-03-28,17:50:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,17:50:24.738] [DEBUG] 6 processes running of frp type [2026-03-28,18:05:17.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,18:05:23.705] [DEBUG] 6 processes running of frp type [2026-03-28,18:20:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,18:20:23.555] [DEBUG] 6 processes running of frp type [2026-03-28,18:25:42.126] [INFO] Initializing BusSpeedStateManager V2 [2026-03-28,18:25:42.133] [INFO] LocationSqlManager initialising [2026-03-28,18:25:42.134] [INFO] Location DB initialising [2026-03-28,18:25:42.144] [INFO] LocationSqlManager initialisation complete [2026-03-28,18:25:42.145] [DEBUG] UploadManager Init [2026-03-28,18:25:42.146] [DEBUG] UploadManager Init Complete [2026-03-28,18:25:42.149] [INFO] Initializing GPS... [2026-03-28,18:25:42.151] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,18:27:45.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,18:27:57.561] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-28,18:29:07.120] [DEBUG] Log Upload Complete! [2026-03-28,18:30:45.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,18:30:52.024] [DEBUG] Remote Access Enabled [2026-03-28,18:31:00.303] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-28,18:31:03.203] [INFO] Server Address: 138.201.17.179 [2026-03-28,18:31:03.205] [INFO] Server Port: 7000 [2026-03-28,18:31:03.214] [DEBUG] Starting Remote Access! 2026-03-28 18:31:03.381 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-28 18:31:03.382 [I] [client/service.go:294] try to connect to server... 2026-03-28 18:31:04.009 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-28 18:31:04.010 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-28 18:31:04.218 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-28,18:35:19.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,18:35:31.626] [DEBUG] 6 processes running of frp type [2026-03-28,18:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,18:50:24.514] [DEBUG] 6 processes running of frp type [2026-03-28,19:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,19:05:27.988] [DEBUG] 6 processes running of frp type [2026-03-28,19:20:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,19:20:24.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,19:35:19.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,19:35:25.860] [DEBUG] 6 processes running of frp type [2026-03-28,19:50:17.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,19:50:24.504] [DEBUG] 6 processes running of frp type [2026-03-28,20:05:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,20:05:24.458] [DEBUG] 6 processes running of frp type [2026-03-28,20:20:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,20:20:24.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,20:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,20:35:29.275] [DEBUG] 6 processes running of frp type [2026-03-28,20:50:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,20:50:29.900] [DEBUG] 6 processes running of frp type 2026-03-28 20:58:54.347 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-28 20:59:02.506 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-28 20:59:02.507 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-28 20:59:02.719 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-28,21:05:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,21:05:24.043] [DEBUG] 6 processes running of frp type [2026-03-28,21:20:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,21:20:29.956] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-28 21:27:50.639 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-28 21:27:51.326 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-28 21:27:51.327 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-28 21:27:52.484 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-28,21:35:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,21:35:25.653] [DEBUG] 6 processes running of frp type [2026-03-28,21:50:19.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,21:50:27.733] [DEBUG] 6 processes running of frp type [2026-03-28,22:05:23.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,22:05:29.933] [DEBUG] 6 processes running of frp type [2026-03-28,22:20:17.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,22:21:30.450] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,22:35:17.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,22:35:33.046] [DEBUG] 6 processes running of frp type 2026-03-28 22:43:34.997 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-28 22:43:45.663 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-28 22:43:45.664 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-28 22:43:52.830 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-28,23:05:18.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,23:05:28.833] [DEBUG] 6 processes running of frp type [2026-03-28,23:20:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,23:20:24.187] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,23:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,23:35:31.415] [DEBUG] 6 processes running of frp type [2026-03-28,23:50:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-28,23:50:25.161] [DEBUG] 6 processes running of frp type [2026-03-29,00:05:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,00:05:23.983] [DEBUG] 6 processes running of frp type [2026-03-29,00:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,00:20:23.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,00:35:17.282] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,00:35:23.852] [DEBUG] 6 processes running of frp type [2026-03-29,00:50:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,00:50:24.460] [DEBUG] 6 processes running of frp type [2026-03-29,01:05:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,01:05:24.370] [DEBUG] 6 processes running of frp type [2026-03-29,01:20:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,01:20:24.483] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,01:35:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,01:35:24.634] [DEBUG] 6 processes running of frp type 2026-03-29 01:40:29.028 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 01:40:30.172 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-29 01:40:30.173 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-29 01:40:30.417 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-29,01:50:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,01:50:26.032] [DEBUG] 6 processes running of frp type 2026-03-29 01:53:25.225 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 01:53:25.251 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 01:53:27.268 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 01:53:27.281 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 01:53:31.330 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 01:53:31.334 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 01:53:39.945 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 01:53:40.644 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-29 01:53:40.645 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-29 01:53:40.854 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-29,02:05:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,02:05:24.090] [DEBUG] 6 processes running of frp type [2026-03-29,02:20:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,02:20:24.143] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,02:35:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,02:35:24.140] [DEBUG] 6 processes running of frp type [2026-03-29,02:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,02:50:23.916] [DEBUG] 6 processes running of frp type [2026-03-29,03:05:17.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,03:05:23.645] [DEBUG] 6 processes running of frp type [2026-03-29,03:20:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,03:20:24.441] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,03:35:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,03:35:24.209] [DEBUG] 6 processes running of frp type [2026-03-29,03:50:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,03:50:23.804] [DEBUG] 6 processes running of frp type [2026-03-29,04:05:16.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,04:05:23.492] [DEBUG] 6 processes running of frp type 2026-03-29 04:06:29.343 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:06:30.973 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:06:30.973 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:06:34.012 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:06:34.012 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:06:37.052 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:06:46.554 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:06:46.561 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:07:06.561 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:07:06.566 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:07:26.568 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:07:26.572 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:07:46.573 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:07:46.578 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:08:06.579 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:08:06.583 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:08:26.585 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:08:26.589 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:08:46.590 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:08:46.593 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:09:06.594 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:09:06.598 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:09:26.599 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:09:26.602 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:09:46.604 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:09:46.607 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:10:06.607 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:10:06.610 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:10:26.611 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:10:26.615 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:10:46.616 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:10:46.620 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:11:06.621 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:11:06.626 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:11:26.626 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:11:26.629 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:11:46.630 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:11:46.633 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:12:06.634 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:12:06.638 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:12:26.639 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:12:26.644 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:12:46.645 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:12:46.648 [W] [client/service.go:297] [37893124c86f37ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 04:13:06.649 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:13:07.270 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-29 04:13:07.271 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-29 04:13:07.482 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-29,04:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) OSError: [Errno 113] No route to host During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 113] No route to host During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,04:35:18.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,04:35:24.651] [DEBUG] 6 processes running of frp type 2026-03-29 04:45:31.049 [I] [client/service.go:294] [37893124c86f37ed] try to connect to server... 2026-03-29 04:45:31.812 [I] [client/service.go:286] [37893124c86f37ed] login to server success, get run id [37893124c86f37ed] 2026-03-29 04:45:31.814 [I] [proxy/proxy_manager.go:173] [37893124c86f37ed] proxy added: [DTN57CC5599] 2026-03-29 04:45:32.023 [I] [client/control.go:168] [37893124c86f37ed] [DTN57CC5599] start proxy success [2026-03-29,04:50:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,04:50:24.189] [DEBUG] 6 processes running of frp type [2026-03-29,05:05:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,05:05:23.997] [DEBUG] 6 processes running of frp type [2026-03-29,05:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,05:20:23.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,05:35:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,05:35:24.185] [DEBUG] 6 processes running of frp type [2026-03-29,05:50:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,05:50:24.377] [DEBUG] 6 processes running of frp type [2026-03-29,06:05:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,06:05:24.514] [DEBUG] 6 processes running of frp type [2026-03-29,06:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,06:20:24.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,06:30:41.299] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,06:30:41.308] [INFO] LocationSqlManager initialising [2026-03-29,06:30:41.309] [INFO] Location DB initialising [2026-03-29,06:30:41.321] [INFO] LocationSqlManager initialisation complete [2026-03-29,06:30:41.322] [DEBUG] UploadManager Init [2026-03-29,06:30:41.322] [DEBUG] UploadManager Init Complete [2026-03-29,06:30:41.326] [INFO] Initializing GPS... [2026-03-29,06:30:41.329] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,06:32:44.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,06:32:51.675] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-29,06:33:35.015] [DEBUG] Log Upload Complete! [2026-03-29,06:35:49.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,06:35:56.503] [DEBUG] Remote Access Enabled [2026-03-29,06:36:02.706] [INFO] Server Address: 138.201.17.179 [2026-03-29,06:36:02.708] [INFO] Server Port: 7000 [2026-03-29,06:36:02.716] [DEBUG] Starting Remote Access! 2026-03-29 06:36:02.921 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 06:36:02.922 [I] [client/service.go:294] try to connect to server... 2026-03-29 06:36:03.627 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 06:36:03.628 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 06:36:03.865 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success [2026-03-29,06:50:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,06:50:24.230] [DEBUG] 6 processes running of frp type 2026-03-29 06:57:56.747 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 06:58:06.749 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 06:58:06.750 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 06:58:08.707 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 06:58:08.708 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 06:58:09.141 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success [2026-03-29,07:05:17.799] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,07:05:24.487] [DEBUG] 6 processes running of frp type [2026-03-29,07:20:19.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,07:20:26.561] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,07:35:18.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,07:35:25.208] [DEBUG] 6 processes running of frp type 2026-03-29 07:42:45.697 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 07:42:46.363 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 07:42:46.365 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 07:42:46.585 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success [2026-03-29,07:50:18.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,07:50:24.828] [DEBUG] 6 processes running of frp type [2026-03-29,08:02:17.033] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,08:02:28.734] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-29,08:02:42.955] [DEBUG] Log Upload Complete! [2026-03-29,08:05:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,08:05:23.983] [DEBUG] 6 processes running of frp type [2026-03-29,08:20:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,08:20:24.600] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,08:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,08:35:24.317] [DEBUG] 6 processes running of frp type [2026-03-29,08:50:18.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,08:50:24.985] [DEBUG] 6 processes running of frp type 2026-03-29 09:03:15.637 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:03:16.666 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 09:03:16.668 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 09:03:16.933 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success [2026-03-29,09:05:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,09:05:24.166] [DEBUG] 6 processes running of frp type 2026-03-29 09:10:30.500 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:10:40.502 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:10:40.502 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:10:50.503 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:10:50.504 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:11:00.505 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:11:00.506 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:11:10.507 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:11:10.508 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:11:18.725 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 09:11:18.726 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 09:11:19.037 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success 2026-03-29 09:13:34.106 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:13:34.835 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 09:13:34.836 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 09:13:35.069 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success 2026-03-29 09:14:14.344 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:14:24.346 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:14:24.347 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:14:31.843 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 09:14:31.845 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 09:14:32.530 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success 2026-03-29 09:18:43.547 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:18:53.549 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:18:53.549 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:19:03.551 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:19:03.552 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:19:13.553 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:19:13.554 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:19:23.556 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:19:23.557 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:19:33.558 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:19:53.558 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:20:03.560 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:20:23.561 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:20:33.563 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 09:20:53.564 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:20:56.621 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:21:16.622 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:21:16.627 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:21:36.628 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:21:36.633 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:21:56.634 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:21:56.640 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:22:16.641 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:22:16.649 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:22:36.650 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:22:36.654 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:22:56.655 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:22:56.659 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:23:16.660 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:23:16.664 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:23:36.665 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:23:36.669 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:23:56.670 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:23:56.675 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:24:16.676 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:24:16.681 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:24:36.682 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:24:36.688 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:24:56.689 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:24:56.695 [W] [client/service.go:297] [c8fcbcd628891462] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 09:25:16.696 [I] [client/service.go:294] [c8fcbcd628891462] try to connect to server... 2026-03-29 09:25:19.357 [I] [client/service.go:286] [c8fcbcd628891462] login to server success, get run id [c8fcbcd628891462] 2026-03-29 09:25:19.358 [I] [proxy/proxy_manager.go:173] [c8fcbcd628891462] proxy added: [DTN57CC5599] 2026-03-29 09:25:19.559 [I] [client/control.go:168] [c8fcbcd628891462] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,09:35:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,09:35:24.109] [DEBUG] 6 processes running of frp type [2026-03-29,09:50:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,09:50:24.119] [DEBUG] 6 processes running of frp type [2026-03-29,10:05:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,10:05:24.363] [DEBUG] 6 processes running of frp type [2026-03-29,10:20:18.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,10:20:25.967] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,10:35:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,10:35:24.949] [DEBUG] 6 processes running of frp type [2026-03-29,10:50:17.104] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,10:50:23.848] [DEBUG] 6 processes running of frp type [2026-03-29,11:05:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,11:05:24.580] [DEBUG] 6 processes running of frp type [2026-03-29,11:20:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,11:20:24.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,11:35:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,11:35:24.760] [DEBUG] 6 processes running of frp type [2026-03-29,11:50:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,11:50:24.657] [DEBUG] 6 processes running of frp type [2026-03-29,12:05:18.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,12:05:25.244] [DEBUG] 6 processes running of frp type [2026-03-29,12:20:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,12:20:24.561] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,12:35:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,12:35:24.766] [DEBUG] 6 processes running of frp type [2026-03-29,12:50:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,12:50:24.445] [DEBUG] 6 processes running of frp type [2026-03-29,13:05:18.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,13:05:24.909] [DEBUG] 6 processes running of frp type [2026-03-29,13:20:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,13:20:24.300] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,13:35:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,13:35:24.221] [DEBUG] 6 processes running of frp type [2026-03-29,13:50:18.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,13:50:25.378] [DEBUG] 6 processes running of frp type [2026-03-29,14:05:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,14:05:24.580] [DEBUG] 6 processes running of frp type [2026-03-29,14:20:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,14:20:24.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,14:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,14:35:24.763] [DEBUG] 6 processes running of frp type [2026-03-29,14:50:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,14:50:24.231] [DEBUG] 6 processes running of frp type [2026-03-29,15:05:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,15:05:24.557] [DEBUG] 6 processes running of frp type [2026-03-29,15:20:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,15:20:24.932] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,15:35:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,15:35:24.153] [DEBUG] 6 processes running of frp type [2026-03-29,15:50:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,15:50:24.860] [DEBUG] 6 processes running of frp type [2026-03-29,16:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,16:05:24.258] [DEBUG] 6 processes running of frp type [2026-03-29,16:20:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,16:20:24.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,16:35:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,16:35:24.549] [DEBUG] 6 processes running of frp type [2026-03-29,16:50:18.535] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,16:50:25.370] [DEBUG] 6 processes running of frp type [2026-03-29,17:05:18.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,17:05:24.906] [DEBUG] 6 processes running of frp type [2026-03-29,17:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,17:20:24.115] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,17:35:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,17:35:24.696] [DEBUG] 6 processes running of frp type [2026-03-29,17:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,17:50:24.139] [DEBUG] 6 processes running of frp type [2026-03-29,18:05:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,18:05:24.369] [DEBUG] 6 processes running of frp type [2026-03-29,18:20:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,18:20:24.703] [DEBUG] 6 processes running of frp type [2026-03-29,18:25:40.919] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,18:25:40.924] [INFO] LocationSqlManager initialising [2026-03-29,18:25:40.924] [INFO] Location DB initialising [2026-03-29,18:25:40.935] [INFO] LocationSqlManager initialisation complete [2026-03-29,18:25:40.938] [DEBUG] UploadManager Init [2026-03-29,18:25:40.939] [DEBUG] UploadManager Init Complete [2026-03-29,18:25:40.946] [INFO] Initializing GPS... [2026-03-29,18:25:40.950] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,18:27:46.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,18:27:57.995] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-29,18:29:53.234] [DEBUG] Log Upload Complete! [2026-03-29,18:30:44.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,18:30:51.185] [DEBUG] Remote Access Enabled [2026-03-29,18:30:57.603] [INFO] Server Address: 138.201.17.179 [2026-03-29,18:30:57.604] [INFO] Server Port: 7000 [2026-03-29,18:30:57.609] [DEBUG] Starting Remote Access! 2026-03-29 18:30:57.742 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 18:30:57.743 [I] [client/service.go:294] try to connect to server... 2026-03-29 18:30:58.529 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 18:30:58.530 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 18:30:58.791 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-29,18:35:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,18:35:24.494] [DEBUG] 6 processes running of frp type [2026-03-29,18:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,18:50:24.692] [DEBUG] 6 processes running of frp type [2026-03-29,19:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,19:05:24.554] [DEBUG] 6 processes running of frp type [2026-03-29,19:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,19:20:24.533] [DEBUG] 6 processes running of frp type 2026-03-29 19:23:11.836 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:23:21.839 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 19:23:21.839 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:23:31.840 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 19:23:31.840 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:23:41.842 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 19:23:41.843 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:23:51.845 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 19:23:51.845 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:24:01.846 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 19:24:21.847 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:24:35.200 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: connection write timeout 2026-03-29 19:24:55.202 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 19:24:55.996 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 19:24:55.997 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 19:24:56.430 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,19:35:18.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,19:35:25.181] [DEBUG] 6 processes running of frp type [2026-03-29,19:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,19:50:24.560] [DEBUG] 6 processes running of frp type 2026-03-29 20:00:32.559 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:00:42.561 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:00:42.561 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:00:52.564 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:00:52.565 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:01:02.566 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:01:02.567 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:01:12.569 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:01:12.569 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:01:22.570 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:01:42.571 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:01:52.572 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:02:12.573 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:02:22.574 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 20:02:42.576 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:02:42.580 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:03:02.581 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:03:02.586 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:03:22.587 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:03:22.589 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:03:42.590 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:03:42.595 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:04:02.596 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:04:02.601 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:04:22.602 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:04:22.607 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:04:42.608 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:04:42.612 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:05:02.613 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:05:02.618 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:05:22.619 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:05:23.262 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:05:43.264 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:05:43.268 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:06:03.269 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:06:03.273 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:06:23.274 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:06:23.277 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:06:43.278 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:06:43.283 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:07:03.284 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:07:03.288 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:07:23.288 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:07:23.291 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:07:43.291 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:07:43.297 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 20:08:03.298 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 20:08:04.665 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 20:08:04.666 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 20:08:05.012 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-29,20:20:17.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,20:20:24.319] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,20:35:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,20:35:24.082] [DEBUG] 6 processes running of frp type [2026-03-29,20:50:18.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-29,21:05:22.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,21:05:29.435] [DEBUG] 6 processes running of frp type [2026-03-29,21:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,21:20:24.333] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,21:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,21:35:24.237] [DEBUG] 6 processes running of frp type [2026-03-29,21:50:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,21:50:24.593] [DEBUG] 6 processes running of frp type [2026-03-29,22:05:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,22:05:24.344] [DEBUG] 6 processes running of frp type [2026-03-29,22:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,22:20:24.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,22:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,22:35:24.705] [DEBUG] 6 processes running of frp type 2026-03-29 22:41:51.860 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:41:56.194 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 22:41:56.195 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 22:41:56.441 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success 2026-03-29 22:43:36.035 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:43:54.741 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: connection write timeout 2026-03-29 22:43:54.742 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:44:01.823 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 22:44:01.824 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 22:44:02.087 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success 2026-03-29 22:44:38.312 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:44:48.313 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 22:44:48.314 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:44:55.550 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 22:44:55.551 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 22:45:20.302 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success 2026-03-29 22:45:20.547 [W] [client/control.go:166] [b7450dbd076744e2] [DTN57CC5599] start error: status not wait start, ignore start message 2026-03-29 22:47:34.933 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:47:49.276 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: connection write timeout 2026-03-29 22:47:49.277 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:47:59.278 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 22:47:59.278 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 22:48:08.994 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 22:48:08.996 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 22:48:09.233 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-29,22:50:17.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,22:50:23.962] [DEBUG] 6 processes running of frp type 2026-03-29 23:03:10.393 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:03:24.450 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: connection write timeout 2026-03-29 23:03:24.450 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:03:30.891 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 23:03:30.892 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 23:03:31.327 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-29,23:05:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,23:05:29.423] [DEBUG] 6 processes running of frp type 2026-03-29 23:09:00.265 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:09:10.267 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 23:09:10.268 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:09:20.270 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 23:09:20.271 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:09:30.272 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 23:09:30.272 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:09:40.274 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-29 23:09:40.275 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:09:55.472 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: connection write timeout 2026-03-29 23:10:15.474 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-29 23:10:18.559 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-29 23:10:18.560 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-29 23:10:18.807 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-29,23:20:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,23:20:29.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,23:35:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,23:35:24.310] [DEBUG] 6 processes running of frp type [2026-03-29,23:50:20.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-29,23:50:27.471] [DEBUG] 6 processes running of frp type [2026-03-30,00:05:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,00:05:29.285] [DEBUG] 6 processes running of frp type [2026-03-30,00:20:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,00:20:24.170] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,00:35:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,00:35:23.991] [DEBUG] 6 processes running of frp type 2026-03-30 00:41:31.920 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 00:41:40.175 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-30 00:41:40.176 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-30 00:41:40.597 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-30,00:50:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,00:50:23.901] [DEBUG] 6 processes running of frp type [2026-03-30,01:05:17.126] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,01:05:23.720] [DEBUG] 6 processes running of frp type [2026-03-30,01:20:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,01:20:24.419] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,01:35:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,01:35:24.498] [DEBUG] 6 processes running of frp type [2026-03-30,01:50:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,01:50:24.034] [DEBUG] 6 processes running of frp type [2026-03-30,02:05:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,02:05:23.846] [DEBUG] 6 processes running of frp type [2026-03-30,02:20:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,02:20:23.833] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,02:35:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,02:35:23.657] [DEBUG] 6 processes running of frp type [2026-03-30,02:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,02:50:24.131] [DEBUG] 6 processes running of frp type [2026-03-30,03:05:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,03:05:24.189] [DEBUG] 6 processes running of frp type 2026-03-30 03:13:19.527 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:13:36.824 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: i/o deadline reached 2026-03-30 03:13:36.824 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:13:46.826 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 03:13:46.826 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:13:56.827 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 03:13:56.828 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:14:06.829 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 03:14:06.829 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:14:16.832 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 03:14:36.833 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:14:46.835 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 03:15:06.836 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:15:06.842 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 03:15:26.844 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:15:26.851 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 03:15:46.852 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:15:46.857 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 03:16:06.857 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:16:06.863 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 03:16:26.864 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:16:26.876 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 03:16:46.877 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:16:46.881 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 03:17:06.883 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 03:17:09.053 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-30 03:17:09.054 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-30 03:17:09.276 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-30,03:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,03:20:23.841] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,03:35:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,03:35:23.705] [DEBUG] 6 processes running of frp type [2026-03-30,03:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,03:50:24.298] [DEBUG] 6 processes running of frp type [2026-03-30,04:05:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,04:05:24.095] [DEBUG] 6 processes running of frp type 2026-03-30 04:06:45.155 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 04:06:45.160 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 04:06:47.238 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 04:06:47.246 [W] [client/service.go:297] [b7450dbd076744e2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-30 04:06:51.592 [I] [client/service.go:294] [b7450dbd076744e2] try to connect to server... 2026-03-30 04:06:52.205 [I] [client/service.go:286] [b7450dbd076744e2] login to server success, get run id [b7450dbd076744e2] 2026-03-30 04:06:52.207 [I] [proxy/proxy_manager.go:173] [b7450dbd076744e2] proxy added: [DTN57CC5599] 2026-03-30 04:06:52.418 [I] [client/control.go:168] [b7450dbd076744e2] [DTN57CC5599] start proxy success [2026-03-30,04:20:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,04:20:23.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,04:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,04:35:25.295] [DEBUG] 6 processes running of frp type [2026-03-30,04:50:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,04:50:24.218] [DEBUG] 6 processes running of frp type [2026-03-30,05:05:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,05:05:27.050] [DEBUG] 6 processes running of frp type [2026-03-30,05:20:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,05:20:24.124] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,05:35:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,05:35:24.233] [DEBUG] 6 processes running of frp type [2026-03-30,05:50:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,05:50:26.021] [DEBUG] 6 processes running of frp type [2026-03-30,06:05:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,06:05:28.096] [DEBUG] 6 processes running of frp type [2026-03-30,06:20:17.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,06:20:24.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,06:30:40.635] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,06:30:40.641] [INFO] LocationSqlManager initialising [2026-03-30,06:30:40.641] [INFO] Location DB initialising [2026-03-30,06:30:40.651] [INFO] LocationSqlManager initialisation complete [2026-03-30,06:30:40.651] [DEBUG] UploadManager Init [2026-03-30,06:30:40.652] [DEBUG] UploadManager Init Complete [2026-03-30,06:30:40.654] [INFO] Initializing GPS... [2026-03-30,06:30:40.656] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,06:32:44.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,06:32:51.001] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-30,06:33:09.691] [DEBUG] Log Upload Complete! [2026-03-30,06:35:44.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,06:35:53.763] [DEBUG] Remote Access Enabled [2026-03-30,06:36:01.259] [INFO] Server Address: 138.201.17.179 [2026-03-30,06:36:01.260] [INFO] Server Port: 7000 [2026-03-30,06:36:01.265] [DEBUG] Starting Remote Access! 2026-03-30 06:36:01.395 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 06:36:01.396 [I] [client/service.go:294] try to connect to server... 2026-03-30 06:36:02.089 [I] [client/service.go:286] [1d1d2e5cbb867cf4] login to server success, get run id [1d1d2e5cbb867cf4] 2026-03-30 06:36:02.090 [I] [proxy/proxy_manager.go:173] [1d1d2e5cbb867cf4] proxy added: [DTN57CC5599] 2026-03-30 06:36:02.295 [I] [client/control.go:168] [1d1d2e5cbb867cf4] [DTN57CC5599] start proxy success [2026-03-30,06:50:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,06:50:24.299] [DEBUG] 6 processes running of frp type [2026-03-30,07:05:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,07:05:24.206] [DEBUG] 6 processes running of frp type [2026-03-30,07:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,07:20:24.347] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,07:35:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,07:35:29.005] [DEBUG] 6 processes running of frp type [2026-03-30,07:50:18.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,07:50:24.911] [DEBUG] 6 processes running of frp type [2026-03-30,08:02:17.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.9/ssl.py", line 1274, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.9/ssl.py", line 1132, in read return self._sslobj.read(len, buffer) socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 719, in reraise raise value File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 448, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Read timed out. (read timeout=120) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 724, in send history = [resp for resp in gen] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 724, in history = [resp for resp in gen] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 265, in resolve_redirects resp = self.send( File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 713, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Read timed out. (read timeout=120) [2026-03-30,08:05:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,08:05:24.075] [DEBUG] 6 processes running of frp type [2026-03-30,08:20:17.533] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,08:20:24.152] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,08:35:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,08:35:24.283] [DEBUG] 6 processes running of frp type [2026-03-30,08:50:17.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,08:50:23.745] [DEBUG] 6 processes running of frp type [2026-03-30,09:05:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,09:05:24.030] [DEBUG] 6 processes running of frp type [2026-03-30,09:20:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,09:20:24.015] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,09:35:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,09:35:24.572] [DEBUG] 6 processes running of frp type [2026-03-30,09:50:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,09:50:24.246] [DEBUG] 6 processes running of frp type [2026-03-30,10:05:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,10:05:24.251] [DEBUG] 6 processes running of frp type [2026-03-30,10:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,10:20:24.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,10:35:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,10:35:24.356] [DEBUG] 6 processes running of frp type [2026-03-30,10:50:17.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,10:50:23.731] [DEBUG] 6 processes running of frp type [2026-03-30,11:05:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,11:05:24.259] [DEBUG] 6 processes running of frp type [2026-03-30,11:20:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,11:20:24.748] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,11:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,11:35:24.091] [DEBUG] 6 processes running of frp type [2026-03-30,11:50:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,11:50:24.892] [DEBUG] 6 processes running of frp type [2026-03-30,12:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,12:05:24.119] [DEBUG] 6 processes running of frp type 2026-03-30 12:07:03.840 [I] [client/service.go:294] [1d1d2e5cbb867cf4] try to connect to server... 2026-03-30 12:07:04.332 [I] [client/service.go:286] [1d1d2e5cbb867cf4] login to server success, get run id [1d1d2e5cbb867cf4] 2026-03-30 12:07:04.332 [I] [proxy/proxy_manager.go:173] [1d1d2e5cbb867cf4] proxy added: [DTN57CC5599] 2026-03-30 12:07:04.495 [I] [client/control.go:168] [1d1d2e5cbb867cf4] [DTN57CC5599] start proxy success [2026-03-30,12:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,12:20:24.067] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,12:35:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,12:35:24.443] [DEBUG] 6 processes running of frp type [2026-03-30,12:50:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,12:50:24.286] [DEBUG] 6 processes running of frp type [2026-03-30,13:05:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,13:05:24.237] [DEBUG] 6 processes running of frp type [2026-03-30,13:20:18.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,13:20:25.326] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,13:35:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,13:35:24.102] [DEBUG] 6 processes running of frp type [2026-03-30,13:50:17.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,13:50:24.381] [DEBUG] 6 processes running of frp type [2026-03-30,14:05:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,14:05:24.725] [DEBUG] 6 processes running of frp type [2026-03-30,14:20:18.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,14:20:25.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,14:35:19.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,14:35:31.128] [DEBUG] 6 processes running of frp type 2026-03-30 14:36:06.943 [I] [client/service.go:294] [1d1d2e5cbb867cf4] try to connect to server... 2026-03-30 14:36:16.945 [W] [client/service.go:297] [1d1d2e5cbb867cf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 14:36:16.946 [I] [client/service.go:294] [1d1d2e5cbb867cf4] try to connect to server... 2026-03-30 14:36:25.233 [I] [client/service.go:286] [1d1d2e5cbb867cf4] login to server success, get run id [1d1d2e5cbb867cf4] 2026-03-30 14:36:25.234 [I] [proxy/proxy_manager.go:173] [1d1d2e5cbb867cf4] proxy added: [DTN57CC5599] 2026-03-30 14:36:25.685 [I] [client/control.go:168] [1d1d2e5cbb867cf4] [DTN57CC5599] start proxy success [2026-03-30,14:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,14:50:24.330] [DEBUG] 6 processes running of frp type [2026-03-30,15:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,15:05:25.144] [DEBUG] 6 processes running of frp type [2026-03-30,15:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,15:20:24.145] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,15:35:18.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,15:35:24.668] [DEBUG] 6 processes running of frp type [2026-03-30,15:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,15:50:24.343] [DEBUG] 6 processes running of frp type [2026-03-30,16:05:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,16:05:24.313] [DEBUG] 6 processes running of frp type [2026-03-30,16:20:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,16:20:24.544] [DEBUG] 6 processes running of frp type 2026-03-30 16:21:25.114 [I] [client/service.go:294] [1d1d2e5cbb867cf4] try to connect to server... 2026-03-30 16:21:35.117 [W] [client/service.go:297] [1d1d2e5cbb867cf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 16:21:35.117 [I] [client/service.go:294] [1d1d2e5cbb867cf4] try to connect to server... 2026-03-30 16:21:45.119 [W] [client/service.go:297] [1d1d2e5cbb867cf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 16:21:45.119 [I] [client/service.go:294] [1d1d2e5cbb867cf4] try to connect to server... 2026-03-30 16:21:53.392 [I] [client/service.go:286] [1d1d2e5cbb867cf4] login to server success, get run id [1d1d2e5cbb867cf4] 2026-03-30 16:21:53.393 [I] [proxy/proxy_manager.go:173] [1d1d2e5cbb867cf4] proxy added: [DTN57CC5599] 2026-03-30 16:21:53.627 [I] [client/control.go:168] [1d1d2e5cbb867cf4] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,16:35:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,16:35:29.972] [DEBUG] 6 processes running of frp type [2026-03-30,16:50:19.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,16:50:27.198] [DEBUG] 6 processes running of frp type [2026-03-30,17:05:19.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,17:05:26.549] [DEBUG] 6 processes running of frp type [2026-03-30,17:20:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,17:20:25.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,17:35:17.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,17:35:25.534] [DEBUG] 6 processes running of frp type [2026-03-30,17:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,17:50:25.612] [DEBUG] 6 processes running of frp type [2026-03-30,18:05:23.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,18:05:29.723] [DEBUG] 6 processes running of frp type [2026-03-30,18:20:19.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,18:20:30.708] [DEBUG] 6 processes running of frp type [2026-03-30,18:25:41.675] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,18:25:41.683] [INFO] LocationSqlManager initialising [2026-03-30,18:25:41.684] [INFO] Location DB initialising [2026-03-30,18:25:41.695] [INFO] LocationSqlManager initialisation complete [2026-03-30,18:25:41.696] [DEBUG] UploadManager Init [2026-03-30,18:25:41.697] [DEBUG] UploadManager Init Complete [2026-03-30,18:25:41.702] [INFO] Initializing GPS... [2026-03-30,18:25:41.705] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,18:27:45.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,18:27:53.718] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-30,18:29:32.950] [DEBUG] Log Upload Complete! [2026-03-30,18:30:45.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,18:30:51.817] [DEBUG] Remote Access Enabled [2026-03-30,18:30:58.359] [INFO] Server Address: 138.201.17.179 [2026-03-30,18:30:58.360] [INFO] Server Port: 7000 [2026-03-30,18:30:58.366] [DEBUG] Starting Remote Access! 2026-03-30 18:30:58.500 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 18:30:58.500 [I] [client/service.go:294] try to connect to server... 2026-03-30 18:30:59.145 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 18:30:59.146 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 18:30:59.362 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-30,18:35:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,18:35:26.863] [DEBUG] 6 processes running of frp type [2026-03-30,18:50:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,18:50:24.110] [DEBUG] 6 processes running of frp type [2026-03-30,19:05:19.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,19:05:26.050] [DEBUG] 6 processes running of frp type [2026-03-30,19:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,19:20:24.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,19:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,19:35:24.354] [DEBUG] 6 processes running of frp type [2026-03-30,19:50:18.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,19:50:24.920] [DEBUG] 6 processes running of frp type [2026-03-30,20:05:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,20:05:23.938] [DEBUG] 6 processes running of frp type [2026-03-30,20:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,20:20:24.169] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,20:35:18.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,20:35:24.629] [DEBUG] 6 processes running of frp type [2026-03-30,20:50:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,20:50:24.360] [DEBUG] 6 processes running of frp type [2026-03-30,21:05:19.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,21:05:28.488] [DEBUG] 6 processes running of frp type 2026-03-30 21:09:02.016 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 21:09:02.802 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 21:09:02.803 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 21:09:03.087 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-30,21:20:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,21:20:25.117] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,21:35:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,21:35:24.442] [DEBUG] 6 processes running of frp type 2026-03-30 21:39:05.364 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 21:39:10.088 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 21:39:10.089 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 21:39:10.360 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-30,21:50:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,21:50:30.457] [DEBUG] 6 processes running of frp type 2026-03-30 21:51:58.302 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 21:51:59.265 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 21:51:59.265 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 21:51:59.467 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success 2026-03-30 22:04:49.473 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 22:04:51.584 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 22:04:51.585 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 22:04:51.910 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-30,22:05:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,22:05:24.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-30 22:34:59.227 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 22:35:07.170 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 22:35:07.171 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 22:35:07.401 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-30,22:35:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,22:35:23.925] [DEBUG] 6 processes running of frp type [2026-03-30,22:50:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,22:50:27.304] [DEBUG] 6 processes running of frp type 2026-03-30 23:00:28.266 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 23:00:36.397 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 23:00:36.399 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 23:00:36.615 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success 2026-03-30 23:02:13.144 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 23:02:23.146 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 23:02:23.147 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-30 23:02:27.214 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-30 23:02:27.215 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-30 23:02:27.817 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-30,23:05:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,23:05:29.671] [DEBUG] 6 processes running of frp type [2026-03-30,23:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,23:20:24.959] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,23:35:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,23:35:29.932] [DEBUG] 6 processes running of frp type [2026-03-30,23:50:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-30,23:50:24.420] [DEBUG] 6 processes running of frp type [2026-03-31,00:05:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,00:05:24.881] [DEBUG] 6 processes running of frp type [2026-03-31,00:20:17.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,00:20:23.747] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,00:35:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,00:35:23.731] [DEBUG] 6 processes running of frp type [2026-03-31,00:50:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,00:50:24.344] [DEBUG] 6 processes running of frp type [2026-03-31,01:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,01:05:24.522] [DEBUG] 6 processes running of frp type [2026-03-31,01:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,01:20:24.536] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,01:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,01:35:24.578] [DEBUG] 6 processes running of frp type 2026-03-31 01:42:44.817 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:42:54.820 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 01:42:54.820 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:43:04.821 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 01:43:04.822 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:43:14.824 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 01:43:14.824 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:43:24.826 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 01:43:24.826 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:43:34.828 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 01:43:54.829 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:44:04.830 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 01:44:24.831 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 01:44:25.443 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-31 01:44:25.443 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-31 01:44:25.659 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-31,01:50:17.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,01:50:24.479] [DEBUG] 6 processes running of frp type [2026-03-31,02:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,02:05:24.155] [DEBUG] 6 processes running of frp type [2026-03-31,02:20:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,02:20:24.035] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,02:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,02:35:24.157] [DEBUG] 6 processes running of frp type [2026-03-31,02:50:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,02:50:23.812] [DEBUG] 6 processes running of frp type [2026-03-31,03:05:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,03:05:23.523] [DEBUG] 6 processes running of frp type [2026-03-31,03:20:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,03:20:24.305] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,03:35:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,03:35:24.333] [DEBUG] 6 processes running of frp type [2026-03-31,03:50:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,03:50:24.146] [DEBUG] 6 processes running of frp type [2026-03-31,04:05:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,04:05:23.894] [DEBUG] 6 processes running of frp type 2026-03-31 04:06:20.102 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 04:06:26.329 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 04:06:26.329 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 04:06:29.369 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 04:06:29.369 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 04:06:32.409 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 04:06:41.665 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 04:06:41.667 [W] [client/service.go:297] [f58d9f4c673fbbf0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 04:07:00.774 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 04:07:01.362 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-31 04:07:01.363 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-31 04:07:01.570 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-31,04:20:17.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,04:20:23.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,04:35:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,04:35:24.334] [DEBUG] 6 processes running of frp type [2026-03-31,04:50:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,04:50:24.586] [DEBUG] 6 processes running of frp type [2026-03-31,05:05:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,05:05:24.514] [DEBUG] 6 processes running of frp type [2026-03-31,05:20:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,05:20:24.488] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,05:35:32.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,05:35:39.495] [DEBUG] 6 processes running of frp type [2026-03-31,05:50:18.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,05:50:24.716] [DEBUG] 6 processes running of frp type 2026-03-31 05:53:06.996 [I] [client/service.go:294] [f58d9f4c673fbbf0] try to connect to server... 2026-03-31 05:53:08.022 [I] [client/service.go:286] [f58d9f4c673fbbf0] login to server success, get run id [f58d9f4c673fbbf0] 2026-03-31 05:53:08.023 [I] [proxy/proxy_manager.go:173] [f58d9f4c673fbbf0] proxy added: [DTN57CC5599] 2026-03-31 05:53:08.245 [I] [client/control.go:168] [f58d9f4c673fbbf0] [DTN57CC5599] start proxy success [2026-03-31,06:05:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,06:05:23.672] [DEBUG] 6 processes running of frp type [2026-03-31,06:20:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,06:20:24.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,06:30:42.218] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,06:30:42.225] [INFO] LocationSqlManager initialising [2026-03-31,06:30:42.225] [INFO] Location DB initialising [2026-03-31,06:30:42.235] [INFO] LocationSqlManager initialisation complete [2026-03-31,06:30:42.236] [DEBUG] UploadManager Init [2026-03-31,06:30:42.237] [DEBUG] UploadManager Init Complete [2026-03-31,06:30:42.240] [INFO] Initializing GPS... [2026-03-31,06:30:42.242] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,06:32:45.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,06:32:51.480] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-31,06:33:10.507] [DEBUG] Log Upload Complete! [2026-03-31,06:35:45.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,06:35:51.661] [DEBUG] Remote Access Enabled [2026-03-31,06:35:57.875] [INFO] Server Address: 138.201.17.179 [2026-03-31,06:35:57.876] [INFO] Server Port: 7000 [2026-03-31,06:35:57.882] [DEBUG] Starting Remote Access! 2026-03-31 06:35:58.018 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 06:35:58.019 [I] [client/service.go:294] try to connect to server... 2026-03-31 06:35:58.647 [I] [client/service.go:286] [7fce3beadb513505] login to server success, get run id [7fce3beadb513505] 2026-03-31 06:35:58.648 [I] [proxy/proxy_manager.go:173] [7fce3beadb513505] proxy added: [DTN57CC5599] 2026-03-31 06:35:58.851 [I] [client/control.go:168] [7fce3beadb513505] [DTN57CC5599] start proxy success [2026-03-31,06:50:18.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,06:50:24.846] [DEBUG] 6 processes running of frp type [2026-03-31,07:05:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,07:05:24.022] [DEBUG] 6 processes running of frp type [2026-03-31,07:20:17.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,07:20:23.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,07:35:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,07:35:24.253] [DEBUG] 6 processes running of frp type [2026-03-31,07:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,07:50:25.501] [DEBUG] 6 processes running of frp type [2026-03-31,08:02:17.844] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,08:02:24.431] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-31,08:02:42.614] [DEBUG] Log Upload Complete! [2026-03-31,08:05:18.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,08:05:24.826] [DEBUG] 6 processes running of frp type 2026-03-31 08:18:51.740 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 08:19:01.741 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 08:19:01.742 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 08:19:02.462 [I] [client/service.go:286] [7fce3beadb513505] login to server success, get run id [7fce3beadb513505] 2026-03-31 08:19:02.463 [I] [proxy/proxy_manager.go:173] [7fce3beadb513505] proxy added: [DTN57CC5599] 2026-03-31 08:19:02.708 [I] [client/control.go:168] [7fce3beadb513505] [DTN57CC5599] start proxy success [2026-03-31,08:20:17.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,08:20:23.877] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,08:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,08:35:24.149] [DEBUG] 6 processes running of frp type [2026-03-31,08:50:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,08:50:23.672] [DEBUG] 6 processes running of frp type 2026-03-31 09:00:41.981 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:00:51.983 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:00:51.984 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:01:01.985 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:01:01.985 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:01:11.987 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:01:11.989 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:01:21.990 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:01:21.991 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:01:31.993 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:01:51.994 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:02:01.996 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:02:21.997 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:02:31.998 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:02:52.000 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:02:52.744 [I] [client/service.go:286] [7fce3beadb513505] login to server success, get run id [7fce3beadb513505] 2026-03-31 09:02:52.745 [I] [proxy/proxy_manager.go:173] [7fce3beadb513505] proxy added: [DTN57CC5599] 2026-03-31 09:02:52.968 [I] [client/control.go:168] [7fce3beadb513505] [DTN57CC5599] start proxy success 2026-03-31 09:05:03.349 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:05:13.351 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:05:13.352 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:05:23.354 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:05:23.354 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:05:24.783 [I] [client/service.go:286] [7fce3beadb513505] login to server success, get run id [7fce3beadb513505] 2026-03-31 09:05:24.784 [I] [proxy/proxy_manager.go:173] [7fce3beadb513505] proxy added: [DTN57CC5599] [2026-03-31,09:05:24.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-03-31 09:05:25.028 [I] [client/control.go:168] [7fce3beadb513505] [DTN57CC5599] start proxy success [2026-03-31,09:05:36.882] [DEBUG] 6 processes running of frp type 2026-03-31 09:08:05.785 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:08:15.787 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:08:15.787 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:08:25.789 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:08:25.790 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:08:35.791 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:08:35.792 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:08:45.794 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:08:45.795 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:08:55.796 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:09:15.797 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:09:25.798 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:09:45.799 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:09:55.801 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 09:10:15.802 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:10:15.810 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:10:35.813 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:10:35.817 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:10:55.818 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:10:55.823 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:11:15.824 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:11:15.830 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:11:35.831 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:11:35.836 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:11:55.836 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:11:55.842 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:12:15.844 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:12:15.848 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:12:35.849 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:12:35.855 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:12:55.857 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:12:55.862 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:13:15.862 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:13:15.866 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:13:35.867 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:13:35.872 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:13:55.874 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:13:55.880 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:14:15.881 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:14:15.889 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:14:35.890 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:14:35.895 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:14:55.896 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:14:55.902 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:15:15.904 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:15:15.908 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:15:35.910 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:15:35.915 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:15:55.916 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:15:55.922 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:16:15.924 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:16:15.929 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:16:35.931 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:16:35.936 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:16:55.938 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:16:55.943 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:17:15.945 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:17:15.950 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:17:35.952 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:17:35.966 [W] [client/service.go:297] [7fce3beadb513505] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 09:17:55.968 [I] [client/service.go:294] [7fce3beadb513505] try to connect to server... 2026-03-31 09:17:56.706 [I] [client/service.go:286] [7fce3beadb513505] login to server success, get run id [7fce3beadb513505] 2026-03-31 09:17:56.707 [I] [proxy/proxy_manager.go:173] [7fce3beadb513505] proxy added: [DTN57CC5599] 2026-03-31 09:17:56.918 [I] [client/control.go:168] [7fce3beadb513505] [DTN57CC5599] start proxy success [2026-03-31,09:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,09:21:57.068] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,09:35:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,09:35:24.654] [DEBUG] 6 processes running of frp type [2026-03-31,09:50:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,09:50:24.579] [DEBUG] 6 processes running of frp type [2026-03-31,10:05:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,10:05:24.904] [DEBUG] 6 processes running of frp type [2026-03-31,10:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,10:20:24.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,10:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,10:35:25.513] [DEBUG] 6 processes running of frp type [2026-03-31,10:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,10:50:19.965] [DEBUG] 6 processes running of frp type [2026-03-31,11:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,11:05:25.431] [DEBUG] 6 processes running of frp type [2026-03-31,11:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,11:20:25.670] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,11:35:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,11:35:25.476] [DEBUG] 6 processes running of frp type [2026-03-31,11:50:17.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,11:50:25.518] [DEBUG] 6 processes running of frp type [2026-03-31,12:05:18.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,12:05:24.995] [DEBUG] 6 processes running of frp type [2026-03-31,12:20:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,12:20:29.340] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,12:35:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,12:35:24.174] [DEBUG] 6 processes running of frp type [2026-03-31,12:50:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,12:50:24.516] [DEBUG] 6 processes running of frp type [2026-03-31,13:05:18.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,13:05:25.018] [DEBUG] 6 processes running of frp type [2026-03-31,13:20:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,13:20:24.267] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,13:35:18.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,13:35:25.222] [DEBUG] 6 processes running of frp type [2026-03-31,13:50:18.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,13:50:24.869] [DEBUG] 6 processes running of frp type [2026-03-31,14:05:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,14:05:24.013] [DEBUG] 6 processes running of frp type [2026-03-31,14:20:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,14:20:24.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,14:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,14:35:29.544] [DEBUG] 6 processes running of frp type [2026-03-31,14:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,14:50:24.749] [DEBUG] 6 processes running of frp type [2026-03-31,15:05:17.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,15:05:24.258] [DEBUG] 6 processes running of frp type [2026-03-31,15:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,15:20:24.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,15:35:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,15:35:23.937] [DEBUG] 6 processes running of frp type [2026-03-31,15:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,15:50:24.561] [DEBUG] 6 processes running of frp type [2026-03-31,16:05:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,16:05:25.012] [DEBUG] 6 processes running of frp type [2026-03-31,16:20:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,16:20:24.092] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,16:35:18.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,16:35:24.862] [DEBUG] 6 processes running of frp type [2026-03-31,16:50:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,16:50:24.552] [DEBUG] 6 processes running of frp type [2026-03-31,17:05:18.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,17:05:24.961] [DEBUG] 6 processes running of frp type [2026-03-31,17:20:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,17:20:24.170] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,17:35:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,17:35:24.846] [DEBUG] 6 processes running of frp type [2026-03-31,17:50:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,17:50:24.325] [DEBUG] 6 processes running of frp type [2026-03-31,18:05:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,18:05:24.606] [DEBUG] 6 processes running of frp type [2026-03-31,18:20:18.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,18:20:24.902] [DEBUG] 6 processes running of frp type [2026-03-31,18:25:40.842] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,18:25:40.850] [INFO] LocationSqlManager initialising [2026-03-31,18:25:40.850] [INFO] Location DB initialising [2026-03-31,18:25:40.861] [INFO] LocationSqlManager initialisation complete [2026-03-31,18:25:40.862] [DEBUG] UploadManager Init [2026-03-31,18:25:40.863] [DEBUG] UploadManager Init Complete [2026-03-31,18:25:40.867] [INFO] Initializing GPS... [2026-03-31,18:25:40.869] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,18:27:44.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,18:27:51.386] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-31,18:28:39.862] [DEBUG] Log Upload Complete! [2026-03-31,18:30:44.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,18:30:51.629] [DEBUG] Remote Access Enabled [2026-03-31,18:30:58.181] [INFO] Server Address: 138.201.17.179 [2026-03-31,18:30:58.183] [INFO] Server Port: 7000 [2026-03-31,18:30:58.188] [DEBUG] Starting Remote Access! 2026-03-31 18:30:58.318 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 18:30:58.319 [I] [client/service.go:294] try to connect to server... 2026-03-31 18:30:59.039 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-03-31 18:30:59.040 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-03-31 18:30:59.318 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-03-31,18:35:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,18:35:24.528] [DEBUG] 6 processes running of frp type [2026-03-31,18:50:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,18:50:25.111] [DEBUG] 6 processes running of frp type [2026-03-31,19:05:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,19:05:29.230] [DEBUG] 6 processes running of frp type [2026-03-31,19:20:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,19:20:28.256] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,19:35:18.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,19:35:24.609] [DEBUG] 6 processes running of frp type [2026-03-31,19:50:17.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,19:50:23.720] [DEBUG] 6 processes running of frp type 2026-03-31 20:03:58.511 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:04:08.513 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:04:08.514 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:04:18.514 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:04:18.515 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:04:28.516 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:04:28.517 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:04:38.519 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:04:38.520 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:04:45.646 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:05:05.648 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:05:05.652 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:05:25.653 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:05:25.658 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:05:45.660 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:05:45.663 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:06:05.664 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:06:05.667 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:06:25.669 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:06:25.672 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:06:45.673 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:06:45.677 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:07:05.678 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:07:05.690 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:07:25.691 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:07:25.699 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:07:45.700 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:07:45.705 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:08:05.705 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:08:05.708 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:08:25.709 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:08:25.712 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:08:45.713 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:08:45.718 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:09:05.719 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:09:05.723 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:09:25.724 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:09:25.727 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:09:45.728 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:09:45.733 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:10:05.733 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:10:05.737 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:10:25.738 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:10:25.742 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:10:45.743 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:10:45.747 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:11:05.748 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:11:05.751 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:11:25.752 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:11:25.755 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:11:45.756 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:11:46.949 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-03-31 20:11:46.950 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-03-31 20:11:47.268 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success 2026-03-31 20:12:26.164 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:12:30.144 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-03-31 20:12:30.146 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-03-31 20:12:30.387 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success 2026-03-31 20:19:27.517 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:19:37.519 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:19:37.520 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:19:47.522 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:19:47.523 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:19:57.524 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:19:57.525 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:20:07.526 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:20:07.527 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:20:17.527 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:20:37.528 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:20:47.530 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:21:07.532 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:21:08.554 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:21:28.556 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:21:28.558 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:21:48.559 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:21:48.564 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:22:08.565 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:22:08.570 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:22:28.571 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:22:28.573 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:22:48.574 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:22:48.578 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-31 20:23:08.580 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:23:09.249 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-03-31 20:23:09.251 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-03-31 20:23:09.465 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,20:35:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,20:35:24.414] [DEBUG] 6 processes running of frp type 2026-03-31 20:48:31.593 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:48:41.595 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 20:48:41.596 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 20:48:45.745 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-03-31 20:48:45.746 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-03-31 20:48:46.912 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-03-31,20:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,20:50:24.365] [DEBUG] 6 processes running of frp type [2026-03-31,21:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,21:05:25.749] [DEBUG] 6 processes running of frp type 2026-03-31 21:13:12.213 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-03-31 21:13:15.092 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-03-31 21:13:15.093 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-03-31 21:13:15.462 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-03-31,21:20:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,21:20:24.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,21:35:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,21:35:23.925] [DEBUG] 6 processes running of frp type [2026-03-31,21:50:17.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,21:50:23.919] [DEBUG] 6 processes running of frp type [2026-03-31,22:05:17.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,22:05:23.974] [DEBUG] 6 processes running of frp type [2026-03-31,22:20:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,22:20:24.452] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,22:35:17.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,22:35:24.100] [DEBUG] 6 processes running of frp type [2026-03-31,22:50:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,22:50:24.597] [DEBUG] 6 processes running of frp type [2026-03-31,23:05:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,23:05:24.708] [DEBUG] 6 processes running of frp type [2026-03-31,23:20:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,23:20:19.726] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,23:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,23:35:24.918] [DEBUG] 6 processes running of frp type [2026-03-31,23:50:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-03-31,23:50:24.107] [DEBUG] 6 processes running of frp type [2026-04-01,00:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,00:05:23.985] [DEBUG] 6 processes running of frp type [2026-04-01,00:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,00:20:23.840] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,00:35:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,00:35:23.728] [DEBUG] 6 processes running of frp type [2026-04-01,00:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,00:50:24.509] [DEBUG] 6 processes running of frp type 2026-04-01 00:52:46.605 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 00:52:54.841 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-04-01 00:52:54.842 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-04-01 00:52:55.062 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-04-01,01:05:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,01:05:24.324] [DEBUG] 6 processes running of frp type [2026-04-01,01:20:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,01:20:24.367] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,01:35:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,01:35:24.283] [DEBUG] 6 processes running of frp type [2026-04-01,01:50:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,01:50:24.610] [DEBUG] 6 processes running of frp type [2026-04-01,02:05:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,02:05:24.346] [DEBUG] 6 processes running of frp type [2026-04-01,02:20:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,02:20:24.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,02:35:19.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,02:35:26.203] [DEBUG] 6 processes running of frp type [2026-04-01,02:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,02:50:24.041] [DEBUG] 6 processes running of frp type [2026-04-01,03:05:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,03:05:23.769] [DEBUG] 6 processes running of frp type [2026-04-01,03:20:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,03:20:23.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,03:35:17.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,03:35:25.119] [DEBUG] 6 processes running of frp type [2026-04-01,03:50:17.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,03:50:23.609] [DEBUG] 6 processes running of frp type [2026-04-01,04:05:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,04:05:24.321] [DEBUG] 6 processes running of frp type 2026-04-01 04:06:32.031 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 04:06:35.083 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-01 04:06:35.083 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 04:06:38.123 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-01 04:06:38.124 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 04:06:41.163 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-01 04:06:50.526 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 04:06:50.530 [W] [client/service.go:297] [e067205ba2ee2f25] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-01 04:07:10.407 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 04:07:11.271 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-04-01 04:07:11.272 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-04-01 04:07:11.516 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-04-01,04:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,04:20:23.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,04:35:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,04:35:23.957] [DEBUG] 6 processes running of frp type [2026-04-01,04:50:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,04:50:23.983] [DEBUG] 6 processes running of frp type 2026-04-01 04:59:26.959 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 04:59:27.649 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-04-01 04:59:27.650 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-04-01 04:59:27.861 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-04-01,05:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,05:05:24.569] [DEBUG] 6 processes running of frp type [2026-04-01,05:20:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,05:20:24.684] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,05:35:18.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,05:35:25.057] [DEBUG] 6 processes running of frp type [2026-04-01,05:50:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,05:50:24.140] [DEBUG] 6 processes running of frp type 2026-04-01 06:02:16.739 [I] [client/service.go:294] [e067205ba2ee2f25] try to connect to server... 2026-04-01 06:02:20.892 [I] [client/service.go:286] [e067205ba2ee2f25] login to server success, get run id [e067205ba2ee2f25] 2026-04-01 06:02:20.893 [I] [proxy/proxy_manager.go:173] [e067205ba2ee2f25] proxy added: [DTN57CC5599] 2026-04-01 06:02:21.147 [I] [client/control.go:168] [e067205ba2ee2f25] [DTN57CC5599] start proxy success [2026-04-01,06:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,06:05:24.137] [DEBUG] 6 processes running of frp type [2026-04-01,06:20:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,06:20:23.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,06:30:42.187] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,06:30:42.192] [INFO] LocationSqlManager initialising [2026-04-01,06:30:42.193] [INFO] Location DB initialising [2026-04-01,06:30:42.202] [INFO] LocationSqlManager initialisation complete [2026-04-01,06:30:42.202] [DEBUG] UploadManager Init [2026-04-01,06:30:42.203] [DEBUG] UploadManager Init Complete [2026-04-01,06:30:42.205] [INFO] Initializing GPS... [2026-04-01,06:30:42.207] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,06:32:44.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,06:32:57.345] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-01,06:33:26.457] [DEBUG] Log Upload Complete! [2026-04-01,06:35:44.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,06:35:51.694] [DEBUG] Remote Access Enabled [2026-04-01,06:35:58.958] [INFO] Server Address: 138.201.17.179 [2026-04-01,06:35:58.959] [INFO] Server Port: 7000 [2026-04-01,06:35:58.965] [DEBUG] Starting Remote Access! 2026-04-01 06:35:59.094 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 06:35:59.095 [I] [client/service.go:294] try to connect to server... 2026-04-01 06:35:59.822 [I] [client/service.go:286] [0d815618a70d5baf] login to server success, get run id [0d815618a70d5baf] 2026-04-01 06:35:59.823 [I] [proxy/proxy_manager.go:173] [0d815618a70d5baf] proxy added: [DTN57CC5599] 2026-04-01 06:36:00.058 [I] [client/control.go:168] [0d815618a70d5baf] [DTN57CC5599] start proxy success [2026-04-01,06:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,06:50:24.142] [DEBUG] 6 processes running of frp type [2026-04-01,07:05:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,07:05:24.454] [DEBUG] 6 processes running of frp type [2026-04-01,07:20:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,07:20:24.730] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-01 07:31:13.383 [I] [client/service.go:294] [0d815618a70d5baf] try to connect to server... 2026-04-01 07:31:23.387 [W] [client/service.go:297] [0d815618a70d5baf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 07:31:23.388 [I] [client/service.go:294] [0d815618a70d5baf] try to connect to server... 2026-04-01 07:31:24.284 [I] [client/service.go:286] [0d815618a70d5baf] login to server success, get run id [0d815618a70d5baf] 2026-04-01 07:31:24.286 [I] [proxy/proxy_manager.go:173] [0d815618a70d5baf] proxy added: [DTN57CC5599] 2026-04-01 07:31:24.531 [I] [client/control.go:168] [0d815618a70d5baf] [DTN57CC5599] start proxy success [2026-04-01,07:35:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,07:35:24.520] [DEBUG] 6 processes running of frp type 2026-04-01 07:45:30.424 [I] [client/service.go:294] [0d815618a70d5baf] try to connect to server... 2026-04-01 07:45:30.914 [I] [client/service.go:286] [0d815618a70d5baf] login to server success, get run id [0d815618a70d5baf] 2026-04-01 07:45:30.916 [I] [proxy/proxy_manager.go:173] [0d815618a70d5baf] proxy added: [DTN57CC5599] 2026-04-01 07:45:31.096 [I] [client/control.go:168] [0d815618a70d5baf] [DTN57CC5599] start proxy success [2026-04-01,07:50:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,07:50:24.836] [DEBUG] 6 processes running of frp type [2026-04-01,08:02:17.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,08:02:23.744] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-01,08:02:46.970] [DEBUG] Log Upload Complete! [2026-04-01,08:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,08:05:23.999] [DEBUG] 6 processes running of frp type [2026-04-01,08:20:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,08:20:23.868] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,08:35:18.267] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,08:35:25.079] [DEBUG] 6 processes running of frp type [2026-04-01,08:50:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,08:50:25.533] [DEBUG] 6 processes running of frp type [2026-04-01,09:05:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,09:05:24.517] [DEBUG] 6 processes running of frp type [2026-04-01,09:20:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,09:20:25.086] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,09:35:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,09:35:25.789] [DEBUG] 6 processes running of frp type [2026-04-01,09:50:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,09:50:24.174] [DEBUG] 6 processes running of frp type [2026-04-01,10:05:20.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,10:05:26.792] [DEBUG] 6 processes running of frp type [2026-04-01,10:20:17.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,10:20:23.651] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,10:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,10:35:24.301] [DEBUG] 6 processes running of frp type [2026-04-01,10:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,10:50:24.941] [DEBUG] 6 processes running of frp type [2026-04-01,11:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,11:05:24.016] [DEBUG] 6 processes running of frp type [2026-04-01,11:20:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,11:20:26.354] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,11:35:18.103] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,11:35:25.756] [DEBUG] 6 processes running of frp type [2026-04-01,11:50:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,11:50:25.515] [DEBUG] 6 processes running of frp type [2026-04-01,12:05:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,12:05:25.187] [DEBUG] 6 processes running of frp type 2026-04-01 12:08:47.825 [I] [client/service.go:294] [0d815618a70d5baf] try to connect to server... 2026-04-01 12:08:55.967 [I] [client/service.go:286] [0d815618a70d5baf] login to server success, get run id [0d815618a70d5baf] 2026-04-01 12:08:55.969 [I] [proxy/proxy_manager.go:173] [0d815618a70d5baf] proxy added: [DTN57CC5599] 2026-04-01 12:08:56.196 [I] [client/control.go:168] [0d815618a70d5baf] [DTN57CC5599] start proxy success [2026-04-01,12:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,12:20:25.940] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,12:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,12:35:24.492] [DEBUG] 6 processes running of frp type [2026-04-01,12:50:18.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,12:50:26.416] [DEBUG] 6 processes running of frp type [2026-04-01,13:05:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,13:05:26.102] [DEBUG] 6 processes running of frp type [2026-04-01,13:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,13:20:24.353] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,13:35:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,13:35:24.103] [DEBUG] 6 processes running of frp type [2026-04-01,13:50:18.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,13:50:25.674] [DEBUG] 6 processes running of frp type [2026-04-01,14:05:18.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,14:05:25.021] [DEBUG] 6 processes running of frp type [2026-04-01,14:20:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,14:20:24.149] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,14:35:18.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,14:35:26.733] [DEBUG] 6 processes running of frp type [2026-04-01,14:50:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,14:50:24.207] [DEBUG] 6 processes running of frp type [2026-04-01,15:05:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,15:05:24.989] [DEBUG] 6 processes running of frp type [2026-04-01,15:20:19.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,15:20:26.601] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,15:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,15:35:24.903] [DEBUG] 6 processes running of frp type [2026-04-01,15:50:18.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,15:50:25.546] [DEBUG] 6 processes running of frp type [2026-04-01,16:05:18.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,16:05:25.452] [DEBUG] 6 processes running of frp type [2026-04-01,16:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,16:20:24.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,16:35:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,16:35:27.442] [DEBUG] 6 processes running of frp type [2026-04-01,16:50:18.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,16:50:25.308] [DEBUG] 6 processes running of frp type [2026-04-01,17:05:17.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,17:05:24.882] [DEBUG] 6 processes running of frp type [2026-04-01,17:20:17.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,17:20:24.628] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,17:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,17:35:24.103] [DEBUG] 6 processes running of frp type [2026-04-01,17:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,17:50:24.471] [DEBUG] 6 processes running of frp type [2026-04-01,18:05:20.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,18:05:27.008] [DEBUG] 6 processes running of frp type [2026-04-01,18:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,18:20:24.573] [DEBUG] 6 processes running of frp type [2026-04-01,18:25:42.076] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,18:25:42.084] [INFO] LocationSqlManager initialising [2026-04-01,18:25:42.085] [INFO] Location DB initialising [2026-04-01,18:25:42.096] [INFO] LocationSqlManager initialisation complete [2026-04-01,18:25:42.097] [DEBUG] UploadManager Init [2026-04-01,18:25:42.098] [DEBUG] UploadManager Init Complete [2026-04-01,18:25:42.102] [INFO] Initializing GPS... [2026-04-01,18:25:42.105] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,18:27:45.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,18:27:58.168] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-01,18:28:21.263] [DEBUG] Log Upload Complete! [2026-04-01,18:30:45.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,18:30:50.254] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-01,18:30:52.733] [DEBUG] Remote Access Enabled [2026-04-01,18:31:02.007] [INFO] Server Address: 138.201.17.179 [2026-04-01,18:31:02.009] [INFO] Server Port: 7000 [2026-04-01,18:31:02.013] [DEBUG] Starting Remote Access! 2026-04-01 18:31:02.141 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 18:31:02.142 [I] [client/service.go:294] try to connect to server... 2026-04-01 18:31:02.770 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-01 18:31:02.771 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-01 18:31:02.976 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-01,18:35:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,18:35:29.944] [DEBUG] 6 processes running of frp type [2026-04-01,18:50:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,18:50:24.247] [DEBUG] 6 processes running of frp type [2026-04-01,19:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,19:05:24.501] [DEBUG] 6 processes running of frp type [2026-04-01,19:20:17.844] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,19:20:24.515] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,19:35:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,19:35:25.077] [DEBUG] 6 processes running of frp type [2026-04-01,19:50:18.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,19:50:26.021] [DEBUG] 6 processes running of frp type [2026-04-01,20:05:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,20:05:23.926] [DEBUG] 6 processes running of frp type [2026-04-01,20:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,20:20:23.962] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,20:35:18.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,20:35:25.707] [DEBUG] 6 processes running of frp type [2026-04-01,20:50:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,20:50:26.770] [DEBUG] 6 processes running of frp type [2026-04-01,21:05:16.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,21:05:23.858] [DEBUG] 6 processes running of frp type [2026-04-01,21:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,21:20:23.595] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,21:35:20.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,21:35:27.345] [DEBUG] 6 processes running of frp type [2026-04-01,21:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,21:50:24.746] [DEBUG] 6 processes running of frp type [2026-04-01,22:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,22:05:24.621] [DEBUG] 6 processes running of frp type 2026-04-01 22:05:42.239 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-01 22:05:42.766 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-01 22:05:42.767 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-01 22:05:42.960 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-01,22:20:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,22:20:25.774] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-01 22:26:07.768 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-01 22:26:21.647 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: i/o deadline reached 2026-04-01 22:26:21.648 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-01 22:26:40.114 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: connection write timeout 2026-04-01 22:26:40.115 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-01 22:26:44.905 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-01 22:26:44.906 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-01 22:26:45.874 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-01,22:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,22:35:30.200] [DEBUG] 6 processes running of frp type [2026-04-01,22:50:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,22:50:23.753] [DEBUG] 6 processes running of frp type [2026-04-01,23:05:18.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,23:05:25.262] [DEBUG] 6 processes running of frp type [2026-04-01,23:20:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,23:20:24.609] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,23:35:16.922] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,23:35:27.971] [DEBUG] 6 processes running of frp type [2026-04-01,23:50:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-01,23:50:24.220] [DEBUG] 6 processes running of frp type [2026-04-02,00:05:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,00:05:24.056] [DEBUG] 6 processes running of frp type 2026-04-02 00:09:27.974 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:09:28.830 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 00:09:28.830 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 00:09:29.053 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success 2026-04-02 00:11:08.834 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:11:18.836 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 00:11:18.837 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:11:28.838 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 00:11:28.838 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:11:38.839 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 00:11:38.840 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:11:48.841 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 00:11:48.842 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:11:56.061 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 00:12:16.062 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 00:12:17.196 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 00:12:17.197 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 00:12:17.782 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-02,00:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,00:20:23.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,00:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,00:35:23.887] [DEBUG] 6 processes running of frp type [2026-04-02,00:50:17.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,00:50:24.810] [DEBUG] 6 processes running of frp type [2026-04-02,01:05:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,01:05:23.701] [DEBUG] 6 processes running of frp type [2026-04-02,01:20:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,01:20:24.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,01:35:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,01:35:24.609] [DEBUG] 6 processes running of frp type [2026-04-02,01:50:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,01:50:24.494] [DEBUG] 6 processes running of frp type [2026-04-02,02:05:17.904] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,02:05:24.509] [DEBUG] 6 processes running of frp type [2026-04-02,02:20:18.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,02:20:25.535] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-02 02:31:03.268 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 02:31:15.195 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 02:31:15.196 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 02:31:45.015 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 02:32:05.295 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: i/o deadline reached 2026-04-02 02:32:05.296 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 02:32:15.298 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 02:32:15.299 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 02:32:30.545 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: i/o deadline reached 2026-04-02 02:32:30.545 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 02:32:36.675 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 02:32:36.676 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 02:32:36.919 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-02,02:35:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,02:35:24.714] [DEBUG] 6 processes running of frp type [2026-04-02,02:50:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,02:50:24.268] [DEBUG] 6 processes running of frp type [2026-04-02,03:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,03:05:24.133] [DEBUG] 6 processes running of frp type [2026-04-02,03:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,03:20:23.959] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,03:35:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,03:35:23.832] [DEBUG] 6 processes running of frp type [2026-04-02,03:50:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,03:50:24.552] [DEBUG] 6 processes running of frp type [2026-04-02,04:05:18.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,04:05:24.831] [DEBUG] 6 processes running of frp type 2026-04-02 04:06:30.754 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:06:33.212 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:06:33.212 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:06:36.253 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:06:36.253 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:06:39.292 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:06:49.142 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:06:49.146 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:07:09.148 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:07:09.151 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:07:29.153 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:07:29.156 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:07:49.156 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:07:49.161 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:08:09.162 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:08:09.167 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:08:29.167 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:08:29.171 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:08:49.172 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:08:49.177 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:09:09.179 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:09:09.183 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:09:29.185 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:09:29.189 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:09:49.191 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:09:49.195 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:10:09.195 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:10:09.200 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:10:29.201 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:10:29.205 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:10:49.207 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:10:49.211 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:11:09.212 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:11:09.216 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:11:29.217 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:11:29.222 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:11:49.223 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:11:49.228 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:12:09.229 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:12:09.233 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:12:29.234 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:12:29.238 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:12:49.239 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:12:53.393 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 04:13:13.395 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:13:13.943 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 04:13:13.944 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 04:13:14.122 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-02,04:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,04:20:23.639] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-02 04:30:29.837 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 04:30:30.408 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 04:30:30.409 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 04:30:30.591 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success [2026-04-02,04:35:18.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,04:35:25.237] [DEBUG] 6 processes running of frp type [2026-04-02,04:50:18.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,04:50:24.764] [DEBUG] 6 processes running of frp type [2026-04-02,05:05:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,05:05:24.053] [DEBUG] 6 processes running of frp type [2026-04-02,05:20:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,05:20:24.360] [DEBUG] 6 processes running of frp type 2026-04-02 05:22:37.257 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 05:22:47.258 [W] [client/service.go:297] [7a719503bd1f8d1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 05:22:47.259 [I] [client/service.go:294] [7a719503bd1f8d1f] try to connect to server... 2026-04-02 05:22:55.093 [I] [client/service.go:286] [7a719503bd1f8d1f] login to server success, get run id [7a719503bd1f8d1f] 2026-04-02 05:22:55.094 [I] [proxy/proxy_manager.go:173] [7a719503bd1f8d1f] proxy added: [DTN57CC5599] 2026-04-02 05:22:57.549 [I] [client/control.go:168] [7a719503bd1f8d1f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,05:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,05:35:24.748] [DEBUG] 6 processes running of frp type [2026-04-02,05:50:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,05:50:24.548] [DEBUG] 6 processes running of frp type [2026-04-02,06:05:18.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,06:05:24.832] [DEBUG] 6 processes running of frp type [2026-04-02,06:20:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,06:20:23.722] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,06:30:42.269] [INFO] Initializing BusSpeedStateManager V2 [2026-04-02,06:30:42.277] [INFO] LocationSqlManager initialising [2026-04-02,06:30:42.278] [INFO] Location DB initialising [2026-04-02,06:30:42.289] [INFO] LocationSqlManager initialisation complete [2026-04-02,06:30:42.290] [DEBUG] UploadManager Init [2026-04-02,06:30:42.291] [DEBUG] UploadManager Init Complete [2026-04-02,06:30:42.295] [INFO] Initializing GPS... [2026-04-02,06:30:42.298] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,06:32:45.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,06:32:56.574] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,06:33:17.567] [DEBUG] Log Upload Complete! [2026-04-02,06:35:45.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,06:35:51.696] [DEBUG] Remote Access Enabled [2026-04-02,06:35:57.887] [INFO] Server Address: 138.201.17.179 [2026-04-02,06:35:57.888] [INFO] Server Port: 7000 [2026-04-02,06:35:57.893] [DEBUG] Starting Remote Access! 2026-04-02 06:35:58.027 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-02 06:35:58.028 [I] [client/service.go:294] try to connect to server... 2026-04-02 06:35:58.622 [I] [client/service.go:286] [9a8b007ebb86741f] login to server success, get run id [9a8b007ebb86741f] 2026-04-02 06:35:58.623 [I] [proxy/proxy_manager.go:173] [9a8b007ebb86741f] proxy added: [DTN57CC5599] 2026-04-02 06:35:58.866 [I] [client/control.go:168] [9a8b007ebb86741f] [DTN57CC5599] start proxy success [2026-04-02,06:50:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,06:50:24.764] [DEBUG] 6 processes running of frp type [2026-04-02,07:05:17.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,07:05:23.740] [DEBUG] 6 processes running of frp type [2026-04-02,07:20:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,07:20:23.873] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-02 07:33:16.388 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 07:33:17.046 [I] [client/service.go:286] [9a8b007ebb86741f] login to server success, get run id [9a8b007ebb86741f] 2026-04-02 07:33:17.048 [I] [proxy/proxy_manager.go:173] [9a8b007ebb86741f] proxy added: [DTN57CC5599] 2026-04-02 07:33:17.522 [I] [client/control.go:168] [9a8b007ebb86741f] [DTN57CC5599] start proxy success [2026-04-02,07:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,07:35:24.531] [DEBUG] 6 processes running of frp type [2026-04-02,07:50:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,07:50:23.744] [DEBUG] 6 processes running of frp type [2026-04-02,08:02:18.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,08:02:24.577] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,08:02:39.732] [DEBUG] Log Upload Complete! [2026-04-02,08:05:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,08:05:24.912] [DEBUG] 6 processes running of frp type 2026-04-02 08:13:19.580 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 08:13:20.431 [I] [client/service.go:286] [9a8b007ebb86741f] login to server success, get run id [9a8b007ebb86741f] 2026-04-02 08:13:20.433 [I] [proxy/proxy_manager.go:173] [9a8b007ebb86741f] proxy added: [DTN57CC5599] 2026-04-02 08:13:20.662 [I] [client/control.go:168] [9a8b007ebb86741f] [DTN57CC5599] start proxy success [2026-04-02,08:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,08:20:23.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,08:35:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,08:35:24.332] [DEBUG] 6 processes running of frp type [2026-04-02,08:50:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,08:50:24.517] [DEBUG] 6 processes running of frp type 2026-04-02 08:59:10.059 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 08:59:20.061 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 08:59:20.062 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 08:59:30.623 [I] [client/service.go:286] [9a8b007ebb86741f] login to server success, get run id [9a8b007ebb86741f] 2026-04-02 08:59:30.625 [I] [proxy/proxy_manager.go:173] [9a8b007ebb86741f] proxy added: [DTN57CC5599] 2026-04-02 08:59:30.952 [I] [client/control.go:168] [9a8b007ebb86741f] [DTN57CC5599] start proxy success 2026-04-02 09:00:02.219 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:00:12.221 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:00:12.222 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:00:22.223 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:00:22.224 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:00:32.225 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:00:32.225 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:00:42.227 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:01:02.228 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:01:12.230 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:01:32.231 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:01:42.234 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:02:02.235 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:02:02.240 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:02:22.241 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:02:22.244 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:02:42.245 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:02:42.249 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:03:02.250 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:03:02.255 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:03:22.257 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:03:22.260 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:03:42.262 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:03:42.266 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:04:02.267 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:04:12.269 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:04:32.270 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:04:42.272 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:05:02.273 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:05:12.274 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:05:32.276 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:05:42.279 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:06:02.280 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:06:12.281 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 09:06:32.282 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:06:32.286 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:06:52.287 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:06:52.291 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:07:12.292 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:07:12.297 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:07:32.298 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:07:32.302 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:07:52.303 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:07:52.307 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:08:12.308 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:08:12.313 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:08:32.313 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:08:32.317 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:08:52.318 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:08:52.322 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:09:12.323 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:09:12.328 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:09:32.329 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:09:32.333 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:09:52.335 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:09:52.339 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:10:12.341 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:10:12.344 [W] [client/service.go:297] [9a8b007ebb86741f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 09:10:32.346 [I] [client/service.go:294] [9a8b007ebb86741f] try to connect to server... 2026-04-02 09:10:33.061 [I] [client/service.go:286] [9a8b007ebb86741f] login to server success, get run id [9a8b007ebb86741f] 2026-04-02 09:10:33.062 [I] [proxy/proxy_manager.go:173] [9a8b007ebb86741f] proxy added: [DTN57CC5599] 2026-04-02 09:10:33.315 [I] [client/control.go:168] [9a8b007ebb86741f] [DTN57CC5599] start proxy success [2026-04-02,09:20:18.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,09:20:24.867] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,09:35:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,09:35:23.978] [DEBUG] 6 processes running of frp type [2026-04-02,09:50:17.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,09:50:24.270] [DEBUG] 6 processes running of frp type [2026-04-02,10:05:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,10:05:29.405] [DEBUG] 6 processes running of frp type [2026-04-02,10:20:22.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,10:20:29.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,10:35:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,10:35:24.553] [DEBUG] 6 processes running of frp type [2026-04-02,10:50:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,10:50:24.731] [DEBUG] 6 processes running of frp type [2026-04-02,11:05:17.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,11:05:23.965] [DEBUG] 6 processes running of frp type [2026-04-02,11:20:22.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,11:20:29.143] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,11:35:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,11:35:29.321] [DEBUG] 6 processes running of frp type [2026-04-02,11:50:18.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,11:50:25.167] [DEBUG] 6 processes running of frp type [2026-04-02,12:05:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,12:05:29.317] [DEBUG] 6 processes running of frp type [2026-04-02,12:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,12:20:24.299] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,12:35:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,12:35:25.145] [DEBUG] 6 processes running of frp type [2026-04-02,12:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,12:50:24.515] [DEBUG] 6 processes running of frp type [2026-04-02,13:05:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,13:05:24.961] [DEBUG] 6 processes running of frp type [2026-04-02,13:20:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,13:20:24.081] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,13:35:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,13:35:24.404] [DEBUG] 6 processes running of frp type [2026-04-02,13:50:18.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,13:50:24.808] [DEBUG] 6 processes running of frp type [2026-04-02,14:05:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,14:05:23.903] [DEBUG] 6 processes running of frp type [2026-04-02,14:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,14:20:23.868] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,14:35:17.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,14:35:24.294] [DEBUG] 6 processes running of frp type [2026-04-02,14:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,14:50:29.107] [DEBUG] 6 processes running of frp type [2026-04-02,15:05:17.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,15:05:24.680] [DEBUG] 6 processes running of frp type [2026-04-02,15:20:18.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,15:20:25.161] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,15:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,15:35:24.610] [DEBUG] 6 processes running of frp type [2026-04-02,15:50:17.254] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,15:50:24.055] [DEBUG] 6 processes running of frp type [2026-04-02,16:05:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,16:05:24.354] [DEBUG] 6 processes running of frp type [2026-04-02,16:20:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,16:20:24.741] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,16:35:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,16:35:24.109] [DEBUG] 6 processes running of frp type [2026-04-02,16:50:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,16:50:24.563] [DEBUG] 6 processes running of frp type [2026-04-02,17:05:17.813] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,17:05:24.649] [DEBUG] 6 processes running of frp type [2026-04-02,17:20:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,17:20:24.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,17:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,17:35:24.493] [DEBUG] 6 processes running of frp type [2026-04-02,17:50:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,17:50:24.160] [DEBUG] 6 processes running of frp type [2026-04-02,18:05:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,18:05:29.587] [DEBUG] 6 processes running of frp type [2026-04-02,18:20:18.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,18:20:25.150] [DEBUG] 6 processes running of frp type [2026-04-02,18:25:41.197] [INFO] Initializing BusSpeedStateManager V2 [2026-04-02,18:25:41.203] [INFO] LocationSqlManager initialising [2026-04-02,18:25:41.204] [INFO] Location DB initialising [2026-04-02,18:25:41.214] [INFO] LocationSqlManager initialisation complete [2026-04-02,18:25:41.215] [DEBUG] UploadManager Init [2026-04-02,18:25:41.215] [DEBUG] UploadManager Init Complete [2026-04-02,18:25:41.219] [INFO] Initializing GPS... [2026-04-02,18:25:41.221] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,18:27:44.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,18:27:56.290] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,18:28:56.714] [DEBUG] Log Upload Complete! [2026-04-02,18:30:50.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,18:30:56.802] [DEBUG] Remote Access Enabled [2026-04-02,18:31:03.132] [INFO] Server Address: 138.201.17.179 [2026-04-02,18:31:03.134] [INFO] Server Port: 7000 [2026-04-02,18:31:03.143] [DEBUG] Starting Remote Access! 2026-04-02 18:31:03.335 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-02 18:31:03.336 [I] [client/service.go:294] try to connect to server... 2026-04-02 18:31:04.132 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-02 18:31:04.133 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-02 18:31:04.536 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success [2026-04-02,18:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,18:35:24.278] [DEBUG] 6 processes running of frp type [2026-04-02,18:50:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,18:50:24.334] [DEBUG] 6 processes running of frp type [2026-04-02,19:05:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,19:05:24.695] [DEBUG] 6 processes running of frp type [2026-04-02,19:20:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,19:20:24.952] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,19:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,19:35:24.136] [DEBUG] 6 processes running of frp type [2026-04-02,19:50:17.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,19:50:25.275] [DEBUG] 6 processes running of frp type 2026-04-02 20:04:41.158 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:04:51.160 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 20:04:51.161 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:05:01.162 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 20:05:01.163 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:05:11.164 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 20:05:11.164 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:05:21.166 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 20:05:21.166 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:05:31.167 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 20:05:51.169 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:06:01.170 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 20:06:21.172 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:06:28.297 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:06:48.299 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:06:48.305 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:07:08.307 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:07:08.312 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:07:28.313 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:07:28.321 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:07:48.322 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:07:48.328 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:08:08.329 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:08:08.336 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:08:28.337 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:08:28.341 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:08:48.343 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:08:48.349 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:09:08.350 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:09:08.355 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:09:28.356 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:09:28.360 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:09:48.361 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:09:48.366 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:10:08.366 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:10:08.369 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:10:28.370 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:10:28.373 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:10:48.375 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:10:48.382 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:11:08.383 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:11:08.390 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:11:28.392 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:11:28.398 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:11:48.399 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:11:48.403 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:12:08.405 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:12:08.418 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:12:28.420 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:12:28.425 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:12:48.426 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:12:48.430 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:13:08.431 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:13:08.437 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-02 20:13:28.439 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:13:29.081 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-02 20:13:29.082 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-02 20:13:29.604 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success [2026-04-02,20:20:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,20:20:24.455] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,20:35:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,20:35:24.402] [DEBUG] 6 processes running of frp type [2026-04-02,20:50:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,20:50:24.302] [DEBUG] 6 processes running of frp type 2026-04-02 20:58:50.645 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 20:58:52.655 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-02 20:58:52.656 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-02 20:58:52.951 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success 2026-04-02 21:02:33.367 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 21:02:43.369 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 21:02:43.369 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 21:02:53.371 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 21:02:53.371 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 21:03:03.373 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-02 21:03:03.373 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-02 21:03:04.586 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-02 21:03:04.587 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-02 21:03:04.983 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success [2026-04-02,21:05:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,21:05:24.141] [DEBUG] 6 processes running of frp type [2026-04-02,21:20:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,21:20:23.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,21:35:19.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,21:35:25.763] [DEBUG] 6 processes running of frp type [2026-04-02,21:50:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,21:50:24.595] [DEBUG] 6 processes running of frp type [2026-04-02,22:05:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,22:05:24.513] [DEBUG] 6 processes running of frp type [2026-04-02,22:20:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,22:20:24.456] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,22:35:18.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,22:35:25.202] [DEBUG] 6 processes running of frp type [2026-04-02,22:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,22:50:24.975] [DEBUG] 6 processes running of frp type [2026-04-02,23:05:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,23:05:23.766] [DEBUG] 6 processes running of frp type [2026-04-02,23:20:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,23:20:23.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,23:35:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,23:35:23.721] [DEBUG] 6 processes running of frp type [2026-04-02,23:50:18.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-02,23:50:24.819] [DEBUG] 6 processes running of frp type [2026-04-03,00:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,00:05:23.839] [DEBUG] 6 processes running of frp type [2026-04-03,00:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,00:20:23.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,00:35:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,00:35:23.634] [DEBUG] 6 processes running of frp type [2026-04-03,00:50:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,00:50:24.202] [DEBUG] 6 processes running of frp type 2026-04-03 00:51:23.366 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 00:51:24.204 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-03 00:51:24.204 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-03 00:51:24.520 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success [2026-04-03,01:05:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,01:05:24.193] [DEBUG] 6 processes running of frp type [2026-04-03,01:20:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,01:20:24.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,01:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,01:35:24.109] [DEBUG] 6 processes running of frp type [2026-04-03,01:50:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,01:50:23.775] [DEBUG] 6 processes running of frp type [2026-04-03,02:05:16.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,02:05:23.716] [DEBUG] 6 processes running of frp type [2026-04-03,02:20:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,02:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,02:35:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,02:35:23.825] [DEBUG] 6 processes running of frp type [2026-04-03,02:50:26.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,02:50:34.451] [DEBUG] 6 processes running of frp type [2026-04-03,03:05:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,03:05:24.162] [DEBUG] 6 processes running of frp type [2026-04-03,03:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,03:20:24.448] [DEBUG] 6 processes running of frp type 2026-04-03 03:22:58.647 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 03:22:59.605 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-03 03:22:59.606 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-03 03:23:01.157 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,03:35:22.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,03:35:29.501] [DEBUG] 6 processes running of frp type [2026-04-03,03:50:18.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,03:50:24.584] [DEBUG] 6 processes running of frp type [2026-04-03,04:05:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,04:05:24.663] [DEBUG] 6 processes running of frp type 2026-04-03 04:06:23.662 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 04:06:28.986 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-03 04:06:28.986 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 04:06:32.025 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-03 04:06:32.025 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 04:06:35.065 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-03 04:06:44.344 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 04:06:44.346 [W] [client/service.go:297] [0a52e1d604598015] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-03 04:07:03.520 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 04:07:04.118 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-03 04:07:04.118 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-03 04:07:04.318 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success 2026-04-03 04:09:15.495 [I] [client/service.go:294] [0a52e1d604598015] try to connect to server... 2026-04-03 04:09:17.416 [I] [client/service.go:286] [0a52e1d604598015] login to server success, get run id [0a52e1d604598015] 2026-04-03 04:09:17.416 [I] [proxy/proxy_manager.go:173] [0a52e1d604598015] proxy added: [DTN57CC5599] 2026-04-03 04:09:17.745 [I] [client/control.go:168] [0a52e1d604598015] [DTN57CC5599] start proxy success [2026-04-03,04:20:18.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,04:20:24.636] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,04:35:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,04:35:23.811] [DEBUG] 6 processes running of frp type [2026-04-03,04:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,04:50:24.326] [DEBUG] 6 processes running of frp type [2026-04-03,05:05:19.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,05:05:26.048] [DEBUG] 6 processes running of frp type [2026-04-03,05:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,05:20:23.829] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,05:35:17.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,05:35:23.944] [DEBUG] 6 processes running of frp type [2026-04-03,05:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,05:50:24.223] [DEBUG] 6 processes running of frp type [2026-04-03,06:05:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,06:05:24.432] [DEBUG] 6 processes running of frp type [2026-04-03,06:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,06:20:24.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,06:30:41.823] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,06:30:41.829] [INFO] LocationSqlManager initialising [2026-04-03,06:30:41.829] [INFO] Location DB initialising [2026-04-03,06:30:41.838] [INFO] LocationSqlManager initialisation complete [2026-04-03,06:30:41.839] [DEBUG] UploadManager Init [2026-04-03,06:30:41.839] [DEBUG] UploadManager Init Complete [2026-04-03,06:30:41.842] [INFO] Initializing GPS... [2026-04-03,06:30:41.844] [INFO] Starting location capture [2026-04-03,06:31:47.937] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,06:31:47.943] [INFO] LocationSqlManager initialising [2026-04-03,06:31:47.944] [INFO] Location DB initialising [2026-04-03,06:31:47.953] [INFO] LocationSqlManager initialisation complete [2026-04-03,06:31:47.954] [DEBUG] UploadManager Init [2026-04-03,06:31:47.955] [DEBUG] UploadManager Init Complete [2026-04-03,06:31:47.958] [INFO] Initializing GPS... [2026-04-03,06:31:47.960] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,06:33:54.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,06:34:06.175] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-03,06:34:33.865] [DEBUG] Log Upload Complete! [2026-04-03,06:36:51.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,06:36:51.650] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-03,06:36:58.284] [DEBUG] Remote Access Enabled [2026-04-03,06:37:04.519] [INFO] Server Address: 138.201.17.179 [2026-04-03,06:37:04.520] [INFO] Server Port: 7000 [2026-04-03,06:37:04.525] [DEBUG] Starting Remote Access! 2026-04-03 06:37:04.657 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 06:37:04.658 [I] [client/service.go:294] try to connect to server... 2026-04-03 06:37:05.300 [I] [client/service.go:286] [8597587964b8941c] login to server success, get run id [8597587964b8941c] 2026-04-03 06:37:05.301 [I] [proxy/proxy_manager.go:173] [8597587964b8941c] proxy added: [DTN57CC5599] 2026-04-03 06:37:05.767 [I] [client/control.go:168] [8597587964b8941c] [DTN57CC5599] start proxy success [2026-04-03,06:50:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,07:05:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,07:05:23.901] [DEBUG] 6 processes running of frp type [2026-04-03,07:20:17.286] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,07:20:23.974] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,07:35:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,07:35:24.596] [DEBUG] 6 processes running of frp type [2026-04-03,07:50:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,07:50:24.715] [DEBUG] 6 processes running of frp type [2026-04-03,08:02:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,08:02:23.519] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-03,08:03:42.700] [DEBUG] Log Upload Complete! [2026-04-03,08:05:16.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,08:05:23.553] [DEBUG] 6 processes running of frp type [2026-04-03,08:20:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,08:20:24.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,08:35:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,08:35:24.016] [DEBUG] 6 processes running of frp type [2026-04-03,08:50:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,08:50:24.404] [DEBUG] 6 processes running of frp type [2026-04-03,09:05:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,09:05:26.180] [DEBUG] 6 processes running of frp type [2026-04-03,09:20:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,09:20:24.242] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,09:35:18.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,09:35:24.738] [DEBUG] 6 processes running of frp type [2026-04-03,09:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,09:50:23.851] [DEBUG] 6 processes running of frp type [2026-04-03,10:05:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,10:05:23.722] [DEBUG] 6 processes running of frp type [2026-04-03,10:20:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,10:20:23.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,10:35:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,10:35:24.212] [DEBUG] 6 processes running of frp type [2026-04-03,10:50:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,10:50:24.725] [DEBUG] 6 processes running of frp type [2026-04-03,11:05:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,11:05:28.782] [DEBUG] 6 processes running of frp type [2026-04-03,11:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,11:20:23.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,11:35:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,11:35:24.172] [DEBUG] 6 processes running of frp type [2026-04-03,11:50:17.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,11:50:23.624] [DEBUG] 6 processes running of frp type [2026-04-03,12:05:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,12:05:24.663] [DEBUG] 6 processes running of frp type [2026-04-03,12:20:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,12:20:24.655] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,12:35:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,12:35:24.427] [DEBUG] 6 processes running of frp type [2026-04-03,12:50:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,12:50:24.815] [DEBUG] 6 processes running of frp type [2026-04-03,13:05:17.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,13:05:23.667] [DEBUG] 6 processes running of frp type [2026-04-03,13:20:18.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,13:20:24.934] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,13:35:18.167] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,13:35:24.990] [DEBUG] 6 processes running of frp type [2026-04-03,13:50:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,13:50:24.415] [DEBUG] 6 processes running of frp type [2026-04-03,14:05:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,14:05:24.491] [DEBUG] 6 processes running of frp type [2026-04-03,14:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,14:20:24.372] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,14:35:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,14:35:23.852] [DEBUG] 6 processes running of frp type [2026-04-03,14:50:17.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,14:50:24.177] [DEBUG] 6 processes running of frp type [2026-04-03,15:05:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,15:05:24.238] [DEBUG] 6 processes running of frp type [2026-04-03,15:20:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,15:20:24.097] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,15:35:18.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,15:35:24.707] [DEBUG] 6 processes running of frp type [2026-04-03,15:50:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,15:50:23.860] [DEBUG] 6 processes running of frp type [2026-04-03,16:05:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,16:05:23.709] [DEBUG] 6 processes running of frp type [2026-04-03,16:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,16:20:23.940] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,16:35:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,16:35:24.644] [DEBUG] 6 processes running of frp type [2026-04-03,16:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,16:50:26.239] [DEBUG] 6 processes running of frp type [2026-04-03,17:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,17:05:24.398] [DEBUG] 6 processes running of frp type [2026-04-03,17:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,17:20:29.259] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,17:35:18.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,17:35:25.107] [DEBUG] 6 processes running of frp type [2026-04-03,17:50:17.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,17:50:23.656] [DEBUG] 6 processes running of frp type [2026-04-03,18:05:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,18:05:24.570] [DEBUG] 6 processes running of frp type 2026-04-03 18:15:45.771 [I] [client/service.go:294] [8597587964b8941c] try to connect to server... 2026-04-03 18:15:55.745 [I] [client/service.go:286] [8597587964b8941c] login to server success, get run id [8597587964b8941c] 2026-04-03 18:15:55.746 [I] [proxy/proxy_manager.go:173] [8597587964b8941c] proxy added: [DTN57CC5599] 2026-04-03 18:15:56.097 [I] [client/control.go:168] [8597587964b8941c] [DTN57CC5599] start proxy success 2026-04-03 18:16:35.222 [I] [client/service.go:294] [8597587964b8941c] try to connect to server... 2026-04-03 18:16:35.223 [W] [client/service.go:297] [8597587964b8941c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-03 18:16:37.406 [I] [client/service.go:294] [8597587964b8941c] try to connect to server... 2026-04-03 18:16:37.407 [W] [client/service.go:297] [8597587964b8941c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-03 18:16:42.172 [I] [client/service.go:294] [8597587964b8941c] try to connect to server... 2026-04-03 18:16:42.176 [W] [client/service.go:297] [8597587964b8941c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-03 18:16:51.991 [I] [client/service.go:294] [8597587964b8941c] try to connect to server... 2026-04-03 18:17:01.993 [W] [client/service.go:297] [8597587964b8941c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 18:17:01.993 [I] [client/service.go:294] [8597587964b8941c] try to connect to server... 2026-04-03 18:17:03.538 [I] [client/service.go:286] [8597587964b8941c] login to server success, get run id [8597587964b8941c] 2026-04-03 18:17:03.540 [I] [proxy/proxy_manager.go:173] [8597587964b8941c] proxy added: [DTN57CC5599] 2026-04-03 18:17:03.711 [I] [client/control.go:168] [8597587964b8941c] [DTN57CC5599] start proxy success [2026-04-03,18:20:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,18:20:24.618] [DEBUG] 6 processes running of frp type [2026-04-03,18:25:42.313] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,18:25:42.316] [INFO] LocationSqlManager initialising [2026-04-03,18:25:42.317] [INFO] Location DB initialising [2026-04-03,18:25:42.326] [INFO] LocationSqlManager initialisation complete [2026-04-03,18:25:42.327] [DEBUG] UploadManager Init [2026-04-03,18:25:42.327] [DEBUG] UploadManager Init Complete [2026-04-03,18:25:42.330] [INFO] Initializing GPS... [2026-04-03,18:25:42.332] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,18:27:44.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,18:27:54.282] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-03,18:28:16.946] [DEBUG] Log Upload Complete! [2026-04-03,18:30:45.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,18:30:51.716] [DEBUG] Remote Access Enabled [2026-04-03,18:31:00.576] [INFO] Server Address: 138.201.17.179 [2026-04-03,18:31:00.577] [INFO] Server Port: 7000 [2026-04-03,18:31:00.582] [DEBUG] Starting Remote Access! 2026-04-03 18:31:00.716 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 18:31:00.716 [I] [client/service.go:294] try to connect to server... 2026-04-03 18:31:01.216 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-03 18:31:01.217 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-03 18:31:01.376 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success [2026-04-03,18:35:17.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,18:35:24.039] [DEBUG] 6 processes running of frp type [2026-04-03,18:50:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,18:50:23.890] [DEBUG] 6 processes running of frp type [2026-04-03,19:05:20.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,19:05:26.897] [DEBUG] 6 processes running of frp type [2026-04-03,19:20:17.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,19:20:23.859] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,19:35:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,19:35:24.522] [DEBUG] 6 processes running of frp type [2026-04-03,19:50:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,19:50:23.889] [DEBUG] 6 processes running of frp type [2026-04-03,20:05:19.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,20:05:26.360] [DEBUG] 6 processes running of frp type [2026-04-03,20:20:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,20:20:25.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,20:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,20:35:24.148] [DEBUG] 6 processes running of frp type [2026-04-03,20:50:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,20:50:24.532] [DEBUG] 6 processes running of frp type [2026-04-03,21:05:18.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,21:05:25.392] [DEBUG] 6 processes running of frp type [2026-04-03,21:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,21:20:24.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,21:35:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,21:35:24.241] [DEBUG] 6 processes running of frp type [2026-04-03,21:50:21.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,21:50:27.993] [DEBUG] 6 processes running of frp type [2026-04-03,22:05:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,22:05:23.736] [DEBUG] 6 processes running of frp type [2026-04-03,22:20:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,22:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,22:35:29.233] [DEBUG] 6 processes running of frp type [2026-04-03,22:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,22:50:24.825] [DEBUG] 6 processes running of frp type [2026-04-03,23:05:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,23:05:23.888] [DEBUG] 6 processes running of frp type 2026-04-03 23:11:49.939 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-03 23:11:50.819 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-03 23:11:50.821 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-03 23:11:51.032 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success 2026-04-03 23:12:30.402 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-03 23:12:40.403 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 23:12:40.404 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-03 23:12:50.405 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 23:12:50.406 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-03 23:13:00.408 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 23:13:00.408 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-03 23:13:05.611 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-03 23:13:05.613 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-03 23:13:06.159 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success [2026-04-03,23:20:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,23:20:24.470] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,23:35:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,23:35:24.072] [DEBUG] 6 processes running of frp type [2026-04-03,23:50:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-03,23:50:24.294] [DEBUG] 6 processes running of frp type [2026-04-04,00:05:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,00:05:24.213] [DEBUG] 6 processes running of frp type 2026-04-04 00:10:46.453 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 00:10:46.991 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-04 00:10:46.991 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-04 00:10:47.164 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success [2026-04-04,00:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,00:20:24.080] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,00:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,00:35:24.181] [DEBUG] 6 processes running of frp type [2026-04-04,00:50:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,00:50:23.900] [DEBUG] 6 processes running of frp type [2026-04-04,01:05:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,01:05:23.734] [DEBUG] 6 processes running of frp type 2026-04-04 01:13:42.223 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 01:13:42.828 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-04 01:13:42.829 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-04 01:13:43.092 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success [2026-04-04,01:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,01:20:24.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,01:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,01:35:24.442] [DEBUG] 6 processes running of frp type [2026-04-04,01:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,01:50:25.111] [DEBUG] 6 processes running of frp type [2026-04-04,02:05:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,02:05:24.192] [DEBUG] 6 processes running of frp type [2026-04-04,02:20:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,02:20:24.715] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-04 02:30:30.387 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 02:30:40.389 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 02:30:40.389 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 02:30:50.908 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-04 02:30:50.909 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-04 02:30:52.313 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success 2026-04-04 02:31:25.996 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 02:31:33.595 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-04 02:31:33.595 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-04 02:31:34.557 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success [2026-04-04,02:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,02:35:24.023] [DEBUG] 6 processes running of frp type [2026-04-04,02:50:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,02:50:24.086] [DEBUG] 6 processes running of frp type [2026-04-04,03:05:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,03:05:24.000] [DEBUG] 6 processes running of frp type [2026-04-04,03:20:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,03:20:23.928] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,03:35:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,03:35:24.101] [DEBUG] 6 processes running of frp type [2026-04-04,03:50:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,03:50:23.815] [DEBUG] 6 processes running of frp type 2026-04-04 04:02:58.705 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:03:05.853 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:03:05.854 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:03:05.857 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:03:09.997 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:03:10.001 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:03:18.699 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:03:18.703 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:03:37.302 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:03:37.306 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:03:57.307 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:03:57.311 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:04:17.312 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:04:17.316 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:04:37.318 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:04:37.321 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:04:57.323 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:04:57.327 [W] [client/service.go:297] [194f4aeaa4be8649] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 04:05:17.328 [I] [client/service.go:294] [194f4aeaa4be8649] try to connect to server... 2026-04-04 04:05:25.368 [I] [client/service.go:286] [194f4aeaa4be8649] login to server success, get run id [194f4aeaa4be8649] 2026-04-04 04:05:25.369 [I] [proxy/proxy_manager.go:173] [194f4aeaa4be8649] proxy added: [DTN57CC5599] 2026-04-04 04:05:25.761 [I] [client/control.go:168] [194f4aeaa4be8649] [DTN57CC5599] start proxy success [2026-04-04,04:20:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,04:20:23.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,04:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,04:35:24.200] [DEBUG] 6 processes running of frp type [2026-04-04,04:50:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,04:50:23.822] [DEBUG] 6 processes running of frp type [2026-04-04,05:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,05:05:28.975] [DEBUG] 6 processes running of frp type [2026-04-04,05:20:17.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,05:20:31.250] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,05:35:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,05:35:24.620] [DEBUG] 6 processes running of frp type [2026-04-04,05:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,05:50:23.779] [DEBUG] 6 processes running of frp type [2026-04-04,06:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,06:05:23.715] [DEBUG] 6 processes running of frp type [2026-04-04,06:20:16.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,06:20:23.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,06:30:41.880] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,06:30:41.888] [INFO] LocationSqlManager initialising [2026-04-04,06:30:41.889] [INFO] Location DB initialising [2026-04-04,06:30:41.899] [INFO] LocationSqlManager initialisation complete [2026-04-04,06:30:41.900] [DEBUG] UploadManager Init [2026-04-04,06:30:41.901] [DEBUG] UploadManager Init Complete [2026-04-04,06:30:41.905] [INFO] Initializing GPS... [2026-04-04,06:30:41.908] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,06:32:44.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,06:32:50.865] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-04,06:33:02.554] [DEBUG] Log Upload Complete! [2026-04-04,06:35:44.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,06:35:51.033] [DEBUG] Remote Access Enabled [2026-04-04,06:35:57.828] [INFO] Server Address: 138.201.17.179 [2026-04-04,06:35:57.829] [INFO] Server Port: 7000 [2026-04-04,06:35:57.834] [DEBUG] Starting Remote Access! 2026-04-04 06:35:57.964 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 06:35:57.965 [I] [client/service.go:294] try to connect to server... 2026-04-04 06:36:00.658 [I] [client/service.go:286] [cba35c820461284b] login to server success, get run id [cba35c820461284b] 2026-04-04 06:36:00.659 [I] [proxy/proxy_manager.go:173] [cba35c820461284b] proxy added: [DTN57CC5599] 2026-04-04 06:36:00.869 [I] [client/control.go:168] [cba35c820461284b] [DTN57CC5599] start proxy success [2026-04-04,06:50:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,06:50:24.138] [DEBUG] 6 processes running of frp type [2026-04-04,07:05:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,07:05:24.163] [DEBUG] 6 processes running of frp type [2026-04-04,07:20:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,07:20:24.137] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,07:35:17.429] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,07:35:24.014] [DEBUG] 6 processes running of frp type [2026-04-04,07:50:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,07:50:24.705] [DEBUG] 6 processes running of frp type [2026-04-04,08:02:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,08:02:24.394] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-04,08:04:57.421] [DEBUG] Log Upload Complete! [2026-04-04,08:05:17.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,08:05:24.714] [DEBUG] 6 processes running of frp type [2026-04-04,08:20:18.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,08:20:24.937] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,08:35:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,08:35:24.235] [DEBUG] 6 processes running of frp type 2026-04-04 08:36:43.146 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:36:53.149 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:36:53.150 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:37:03.151 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:37:03.151 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:37:13.153 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:37:13.153 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:37:23.155 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:37:23.155 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:37:33.157 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:37:53.159 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:38:03.161 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:38:23.163 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:38:30.391 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:38:50.393 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:38:51.144 [I] [client/service.go:286] [cba35c820461284b] login to server success, get run id [cba35c820461284b] 2026-04-04 08:38:51.146 [I] [proxy/proxy_manager.go:173] [cba35c820461284b] proxy added: [DTN57CC5599] 2026-04-04 08:38:51.677 [I] [client/control.go:168] [cba35c820461284b] [DTN57CC5599] start proxy success 2026-04-04 08:43:37.119 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:43:47.122 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:43:47.122 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:43:55.189 [I] [client/service.go:286] [cba35c820461284b] login to server success, get run id [cba35c820461284b] 2026-04-04 08:43:55.191 [I] [proxy/proxy_manager.go:173] [cba35c820461284b] proxy added: [DTN57CC5599] 2026-04-04 08:43:55.988 [I] [client/control.go:168] [cba35c820461284b] [DTN57CC5599] start proxy success 2026-04-04 08:47:37.052 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:47:47.054 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:47:47.054 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:47:57.057 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:47:57.057 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:48:07.059 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:48:07.060 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:48:17.061 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:48:17.062 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:48:27.064 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:48:47.065 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:48:57.067 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:49:17.069 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:49:27.071 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:49:47.072 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:49:57.074 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:50:17.076 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:50:27.078 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 08:50:47.080 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:50:47.083 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:51:07.084 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:51:07.089 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:51:27.090 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:51:27.095 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:51:47.097 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:51:47.105 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:52:07.106 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:52:07.111 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:52:27.111 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:52:27.116 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:52:47.118 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:52:47.122 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:53:07.123 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:53:07.127 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:53:27.129 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:53:28.039 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:53:48.041 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:53:48.046 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:54:08.047 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:54:08.052 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:54:28.053 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:54:28.060 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:54:48.061 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:54:48.068 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:55:08.069 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:55:08.074 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:55:28.075 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:55:28.078 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:55:48.079 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:55:48.084 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:56:08.086 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:56:08.110 [W] [client/service.go:297] [cba35c820461284b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 08:56:28.111 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 08:56:28.746 [I] [client/service.go:286] [cba35c820461284b] login to server success, get run id [cba35c820461284b] 2026-04-04 08:56:28.748 [I] [proxy/proxy_manager.go:173] [cba35c820461284b] proxy added: [DTN57CC5599] 2026-04-04 08:56:28.964 [I] [client/control.go:168] [cba35c820461284b] [DTN57CC5599] start proxy success [2026-04-04,09:05:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,09:05:24.570] [DEBUG] 6 processes running of frp type 2026-04-04 09:13:45.824 [I] [client/service.go:294] [cba35c820461284b] try to connect to server... 2026-04-04 09:13:46.627 [I] [client/service.go:286] [cba35c820461284b] login to server success, get run id [cba35c820461284b] 2026-04-04 09:13:46.629 [I] [proxy/proxy_manager.go:173] [cba35c820461284b] proxy added: [DTN57CC5599] 2026-04-04 09:13:46.903 [I] [client/control.go:168] [cba35c820461284b] [DTN57CC5599] start proxy success [2026-04-04,09:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,09:20:24.537] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,09:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,09:35:24.411] [DEBUG] 6 processes running of frp type [2026-04-04,09:50:18.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,09:50:29.122] [DEBUG] 6 processes running of frp type [2026-04-04,10:05:17.378] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,10:05:24.245] [DEBUG] 6 processes running of frp type [2026-04-04,10:20:17.468] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,10:20:24.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,10:35:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,10:35:24.669] [DEBUG] 6 processes running of frp type [2026-04-04,10:50:18.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,10:50:25.003] [DEBUG] 6 processes running of frp type [2026-04-04,11:05:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,11:05:24.424] [DEBUG] 6 processes running of frp type [2026-04-04,11:20:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,11:20:24.400] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,11:35:18.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,11:35:25.074] [DEBUG] 6 processes running of frp type [2026-04-04,11:50:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,11:50:24.944] [DEBUG] 6 processes running of frp type [2026-04-04,12:05:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,12:05:24.037] [DEBUG] 6 processes running of frp type [2026-04-04,12:20:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,12:20:24.271] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,12:35:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,12:35:23.842] [DEBUG] 6 processes running of frp type [2026-04-04,12:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,12:50:24.277] [DEBUG] 6 processes running of frp type [2026-04-04,13:05:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,13:05:24.554] [DEBUG] 6 processes running of frp type [2026-04-04,13:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,13:20:24.619] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,13:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,13:35:24.452] [DEBUG] 6 processes running of frp type [2026-04-04,13:50:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,13:50:23.892] [DEBUG] 6 processes running of frp type [2026-04-04,14:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,14:05:24.144] [DEBUG] 6 processes running of frp type [2026-04-04,14:20:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,14:20:24.315] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,14:35:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,14:35:24.524] [DEBUG] 6 processes running of frp type [2026-04-04,14:50:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,14:50:23.971] [DEBUG] 6 processes running of frp type [2026-04-04,15:05:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,15:05:24.082] [DEBUG] 6 processes running of frp type [2026-04-04,15:20:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,15:20:24.202] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,15:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,15:35:24.447] [DEBUG] 6 processes running of frp type [2026-04-04,15:50:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,15:50:25.009] [DEBUG] 6 processes running of frp type [2026-04-04,16:05:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,16:05:24.280] [DEBUG] 6 processes running of frp type [2026-04-04,16:20:17.735] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,16:20:24.533] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,16:35:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,16:35:24.286] [DEBUG] 6 processes running of frp type [2026-04-04,16:50:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,16:50:24.118] [DEBUG] 6 processes running of frp type [2026-04-04,17:05:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,17:05:24.533] [DEBUG] 6 processes running of frp type [2026-04-04,17:20:18.061] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,17:20:24.898] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,17:35:17.778] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,17:35:24.534] [DEBUG] 6 processes running of frp type [2026-04-04,17:50:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,17:50:24.062] [DEBUG] 6 processes running of frp type [2026-04-04,18:05:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,18:05:24.288] [DEBUG] 6 processes running of frp type [2026-04-04,18:20:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,18:20:24.506] [DEBUG] 6 processes running of frp type [2026-04-04,18:25:41.783] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,18:25:41.791] [INFO] LocationSqlManager initialising [2026-04-04,18:25:41.792] [INFO] Location DB initialising [2026-04-04,18:25:41.803] [INFO] LocationSqlManager initialisation complete [2026-04-04,18:25:41.804] [DEBUG] UploadManager Init [2026-04-04,18:25:41.805] [DEBUG] UploadManager Init Complete [2026-04-04,18:25:41.810] [INFO] Initializing GPS... [2026-04-04,18:25:41.813] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,18:27:45.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,18:27:56.953] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-04,18:28:30.215] [DEBUG] Log Upload Complete! [2026-04-04,18:30:44.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,18:30:52.097] [DEBUG] Remote Access Enabled [2026-04-04,18:31:00.536] [INFO] Server Address: 138.201.17.179 [2026-04-04,18:31:00.538] [INFO] Server Port: 7000 [2026-04-04,18:31:00.547] [DEBUG] Starting Remote Access! 2026-04-04 18:31:00.744 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 18:31:00.744 [I] [client/service.go:294] try to connect to server... 2026-04-04 18:31:01.402 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-04 18:31:01.403 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-04 18:31:01.624 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success [2026-04-04,18:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,18:35:24.742] [DEBUG] 6 processes running of frp type [2026-04-04,18:50:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,18:50:23.857] [DEBUG] 6 processes running of frp type [2026-04-04,19:05:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,19:05:42.608] [DEBUG] 6 processes running of frp type [2026-04-04,19:20:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,19:20:24.615] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,19:35:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,19:35:23.504] [DEBUG] 6 processes running of frp type 2026-04-04 19:43:04.257 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:43:14.258 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:43:14.260 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:43:24.261 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:43:24.262 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:43:34.264 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:43:34.265 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:43:44.266 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:43:44.266 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:43:44.898 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-04 19:43:44.898 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-04 19:43:45.100 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-04 19:44:24.500 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:44:34.503 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:44:34.504 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:44:44.506 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:44:44.507 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:44:54.508 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:44:54.508 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:45:04.509 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:45:24.510 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:45:34.512 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:45:54.513 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:46:04.515 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 19:46:24.516 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 19:46:25.216 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-04 19:46:25.217 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-04 19:46:25.434 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success [2026-04-04,19:50:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,19:50:24.176] [DEBUG] 6 processes running of frp type 2026-04-04 20:02:43.351 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:02:53.353 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:02:53.353 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:03:03.354 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:03:03.355 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:03:13.356 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:03:13.357 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:03:23.359 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:03:23.359 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:03:33.360 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:03:53.361 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:04:03.363 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:04:23.364 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:04:33.365 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 20:04:53.366 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:04:56.537 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:05:16.538 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:05:16.542 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:05:36.543 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:05:36.548 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:05:56.548 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:05:56.555 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:06:16.556 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:06:16.563 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:06:36.564 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:06:36.570 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:06:56.571 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:06:56.576 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:07:16.577 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:07:16.580 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:07:36.581 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:07:36.586 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:07:56.588 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:07:56.592 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:08:16.594 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:08:16.597 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:08:36.599 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:08:36.603 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:08:56.605 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:08:56.611 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:09:16.612 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:09:16.619 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:09:36.620 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:09:36.624 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:09:56.625 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:09:56.628 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-04 20:10:16.629 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 20:10:17.637 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-04 20:10:17.637 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-04 20:10:18.294 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success [2026-04-04,20:20:18.131] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,20:20:25.183] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,20:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,20:35:24.284] [DEBUG] 6 processes running of frp type [2026-04-04,20:50:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,20:50:24.236] [DEBUG] 6 processes running of frp type [2026-04-04,21:05:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,21:05:23.926] [DEBUG] 6 processes running of frp type [2026-04-04,21:20:17.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,21:20:26.651] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,21:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,21:35:24.087] [DEBUG] 6 processes running of frp type [2026-04-04,21:50:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,21:50:23.654] [DEBUG] 6 processes running of frp type [2026-04-04,22:05:17.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,22:05:24.463] [DEBUG] 6 processes running of frp type [2026-04-04,22:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,22:20:24.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-04 22:29:17.965 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-04 22:29:27.521 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-04 22:29:27.523 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-04 22:29:27.938 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success [2026-04-04,22:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,22:35:25.061] [DEBUG] 6 processes running of frp type [2026-04-04,22:50:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,22:50:24.249] [DEBUG] 6 processes running of frp type [2026-04-04,23:05:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,23:05:24.174] [DEBUG] 6 processes running of frp type [2026-04-04,23:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,23:20:24.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,23:35:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,23:35:23.846] [DEBUG] 6 processes running of frp type [2026-04-04,23:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-04,23:50:23.787] [DEBUG] 6 processes running of frp type [2026-04-05,00:05:17.002] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,00:05:24.087] [DEBUG] 6 processes running of frp type [2026-04-05,00:20:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,00:20:23.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,00:35:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,00:35:23.825] [DEBUG] 6 processes running of frp type [2026-04-05,00:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,00:50:24.396] [DEBUG] 6 processes running of frp type 2026-04-05 00:52:46.217 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 00:52:46.942 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 00:52:46.943 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 00:52:47.184 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success [2026-04-05,01:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,01:05:24.086] [DEBUG] 6 processes running of frp type [2026-04-05,01:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,01:20:23.979] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,01:35:17.268] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,01:35:23.828] [DEBUG] 6 processes running of frp type [2026-04-05,01:50:16.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,01:50:23.451] [DEBUG] 6 processes running of frp type [2026-04-05,02:05:18.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,02:05:24.533] [DEBUG] 6 processes running of frp type [2026-04-05,02:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,02:20:24.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,02:35:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,02:35:24.031] [DEBUG] 6 processes running of frp type [2026-04-05,02:50:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,02:50:23.504] [DEBUG] 6 processes running of frp type [2026-04-05,03:05:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,03:05:24.221] [DEBUG] 6 processes running of frp type [2026-04-05,03:20:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,03:20:26.702] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,03:35:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,03:35:23.939] [DEBUG] 6 processes running of frp type [2026-04-05,03:50:17.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,03:50:24.446] [DEBUG] 6 processes running of frp type [2026-04-05,04:05:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-05,04:05:24.620] [DEBUG] 6 processes running of frp type 2026-04-05 04:06:38.819 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:06:40.984 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:06:40.985 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:06:43.025 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:06:43.025 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:06:43.034 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:06:51.774 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:06:51.780 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:07:10.666 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:07:11.333 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:07:11.335 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:07:11.554 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:11:24.848 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:11:26.267 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:11:26.268 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:11:29.308 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:11:29.308 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:11:32.344 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:11:41.544 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:11:42.202 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:11:42.204 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:11:42.411 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:13:52.411 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:13:55.464 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:13:55.464 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:13:58.505 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:13:58.505 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:14:01.544 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:14:11.170 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:14:11.678 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:14:31.679 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:14:41.681 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:15:01.683 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:15:11.010 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:15:31.011 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:15:31.277 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:15:51.280 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:15:53.571 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:16:13.573 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:16:23.575 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:16:43.576 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:16:44.308 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:16:44.309 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:16:44.551 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:19:25.317 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:19:26.984 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:19:26.984 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:19:30.025 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:19:30.025 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:19:33.064 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:19:43.293 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:19:46.345 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:20:06.347 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:20:16.348 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:20:36.349 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:20:38.584 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:20:58.586 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:21:00.877 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:21:20.878 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:21:23.171 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:21:43.172 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:21:43.803 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:21:43.804 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:21:44.013 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:23:54.031 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:24:04.033 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:24:04.034 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:24:14.036 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:24:14.037 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:24:24.038 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:24:24.039 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:24:34.041 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:24:34.042 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:24:37.091 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:24:57.093 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:25:00.131 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:25:20.132 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:25:23.171 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:25:43.172 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:25:43.358 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-05 04:26:03.359 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:26:03.623 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:26:23.624 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:26:25.918 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:26:45.919 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:26:46.634 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:26:46.635 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:26:46.889 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:28:56.931 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:29:06.933 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:29:06.933 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:29:16.935 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:29:16.935 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:29:26.937 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:29:26.938 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:29:36.939 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:29:36.941 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:29:46.942 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:30:06.944 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:30:09.997 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:30:29.998 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:30:33.037 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:30:53.039 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:30:54.238 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:31:14.239 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:31:16.530 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:31:36.531 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:31:38.374 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:31:38.376 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:31:38.649 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:33:48.582 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:33:58.584 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:33:58.585 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:34:08.586 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:34:08.587 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:34:18.588 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:34:18.589 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:34:28.590 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:34:28.591 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:34:38.592 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:34:58.593 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:35:01.624 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:35:21.625 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:35:24.664 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:35:44.665 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:35:47.518 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:36:07.520 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:36:07.785 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:36:27.786 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:36:30.077 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:36:50.079 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:36:50.719 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:36:50.720 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:36:50.939 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:39:00.929 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:39:03.518 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:39:03.519 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:39:06.558 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:39:06.558 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:39:09.598 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:39:19.206 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:39:19.330 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:39:38.985 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:39:41.624 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:40:01.626 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:40:11.628 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:40:31.629 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:40:41.631 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:41:01.633 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:41:04.664 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:41:24.665 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:41:24.931 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:41:44.932 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:41:45.564 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:41:45.566 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:41:45.773 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:43:55.729 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:44:05.731 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:44:05.732 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:44:15.733 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:44:15.734 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:44:25.735 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:44:25.736 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:44:35.738 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:44:35.739 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:44:45.741 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:45:05.743 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:45:15.745 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:45:35.746 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:45:36.157 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:45:56.159 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:45:56.424 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:46:16.426 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:46:19.464 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:46:39.465 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:46:41.757 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:47:01.758 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:47:02.426 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:47:02.427 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:47:02.635 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:48:42.418 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:48:52.420 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:48:52.421 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:49:02.422 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:49:02.423 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:49:12.424 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:49:12.425 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:49:22.427 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:49:22.428 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:49:25.464 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:49:45.466 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:49:45.731 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:50:05.732 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:50:08.025 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:50:28.026 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:50:30.318 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:50:50.319 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:50:50.584 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:51:10.585 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:51:12.878 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:51:32.878 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:51:35.171 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:51:55.172 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:51:55.745 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:51:55.746 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:51:55.927 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:54:05.935 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:54:15.938 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:54:15.938 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:54:25.940 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:54:25.940 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:54:35.942 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:54:35.943 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:54:45.945 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:54:45.945 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:54:52.211 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:55:12.212 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:55:12.477 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:55:32.478 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:55:34.771 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:55:54.772 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:55:57.063 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:56:17.065 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:56:17.330 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:56:37.332 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:56:39.625 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 04:56:59.626 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:57:00.235 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 04:57:00.236 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 04:57:00.439 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 04:59:10.488 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:59:20.490 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:59:20.491 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:59:30.492 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:59:30.492 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:59:40.494 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 04:59:40.495 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 04:59:43.543 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:00:03.124 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:00:06.157 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:00:26.159 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:00:36.161 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:00:56.162 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:01:05.465 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:01:25.466 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:01:25.730 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:01:45.733 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:01:49.493 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:01:49.494 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:01:49.734 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:04:29.990 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:04:39.991 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:04:39.992 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:04:49.994 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:04:49.995 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:04:53.037 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:05:03.024 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:05:05.917 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:05:25.918 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:05:26.237 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:05:46.239 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:05:56.241 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:06:16.243 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:06:17.544 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:06:37.546 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:06:39.838 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:06:59.840 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:07:00.462 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:07:00.463 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:07:00.694 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:09:10.698 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:09:13.731 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:09:13.732 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:09:16.770 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:09:16.770 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:09:19.811 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:09:29.554 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:09:29.944 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:09:49.601 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:09:52.238 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:10:12.239 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:10:22.241 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:10:42.242 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:10:51.570 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:11:11.572 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:11:14.611 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:11:34.612 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:11:36.904 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:11:56.905 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:11:57.678 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:11:57.679 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:11:57.918 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:14:07.777 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:14:17.779 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:14:17.780 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:14:27.782 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:14:27.783 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:14:37.784 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:14:37.785 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:14:47.786 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:14:47.787 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:14:47.944 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:15:07.945 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:15:17.947 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:15:37.949 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:15:44.051 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:16:04.052 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:16:06.344 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:16:26.345 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:16:26.610 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:16:46.612 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:16:53.033 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:16:53.034 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:16:53.231 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:18:58.538 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:19:08.540 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:19:08.540 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:19:18.542 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:19:18.543 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:19:28.545 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:19:28.546 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:19:38.547 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:19:38.548 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:19:48.549 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:20:08.550 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:20:18.552 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:20:38.554 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:20:48.556 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:21:08.557 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:21:08.984 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:21:28.985 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:21:29.251 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:21:49.252 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:21:52.291 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:22:12.292 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:22:12.954 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:22:12.955 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:22:13.174 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:24:23.581 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:24:33.583 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:24:33.584 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:24:43.586 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:24:43.586 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:24:46.637 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:24:55.796 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:24:58.717 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:25:18.143 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:25:28.145 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:25:48.147 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:25:48.798 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-05 05:26:08.799 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:26:11.091 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:26:31.092 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:26:33.384 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:26:53.386 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:26:57.484 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:26:57.486 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:26:57.944 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:29:07.607 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:29:10.637 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:29:10.637 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:29:20.638 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:29:20.639 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:29:30.641 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:29:30.641 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:29:40.643 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:29:40.644 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:29:43.677 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:30:03.679 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:30:13.681 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:30:33.683 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:30:33.784 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:30:53.786 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:30:56.077 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:31:16.078 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:31:18.371 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:31:38.371 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:31:38.637 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:31:58.638 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:32:08.640 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:32:28.642 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:32:28.646 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:32:48.648 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:32:49.296 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:32:49.297 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:32:49.536 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:33:59.082 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:34:09.085 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:34:09.086 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:34:19.088 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:34:19.089 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:34:29.090 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:34:29.091 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:34:39.093 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:34:39.094 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:34:39.410 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:34:59.412 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:34:59.464 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:35:19.466 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:35:20.744 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:35:40.746 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:35:43.037 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:36:03.039 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:36:03.304 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:36:23.304 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:36:25.597 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:36:45.598 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:36:47.890 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:37:07.892 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:37:08.517 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:37:08.518 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:37:08.728 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:39:49.188 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:39:59.190 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:39:59.190 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:40:09.191 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:40:09.192 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:40:19.194 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:40:19.194 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:40:29.195 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:40:29.196 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:40:39.197 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:40:59.198 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:40:59.650 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:41:19.651 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:41:22.691 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:41:42.692 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:41:44.983 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:42:04.984 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:42:05.617 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:42:05.618 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:42:05.832 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:44:46.376 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:44:49.331 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:44:49.332 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:44:52.370 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:44:52.371 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:44:55.410 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:45:04.288 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:45:05.544 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:45:24.372 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:45:34.375 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:45:54.377 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:45:57.410 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:46:17.412 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:46:19.705 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:46:39.707 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:46:41.997 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:47:01.998 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:47:02.857 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:47:02.859 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:47:03.106 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:49:13.037 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:49:23.040 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:49:23.040 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:49:33.042 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:49:33.042 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:49:43.043 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:49:43.044 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:49:49.276 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:50:09.277 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:50:11.224 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:50:31.225 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:50:41.227 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:51:01.229 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:51:03.410 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:51:23.411 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:51:26.451 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:51:46.451 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:51:48.743 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:52:08.744 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:52:11.723 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:52:11.725 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:52:12.048 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 05:54:20.052 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:54:28.366 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: session shutdown 2026-04-05 05:54:28.367 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:54:38.587 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 05:54:38.588 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:54:48.589 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:54:48.590 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:54:58.591 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:54:58.593 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:55:08.594 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:55:28.595 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:55:38.597 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:55:58.599 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:56:02.663 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 05:56:22.664 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:56:33.004 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 05:56:53.006 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:57:03.008 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 05:57:23.009 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 05:57:23.817 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 05:57:23.818 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 05:57:24.032 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 06:00:36.173 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:00:46.175 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:00:46.176 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:00:56.177 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:00:56.179 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:01:06.180 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:01:06.181 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:01:16.182 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:01:16.183 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:01:16.423 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:01:36.425 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:01:52.408 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:02:12.409 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:02:13.053 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 06:02:13.055 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 06:02:13.274 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 06:04:23.315 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:04:33.317 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:04:33.318 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:04:43.319 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:04:43.320 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:04:54.771 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:04:54.772 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:05:08.279 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:05:08.279 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:05:20.096 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:05:40.098 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:05:50.101 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:06:10.102 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:06:18.637 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:06:38.638 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:06:38.904 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:06:58.906 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:07:01.197 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:07:21.198 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:07:21.817 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 06:07:21.818 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 06:07:22.030 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 06:09:32.145 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:09:42.147 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:09:42.148 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:09:52.149 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:09:52.149 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:10:02.150 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:10:02.151 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:10:12.151 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:10:12.152 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:10:25.725 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:10:45.726 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:10:47.731 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:11:07.733 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:11:09.491 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:11:29.492 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:11:32.051 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:11:52.052 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:11:54.291 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:12:14.291 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:12:15.392 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 06:12:15.394 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 06:12:15.712 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 06:14:56.271 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:14:57.544 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:14:57.544 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:15:00.583 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:15:00.583 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:15:03.624 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:15:12.189 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:15:15.224 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:15:33.414 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:15:43.415 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:16:03.416 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:16:17.784 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: i/o deadline reached 2026-04-05 06:16:37.786 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:16:47.788 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:17:07.790 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:17:12.380 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 06:17:12.382 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 06:17:12.808 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 06:19:22.785 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:19:42.727 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:19:42.728 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:19:55.020 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:19:55.020 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:20:05.022 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:20:05.023 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:20:15.024 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:20:15.025 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:20:29.907 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: connection write timeout 2026-04-05 06:20:49.909 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:20:59.910 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-05 06:21:19.912 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:21:21.331 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:21:41.333 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:21:44.370 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:22:04.371 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:22:06.664 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:22:26.665 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:22:27.333 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 06:22:27.334 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 06:22:27.550 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success 2026-04-05 06:25:40.761 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:25:42.450 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:25:42.451 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:25:45.490 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:25:45.491 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:25:48.530 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:25:57.753 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:26:00.796 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-05 06:26:19.545 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:26:21.703 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:26:41.705 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:26:44.744 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:27:04.744 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:27:07.037 [W] [client/service.go:297] [9627eace68d657e0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-05 06:27:27.039 [I] [client/service.go:294] [9627eace68d657e0] try to connect to server... 2026-04-05 06:27:28.083 [I] [client/service.go:286] [9627eace68d657e0] login to server success, get run id [9627eace68d657e0] 2026-04-05 06:27:28.084 [I] [proxy/proxy_manager.go:173] [9627eace68d657e0] proxy added: [DTN57CC5599] 2026-04-05 06:27:28.281 [I] [client/control.go:168] [9627eace68d657e0] [DTN57CC5599] start proxy success [2026-04-05,06:30:40.833] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,06:30:40.838] [INFO] LocationSqlManager initialising [2026-04-05,06:30:40.839] [INFO] Location DB initialising [2026-04-05,06:30:40.849] [INFO] LocationSqlManager initialisation complete [2026-04-05,06:30:40.850] [DEBUG] UploadManager Init [2026-04-05,06:30:40.851] [DEBUG] UploadManager Init Complete [2026-04-05,06:30:40.854] [INFO] Initializing GPS... [2026-04-05,06:30:40.856] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,06:35:29.729] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,06:50:29.842] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,07:05:29.965] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,07:20:30.016] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,07:35:30.044] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,07:50:30.069] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,08:05:30.185] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,08:20:30.207] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,08:35:30.328] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,08:50:30.449] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,09:05:30.569] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,09:20:30.690] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,09:35:30.766] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,09:50:30.812] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,10:05:30.923] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,10:20:31.022] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,10:35:31.082] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,10:50:31.111] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,11:05:31.232] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,11:20:31.352] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,11:35:31.456] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,18:25:39.818] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,18:25:39.823] [INFO] LocationSqlManager initialising [2026-04-05,18:25:39.824] [INFO] Location DB initialising [2026-04-05,18:25:39.833] [INFO] LocationSqlManager initialisation complete [2026-04-05,18:25:39.834] [DEBUG] UploadManager Init [2026-04-05,18:25:39.834] [DEBUG] UploadManager Init Complete [2026-04-05,18:25:39.837] [INFO] Initializing GPS... [2026-04-05,18:25:39.839] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,18:30:28.298] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,18:45:28.321] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,19:00:28.442] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,19:15:28.563] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,19:30:28.650] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,19:45:28.755] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,20:00:28.832] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,20:15:28.922] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,20:30:28.978] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,20:45:29.018] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,21:00:29.138] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,21:15:29.259] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,21:30:29.380] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,21:45:29.443] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,22:00:29.456] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,22:15:29.576] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,22:30:29.612] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,22:45:29.711] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,23:00:29.781] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,23:15:29.901] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,23:30:30.007] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,06:30:39.060] [INFO] Initializing BusSpeedStateManager V2 [2026-04-06,06:30:39.065] [INFO] LocationSqlManager initialising [2026-04-06,06:30:39.065] [INFO] Location DB initialising [2026-04-06,06:30:39.075] [INFO] LocationSqlManager initialisation complete [2026-04-06,06:30:39.075] [DEBUG] UploadManager Init [2026-04-06,06:30:39.076] [DEBUG] UploadManager Init Complete [2026-04-06,06:30:39.078] [INFO] Initializing GPS... [2026-04-06,06:30:39.080] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,06:32:48.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-06,06:35:48.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,06:35:55.142] [DEBUG] Remote Access Enabled [2026-04-06,06:36:01.338] [INFO] Server Address: 138.201.17.179 [2026-04-06,06:36:01.339] [INFO] Server Port: 7000 [2026-04-06,06:36:01.344] [DEBUG] Starting Remote Access! 2026-04-06 06:36:01.478 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-06 06:36:01.479 [I] [client/service.go:294] try to connect to server... 2026-04-06 06:36:02.182 [I] [client/service.go:286] [dd6c07b93cd8cae6] login to server success, get run id [dd6c07b93cd8cae6] 2026-04-06 06:36:02.183 [I] [proxy/proxy_manager.go:173] [dd6c07b93cd8cae6] proxy added: [DTN57CC5599] 2026-04-06 06:36:02.423 [I] [client/control.go:168] [dd6c07b93cd8cae6] [DTN57CC5599] start proxy success [2026-04-06,06:50:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,06:50:23.967] [DEBUG] 6 processes running of frp type [2026-04-06,07:05:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,07:05:23.932] [DEBUG] 6 processes running of frp type [2026-04-06,07:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,07:20:23.817] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,07:35:17.263] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,07:35:23.916] [DEBUG] 6 processes running of frp type [2026-04-06,07:50:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,07:50:24.584] [DEBUG] 6 processes running of frp type [2026-04-06,08:02:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,08:02:29.475] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-06,08:02:57.929] [DEBUG] Log Upload Complete! [2026-04-06,08:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,08:05:24.623] [DEBUG] 6 processes running of frp type 2026-04-06 08:13:30.066 [I] [client/service.go:294] [dd6c07b93cd8cae6] try to connect to server... 2026-04-06 08:13:40.068 [W] [client/service.go:297] [dd6c07b93cd8cae6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-06 08:13:40.069 [I] [client/service.go:294] [dd6c07b93cd8cae6] try to connect to server... 2026-04-06 08:13:50.071 [W] [client/service.go:297] [dd6c07b93cd8cae6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-06 08:13:50.072 [I] [client/service.go:294] [dd6c07b93cd8cae6] try to connect to server... 2026-04-06 08:14:00.074 [W] [client/service.go:297] [dd6c07b93cd8cae6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-06 08:14:00.074 [I] [client/service.go:294] [dd6c07b93cd8cae6] try to connect to server... 2026-04-06 08:14:00.994 [I] [client/service.go:286] [dd6c07b93cd8cae6] login to server success, get run id [dd6c07b93cd8cae6] 2026-04-06 08:14:00.995 [I] [proxy/proxy_manager.go:173] [dd6c07b93cd8cae6] proxy added: [DTN57CC5599] 2026-04-06 08:14:01.210 [I] [client/control.go:168] [dd6c07b93cd8cae6] [DTN57CC5599] start proxy success [2026-04-06,08:20:18.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,08:22:09.569] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,08:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,08:35:23.914] [DEBUG] 6 processes running of frp type [2026-04-06,08:50:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,08:50:23.804] [DEBUG] 6 processes running of frp type [2026-04-06,09:05:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,09:05:23.936] [DEBUG] 6 processes running of frp type [2026-04-06,09:20:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,09:20:23.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,09:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,09:35:24.308] [DEBUG] 6 processes running of frp type [2026-04-06,09:50:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,09:50:24.481] [DEBUG] 6 processes running of frp type [2026-04-06,10:05:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,10:05:24.416] [DEBUG] 6 processes running of frp type [2026-04-06,10:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,10:20:24.408] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,10:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,10:35:24.357] [DEBUG] 6 processes running of frp type [2026-04-06,10:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,10:50:24.324] [DEBUG] 6 processes running of frp type [2026-04-06,11:05:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,11:05:24.609] [DEBUG] 6 processes running of frp type [2026-04-06,11:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,11:20:24.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,11:35:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,11:35:23.891] [DEBUG] 6 processes running of frp type [2026-04-06,11:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,11:50:24.885] [DEBUG] 6 processes running of frp type [2026-04-06,12:05:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,12:05:23.895] [DEBUG] 6 processes running of frp type [2026-04-06,12:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,12:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,12:35:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,12:35:24.543] [DEBUG] 6 processes running of frp type [2026-04-06,12:50:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,12:50:24.692] [DEBUG] 6 processes running of frp type [2026-04-06,13:05:16.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,13:05:23.771] [DEBUG] 6 processes running of frp type [2026-04-06,13:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,13:20:24.237] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,13:35:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,13:35:23.873] [DEBUG] 6 processes running of frp type [2026-04-06,13:50:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,13:50:23.872] [DEBUG] 6 processes running of frp type [2026-04-06,14:05:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,14:05:24.085] [DEBUG] 6 processes running of frp type [2026-04-06,14:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,14:20:24.118] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,14:35:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,14:35:23.908] [DEBUG] 6 processes running of frp type [2026-04-06,14:50:18.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,14:50:24.962] [DEBUG] 6 processes running of frp type [2026-04-06,15:05:17.326] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,15:05:24.212] [DEBUG] 6 processes running of frp type [2026-04-06,15:20:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,15:20:24.192] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,15:35:17.778] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,15:35:24.542] [DEBUG] 6 processes running of frp type [2026-04-06,15:50:17.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,15:50:24.048] [DEBUG] 6 processes running of frp type [2026-04-06,16:05:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,16:05:24.296] [DEBUG] 6 processes running of frp type [2026-04-06,16:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,16:20:24.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,16:35:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,16:35:24.165] [DEBUG] 6 processes running of frp type [2026-04-06,16:50:17.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,16:50:24.769] [DEBUG] 6 processes running of frp type [2026-04-06,17:05:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,17:05:23.760] [DEBUG] 6 processes running of frp type [2026-04-06,17:20:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,17:20:24.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,17:35:18.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,17:35:24.928] [DEBUG] 6 processes running of frp type [2026-04-06,17:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,17:50:24.525] [DEBUG] 6 processes running of frp type [2026-04-06,18:05:17.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,18:05:24.634] [DEBUG] 6 processes running of frp type [2026-04-06,18:20:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,18:20:24.784] [DEBUG] 6 processes running of frp type [2026-04-06,18:25:41.063] [INFO] Initializing BusSpeedStateManager V2 [2026-04-06,18:25:41.070] [INFO] LocationSqlManager initialising [2026-04-06,18:25:41.071] [INFO] Location DB initialising [2026-04-06,18:25:41.082] [INFO] LocationSqlManager initialisation complete [2026-04-06,18:25:41.083] [DEBUG] UploadManager Init [2026-04-06,18:25:41.084] [DEBUG] UploadManager Init Complete [2026-04-06,18:25:41.088] [INFO] Initializing GPS... [2026-04-06,18:25:41.091] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,18:27:44.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,18:27:50.866] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-06,18:28:44.018] [DEBUG] Log Upload Complete! [2026-04-06,18:30:44.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,18:30:55.829] [DEBUG] Remote Access Enabled [2026-04-06,18:31:02.178] [INFO] Server Address: 138.201.17.179 [2026-04-06,18:31:02.179] [INFO] Server Port: 7000 [2026-04-06,18:31:02.184] [DEBUG] Starting Remote Access! 2026-04-06 18:31:02.316 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-06 18:31:02.317 [I] [client/service.go:294] try to connect to server... 2026-04-06 18:31:03.082 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-06 18:31:03.083 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-06 18:31:03.334 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success [2026-04-06,18:35:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,18:35:24.234] [DEBUG] 6 processes running of frp type [2026-04-06,18:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,18:50:24.875] [DEBUG] 6 processes running of frp type [2026-04-06,19:05:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,19:05:28.836] [DEBUG] 6 processes running of frp type [2026-04-06,19:20:16.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,19:20:23.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,19:35:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,19:35:23.806] [DEBUG] 6 processes running of frp type [2026-04-06,19:50:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,19:50:24.060] [DEBUG] 6 processes running of frp type [2026-04-06,20:05:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,20:05:24.206] [DEBUG] 6 processes running of frp type [2026-04-06,20:20:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,20:20:24.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,20:35:17.968] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,20:35:24.631] [DEBUG] 6 processes running of frp type [2026-04-06,20:50:18.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,20:50:24.912] [DEBUG] 6 processes running of frp type [2026-04-06,21:05:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,21:05:24.589] [DEBUG] 6 processes running of frp type [2026-04-06,21:20:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,21:20:24.740] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,21:35:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,21:35:24.382] [DEBUG] 6 processes running of frp type [2026-04-06,21:50:18.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,21:50:25.067] [DEBUG] 6 processes running of frp type [2026-04-06,22:05:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,22:05:24.462] [DEBUG] 6 processes running of frp type [2026-04-06,22:20:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,22:20:24.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,22:35:17.529] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,22:35:24.359] [DEBUG] 6 processes running of frp type [2026-04-06,22:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,22:50:23.917] [DEBUG] 6 processes running of frp type [2026-04-06,23:05:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,23:05:24.141] [DEBUG] 6 processes running of frp type [2026-04-06,23:20:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,23:20:24.333] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,23:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,23:35:24.371] [DEBUG] 6 processes running of frp type [2026-04-06,23:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-06,23:50:24.089] [DEBUG] 6 processes running of frp type [2026-04-07,00:05:17.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,00:05:24.321] [DEBUG] 6 processes running of frp type [2026-04-07,00:20:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,00:20:24.336] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,00:35:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,00:35:24.312] [DEBUG] 6 processes running of frp type [2026-04-07,00:50:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,00:50:24.452] [DEBUG] 6 processes running of frp type [2026-04-07,01:05:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,01:05:25.139] [DEBUG] 6 processes running of frp type [2026-04-07,01:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,01:20:24.880] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,01:35:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,01:35:24.345] [DEBUG] 6 processes running of frp type [2026-04-07,01:50:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,01:50:24.706] [DEBUG] 6 processes running of frp type [2026-04-07,02:05:17.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,02:05:23.835] [DEBUG] 6 processes running of frp type [2026-04-07,02:20:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,02:20:24.281] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,02:35:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,02:35:24.177] [DEBUG] 6 processes running of frp type [2026-04-07,02:50:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,02:50:24.826] [DEBUG] 6 processes running of frp type [2026-04-07,03:05:17.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,03:05:25.619] [DEBUG] 6 processes running of frp type [2026-04-07,03:20:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,03:20:23.925] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,03:35:17.950] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,03:35:24.749] [DEBUG] 6 processes running of frp type [2026-04-07,03:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,03:50:24.456] [DEBUG] 6 processes running of frp type [2026-04-07,04:05:18.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,04:05:25.763] [DEBUG] 6 processes running of frp type 2026-04-07 04:06:22.265 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:06:28.530 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:06:28.531 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:06:31.571 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:06:31.572 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:06:34.611 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:06:43.382 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:06:43.394 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:07:01.723 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:07:02.471 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:07:02.472 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:07:02.933 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:10:43.595 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:10:53.597 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:10:53.598 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:11:03.600 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:11:03.601 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:11:13.603 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:11:13.603 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:11:23.605 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:11:23.606 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:11:29.758 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:11:49.759 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:11:51.316 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:11:51.318 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:11:51.957 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:13:31.121 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:13:41.124 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:13:41.124 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:13:51.126 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:13:51.126 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:14:01.128 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:14:01.128 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:14:12.715 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 04:14:12.716 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:14:22.717 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:14:42.718 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:14:52.721 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:15:12.723 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:15:15.758 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:15:35.759 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:15:38.344 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:15:58.345 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:15:58.610 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:16:18.611 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:16:20.904 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:16:40.905 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:16:41.663 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:16:41.665 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:16:41.884 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:18:51.854 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:19:01.857 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:19:01.857 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:19:11.859 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:19:11.860 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:19:21.862 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:19:21.862 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:19:31.864 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:19:31.865 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:19:34.905 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:19:54.906 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:19:57.944 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:20:17.945 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:20:20.984 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:20:40.985 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:20:43.465 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:21:03.467 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:21:05.758 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:21:25.759 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:21:26.024 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:21:46.025 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:21:46.672 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:21:46.673 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:21:46.859 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:23:56.768 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:24:06.771 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:24:06.771 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:24:16.773 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:24:16.773 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:24:26.774 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:24:26.775 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:24:36.777 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:24:36.778 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:24:39.811 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:24:59.813 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:25:02.850 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:25:22.852 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:25:25.891 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:25:45.892 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:25:48.932 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-07 04:26:08.932 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:26:11.225 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:26:31.226 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:26:33.517 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:26:53.519 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:26:54.352 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:26:54.354 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:26:54.567 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:28:34.282 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:28:44.284 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:28:44.284 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:28:54.286 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:28:54.286 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:29:04.288 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:29:04.289 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:29:14.290 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:29:14.290 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:29:24.292 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:29:44.293 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:29:45.811 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:30:05.812 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:30:08.104 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:30:28.105 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:30:28.371 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:30:48.372 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:30:50.664 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:31:10.666 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:31:12.958 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:31:32.959 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:31:33.224 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:31:53.225 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:31:53.905 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:31:53.907 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:31:54.127 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:33:34.034 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:33:45.337 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 04:33:45.338 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:33:55.339 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:33:55.340 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:34:05.342 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:34:05.343 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:34:15.345 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:34:15.346 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:34:18.398 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:34:38.398 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:34:40.691 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:35:00.693 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:35:10.694 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:35:30.696 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:35:33.731 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:35:53.732 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:35:56.638 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:36:16.639 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:36:18.931 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:36:38.932 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:36:39.660 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:36:39.662 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:36:39.874 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:38:49.829 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:38:59.832 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:38:59.833 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:39:09.834 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:39:09.835 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:39:19.836 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:39:19.837 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:39:20.157 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:39:39.962 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:39:49.965 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:40:09.966 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:40:12.344 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:40:32.345 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:40:35.384 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:40:55.386 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:40:57.678 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:41:17.679 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:41:19.971 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:41:39.973 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:41:41.591 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:41:41.592 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:41:42.381 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:43:51.235 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:44:01.237 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:44:01.238 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:44:11.239 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:44:11.240 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:44:21.242 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:44:21.242 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:44:21.384 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:44:41.385 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:44:42.558 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:45:02.559 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:45:05.598 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:45:25.599 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:45:27.891 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:45:47.893 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:45:50.184 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:46:10.185 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:46:10.450 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:46:30.451 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:46:32.744 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:46:52.746 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:46:53.532 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:46:53.533 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:46:53.753 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:49:03.752 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:49:13.754 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:49:13.755 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:49:23.757 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:49:23.758 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:49:33.761 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:49:33.762 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:49:36.798 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:49:54.471 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:49:55.037 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:50:15.039 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:50:18.078 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:50:38.078 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:50:40.371 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:51:00.372 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:51:02.664 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:51:22.665 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:51:22.931 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:51:42.932 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:51:43.541 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:51:43.542 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:51:43.824 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:53:53.789 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:54:03.792 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:54:03.793 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:54:13.794 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:54:13.794 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:54:23.795 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:54:23.796 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:54:24.050 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:54:44.051 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:54:47.095 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:55:07.096 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:55:09.384 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:55:29.386 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:55:39.388 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:55:59.389 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:56:00.984 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:56:20.985 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:56:21.251 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:56:41.252 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:56:43.544 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 04:57:03.546 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:57:04.597 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 04:57:04.598 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 04:57:05.037 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 04:59:15.362 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:59:25.365 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:59:25.365 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:59:35.367 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:59:35.368 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:59:45.369 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:59:45.370 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 04:59:55.371 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 04:59:55.372 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:00:05.374 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:00:25.375 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:00:28.424 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:00:48.425 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:00:51.464 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:01:11.466 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:01:12.691 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:01:32.692 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:01:34.984 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:01:54.986 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:02:03.579 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:02:03.581 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:02:04.429 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:04:36.677 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:04:54.800 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:04:54.801 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:05:04.802 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:05:04.803 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:05:14.805 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:05:14.805 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:05:31.249 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:05:31.249 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:05:41.251 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:06:01.252 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:06:11.254 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:06:31.255 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:06:31.571 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:06:51.573 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:06:52.163 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:06:52.164 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:06:52.369 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:09:02.381 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:09:12.383 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:09:12.383 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:09:22.385 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:09:22.385 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:09:32.387 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:09:32.387 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:09:42.389 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:09:42.390 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:09:48.637 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:10:08.639 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:10:11.677 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:10:31.678 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:10:34.717 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:10:54.718 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:10:56.104 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:11:16.106 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:11:30.462 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: i/o deadline reached 2026-04-07 05:11:50.464 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:11:51.593 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:11:51.594 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:11:52.076 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:14:32.692 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:14:35.730 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:14:35.731 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:14:38.771 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:14:38.772 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:14:41.811 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:14:50.625 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:14:51.944 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:15:11.038 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:15:21.040 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:15:41.042 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:15:51.044 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:16:11.046 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:16:20.185 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:16:40.186 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:16:40.451 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:17:00.452 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:17:01.157 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:17:01.158 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:17:01.361 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:19:43.830 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:19:53.832 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:19:53.833 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:20:05.184 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:20:05.184 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:20:15.185 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:20:15.186 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:20:25.187 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:20:45.189 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:20:48.237 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:21:08.238 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:21:10.531 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:21:30.533 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:21:30.797 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:21:50.799 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:21:52.079 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:21:52.081 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:21:52.296 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:24:35.192 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:24:45.194 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:24:45.195 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:24:55.196 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:24:55.196 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:25:06.238 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:25:06.239 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:25:16.240 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:25:16.241 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:25:26.242 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:25:46.244 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:25:49.278 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-07 05:26:09.279 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:26:11.571 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:26:31.572 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:26:31.837 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:26:51.839 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:26:54.386 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:26:54.388 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:26:54.594 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:29:04.987 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:29:14.990 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:29:14.991 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:29:24.992 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:29:24.993 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:29:35.281 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:29:35.282 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:29:47.596 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:29:47.597 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:30:00.090 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:30:20.092 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:30:30.094 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:30:50.095 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:30:50.797 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:31:10.798 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:31:13.090 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:31:33.092 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:31:43.093 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:32:03.094 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:32:03.831 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:32:03.833 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:32:04.028 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:34:13.911 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:34:23.913 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:34:23.914 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:34:33.916 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:34:33.917 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:34:43.918 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:34:43.919 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:34:46.957 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:35:06.716 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:35:07.731 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:35:27.732 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:35:30.023 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:35:50.025 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:35:50.290 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:36:10.293 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:36:12.584 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:36:32.586 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:36:42.589 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:37:02.590 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:37:03.257 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:37:03.258 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:37:03.477 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:39:45.125 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:39:55.128 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:39:55.129 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:40:13.007 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:40:13.008 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:40:23.009 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:40:23.010 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:40:33.011 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:40:33.012 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:40:42.744 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:41:02.745 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:41:03.010 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:41:23.012 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:41:33.014 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:41:53.016 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:41:54.184 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:42:14.185 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:42:14.939 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:42:14.940 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:42:15.166 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:44:25.177 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:44:35.179 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:44:35.180 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:44:45.181 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:44:45.181 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:44:55.183 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:44:55.184 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:45:05.186 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:45:05.187 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:45:20.355 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:45:40.356 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:45:50.359 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:46:10.361 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:46:11.170 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:46:31.172 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:46:31.437 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:46:51.438 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:46:53.731 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:47:13.732 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:47:14.662 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:47:14.664 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:47:14.895 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:49:25.246 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:49:26.584 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:49:26.585 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:49:36.588 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:49:36.588 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:49:46.590 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:49:46.591 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:49:56.593 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:49:56.593 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:49:59.624 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:50:19.625 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:50:22.370 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:50:42.372 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:50:45.410 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:51:05.411 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:51:07.704 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:51:27.704 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:51:37.707 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:51:57.708 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:52:01.785 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:52:01.786 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:52:02.225 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:54:11.760 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:54:23.172 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:54:23.173 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:54:35.708 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 05:54:35.708 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:54:45.710 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:54:45.711 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:54:54.584 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:55:13.361 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:55:14.850 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:55:34.852 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:55:44.854 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 05:56:04.855 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:56:07.090 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:56:27.091 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:56:30.134 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:56:50.135 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:56:52.423 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 05:57:12.424 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 05:57:13.126 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 05:57:13.127 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 05:57:13.380 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 05:59:53.635 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:00:03.638 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:00:03.639 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:00:13.641 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:00:13.641 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:00:23.643 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:00:23.644 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:00:33.645 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:00:33.646 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:00:39.730 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:00:59.731 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:01:02.770 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:01:22.772 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:01:25.810 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:01:45.811 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:01:55.813 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:02:15.814 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:02:16.533 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 06:02:16.534 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 06:02:16.754 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 06:04:26.784 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:04:36.786 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:04:36.787 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:04:46.789 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:04:46.790 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:04:56.792 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:04:56.792 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:04:59.837 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:05:19.768 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:05:22.131 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:05:42.131 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:05:44.424 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:06:04.425 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:06:07.464 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:06:27.465 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:06:37.468 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:06:57.469 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:07:07.470 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:07:27.471 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:07:28.248 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 06:07:28.249 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 06:07:28.532 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 06:09:08.193 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:09:18.196 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:09:18.197 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:09:28.198 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:09:28.199 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:09:46.634 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 06:09:46.635 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:09:56.637 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:09:56.637 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:10:06.639 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:10:26.641 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:10:29.676 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:10:49.678 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:10:52.717 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:11:12.718 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:11:15.571 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:11:35.572 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:11:45.575 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:12:05.577 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:12:08.209 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 06:12:08.211 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 06:12:08.491 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 06:14:18.710 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:14:28.712 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:14:28.713 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:14:38.714 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:14:38.715 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:14:40.477 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:14:50.377 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:14:53.410 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:15:13.411 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:15:26.618 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: i/o deadline reached 2026-04-07 06:15:46.620 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:15:49.437 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:16:09.438 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:16:19.440 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:16:39.442 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:16:40.584 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:17:00.585 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:17:02.876 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:17:22.878 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:17:23.601 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 06:17:23.603 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 06:17:23.952 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 06:19:33.853 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:19:35.517 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:19:35.518 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:19:38.557 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:19:38.558 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:19:41.597 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:19:51.145 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:19:51.730 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:20:11.732 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:20:14.024 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:20:34.025 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:20:44.027 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:21:04.028 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:21:06.184 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:21:26.185 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:21:26.450 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:21:46.452 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:21:48.743 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:22:08.744 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:22:10.898 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 06:22:10.899 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 06:22:11.143 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 06:24:21.183 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:24:31.185 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:24:31.185 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:24:41.187 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:24:41.188 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:24:51.189 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:24:51.190 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:24:54.237 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:25:13.982 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:25:16.957 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:25:36.958 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:25:46.960 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-07 06:26:06.962 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:26:07.197 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:26:27.198 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:26:30.237 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:26:50.239 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:26:52.531 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-07 06:27:12.531 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:27:13.212 [I] [client/service.go:286] [c2af2589ec19b413] login to server success, get run id [c2af2589ec19b413] 2026-04-07 06:27:13.213 [I] [proxy/proxy_manager.go:173] [c2af2589ec19b413] proxy added: [DTN57CC5599] 2026-04-07 06:27:13.405 [I] [client/control.go:168] [c2af2589ec19b413] [DTN57CC5599] start proxy success 2026-04-07 06:29:23.340 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:29:34.530 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: connection write timeout 2026-04-07 06:29:34.531 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:29:44.532 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:29:44.533 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:29:54.534 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-07 06:29:54.535 [I] [client/service.go:294] [c2af2589ec19b413] try to connect to server... 2026-04-07 06:30:03.783 [W] [client/service.go:297] [c2af2589ec19b413] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2026-04-07,06:30:41.744] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,06:30:41.749] [INFO] LocationSqlManager initialising [2026-04-07,06:30:41.750] [INFO] Location DB initialising [2026-04-07,06:30:41.759] [INFO] LocationSqlManager initialisation complete [2026-04-07,06:30:41.760] [DEBUG] UploadManager Init [2026-04-07,06:30:41.760] [DEBUG] UploadManager Init Complete [2026-04-07,06:30:41.763] [INFO] Initializing GPS... [2026-04-07,06:30:41.765] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,06:35:30.532] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,06:50:30.558] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,07:05:30.680] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,07:20:30.805] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,07:35:30.827] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,07:50:30.918] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,08:05:31.030] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,08:20:31.050] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,08:35:31.171] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,08:50:31.291] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,09:05:31.324] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,09:20:31.420] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,09:35:31.443] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,09:50:31.507] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,10:05:31.533] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,10:20:31.572] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,10:35:31.696] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,10:50:31.783] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,11:05:31.823] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,11:20:31.935] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,06:30:26.025] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,06:30:26.030] [INFO] LocationSqlManager initialising [2026-04-07,06:30:26.030] [INFO] Location DB initialising [2026-04-07,06:30:26.040] [INFO] LocationSqlManager initialisation complete [2026-04-07,06:30:26.040] [DEBUG] UploadManager Init [2026-04-07,06:30:26.040] [DEBUG] UploadManager Init Complete [2026-04-07,06:30:26.043] [INFO] Initializing GPS... [2026-04-07,06:30:26.045] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,17:00:58.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,17:01:05.735] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-07,17:01:45.106] [DEBUG] Log Upload Complete! [2026-04-07,17:03:59.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,17:04:05.761] [DEBUG] Remote Access Enabled [2026-04-07,17:04:12.142] [INFO] Server Address: 138.201.17.179 [2026-04-07,17:04:12.143] [INFO] Server Port: 7000 [2026-04-07,17:04:12.148] [DEBUG] Starting Remote Access! 2026-04-07 17:04:12.283 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 17:04:12.284 [I] [client/service.go:294] try to connect to server... 2026-04-07 17:04:13.074 [I] [client/service.go:286] [6b515ad7ad11708c] login to server success, get run id [6b515ad7ad11708c] 2026-04-07 17:04:13.075 [I] [proxy/proxy_manager.go:173] [6b515ad7ad11708c] proxy added: [DTN57CC5599] 2026-04-07 17:04:13.278 [I] [client/control.go:168] [6b515ad7ad11708c] [DTN57CC5599] start proxy success [2026-04-07,17:05:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,17:05:25.154] [DEBUG] 6 processes running of frp type [2026-04-07,17:20:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,17:20:24.257] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,17:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,17:35:24.559] [DEBUG] 6 processes running of frp type [2026-04-07,17:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,17:50:24.751] [DEBUG] 6 processes running of frp type [2026-04-07,18:05:18.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,18:05:25.452] [DEBUG] 6 processes running of frp type [2026-04-07,18:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,18:20:24.469] [DEBUG] 6 processes running of frp type [2026-04-07,18:25:42.023] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,18:25:42.029] [INFO] LocationSqlManager initialising [2026-04-07,18:25:42.030] [INFO] Location DB initialising [2026-04-07,18:25:42.040] [INFO] LocationSqlManager initialisation complete [2026-04-07,18:25:42.040] [DEBUG] UploadManager Init [2026-04-07,18:25:42.041] [DEBUG] UploadManager Init Complete [2026-04-07,18:25:42.043] [INFO] Initializing GPS... [2026-04-07,18:25:42.045] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,18:27:45.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,18:27:51.880] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-07,18:28:44.917] [DEBUG] Log Upload Complete! [2026-04-07,18:30:45.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,18:30:52.226] [DEBUG] Remote Access Enabled [2026-04-07,18:30:58.475] [INFO] Server Address: 138.201.17.179 [2026-04-07,18:30:58.476] [INFO] Server Port: 7000 [2026-04-07,18:30:58.481] [DEBUG] Starting Remote Access! 2026-04-07 18:30:58.615 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 18:30:58.616 [I] [client/service.go:294] try to connect to server... 2026-04-07 18:30:59.257 [I] [client/service.go:286] [a241b8bfa03f6184] login to server success, get run id [a241b8bfa03f6184] 2026-04-07 18:30:59.258 [I] [proxy/proxy_manager.go:173] [a241b8bfa03f6184] proxy added: [DTN57CC5599] 2026-04-07 18:30:59.495 [I] [client/control.go:168] [a241b8bfa03f6184] [DTN57CC5599] start proxy success [2026-04-07,18:35:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,18:35:24.506] [DEBUG] 6 processes running of frp type [2026-04-07,18:50:17.120] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,18:50:23.746] [DEBUG] 6 processes running of frp type [2026-04-07,19:05:19.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,19:05:26.904] [DEBUG] 6 processes running of frp type [2026-04-07,19:20:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,19:20:24.165] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,19:35:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,19:35:24.403] [DEBUG] 6 processes running of frp type [2026-04-07,19:50:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,19:50:24.929] [DEBUG] 6 processes running of frp type [2026-04-07,20:05:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,20:05:24.022] [DEBUG] 6 processes running of frp type [2026-04-07,20:20:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,20:20:24.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,20:35:17.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,20:35:24.368] [DEBUG] 6 processes running of frp type [2026-04-07,20:50:18.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,20:50:25.380] [DEBUG] 6 processes running of frp type [2026-04-07,21:05:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,21:05:26.132] [DEBUG] 6 processes running of frp type [2026-04-07,21:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,21:20:24.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,21:35:20.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,21:35:27.993] [DEBUG] 6 processes running of frp type [2026-04-07,21:50:17.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,21:50:23.629] [DEBUG] 6 processes running of frp type [2026-04-07,22:05:18.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,22:05:24.715] [DEBUG] 6 processes running of frp type [2026-04-07,22:20:17.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,22:20:24.782] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,22:35:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,22:35:23.746] [DEBUG] 6 processes running of frp type [2026-04-07,22:50:19.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,22:50:26.770] [DEBUG] 6 processes running of frp type [2026-04-07,23:05:16.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,23:05:23.612] [DEBUG] 6 processes running of frp type [2026-04-07,23:20:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,23:20:24.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,23:35:18.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,23:35:33.723] [DEBUG] 6 processes running of frp type [2026-04-07,23:50:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-07,23:50:24.545] [DEBUG] 6 processes running of frp type [2026-04-08,00:05:18.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,00:05:24.732] [DEBUG] 6 processes running of frp type [2026-04-08,00:20:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,00:20:24.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,00:35:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,00:35:24.944] [DEBUG] 6 processes running of frp type [2026-04-08,00:50:16.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,00:50:24.786] [DEBUG] 6 processes running of frp type [2026-04-08,01:05:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,01:05:24.758] [DEBUG] 6 processes running of frp type [2026-04-08,01:20:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,01:20:25.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,01:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,01:35:24.833] [DEBUG] 6 processes running of frp type [2026-04-08,01:50:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,01:50:24.802] [DEBUG] 6 processes running of frp type [2026-04-08,02:05:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,02:05:24.807] [DEBUG] 6 processes running of frp type [2026-04-08,02:20:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,02:20:24.667] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,02:35:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,02:35:24.659] [DEBUG] 6 processes running of frp type [2026-04-08,02:50:17.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,02:50:24.800] [DEBUG] 6 processes running of frp type [2026-04-08,03:05:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,03:05:24.723] [DEBUG] 6 processes running of frp type [2026-04-08,03:20:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,03:20:24.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,03:35:17.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,03:35:24.614] [DEBUG] 6 processes running of frp type [2026-04-08,03:50:17.647] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,03:50:24.671] [DEBUG] 6 processes running of frp type 2026-04-08 04:03:22.637 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:03:22.640 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:03:24.820 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:03:24.838 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:03:29.601 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:03:29.605 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:03:39.666 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:03:39.672 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:03:59.672 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:03:59.683 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:04:19.684 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:04:19.688 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:04:39.690 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:04:39.693 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:04:59.694 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:04:59.698 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:05:19.699 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:05:19.702 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:05:39.703 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:05:39.707 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:05:59.709 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:05:59.713 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:06:19.715 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:06:19.718 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:06:39.720 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:06:39.722 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:06:59.724 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:06:59.727 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:07:19.728 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:07:19.732 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:07:39.733 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:07:39.736 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:07:59.737 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:07:59.740 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:08:19.741 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:08:19.744 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:08:39.746 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:08:39.752 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:08:59.753 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:08:59.810 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:09:19.811 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:09:19.816 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:09:39.818 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:09:49.819 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 04:10:09.820 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:10:10.586 [I] [client/service.go:286] [a241b8bfa03f6184] login to server success, get run id [a241b8bfa03f6184] 2026-04-08 04:10:10.587 [I] [proxy/proxy_manager.go:173] [a241b8bfa03f6184] proxy added: [DTN57CC5599] 2026-04-08 04:10:10.815 [I] [client/control.go:168] [a241b8bfa03f6184] [DTN57CC5599] start proxy success 2026-04-08 04:15:23.390 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:15:23.394 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:15:25.510 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:15:25.518 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:15:29.821 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:15:29.832 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 04:15:38.969 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 04:15:39.594 [I] [client/service.go:286] [a241b8bfa03f6184] login to server success, get run id [a241b8bfa03f6184] 2026-04-08 04:15:39.595 [I] [proxy/proxy_manager.go:173] [a241b8bfa03f6184] proxy added: [DTN57CC5599] 2026-04-08 04:15:39.788 [I] [client/control.go:168] [a241b8bfa03f6184] [DTN57CC5599] start proxy success [2026-04-08,04:20:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,04:20:23.581] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,04:35:17.877] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,04:35:24.377] [DEBUG] 6 processes running of frp type [2026-04-08,04:50:18.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,04:50:24.735] [DEBUG] 6 processes running of frp type 2026-04-08 05:05:20.463 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... [2026-04-08,05:05:29.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-08 05:05:30.466 [W] [client/service.go:297] [a241b8bfa03f6184] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 05:05:30.467 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 05:05:39.712 [I] [client/service.go:286] [a241b8bfa03f6184] login to server success, get run id [a241b8bfa03f6184] 2026-04-08 05:05:39.713 [I] [proxy/proxy_manager.go:173] [a241b8bfa03f6184] proxy added: [DTN57CC5599] 2026-04-08 05:05:39.956 [I] [client/control.go:168] [a241b8bfa03f6184] [DTN57CC5599] start proxy success [2026-04-08,05:05:43.533] [DEBUG] 6 processes running of frp type [2026-04-08,05:20:18.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,05:20:24.754] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,05:35:17.398] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,05:35:23.929] [DEBUG] 6 processes running of frp type [2026-04-08,05:50:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,05:50:23.850] [DEBUG] 6 processes running of frp type [2026-04-08,06:05:17.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,06:05:23.623] [DEBUG] 6 processes running of frp type 2026-04-08 06:19:18.501 [I] [client/service.go:294] [a241b8bfa03f6184] try to connect to server... 2026-04-08 06:19:19.363 [I] [client/service.go:286] [a241b8bfa03f6184] login to server success, get run id [a241b8bfa03f6184] 2026-04-08 06:19:19.365 [I] [proxy/proxy_manager.go:173] [a241b8bfa03f6184] proxy added: [DTN57CC5599] 2026-04-08 06:19:19.582 [I] [client/control.go:168] [a241b8bfa03f6184] [DTN57CC5599] start proxy success [2026-04-08,06:20:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,06:20:24.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,06:30:41.547] [INFO] Initializing BusSpeedStateManager V2 [2026-04-08,06:30:41.552] [INFO] LocationSqlManager initialising [2026-04-08,06:30:41.553] [INFO] Location DB initialising [2026-04-08,06:30:41.562] [INFO] LocationSqlManager initialisation complete [2026-04-08,06:30:41.563] [DEBUG] UploadManager Init [2026-04-08,06:30:41.563] [DEBUG] UploadManager Init Complete [2026-04-08,06:30:41.566] [INFO] Initializing GPS... [2026-04-08,06:30:41.568] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,06:32:44.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,06:32:51.511] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-08,06:33:26.060] [DEBUG] Log Upload Complete! [2026-04-08,06:35:44.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,06:35:44.824] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-08,06:35:51.257] [DEBUG] Remote Access Enabled [2026-04-08,06:35:57.444] [INFO] Server Address: 138.201.17.179 [2026-04-08,06:35:57.445] [INFO] Server Port: 7000 [2026-04-08,06:35:57.450] [DEBUG] Starting Remote Access! 2026-04-08 06:35:57.581 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-08 06:35:57.582 [I] [client/service.go:294] try to connect to server... 2026-04-08 06:35:58.271 [I] [client/service.go:286] [6bbc48ad97108789] login to server success, get run id [6bbc48ad97108789] 2026-04-08 06:35:58.272 [I] [proxy/proxy_manager.go:173] [6bbc48ad97108789] proxy added: [DTN57CC5599] 2026-04-08 06:35:58.501 [I] [client/control.go:168] [6bbc48ad97108789] [DTN57CC5599] start proxy success [2026-04-08,06:50:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,06:50:24.518] [DEBUG] 6 processes running of frp type 2026-04-08 06:59:56.001 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 07:00:10.700 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: i/o deadline reached 2026-04-08 07:00:10.701 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 07:00:18.658 [I] [client/service.go:286] [6bbc48ad97108789] login to server success, get run id [6bbc48ad97108789] 2026-04-08 07:00:18.659 [I] [proxy/proxy_manager.go:173] [6bbc48ad97108789] proxy added: [DTN57CC5599] 2026-04-08 07:00:19.770 [I] [client/control.go:168] [6bbc48ad97108789] [DTN57CC5599] start proxy success [2026-04-08,07:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,07:05:24.153] [DEBUG] 6 processes running of frp type [2026-04-08,07:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,07:20:24.351] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,07:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,07:35:24.456] [DEBUG] 6 processes running of frp type [2026-04-08,07:50:17.231] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,07:50:23.982] [DEBUG] 6 processes running of frp type [2026-04-08,08:02:17.285] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,08:02:23.883] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-08,08:03:06.184] [DEBUG] Log Upload Complete! [2026-04-08,08:05:17.633] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,08:05:24.337] [DEBUG] 6 processes running of frp type [2026-04-08,08:20:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,08:20:24.716] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,08:35:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,08:35:23.742] [DEBUG] 6 processes running of frp type [2026-04-08,08:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,08:50:24.063] [DEBUG] 6 processes running of frp type [2026-04-08,09:05:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,09:05:28.617] [DEBUG] 6 processes running of frp type 2026-04-08 09:12:01.412 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:12:11.413 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 09:12:11.414 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:12:21.416 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 09:12:21.417 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:12:29.496 [I] [client/service.go:286] [6bbc48ad97108789] login to server success, get run id [6bbc48ad97108789] 2026-04-08 09:12:29.497 [I] [proxy/proxy_manager.go:173] [6bbc48ad97108789] proxy added: [DTN57CC5599] 2026-04-08 09:12:29.735 [I] [client/control.go:168] [6bbc48ad97108789] [DTN57CC5599] start proxy success [2026-04-08,09:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,09:20:24.505] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,09:35:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,09:35:24.420] [DEBUG] 6 processes running of frp type 2026-04-08 09:37:28.936 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:37:54.517 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: i/o deadline reached 2026-04-08 09:37:54.518 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:38:06.136 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: connection write timeout 2026-04-08 09:38:06.136 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:38:24.874 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: connection write timeout 2026-04-08 09:38:24.875 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:38:36.978 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: session shutdown 2026-04-08 09:38:36.978 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 09:38:50.201 [I] [client/service.go:286] [6bbc48ad97108789] login to server success, get run id [6bbc48ad97108789] 2026-04-08 09:38:50.202 [I] [proxy/proxy_manager.go:173] [6bbc48ad97108789] proxy added: [DTN57CC5599] 2026-04-08 09:38:53.349 [I] [client/control.go:168] [6bbc48ad97108789] [DTN57CC5599] start proxy success [2026-04-08,09:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,09:50:25.039] [DEBUG] 6 processes running of frp type [2026-04-08,10:05:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,10:05:24.677] [DEBUG] 6 processes running of frp type [2026-04-08,10:20:19.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,10:20:25.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,10:35:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,10:35:24.369] [DEBUG] 6 processes running of frp type [2026-04-08,10:50:17.997] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,10:50:25.432] [DEBUG] 6 processes running of frp type [2026-04-08,11:05:18.142] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,11:05:25.095] [DEBUG] 6 processes running of frp type [2026-04-08,11:20:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,11:20:24.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,11:35:18.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,11:35:25.125] [DEBUG] 6 processes running of frp type [2026-04-08,11:50:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,11:50:24.597] [DEBUG] 6 processes running of frp type [2026-04-08,12:05:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,12:05:24.799] [DEBUG] 6 processes running of frp type 2026-04-08 12:15:32.669 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 12:15:32.681 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 12:15:34.879 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 12:15:34.883 [W] [client/service.go:297] [6bbc48ad97108789] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 12:15:39.399 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 12:15:40.076 [I] [client/service.go:286] [6bbc48ad97108789] login to server success, get run id [6bbc48ad97108789] 2026-04-08 12:15:40.077 [I] [proxy/proxy_manager.go:173] [6bbc48ad97108789] proxy added: [DTN57CC5599] 2026-04-08 12:15:40.325 [I] [client/control.go:168] [6bbc48ad97108789] [DTN57CC5599] start proxy success [2026-04-08,12:20:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,12:20:24.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,12:35:18.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,12:35:25.747] [DEBUG] 6 processes running of frp type [2026-04-08,12:50:18.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,12:50:25.029] [DEBUG] 6 processes running of frp type [2026-04-08,13:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,13:05:24.399] [DEBUG] 6 processes running of frp type [2026-04-08,13:20:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,13:20:24.390] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,13:35:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,13:35:24.721] [DEBUG] 6 processes running of frp type [2026-04-08,13:50:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,13:50:24.933] [DEBUG] 6 processes running of frp type [2026-04-08,14:05:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,14:05:24.186] [DEBUG] 6 processes running of frp type [2026-04-08,14:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,14:20:24.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,14:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,14:35:24.859] [DEBUG] 6 processes running of frp type [2026-04-08,14:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,14:50:26.057] [DEBUG] 6 processes running of frp type [2026-04-08,15:05:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,15:05:23.973] [DEBUG] 6 processes running of frp type [2026-04-08,15:20:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,15:20:24.013] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-08 15:29:45.122 [I] [client/service.go:294] [6bbc48ad97108789] try to connect to server... 2026-04-08 15:29:45.817 [I] [client/service.go:286] [6bbc48ad97108789] login to server success, get run id [6bbc48ad97108789] 2026-04-08 15:29:45.818 [I] [proxy/proxy_manager.go:173] [6bbc48ad97108789] proxy added: [DTN57CC5599] 2026-04-08 15:29:46.023 [I] [client/control.go:168] [6bbc48ad97108789] [DTN57CC5599] start proxy success [2026-04-08,15:35:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,15:35:24.616] [DEBUG] 6 processes running of frp type [2026-04-08,15:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,15:50:24.284] [DEBUG] 6 processes running of frp type [2026-04-08,16:05:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,16:05:25.287] [DEBUG] 6 processes running of frp type [2026-04-08,16:20:19.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,16:20:26.426] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,16:35:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,16:35:24.265] [DEBUG] 6 processes running of frp type [2026-04-08,16:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,16:50:24.807] [DEBUG] 6 processes running of frp type [2026-04-08,17:05:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,17:05:26.796] [DEBUG] 6 processes running of frp type [2026-04-08,17:20:17.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,17:20:23.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,17:35:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,17:35:24.073] [DEBUG] 6 processes running of frp type [2026-04-08,17:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,17:50:24.427] [DEBUG] 6 processes running of frp type [2026-04-08,18:05:18.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,18:20:38.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,18:20:54.015] [DEBUG] 6 processes running of frp type [2026-04-08,18:25:40.788] [INFO] Initializing BusSpeedStateManager V2 [2026-04-08,18:25:40.793] [INFO] LocationSqlManager initialising [2026-04-08,18:25:40.794] [INFO] Location DB initialising [2026-04-08,18:25:40.803] [INFO] LocationSqlManager initialisation complete [2026-04-08,18:25:40.804] [DEBUG] UploadManager Init [2026-04-08,18:25:40.804] [DEBUG] UploadManager Init Complete [2026-04-08,18:25:40.806] [INFO] Initializing GPS... [2026-04-08,18:25:40.808] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,18:27:44.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,18:27:50.769] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-08,18:28:39.474] [DEBUG] Log Upload Complete! [2026-04-08,18:30:46.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,18:30:55.516] [DEBUG] Remote Access Enabled [2026-04-08,18:31:03.063] [INFO] Server Address: 138.201.17.179 [2026-04-08,18:31:03.065] [INFO] Server Port: 7000 [2026-04-08,18:31:03.074] [DEBUG] Starting Remote Access! 2026-04-08 18:31:03.240 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-08 18:31:03.241 [I] [client/service.go:294] try to connect to server... 2026-04-08 18:31:06.054 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-08 18:31:06.056 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-08 18:31:06.400 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success [2026-04-08,18:35:50.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-08 18:36:33.858 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 18:36:43.862 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 18:36:43.862 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 18:36:59.313 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-08 18:36:59.314 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 18:37:12.117 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-08 18:37:12.118 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 18:37:26.695 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-08 18:37:26.695 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... [2026-04-08,18:37:44.313] [DEBUG] 6 processes running of frp type 2026-04-08 18:37:44.688 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-08 18:37:44.689 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-08 18:37:45.920 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success [2026-04-08,18:50:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,18:50:29.351] [DEBUG] 6 processes running of frp type [2026-04-08,19:05:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,19:05:25.337] [DEBUG] 6 processes running of frp type 2026-04-08 19:08:09.344 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 19:08:19.346 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 19:08:19.347 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 19:08:29.349 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 19:08:29.349 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 19:08:39.351 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 19:08:39.352 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 19:08:49.353 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 19:09:09.355 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 19:09:09.969 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-08 19:09:09.970 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-08 19:09:10.209 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success [2026-04-08,19:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,19:20:24.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,19:35:18.203] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,19:35:24.844] [DEBUG] 6 processes running of frp type [2026-04-08,19:50:18.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,19:50:25.287] [DEBUG] 6 processes running of frp type [2026-04-08,20:05:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,20:05:25.202] [DEBUG] 6 processes running of frp type [2026-04-08,20:20:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,20:20:26.179] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,20:35:18.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,20:35:25.454] [DEBUG] 6 processes running of frp type [2026-04-08,20:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,20:50:24.493] [DEBUG] 6 processes running of frp type 2026-04-08 20:51:03.616 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 20:51:04.640 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-08 20:51:04.641 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-08 20:51:05.048 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success [2026-04-08,21:05:18.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,21:05:25.226] [DEBUG] 6 processes running of frp type [2026-04-08,21:20:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,21:20:26.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,21:35:17.574] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,21:35:25.591] [DEBUG] 6 processes running of frp type [2026-04-08,21:50:18.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,21:50:24.803] [DEBUG] 6 processes running of frp type [2026-04-08,22:05:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,22:05:23.824] [DEBUG] 6 processes running of frp type [2026-04-08,22:20:17.114] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,22:20:23.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,22:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,22:35:24.184] [DEBUG] 6 processes running of frp type [2026-04-08,22:50:18.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-08 22:50:21.804 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 22:50:37.243 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-08 22:50:37.244 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-08 22:50:51.741 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: i/o deadline reached 2026-04-08 22:50:51.742 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 22:51:08.618 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-08 22:51:08.619 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 22:51:08.622 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-08 22:51:28.623 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-08 22:51:29.329 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-08 22:51:29.330 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-08 22:51:29.545 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success [2026-04-08,23:05:18.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,23:05:24.731] [DEBUG] 6 processes running of frp type [2026-04-08,23:20:17.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,23:20:23.675] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,23:35:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,23:35:26.563] [DEBUG] 6 processes running of frp type [2026-04-08,23:50:17.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-08,23:50:25.708] [DEBUG] 6 processes running of frp type [2026-04-09,00:05:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,00:05:24.826] [DEBUG] 6 processes running of frp type [2026-04-09,00:20:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,00:20:23.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,00:35:17.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,00:35:23.676] [DEBUG] 6 processes running of frp type [2026-04-09,00:50:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,00:50:25.055] [DEBUG] 6 processes running of frp type [2026-04-09,01:05:17.217] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,01:05:23.713] [DEBUG] 6 processes running of frp type [2026-04-09,01:20:17.885] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,01:20:24.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,01:35:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,01:35:24.336] [DEBUG] 6 processes running of frp type 2026-04-09 01:44:46.325 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 01:44:54.750 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 01:44:54.751 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 01:44:54.982 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success [2026-04-09,01:50:17.631] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,01:50:24.164] [DEBUG] 6 processes running of frp type [2026-04-09,02:05:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,02:05:23.985] [DEBUG] 6 processes running of frp type [2026-04-09,02:20:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,02:20:23.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,02:35:16.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,02:35:23.561] [DEBUG] 6 processes running of frp type [2026-04-09,02:50:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,02:50:24.618] [DEBUG] 6 processes running of frp type [2026-04-09,03:05:17.739] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,03:05:24.329] [DEBUG] 6 processes running of frp type [2026-04-09,03:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,03:20:24.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,03:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,03:35:24.123] [DEBUG] 6 processes running of frp type [2026-04-09,03:50:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,03:50:26.361] [DEBUG] 6 processes running of frp type [2026-04-09,04:05:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,04:05:24.665] [DEBUG] 6 processes running of frp type 2026-04-09 04:06:23.254 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:06:27.307 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:06:27.307 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:06:30.347 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:06:30.347 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:06:33.386 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:06:42.119 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:06:42.124 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:07:00.160 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:07:00.873 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:07:00.873 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:07:01.104 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:13:43.785 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:13:53.788 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:13:53.789 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:14:03.791 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:14:03.792 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:14:13.793 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:14:13.793 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:14:19.973 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:14:38.497 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:14:39.977 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:14:59.978 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:15:01.919 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:15:21.921 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:15:22.186 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:15:42.187 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:15:44.480 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:16:04.481 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:16:06.773 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:16:26.774 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:16:27.040 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:16:47.041 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:16:47.762 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:16:47.763 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:16:48.010 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:18:27.744 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:18:37.746 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:18:37.747 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:18:55.602 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 04:18:55.603 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:19:07.318 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 04:19:07.319 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:19:19.791 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 04:19:19.792 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:19:29.794 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:19:49.795 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:19:52.346 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:20:12.348 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:20:22.350 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:20:42.351 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:20:52.353 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:21:12.355 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:21:15.387 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:21:35.388 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:21:36.076 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:21:36.078 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:21:36.297 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:24:18.201 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:24:28.204 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:24:28.205 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:24:38.206 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:24:38.207 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:24:48.208 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:24:48.209 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:24:58.211 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:24:58.212 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:25:08.214 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:25:28.215 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:25:29.174 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:25:49.175 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:25:49.440 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-09 04:26:09.442 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:26:11.733 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:26:31.734 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:26:33.007 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:26:33.009 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:26:33.245 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:28:43.274 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:28:46.320 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:28:46.321 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:28:49.360 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:28:49.361 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:28:52.400 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:29:01.915 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:29:04.560 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:29:24.562 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:29:25.839 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:29:45.840 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:29:55.842 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:30:15.843 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:30:19.893 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:30:39.895 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:30:40.160 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:31:00.161 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:31:02.453 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:31:22.454 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:31:24.747 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:31:44.748 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:31:45.345 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:31:45.346 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:31:45.544 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:33:55.514 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:33:58.560 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:33:58.561 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:34:01.599 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:34:01.600 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:34:04.640 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:34:13.913 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:34:14.773 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:34:34.774 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:34:37.066 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:34:57.067 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:34:59.360 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:35:19.361 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:35:21.733 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:35:41.735 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:35:44.773 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:36:04.774 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:36:07.066 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:36:27.068 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:36:29.359 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:36:49.360 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:36:49.973 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:36:49.975 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:36:50.179 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:39:00.172 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:39:03.200 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:39:03.201 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:39:13.203 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:39:13.204 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:39:23.205 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:39:23.206 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:39:33.208 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:39:33.209 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:39:43.210 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:40:03.211 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:40:06.266 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:40:26.268 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:40:29.306 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:40:49.308 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:40:52.346 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:41:12.348 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:41:14.640 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:41:34.641 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:41:38.586 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:41:38.588 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:41:39.532 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:43:49.151 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:43:59.153 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:43:59.154 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:44:09.157 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:44:09.157 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:44:15.386 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:44:15.387 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:44:18.426 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:44:36.949 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:44:37.573 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:44:57.574 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:45:07.577 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:45:27.578 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:45:27.786 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:45:47.787 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:45:48.052 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:46:08.054 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:46:10.346 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:46:30.348 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:46:32.639 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:46:52.641 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:46:53.309 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:46:53.310 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:46:53.540 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:49:03.663 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:49:05.520 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:49:05.521 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:49:08.560 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:49:08.561 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:49:11.600 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:49:20.980 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:49:21.733 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:49:41.734 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:49:44.026 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:50:04.028 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:50:06.323 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:50:26.325 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:50:28.613 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:50:48.615 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:50:51.653 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:51:11.654 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:51:13.946 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:51:33.948 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:51:36.240 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:51:56.241 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:51:56.907 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:51:56.908 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:51:57.141 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:54:45.851 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:54:48.827 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:54:48.827 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:54:51.866 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:54:51.867 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:54:54.907 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:55:03.941 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:55:13.943 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:55:13.944 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:55:23.945 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:55:43.947 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:55:45.200 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:56:05.202 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:56:07.493 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:56:27.494 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:56:27.760 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 04:56:47.761 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:56:48.461 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 04:56:48.462 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 04:56:48.679 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 04:58:58.776 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:59:10.395 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 04:59:10.396 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:59:20.397 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:59:20.398 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:59:30.400 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:59:30.401 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:59:40.403 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 04:59:40.403 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 04:59:50.405 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:00:10.407 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:00:20.408 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:00:40.409 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:00:50.412 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:01:10.412 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:01:10.746 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:01:30.747 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:01:31.013 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:01:51.013 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:01:51.693 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:01:51.694 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:01:51.912 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:04:32.166 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:04:42.168 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:04:42.168 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:04:52.170 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:04:52.170 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:05:02.172 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:05:02.172 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:05:12.174 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:05:12.175 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:05:18.320 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:05:38.321 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:05:41.360 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:06:01.361 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:06:04.399 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:06:24.400 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:06:26.479 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:06:46.480 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:06:47.154 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:06:47.156 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:06:47.377 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:08:57.676 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:09:07.678 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:09:07.679 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:09:17.681 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:09:17.681 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:09:20.720 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:09:30.252 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:09:30.853 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:09:50.855 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:10:03.143 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 05:10:23.144 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:10:27.199 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:10:47.200 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:10:57.202 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:11:17.203 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:11:17.493 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:11:37.494 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:11:37.759 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:11:57.761 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:11:58.462 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:11:58.463 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:11:58.694 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:14:08.659 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:14:18.661 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:14:18.661 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:14:28.663 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:14:28.663 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:14:38.665 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:14:38.666 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:14:48.667 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:14:48.668 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:15:04.130 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 05:15:24.131 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:15:34.133 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:15:54.134 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:15:58.186 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:16:18.188 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:16:18.452 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:16:38.454 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:16:48.456 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:17:08.458 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:17:09.192 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:17:09.193 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:17:09.480 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:18:49.168 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:19:04.137 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 05:19:04.139 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:19:14.140 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:19:14.141 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:19:24.143 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:19:24.143 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:19:34.145 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:19:34.145 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:19:40.400 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:20:00.401 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:20:10.403 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:20:30.404 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:20:40.406 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:21:00.407 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:21:02.693 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:21:22.694 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:21:32.985 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 05:21:52.987 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:21:53.674 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:21:53.675 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:21:53.895 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:24:35.936 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:24:38.986 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:24:38.987 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:24:42.026 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:24:42.027 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:24:45.067 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:24:54.934 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:24:57.226 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:25:17.163 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:25:19.520 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:25:39.521 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:25:49.523 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-09 05:26:09.524 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:26:09.732 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:26:29.734 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:26:32.772 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:26:52.773 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:26:53.474 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:26:53.475 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:26:53.699 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:29:03.698 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:29:13.700 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:29:13.701 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:29:23.702 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:29:23.703 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:29:33.705 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:29:33.706 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:29:33.892 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:29:53.894 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:29:54.159 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:30:14.161 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:30:24.163 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:30:44.164 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:30:47.199 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:31:07.201 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:31:09.493 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:31:29.495 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:31:31.786 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:31:51.787 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:31:52.052 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:32:12.054 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:32:12.641 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:32:12.643 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:32:12.832 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:36:03.886 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:36:13.888 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:36:13.889 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:36:18.426 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:36:18.426 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:36:21.466 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:36:30.768 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:36:31.599 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:36:50.924 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:36:55.284 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:36:55.285 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:36:55.515 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:39:36.717 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:39:39.759 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:39:39.759 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:39:42.799 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:39:42.800 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:39:45.839 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:39:56.000 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:39:58.239 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:40:18.241 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:40:18.266 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:40:38.267 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:40:41.306 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:41:01.308 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:41:02.505 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:41:22.506 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:41:22.772 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:41:42.773 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:41:45.066 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:42:05.068 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:42:05.955 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:42:05.957 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:42:06.419 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:44:49.312 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:45:02.687 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 05:45:02.688 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:45:12.689 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:45:12.691 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:45:22.692 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:45:22.693 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:45:32.695 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:45:32.695 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:45:42.697 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:46:02.698 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:46:05.066 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:46:25.067 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:46:28.106 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:46:48.107 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:46:50.399 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:47:10.400 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:47:11.041 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:47:11.043 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:47:11.265 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:50:24.577 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:50:34.579 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:50:34.580 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:50:44.581 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:50:44.582 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:50:47.626 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:50:57.767 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:50:59.786 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:51:19.787 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:51:22.079 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:51:42.081 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:51:42.346 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:52:02.346 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:52:04.768 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:52:04.769 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:52:04.973 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:54:17.275 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:54:29.753 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: i/o deadline reached 2026-04-09 05:54:29.754 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:54:39.755 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:54:39.756 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:54:49.758 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:54:49.758 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:54:51.333 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:55:10.005 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:55:10.586 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:55:30.588 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:55:40.590 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:56:00.591 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:56:03.146 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:56:23.147 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:56:25.439 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:56:45.440 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:56:45.705 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 05:57:05.707 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:57:06.370 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 05:57:06.372 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 05:57:06.610 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 05:59:46.826 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 05:59:56.828 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 05:59:56.828 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:00:06.830 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:00:06.830 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:00:16.831 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:00:16.832 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:00:26.834 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:00:26.835 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:00:27.119 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:00:47.121 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:00:49.893 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:01:09.895 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:01:21.204 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 06:01:41.205 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:01:51.207 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:02:11.209 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:02:12.022 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 06:02:12.023 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 06:02:12.259 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 06:04:22.206 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:04:32.208 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:04:32.208 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:04:42.210 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:04:42.211 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:04:52.212 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:04:52.212 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:04:52.506 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:05:11.822 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:05:13.787 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:05:33.788 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:05:36.079 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:05:56.080 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:05:56.346 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:06:16.347 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:06:18.640 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:06:38.641 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:06:40.933 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:07:00.935 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:07:01.199 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:07:21.200 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:07:31.202 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:07:51.203 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:08:01.205 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:08:21.206 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:08:21.261 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:08:41.263 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:08:41.269 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:09:01.269 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:09:11.271 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:09:31.273 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:09:41.275 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:10:01.277 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:10:11.279 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:10:31.280 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:10:34.319 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:10:54.320 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:10:54.586 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:11:14.587 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:11:16.879 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:11:36.881 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:11:39.173 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:11:59.174 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:11:59.439 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:12:19.440 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:12:19.446 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:12:39.448 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:12:40.193 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 06:12:40.195 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 06:12:40.435 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 06:14:51.347 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:15:01.349 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:15:01.350 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:15:11.351 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:15:11.352 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:15:14.399 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:15:24.076 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:15:34.293 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 06:15:34.294 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:15:44.295 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:16:04.296 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:16:14.298 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:16:34.300 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:16:38.345 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:16:58.347 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:17:08.281 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 06:17:08.282 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 06:17:08.476 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 06:19:09.263 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:19:19.265 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:19:19.265 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:19:29.267 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:19:29.268 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:19:39.269 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:19:39.269 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:19:48.186 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:19:48.186 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:19:51.226 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:20:11.227 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:20:13.519 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:20:33.521 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:20:46.716 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: connection write timeout 2026-04-09 06:21:06.717 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:21:16.720 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:21:36.721 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:21:39.013 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:21:59.014 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:22:02.052 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-09 06:22:22.052 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:22:22.739 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 06:22:22.741 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 06:22:22.974 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-09 06:26:43.375 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:26:58.329 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: i/o deadline reached 2026-04-09 06:26:58.330 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:27:08.331 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:27:08.332 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:27:11.487 [I] [client/service.go:286] [f1cdca42fe7ec6fd] login to server success, get run id [f1cdca42fe7ec6fd] 2026-04-09 06:27:11.488 [I] [proxy/proxy_manager.go:173] [f1cdca42fe7ec6fd] proxy added: [DTN57CC5599] 2026-04-09 06:27:11.679 [I] [client/control.go:168] [f1cdca42fe7ec6fd] [DTN57CC5599] start proxy success 2026-04-09 06:29:53.098 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... 2026-04-09 06:30:03.099 [W] [client/service.go:297] [f1cdca42fe7ec6fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 06:30:03.100 [I] [client/service.go:294] [f1cdca42fe7ec6fd] try to connect to server... [2026-04-09,06:30:41.176] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,06:30:41.182] [INFO] LocationSqlManager initialising [2026-04-09,06:30:41.182] [INFO] Location DB initialising [2026-04-09,06:30:41.192] [INFO] LocationSqlManager initialisation complete [2026-04-09,06:30:41.193] [DEBUG] UploadManager Init [2026-04-09,06:30:41.193] [DEBUG] UploadManager Init Complete [2026-04-09,06:30:41.196] [INFO] Initializing GPS... [2026-04-09,06:30:41.198] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,06:35:29.590] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,06:50:29.710] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,07:05:29.825] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,07:20:29.863] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,07:35:29.983] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,07:50:30.104] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,08:05:30.118] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,08:20:30.238] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,08:35:30.358] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,08:50:30.385] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,09:05:30.464] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,09:20:30.527] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,09:35:30.549] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,09:50:30.669] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,10:05:30.719] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,10:20:30.749] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,10:35:30.849] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,10:50:30.955] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,11:05:31.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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-09,11:20:31.161] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,11:35:31.265] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,18:25:38.034] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,18:25:38.038] [INFO] LocationSqlManager initialising [2026-04-09,18:25:38.039] [INFO] Location DB initialising [2026-04-09,18:25:38.049] [INFO] LocationSqlManager initialisation complete [2026-04-09,18:25:38.050] [DEBUG] UploadManager Init [2026-04-09,18:25:38.050] [DEBUG] UploadManager Init Complete [2026-04-09,18:25:38.053] [INFO] Initializing GPS... [2026-04-09,18:25:38.056] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,18:27:44.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,18:27:51.507] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-09,18:28:32.694] [DEBUG] Log Upload Complete! [2026-04-09,18:30:45.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,18:30:51.771] [DEBUG] Remote Access Enabled [2026-04-09,18:30:58.062] [INFO] Server Address: 138.201.17.179 [2026-04-09,18:30:58.063] [INFO] Server Port: 7000 [2026-04-09,18:30:58.068] [DEBUG] Starting Remote Access! 2026-04-09 18:30:58.206 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 18:30:58.206 [I] [client/service.go:294] try to connect to server... 2026-04-09 18:30:58.818 [I] [client/service.go:286] [17270d52602234f3] login to server success, get run id [17270d52602234f3] 2026-04-09 18:30:58.819 [I] [proxy/proxy_manager.go:173] [17270d52602234f3] proxy added: [DTN57CC5599] 2026-04-09 18:30:59.032 [I] [client/control.go:168] [17270d52602234f3] [DTN57CC5599] start proxy success [2026-04-09,18:35:16.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,18:35:23.865] [DEBUG] 6 processes running of frp type [2026-04-09,18:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,18:50:24.576] [DEBUG] 6 processes running of frp type [2026-04-09,19:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,19:05:24.472] [DEBUG] 6 processes running of frp type [2026-04-09,19:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,19:20:24.496] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,19:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,19:35:24.547] [DEBUG] 6 processes running of frp type [2026-04-09,19:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,19:50:23.740] [DEBUG] 6 processes running of frp type [2026-04-09,20:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,20:05:24.287] [DEBUG] 6 processes running of frp type [2026-04-09,20:20:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,20:20:26.788] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,20:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,20:35:24.448] [DEBUG] 6 processes running of frp type [2026-04-09,20:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,20:50:24.622] [DEBUG] 6 processes running of frp type [2026-04-09,21:05:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,21:05:24.596] [DEBUG] 6 processes running of frp type [2026-04-09,21:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,21:20:24.423] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,21:35:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,21:35:23.589] [DEBUG] 6 processes running of frp type [2026-04-09,21:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,21:50:24.388] [DEBUG] 6 processes running of frp type [2026-04-09,22:05:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,22:05:37.413] [DEBUG] 6 processes running of frp type [2026-04-09,22:20:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,22:20:25.687] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,22:35:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,22:35:24.084] [DEBUG] 6 processes running of frp type [2026-04-09,22:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,22:50:24.456] [DEBUG] 6 processes running of frp type [2026-04-09,23:05:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,23:05:24.399] [DEBUG] 6 processes running of frp type [2026-04-09,23:20:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,23:20:24.265] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,23:35:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,23:35:23.965] [DEBUG] 6 processes running of frp type [2026-04-09,23:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-09,23:50:24.233] [DEBUG] 6 processes running of frp type [2026-04-10,00:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,00:05:24.613] [DEBUG] 6 processes running of frp type [2026-04-10,00:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,00:20:26.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,00:35:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,00:35:24.077] [DEBUG] 6 processes running of frp type [2026-04-10,00:50:17.158] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,00:50:23.881] [DEBUG] 6 processes running of frp type [2026-04-10,01:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,01:05:24.895] [DEBUG] 6 processes running of frp type 2026-04-10 01:19:30.865 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 01:19:40.034 [I] [client/service.go:286] [17270d52602234f3] login to server success, get run id [17270d52602234f3] 2026-04-10 01:19:40.035 [I] [proxy/proxy_manager.go:173] [17270d52602234f3] proxy added: [DTN57CC5599] 2026-04-10 01:19:40.308 [I] [client/control.go:168] [17270d52602234f3] [DTN57CC5599] start proxy success [2026-04-10,01:20:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,01:20:23.837] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,01:35:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,01:35:24.119] [DEBUG] 6 processes running of frp type [2026-04-10,01:50:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,01:50:24.340] [DEBUG] 6 processes running of frp type [2026-04-10,02:05:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,02:05:24.551] [DEBUG] 6 processes running of frp type [2026-04-10,02:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,02:20:24.397] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,02:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,02:35:24.579] [DEBUG] 6 processes running of frp type [2026-04-10,02:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,02:50:24.370] [DEBUG] 6 processes running of frp type [2026-04-10,03:05:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,03:05:24.479] [DEBUG] 6 processes running of frp type [2026-04-10,03:20:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,03:20:24.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,03:35:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,03:35:23.810] [DEBUG] 6 processes running of frp type [2026-04-10,03:50:19.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,03:50:26.589] [DEBUG] 6 processes running of frp type [2026-04-10,04:05:18.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,04:05:24.999] [DEBUG] 6 processes running of frp type 2026-04-10 04:07:01.660 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:07:03.831 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:07:03.831 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:07:05.872 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:07:05.872 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:07:05.879 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:07:14.349 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:07:14.353 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:07:32.534 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:07:32.539 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:07:52.541 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:07:52.543 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:08:12.545 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:08:12.549 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:08:32.550 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:08:42.552 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:09:02.554 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:09:03.236 [I] [client/service.go:286] [17270d52602234f3] login to server success, get run id [17270d52602234f3] 2026-04-10 04:09:03.237 [I] [proxy/proxy_manager.go:173] [17270d52602234f3] proxy added: [DTN57CC5599] 2026-04-10 04:09:03.448 [I] [client/control.go:168] [17270d52602234f3] [DTN57CC5599] start proxy success [2026-04-10,04:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,04:20:23.979] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,04:35:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,04:35:23.943] [DEBUG] 6 processes running of frp type 2026-04-10 04:47:30.509 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:47:40.511 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:47:40.511 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:47:50.513 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:47:50.513 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:48:00.515 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:48:00.516 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:48:10.518 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:48:10.518 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:48:20.520 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:48:40.521 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:48:50.524 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 04:49:10.525 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:49:10.531 [W] [client/service.go:297] [17270d52602234f3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:49:30.532 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:49:31.168 [I] [client/service.go:286] [17270d52602234f3] login to server success, get run id [17270d52602234f3] 2026-04-10 04:49:31.169 [I] [proxy/proxy_manager.go:173] [17270d52602234f3] proxy added: [DTN57CC5599] 2026-04-10 04:49:31.385 [I] [client/control.go:168] [17270d52602234f3] [DTN57CC5599] start proxy success [2026-04-10,04:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,04:50:24.067] [DEBUG] 6 processes running of frp type 2026-04-10 04:51:42.797 [I] [client/service.go:294] [17270d52602234f3] try to connect to server... 2026-04-10 04:51:43.407 [I] [client/service.go:286] [17270d52602234f3] login to server success, get run id [17270d52602234f3] 2026-04-10 04:51:43.408 [I] [proxy/proxy_manager.go:173] [17270d52602234f3] proxy added: [DTN57CC5599] 2026-04-10 04:51:43.612 [I] [client/control.go:168] [17270d52602234f3] [DTN57CC5599] start proxy success [2026-04-10,05:05:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,05:05:24.515] [DEBUG] 6 processes running of frp type [2026-04-10,05:20:18.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,05:20:26.696] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,05:35:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,05:35:23.874] [DEBUG] 6 processes running of frp type [2026-04-10,05:50:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,05:50:23.884] [DEBUG] 6 processes running of frp type [2026-04-10,06:05:17.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,06:05:23.892] [DEBUG] 6 processes running of frp type [2026-04-10,06:20:17.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,06:20:26.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,06:30:41.931] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,06:30:41.936] [INFO] LocationSqlManager initialising [2026-04-10,06:30:41.936] [INFO] Location DB initialising [2026-04-10,06:30:41.945] [INFO] LocationSqlManager initialisation complete [2026-04-10,06:30:41.946] [DEBUG] UploadManager Init [2026-04-10,06:30:41.946] [DEBUG] UploadManager Init Complete [2026-04-10,06:30:41.949] [INFO] Initializing GPS... [2026-04-10,06:30:41.951] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,06:32:45.708] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,06:32:52.264] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-10,06:33:22.692] [DEBUG] Log Upload Complete! [2026-04-10,06:35:50.751] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,06:35:57.395] [DEBUG] Remote Access Enabled [2026-04-10,06:36:03.665] [INFO] Server Address: 138.201.17.179 [2026-04-10,06:36:03.666] [INFO] Server Port: 7000 [2026-04-10,06:36:03.670] [DEBUG] Starting Remote Access! 2026-04-10 06:36:03.802 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 06:36:03.802 [I] [client/service.go:294] try to connect to server... 2026-04-10 06:36:04.541 [I] [client/service.go:286] [50599c949bc149be] login to server success, get run id [50599c949bc149be] 2026-04-10 06:36:04.542 [I] [proxy/proxy_manager.go:173] [50599c949bc149be] proxy added: [DTN57CC5599] 2026-04-10 06:36:04.788 [I] [client/control.go:168] [50599c949bc149be] [DTN57CC5599] start proxy success [2026-04-10,06:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,06:50:24.526] [DEBUG] 6 processes running of frp type [2026-04-10,07:05:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,07:05:24.772] [DEBUG] 6 processes running of frp type 2026-04-10 07:10:49.798 [I] [client/service.go:294] [50599c949bc149be] try to connect to server... 2026-04-10 07:10:50.446 [I] [client/service.go:286] [50599c949bc149be] login to server success, get run id [50599c949bc149be] 2026-04-10 07:10:50.448 [I] [proxy/proxy_manager.go:173] [50599c949bc149be] proxy added: [DTN57CC5599] 2026-04-10 07:10:50.651 [I] [client/control.go:168] [50599c949bc149be] [DTN57CC5599] start proxy success [2026-04-10,07:20:16.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,07:20:23.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,07:35:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,07:35:24.166] [DEBUG] 6 processes running of frp type [2026-04-10,07:50:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,07:50:24.128] [DEBUG] 6 processes running of frp type [2026-04-10,08:02:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,08:02:24.273] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-10,08:03:11.580] [DEBUG] Log Upload Complete! [2026-04-10,08:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,08:05:27.292] [DEBUG] 6 processes running of frp type [2026-04-10,08:20:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,08:20:25.775] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,08:35:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,08:35:24.883] [DEBUG] 6 processes running of frp type 2026-04-10 08:47:09.737 [I] [client/service.go:294] [50599c949bc149be] try to connect to server... 2026-04-10 08:47:17.147 [I] [client/service.go:286] [50599c949bc149be] login to server success, get run id [50599c949bc149be] 2026-04-10 08:47:17.149 [I] [proxy/proxy_manager.go:173] [50599c949bc149be] proxy added: [DTN57CC5599] 2026-04-10 08:47:17.417 [I] [client/control.go:168] [50599c949bc149be] [DTN57CC5599] start proxy success [2026-04-10,08:50:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,08:50:27.465] [DEBUG] 6 processes running of frp type [2026-04-10,09:05:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,09:05:25.353] [DEBUG] 6 processes running of frp type [2026-04-10,09:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,09:20:24.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,09:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,09:35:24.348] [DEBUG] 6 processes running of frp type [2026-04-10,09:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,09:50:24.851] [DEBUG] 6 processes running of frp type [2026-04-10,10:05:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,10:05:23.977] [DEBUG] 6 processes running of frp type [2026-04-10,10:20:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,10:20:23.873] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,10:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,10:35:24.557] [DEBUG] 6 processes running of frp type [2026-04-10,10:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,10:50:24.211] [DEBUG] 6 processes running of frp type [2026-04-10,11:05:20.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,11:05:27.172] [DEBUG] 6 processes running of frp type [2026-04-10,11:20:19.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,11:20:26.809] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,11:35:19.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,11:35:26.615] [DEBUG] 6 processes running of frp type [2026-04-10,11:50:20.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,11:50:26.936] [DEBUG] 6 processes running of frp type [2026-04-10,12:05:19.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,12:05:27.180] [DEBUG] 6 processes running of frp type [2026-04-10,12:20:20.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,12:20:27.310] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,12:35:19.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,12:35:27.068] [DEBUG] 6 processes running of frp type [2026-04-10,12:50:19.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,12:50:26.920] [DEBUG] 6 processes running of frp type [2026-04-10,13:05:20.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,13:05:27.893] [DEBUG] 6 processes running of frp type [2026-04-10,13:20:19.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,13:20:27.202] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,13:35:19.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,13:35:26.560] [DEBUG] 6 processes running of frp type [2026-04-10,13:50:19.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,13:50:27.584] [DEBUG] 6 processes running of frp type [2026-04-10,14:05:20.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,14:05:27.101] [DEBUG] 6 processes running of frp type [2026-04-10,14:20:19.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,14:20:26.996] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,14:35:20.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,14:35:27.423] [DEBUG] 6 processes running of frp type [2026-04-10,14:50:18.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,14:50:25.039] [DEBUG] 6 processes running of frp type [2026-04-10,15:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,15:05:24.070] [DEBUG] 6 processes running of frp type [2026-04-10,15:20:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,15:20:24.033] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,15:35:17.955] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,15:35:24.917] [DEBUG] 6 processes running of frp type [2026-04-10,15:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,15:50:24.816] [DEBUG] 6 processes running of frp type [2026-04-10,16:05:17.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,16:05:23.739] [DEBUG] 6 processes running of frp type [2026-04-10,16:20:16.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,16:20:23.779] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,16:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,16:35:24.126] [DEBUG] 6 processes running of frp type [2026-04-10,16:50:17.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,16:50:24.580] [DEBUG] 6 processes running of frp type [2026-04-10,17:05:18.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,17:05:25.125] [DEBUG] 6 processes running of frp type [2026-04-10,17:20:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,17:20:24.123] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,17:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,17:35:24.422] [DEBUG] 6 processes running of frp type [2026-04-10,17:50:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,17:50:23.771] [DEBUG] 6 processes running of frp type [2026-04-10,18:05:17.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,18:05:23.802] [DEBUG] 6 processes running of frp type [2026-04-10,18:20:17.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,18:20:23.792] [DEBUG] 6 processes running of frp type [2026-04-10,18:25:41.419] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,18:25:41.424] [INFO] LocationSqlManager initialising [2026-04-10,18:25:41.425] [INFO] Location DB initialising [2026-04-10,18:25:41.434] [INFO] LocationSqlManager initialisation complete [2026-04-10,18:25:41.435] [DEBUG] UploadManager Init [2026-04-10,18:25:41.435] [DEBUG] UploadManager Init Complete [2026-04-10,18:25:41.438] [INFO] Initializing GPS... [2026-04-10,18:25:41.439] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,18:27:44.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-10,18:30:45.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,18:30:52.077] [DEBUG] Remote Access Enabled [2026-04-10,18:31:01.466] [INFO] Server Address: 138.201.17.179 [2026-04-10,18:31:01.467] [INFO] Server Port: 7000 [2026-04-10,18:31:01.473] [DEBUG] Starting Remote Access! 2026-04-10 18:31:01.615 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 18:31:01.616 [I] [client/service.go:294] try to connect to server... 2026-04-10 18:31:02.346 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 18:31:02.347 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 18:31:02.587 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,18:35:17.302] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,18:35:23.830] [DEBUG] 6 processes running of frp type 2026-04-10 18:36:24.947 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 18:36:37.467 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 18:36:37.469 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 18:36:47.569 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success 2026-04-10 18:38:11.606 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 18:38:15.687 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 18:38:15.688 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 18:38:15.909 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,18:50:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,18:50:24.626] [DEBUG] 6 processes running of frp type [2026-04-10,19:05:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,19:05:25.029] [DEBUG] 6 processes running of frp type [2026-04-10,19:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,19:20:23.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,19:35:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,19:35:24.106] [DEBUG] 6 processes running of frp type [2026-04-10,19:50:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,19:50:29.893] [DEBUG] 6 processes running of frp type 2026-04-10 19:58:41.284 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 19:58:41.932 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 19:58:41.934 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 19:58:42.140 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,20:05:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,20:05:24.101] [DEBUG] 6 processes running of frp type [2026-04-10,20:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,20:20:24.249] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,20:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,20:35:24.481] [DEBUG] 6 processes running of frp type [2026-04-10,20:50:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,20:50:27.568] [DEBUG] 6 processes running of frp type 2026-04-10 20:54:00.265 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 20:54:10.267 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 20:54:10.268 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 20:54:19.288 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 20:54:19.290 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 20:54:21.457 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,21:05:18.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,21:05:25.464] [DEBUG] 6 processes running of frp type [2026-04-10,21:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,21:20:24.757] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,21:35:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,21:35:24.246] [DEBUG] 6 processes running of frp type [2026-04-10,21:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,21:50:23.880] [DEBUG] 6 processes running of frp type [2026-04-10,22:05:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,22:05:23.957] [DEBUG] 6 processes running of frp type 2026-04-10 22:13:13.687 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:13:23.689 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 22:13:23.690 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:13:28.820 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 22:13:28.821 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 22:13:29.244 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,22:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,22:20:23.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,22:35:18.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,22:35:25.865] [DEBUG] 6 processes running of frp type 2026-04-10 22:41:16.520 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:41:35.942 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: i/o deadline reached 2026-04-10 22:41:35.943 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:41:45.944 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 22:41:45.945 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:41:55.946 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 22:41:55.947 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:42:16.730 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: i/o deadline reached 2026-04-10 22:42:16.731 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:42:23.328 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 22:42:23.329 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 22:42:23.574 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success 2026-04-10 22:48:38.211 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:48:51.057 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: connection write timeout 2026-04-10 22:48:51.057 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 22:49:01.059 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 22:49:01.060 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 22:49:01.550 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,22:50:16.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,22:50:23.708] [DEBUG] 6 processes running of frp type [2026-04-10,23:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,23:05:24.621] [DEBUG] 6 processes running of frp type [2026-04-10,23:20:17.771] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,23:20:24.540] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,23:35:17.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,23:35:24.028] [DEBUG] 6 processes running of frp type 2026-04-10 23:43:38.370 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-10 23:43:39.854 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-10 23:43:39.856 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-10 23:43:40.101 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-10,23:50:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-10,23:50:23.932] [DEBUG] 6 processes running of frp type 2026-04-11 00:04:38.133 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 00:04:40.356 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-11 00:04:40.357 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-11 00:04:40.579 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-11,00:05:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,00:05:19.344] [DEBUG] 6 processes running of frp type [2026-04-11,00:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,00:20:24.759] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,00:35:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,00:35:24.210] [DEBUG] 6 processes running of frp type [2026-04-11,00:50:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,00:50:23.925] [DEBUG] 6 processes running of frp type [2026-04-11,01:05:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,01:05:23.668] [DEBUG] 6 processes running of frp type [2026-04-11,01:20:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,01:20:24.336] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,01:35:17.737] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,01:35:24.332] [DEBUG] 6 processes running of frp type [2026-04-11,01:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,01:50:23.991] [DEBUG] 6 processes running of frp type 2026-04-11 02:02:28.417 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:02:44.961 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-11 02:02:44.963 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-11 02:02:45.199 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success 2026-04-11 02:03:11.728 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:03:27.032 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: i/o deadline reached 2026-04-11 02:03:27.033 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:03:50.684 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: i/o deadline reached 2026-04-11 02:03:50.685 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:04:10.828 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: i/o deadline reached 2026-04-11 02:04:10.828 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:04:20.830 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 02:04:20.830 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:04:32.984 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: connection write timeout 2026-04-11 02:04:52.985 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:05:02.986 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 02:05:22.987 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... [2026-04-11,02:05:25.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-11 02:05:36.605 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: i/o deadline reached [2026-04-11,02:05:48.337] [DEBUG] 6 processes running of frp type 2026-04-11 02:05:56.606 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:06:01.202 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-11 02:06:01.202 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-11 02:06:01.581 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success 2026-04-11 02:11:11.504 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 02:11:14.130 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-11 02:11:14.131 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-11 02:11:14.357 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-11,02:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,02:20:24.320] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,02:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,02:35:24.487] [DEBUG] 6 processes running of frp type [2026-04-11,02:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,02:50:24.138] [DEBUG] 6 processes running of frp type [2026-04-11,03:05:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,03:05:24.183] [DEBUG] 6 processes running of frp type [2026-04-11,03:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,03:20:23.930] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,03:35:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,03:35:23.872] [DEBUG] 6 processes running of frp type [2026-04-11,03:50:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,03:50:23.488] [DEBUG] 6 processes running of frp type [2026-04-11,04:05:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,04:05:24.203] [DEBUG] 6 processes running of frp type 2026-04-11 04:06:34.958 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:06:35.919 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:06:38.040 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:06:38.958 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:06:43.390 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:06:43.395 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:06:52.835 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:06:52.839 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:07:12.841 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:07:12.848 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:07:32.849 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:07:32.853 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:07:52.855 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:07:52.857 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:08:12.859 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:08:12.864 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:08:32.865 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:08:32.869 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:08:52.870 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:08:52.931 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:09:12.933 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:09:12.938 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:09:32.940 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:09:32.945 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:09:52.946 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:09:52.951 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:10:12.953 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:10:12.956 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:10:32.957 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:10:32.963 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:10:52.964 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:10:52.971 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:11:12.973 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:11:12.979 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:11:32.981 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:11:32.988 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:11:52.989 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:11:53.048 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:12:13.049 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:12:13.053 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:12:33.055 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:12:33.060 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:12:53.061 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:12:53.068 [W] [client/service.go:297] [d61d5272b533b61a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:13:13.070 [I] [client/service.go:294] [d61d5272b533b61a] try to connect to server... 2026-04-11 04:13:13.849 [I] [client/service.go:286] [d61d5272b533b61a] login to server success, get run id [d61d5272b533b61a] 2026-04-11 04:13:13.850 [I] [proxy/proxy_manager.go:173] [d61d5272b533b61a] proxy added: [DTN57CC5599] 2026-04-11 04:13:14.088 [I] [client/control.go:168] [d61d5272b533b61a] [DTN57CC5599] start proxy success [2026-04-11,04:20:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,04:20:24.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,04:35:22.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,04:35:29.202] [DEBUG] 6 processes running of frp type [2026-04-11,04:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,04:50:24.593] [DEBUG] 6 processes running of frp type [2026-04-11,05:05:18.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,05:05:24.828] [DEBUG] 6 processes running of frp type [2026-04-11,05:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,05:20:23.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,05:35:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,05:35:23.976] [DEBUG] 6 processes running of frp type [2026-04-11,05:50:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,05:50:24.458] [DEBUG] 6 processes running of frp type [2026-04-11,06:05:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,06:05:24.796] [DEBUG] 6 processes running of frp type [2026-04-11,06:20:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,06:20:23.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,06:30:40.757] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,06:30:40.764] [INFO] LocationSqlManager initialising [2026-04-11,06:30:40.764] [INFO] Location DB initialising [2026-04-11,06:30:40.774] [INFO] LocationSqlManager initialisation complete [2026-04-11,06:30:40.775] [DEBUG] UploadManager Init [2026-04-11,06:30:40.776] [DEBUG] UploadManager Init Complete [2026-04-11,06:30:40.779] [INFO] Initializing GPS... [2026-04-11,06:30:40.781] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,06:32:44.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,06:32:56.019] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-11,06:33:27.540] [DEBUG] Log Upload Complete! [2026-04-11,06:35:39.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,06:35:46.475] [DEBUG] Remote Access Enabled [2026-04-11,06:35:52.720] [INFO] Server Address: 138.201.17.179 [2026-04-11,06:35:52.722] [INFO] Server Port: 7000 [2026-04-11,06:35:52.731] [DEBUG] Starting Remote Access! 2026-04-11 06:35:52.923 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 06:35:52.924 [I] [client/service.go:294] try to connect to server... 2026-04-11 06:35:53.713 [I] [client/service.go:286] [5bec100f7c6635d8] login to server success, get run id [5bec100f7c6635d8] 2026-04-11 06:35:53.714 [I] [proxy/proxy_manager.go:173] [5bec100f7c6635d8] proxy added: [DTN57CC5599] 2026-04-11 06:35:53.966 [I] [client/control.go:168] [5bec100f7c6635d8] [DTN57CC5599] start proxy success [2026-04-11,06:50:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,06:50:24.673] [DEBUG] 6 processes running of frp type [2026-04-11,07:05:18.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,07:05:24.722] [DEBUG] 6 processes running of frp type 2026-04-11 07:18:54.271 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 07:19:04.273 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 07:19:04.274 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 07:19:14.276 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 07:19:14.277 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 07:19:24.279 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 07:19:24.279 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 07:19:25.261 [I] [client/service.go:286] [5bec100f7c6635d8] login to server success, get run id [5bec100f7c6635d8] 2026-04-11 07:19:25.262 [I] [proxy/proxy_manager.go:173] [5bec100f7c6635d8] proxy added: [DTN57CC5599] 2026-04-11 07:19:25.532 [I] [client/control.go:168] [5bec100f7c6635d8] [DTN57CC5599] start proxy success [2026-04-11,07:20:16.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,07:20:23.730] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,07:35:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,07:35:23.978] [DEBUG] 6 processes running of frp type [2026-04-11,07:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,07:50:24.358] [DEBUG] 6 processes running of frp type [2026-04-11,08:02:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,08:02:29.223] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-11,08:03:48.963] [DEBUG] Log Upload Complete! [2026-04-11,08:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,08:05:24.351] [DEBUG] 6 processes running of frp type [2026-04-11,08:20:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,08:20:24.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,08:35:16.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,08:35:23.626] [DEBUG] 6 processes running of frp type [2026-04-11,08:50:17.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,08:50:23.735] [DEBUG] 6 processes running of frp type [2026-04-11,09:05:18.004] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,09:05:24.686] [DEBUG] 6 processes running of frp type [2026-04-11,09:20:18.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,09:20:25.880] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,09:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,09:35:24.688] [DEBUG] 6 processes running of frp type [2026-04-11,09:50:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,09:50:23.974] [DEBUG] 6 processes running of frp type [2026-04-11,10:05:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,10:05:23.943] [DEBUG] 6 processes running of frp type [2026-04-11,10:20:17.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,10:20:23.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,10:35:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,10:35:25.289] [DEBUG] 6 processes running of frp type [2026-04-11,10:50:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,10:50:24.508] [DEBUG] 6 processes running of frp type [2026-04-11,11:05:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,11:05:24.720] [DEBUG] 6 processes running of frp type [2026-04-11,11:20:18.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,11:20:25.030] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,11:35:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,11:35:24.530] [DEBUG] 6 processes running of frp type [2026-04-11,11:50:18.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,11:50:24.749] [DEBUG] 6 processes running of frp type [2026-04-11,12:05:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,12:05:23.770] [DEBUG] 6 processes running of frp type 2026-04-11 12:12:50.943 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 12:13:00.946 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 12:13:00.947 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 12:13:10.948 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 12:13:10.949 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 12:13:20.951 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 12:13:20.952 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 12:13:30.953 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 12:13:30.954 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 12:13:40.955 [W] [client/service.go:297] [5bec100f7c6635d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 12:14:00.957 [I] [client/service.go:294] [5bec100f7c6635d8] try to connect to server... 2026-04-11 12:14:01.690 [I] [client/service.go:286] [5bec100f7c6635d8] login to server success, get run id [5bec100f7c6635d8] 2026-04-11 12:14:01.691 [I] [proxy/proxy_manager.go:173] [5bec100f7c6635d8] proxy added: [DTN57CC5599] 2026-04-11 12:14:01.922 [I] [client/control.go:168] [5bec100f7c6635d8] [DTN57CC5599] start proxy success [2026-04-11,12:20:17.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,12:20:23.702] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,12:35:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,12:35:24.212] [DEBUG] 6 processes running of frp type [2026-04-11,12:50:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,12:50:24.733] [DEBUG] 6 processes running of frp type [2026-04-11,13:05:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,13:05:24.747] [DEBUG] 6 processes running of frp type [2026-04-11,13:20:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,13:20:23.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,13:35:17.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,13:35:24.309] [DEBUG] 6 processes running of frp type [2026-04-11,13:50:18.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,13:50:24.802] [DEBUG] 6 processes running of frp type [2026-04-11,14:05:22.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,14:05:29.240] [DEBUG] 6 processes running of frp type [2026-04-11,14:20:17.827] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,14:20:24.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,14:35:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,14:35:24.358] [DEBUG] 6 processes running of frp type [2026-04-11,14:50:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,14:50:24.906] [DEBUG] 6 processes running of frp type [2026-04-11,15:05:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,15:05:24.435] [DEBUG] 6 processes running of frp type [2026-04-11,15:20:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,15:20:24.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,15:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,15:35:23.949] [DEBUG] 6 processes running of frp type [2026-04-11,15:50:17.777] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,15:50:24.535] [DEBUG] 6 processes running of frp type [2026-04-11,16:05:17.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,16:05:24.692] [DEBUG] 6 processes running of frp type [2026-04-11,16:20:18.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,16:20:24.976] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,16:35:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,16:35:24.492] [DEBUG] 6 processes running of frp type [2026-04-11,16:50:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,16:50:24.076] [DEBUG] 6 processes running of frp type [2026-04-11,17:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,17:05:24.166] [DEBUG] 6 processes running of frp type [2026-04-11,17:20:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,17:20:24.979] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,17:35:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,17:35:24.725] [DEBUG] 6 processes running of frp type [2026-04-11,17:50:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,17:50:24.227] [DEBUG] 6 processes running of frp type [2026-04-11,18:05:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,18:05:24.356] [DEBUG] 6 processes running of frp type [2026-04-11,18:20:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,18:20:24.446] [DEBUG] 6 processes running of frp type [2026-04-11,18:25:42.145] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,18:25:42.150] [INFO] LocationSqlManager initialising [2026-04-11,18:25:42.150] [INFO] Location DB initialising [2026-04-11,18:25:42.188] [INFO] LocationSqlManager initialisation complete [2026-04-11,18:25:42.189] [DEBUG] UploadManager Init [2026-04-11,18:25:42.190] [DEBUG] UploadManager Init Complete [2026-04-11,18:25:42.194] [INFO] Initializing GPS... [2026-04-11,18:25:42.197] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,18:27:44.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,18:27:51.450] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-11,18:28:25.718] [DEBUG] Log Upload Complete! [2026-04-11,18:30:35.390] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2026-04-11,18:30:45.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,18:30:51.838] [DEBUG] Remote Access Enabled [2026-04-11,18:30:58.122] [INFO] Server Address: 138.201.17.179 [2026-04-11,18:30:58.123] [INFO] Server Port: 7000 [2026-04-11,18:30:58.128] [DEBUG] Starting Remote Access! 2026-04-11 18:30:58.261 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 18:30:58.261 [I] [client/service.go:294] try to connect to server... 2026-04-11 18:30:58.988 [I] [client/service.go:286] [990e7f54e94a42e3] login to server success, get run id [990e7f54e94a42e3] 2026-04-11 18:30:58.989 [I] [proxy/proxy_manager.go:173] [990e7f54e94a42e3] proxy added: [DTN57CC5599] 2026-04-11 18:30:59.230 [I] [client/control.go:168] [990e7f54e94a42e3] [DTN57CC5599] start proxy success [2026-04-11,18:35:17.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,18:35:23.766] [DEBUG] 6 processes running of frp type [2026-04-11,18:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,18:50:24.099] [DEBUG] 6 processes running of frp type [2026-04-11,19:05:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,19:05:24.474] [DEBUG] 6 processes running of frp type [2026-04-11,19:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,19:20:24.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,19:35:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,19:35:24.150] [DEBUG] 6 processes running of frp type [2026-04-11,19:50:18.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,19:50:25.108] [DEBUG] 6 processes running of frp type [2026-04-11,20:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,20:05:24.225] [DEBUG] 6 processes running of frp type [2026-04-11,20:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,20:20:27.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,20:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,20:35:24.738] [DEBUG] 6 processes running of frp type [2026-04-11,20:50:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,20:50:24.057] [DEBUG] 6 processes running of frp type [2026-04-11,21:05:17.240] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,21:05:19.042] [DEBUG] 6 processes running of frp type [2026-04-11,21:20:18.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,21:20:26.417] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,21:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,21:35:24.216] [DEBUG] 6 processes running of frp type [2026-04-11,21:50:18.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,21:50:25.226] [DEBUG] 6 processes running of frp type [2026-04-11,22:05:18.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,22:05:25.471] [DEBUG] 6 processes running of frp type [2026-04-11,22:20:19.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,22:20:25.905] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,22:35:19.057] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,22:35:25.673] [DEBUG] 6 processes running of frp type [2026-04-11,22:50:19.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,22:50:25.716] [DEBUG] 6 processes running of frp type [2026-04-11,23:05:19.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,23:05:28.083] [DEBUG] 6 processes running of frp type [2026-04-11,23:20:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,23:20:24.075] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,23:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,23:35:24.425] [DEBUG] 6 processes running of frp type [2026-04-11,23:50:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-11,23:50:23.627] [DEBUG] 6 processes running of frp type [2026-04-12,00:05:19.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,00:05:25.702] [DEBUG] 6 processes running of frp type [2026-04-12,00:20:18.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,00:20:25.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,00:35:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,00:35:23.488] [DEBUG] 6 processes running of frp type [2026-04-12,00:50:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,00:50:23.884] [DEBUG] 6 processes running of frp type [2026-04-12,01:05:17.277] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,01:05:23.883] [DEBUG] 6 processes running of frp type [2026-04-12,01:20:17.191] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,01:20:23.768] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,01:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,01:35:23.773] [DEBUG] 6 processes running of frp type [2026-04-12,01:50:18.625] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,01:50:25.169] [DEBUG] 6 processes running of frp type [2026-04-12,02:05:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,02:05:24.055] [DEBUG] 6 processes running of frp type [2026-04-12,02:20:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,02:20:24.426] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,02:35:18.869] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,02:35:25.473] [DEBUG] 6 processes running of frp type [2026-04-12,02:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,02:50:24.444] [DEBUG] 6 processes running of frp type [2026-04-12,03:05:17.899] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,03:05:24.494] [DEBUG] 6 processes running of frp type [2026-04-12,03:20:18.562] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,03:20:25.130] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,03:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,03:35:25.085] [DEBUG] 6 processes running of frp type [2026-04-12,03:50:17.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,03:50:23.724] [DEBUG] 6 processes running of frp type [2026-04-12,04:05:18.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,04:05:25.081] [DEBUG] 6 processes running of frp type 2026-04-12 04:06:25.288 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 04:06:25.625 [W] [client/service.go:297] [990e7f54e94a42e3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 04:06:27.793 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 04:06:28.664 [W] [client/service.go:297] [990e7f54e94a42e3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 04:06:33.232 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 04:06:35.757 [W] [client/service.go:297] [990e7f54e94a42e3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 04:06:45.561 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 04:06:46.279 [I] [client/service.go:286] [990e7f54e94a42e3] login to server success, get run id [990e7f54e94a42e3] 2026-04-12 04:06:46.280 [I] [proxy/proxy_manager.go:173] [990e7f54e94a42e3] proxy added: [DTN57CC5599] 2026-04-12 04:06:46.496 [I] [client/control.go:168] [990e7f54e94a42e3] [DTN57CC5599] start proxy success [2026-04-12,04:20:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,04:20:24.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,04:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,04:35:24.089] [DEBUG] 6 processes running of frp type [2026-04-12,04:50:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,04:50:24.310] [DEBUG] 6 processes running of frp type [2026-04-12,05:05:17.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,05:05:24.132] [DEBUG] 6 processes running of frp type [2026-04-12,05:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,05:20:24.252] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,05:35:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,05:35:24.100] [DEBUG] 6 processes running of frp type [2026-04-12,05:50:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,05:50:24.129] [DEBUG] 6 processes running of frp type 2026-04-12 05:53:49.327 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 05:53:59.329 [W] [client/service.go:297] [990e7f54e94a42e3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 05:53:59.330 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 05:54:09.331 [W] [client/service.go:297] [990e7f54e94a42e3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 05:54:09.331 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 05:54:10.255 [I] [client/service.go:286] [990e7f54e94a42e3] login to server success, get run id [990e7f54e94a42e3] 2026-04-12 05:54:10.257 [I] [proxy/proxy_manager.go:173] [990e7f54e94a42e3] proxy added: [DTN57CC5599] 2026-04-12 05:54:10.486 [I] [client/control.go:168] [990e7f54e94a42e3] [DTN57CC5599] start proxy success 2026-04-12 05:54:49.774 [I] [client/service.go:294] [990e7f54e94a42e3] try to connect to server... 2026-04-12 05:54:51.858 [I] [client/service.go:286] [990e7f54e94a42e3] login to server success, get run id [990e7f54e94a42e3] 2026-04-12 05:54:51.860 [I] [proxy/proxy_manager.go:173] [990e7f54e94a42e3] proxy added: [DTN57CC5599] 2026-04-12 05:54:58.257 [I] [client/control.go:168] [990e7f54e94a42e3] [DTN57CC5599] start proxy success [2026-04-12,06:05:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,06:05:24.151] [DEBUG] 6 processes running of frp type [2026-04-12,06:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,06:20:24.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,06:30:40.948] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,06:30:40.953] [INFO] LocationSqlManager initialising [2026-04-12,06:30:40.954] [INFO] Location DB initialising [2026-04-12,06:30:40.963] [INFO] LocationSqlManager initialisation complete [2026-04-12,06:30:40.964] [DEBUG] UploadManager Init [2026-04-12,06:30:40.964] [DEBUG] UploadManager Init Complete [2026-04-12,06:30:40.967] [INFO] Initializing GPS... [2026-04-12,06:30:40.968] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,06:32:45.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,06:32:51.555] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-12,06:33:17.204] [DEBUG] Log Upload Complete! [2026-04-12,06:35:45.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,06:35:52.262] [DEBUG] Remote Access Enabled [2026-04-12,06:35:58.396] [INFO] Server Address: 138.201.17.179 [2026-04-12,06:35:58.398] [INFO] Server Port: 7000 [2026-04-12,06:35:58.402] [DEBUG] Starting Remote Access! 2026-04-12 06:35:58.534 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 06:35:58.535 [I] [client/service.go:294] try to connect to server... 2026-04-12 06:35:59.149 [I] [client/service.go:286] [a7f595837c1af683] login to server success, get run id [a7f595837c1af683] 2026-04-12 06:35:59.150 [I] [proxy/proxy_manager.go:173] [a7f595837c1af683] proxy added: [DTN57CC5599] 2026-04-12 06:35:59.409 [I] [client/control.go:168] [a7f595837c1af683] [DTN57CC5599] start proxy success [2026-04-12,06:50:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,06:50:24.233] [DEBUG] 6 processes running of frp type [2026-04-12,07:05:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,07:05:23.980] [DEBUG] 6 processes running of frp type [2026-04-12,07:20:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,07:20:23.851] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,07:35:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,07:35:27.420] [DEBUG] 6 processes running of frp type 2026-04-12 07:46:52.059 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:47:02.061 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:47:02.062 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:47:12.063 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:47:12.064 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:47:22.065 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:47:22.066 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:47:32.067 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:47:32.068 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:47:42.069 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:48:02.070 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:48:12.072 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:48:32.074 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:48:42.076 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 07:49:02.077 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 07:49:03.759 [I] [client/service.go:286] [a7f595837c1af683] login to server success, get run id [a7f595837c1af683] 2026-04-12 07:49:03.761 [I] [proxy/proxy_manager.go:173] [a7f595837c1af683] proxy added: [DTN57CC5599] 2026-04-12 07:49:03.967 [I] [client/control.go:168] [a7f595837c1af683] [DTN57CC5599] start proxy success [2026-04-12,07:50:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,07:50:24.177] [DEBUG] 6 processes running of frp type [2026-04-12,08:02:17.514] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,08:02:24.413] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-12,08:03:11.679] [DEBUG] Log Upload Complete! [2026-04-12,08:05:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,08:05:25.066] [DEBUG] 6 processes running of frp type [2026-04-12,08:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,08:20:24.487] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,08:35:16.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,08:35:24.658] [DEBUG] 6 processes running of frp type 2026-04-12 08:40:50.571 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:41:00.573 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:41:00.573 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:41:10.574 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:41:10.575 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:41:20.577 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:41:20.578 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:41:30.580 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:41:30.581 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:41:40.582 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:42:00.583 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:42:10.585 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:42:30.587 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:42:40.589 [W] [client/service.go:297] [a7f595837c1af683] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 08:43:00.590 [I] [client/service.go:294] [a7f595837c1af683] try to connect to server... 2026-04-12 08:43:01.110 [I] [client/service.go:286] [a7f595837c1af683] login to server success, get run id [a7f595837c1af683] 2026-04-12 08:43:01.111 [I] [proxy/proxy_manager.go:173] [a7f595837c1af683] proxy added: [DTN57CC5599] 2026-04-12 08:43:01.324 [I] [client/control.go:168] [a7f595837c1af683] [DTN57CC5599] start proxy success [2026-04-12,08:50:17.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,08:50:23.900] [DEBUG] 6 processes running of frp type [2026-04-12,09:05:16.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,09:05:23.801] [DEBUG] 6 processes running of frp type [2026-04-12,09:20:19.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,09:20:26.211] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,09:35:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,09:35:24.567] [DEBUG] 6 processes running of frp type [2026-04-12,09:50:16.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,09:50:23.605] [DEBUG] 6 processes running of frp type [2026-04-12,10:05:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,10:05:24.810] [DEBUG] 6 processes running of frp type [2026-04-12,10:20:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,10:20:23.808] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,10:35:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,10:35:24.438] [DEBUG] 6 processes running of frp type [2026-04-12,10:50:18.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,10:50:25.374] [DEBUG] 6 processes running of frp type [2026-04-12,11:05:17.795] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,11:05:26.087] [DEBUG] 6 processes running of frp type [2026-04-12,11:20:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,11:20:23.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,11:35:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,11:35:24.522] [DEBUG] 6 processes running of frp type [2026-04-12,11:50:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,11:50:23.657] [DEBUG] 6 processes running of frp type [2026-04-12,12:05:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,12:05:24.651] [DEBUG] 6 processes running of frp type [2026-04-12,12:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,12:20:24.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,12:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,12:35:28.830] [DEBUG] 6 processes running of frp type [2026-04-12,12:50:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,12:50:23.859] [DEBUG] 6 processes running of frp type [2026-04-12,13:05:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,13:05:24.693] [DEBUG] 6 processes running of frp type [2026-04-12,13:20:17.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,13:20:23.610] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,13:35:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,13:35:23.961] [DEBUG] 6 processes running of frp type [2026-04-12,13:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,13:50:24.338] [DEBUG] 6 processes running of frp type [2026-04-12,14:05:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,14:05:24.260] [DEBUG] 6 processes running of frp type [2026-04-12,14:20:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,14:20:23.987] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,14:35:18.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,14:35:24.874] [DEBUG] 6 processes running of frp type [2026-04-12,14:50:17.342] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,14:50:23.884] [DEBUG] 6 processes running of frp type [2026-04-12,15:05:22.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,15:05:29.034] [DEBUG] 6 processes running of frp type [2026-04-12,15:20:22.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,15:20:28.868] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,15:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,15:35:23.933] [DEBUG] 6 processes running of frp type [2026-04-12,15:50:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,15:50:24.361] [DEBUG] 6 processes running of frp type [2026-04-12,16:05:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,16:05:24.254] [DEBUG] 6 processes running of frp type [2026-04-12,16:20:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,16:20:24.437] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,16:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,16:35:24.101] [DEBUG] 6 processes running of frp type [2026-04-12,16:50:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,16:50:24.309] [DEBUG] 6 processes running of frp type [2026-04-12,17:05:17.979] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,17:05:24.594] [DEBUG] 6 processes running of frp type [2026-04-12,17:20:18.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,17:20:24.696] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,17:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,17:35:24.527] [DEBUG] 6 processes running of frp type [2026-04-12,17:50:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,17:50:24.065] [DEBUG] 6 processes running of frp type [2026-04-12,18:05:17.307] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,18:05:23.899] [DEBUG] 6 processes running of frp type [2026-04-12,18:20:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,18:20:23.695] [DEBUG] 6 processes running of frp type [2026-04-12,18:25:42.378] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,18:25:42.383] [INFO] LocationSqlManager initialising [2026-04-12,18:25:42.384] [INFO] Location DB initialising [2026-04-12,18:25:42.393] [INFO] LocationSqlManager initialisation complete [2026-04-12,18:25:42.393] [DEBUG] UploadManager Init [2026-04-12,18:25:42.394] [DEBUG] UploadManager Init Complete [2026-04-12,18:25:42.396] [INFO] Initializing GPS... [2026-04-12,18:25:42.398] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,18:27:45.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,18:27:52.190] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-12,18:29:21.642] [DEBUG] Log Upload Complete! [2026-04-12,18:30:45.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,18:30:52.432] [DEBUG] Remote Access Enabled [2026-04-12,18:30:58.815] [INFO] Server Address: 138.201.17.179 [2026-04-12,18:30:58.816] [INFO] Server Port: 7000 [2026-04-12,18:30:58.821] [DEBUG] Starting Remote Access! 2026-04-12 18:30:58.955 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 18:30:58.956 [I] [client/service.go:294] try to connect to server... 2026-04-12 18:30:59.613 [I] [client/service.go:286] [620dfaafce560ef4] login to server success, get run id [620dfaafce560ef4] 2026-04-12 18:30:59.614 [I] [proxy/proxy_manager.go:173] [620dfaafce560ef4] proxy added: [DTN57CC5599] 2026-04-12 18:30:59.837 [I] [client/control.go:168] [620dfaafce560ef4] [DTN57CC5599] start proxy success [2026-04-12,18:35:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,18:35:24.619] [DEBUG] 6 processes running of frp type [2026-04-12,18:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,18:50:24.291] [DEBUG] 6 processes running of frp type [2026-04-12,19:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,19:05:24.119] [DEBUG] 6 processes running of frp type [2026-04-12,19:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,19:20:24.222] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,19:35:18.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,19:35:24.958] [DEBUG] 6 processes running of frp type [2026-04-12,19:50:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,19:50:26.814] [DEBUG] 6 processes running of frp type [2026-04-12,20:05:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,20:05:26.680] [DEBUG] 6 processes running of frp type [2026-04-12,20:20:17.046] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,20:20:23.629] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,20:35:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,20:35:30.026] [DEBUG] 6 processes running of frp type [2026-04-12,20:50:17.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,20:50:24.918] [DEBUG] 6 processes running of frp type [2026-04-12,21:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,21:05:23.733] [DEBUG] 6 processes running of frp type [2026-04-12,21:20:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,21:20:24.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,21:35:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,21:35:24.272] [DEBUG] 6 processes running of frp type [2026-04-12,21:50:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,21:50:23.762] [DEBUG] 6 processes running of frp type [2026-04-12,22:05:17.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,22:05:23.572] [DEBUG] 6 processes running of frp type [2026-04-12,22:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,22:20:24.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,22:35:18.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,22:35:24.594] [DEBUG] 6 processes running of frp type [2026-04-12,22:50:17.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,22:50:23.578] [DEBUG] 6 processes running of frp type [2026-04-12,23:05:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,23:05:24.404] [DEBUG] 6 processes running of frp type [2026-04-12,23:20:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,23:20:26.039] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,23:35:20.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,23:35:27.676] [DEBUG] 6 processes running of frp type [2026-04-12,23:50:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-12,23:50:24.001] [DEBUG] 6 processes running of frp type [2026-04-13,00:05:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,00:05:26.461] [DEBUG] 6 processes running of frp type [2026-04-13,00:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,00:20:24.528] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,00:35:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,00:35:24.454] [DEBUG] 6 processes running of frp type [2026-04-13,00:50:17.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,00:50:24.207] [DEBUG] 6 processes running of frp type [2026-04-13,01:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,01:05:23.982] [DEBUG] 6 processes running of frp type [2026-04-13,01:20:18.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,01:20:24.957] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,01:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,01:35:24.251] [DEBUG] 6 processes running of frp type [2026-04-13,01:50:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,01:50:24.328] [DEBUG] 6 processes running of frp type [2026-04-13,02:05:17.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,02:05:24.022] [DEBUG] 6 processes running of frp type [2026-04-13,02:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,02:20:23.680] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,02:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,02:35:24.065] [DEBUG] 6 processes running of frp type [2026-04-13,02:50:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,02:50:24.004] [DEBUG] 6 processes running of frp type [2026-04-13,03:05:17.239] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,03:05:23.840] [DEBUG] 6 processes running of frp type [2026-04-13,03:20:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,03:20:23.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,03:35:17.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,03:35:23.670] [DEBUG] 6 processes running of frp type [2026-04-13,03:50:17.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,03:50:24.390] [DEBUG] 6 processes running of frp type [2026-04-13,04:05:22.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,04:05:29.368] [DEBUG] 6 processes running of frp type 2026-04-13 04:06:33.888 [I] [client/service.go:294] [620dfaafce560ef4] try to connect to server... 2026-04-13 04:06:35.483 [W] [client/service.go:297] [620dfaafce560ef4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:06:35.483 [I] [client/service.go:294] [620dfaafce560ef4] try to connect to server... 2026-04-13 04:06:38.522 [W] [client/service.go:297] [620dfaafce560ef4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:06:38.522 [I] [client/service.go:294] [620dfaafce560ef4] try to connect to server... 2026-04-13 04:06:38.534 [W] [client/service.go:297] [620dfaafce560ef4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:06:48.502 [I] [client/service.go:294] [620dfaafce560ef4] try to connect to server... 2026-04-13 04:06:58.629 [I] [client/service.go:286] [620dfaafce560ef4] login to server success, get run id [620dfaafce560ef4] 2026-04-13 04:06:58.631 [I] [proxy/proxy_manager.go:173] [620dfaafce560ef4] proxy added: [DTN57CC5599] 2026-04-13 04:06:58.866 [I] [client/control.go:168] [620dfaafce560ef4] [DTN57CC5599] start proxy success [2026-04-13,04:20:17.549] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,04:20:24.127] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,04:35:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,04:35:24.153] [DEBUG] 6 processes running of frp type [2026-04-13,04:50:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,04:50:24.331] [DEBUG] 6 processes running of frp type [2026-04-13,05:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,05:05:24.572] [DEBUG] 6 processes running of frp type [2026-04-13,05:20:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,05:20:24.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,05:35:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,05:35:23.871] [DEBUG] 6 processes running of frp type [2026-04-13,05:50:18.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,05:50:24.846] [DEBUG] 6 processes running of frp type [2026-04-13,06:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,06:05:24.433] [DEBUG] 6 processes running of frp type [2026-04-13,06:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,06:20:24.559] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,06:30:42.043] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,06:30:42.048] [INFO] LocationSqlManager initialising [2026-04-13,06:30:42.049] [INFO] Location DB initialising [2026-04-13,06:30:42.059] [INFO] LocationSqlManager initialisation complete [2026-04-13,06:30:42.060] [DEBUG] UploadManager Init [2026-04-13,06:30:42.060] [DEBUG] UploadManager Init Complete [2026-04-13,06:30:42.064] [INFO] Initializing GPS... [2026-04-13,06:30:42.066] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,06:32:44.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,06:32:50.993] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-13,06:33:32.960] [DEBUG] Log Upload Complete! [2026-04-13,06:35:44.419] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-13,06:35:44.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,06:35:51.151] [DEBUG] Remote Access Enabled [2026-04-13,06:35:57.658] [INFO] Server Address: 138.201.17.179 [2026-04-13,06:35:57.659] [INFO] Server Port: 7000 [2026-04-13,06:35:57.664] [DEBUG] Starting Remote Access! 2026-04-13 06:35:57.798 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 06:35:57.799 [I] [client/service.go:294] try to connect to server... 2026-04-13 06:35:58.489 [I] [client/service.go:286] [c80222f7fc121f7d] login to server success, get run id [c80222f7fc121f7d] 2026-04-13 06:35:58.490 [I] [proxy/proxy_manager.go:173] [c80222f7fc121f7d] proxy added: [DTN57CC5599] 2026-04-13 06:35:58.729 [I] [client/control.go:168] [c80222f7fc121f7d] [DTN57CC5599] start proxy success 2026-04-13 06:38:39.104 [I] [client/service.go:294] [c80222f7fc121f7d] try to connect to server... 2026-04-13 06:38:49.106 [W] [client/service.go:297] [c80222f7fc121f7d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 06:38:49.107 [I] [client/service.go:294] [c80222f7fc121f7d] try to connect to server... 2026-04-13 06:38:57.262 [I] [client/service.go:286] [c80222f7fc121f7d] login to server success, get run id [c80222f7fc121f7d] 2026-04-13 06:38:57.263 [I] [proxy/proxy_manager.go:173] [c80222f7fc121f7d] proxy added: [DTN57CC5599] 2026-04-13 06:38:57.743 [I] [client/control.go:168] [c80222f7fc121f7d] [DTN57CC5599] start proxy success [2026-04-13,06:50:18.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,06:50:24.697] [DEBUG] 6 processes running of frp type [2026-04-13,07:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,07:05:23.948] [DEBUG] 6 processes running of frp type [2026-04-13,07:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,07:20:23.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,07:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,07:35:23.998] [DEBUG] 6 processes running of frp type [2026-04-13,07:50:18.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,07:50:24.937] [DEBUG] 6 processes running of frp type [2026-04-13,08:02:17.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,08:02:23.639] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-13,08:02:51.289] [DEBUG] Log Upload Complete! [2026-04-13,08:05:17.223] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,08:05:24.022] [DEBUG] 6 processes running of frp type [2026-04-13,08:20:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,08:20:23.937] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,08:35:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,08:35:24.320] [DEBUG] 6 processes running of frp type [2026-04-13,08:50:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,08:50:24.678] [DEBUG] 6 processes running of frp type [2026-04-13,09:05:18.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,09:05:24.837] [DEBUG] 6 processes running of frp type [2026-04-13,09:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,09:20:24.696] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,09:35:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,09:35:24.003] [DEBUG] 6 processes running of frp type [2026-04-13,09:50:18.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,09:50:24.925] [DEBUG] 6 processes running of frp type [2026-04-13,10:05:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,10:05:23.892] [DEBUG] 6 processes running of frp type [2026-04-13,10:20:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,10:20:23.988] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,10:35:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,10:35:24.340] [DEBUG] 6 processes running of frp type [2026-04-13,10:50:18.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,10:50:24.949] [DEBUG] 6 processes running of frp type [2026-04-13,11:05:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,11:05:24.086] [DEBUG] 6 processes running of frp type [2026-04-13,11:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,11:20:23.911] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,11:35:17.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,11:35:24.051] [DEBUG] 6 processes running of frp type [2026-04-13,11:50:17.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,11:50:24.265] [DEBUG] 6 processes running of frp type [2026-04-13,12:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,12:05:24.522] [DEBUG] 6 processes running of frp type [2026-04-13,12:20:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,12:20:24.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,12:35:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,12:35:23.837] [DEBUG] 6 processes running of frp type [2026-04-13,12:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,12:50:24.390] [DEBUG] 6 processes running of frp type [2026-04-13,13:05:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,13:05:24.773] [DEBUG] 6 processes running of frp type [2026-04-13,13:20:17.040] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,13:20:23.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,13:35:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,13:35:23.739] [DEBUG] 6 processes running of frp type [2026-04-13,13:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,13:50:24.268] [DEBUG] 6 processes running of frp type [2026-04-13,14:05:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,14:05:24.190] [DEBUG] 6 processes running of frp type [2026-04-13,14:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,14:20:24.189] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,14:35:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,14:35:24.312] [DEBUG] 6 processes running of frp type [2026-04-13,14:50:18.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,14:50:24.958] [DEBUG] 6 processes running of frp type [2026-04-13,15:05:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,15:05:24.277] [DEBUG] 6 processes running of frp type [2026-04-13,15:20:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,15:20:24.216] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,15:35:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,15:35:24.479] [DEBUG] 6 processes running of frp type [2026-04-13,15:50:16.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,15:50:23.607] [DEBUG] 6 processes running of frp type [2026-04-13,16:05:18.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,16:05:24.751] [DEBUG] 6 processes running of frp type [2026-04-13,16:20:17.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,16:20:24.201] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,16:35:16.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,16:35:23.563] [DEBUG] 6 processes running of frp type [2026-04-13,16:50:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,16:50:23.975] [DEBUG] 6 processes running of frp type [2026-04-13,17:05:17.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,17:05:23.879] [DEBUG] 6 processes running of frp type [2026-04-13,17:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,17:20:23.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,17:35:17.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,17:35:23.727] [DEBUG] 6 processes running of frp type [2026-04-13,17:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,17:50:24.272] [DEBUG] 6 processes running of frp type [2026-04-13,18:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,18:05:24.329] [DEBUG] 6 processes running of frp type [2026-04-13,18:20:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,18:20:24.209] [DEBUG] 6 processes running of frp type [2026-04-13,18:25:40.856] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,18:25:40.861] [INFO] LocationSqlManager initialising [2026-04-13,18:25:40.861] [INFO] Location DB initialising [2026-04-13,18:25:40.870] [INFO] LocationSqlManager initialisation complete [2026-04-13,18:25:40.871] [DEBUG] UploadManager Init [2026-04-13,18:25:40.871] [DEBUG] UploadManager Init Complete [2026-04-13,18:25:40.874] [INFO] Initializing GPS... [2026-04-13,18:25:40.876] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,18:27:44.424] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,18:27:51.007] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-13,18:28:20.270] [DEBUG] Log Upload Complete! [2026-04-13,18:30:44.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,18:30:51.298] [DEBUG] Remote Access Enabled [2026-04-13,18:30:57.607] [INFO] Server Address: 138.201.17.179 [2026-04-13,18:30:57.609] [INFO] Server Port: 7000 [2026-04-13,18:30:57.615] [DEBUG] Starting Remote Access! 2026-04-13 18:30:57.746 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 18:30:57.747 [I] [client/service.go:294] try to connect to server... 2026-04-13 18:30:58.415 [I] [client/service.go:286] [06bba5b3885616fd] login to server success, get run id [06bba5b3885616fd] 2026-04-13 18:30:58.416 [I] [proxy/proxy_manager.go:173] [06bba5b3885616fd] proxy added: [DTN57CC5599] 2026-04-13 18:30:58.641 [I] [client/control.go:168] [06bba5b3885616fd] [DTN57CC5599] start proxy success [2026-04-13,18:35:17.645] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,18:35:24.453] [DEBUG] 6 processes running of frp type [2026-04-13,18:50:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,18:50:23.915] [DEBUG] 6 processes running of frp type [2026-04-13,19:05:17.113] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,19:05:24.029] [DEBUG] 6 processes running of frp type [2026-04-13,19:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,19:20:23.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,19:35:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,19:35:24.134] [DEBUG] 6 processes running of frp type [2026-04-13,19:50:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,19:50:24.205] [DEBUG] 6 processes running of frp type [2026-04-13,20:05:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,20:05:24.613] [DEBUG] 6 processes running of frp type [2026-04-13,20:20:18.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,20:20:24.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,20:35:22.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,20:35:29.482] [DEBUG] 6 processes running of frp type [2026-04-13,20:50:19.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,20:50:25.781] [DEBUG] 6 processes running of frp type 2026-04-13 20:56:29.938 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-13 20:56:32.283 [I] [client/service.go:286] [06bba5b3885616fd] login to server success, get run id [06bba5b3885616fd] 2026-04-13 20:56:32.284 [I] [proxy/proxy_manager.go:173] [06bba5b3885616fd] proxy added: [DTN57CC5599] 2026-04-13 20:56:32.524 [I] [client/control.go:168] [06bba5b3885616fd] [DTN57CC5599] start proxy success [2026-04-13,21:05:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,21:05:23.777] [DEBUG] 6 processes running of frp type [2026-04-13,21:20:18.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,21:20:24.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,21:35:17.612] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,21:35:24.127] [DEBUG] 6 processes running of frp type [2026-04-13,21:50:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,21:50:24.217] [DEBUG] 6 processes running of frp type [2026-04-13,22:05:18.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,22:05:25.238] [DEBUG] 6 processes running of frp type [2026-04-13,22:20:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,22:20:24.348] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,22:35:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,22:35:24.524] [DEBUG] 6 processes running of frp type [2026-04-13,22:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,22:50:25.000] [DEBUG] 6 processes running of frp type [2026-04-13,23:05:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,23:05:24.228] [DEBUG] 6 processes running of frp type [2026-04-13,23:20:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,23:20:24.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,23:35:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,23:35:24.193] [DEBUG] 6 processes running of frp type [2026-04-13,23:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-13,23:50:24.207] [DEBUG] 6 processes running of frp type [2026-04-14,00:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,00:05:24.194] [DEBUG] 6 processes running of frp type [2026-04-14,00:20:22.389] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,00:20:29.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,00:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,00:35:24.034] [DEBUG] 6 processes running of frp type [2026-04-14,00:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,00:50:24.246] [DEBUG] 6 processes running of frp type [2026-04-14,01:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,01:05:24.015] [DEBUG] 6 processes running of frp type [2026-04-14,01:20:17.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,01:20:23.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,01:35:20.020] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,01:35:26.621] [DEBUG] 6 processes running of frp type [2026-04-14,01:50:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,01:50:24.170] [DEBUG] 6 processes running of frp type [2026-04-14,02:05:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,02:05:23.880] [DEBUG] 6 processes running of frp type [2026-04-14,02:20:22.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,02:20:28.635] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,02:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,02:35:23.911] [DEBUG] 6 processes running of frp type [2026-04-14,02:50:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,02:50:23.692] [DEBUG] 6 processes running of frp type [2026-04-14,03:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,03:05:24.430] [DEBUG] 6 processes running of frp type [2026-04-14,03:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,03:20:26.070] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,03:35:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,03:35:23.885] [DEBUG] 6 processes running of frp type [2026-04-14,03:50:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,03:50:23.834] [DEBUG] 6 processes running of frp type 2026-04-14 03:53:45.306 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 03:53:55.309 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 03:53:55.310 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 03:54:05.311 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 03:54:05.312 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 03:54:13.309 [I] [client/service.go:286] [06bba5b3885616fd] login to server success, get run id [06bba5b3885616fd] 2026-04-14 03:54:13.311 [I] [proxy/proxy_manager.go:173] [06bba5b3885616fd] proxy added: [DTN57CC5599] 2026-04-14 03:54:13.779 [I] [client/control.go:168] [06bba5b3885616fd] [DTN57CC5599] start proxy success [2026-04-14,04:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,04:05:23.773] [DEBUG] 6 processes running of frp type 2026-04-14 04:06:27.883 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 04:06:29.999 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:06:30.000 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 04:06:33.039 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:06:33.040 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 04:06:36.079 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:06:46.138 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 04:06:46.783 [I] [client/service.go:286] [06bba5b3885616fd] login to server success, get run id [06bba5b3885616fd] 2026-04-14 04:06:46.784 [I] [proxy/proxy_manager.go:173] [06bba5b3885616fd] proxy added: [DTN57CC5599] 2026-04-14 04:06:46.999 [I] [client/control.go:168] [06bba5b3885616fd] [DTN57CC5599] start proxy success 2026-04-14 04:13:59.014 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 04:14:02.563 [I] [client/service.go:286] [06bba5b3885616fd] login to server success, get run id [06bba5b3885616fd] 2026-04-14 04:14:02.565 [I] [proxy/proxy_manager.go:173] [06bba5b3885616fd] proxy added: [DTN57CC5599] 2026-04-14 04:14:02.779 [I] [client/control.go:168] [06bba5b3885616fd] [DTN57CC5599] start proxy success [2026-04-14,04:20:17.949] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,04:20:24.452] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,04:35:18.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,04:35:24.864] [DEBUG] 6 processes running of frp type [2026-04-14,04:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,04:50:24.311] [DEBUG] 6 processes running of frp type 2026-04-14 05:01:37.915 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:01:47.917 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:01:47.918 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:01:57.919 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:01:57.920 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:02:07.921 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:02:07.922 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:02:17.923 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:02:17.924 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:02:27.926 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:02:47.927 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:02:57.930 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:03:17.931 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:03:27.932 [W] [client/service.go:297] [06bba5b3885616fd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 05:03:47.934 [I] [client/service.go:294] [06bba5b3885616fd] try to connect to server... 2026-04-14 05:03:48.697 [I] [client/service.go:286] [06bba5b3885616fd] login to server success, get run id [06bba5b3885616fd] 2026-04-14 05:03:48.698 [I] [proxy/proxy_manager.go:173] [06bba5b3885616fd] proxy added: [DTN57CC5599] 2026-04-14 05:03:48.926 [I] [client/control.go:168] [06bba5b3885616fd] [DTN57CC5599] start proxy success [2026-04-14,05:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,05:05:25.512] [DEBUG] 6 processes running of frp type [2026-04-14,05:20:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,05:20:24.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,05:35:18.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,05:35:25.183] [DEBUG] 6 processes running of frp type [2026-04-14,05:50:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,05:50:24.992] [DEBUG] 6 processes running of frp type [2026-04-14,06:05:17.199] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,06:05:23.808] [DEBUG] 6 processes running of frp type [2026-04-14,06:20:16.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,06:20:23.580] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,06:30:41.269] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,06:30:41.276] [INFO] LocationSqlManager initialising [2026-04-14,06:30:41.277] [INFO] Location DB initialising [2026-04-14,06:30:41.288] [INFO] LocationSqlManager initialisation complete [2026-04-14,06:30:41.289] [DEBUG] UploadManager Init [2026-04-14,06:30:41.290] [DEBUG] UploadManager Init Complete [2026-04-14,06:30:41.295] [INFO] Initializing GPS... [2026-04-14,06:30:41.298] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,06:32:45.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,06:32:56.633] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-14,06:33:11.891] [DEBUG] Log Upload Complete! [2026-04-14,06:35:44.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,06:35:45.039] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-14,06:35:51.508] [DEBUG] Remote Access Enabled [2026-04-14,06:35:57.776] [INFO] Server Address: 138.201.17.179 [2026-04-14,06:35:57.777] [INFO] Server Port: 7000 [2026-04-14,06:35:57.783] [DEBUG] Starting Remote Access! 2026-04-14 06:35:57.918 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 06:35:57.919 [I] [client/service.go:294] try to connect to server... 2026-04-14 06:35:58.652 [I] [client/service.go:286] [e1c63404fb008fa2] login to server success, get run id [e1c63404fb008fa2] 2026-04-14 06:35:58.653 [I] [proxy/proxy_manager.go:173] [e1c63404fb008fa2] proxy added: [DTN57CC5599] 2026-04-14 06:35:58.863 [I] [client/control.go:168] [e1c63404fb008fa2] [DTN57CC5599] start proxy success [2026-04-14,06:50:17.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,06:50:23.923] [DEBUG] 6 processes running of frp type 2026-04-14 06:56:22.115 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 06:56:23.959 [I] [client/service.go:286] [e1c63404fb008fa2] login to server success, get run id [e1c63404fb008fa2] 2026-04-14 06:56:23.960 [I] [proxy/proxy_manager.go:173] [e1c63404fb008fa2] proxy added: [DTN57CC5599] 2026-04-14 06:56:24.346 [I] [client/control.go:168] [e1c63404fb008fa2] [DTN57CC5599] start proxy success 2026-04-14 06:59:36.269 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 06:59:40.738 [I] [client/service.go:286] [e1c63404fb008fa2] login to server success, get run id [e1c63404fb008fa2] 2026-04-14 06:59:40.740 [I] [proxy/proxy_manager.go:173] [e1c63404fb008fa2] proxy added: [DTN57CC5599] 2026-04-14 06:59:41.533 [I] [client/control.go:168] [e1c63404fb008fa2] [DTN57CC5599] start proxy success [2026-04-14,07:05:17.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,07:05:30.635] [DEBUG] 6 processes running of frp type 2026-04-14 07:05:56.226 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 07:06:07.820 [W] [client/service.go:297] [e1c63404fb008fa2] connect to server error: connection write timeout 2026-04-14 07:06:07.820 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 07:06:08.474 [I] [client/service.go:286] [e1c63404fb008fa2] login to server success, get run id [e1c63404fb008fa2] 2026-04-14 07:06:08.475 [I] [proxy/proxy_manager.go:173] [e1c63404fb008fa2] proxy added: [DTN57CC5599] 2026-04-14 07:06:08.686 [I] [client/control.go:168] [e1c63404fb008fa2] [DTN57CC5599] start proxy success [2026-04-14,07:20:18.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,07:20:24.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,07:35:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,07:35:24.292] [DEBUG] 6 processes running of frp type [2026-04-14,07:50:18.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,07:50:29.916] [DEBUG] 6 processes running of frp type [2026-04-14,08:02:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,08:02:23.787] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-14,08:02:44.825] [DEBUG] Log Upload Complete! [2026-04-14,08:05:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,08:05:23.871] [DEBUG] 6 processes running of frp type [2026-04-14,08:20:17.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,08:20:23.850] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,08:35:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,08:35:25.407] [DEBUG] 6 processes running of frp type [2026-04-14,08:50:18.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,08:50:24.653] [DEBUG] 6 processes running of frp type [2026-04-14,09:05:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,09:05:24.312] [DEBUG] 6 processes running of frp type [2026-04-14,09:20:17.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,09:20:24.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,09:35:18.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,09:35:26.697] [DEBUG] 6 processes running of frp type 2026-04-14 09:42:30.019 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 09:42:30.782 [I] [client/service.go:286] [e1c63404fb008fa2] login to server success, get run id [e1c63404fb008fa2] 2026-04-14 09:42:30.784 [I] [proxy/proxy_manager.go:173] [e1c63404fb008fa2] proxy added: [DTN57CC5599] 2026-04-14 09:42:31.021 [I] [client/control.go:168] [e1c63404fb008fa2] [DTN57CC5599] start proxy success [2026-04-14,09:50:17.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,09:50:24.432] [DEBUG] 6 processes running of frp type [2026-04-14,10:05:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,10:05:24.320] [DEBUG] 6 processes running of frp type [2026-04-14,10:20:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,10:20:24.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,10:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,10:35:24.343] [DEBUG] 6 processes running of frp type [2026-04-14,10:50:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,10:50:24.041] [DEBUG] 6 processes running of frp type [2026-04-14,11:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,11:05:24.019] [DEBUG] 6 processes running of frp type [2026-04-14,11:20:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,11:20:23.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,11:35:18.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,11:35:24.661] [DEBUG] 6 processes running of frp type [2026-04-14,11:50:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,11:50:24.498] [DEBUG] 6 processes running of frp type [2026-04-14,12:05:18.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,12:05:24.707] [DEBUG] 6 processes running of frp type [2026-04-14,12:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,12:20:23.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,12:35:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,12:35:24.247] [DEBUG] 6 processes running of frp type [2026-04-14,12:50:17.808] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,12:50:24.315] [DEBUG] 6 processes running of frp type 2026-04-14 13:03:41.819 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 13:03:41.824 [W] [client/service.go:297] [e1c63404fb008fa2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 13:03:43.895 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 13:03:43.900 [W] [client/service.go:297] [e1c63404fb008fa2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 13:03:48.167 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 13:03:48.171 [W] [client/service.go:297] [e1c63404fb008fa2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 13:03:57.018 [I] [client/service.go:294] [e1c63404fb008fa2] try to connect to server... 2026-04-14 13:03:57.547 [I] [client/service.go:286] [e1c63404fb008fa2] login to server success, get run id [e1c63404fb008fa2] 2026-04-14 13:03:57.549 [I] [proxy/proxy_manager.go:173] [e1c63404fb008fa2] proxy added: [DTN57CC5599] 2026-04-14 13:03:57.720 [I] [client/control.go:168] [e1c63404fb008fa2] [DTN57CC5599] start proxy success [2026-04-14,13:05:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,13:05:25.028] [DEBUG] 6 processes running of frp type [2026-04-14,13:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,13:20:24.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,13:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,13:35:24.429] [DEBUG] 6 processes running of frp type [2026-04-14,13:50:16.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,13:50:23.611] [DEBUG] 6 processes running of frp type [2026-04-14,14:05:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,14:05:24.536] [DEBUG] 6 processes running of frp type [2026-04-14,14:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,14:20:24.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,14:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,14:35:25.022] [DEBUG] 6 processes running of frp type [2026-04-14,14:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,14:50:24.166] [DEBUG] 6 processes running of frp type [2026-04-14,15:05:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,15:05:25.131] [DEBUG] 6 processes running of frp type [2026-04-14,15:20:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,15:20:24.097] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,15:35:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,15:35:24.996] [DEBUG] 6 processes running of frp type [2026-04-14,15:50:18.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,15:50:25.560] [DEBUG] 6 processes running of frp type [2026-04-14,16:05:18.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,16:05:30.945] [DEBUG] 6 processes running of frp type [2026-04-14,16:20:18.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,16:20:25.390] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,16:35:16.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,16:35:24.776] [DEBUG] 6 processes running of frp type [2026-04-14,16:50:18.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,16:50:26.920] [DEBUG] 6 processes running of frp type [2026-04-14,17:05:19.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,17:05:28.077] [DEBUG] 6 processes running of frp type [2026-04-14,17:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,17:20:24.973] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,17:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,17:35:24.297] [DEBUG] 6 processes running of frp type [2026-04-14,17:50:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,17:50:25.344] [DEBUG] 6 processes running of frp type [2026-04-14,18:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,18:05:25.872] [DEBUG] 6 processes running of frp type [2026-04-14,18:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,18:20:23.990] [DEBUG] 6 processes running of frp type [2026-04-14,18:25:41.179] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,18:25:41.185] [INFO] LocationSqlManager initialising [2026-04-14,18:25:41.185] [INFO] Location DB initialising [2026-04-14,18:25:41.194] [INFO] LocationSqlManager initialisation complete [2026-04-14,18:25:41.195] [DEBUG] UploadManager Init [2026-04-14,18:25:41.195] [DEBUG] UploadManager Init Complete [2026-04-14,18:25:41.198] [INFO] Initializing GPS... [2026-04-14,18:25:41.200] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,18:27:44.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,18:27:51.792] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-14,18:28:27.619] [DEBUG] Log Upload Complete! [2026-04-14,18:30:44.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,18:30:51.477] [DEBUG] Remote Access Enabled [2026-04-14,18:30:57.812] [INFO] Server Address: 138.201.17.179 [2026-04-14,18:30:57.813] [INFO] Server Port: 7000 [2026-04-14,18:30:57.818] [DEBUG] Starting Remote Access! 2026-04-14 18:30:57.950 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 18:30:57.950 [I] [client/service.go:294] try to connect to server... 2026-04-14 18:30:58.566 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-14 18:30:58.567 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-14 18:30:58.842 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success [2026-04-14,18:35:17.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,18:35:24.655] [DEBUG] 6 processes running of frp type [2026-04-14,18:50:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,18:50:24.070] [DEBUG] 6 processes running of frp type [2026-04-14,19:05:18.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,19:05:29.779] [DEBUG] 6 processes running of frp type [2026-04-14,19:20:19.353] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,19:20:25.967] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-14 19:26:13.769 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-14 19:26:15.005 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-14 19:26:15.006 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-14 19:26:15.247 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success [2026-04-14,19:35:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,19:35:26.862] [DEBUG] 6 processes running of frp type [2026-04-14,19:50:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,19:50:26.979] [DEBUG] 6 processes running of frp type [2026-04-14,20:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,20:05:24.129] [DEBUG] 6 processes running of frp type [2026-04-14,20:20:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,20:20:24.068] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,20:35:20.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,20:35:26.934] [DEBUG] 6 processes running of frp type [2026-04-14,20:50:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,20:50:25.475] [DEBUG] 6 processes running of frp type [2026-04-14,21:05:18.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,21:05:25.305] [DEBUG] 6 processes running of frp type 2026-04-14 21:13:05.622 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-14 21:13:15.624 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 21:13:15.625 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-14 21:13:25.627 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 21:13:25.628 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-14 21:13:35.629 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 21:13:35.629 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-14 21:13:45.631 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 21:13:45.632 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-14 21:13:50.725 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-14 21:13:50.725 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-14 21:13:50.983 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success [2026-04-14,21:20:18.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,21:20:25.665] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,21:35:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,21:35:23.994] [DEBUG] 6 processes running of frp type [2026-04-14,21:50:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,21:50:25.875] [DEBUG] 6 processes running of frp type [2026-04-14,22:05:17.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,22:05:24.434] [DEBUG] 6 processes running of frp type [2026-04-14,22:20:22.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,22:20:29.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,22:35:18.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,22:35:25.889] [DEBUG] 6 processes running of frp type [2026-04-14,22:50:23.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,22:50:30.151] [DEBUG] 6 processes running of frp type [2026-04-14,23:05:17.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,23:05:24.002] [DEBUG] 6 processes running of frp type [2026-04-14,23:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,23:20:24.110] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,23:35:17.491] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,23:35:24.193] [DEBUG] 6 processes running of frp type [2026-04-14,23:50:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-14,23:50:24.156] [DEBUG] 6 processes running of frp type [2026-04-15,00:05:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,00:05:24.008] [DEBUG] 6 processes running of frp type [2026-04-15,00:20:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,00:20:24.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,00:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,00:35:24.485] [DEBUG] 6 processes running of frp type [2026-04-15,00:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,00:50:24.347] [DEBUG] 6 processes running of frp type [2026-04-15,01:05:17.620] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,01:05:25.280] [DEBUG] 6 processes running of frp type [2026-04-15,01:20:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,01:20:23.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,01:35:17.420] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,01:35:23.867] [DEBUG] 6 processes running of frp type [2026-04-15,01:50:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,01:50:24.603] [DEBUG] 6 processes running of frp type [2026-04-15,02:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,02:05:24.746] [DEBUG] 6 processes running of frp type 2026-04-15 02:09:14.393 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:09:24.395 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 02:09:24.395 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:09:34.396 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 02:09:34.396 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:09:44.398 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 02:09:44.398 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:09:54.400 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 02:09:54.400 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:10:04.401 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 02:10:24.402 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:10:34.404 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 02:10:54.406 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:10:54.410 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 02:11:14.412 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:11:15.012 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 02:11:15.013 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 02:11:15.221 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success [2026-04-15,02:20:18.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,02:20:25.157] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,02:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,02:35:24.096] [DEBUG] 6 processes running of frp type [2026-04-15,02:50:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,02:50:24.068] [DEBUG] 6 processes running of frp type 2026-04-15 02:54:16.533 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 02:54:24.416 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 02:54:24.417 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 02:54:24.793 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success [2026-04-15,03:05:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,03:05:24.009] [DEBUG] 6 processes running of frp type [2026-04-15,03:20:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,03:20:23.789] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,03:35:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,03:35:23.713] [DEBUG] 6 processes running of frp type [2026-04-15,03:50:17.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,03:50:24.977] [DEBUG] 6 processes running of frp type [2026-04-15,04:05:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,04:05:24.469] [DEBUG] 6 processes running of frp type 2026-04-15 04:06:29.718 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:06:32.173 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:06:32.173 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:06:35.213 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:06:35.213 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:06:38.253 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:06:48.155 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:06:48.160 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:07:08.161 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:07:08.165 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:07:28.166 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:07:28.171 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:07:48.172 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:07:48.176 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:08:08.177 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:08:08.182 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:08:28.182 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:08:28.188 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:08:48.189 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:08:48.193 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:09:08.194 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:09:08.199 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:09:28.200 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:09:28.205 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:09:48.206 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:09:48.210 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:10:08.212 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:10:08.216 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:10:28.217 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:10:29.012 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:10:29.013 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:10:29.331 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:14:11.908 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:14:18.040 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:14:18.040 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:14:21.079 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:14:21.080 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:14:24.119 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:14:33.094 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:14:33.239 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:14:52.302 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:14:53.506 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:15:13.508 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:15:15.799 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:15:35.800 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:15:37.080 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:15:57.082 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:15:57.346 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:16:17.347 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:16:19.639 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:16:39.640 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:16:40.331 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:16:40.332 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:16:40.547 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:18:52.792 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:19:02.794 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:19:02.795 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:19:12.797 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:19:12.798 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:19:22.800 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:19:22.801 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:19:32.803 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:19:32.804 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:19:33.132 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:19:53.134 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:19:56.172 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:20:16.174 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:20:19.212 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:20:39.213 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:20:49.215 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:21:09.217 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:21:10.893 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:21:30.894 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:21:31.971 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:21:31.972 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:21:32.197 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:24:14.857 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:24:17.905 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:24:17.906 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:24:20.946 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:24:20.947 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:24:23.986 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:24:34.573 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:24:44.576 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:25:04.578 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:25:07.106 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:25:27.108 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:25:37.110 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:25:57.111 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-15 04:26:03.105 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:26:23.106 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:26:23.372 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:26:43.374 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:26:44.031 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:26:44.033 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:26:44.236 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:29:59.671 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:30:09.673 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:30:09.674 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:30:19.675 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:30:19.675 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:30:29.677 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:30:29.678 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:30:39.680 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:30:39.682 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:30:49.683 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:31:09.684 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:31:10.572 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:31:30.573 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:31:47.382 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:31:47.384 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:31:47.968 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:33:48.432 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:33:58.434 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:33:58.435 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:34:08.436 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:34:08.437 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:34:19.816 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 04:34:19.817 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:34:29.818 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:34:29.819 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:34:39.820 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:34:59.821 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:35:09.823 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:35:29.825 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:35:32.386 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:35:52.387 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:35:55.426 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:36:15.428 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:36:17.719 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:36:37.720 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:36:38.344 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:36:38.345 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:36:38.556 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:38:48.754 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:38:58.756 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:38:58.757 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:39:08.759 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:39:08.759 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:39:12.813 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:39:22.413 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:39:22.945 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:39:42.562 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:39:52.564 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:40:12.566 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:40:15.613 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:40:35.614 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:40:37.186 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:40:57.187 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:40:57.452 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:41:17.453 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:41:19.746 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:41:39.746 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:41:40.370 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:41:40.371 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:41:40.570 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:43:50.589 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:44:00.591 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:44:00.592 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:44:10.594 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:44:10.594 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:44:20.596 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:44:20.597 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:44:20.922 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:44:39.854 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:44:41.238 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:45:01.240 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:45:04.279 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:45:24.281 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:45:26.572 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:45:46.573 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:45:48.866 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:46:08.868 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:46:09.132 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:46:29.133 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:46:31.426 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:46:51.427 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:46:52.077 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:46:52.078 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:46:52.287 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:49:02.304 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:49:12.306 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:49:12.306 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:49:22.308 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:49:22.308 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:49:32.311 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:49:32.311 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:49:35.346 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:49:55.348 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:50:05.349 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:50:25.351 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:50:28.385 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:50:48.386 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:50:51.425 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:51:11.427 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:51:11.692 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:51:31.694 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:51:33.986 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:51:53.988 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:52:03.990 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:52:23.992 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:52:24.004 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:52:44.005 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:52:44.008 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:53:04.009 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:53:04.017 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:53:24.019 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:53:24.023 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:53:44.025 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:53:45.025 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:54:05.027 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:54:07.319 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:54:27.321 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:54:29.612 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:54:49.613 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:54:49.879 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:55:09.879 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:55:12.172 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:55:32.173 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:55:34.466 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:55:54.467 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:55:54.732 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:56:14.733 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:56:17.026 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:56:37.027 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:56:39.319 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:56:59.321 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:57:00.572 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 04:57:00.573 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 04:57:00.817 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 04:59:10.689 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:59:13.613 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:59:13.614 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:59:16.652 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:59:16.652 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:59:19.693 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:59:28.641 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:59:28.812 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:59:46.845 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 04:59:56.847 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:00:16.848 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:00:19.878 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:00:39.880 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:00:40.145 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:01:00.147 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:01:02.438 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:01:22.438 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:01:32.440 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:01:52.442 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:01:53.417 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:01:53.419 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:01:53.618 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:04:34.047 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:04:44.049 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:04:44.049 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:04:54.051 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:04:54.052 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:05:04.054 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:05:04.054 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:05:14.056 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:05:14.057 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:05:20.226 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:05:40.228 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:05:43.265 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:06:03.267 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:06:06.305 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:06:26.306 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:06:29.239 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:06:49.240 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:06:49.809 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:06:49.810 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:06:50.013 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:08:59.978 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:09:09.980 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:09:09.980 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:09:19.982 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:09:19.982 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:09:29.983 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:09:29.984 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:09:39.985 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:09:39.986 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:09:40.279 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:10:00.281 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:10:10.283 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:10:30.285 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:10:40.287 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:11:00.289 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:11:02.733 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:11:22.734 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:11:22.999 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:11:43.000 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:11:45.292 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:12:05.294 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:12:06.112 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:12:06.112 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:12:06.338 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:14:16.249 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:14:19.533 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:14:19.534 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:14:22.572 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:14:22.572 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:14:25.613 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:14:34.205 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:14:37.238 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:14:54.763 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:15:05.957 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: i/o deadline reached 2026-04-15 05:15:25.958 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:15:35.960 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:15:55.962 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:15:58.999 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:16:19.000 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:16:21.292 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:16:41.293 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:16:42.572 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:17:02.573 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:17:03.179 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:17:03.181 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:17:03.384 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:19:13.887 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:19:23.889 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:19:23.889 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:19:33.890 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:19:33.891 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:19:43.893 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:19:43.894 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:19:44.225 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:20:03.358 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:20:04.492 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:20:24.493 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:20:26.785 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:20:46.787 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:20:49.079 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:21:09.080 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:21:11.372 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:21:31.373 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:21:31.638 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:21:51.640 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:21:52.298 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:21:52.299 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:21:52.503 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:24:02.473 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:24:12.474 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:24:12.475 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:24:22.476 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:24:22.477 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:24:32.478 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:24:32.479 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:24:35.532 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:24:54.243 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:24:56.545 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:25:16.546 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:25:18.839 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:25:38.840 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:25:41.132 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:26:01.133 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:26:01.398 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-15 05:26:21.399 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:26:23.692 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:26:43.693 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:26:45.985 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:27:05.987 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:27:06.681 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:27:06.682 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:27:06.896 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:29:16.879 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:29:26.881 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:29:26.882 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:29:36.884 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:29:36.885 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:29:46.886 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:29:46.886 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:29:56.888 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:29:56.889 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:29:59.932 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:30:19.934 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:30:22.972 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:30:42.974 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:30:46.012 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:31:06.013 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:31:16.015 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:31:36.016 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:31:46.018 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:32:06.020 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:32:06.717 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:32:06.718 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:32:06.935 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:32:46.287 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:32:46.929 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:32:46.930 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:32:47.159 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:33:56.670 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:34:06.672 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:34:06.672 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:34:16.674 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:34:16.675 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:34:26.676 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:34:26.677 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:34:38.980 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: i/o deadline reached 2026-04-15 05:34:38.981 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:34:48.982 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:35:08.984 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:35:18.986 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:35:38.987 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:35:42.039 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:36:02.040 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:36:03.853 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:36:23.854 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:36:33.856 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:36:53.857 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:36:57.807 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:36:57.809 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:36:58.035 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:39:39.418 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:39:49.421 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:39:49.422 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:39:59.423 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:39:59.424 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:40:13.786 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 05:40:13.787 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:40:23.788 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:40:23.789 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:40:33.790 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:40:53.791 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:40:56.839 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:41:16.840 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:41:19.132 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:41:39.134 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:41:41.985 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:42:01.987 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:42:02.792 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:42:02.793 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:42:03.044 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:44:43.637 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:45:00.135 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 05:45:00.135 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:45:10.137 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:45:10.138 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:45:20.140 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:45:20.140 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:45:30.731 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 05:45:30.732 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:45:42.584 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 05:46:02.586 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:46:12.587 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:46:32.589 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:46:42.590 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:47:02.591 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:47:03.297 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:47:03.298 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:47:03.551 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:48:13.039 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:48:23.042 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:48:23.043 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:48:31.218 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:48:31.219 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:48:31.457 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:50:16.387 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:50:16.759 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:50:18.942 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:50:19.798 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:50:24.164 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:50:25.879 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:50:34.953 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:50:34.998 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:50:53.613 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:50:54.759 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:51:14.759 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:51:17.052 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:51:37.053 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:51:39.346 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:51:59.348 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:52:03.188 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:52:03.189 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:52:03.389 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 05:54:13.299 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:54:23.301 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:54:23.302 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:54:33.303 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 05:54:33.303 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:54:36.359 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:54:45.265 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:54:48.305 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:55:06.853 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:55:09.905 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:55:29.907 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:55:32.199 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:55:52.200 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:55:54.491 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:56:14.492 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:56:14.759 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:56:34.759 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:56:37.052 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 05:56:57.054 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 05:57:04.963 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 05:57:04.964 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 05:57:05.369 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:01:24.784 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:01:34.786 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:01:34.787 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:01:50.353 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 06:01:50.354 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:02:01.394 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 06:02:01.394 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:02:04.760 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 06:02:04.761 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 06:02:04.999 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:04:14.990 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:04:24.993 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:04:24.994 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:04:34.996 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:04:34.997 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:04:44.998 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:04:44.999 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:04:51.212 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:05:10.579 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:05:21.412 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 06:05:41.413 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:05:51.415 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:06:11.417 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:06:12.545 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:06:32.546 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:06:34.839 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:06:54.840 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:06:55.105 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:07:15.106 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:07:15.779 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 06:07:15.780 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 06:07:16.010 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:10:31.846 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:10:34.012 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:10:34.013 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:10:37.053 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:10:37.054 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:10:40.093 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:10:49.669 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:10:52.252 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:11:12.157 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:11:13.532 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:11:33.533 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:11:34.812 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:11:54.814 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:11:56.092 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:12:16.094 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:12:16.825 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 06:12:16.826 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 06:12:17.061 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:14:58.821 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:15:08.823 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:15:08.824 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:15:18.825 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:15:18.826 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:15:28.828 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:15:28.829 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:15:38.830 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:15:38.831 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:15:41.879 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:16:01.880 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:16:04.918 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:16:24.919 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:16:26.679 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:16:46.680 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:16:56.682 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:17:16.684 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:17:20.391 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 06:17:20.392 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 06:17:20.606 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:19:30.152 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:19:40.154 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:19:40.155 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:19:50.156 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:19:50.157 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:20:00.158 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:20:00.159 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:20:03.211 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:20:20.323 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:20:30.324 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:20:50.325 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:21:00.328 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:21:20.330 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:21:20.731 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:21:40.733 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:21:50.735 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:22:10.737 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:22:11.905 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:22:31.907 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:22:32.828 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 06:22:32.829 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 06:22:33.058 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:24:12.556 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:24:22.559 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:24:22.560 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:24:35.340 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: connection write timeout 2026-04-15 06:24:35.340 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:24:45.342 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:24:45.342 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:24:55.344 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:24:55.345 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:25:05.347 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:25:25.348 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:25:35.350 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:25:55.351 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:25:58.385 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-15 06:26:18.387 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:26:21.425 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:26:41.425 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:26:43.718 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:27:03.719 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:27:13.721 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:27:33.722 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:27:34.424 [I] [client/service.go:286] [ef7d2794e9eecde7] login to server success, get run id [ef7d2794e9eecde7] 2026-04-15 06:27:34.426 [I] [proxy/proxy_manager.go:173] [ef7d2794e9eecde7] proxy added: [DTN57CC5599] 2026-04-15 06:27:34.656 [I] [client/control.go:168] [ef7d2794e9eecde7] [DTN57CC5599] start proxy success 2026-04-15 06:29:44.843 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:29:45.452 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:29:47.562 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:29:48.492 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:29:52.782 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... 2026-04-15 06:29:55.585 [W] [client/service.go:297] [ef7d2794e9eecde7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 06:30:04.994 [I] [client/service.go:294] [ef7d2794e9eecde7] try to connect to server... [2026-04-15,06:30:41.260] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,06:30:41.266] [INFO] LocationSqlManager initialising [2026-04-15,06:30:41.266] [INFO] Location DB initialising [2026-04-15,06:30:41.276] [INFO] LocationSqlManager initialisation complete [2026-04-15,06:30:41.277] [DEBUG] UploadManager Init [2026-04-15,06:30:41.278] [DEBUG] UploadManager Init Complete [2026-04-15,06:30:41.281] [INFO] Initializing GPS... [2026-04-15,06:30:41.283] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,06:35:47.491] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,06:51:03.631] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,07:06:23.673] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,07:21:35.604] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,07:36:47.898] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,07:51:59.551] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,08:07:19.593] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,08:22:29.417] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,08:37:39.604] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-15,08:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,08:50:24.532] [DEBUG] Remote Access Enabled [2026-04-15,08:50:30.804] [INFO] Server Address: 138.201.17.179 [2026-04-15,08:50:30.805] [INFO] Server Port: 7000 [2026-04-15,08:50:30.810] [DEBUG] Starting Remote Access! 2026-04-15 08:50:30.938 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 08:50:30.939 [I] [client/service.go:294] try to connect to server... 2026-04-15 08:50:31.618 [I] [client/service.go:286] [df88d4b5398f897d] login to server success, get run id [df88d4b5398f897d] 2026-04-15 08:50:31.619 [I] [proxy/proxy_manager.go:173] [df88d4b5398f897d] proxy added: [DTN57CC5599] 2026-04-15 08:50:31.857 [I] [client/control.go:168] [df88d4b5398f897d] [DTN57CC5599] start proxy success [2026-04-15,09:05:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,09:05:24.519] [DEBUG] 6 processes running of frp type [2026-04-15,09:20:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,09:20:24.657] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,09:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,09:35:24.213] [DEBUG] 6 processes running of frp type [2026-04-15,09:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,09:50:24.697] [DEBUG] 6 processes running of frp type [2026-04-15,10:05:18.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,10:05:25.056] [DEBUG] 6 processes running of frp type [2026-04-15,10:20:17.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,10:20:24.110] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,10:35:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,10:35:24.743] [DEBUG] 6 processes running of frp type [2026-04-15,10:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,10:50:24.095] [DEBUG] 6 processes running of frp type [2026-04-15,11:05:17.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,11:05:24.372] [DEBUG] 6 processes running of frp type [2026-04-15,11:20:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,11:20:24.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,11:35:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,11:35:24.010] [DEBUG] 6 processes running of frp type [2026-04-15,11:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,11:50:24.636] [DEBUG] 6 processes running of frp type [2026-04-15,12:05:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,12:05:24.843] [DEBUG] 6 processes running of frp type [2026-04-15,12:20:17.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,12:20:24.058] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,12:35:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,12:35:24.503] [DEBUG] 6 processes running of frp type [2026-04-15,12:50:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,12:50:23.967] [DEBUG] 6 processes running of frp type [2026-04-15,13:05:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,13:05:24.128] [DEBUG] 6 processes running of frp type [2026-04-15,13:20:17.428] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,13:20:24.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,13:35:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,13:35:24.209] [DEBUG] 6 processes running of frp type [2026-04-15,13:50:17.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,13:50:24.678] [DEBUG] 6 processes running of frp type [2026-04-15,14:05:18.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,14:05:24.757] [DEBUG] 6 processes running of frp type [2026-04-15,14:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,14:20:23.885] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,14:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,14:35:24.381] [DEBUG] 6 processes running of frp type [2026-04-15,14:50:18.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,14:50:25.003] [DEBUG] 6 processes running of frp type [2026-04-15,15:05:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,15:05:24.153] [DEBUG] 6 processes running of frp type [2026-04-15,15:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,15:20:24.211] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,15:35:18.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,15:35:24.914] [DEBUG] 6 processes running of frp type [2026-04-15,15:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,15:50:24.403] [DEBUG] 6 processes running of frp type [2026-04-15,16:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,16:05:24.529] [DEBUG] 6 processes running of frp type [2026-04-15,16:20:17.900] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,16:20:24.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,16:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,16:35:24.175] [DEBUG] 6 processes running of frp type [2026-04-15,16:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,16:50:24.495] [DEBUG] 6 processes running of frp type [2026-04-15,17:05:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,17:05:24.746] [DEBUG] 6 processes running of frp type [2026-04-15,17:20:17.133] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,17:20:23.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,17:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,17:35:25.159] [DEBUG] 6 processes running of frp type [2026-04-15,17:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,17:50:24.941] [DEBUG] 6 processes running of frp type [2026-04-15,18:05:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,18:05:24.070] [DEBUG] 6 processes running of frp type [2026-04-15,18:20:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,18:20:24.124] [DEBUG] 6 processes running of frp type [2026-04-15,18:25:41.025] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,18:25:41.031] [INFO] LocationSqlManager initialising [2026-04-15,18:25:41.031] [INFO] Location DB initialising [2026-04-15,18:25:41.041] [INFO] LocationSqlManager initialisation complete [2026-04-15,18:25:41.042] [DEBUG] UploadManager Init [2026-04-15,18:25:41.042] [DEBUG] UploadManager Init Complete [2026-04-15,18:25:41.046] [INFO] Initializing GPS... [2026-04-15,18:25:41.048] [INFO] Starting location capture [2026-04-15,18:26:47.155] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,18:26:47.160] [INFO] LocationSqlManager initialising [2026-04-15,18:26:47.160] [INFO] Location DB initialising [2026-04-15,18:26:47.170] [INFO] LocationSqlManager initialisation complete [2026-04-15,18:26:47.170] [DEBUG] UploadManager Init [2026-04-15,18:26:47.171] [DEBUG] UploadManager Init Complete [2026-04-15,18:26:47.174] [INFO] Initializing GPS... [2026-04-15,18:26:47.175] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,18:28:50.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,18:28:57.267] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-15,18:29:40.675] [DEBUG] Log Upload Complete! [2026-04-15,18:31:41.250] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2026-04-15,18:31:50.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,18:31:57.574] [DEBUG] Remote Access Enabled [2026-04-15,18:32:03.930] [INFO] Server Address: 138.201.17.179 [2026-04-15,18:32:03.931] [INFO] Server Port: 7000 [2026-04-15,18:32:03.937] [DEBUG] Starting Remote Access! 2026-04-15 18:32:04.068 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 18:32:04.069 [I] [client/service.go:294] try to connect to server... 2026-04-15 18:32:04.687 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-15 18:32:04.687 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-15 18:32:04.898 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success [2026-04-15,18:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,18:35:23.905] [DEBUG] 6 processes running of frp type [2026-04-15,18:50:16.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,18:50:23.645] [DEBUG] 6 processes running of frp type [2026-04-15,19:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,19:05:24.672] [DEBUG] 6 processes running of frp type [2026-04-15,19:20:16.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,19:20:23.669] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,19:35:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,19:35:24.079] [DEBUG] 6 processes running of frp type [2026-04-15,19:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,19:50:24.501] [DEBUG] 6 processes running of frp type [2026-04-15,20:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,20:05:24.497] [DEBUG] 6 processes running of frp type [2026-04-15,20:20:22.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,20:20:29.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,20:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,20:35:24.280] [DEBUG] 6 processes running of frp type [2026-04-15,20:50:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,20:50:23.907] [DEBUG] 6 processes running of frp type [2026-04-15,21:05:22.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,21:05:29.230] [DEBUG] 6 processes running of frp type [2026-04-15,21:20:17.608] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,21:20:24.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,21:35:18.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,21:35:24.799] [DEBUG] 6 processes running of frp type [2026-04-15,21:50:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,21:50:23.893] [DEBUG] 6 processes running of frp type [2026-04-15,22:05:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,22:05:23.857] [DEBUG] 6 processes running of frp type [2026-04-15,22:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,22:20:23.896] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,22:35:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,22:35:24.257] [DEBUG] 6 processes running of frp type [2026-04-15,22:50:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,22:50:24.413] [DEBUG] 6 processes running of frp type [2026-04-15,23:05:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,23:05:24.275] [DEBUG] 6 processes running of frp type [2026-04-15,23:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,23:20:24.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,23:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,23:35:24.408] [DEBUG] 6 processes running of frp type [2026-04-15,23:50:19.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-15,23:50:26.285] [DEBUG] 6 processes running of frp type [2026-04-16,00:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,00:05:24.294] [DEBUG] 6 processes running of frp type [2026-04-16,00:20:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,00:20:24.188] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,00:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,00:35:34.886] [DEBUG] 6 processes running of frp type [2026-04-16,00:50:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,00:50:24.421] [DEBUG] 6 processes running of frp type [2026-04-16,01:05:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,01:05:24.276] [DEBUG] 6 processes running of frp type [2026-04-16,01:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,01:20:24.158] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,01:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,01:35:24.126] [DEBUG] 6 processes running of frp type [2026-04-16,01:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,01:50:24.152] [DEBUG] 6 processes running of frp type [2026-04-16,02:05:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,02:05:24.001] [DEBUG] 6 processes running of frp type [2026-04-16,02:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,02:20:23.901] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,02:35:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,02:35:24.639] [DEBUG] 6 processes running of frp type [2026-04-16,02:50:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,02:50:24.247] [DEBUG] 6 processes running of frp type [2026-04-16,03:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,03:05:24.115] [DEBUG] 6 processes running of frp type [2026-04-16,03:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,03:20:23.932] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,03:35:17.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,03:35:23.836] [DEBUG] 6 processes running of frp type [2026-04-16,03:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,03:50:23.682] [DEBUG] 6 processes running of frp type 2026-04-16 03:55:07.016 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 03:55:15.954 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 03:55:15.955 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 03:55:17.681 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 03:57:00.118 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 03:57:00.842 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 03:57:00.843 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 03:57:01.084 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success [2026-04-16,04:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,04:05:24.641] [DEBUG] 6 processes running of frp type 2026-04-16 04:06:51.194 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:06:53.362 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:06:53.363 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:07:00.562 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:07:00.563 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:07:00.565 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:07:10.111 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:07:10.789 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:07:10.791 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:07:11.010 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:13:56.700 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:14:06.701 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:14:06.702 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:14:16.703 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:14:16.704 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:14:16.881 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:14:25.779 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:14:28.828 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:14:47.663 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:14:48.722 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:15:08.723 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:15:11.762 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:15:31.762 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:15:34.055 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:15:54.057 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:16:04.058 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:16:24.059 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:16:27.095 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:16:47.096 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:16:47.722 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:16:47.723 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:16:47.928 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:18:57.894 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:19:07.896 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:19:07.897 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:19:17.898 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:19:17.899 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:19:27.900 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:19:27.901 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:19:41.294 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 04:19:41.295 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:19:51.297 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:20:11.298 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:20:21.300 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:20:41.302 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:20:44.348 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:21:04.349 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:21:06.642 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:21:26.643 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:21:26.908 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:21:46.910 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:21:48.940 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:21:48.942 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:21:49.163 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:24:02.038 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:24:12.040 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:24:12.041 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:24:22.043 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:24:22.044 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:24:32.046 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:24:32.047 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:24:42.049 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:24:42.050 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:24:42.375 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:25:02.376 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:25:03.015 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:25:23.016 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:25:25.308 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:25:45.308 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:25:47.602 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-16 04:26:07.603 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:26:07.868 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:26:27.869 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:26:37.872 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:26:57.874 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:26:58.494 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:26:58.495 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:26:58.728 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:29:39.617 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:29:49.619 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:29:49.620 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:29:55.761 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:29:55.762 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:29:58.801 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:30:08.890 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:30:18.892 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:30:38.894 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:30:48.896 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:31:08.897 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:31:18.900 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:31:38.902 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:31:48.904 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:32:08.905 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:32:09.615 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:32:09.616 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:32:09.847 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:34:21.557 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:34:23.495 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:34:23.496 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:34:26.535 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:34:26.536 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:34:29.574 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:34:39.246 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:34:42.295 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:35:02.296 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:35:12.298 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:35:32.299 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:35:33.442 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:35:53.444 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:35:55.735 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:36:15.736 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:36:18.028 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:36:38.029 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:36:48.032 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:37:08.034 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:37:08.688 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:37:08.689 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:37:08.913 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:40:22.912 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:40:25.949 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:40:25.949 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:40:28.988 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:40:28.989 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:40:32.028 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:40:41.216 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:40:43.122 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:41:03.018 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:41:03.975 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:41:23.976 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:41:24.241 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:41:44.243 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:41:46.535 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:42:06.537 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:42:07.287 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:42:07.289 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:42:07.519 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:44:17.452 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:44:27.453 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:44:27.454 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:44:37.457 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:44:37.457 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:44:47.458 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:44:47.459 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:44:57.461 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:44:57.462 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:45:01.521 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:45:21.523 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:45:24.561 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:45:44.563 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:45:47.601 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:46:07.603 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:46:10.641 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:46:30.643 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:46:32.935 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:46:52.936 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:46:55.228 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:47:15.229 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:47:15.853 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:47:15.854 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:47:16.063 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:48:59.030 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:49:09.033 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:49:09.034 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:49:19.036 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:49:19.036 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:49:29.037 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:49:29.038 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:49:39.039 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:49:39.040 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:49:42.082 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:50:02.083 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:50:04.241 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:50:24.243 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:50:26.535 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:50:46.536 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:50:46.801 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:51:06.803 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:51:09.095 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:51:29.097 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:51:31.388 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:51:51.389 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:51:51.654 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:52:11.656 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:52:12.252 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:52:12.253 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:52:12.448 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 04:54:23.902 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:54:33.904 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:54:33.905 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:54:43.907 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:54:43.907 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:54:53.909 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:54:53.909 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:55:03.911 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:55:03.911 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:55:13.913 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:55:33.914 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:55:35.309 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:55:55.310 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:56:05.312 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:56:25.314 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:56:35.316 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 04:56:55.318 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:56:57.842 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:57:17.843 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 04:57:18.487 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 04:57:18.489 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 04:57:18.704 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:00:31.293 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:00:34.322 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:00:34.323 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:00:37.362 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:00:37.362 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:00:40.401 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:00:49.243 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:00:52.295 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:01:11.599 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:01:12.295 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:01:32.297 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:01:32.561 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:01:52.562 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:02:02.564 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:02:22.566 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:02:23.165 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:02:23.166 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:02:23.366 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:05:34.583 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:05:37.628 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:05:37.629 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:05:40.669 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:05:40.669 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:05:43.708 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:05:53.450 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:06:03.452 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:06:03.452 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:06:13.453 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:06:33.455 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:06:35.895 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:06:55.897 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:07:03.967 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:07:03.968 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:07:04.375 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:09:14.040 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:09:17.068 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:09:17.069 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:09:20.108 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:09:20.109 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:09:23.148 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:09:32.995 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:09:33.282 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:09:53.283 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:10:03.285 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:10:23.287 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:10:33.289 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:10:53.290 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:10:55.601 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:11:15.602 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:11:17.895 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:11:37.896 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:11:38.161 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:11:58.163 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:12:00.454 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:12:20.455 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:12:21.090 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:12:21.092 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:12:21.311 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:14:01.117 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:14:11.119 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:14:11.119 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:14:21.121 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:14:21.122 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:14:31.123 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:14:31.123 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:14:41.125 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:14:41.126 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:14:44.161 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:15:04.163 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:15:05.521 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:15:25.522 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:15:35.525 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:15:55.526 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:16:05.528 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:16:25.530 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:16:25.895 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:16:45.897 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:16:46.161 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:17:06.162 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:17:06.892 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:17:06.894 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:17:07.104 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:19:48.847 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:19:58.848 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:19:58.849 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:20:08.850 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:20:08.851 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:20:19.893 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:20:19.894 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:20:20.816 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:20:56.307 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:21:00.378 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:21:00.378 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:21:10.380 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:21:10.381 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:21:20.382 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:21:20.383 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:21:30.385 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:21:30.385 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:21:40.387 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:22:00.388 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:22:02.668 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:22:22.670 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:22:23.282 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:22:23.284 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:22:23.498 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:25:05.151 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:25:15.152 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:25:15.153 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:25:28.686 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 05:25:28.687 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:25:38.689 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:25:38.690 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:25:48.691 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:25:48.692 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:25:58.694 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-16 05:26:18.695 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:26:18.908 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:26:38.909 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:26:41.681 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:27:01.682 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:27:01.947 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:27:21.948 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:27:22.692 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:27:22.693 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:27:22.920 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:29:33.566 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:29:43.567 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:29:43.568 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:29:53.570 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:29:53.570 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:30:03.572 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:30:03.573 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:30:13.575 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:30:13.576 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:30:16.614 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:30:36.616 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:30:46.618 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:31:06.619 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:31:16.621 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:31:36.622 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:31:37.814 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:31:57.816 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:32:00.108 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:32:20.109 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:32:21.358 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:32:21.360 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:32:21.602 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:34:31.180 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:34:41.182 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:34:41.183 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:34:51.185 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:34:51.185 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:35:01.186 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:35:01.187 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:35:01.467 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:35:21.469 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:35:31.471 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:35:51.472 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:35:59.788 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:36:19.790 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:36:20.054 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:36:40.056 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:36:41.548 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:37:01.550 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:37:03.841 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:37:23.842 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:37:24.534 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:37:24.536 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:37:24.759 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:39:34.988 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:39:44.990 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:39:44.991 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:39:54.993 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:39:54.994 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:40:04.996 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:40:04.997 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:40:14.999 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:40:15.000 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:40:15.281 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:40:35.283 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:40:37.468 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:40:57.469 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:40:58.748 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:41:18.749 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:41:20.402 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:41:40.402 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:41:40.667 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:42:00.669 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:42:02.962 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:42:22.963 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:42:23.563 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:42:23.565 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:42:23.761 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:44:33.893 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:44:43.894 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:44:43.895 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:44:53.896 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:44:53.897 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:45:03.899 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:45:03.900 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:45:04.134 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:45:23.043 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:45:34.053 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: i/o deadline reached 2026-04-16 05:45:54.055 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:46:04.056 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:46:24.058 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:46:34.061 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:46:54.062 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:47:04.065 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:47:24.066 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:47:24.760 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:47:24.762 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:47:25.014 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:49:34.954 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:49:44.955 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:49:44.956 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:49:54.957 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:49:54.958 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:50:04.960 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:50:04.961 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:50:14.963 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:50:14.964 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:50:24.965 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:50:44.966 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:50:46.987 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:51:06.989 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:51:10.028 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:51:30.029 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:51:32.321 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:51:52.322 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:51:54.615 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:52:14.615 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:52:14.881 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:52:34.881 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:52:35.500 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:52:35.501 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:52:35.720 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:54:45.735 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:54:48.775 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:54:48.775 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:54:58.777 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:54:58.778 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:55:08.779 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:55:08.780 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:55:18.782 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:55:18.782 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:55:21.815 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:55:41.817 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:55:42.081 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:56:02.082 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:56:04.375 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:56:24.376 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:56:34.378 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 05:56:54.379 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:56:54.667 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:57:14.669 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:57:14.934 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 05:57:34.936 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:57:35.629 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 05:57:35.631 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 05:57:35.858 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 05:59:45.853 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 05:59:55.004 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: session shutdown 2026-04-16 05:59:55.005 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:00:05.490 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 06:00:05.491 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:00:19.016 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 06:00:19.016 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:00:31.798 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 06:00:31.798 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:00:41.800 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:01:01.801 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:01:11.803 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:01:31.805 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:01:41.807 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:02:01.809 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:02:11.811 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:02:31.813 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:02:32.576 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 06:02:32.577 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 06:02:33.071 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 06:04:43.150 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:04:53.153 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:04:53.154 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:05:03.155 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:05:03.155 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:05:13.157 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:05:13.158 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:05:23.160 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:05:23.160 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:05:26.214 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:05:46.216 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:05:56.218 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:06:16.219 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:06:26.222 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:06:46.223 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:06:47.654 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:07:07.655 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:07:07.920 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:07:27.921 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:07:28.600 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 06:07:28.601 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 06:07:28.817 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 06:09:38.755 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:09:48.757 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:09:48.758 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:09:58.760 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:09:58.760 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:10:08.761 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:10:08.762 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:10:17.521 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:10:36.192 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:10:46.194 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:11:06.195 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:11:09.227 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:11:29.228 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:11:30.908 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:11:50.909 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:11:53.201 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:12:13.202 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:12:23.449 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 06:12:23.450 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 06:12:23.850 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 06:14:33.706 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:14:48.644 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 06:14:48.644 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:15:01.590 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: i/o deadline reached 2026-04-16 06:15:01.590 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:15:11.592 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:15:11.592 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:15:21.594 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:15:41.595 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:15:44.215 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:16:04.216 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:16:14.218 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:16:34.220 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:16:35.521 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:16:55.523 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:16:57.814 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:17:17.816 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:17:18.084 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:17:38.086 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:17:38.765 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 06:17:38.766 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 06:17:39.003 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 06:19:48.985 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:19:51.629 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:19:51.629 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:19:54.668 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:19:54.669 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:19:57.707 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:20:06.712 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:20:06.829 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:20:25.760 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:20:35.763 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:20:55.764 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:21:06.732 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: connection write timeout 2026-04-16 06:21:26.733 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:21:36.735 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:21:56.737 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:21:59.787 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:22:19.788 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:22:22.081 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:22:42.082 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:22:42.733 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 06:22:42.734 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 06:22:42.981 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 06:24:53.363 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:25:03.366 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:25:03.366 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:25:13.368 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:25:13.368 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:25:23.370 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:25:23.370 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:25:33.372 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:25:33.373 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:25:37.441 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:25:57.442 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:26:00.482 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-16 06:26:20.483 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:26:23.521 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:26:43.523 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:26:45.840 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:27:05.842 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:27:08.881 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 06:27:28.883 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:27:29.781 [I] [client/service.go:286] [e5604936a345aa6f] login to server success, get run id [e5604936a345aa6f] 2026-04-16 06:27:29.782 [I] [proxy/proxy_manager.go:173] [e5604936a345aa6f] proxy added: [DTN57CC5599] 2026-04-16 06:27:29.999 [I] [client/control.go:168] [e5604936a345aa6f] [DTN57CC5599] start proxy success 2026-04-16 06:29:46.724 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:29:56.726 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:29:56.727 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... 2026-04-16 06:30:06.728 [W] [client/service.go:297] [e5604936a345aa6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 06:30:06.729 [I] [client/service.go:294] [e5604936a345aa6f] try to connect to server... [2026-04-16,06:30:41.960] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,06:30:41.965] [INFO] LocationSqlManager initialising [2026-04-16,06:30:41.965] [INFO] Location DB initialising [2026-04-16,06:30:41.975] [INFO] LocationSqlManager initialisation complete [2026-04-16,06:30:41.977] [DEBUG] UploadManager Init [2026-04-16,06:30:41.977] [DEBUG] UploadManager Init Complete [2026-04-16,06:30:41.981] [INFO] Initializing GPS... [2026-04-16,06:30:41.984] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,06:35:30.860] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,06:50:30.878] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,07:05:30.949] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,07:20:31.071] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,07:35:31.169] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,07:50:31.261] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,08:05:31.370] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,08:20:31.493] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,08:35:31.517] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,08:50:31.638] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,09:05:31.758] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,09:20:31.808] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,09:35:31.926] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,09:50:32.047] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,10:05:32.166] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,10:20:32.286] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,10:35:32.406] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,10:50:32.527] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,11:05:32.648] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-16,11:20:32.768] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,11:35:32.872] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,06:30:25.608] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,06:30:25.613] [INFO] LocationSqlManager initialising [2026-04-16,06:30:25.613] [INFO] Location DB initialising [2026-04-16,06:30:25.623] [INFO] LocationSqlManager initialisation complete [2026-04-16,06:30:25.624] [DEBUG] UploadManager Init [2026-04-16,06:30:25.624] [DEBUG] UploadManager Init Complete [2026-04-16,06:30:25.627] [INFO] Initializing GPS... [2026-04-16,06:30:25.630] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,17:39:07.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,17:39:21.042] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-16,17:40:17.954] [DEBUG] Log Upload Complete! [2026-04-16,17:42:07.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,17:42:20.102] [DEBUG] Remote Access Enabled [2026-04-16,17:42:26.495] [INFO] Server Address: 138.201.17.179 [2026-04-16,17:42:26.496] [INFO] Server Port: 7000 [2026-04-16,17:42:26.501] [DEBUG] Starting Remote Access! 2026-04-16 17:42:26.634 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 17:42:26.635 [I] [client/service.go:294] try to connect to server... 2026-04-16 17:42:27.212 [I] [client/service.go:286] [7ef62dfd7dc3df1b] login to server success, get run id [7ef62dfd7dc3df1b] 2026-04-16 17:42:27.213 [I] [proxy/proxy_manager.go:173] [7ef62dfd7dc3df1b] proxy added: [DTN57CC5599] 2026-04-16 17:42:27.523 [I] [client/control.go:168] [7ef62dfd7dc3df1b] [DTN57CC5599] start proxy success [2026-04-16,17:50:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,17:50:23.825] [DEBUG] 6 processes running of frp type 2026-04-16 18:04:47.844 [I] [client/service.go:294] [7ef62dfd7dc3df1b] try to connect to server... 2026-04-16 18:04:50.574 [I] [client/service.go:286] [7ef62dfd7dc3df1b] login to server success, get run id [7ef62dfd7dc3df1b] 2026-04-16 18:04:50.576 [I] [proxy/proxy_manager.go:173] [7ef62dfd7dc3df1b] proxy added: [DTN57CC5599] 2026-04-16 18:04:50.787 [I] [client/control.go:168] [7ef62dfd7dc3df1b] [DTN57CC5599] start proxy success [2026-04-16,18:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,18:05:23.890] [DEBUG] 6 processes running of frp type [2026-04-16,18:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,18:20:24.406] [DEBUG] 6 processes running of frp type [2026-04-16,18:25:42.764] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,18:25:42.772] [INFO] LocationSqlManager initialising [2026-04-16,18:25:42.773] [INFO] Location DB initialising [2026-04-16,18:25:42.783] [INFO] LocationSqlManager initialisation complete [2026-04-16,18:25:42.785] [DEBUG] UploadManager Init [2026-04-16,18:25:42.785] [DEBUG] UploadManager Init Complete [2026-04-16,18:25:42.790] [INFO] Initializing GPS... [2026-04-16,18:25:42.793] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,18:27:45.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,18:27:51.702] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-16,18:28:23.126] [DEBUG] Log Upload Complete! [2026-04-16,18:30:45.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,18:30:52.352] [DEBUG] Remote Access Enabled [2026-04-16,18:30:59.011] [INFO] Server Address: 138.201.17.179 [2026-04-16,18:30:59.012] [INFO] Server Port: 7000 [2026-04-16,18:30:59.017] [DEBUG] Starting Remote Access! 2026-04-16 18:30:59.151 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 18:30:59.152 [I] [client/service.go:294] try to connect to server... 2026-04-16 18:30:59.802 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-16 18:30:59.804 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-16 18:31:00.034 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success [2026-04-16,18:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,18:35:24.852] [DEBUG] 6 processes running of frp type [2026-04-16,18:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,18:50:24.459] [DEBUG] 6 processes running of frp type [2026-04-16,19:05:18.866] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,19:05:25.519] [DEBUG] 6 processes running of frp type [2026-04-16,19:20:17.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,19:20:25.357] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,19:35:18.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,19:35:25.515] [DEBUG] 6 processes running of frp type [2026-04-16,19:50:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,19:50:28.473] [DEBUG] 6 processes running of frp type [2026-04-16,20:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,20:05:27.289] [DEBUG] 6 processes running of frp type [2026-04-16,20:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,20:20:23.921] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,20:35:17.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,20:35:24.143] [DEBUG] 6 processes running of frp type [2026-04-16,20:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,20:50:24.237] [DEBUG] 6 processes running of frp type [2026-04-16,21:05:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,21:05:27.727] [DEBUG] 6 processes running of frp type [2026-04-16,21:20:16.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,21:20:24.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,21:35:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,21:35:24.671] [DEBUG] 6 processes running of frp type [2026-04-16,21:50:17.048] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,21:50:23.949] [DEBUG] 6 processes running of frp type [2026-04-16,22:05:18.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,22:05:41.503] [DEBUG] 6 processes running of frp type [2026-04-16,22:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,22:20:26.530] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,22:35:22.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,22:35:30.513] [DEBUG] 6 processes running of frp type [2026-04-16,22:50:19.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,22:50:31.526] [DEBUG] 6 processes running of frp type [2026-04-16,23:05:18.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,23:05:24.884] [DEBUG] 6 processes running of frp type [2026-04-16,23:20:21.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,23:20:27.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,23:35:17.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,23:35:25.054] [DEBUG] 6 processes running of frp type [2026-04-16,23:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-16,23:50:24.281] [DEBUG] 6 processes running of frp type [2026-04-17,00:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,00:05:24.332] [DEBUG] 6 processes running of frp type [2026-04-17,00:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,00:20:24.236] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,00:35:20.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,00:35:27.353] [DEBUG] 6 processes running of frp type [2026-04-17,00:50:18.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,00:50:25.049] [DEBUG] 6 processes running of frp type [2026-04-17,01:05:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,01:05:24.593] [DEBUG] 6 processes running of frp type [2026-04-17,01:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,01:20:27.283] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,01:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,01:35:24.564] [DEBUG] 6 processes running of frp type 2026-04-17 01:40:14.589 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 01:40:15.278 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-17 01:40:15.278 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-17 01:40:15.537 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success [2026-04-17,01:50:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,01:50:24.206] [DEBUG] 6 processes running of frp type [2026-04-17,02:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,02:05:24.380] [DEBUG] 6 processes running of frp type 2026-04-17 02:06:12.435 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 02:06:21.154 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-17 02:06:21.155 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-17 02:06:21.680 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success [2026-04-17,02:20:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,02:20:24.379] [DEBUG] 6 processes running of frp type 2026-04-17 02:22:09.928 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 02:22:10.751 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-17 02:22:10.752 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-17 02:22:11.146 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,02:35:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,02:35:24.775] [DEBUG] 6 processes running of frp type 2026-04-17 02:43:30.512 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 02:43:31.122 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-17 02:43:31.122 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-17 02:43:31.326 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success [2026-04-17,02:50:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,02:50:23.680] [DEBUG] 6 processes running of frp type [2026-04-17,03:05:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,03:05:24.449] [DEBUG] 6 processes running of frp type [2026-04-17,03:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,03:20:24.204] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-17 03:30:36.348 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:30:46.350 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 03:30:46.350 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:30:56.351 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 03:30:56.352 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:31:06.353 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 03:31:06.354 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:31:16.355 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 03:31:16.356 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:31:26.357 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 03:31:46.358 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:31:56.361 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 03:32:16.361 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:32:16.417 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 03:32:36.418 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 03:32:37.089 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-17 03:32:37.090 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-17 03:32:37.308 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success [2026-04-17,03:35:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,03:35:24.347] [DEBUG] 6 processes running of frp type [2026-04-17,03:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,03:50:23.936] [DEBUG] 6 processes running of frp type 2026-04-17 04:03:04.594 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 04:03:04.815 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 04:03:06.959 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 04:03:07.855 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 04:03:12.239 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 04:03:12.246 [W] [client/service.go:297] [0011adea9c300658] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 04:03:21.124 [I] [client/service.go:294] [0011adea9c300658] try to connect to server... 2026-04-17 04:03:21.813 [I] [client/service.go:286] [0011adea9c300658] login to server success, get run id [0011adea9c300658] 2026-04-17 04:03:21.815 [I] [proxy/proxy_manager.go:173] [0011adea9c300658] proxy added: [DTN57CC5599] 2026-04-17 04:03:22.015 [I] [client/control.go:168] [0011adea9c300658] [DTN57CC5599] start proxy success [2026-04-17,04:05:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,04:05:23.840] [DEBUG] 6 processes running of frp type [2026-04-17,04:20:17.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,04:20:23.560] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,04:35:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,04:35:24.505] [DEBUG] 6 processes running of frp type [2026-04-17,04:50:17.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,04:50:23.722] [DEBUG] 6 processes running of frp type [2026-04-17,05:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,05:05:23.911] [DEBUG] 6 processes running of frp type [2026-04-17,05:20:17.232] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,05:20:24.127] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,05:35:17.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,05:35:24.411] [DEBUG] 6 processes running of frp type [2026-04-17,05:50:18.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,05:50:25.036] [DEBUG] 6 processes running of frp type [2026-04-17,06:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,06:05:24.045] [DEBUG] 6 processes running of frp type [2026-04-17,06:20:17.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,06:20:24.488] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,06:30:41.036] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,06:30:41.041] [INFO] LocationSqlManager initialising [2026-04-17,06:30:41.042] [INFO] Location DB initialising [2026-04-17,06:30:41.052] [INFO] LocationSqlManager initialisation complete [2026-04-17,06:30:41.052] [DEBUG] UploadManager Init [2026-04-17,06:30:41.053] [DEBUG] UploadManager Init Complete [2026-04-17,06:30:41.055] [INFO] Initializing GPS... [2026-04-17,06:30:41.057] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,06:32:45.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,06:32:51.759] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-17,06:33:31.290] [DEBUG] Log Upload Complete! [2026-04-17,06:35:50.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,06:35:56.901] [DEBUG] Remote Access Enabled [2026-04-17,06:36:03.287] [INFO] Server Address: 138.201.17.179 [2026-04-17,06:36:03.288] [INFO] Server Port: 7000 [2026-04-17,06:36:03.297] [DEBUG] Starting Remote Access! 2026-04-17 06:36:03.495 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 06:36:03.496 [I] [client/service.go:294] try to connect to server... 2026-04-17 06:36:04.219 [I] [client/service.go:286] [a8a30f77635f9147] login to server success, get run id [a8a30f77635f9147] 2026-04-17 06:36:04.219 [I] [proxy/proxy_manager.go:173] [a8a30f77635f9147] proxy added: [DTN57CC5599] 2026-04-17 06:36:04.452 [I] [client/control.go:168] [a8a30f77635f9147] [DTN57CC5599] start proxy success [2026-04-17,06:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,06:50:24.061] [DEBUG] 6 processes running of frp type 2026-04-17 07:04:58.012 [I] [client/service.go:294] [a8a30f77635f9147] try to connect to server... 2026-04-17 07:05:08.014 [W] [client/service.go:297] [a8a30f77635f9147] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 07:05:08.015 [I] [client/service.go:294] [a8a30f77635f9147] try to connect to server... 2026-04-17 07:05:16.508 [I] [client/service.go:286] [a8a30f77635f9147] login to server success, get run id [a8a30f77635f9147] 2026-04-17 07:05:16.510 [I] [proxy/proxy_manager.go:173] [a8a30f77635f9147] proxy added: [DTN57CC5599] 2026-04-17 07:05:17.001 [I] [client/control.go:168] [a8a30f77635f9147] [DTN57CC5599] start proxy success [2026-04-17,07:05:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,07:05:24.893] [DEBUG] 6 processes running of frp type [2026-04-17,07:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,07:20:25.566] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,07:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,07:35:24.166] [DEBUG] 6 processes running of frp type [2026-04-17,07:50:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,07:50:24.402] [DEBUG] 6 processes running of frp type [2026-04-17,08:02:17.709] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,08:02:24.272] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-17,08:03:04.255] [DEBUG] Log Upload Complete! [2026-04-17,08:05:17.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,08:05:24.569] [DEBUG] 6 processes running of frp type [2026-04-17,08:20:17.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,08:20:24.744] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,08:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,08:35:24.272] [DEBUG] 6 processes running of frp type [2026-04-17,08:50:16.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,08:50:23.681] [DEBUG] 6 processes running of frp type [2026-04-17,09:05:18.233] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,09:05:24.885] [DEBUG] 6 processes running of frp type [2026-04-17,09:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,09:20:23.868] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,09:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,09:35:24.496] [DEBUG] 6 processes running of frp type [2026-04-17,09:50:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,09:50:24.381] [DEBUG] 6 processes running of frp type [2026-04-17,10:05:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,10:05:24.592] [DEBUG] 6 processes running of frp type [2026-04-17,10:20:18.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,10:20:24.862] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,10:35:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,10:35:24.444] [DEBUG] 6 processes running of frp type [2026-04-17,10:50:17.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,10:50:24.456] [DEBUG] 6 processes running of frp type [2026-04-17,11:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,11:05:24.391] [DEBUG] 6 processes running of frp type [2026-04-17,11:20:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,11:20:24.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,11:35:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,11:35:23.947] [DEBUG] 6 processes running of frp type [2026-04-17,11:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,11:50:24.519] [DEBUG] 6 processes running of frp type 2026-04-17 12:03:25.082 [I] [client/service.go:294] [a8a30f77635f9147] try to connect to server... 2026-04-17 12:03:35.085 [W] [client/service.go:297] [a8a30f77635f9147] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 12:03:35.086 [I] [client/service.go:294] [a8a30f77635f9147] try to connect to server... 2026-04-17 12:03:35.088 [W] [client/service.go:297] [a8a30f77635f9147] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 12:03:39.739 [I] [client/service.go:294] [a8a30f77635f9147] try to connect to server... 2026-04-17 12:03:39.742 [W] [client/service.go:297] [a8a30f77635f9147] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 12:03:49.131 [I] [client/service.go:294] [a8a30f77635f9147] try to connect to server... 2026-04-17 12:03:53.358 [I] [client/service.go:286] [a8a30f77635f9147] login to server success, get run id [a8a30f77635f9147] 2026-04-17 12:03:53.359 [I] [proxy/proxy_manager.go:173] [a8a30f77635f9147] proxy added: [DTN57CC5599] 2026-04-17 12:03:53.659 [I] [client/control.go:168] [a8a30f77635f9147] [DTN57CC5599] start proxy success [2026-04-17,12:05:18.012] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,12:05:24.691] [DEBUG] 6 processes running of frp type [2026-04-17,12:20:18.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,12:20:25.633] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,12:35:17.841] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,12:35:24.409] [DEBUG] 6 processes running of frp type [2026-04-17,12:50:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,12:50:23.884] [DEBUG] 6 processes running of frp type [2026-04-17,13:05:18.641] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,13:05:25.377] [DEBUG] 6 processes running of frp type [2026-04-17,13:20:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,13:20:24.359] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,13:35:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,13:35:23.863] [DEBUG] 6 processes running of frp type [2026-04-17,13:50:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,13:50:24.253] [DEBUG] 6 processes running of frp type [2026-04-17,14:05:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,14:05:24.415] [DEBUG] 6 processes running of frp type [2026-04-17,14:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,14:20:24.417] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,14:35:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,14:35:26.779] [DEBUG] 6 processes running of frp type [2026-04-17,14:50:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,14:50:24.214] [DEBUG] 6 processes running of frp type [2026-04-17,15:05:17.674] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,15:05:24.286] [DEBUG] 6 processes running of frp type [2026-04-17,15:20:17.526] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,15:20:24.191] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,15:35:18.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,15:35:25.250] [DEBUG] 6 processes running of frp type [2026-04-17,15:50:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,15:50:24.746] [DEBUG] 6 processes running of frp type [2026-04-17,16:05:17.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,16:05:23.740] [DEBUG] 6 processes running of frp type [2026-04-17,16:20:16.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,16:20:23.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,16:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,16:35:24.116] [DEBUG] 6 processes running of frp type [2026-04-17,16:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,16:50:24.500] [DEBUG] 6 processes running of frp type [2026-04-17,17:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,17:05:24.575] [DEBUG] 6 processes running of frp type [2026-04-17,17:20:17.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,17:20:24.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,17:35:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,17:35:24.180] [DEBUG] 6 processes running of frp type [2026-04-17,17:50:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,17:50:24.745] [DEBUG] 6 processes running of frp type [2026-04-17,18:05:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,18:05:23.767] [DEBUG] 6 processes running of frp type [2026-04-17,18:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,18:20:23.728] [DEBUG] 6 processes running of frp type [2026-04-17,18:25:40.353] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,18:25:40.359] [INFO] LocationSqlManager initialising [2026-04-17,18:25:40.359] [INFO] Location DB initialising [2026-04-17,18:25:40.368] [INFO] LocationSqlManager initialisation complete [2026-04-17,18:25:40.369] [DEBUG] UploadManager Init [2026-04-17,18:25:40.370] [DEBUG] UploadManager Init Complete [2026-04-17,18:25:40.372] [INFO] Initializing GPS... [2026-04-17,18:25:40.374] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,18:27:44.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,18:27:50.643] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-17,18:28:20.722] [DEBUG] Log Upload Complete! [2026-04-17,18:30:44.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,18:30:51.504] [DEBUG] Remote Access Enabled [2026-04-17,18:30:57.818] [INFO] Server Address: 138.201.17.179 [2026-04-17,18:30:57.819] [INFO] Server Port: 7000 [2026-04-17,18:30:57.824] [DEBUG] Starting Remote Access! 2026-04-17 18:30:57.960 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 18:30:57.961 [I] [client/service.go:294] try to connect to server... 2026-04-17 18:30:58.591 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-17 18:30:58.591 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-17 18:30:58.827 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success [2026-04-17,18:35:18.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,18:35:25.633] [DEBUG] 6 processes running of frp type [2026-04-17,18:50:17.426] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,18:50:24.050] [DEBUG] 6 processes running of frp type [2026-04-17,19:05:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,19:05:24.043] [DEBUG] 6 processes running of frp type [2026-04-17,19:20:17.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,19:20:23.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,19:35:20.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,19:35:27.554] [DEBUG] 6 processes running of frp type [2026-04-17,19:50:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,19:50:24.267] [DEBUG] 6 processes running of frp type [2026-04-17,20:05:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,20:05:24.259] [DEBUG] 6 processes running of frp type [2026-04-17,20:20:17.533] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,20:20:24.179] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,20:35:17.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,20:35:24.532] [DEBUG] 6 processes running of frp type [2026-04-17,20:50:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,20:50:25.784] [DEBUG] 6 processes running of frp type [2026-04-17,21:05:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,21:05:24.450] [DEBUG] 6 processes running of frp type [2026-04-17,21:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,21:20:24.584] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,21:35:17.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,21:35:24.136] [DEBUG] 6 processes running of frp type [2026-04-17,21:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,21:50:24.468] [DEBUG] 6 processes running of frp type [2026-04-17,22:05:20.762] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,22:05:28.361] [DEBUG] 6 processes running of frp type [2026-04-17,22:20:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,22:20:24.328] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,22:35:17.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,22:35:24.442] [DEBUG] 6 processes running of frp type [2026-04-17,22:50:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,22:50:25.596] [DEBUG] 6 processes running of frp type [2026-04-17,23:05:17.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,23:05:24.702] [DEBUG] 6 processes running of frp type [2026-04-17,23:20:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,23:20:24.521] [DEBUG] 6 processes running of frp type 2026-04-17 23:23:13.197 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:23:23.198 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 23:23:23.198 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:23:33.199 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 23:23:33.200 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:23:43.201 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 23:23:43.202 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:23:53.203 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 23:23:53.203 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:24:03.205 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 23:24:23.206 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:24:33.211 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 23:24:53.212 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:25:00.372 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 23:25:20.373 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-17 23:25:21.667 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-17 23:25:21.669 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-17 23:25:22.037 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,23:35:16.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,23:35:24.484] [DEBUG] 6 processes running of frp type [2026-04-17,23:50:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-17,23:50:27.542] [DEBUG] 6 processes running of frp type [2026-04-18,00:05:17.810] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,00:05:24.562] [DEBUG] 6 processes running of frp type [2026-04-18,00:20:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,00:20:24.812] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,00:35:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,00:35:24.115] [DEBUG] 6 processes running of frp type [2026-04-18,00:50:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,00:50:24.119] [DEBUG] 6 processes running of frp type [2026-04-18,01:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,01:05:24.282] [DEBUG] 6 processes running of frp type [2026-04-18,01:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,01:20:25.276] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,01:35:17.732] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,01:35:24.408] [DEBUG] 6 processes running of frp type 2026-04-18 01:44:47.689 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 01:44:57.692 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 01:44:57.692 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 01:45:07.694 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 01:45:07.695 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 01:45:10.824 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 01:45:20.676 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 01:45:20.684 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 01:45:40.685 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 01:45:41.459 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 01:45:41.461 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 01:45:41.679 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success [2026-04-18,01:50:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,01:50:24.435] [DEBUG] 6 processes running of frp type [2026-04-18,02:05:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,02:05:24.474] [DEBUG] 6 processes running of frp type [2026-04-18,02:20:17.912] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,02:20:24.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,02:35:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,02:35:24.275] [DEBUG] 6 processes running of frp type [2026-04-18,02:50:18.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,02:50:25.107] [DEBUG] 6 processes running of frp type [2026-04-18,03:05:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,03:05:24.330] [DEBUG] 6 processes running of frp type [2026-04-18,03:20:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,03:20:24.622] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,03:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,03:35:24.513] [DEBUG] 6 processes running of frp type [2026-04-18,03:50:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,03:50:25.803] [DEBUG] 6 processes running of frp type [2026-04-18,04:05:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,04:05:23.945] [DEBUG] 6 processes running of frp type 2026-04-18 04:06:29.899 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:06:32.368 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:06:32.369 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:06:35.408 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:06:35.409 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:06:38.448 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:06:47.580 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:06:57.582 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:06:57.583 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:06:59.284 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:06:59.284 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:06:59.510 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:13:41.499 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:13:51.501 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:13:51.502 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:14:01.503 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:14:01.504 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:14:11.505 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:14:11.506 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:14:11.674 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:14:31.181 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:14:33.488 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:14:53.489 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:14:56.528 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:15:16.529 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:15:18.821 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:15:38.823 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:15:41.114 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:16:01.115 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:16:01.380 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:16:21.381 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:16:23.675 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:16:43.676 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:16:44.287 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:16:44.288 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:16:44.499 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:19:25.688 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:19:35.691 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:19:35.692 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:19:35.941 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:19:40.603 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:19:50.850 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 04:19:50.850 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:20:00.852 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:20:00.852 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:20:10.853 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:20:30.856 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:20:40.858 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:21:00.860 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:21:01.274 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:21:21.275 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:21:31.277 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:21:51.279 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:21:51.882 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:21:51.884 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:21:52.083 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:23:31.890 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:23:41.892 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:23:41.892 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:23:51.894 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:23:51.895 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:24:01.896 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:24:01.897 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:24:11.898 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:24:11.898 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:24:21.900 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:24:41.902 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:24:51.903 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:25:11.905 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:25:21.906 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:25:41.907 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:25:43.141 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-18 04:26:03.142 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:26:05.434 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:26:25.435 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:26:25.701 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:26:45.702 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:26:46.324 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:26:46.325 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:26:46.530 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:28:56.525 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:29:06.527 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:29:06.527 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:29:16.529 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:29:16.530 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:29:26.531 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:29:26.531 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:29:36.533 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:29:36.533 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:29:36.686 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:29:56.688 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:29:59.728 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:30:19.730 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:30:22.767 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:30:42.768 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:30:42.874 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:31:02.875 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:31:03.141 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:31:23.142 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:31:25.434 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:31:45.436 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:31:46.050 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:31:46.051 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:31:46.254 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:33:56.306 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:34:06.309 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:34:06.310 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:34:16.311 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:34:16.312 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:34:26.314 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:34:26.315 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:34:29.355 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:34:49.356 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:34:49.621 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:35:09.621 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:35:11.915 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:35:31.916 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:35:34.208 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:35:54.209 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:35:54.473 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:36:14.474 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:36:16.767 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:36:36.769 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:36:38.287 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:36:38.288 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:36:38.639 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:38:48.158 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:38:58.160 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:38:58.161 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:39:08.162 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:39:08.163 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:39:18.165 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:39:18.165 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:39:28.167 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:39:28.168 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:39:31.221 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:39:51.223 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:40:01.225 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:40:21.226 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:40:31.228 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:40:51.230 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:41:01.232 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:41:21.233 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:41:24.288 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:41:44.289 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:41:49.495 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:41:49.497 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:41:49.733 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:43:59.329 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:43:59.407 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:44:01.541 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:44:03.034 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:44:07.468 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:44:09.114 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:44:18.095 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:44:19.247 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:44:38.300 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:44:40.981 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:45:00.983 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:45:10.985 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:45:30.986 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:45:31.247 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:45:51.248 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:45:51.514 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:46:11.515 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:46:14.554 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:46:34.555 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:46:36.848 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:46:56.849 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:46:57.456 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:46:57.457 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:46:57.663 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:49:07.672 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:49:17.674 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:49:17.675 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:49:27.676 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:49:27.677 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:49:37.678 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:49:37.679 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:49:47.681 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:49:47.682 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:49:57.683 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:50:17.685 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:50:19.167 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:50:39.169 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:50:41.461 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:51:01.462 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:51:11.464 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:51:31.465 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:51:41.466 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:52:01.468 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:52:02.145 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:52:02.146 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:52:02.362 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:54:44.095 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:54:54.097 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:54:54.097 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:55:09.542 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 04:55:09.543 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:55:19.544 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:55:19.545 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:55:29.547 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:55:29.548 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:55:39.549 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:55:59.551 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:56:02.580 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:56:22.582 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:56:32.584 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:56:52.585 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:56:53.233 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 04:56:53.234 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 04:56:53.494 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 04:59:03.469 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:59:13.471 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:59:13.472 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:59:23.473 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:59:23.474 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:59:33.476 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:59:33.477 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 04:59:39.567 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:59:58.836 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:00:08.838 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:00:28.840 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:00:31.648 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:00:51.649 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:00:54.021 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:01:14.023 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:01:17.061 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:01:37.063 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:01:39.355 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:01:59.356 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:02:00.039 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:02:00.040 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:02:00.273 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:04:40.429 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:04:42.581 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:04:42.582 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:04:45.621 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:04:45.622 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:04:48.661 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:04:58.666 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:04:58.794 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:05:18.795 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:05:21.087 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:05:41.089 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:05:51.091 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:06:11.093 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:06:14.128 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:06:34.128 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:06:36.423 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:06:56.425 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:06:57.105 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:06:57.107 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:06:57.332 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:09:07.313 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:09:08.313 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:09:08.314 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:09:11.354 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:09:11.355 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:09:14.395 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:09:23.079 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:09:24.528 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:09:42.358 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:09:43.781 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:10:03.782 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:10:13.785 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:10:33.786 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:10:35.061 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:10:55.062 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:10:55.327 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:11:15.329 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:11:17.621 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:11:37.622 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:11:39.913 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:11:59.914 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:12:00.610 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:12:00.611 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:12:00.829 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:14:10.905 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:14:20.907 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:14:20.908 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:14:30.910 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:14:30.911 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:14:40.913 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:14:40.913 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:14:50.915 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:14:50.916 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:15:00.917 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:15:20.919 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:15:23.967 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:15:43.969 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:15:47.007 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:16:07.009 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:16:08.687 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:16:28.689 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:16:30.981 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:16:50.982 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:16:51.660 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:16:51.661 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:16:51.892 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:19:01.885 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:19:11.886 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:19:11.887 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:19:21.888 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:19:21.889 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:19:31.891 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:19:31.892 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:19:41.893 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:19:41.894 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:19:42.127 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:20:02.129 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:20:04.421 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:20:24.423 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:20:26.714 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:20:46.715 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:20:46.980 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:21:06.982 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:21:09.274 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:21:29.276 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:21:31.568 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:21:51.569 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:21:52.241 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:21:52.242 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:21:52.451 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:24:02.462 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:24:12.463 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:24:12.464 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:24:22.466 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:24:22.467 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:24:32.469 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:24:32.469 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:24:42.471 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:24:42.471 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:24:48.687 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:25:08.689 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:25:18.691 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:25:38.693 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:25:48.695 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-18 05:26:08.696 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:26:11.727 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:26:31.728 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:26:34.021 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:26:54.022 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:26:54.681 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:26:54.681 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:26:54.910 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:29:04.934 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:29:14.936 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:29:14.936 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:29:24.938 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:29:24.938 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:29:34.940 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:29:34.941 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:29:44.943 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:29:44.944 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:29:47.994 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:30:07.995 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:30:17.997 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:30:37.998 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:30:48.000 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:31:08.002 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:31:10.448 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:31:30.450 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:31:33.487 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:31:53.488 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:31:54.310 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:31:54.312 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:31:54.527 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:34:04.503 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:34:14.505 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:34:14.506 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:34:24.508 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:34:24.509 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:34:37.156 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:34:37.156 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:34:52.420 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:34:52.421 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:35:03.955 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:35:23.956 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:35:30.181 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:35:50.183 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:35:53.221 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:36:13.222 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:36:15.514 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:36:35.515 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:36:35.780 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:36:55.782 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:36:56.394 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:36:56.396 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:36:56.607 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:39:06.574 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:39:16.577 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:39:16.578 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:39:26.579 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:39:26.580 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:39:36.581 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:39:36.582 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:39:46.584 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:39:46.585 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:39:46.820 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:40:06.821 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:40:16.824 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:40:36.825 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:40:46.827 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:41:06.827 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:41:07.887 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:41:27.888 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:41:30.181 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:41:50.183 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:41:52.474 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:42:12.476 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:42:13.175 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:42:13.177 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:42:13.417 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:44:54.593 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:45:04.596 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:45:04.597 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:45:14.598 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:45:14.599 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:45:25.862 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:45:25.863 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:45:35.865 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:45:35.866 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:45:45.868 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:46:05.869 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:46:15.871 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:46:35.873 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:46:36.260 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:46:56.262 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:46:59.246 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:46:59.247 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:46:59.461 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:49:40.213 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:49:41.221 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:49:41.221 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:49:44.261 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:49:44.261 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:49:47.301 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:49:55.866 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:49:56.420 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:50:13.604 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:50:23.608 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:50:43.609 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:50:43.703 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:51:03.705 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:51:03.967 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:51:23.967 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:51:26.261 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:51:46.262 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:51:56.264 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:52:16.265 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:52:16.981 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:52:16.982 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:52:17.221 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 05:54:28.432 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:54:39.914 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:54:39.914 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:54:51.799 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:54:51.800 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:55:01.802 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:55:01.803 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:55:15.281 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:55:15.282 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:55:28.401 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 05:55:48.403 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:55:58.405 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:56:18.407 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:56:19.274 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 05:56:39.275 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:56:49.277 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 05:57:09.278 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 05:57:10.027 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 05:57:10.029 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 05:57:10.249 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:00:26.359 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:00:32.474 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:00:32.475 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:00:35.514 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:00:35.515 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:00:38.554 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:00:48.159 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:00:58.161 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:00:58.163 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:01:14.489 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 06:01:34.490 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:01:44.491 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:02:04.492 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:02:06.998 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 06:02:06.999 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 06:02:07.984 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:04:47.807 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:04:56.794 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:04:56.795 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:04:59.833 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:04:59.834 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:05:02.873 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:05:11.828 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:05:21.830 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:05:21.831 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:05:34.636 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: i/o deadline reached 2026-04-18 06:05:54.637 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:06:04.639 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:06:24.641 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:06:34.643 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:06:54.644 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:07:00.741 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:07:20.743 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:07:21.468 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 06:07:21.470 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 06:07:21.698 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:09:31.631 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:09:34.660 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:09:34.661 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:09:37.704 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:09:37.704 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:09:40.740 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:09:49.352 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:09:52.394 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:10:11.177 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:10:24.004 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: i/o deadline reached 2026-04-18 06:10:44.006 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:10:54.007 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:11:14.009 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:11:17.061 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:11:37.062 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:11:37.327 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:11:57.329 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:11:58.607 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:12:18.609 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:12:19.293 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 06:12:19.294 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 06:12:19.524 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:14:29.908 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:14:39.910 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:14:39.911 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:14:49.913 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:14:49.913 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:15:04.301 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: i/o deadline reached 2026-04-18 06:15:04.302 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:15:14.303 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:15:14.304 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:15:24.306 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:15:44.307 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:15:50.446 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:16:10.447 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:16:12.900 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:16:32.902 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:16:33.167 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:16:53.168 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:16:55.461 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:17:15.462 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:17:16.099 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 06:17:16.100 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 06:17:16.299 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:19:33.854 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:19:43.857 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:19:43.858 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:19:53.859 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:19:53.860 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:20:03.862 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:20:03.862 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:20:04.100 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:20:22.556 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:20:23.353 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:20:43.355 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:20:45.648 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:21:05.649 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:21:06.926 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:21:26.927 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:21:28.207 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:21:48.208 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:21:51.247 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:22:11.248 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:22:11.937 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 06:22:11.938 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 06:22:12.160 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:24:23.858 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:24:35.383 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 06:24:35.384 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:24:46.604 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 06:24:46.604 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:24:57.980 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 06:24:57.981 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:25:10.160 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 06:25:10.161 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:25:22.847 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout 2026-04-18 06:25:42.849 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:25:58.136 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: connection write timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-18 06:26:18.137 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:26:28.139 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:26:48.141 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:26:48.740 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:27:08.741 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:27:09.006 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 06:27:29.007 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:27:29.626 [I] [client/service.go:286] [e1986a51ee054341] login to server success, get run id [e1986a51ee054341] 2026-04-18 06:27:29.628 [I] [proxy/proxy_manager.go:173] [e1986a51ee054341] proxy added: [DTN57CC5599] 2026-04-18 06:27:29.835 [I] [client/control.go:168] [e1986a51ee054341] [DTN57CC5599] start proxy success 2026-04-18 06:29:10.035 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:29:20.036 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:29:20.037 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:29:30.039 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:29:30.040 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:29:40.041 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:29:40.041 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:29:50.042 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 06:29:50.043 [I] [client/service.go:294] [e1986a51ee054341] try to connect to server... 2026-04-18 06:30:00.045 [W] [client/service.go:297] [e1986a51ee054341] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-18,06:30:41.686] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,06:30:41.691] [INFO] LocationSqlManager initialising [2026-04-18,06:30:41.691] [INFO] Location DB initialising [2026-04-18,06:30:41.701] [INFO] LocationSqlManager initialisation complete [2026-04-18,06:30:41.701] [DEBUG] UploadManager Init [2026-04-18,06:30:41.702] [DEBUG] UploadManager Init Complete [2026-04-18,06:30:41.704] [INFO] Initializing GPS... [2026-04-18,06:30:41.706] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,06:35:30.609] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,06:50:30.668] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,07:05:30.728] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,07:20:30.848] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,07:35:30.875] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,07:50:30.902] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,08:05:31.016] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,08:20:31.039] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,08:35:31.124] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,08:50:31.244] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,09:05:31.360] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,09:20:31.432] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,09:35:31.455] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,09:50:31.528] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,10:05:31.554] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,10:20:31.645] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,10:35:31.766] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,10:50:31.820] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,11:05:31.882] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,11:20:32.001] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,11:35:32.070] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,18:25:38.707] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,18:25:38.714] [INFO] LocationSqlManager initialising [2026-04-18,18:25:38.715] [INFO] Location DB initialising [2026-04-18,18:25:38.727] [INFO] LocationSqlManager initialisation complete [2026-04-18,18:25:38.728] [DEBUG] UploadManager Init [2026-04-18,18:25:38.729] [DEBUG] UploadManager Init Complete [2026-04-18,18:25:38.733] [INFO] Initializing GPS... [2026-04-18,18:25:38.736] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,18:27:44.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-18,18:27:51.455] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-04-18,18:30:41.725] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,18:46:01.815] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,19:01:12.871] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,19:16:22.977] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,19:31:23.099] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,19:46:32.923] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,20:01:55.299] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,06:30:40.814] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,06:30:40.824] [INFO] LocationSqlManager initialising [2026-04-19,06:30:40.826] [INFO] Location DB initialising [2026-04-19,06:30:40.843] [INFO] LocationSqlManager initialisation complete [2026-04-19,06:30:40.845] [DEBUG] UploadManager Init [2026-04-19,06:30:40.846] [DEBUG] UploadManager Init Complete [2026-04-19,06:30:40.850] [INFO] Initializing GPS... [2026-04-19,06:30:40.854] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,06:32:46.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,06:32:52.699] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,06:33:31.993] [DEBUG] Log Upload Complete! [2026-04-19,06:35:46.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,06:35:46.698] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-19,06:35:52.974] [DEBUG] Remote Access Enabled [2026-04-19,06:35:59.222] [INFO] Server Address: 138.201.17.179 [2026-04-19,06:35:59.223] [INFO] Server Port: 7000 [2026-04-19,06:35:59.227] [DEBUG] Starting Remote Access! 2026-04-19 06:35:59.357 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 06:35:59.357 [I] [client/service.go:294] try to connect to server... 2026-04-19 06:36:00.028 [I] [client/service.go:286] [3a4969e901588656] login to server success, get run id [3a4969e901588656] 2026-04-19 06:36:00.028 [I] [proxy/proxy_manager.go:173] [3a4969e901588656] proxy added: [DTN57CC5599] 2026-04-19 06:36:00.257 [I] [client/control.go:168] [3a4969e901588656] [DTN57CC5599] start proxy success [2026-04-19,06:50:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,06:50:24.663] [DEBUG] 6 processes running of frp type [2026-04-19,07:05:17.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,07:05:24.235] [DEBUG] 6 processes running of frp type 2026-04-19 07:16:32.541 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 07:16:42.543 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:16:42.544 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 07:16:52.545 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:16:52.546 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 07:16:56.940 [I] [client/service.go:286] [3a4969e901588656] login to server success, get run id [3a4969e901588656] 2026-04-19 07:16:56.941 [I] [proxy/proxy_manager.go:173] [3a4969e901588656] proxy added: [DTN57CC5599] 2026-04-19 07:16:57.172 [I] [client/control.go:168] [3a4969e901588656] [DTN57CC5599] start proxy success [2026-04-19,07:20:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,07:20:24.203] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,07:35:18.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,07:35:24.979] [DEBUG] 6 processes running of frp type [2026-04-19,07:50:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,07:50:24.778] [DEBUG] 6 processes running of frp type [2026-04-19,08:02:17.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,08:02:23.654] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,08:02:57.746] [DEBUG] Log Upload Complete! [2026-04-19,08:05:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,08:05:24.058] [DEBUG] 6 processes running of frp type [2026-04-19,08:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,08:20:24.199] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,08:35:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,08:35:24.765] [DEBUG] 6 processes running of frp type [2026-04-19,08:50:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,08:50:25.150] [DEBUG] 6 processes running of frp type [2026-04-19,09:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,09:05:24.408] [DEBUG] 6 processes running of frp type [2026-04-19,09:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,09:20:24.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,09:35:16.947] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,09:35:23.856] [DEBUG] 6 processes running of frp type [2026-04-19,09:50:17.677] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,09:50:24.356] [DEBUG] 6 processes running of frp type [2026-04-19,10:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,10:05:24.404] [DEBUG] 6 processes running of frp type [2026-04-19,10:20:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,10:20:24.470] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,10:35:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,10:35:23.944] [DEBUG] 6 processes running of frp type [2026-04-19,10:50:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,10:50:24.417] [DEBUG] 6 processes running of frp type [2026-04-19,11:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,11:05:24.562] [DEBUG] 6 processes running of frp type [2026-04-19,11:20:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,11:20:24.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,11:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,11:35:24.280] [DEBUG] 6 processes running of frp type [2026-04-19,11:50:17.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,11:50:27.794] [DEBUG] 6 processes running of frp type [2026-04-19,12:05:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,12:05:23.685] [DEBUG] 6 processes running of frp type 2026-04-19 12:08:13.444 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:08:23.447 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 12:08:23.447 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:08:33.449 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 12:08:33.450 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:08:43.452 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 12:08:43.452 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:08:53.454 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 12:08:53.454 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:09:03.456 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 12:09:23.457 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:09:33.459 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 12:09:53.460 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:09:53.467 [W] [client/service.go:297] [3a4969e901588656] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-19 12:10:13.468 [I] [client/service.go:294] [3a4969e901588656] try to connect to server... 2026-04-19 12:10:14.173 [I] [client/service.go:286] [3a4969e901588656] login to server success, get run id [3a4969e901588656] 2026-04-19 12:10:14.175 [I] [proxy/proxy_manager.go:173] [3a4969e901588656] proxy added: [DTN57CC5599] 2026-04-19 12:10:14.406 [I] [client/control.go:168] [3a4969e901588656] [DTN57CC5599] start proxy success [2026-04-19,12:20:18.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,12:20:24.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,12:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,12:35:29.341] [DEBUG] 6 processes running of frp type [2026-04-19,12:50:18.476] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,12:50:25.131] [DEBUG] 6 processes running of frp type [2026-04-19,13:05:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,13:05:24.275] [DEBUG] 6 processes running of frp type [2026-04-19,13:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,13:20:24.176] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,13:35:18.098] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,13:35:24.730] [DEBUG] 6 processes running of frp type [2026-04-19,13:50:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,13:50:24.184] [DEBUG] 6 processes running of frp type [2026-04-19,14:05:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,14:05:24.335] [DEBUG] 6 processes running of frp type [2026-04-19,14:20:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,14:20:24.547] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,14:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,14:35:24.139] [DEBUG] 6 processes running of frp type [2026-04-19,14:50:17.876] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,14:50:24.578] [DEBUG] 6 processes running of frp type [2026-04-19,15:05:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,15:05:24.704] [DEBUG] 6 processes running of frp type [2026-04-19,15:20:17.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,15:20:23.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,15:35:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,15:35:24.255] [DEBUG] 6 processes running of frp type [2026-04-19,15:50:18.003] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,15:50:24.703] [DEBUG] 6 processes running of frp type [2026-04-19,16:05:18.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,16:05:24.962] [DEBUG] 6 processes running of frp type [2026-04-19,16:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,16:20:23.941] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,16:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,16:35:24.653] [DEBUG] 6 processes running of frp type [2026-04-19,16:50:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,16:50:24.143] [DEBUG] 6 processes running of frp type [2026-04-19,17:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,17:05:24.121] [DEBUG] 6 processes running of frp type [2026-04-19,17:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,17:20:24.151] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,17:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,17:35:24.861] [DEBUG] 6 processes running of frp type [2026-04-19,17:50:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,17:50:24.339] [DEBUG] 6 processes running of frp type [2026-04-19,18:05:17.811] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,18:05:24.510] [DEBUG] 6 processes running of frp type [2026-04-19,18:20:17.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,18:20:24.488] [DEBUG] 6 processes running of frp type [2026-04-19,18:25:42.221] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,18:25:42.226] [INFO] LocationSqlManager initialising [2026-04-19,18:25:42.227] [INFO] Location DB initialising [2026-04-19,18:25:42.236] [INFO] LocationSqlManager initialisation complete [2026-04-19,18:25:42.237] [DEBUG] UploadManager Init [2026-04-19,18:25:42.237] [DEBUG] UploadManager Init Complete [2026-04-19,18:25:42.240] [INFO] Initializing GPS... [2026-04-19,18:25:42.242] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,18:27:45.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,18:27:52.009] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,18:28:17.482] [DEBUG] Log Upload Complete! [2026-04-19,18:30:45.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,18:30:52.075] [DEBUG] Remote Access Enabled [2026-04-19,18:30:58.329] [INFO] Server Address: 138.201.17.179 [2026-04-19,18:30:58.330] [INFO] Server Port: 7000 [2026-04-19,18:30:58.335] [DEBUG] Starting Remote Access! 2026-04-19 18:30:58.466 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 18:30:58.467 [I] [client/service.go:294] try to connect to server... 2026-04-19 18:30:59.131 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-19 18:30:59.131 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-19 18:30:59.363 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success [2026-04-19,18:35:18.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,18:35:24.775] [DEBUG] 6 processes running of frp type [2026-04-19,18:50:17.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,18:50:23.823] [DEBUG] 6 processes running of frp type [2026-04-19,19:05:17.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,19:05:23.760] [DEBUG] 6 processes running of frp type [2026-04-19,19:20:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,19:20:23.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,19:35:22.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,19:35:28.714] [DEBUG] 6 processes running of frp type [2026-04-19,19:50:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,19:50:24.946] [DEBUG] 6 processes running of frp type [2026-04-19,20:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,20:05:24.366] [DEBUG] 6 processes running of frp type [2026-04-19,20:20:17.944] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,20:20:25.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,20:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,20:35:24.242] [DEBUG] 6 processes running of frp type [2026-04-19,20:50:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,20:50:24.060] [DEBUG] 6 processes running of frp type [2026-04-19,21:05:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,21:05:24.667] [DEBUG] 6 processes running of frp type [2026-04-19,21:20:17.872] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,21:20:24.808] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,21:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,21:35:24.162] [DEBUG] 6 processes running of frp type [2026-04-19,21:50:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,21:50:24.017] [DEBUG] 6 processes running of frp type [2026-04-19,22:05:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,22:05:24.727] [DEBUG] 6 processes running of frp type [2026-04-19,22:20:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,22:20:24.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,22:35:17.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,22:35:23.850] [DEBUG] 6 processes running of frp type [2026-04-19,22:50:17.937] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,22:50:24.603] [DEBUG] 6 processes running of frp type [2026-04-19,23:05:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,23:05:25.245] [DEBUG] 6 processes running of frp type [2026-04-19,23:20:22.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,23:20:29.523] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,23:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,23:35:24.551] [DEBUG] 6 processes running of frp type [2026-04-19,23:50:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-19,23:50:28.002] [DEBUG] 6 processes running of frp type [2026-04-20,00:05:17.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,00:05:23.854] [DEBUG] 6 processes running of frp type [2026-04-20,00:20:17.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,00:20:23.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,00:35:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,00:35:24.592] [DEBUG] 6 processes running of frp type [2026-04-20,00:50:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,00:50:25.198] [DEBUG] 6 processes running of frp type [2026-04-20,01:05:20.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,01:05:27.587] [DEBUG] 6 processes running of frp type [2026-04-20,01:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,01:20:24.456] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,01:35:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,01:35:25.031] [DEBUG] 6 processes running of frp type [2026-04-20,01:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,01:50:24.098] [DEBUG] 6 processes running of frp type [2026-04-20,02:05:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,02:05:24.265] [DEBUG] 6 processes running of frp type [2026-04-20,02:20:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,02:20:25.312] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,02:35:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,02:35:24.333] [DEBUG] 6 processes running of frp type [2026-04-20,02:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,02:50:24.020] [DEBUG] 6 processes running of frp type 2026-04-20 02:59:07.386 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 02:59:08.141 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 02:59:08.143 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 02:59:08.366 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success 2026-04-20 02:59:47.690 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 02:59:48.361 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 02:59:48.363 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 02:59:48.600 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success [2026-04-20,03:05:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,03:05:23.919] [DEBUG] 6 processes running of frp type [2026-04-20,03:20:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,03:20:23.931] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,03:35:17.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,03:35:23.969] [DEBUG] 6 processes running of frp type [2026-04-20,03:50:17.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,03:50:23.796] [DEBUG] 6 processes running of frp type 2026-04-20 04:02:01.098 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:02:11.101 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:02:11.102 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:02:16.854 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 04:02:16.856 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 04:02:54.865 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:03:04.868 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:03:04.868 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:03:14.871 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:03:14.871 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:03:24.872 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:03:24.873 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:03:34.874 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:03:34.875 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:03:44.876 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:04:04.877 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:04:14.879 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:04:34.880 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:04:44.883 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:05:04.884 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:05:14.886 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:05:34.887 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:05:44.889 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:06:04.890 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:06:06.900 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 04:06:06.901 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 04:06:07.300 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success 2026-04-20 04:06:46.166 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:06:46.169 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:06:48.324 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:06:48.328 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:06:52.930 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:07:09.591 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: connection write timeout 2026-04-20 04:07:09.592 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:07:10.598 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 04:07:10.599 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 04:07:10.999 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success 2026-04-20 04:10:24.504 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:10:34.506 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:10:34.506 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:10:44.508 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:10:44.509 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:10:54.510 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:10:54.511 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:11:04.512 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:11:04.513 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:11:14.194 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:11:34.196 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:11:34.861 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 04:11:34.861 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 04:11:35.067 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success 2026-04-20 04:13:45.427 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:13:55.429 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:13:55.430 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:14:05.431 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:14:05.432 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:14:11.607 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:14:11.608 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:14:14.647 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:14:34.582 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:14:37.314 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:14:57.315 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:14:57.580 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:15:17.581 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:15:27.584 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:15:47.585 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:15:58.933 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: connection write timeout 2026-04-20 04:16:18.934 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:16:25.154 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:16:45.155 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:16:45.838 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 04:16:45.840 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 04:16:46.070 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success 2026-04-20 04:18:56.288 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:18:58.434 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:18:58.434 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:19:01.473 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:19:01.474 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:19:04.514 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:19:13.848 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:19:16.674 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:19:36.675 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:19:46.677 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 04:20:06.679 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:20:08.353 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:20:28.355 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:20:30.647 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:20:50.649 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:20:53.686 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:21:13.688 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:21:15.980 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:21:35.981 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:21:36.962 [I] [client/service.go:286] [b90c5cb154e431bc] login to server success, get run id [b90c5cb154e431bc] 2026-04-20 04:21:36.963 [I] [proxy/proxy_manager.go:173] [b90c5cb154e431bc] proxy added: [DTN57CC5599] 2026-04-20 04:21:37.176 [I] [client/control.go:168] [b90c5cb154e431bc] [DTN57CC5599] start proxy success 2026-04-20 04:23:48.479 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:23:48.480 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:23:50.628 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:23:50.630 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:23:54.957 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:23:54.958 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:24:03.702 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:24:03.704 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:24:22.344 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:24:22.345 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:24:42.346 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:24:42.347 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:25:02.348 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:25:02.350 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:25:22.351 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:25:22.353 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:25:42.353 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:25:42.355 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 04:26:02.356 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:26:02.357 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:26:22.359 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:26:22.361 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:26:42.362 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:26:42.363 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:27:02.364 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:27:02.365 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:27:22.366 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:27:22.368 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:27:42.368 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:27:42.369 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:28:02.369 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:28:02.371 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:28:22.372 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:28:22.373 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:28:42.374 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:28:42.375 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:29:02.376 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:29:02.377 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:29:22.377 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:29:22.379 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:29:42.381 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:29:42.382 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:30:02.382 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:30:02.383 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:30:22.384 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:30:22.385 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:30:42.387 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:30:42.388 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:31:02.389 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:31:02.390 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:31:22.391 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:31:22.392 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:31:42.394 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:31:42.395 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:32:02.396 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:32:02.397 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:32:22.398 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:32:22.400 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:32:42.400 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:32:42.402 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:33:02.403 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:33:02.404 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:33:22.405 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:33:22.406 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:33:42.407 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:33:42.409 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:34:02.410 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:34:02.411 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:34:22.412 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:34:22.415 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:34:42.416 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:34:42.417 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:35:02.419 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:35:02.420 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:35:22.421 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:35:22.422 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:35:42.423 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:35:42.424 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:36:02.425 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:36:02.427 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:36:22.427 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:36:22.429 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:36:42.430 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:36:42.431 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:37:02.433 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:37:02.434 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:37:22.435 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:37:22.436 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:37:42.438 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:37:42.439 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:38:02.439 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:38:02.441 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:38:22.442 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:38:22.443 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:38:42.444 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:38:42.446 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:39:02.446 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:39:02.447 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:39:22.448 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:39:22.450 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:39:42.452 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:39:42.453 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:40:02.454 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:40:02.456 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:40:22.457 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:40:22.459 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:40:42.460 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:40:42.461 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:41:02.462 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:41:02.464 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:41:22.465 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:41:22.466 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:41:42.467 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:41:42.468 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:42:02.470 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:42:02.471 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:42:22.471 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:42:22.472 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:42:42.474 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:42:42.475 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:43:02.477 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:43:02.477 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:43:22.478 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:43:22.479 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:43:42.480 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:43:42.481 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:44:02.482 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:44:02.483 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:44:22.484 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:44:22.486 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:44:42.487 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:44:42.488 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:45:02.489 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:45:02.490 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:45:22.491 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:45:22.493 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:45:42.493 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:45:42.494 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:46:02.496 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:46:02.498 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:46:22.499 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:46:22.500 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:46:42.501 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:46:42.502 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:47:02.503 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:47:02.504 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:47:22.504 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:47:22.506 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:47:42.507 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:47:42.508 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:48:02.509 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:48:02.510 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:48:22.511 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:48:22.512 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:48:42.513 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:48:42.514 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:49:02.515 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:49:02.516 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:49:22.517 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:49:22.519 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:49:42.520 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:49:42.521 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:50:02.522 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:50:02.523 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:50:22.523 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:50:22.525 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:50:42.526 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:50:42.528 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:51:02.529 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:51:02.530 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:51:22.530 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:51:22.532 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:51:42.533 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:51:42.534 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:52:02.535 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:52:02.536 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:52:22.537 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:52:22.539 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:52:42.539 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:52:42.541 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:53:02.542 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:53:02.543 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:53:22.544 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:53:22.545 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:53:42.545 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:53:42.547 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:54:02.548 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:54:02.549 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:54:22.550 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:54:22.551 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:54:42.553 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:54:42.554 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:55:02.555 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:55:02.556 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:55:22.557 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:55:22.558 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:55:42.559 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:55:42.560 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:56:02.561 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:56:02.563 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:56:22.564 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:56:22.565 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:56:42.567 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:56:42.568 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:57:02.569 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:57:02.570 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:57:22.571 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:57:22.572 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:57:42.573 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:57:42.574 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:58:02.576 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:58:02.577 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:58:22.578 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:58:22.580 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:58:42.581 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:58:42.582 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:59:02.583 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:59:02.584 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:59:22.585 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:59:22.586 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:59:42.588 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 04:59:42.589 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:00:02.590 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:00:02.591 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:00:22.592 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:00:22.593 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:00:42.594 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:00:42.596 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:01:02.596 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:01:02.598 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:01:22.599 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:01:22.601 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:01:42.602 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:01:42.603 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:02:02.604 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:02:02.605 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:02:22.605 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:02:22.607 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:02:42.608 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:02:42.610 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:03:02.610 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:03:02.611 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:03:22.613 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:03:22.614 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:03:42.615 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:03:42.616 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:04:02.617 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:04:02.618 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:04:22.619 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:04:22.620 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:04:42.621 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:04:42.622 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:05:02.624 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:05:02.625 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:05:22.626 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:05:22.627 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:05:42.629 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:05:42.630 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:06:02.630 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:06:02.632 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:06:22.633 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:06:22.635 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:06:42.636 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:06:42.637 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:07:02.637 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:07:02.639 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:07:22.640 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:07:22.642 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:07:42.643 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:07:42.644 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:08:02.644 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:08:02.646 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:08:22.647 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:08:22.648 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:08:42.649 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:08:42.650 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:09:02.651 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:09:02.652 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:09:22.653 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:09:22.655 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:09:42.656 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:09:42.658 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:10:02.658 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:10:02.660 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:10:22.661 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:10:22.663 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:10:42.664 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:10:42.665 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:11:02.666 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:11:02.667 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:11:22.668 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:11:22.669 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:11:42.671 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:11:42.672 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:12:02.674 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:12:02.676 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:12:22.677 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:12:22.678 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:12:42.679 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:12:42.680 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:13:02.681 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:13:02.682 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:13:22.683 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:13:22.684 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:13:42.685 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:13:42.686 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:14:02.688 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:14:02.689 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:14:22.691 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:14:22.692 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:14:42.694 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:14:42.695 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:15:02.696 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:15:02.697 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:15:22.698 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:15:22.700 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:15:42.701 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:15:42.702 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:16:02.703 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:16:02.705 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:16:22.706 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:16:22.707 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:16:42.709 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:16:42.710 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:17:02.712 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:17:02.713 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:17:22.714 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:17:22.716 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:17:42.717 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:17:42.718 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:18:02.719 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:18:02.721 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:18:22.722 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:18:22.723 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:18:42.724 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:18:42.725 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:19:02.726 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:19:02.727 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:19:22.728 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:19:22.729 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:19:42.730 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:19:42.732 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:20:02.733 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:20:02.734 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:20:22.734 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:20:22.735 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:20:42.737 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:20:42.738 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:21:02.739 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:21:02.740 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:21:22.742 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:21:22.743 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:21:42.744 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:21:42.746 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:22:02.747 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:22:02.748 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:22:22.749 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:22:22.751 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:22:42.752 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:22:42.753 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:23:02.755 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:23:02.756 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:23:22.757 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:23:22.758 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:23:42.760 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:23:42.761 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:24:02.762 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:24:02.763 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:24:22.763 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:24:22.765 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:24:42.766 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:24:42.767 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:25:02.768 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:25:02.769 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:25:22.770 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:25:22.771 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:25:42.773 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:25:42.774 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 05:26:02.775 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:26:02.776 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:26:22.777 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:26:22.778 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:26:42.779 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:26:42.780 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:27:02.781 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:27:02.782 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:27:22.783 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:27:22.785 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:27:42.786 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:27:42.787 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:28:02.788 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:28:02.789 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:28:22.790 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:28:22.792 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:28:42.792 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:28:42.794 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:29:02.795 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:29:02.796 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:29:22.797 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:29:22.799 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:29:42.800 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:29:42.802 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:30:02.803 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:30:02.805 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:30:22.806 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:30:22.807 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:30:42.809 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:30:42.810 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:31:02.811 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:31:02.812 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:31:22.813 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:31:22.814 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:31:42.815 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:31:42.817 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:32:02.818 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:32:02.819 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:32:22.820 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:32:22.822 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:32:42.822 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:32:42.824 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:33:02.824 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:33:02.825 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:33:22.826 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:33:22.827 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:33:42.828 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:33:42.829 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:34:02.830 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:34:02.831 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:34:22.832 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:34:22.833 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:34:42.834 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:34:42.835 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:35:02.836 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:35:02.836 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:35:22.837 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:35:22.839 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:35:42.840 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:35:42.842 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:36:02.843 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:36:02.845 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:36:22.846 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:36:22.847 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:36:42.848 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:36:42.849 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:37:02.850 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:37:02.852 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:37:22.853 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:37:22.854 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:37:42.855 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:37:42.856 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:38:02.857 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:38:02.859 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:38:22.859 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:38:22.861 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:38:42.862 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:38:42.863 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:39:02.864 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:39:02.866 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:39:22.867 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:39:22.868 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:39:42.870 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:39:42.871 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:40:02.873 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:40:02.874 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:40:22.875 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:40:22.876 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:40:42.877 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:40:42.879 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:41:02.879 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:41:02.880 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:41:22.881 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:41:22.883 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:41:42.884 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:41:42.885 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:42:02.887 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:42:02.889 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:42:22.890 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:42:22.892 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:42:42.893 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:42:42.894 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:43:02.895 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:43:02.896 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:43:22.897 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:43:22.898 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:43:42.899 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:43:42.900 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:44:02.901 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:44:02.902 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:44:22.903 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:44:22.904 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:44:42.905 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:44:42.906 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:45:02.906 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:45:02.908 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:45:22.909 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:45:22.910 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:45:42.911 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:45:42.912 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:46:02.913 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:46:02.914 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:46:22.915 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:46:22.916 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:46:42.917 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:46:42.918 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:47:02.919 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:47:02.920 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:47:22.921 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:47:22.923 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:47:42.923 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:47:42.925 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:48:02.927 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:48:02.929 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:48:22.930 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:48:22.932 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:48:42.933 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:48:42.934 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:49:02.936 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:49:02.937 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:49:22.939 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:49:22.940 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:49:42.941 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:49:42.942 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:50:02.944 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:50:02.944 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:50:22.945 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:50:22.947 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:50:42.948 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:50:42.949 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:51:02.950 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:51:02.952 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:51:22.953 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:51:22.954 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:51:42.955 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:51:42.956 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:52:02.958 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:52:02.959 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:52:22.960 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:52:22.962 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:52:42.963 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:52:42.964 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:53:02.965 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:53:02.966 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:53:22.967 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:53:22.969 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:53:42.970 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:53:42.971 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:54:02.973 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:54:02.974 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:54:22.976 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:54:22.977 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:54:42.978 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:54:42.980 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:55:02.981 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:55:02.983 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:55:22.985 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:55:22.986 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:55:42.987 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:55:42.989 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:56:02.990 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:56:02.991 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:56:22.992 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:56:22.994 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:56:42.995 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:56:42.996 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:57:02.997 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:57:02.998 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:57:22.999 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:57:23.000 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:57:43.001 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:57:43.002 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:58:03.003 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:58:03.005 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:58:23.006 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:58:23.007 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:58:43.009 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:58:43.010 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:59:03.011 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:59:03.013 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:59:23.014 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:59:23.015 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:59:43.016 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 05:59:43.018 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:00:03.019 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:00:03.020 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:00:23.021 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:00:23.022 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:00:43.023 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:00:43.025 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:01:03.026 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:01:03.027 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:01:23.028 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:01:23.030 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:01:43.031 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:01:43.032 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:02:03.033 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:02:03.035 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:02:23.035 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:02:23.037 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:02:43.038 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:02:43.039 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:03:03.041 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:03:03.042 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:03:23.043 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:03:23.045 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:03:43.046 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:03:43.048 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:04:03.049 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:04:03.051 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:04:23.052 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:04:23.054 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:04:43.056 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:04:43.057 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:05:03.057 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:05:03.058 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:05:23.059 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:05:23.060 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:05:43.061 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:05:43.062 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:06:03.063 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:06:03.065 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:06:23.066 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:06:23.067 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:06:43.068 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:06:43.070 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:07:03.071 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:07:03.072 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:07:23.073 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:07:23.075 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:07:43.076 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:07:43.077 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:08:03.078 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:08:03.080 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:08:23.081 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:08:23.082 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:08:43.083 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:08:43.084 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:09:03.085 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:09:03.086 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:09:23.087 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:09:23.088 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:09:43.089 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:09:43.090 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:10:03.092 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:10:03.093 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:10:23.094 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:10:23.095 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:10:43.096 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:10:43.097 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:11:03.097 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:11:03.099 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:11:23.100 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:11:23.102 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:11:43.103 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:11:43.104 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:12:03.106 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:12:03.107 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:12:23.108 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:12:23.110 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:12:43.111 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:12:43.112 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:13:03.113 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:13:03.115 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:13:23.116 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:13:23.118 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:13:43.119 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:13:43.120 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:14:03.122 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:14:03.123 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:14:23.124 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:14:23.125 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:14:43.126 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:14:43.127 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:15:03.128 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:15:03.129 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:15:23.129 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:15:23.131 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:15:43.132 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:15:43.134 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:16:03.135 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:16:03.136 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:16:23.138 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:16:23.139 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:16:43.140 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:16:43.142 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:17:03.143 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:17:03.144 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:17:23.146 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:17:23.147 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:17:43.148 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:17:43.149 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:18:03.150 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:18:03.152 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:18:23.154 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:18:23.155 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:18:43.156 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:18:43.157 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:19:03.159 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:19:03.160 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:19:23.161 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:19:23.162 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:19:43.163 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:19:43.164 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:20:03.166 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:20:03.167 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:20:23.167 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:20:23.169 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:20:43.170 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:20:43.171 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:21:03.172 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:21:03.173 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:21:23.174 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:21:23.175 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:21:43.176 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:21:43.177 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:22:03.179 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:22:03.180 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:22:23.182 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:22:23.183 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:22:43.184 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:22:43.185 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:23:03.186 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:23:03.187 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:23:23.188 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:23:23.190 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:23:43.191 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:23:43.192 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:24:03.193 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:24:03.195 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:24:23.196 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:24:23.198 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:24:43.199 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:24:43.200 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:25:03.201 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:25:03.202 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:25:23.203 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:25:23.204 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:25:43.205 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:25:43.206 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 06:26:03.207 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:26:03.208 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:26:23.209 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:26:23.211 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:26:43.212 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:26:43.214 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:27:03.215 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:27:03.216 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:27:23.217 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:27:23.219 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:27:43.219 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:27:43.221 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:28:03.221 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:28:03.223 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:28:23.223 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:28:23.225 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:28:43.226 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:28:43.227 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:29:03.228 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:29:03.230 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:29:23.232 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:29:23.233 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:29:43.234 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:29:43.235 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:30:03.236 [I] [client/service.go:294] [b90c5cb154e431bc] try to connect to server... 2026-04-20 06:30:03.237 [W] [client/service.go:297] [b90c5cb154e431bc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-04-20,06:30:40.650] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,06:30:40.654] [INFO] LocationSqlManager initialising [2026-04-20,06:30:40.655] [INFO] Location DB initialising [2026-04-20,06:30:40.664] [INFO] LocationSqlManager initialisation complete [2026-04-20,06:30:40.665] [DEBUG] UploadManager Init [2026-04-20,06:30:40.665] [DEBUG] UploadManager Init Complete [2026-04-20,06:30:40.668] [INFO] Initializing GPS... [2026-04-20,06:30:40.670] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,06:35:29.562] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,06:50:29.577] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,07:05:29.700] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,07:20:29.806] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,07:35:29.931] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,07:50:29.953] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,08:05:30.047] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,08:20:30.081] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,08:35:30.202] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,08:50:30.222] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,09:05:30.342] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,09:20:30.462] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,09:35:30.544] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,09:50:30.669] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,10:05:30.716] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,10:20:30.798] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,10:35:30.821] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,10:50:30.925] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,11:05:30.961] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,11:20:30.991] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,11:35:31.009] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,18:25:37.275] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,18:25:37.280] [INFO] LocationSqlManager initialising [2026-04-20,18:25:37.281] [INFO] Location DB initialising [2026-04-20,18:25:37.291] [INFO] LocationSqlManager initialisation complete [2026-04-20,18:25:37.292] [DEBUG] UploadManager Init [2026-04-20,18:25:37.292] [DEBUG] UploadManager Init Complete [2026-04-20,18:25:37.295] [INFO] Initializing GPS... [2026-04-20,18:25:37.297] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,18:27:44.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-20,18:27:52.427] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-04-20,18:30:29.705] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,18:45:29.802] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,19:00:29.823] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,19:15:29.867] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,19:30:29.934] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,19:45:30.053] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,20:00:30.143] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,20:15:30.155] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,20:30:30.269] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,20:45:30.389] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,21:00:30.506] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,21:15:30.609] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,21:30:30.729] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,21:45:30.779] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,22:00:30.791] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,22:15:30.839] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,22:30:30.869] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,22:45:30.902] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,23:00:31.026] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,23:15:31.132] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,23:30:31.187] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,18:28:07.029] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,18:28:07.034] [INFO] LocationSqlManager initialising [2026-04-20,18:28:07.034] [INFO] Location DB initialising [2026-04-20,18:28:07.044] [INFO] LocationSqlManager initialisation complete [2026-04-20,18:28:07.044] [DEBUG] UploadManager Init [2026-04-20,18:28:07.044] [DEBUG] UploadManager Init Complete [2026-04-20,18:28:07.047] [INFO] Initializing GPS... [2026-04-20,18:28:07.049] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,04:26:18.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,04:26:25.095] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,04:26:39.990] [DEBUG] Log Upload Complete! [2026-04-21,04:29:18.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,04:29:25.152] [DEBUG] Remote Access Enabled [2026-04-21,04:29:31.373] [INFO] Server Address: 138.201.17.179 [2026-04-21,04:29:31.374] [INFO] Server Port: 7000 [2026-04-21,04:29:31.379] [DEBUG] Starting Remote Access! 2026-04-21 04:29:31.520 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 04:29:31.521 [I] [client/service.go:294] try to connect to server... 2026-04-21 04:29:32.119 [I] [client/service.go:286] [46a61f06b1729943] login to server success, get run id [46a61f06b1729943] 2026-04-21 04:29:32.120 [I] [proxy/proxy_manager.go:173] [46a61f06b1729943] proxy added: [DTN57CC5599] 2026-04-21 04:29:32.565 [I] [client/control.go:168] [46a61f06b1729943] [DTN57CC5599] start proxy success [2026-04-21,04:35:18.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,04:34:04.735] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,04:34:04.740] [INFO] LocationSqlManager initialising [2026-04-21,04:34:04.741] [INFO] Location DB initialising [2026-04-21,04:34:04.750] [INFO] LocationSqlManager initialisation complete [2026-04-21,04:34:04.750] [DEBUG] UploadManager Init [2026-04-21,04:34:04.751] [DEBUG] UploadManager Init Complete [2026-04-21,04:34:04.753] [INFO] Initializing GPS... [2026-04-21,04:34:04.755] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,04:38:08.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,04:38:14.738] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,04:38:34.696] [DEBUG] Log Upload Complete! [2026-04-21,04:41:08.371] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-21,04:41:08.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,04:41:15.133] [DEBUG] Remote Access Enabled [2026-04-21,04:41:21.373] [INFO] Server Address: 138.201.17.179 [2026-04-21,04:41:21.374] [INFO] Server Port: 7000 [2026-04-21,04:41:21.379] [DEBUG] Starting Remote Access! 2026-04-21 04:41:21.514 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 04:41:21.515 [I] [client/service.go:294] try to connect to server... 2026-04-21 04:41:22.137 [I] [client/service.go:286] [4da64fbaf9c9ce14] login to server success, get run id [4da64fbaf9c9ce14] 2026-04-21 04:41:22.138 [I] [proxy/proxy_manager.go:173] [4da64fbaf9c9ce14] proxy added: [DTN57CC5599] 2026-04-21 04:41:22.347 [I] [client/control.go:168] [4da64fbaf9c9ce14] [DTN57CC5599] start proxy success [2026-04-21,04:50:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,04:50:24.448] [DEBUG] 6 processes running of frp type [2026-04-21,05:05:18.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,05:05:24.581] [DEBUG] 6 processes running of frp type [2026-04-21,05:20:18.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,05:20:24.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,05:35:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,05:35:23.996] [DEBUG] 6 processes running of frp type [2026-04-21,05:15:29.176] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,05:15:29.182] [INFO] LocationSqlManager initialising [2026-04-21,05:15:29.183] [INFO] Location DB initialising [2026-04-21,05:15:29.193] [INFO] LocationSqlManager initialisation complete [2026-04-21,05:15:29.194] [DEBUG] UploadManager Init [2026-04-21,05:15:29.194] [DEBUG] UploadManager Init Complete [2026-04-21,05:15:29.197] [INFO] Initializing GPS... [2026-04-21,05:15:29.200] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,05:20:38.052] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-21,06:05:17.834] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,06:05:24.468] [DEBUG] Remote Access Enabled [2026-04-21,06:05:30.709] [INFO] Server Address: 138.201.17.179 [2026-04-21,06:05:30.711] [INFO] Server Port: 7000 [2026-04-21,06:05:30.715] [DEBUG] Starting Remote Access! 2026-04-21 06:05:30.845 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 06:05:30.845 [I] [client/service.go:294] try to connect to server... 2026-04-21 06:05:31.494 [I] [client/service.go:286] [ec1ed984d5b65353] login to server success, get run id [ec1ed984d5b65353] 2026-04-21 06:05:31.495 [I] [proxy/proxy_manager.go:173] [ec1ed984d5b65353] proxy added: [DTN57CC5599] 2026-04-21 06:05:31.700 [I] [client/control.go:168] [ec1ed984d5b65353] [DTN57CC5599] start proxy success [2026-04-21,06:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,06:20:24.054] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,06:30:41.078] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,06:30:41.083] [INFO] LocationSqlManager initialising [2026-04-21,06:30:41.084] [INFO] Location DB initialising [2026-04-21,06:30:41.094] [INFO] LocationSqlManager initialisation complete [2026-04-21,06:30:41.095] [DEBUG] UploadManager Init [2026-04-21,06:30:41.096] [DEBUG] UploadManager Init Complete [2026-04-21,06:30:41.098] [INFO] Initializing GPS... [2026-04-21,06:30:41.100] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,06:32:44.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,06:32:51.157] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,06:33:07.806] [DEBUG] Log Upload Complete! [2026-04-21,06:35:44.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,06:35:51.339] [DEBUG] Remote Access Enabled [2026-04-21,06:35:57.638] [INFO] Server Address: 138.201.17.179 [2026-04-21,06:35:57.640] [INFO] Server Port: 7000 [2026-04-21,06:35:57.645] [DEBUG] Starting Remote Access! 2026-04-21 06:35:57.776 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 06:35:57.777 [I] [client/service.go:294] try to connect to server... 2026-04-21 06:35:58.464 [I] [client/service.go:286] [aa817ce99e5615b3] login to server success, get run id [aa817ce99e5615b3] 2026-04-21 06:35:58.465 [I] [proxy/proxy_manager.go:173] [aa817ce99e5615b3] proxy added: [DTN57CC5599] 2026-04-21 06:35:58.720 [I] [client/control.go:168] [aa817ce99e5615b3] [DTN57CC5599] start proxy success [2026-04-21,06:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,06:50:24.295] [DEBUG] 6 processes running of frp type [2026-04-21,07:05:17.705] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,07:05:24.681] [DEBUG] 6 processes running of frp type [2026-04-21,07:20:17.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,07:20:23.857] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,07:35:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,07:35:24.490] [DEBUG] 6 processes running of frp type [2026-04-21,07:50:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,07:50:23.776] [DEBUG] 6 processes running of frp type [2026-04-21,08:02:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:02:23.811] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,08:03:43.083] [DEBUG] Log Upload Complete! [2026-04-21,08:05:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:05:24.230] [DEBUG] 6 processes running of frp type [2026-04-21,08:20:17.479] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:20:24.288] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,08:14:54.160] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,08:14:54.165] [INFO] LocationSqlManager initialising [2026-04-21,08:14:54.166] [INFO] Location DB initialising [2026-04-21,08:14:54.175] [INFO] LocationSqlManager initialisation complete [2026-04-21,08:14:54.175] [DEBUG] UploadManager Init [2026-04-21,08:14:54.176] [DEBUG] UploadManager Init Complete [2026-04-21,08:14:54.178] [INFO] Initializing GPS... [2026-04-21,08:14:54.180] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,08:36:57.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:37:04.440] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-04-21,08:39:57.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:39:57.965] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-21,08:40:05.418] [DEBUG] Remote Access Enabled [2026-04-21,08:40:12.063] [INFO] Server Address: 138.201.17.179 [2026-04-21,08:40:12.064] [INFO] Server Port: 7000 [2026-04-21,08:40:12.070] [DEBUG] Starting Remote Access! 2026-04-21 08:40:12.202 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 08:40:12.203 [I] [client/service.go:294] try to connect to server... 2026-04-21 08:40:12.948 [I] [client/service.go:286] [7026bb47e43c3d75] login to server success, get run id [7026bb47e43c3d75] 2026-04-21 08:40:12.949 [I] [proxy/proxy_manager.go:173] [7026bb47e43c3d75] proxy added: [DTN57CC5599] 2026-04-21 08:40:13.350 [I] [client/control.go:168] [7026bb47e43c3d75] [DTN57CC5599] start proxy success [2026-04-21,08:40:18.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:40:25.340] [DEBUG] 6 processes running of frp type [2026-04-21,08:50:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,08:50:24.568] [DEBUG] 6 processes running of frp type [2026-04-21,09:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,09:05:24.390] [DEBUG] 6 processes running of frp type [2026-04-21,09:10:01.747] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,09:10:01.753] [INFO] LocationSqlManager initialising [2026-04-21,09:10:01.754] [INFO] Location DB initialising [2026-04-21,09:10:01.763] [INFO] LocationSqlManager initialisation complete [2026-04-21,09:10:01.764] [DEBUG] UploadManager Init [2026-04-21,09:10:01.765] [DEBUG] UploadManager Init Complete [2026-04-21,09:10:01.768] [INFO] Initializing GPS... [2026-04-21,09:10:01.770] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,09:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,09:20:23.783] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,09:21:31.244] [DEBUG] Log Upload Complete! [2026-04-21,09:23:17.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,09:23:24.706] [DEBUG] Remote Access Enabled [2026-04-21,09:23:31.349] [INFO] Server Address: 138.201.17.179 [2026-04-21,09:23:31.350] [INFO] Server Port: 7000 [2026-04-21,09:23:31.355] [DEBUG] Starting Remote Access! 2026-04-21 09:23:31.487 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 09:23:31.488 [I] [client/service.go:294] try to connect to server... 2026-04-21 09:23:32.531 [I] [client/service.go:286] [6753abe9c825d45f] login to server success, get run id [6753abe9c825d45f] 2026-04-21 09:23:32.533 [I] [proxy/proxy_manager.go:173] [6753abe9c825d45f] proxy added: [DTN57CC5599] 2026-04-21 09:23:32.779 [I] [client/control.go:168] [6753abe9c825d45f] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,09:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,09:35:24.043] [DEBUG] 6 processes running of frp type [2026-04-21,09:50:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,09:50:24.678] [DEBUG] 6 processes running of frp type [2026-04-21,09:50:14.275] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,09:50:14.283] [INFO] LocationSqlManager initialising [2026-04-21,09:50:14.284] [INFO] Location DB initialising [2026-04-21,09:50:14.295] [INFO] LocationSqlManager initialisation complete [2026-04-21,09:50:14.296] [DEBUG] UploadManager Init [2026-04-21,09:50:14.297] [DEBUG] UploadManager Init Complete [2026-04-21,09:50:14.301] [INFO] Initializing GPS... [2026-04-21,09:50:14.304] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,10:18:26.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,10:18:32.819] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,10:18:58.356] [DEBUG] Log Upload Complete! [2026-04-21,10:21:31.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,10:21:38.005] [DEBUG] Remote Access Enabled [2026-04-21,10:21:44.225] [INFO] Server Address: 138.201.17.179 [2026-04-21,10:21:44.226] [INFO] Server Port: 7000 [2026-04-21,10:21:44.231] [DEBUG] Starting Remote Access! 2026-04-21 10:21:44.365 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 10:21:44.366 [I] [client/service.go:294] try to connect to server... 2026-04-21 10:21:45.012 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 10:21:45.012 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 10:21:45.231 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,10:35:16.928] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,10:35:23.550] [DEBUG] 6 processes running of frp type [2026-04-21,10:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,10:50:23.753] [DEBUG] 6 processes running of frp type [2026-04-21,11:05:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,11:05:23.814] [DEBUG] 6 processes running of frp type [2026-04-21,11:20:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,11:20:23.739] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,11:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,11:35:23.836] [DEBUG] 6 processes running of frp type [2026-04-21,11:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,11:50:24.290] [DEBUG] 6 processes running of frp type [2026-04-21,12:05:17.567] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,12:05:24.155] [DEBUG] 6 processes running of frp type [2026-04-21,12:20:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,12:20:23.959] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,12:35:18.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,12:35:24.678] [DEBUG] 6 processes running of frp type [2026-04-21,12:50:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,12:50:29.129] [DEBUG] 6 processes running of frp type [2026-04-21,13:05:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,13:05:24.303] [DEBUG] 6 processes running of frp type [2026-04-21,13:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,13:20:24.135] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,13:35:17.791] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,13:35:24.405] [DEBUG] 6 processes running of frp type [2026-04-21,13:50:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,13:50:24.857] [DEBUG] 6 processes running of frp type 2026-04-21 14:04:51.320 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:04:52.117 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 14:04:52.118 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 14:04:52.333 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success [2026-04-21,14:05:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,14:05:24.037] [DEBUG] 6 processes running of frp type [2026-04-21,14:20:17.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,14:20:24.047] [DEBUG] 6 processes running of frp type 2026-04-21 14:23:13.764 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:23:14.694 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 14:23:14.696 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 14:23:15.462 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,14:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,14:35:24.339] [DEBUG] 6 processes running of frp type 2026-04-21 14:37:14.259 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:37:19.020 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 14:37:19.021 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 14:37:19.400 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success 2026-04-21 14:40:26.362 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:40:36.364 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 14:40:36.365 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:40:46.367 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 14:40:46.368 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:40:56.369 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 14:40:56.369 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:41:06.371 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 14:41:06.372 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:41:16.374 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 14:41:36.375 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 14:41:39.254 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 14:41:39.256 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 14:41:39.764 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success [2026-04-21,14:50:18.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,14:50:24.922] [DEBUG] 6 processes running of frp type [2026-04-21,15:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,15:05:24.097] [DEBUG] 6 processes running of frp type 2026-04-21 15:07:31.816 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 15:07:33.685 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 15:07:33.687 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 15:07:33.936 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success [2026-04-21,15:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,15:20:26.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,15:35:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,15:35:24.548] [DEBUG] 6 processes running of frp type [2026-04-21,15:50:16.972] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,15:50:23.599] [DEBUG] 6 processes running of frp type [2026-04-21,16:05:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,16:05:24.603] [DEBUG] 6 processes running of frp type 2026-04-21 16:08:14.013 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 16:08:19.315 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 16:08:19.316 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 16:08:19.544 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success [2026-04-21,16:20:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,16:20:24.889] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,16:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,16:35:24.409] [DEBUG] 6 processes running of frp type [2026-04-21,16:50:18.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,16:50:24.849] [DEBUG] 6 processes running of frp type [2026-04-21,17:05:17.110] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,17:05:23.950] [DEBUG] 6 processes running of frp type [2026-04-21,17:20:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,17:20:24.031] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,17:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,17:35:24.503] [DEBUG] 6 processes running of frp type [2026-04-21,17:50:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,17:50:24.468] [DEBUG] 6 processes running of frp type [2026-04-21,18:05:18.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,18:05:24.831] [DEBUG] 6 processes running of frp type 2026-04-21 18:16:40.302 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:16:50.305 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 18:16:50.306 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:17:00.307 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 18:17:00.308 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:17:10.310 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 18:17:10.310 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:17:20.313 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 18:17:20.313 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:17:30.315 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 18:17:50.316 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:18:00.318 [W] [client/service.go:297] [7b325657dc7c5bf4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 18:18:20.320 [I] [client/service.go:294] [7b325657dc7c5bf4] try to connect to server... 2026-04-21 18:18:21.161 [I] [client/service.go:286] [7b325657dc7c5bf4] login to server success, get run id [7b325657dc7c5bf4] 2026-04-21 18:18:21.163 [I] [proxy/proxy_manager.go:173] [7b325657dc7c5bf4] proxy added: [DTN57CC5599] 2026-04-21 18:18:21.400 [I] [client/control.go:168] [7b325657dc7c5bf4] [DTN57CC5599] start proxy success [2026-04-21,18:20:17.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,18:20:23.721] [DEBUG] 6 processes running of frp type [2026-04-21,18:25:41.134] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,18:25:41.141] [INFO] LocationSqlManager initialising [2026-04-21,18:25:41.142] [INFO] Location DB initialising [2026-04-21,18:25:41.153] [INFO] LocationSqlManager initialisation complete [2026-04-21,18:25:41.154] [DEBUG] UploadManager Init [2026-04-21,18:25:41.155] [DEBUG] UploadManager Init Complete [2026-04-21,18:25:41.159] [INFO] Initializing GPS... [2026-04-21,18:25:41.163] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,18:27:44.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,18:27:50.901] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,18:28:33.055] [DEBUG] Log Upload Complete! [2026-04-21,18:30:44.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,18:30:51.138] [DEBUG] Remote Access Enabled [2026-04-21,18:30:57.377] [INFO] Server Address: 138.201.17.179 [2026-04-21,18:30:57.378] [INFO] Server Port: 7000 [2026-04-21,18:30:57.383] [DEBUG] Starting Remote Access! 2026-04-21 18:30:57.512 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 18:30:57.512 [I] [client/service.go:294] try to connect to server... 2026-04-21 18:30:58.210 [I] [client/service.go:286] [09c5c8ac73358952] login to server success, get run id [09c5c8ac73358952] 2026-04-21 18:30:58.211 [I] [proxy/proxy_manager.go:173] [09c5c8ac73358952] proxy added: [DTN57CC5599] 2026-04-21 18:30:58.433 [I] [client/control.go:168] [09c5c8ac73358952] [DTN57CC5599] start proxy success [2026-04-21,18:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,18:35:24.204] [DEBUG] 6 processes running of frp type [2026-04-21,18:50:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,18:50:24.585] [DEBUG] 6 processes running of frp type [2026-04-21,19:05:18.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,19:05:24.801] [DEBUG] 6 processes running of frp type [2026-04-21,19:20:17.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,19:20:23.902] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,19:35:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,19:35:25.392] [DEBUG] 6 processes running of frp type [2026-04-21,19:50:18.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,19:50:24.903] [DEBUG] 6 processes running of frp type [2026-04-21,20:05:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,20:05:23.992] [DEBUG] 6 processes running of frp type [2026-04-21,20:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,20:20:23.964] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,20:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,20:35:27.914] [DEBUG] 6 processes running of frp type [2026-04-21,20:50:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,20:50:26.830] [DEBUG] 6 processes running of frp type [2026-04-21,21:05:17.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,21:05:23.861] [DEBUG] 6 processes running of frp type [2026-04-21,21:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,21:20:23.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,21:35:17.516] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,21:35:24.383] [DEBUG] 6 processes running of frp type [2026-04-21,21:50:18.649] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,21:50:25.581] [DEBUG] 6 processes running of frp type [2026-04-21,22:05:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,22:05:24.818] [DEBUG] 6 processes running of frp type [2026-04-21,22:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,22:20:23.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,22:35:17.638] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,22:35:24.408] [DEBUG] 6 processes running of frp type [2026-04-21,22:50:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,22:50:24.764] [DEBUG] 6 processes running of frp type [2026-04-21,23:05:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,23:05:23.874] [DEBUG] 6 processes running of frp type [2026-04-21,23:20:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,23:20:23.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,23:35:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,23:35:24.270] [DEBUG] 6 processes running of frp type [2026-04-21,23:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-21,23:50:24.620] [DEBUG] 6 processes running of frp type [2026-04-22,00:05:18.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,00:05:25.651] [DEBUG] 6 processes running of frp type [2026-04-22,00:20:17.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,00:20:24.445] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,00:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,00:35:24.036] [DEBUG] 6 processes running of frp type [2026-04-22,00:50:17.784] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,00:50:24.856] [DEBUG] 6 processes running of frp type [2026-04-22,01:05:17.300] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,01:05:24.103] [DEBUG] 6 processes running of frp type [2026-04-22,01:20:17.276] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,01:20:23.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,01:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,01:35:24.523] [DEBUG] 6 processes running of frp type [2026-04-22,01:50:17.274] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,01:50:24.618] [DEBUG] 6 processes running of frp type [2026-04-22,02:05:18.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,02:05:24.894] [DEBUG] 6 processes running of frp type [2026-04-22,02:20:16.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,02:20:23.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,02:35:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,02:35:24.674] [DEBUG] 6 processes running of frp type [2026-04-22,02:50:17.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,02:50:24.022] [DEBUG] 6 processes running of frp type [2026-04-22,03:05:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,03:05:24.235] [DEBUG] 6 processes running of frp type [2026-04-22,03:20:17.478] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,03:20:24.190] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,03:35:18.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,03:35:24.876] [DEBUG] 6 processes running of frp type [2026-04-22,03:50:17.534] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,03:50:24.257] [DEBUG] 6 processes running of frp type 2026-04-22 04:05:02.471 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:05:04.633 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:05:04.634 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:05:04.649 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:05:08.692 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:05:08.701 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:05:17.046 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:05:17.696 [I] [client/service.go:286] [09c5c8ac73358952] login to server success, get run id [09c5c8ac73358952] 2026-04-22 04:05:17.698 [I] [proxy/proxy_manager.go:173] [09c5c8ac73358952] proxy added: [DTN57CC5599] 2026-04-22 04:05:17.916 [I] [client/control.go:168] [09c5c8ac73358952] [DTN57CC5599] start proxy success [2026-04-22,04:20:16.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,04:20:23.523] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-22 04:35:16.958 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:35:26.959 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 04:35:26.960 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:35:36.962 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 04:35:36.963 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:35:46.964 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 04:35:46.965 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:35:56.966 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 04:35:56.967 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:36:06.969 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 04:36:26.970 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:36:36.972 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 04:36:56.973 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:37:04.102 [W] [client/service.go:297] [09c5c8ac73358952] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:37:24.103 [I] [client/service.go:294] [09c5c8ac73358952] try to connect to server... 2026-04-22 04:37:26.285 [I] [client/service.go:286] [09c5c8ac73358952] login to server success, get run id [09c5c8ac73358952] 2026-04-22 04:37:26.287 [I] [proxy/proxy_manager.go:173] [09c5c8ac73358952] proxy added: [DTN57CC5599] 2026-04-22 04:37:26.495 [I] [client/control.go:168] [09c5c8ac73358952] [DTN57CC5599] start proxy success [2026-04-22,04:50:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,04:50:24.361] [DEBUG] 6 processes running of frp type [2026-04-22,05:05:17.773] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,05:05:24.272] [DEBUG] 6 processes running of frp type [2026-04-22,05:20:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,05:20:24.707] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,05:35:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,05:35:24.924] [DEBUG] 6 processes running of frp type [2026-04-22,05:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,05:50:24.462] [DEBUG] 6 processes running of frp type [2026-04-22,06:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,06:05:24.571] [DEBUG] 6 processes running of frp type [2026-04-22,06:20:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,06:20:24.727] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,06:30:41.384] [INFO] Initializing BusSpeedStateManager V2 [2026-04-22,06:30:41.391] [INFO] LocationSqlManager initialising [2026-04-22,06:30:41.392] [INFO] Location DB initialising [2026-04-22,06:30:41.403] [INFO] LocationSqlManager initialisation complete [2026-04-22,06:30:41.404] [DEBUG] UploadManager Init [2026-04-22,06:30:41.405] [DEBUG] UploadManager Init Complete [2026-04-22,06:30:41.409] [INFO] Initializing GPS... [2026-04-22,06:30:41.412] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,06:32:44.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,06:32:56.214] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-22,06:33:19.978] [DEBUG] Log Upload Complete! [2026-04-22,06:35:44.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,06:35:51.423] [DEBUG] Remote Access Enabled [2026-04-22,06:35:57.674] [INFO] Server Address: 138.201.17.179 [2026-04-22,06:35:57.675] [INFO] Server Port: 7000 [2026-04-22,06:35:57.680] [DEBUG] Starting Remote Access! 2026-04-22 06:35:57.817 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-22 06:35:57.817 [I] [client/service.go:294] try to connect to server... 2026-04-22 06:35:58.458 [I] [client/service.go:286] [0b3149e25761d61e] login to server success, get run id [0b3149e25761d61e] 2026-04-22 06:35:58.459 [I] [proxy/proxy_manager.go:173] [0b3149e25761d61e] proxy added: [DTN57CC5599] 2026-04-22 06:35:58.673 [I] [client/control.go:168] [0b3149e25761d61e] [DTN57CC5599] start proxy success [2026-04-22,06:50:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,06:50:24.386] [DEBUG] 6 processes running of frp type [2026-04-22,07:05:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,07:05:24.224] [DEBUG] 6 processes running of frp type [2026-04-22,07:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,07:20:24.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,07:35:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,07:35:23.919] [DEBUG] 6 processes running of frp type [2026-04-22,07:50:17.964] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,07:50:25.418] [DEBUG] 6 processes running of frp type [2026-04-22,08:02:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,08:02:24.254] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-22,08:02:49.334] [DEBUG] Log Upload Complete! [2026-04-22,08:05:18.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,08:05:26.334] [DEBUG] 6 processes running of frp type [2026-04-22,08:20:18.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,08:20:26.280] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,08:35:18.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,08:35:24.871] [DEBUG] 6 processes running of frp type [2026-04-22,08:50:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,08:50:24.140] [DEBUG] 6 processes running of frp type [2026-04-22,09:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,09:05:24.163] [DEBUG] 6 processes running of frp type [2026-04-22,09:20:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,09:20:24.320] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,09:35:18.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,09:35:24.853] [DEBUG] 6 processes running of frp type [2026-04-22,09:50:17.636] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,09:50:24.199] [DEBUG] 6 processes running of frp type [2026-04-22,10:05:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,10:05:24.162] [DEBUG] 6 processes running of frp type [2026-04-22,10:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,10:20:24.011] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,10:35:18.030] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,10:35:24.611] [DEBUG] 6 processes running of frp type [2026-04-22,10:50:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,10:50:24.029] [DEBUG] 6 processes running of frp type [2026-04-22,11:05:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,11:05:24.169] [DEBUG] 6 processes running of frp type [2026-04-22,11:20:17.518] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,11:20:24.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,11:35:18.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,11:35:24.638] [DEBUG] 6 processes running of frp type [2026-04-22,11:50:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,11:50:24.110] [DEBUG] 6 processes running of frp type [2026-04-22,12:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,12:05:24.054] [DEBUG] 6 processes running of frp type [2026-04-22,12:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,12:20:29.029] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,12:35:17.778] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,12:35:24.298] [DEBUG] 6 processes running of frp type [2026-04-22,12:50:18.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,12:50:24.761] [DEBUG] 6 processes running of frp type [2026-04-22,13:05:17.328] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,13:05:23.876] [DEBUG] 6 processes running of frp type [2026-04-22,13:20:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,13:20:23.761] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,13:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,13:35:24.253] [DEBUG] 6 processes running of frp type [2026-04-22,13:50:18.108] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,13:50:24.816] [DEBUG] 6 processes running of frp type [2026-04-22,14:05:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,14:05:23.958] [DEBUG] 6 processes running of frp type [2026-04-22,14:20:17.235] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,14:20:23.890] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,14:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,14:35:24.431] [DEBUG] 6 processes running of frp type [2026-04-22,14:50:17.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,14:50:23.840] [DEBUG] 6 processes running of frp type [2026-04-22,15:05:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,15:05:23.847] [DEBUG] 6 processes running of frp type [2026-04-22,15:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,15:20:23.990] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,15:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,15:35:24.403] [DEBUG] 6 processes running of frp type [2026-04-22,15:50:18.071] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,15:50:24.599] [DEBUG] 6 processes running of frp type [2026-04-22,16:05:18.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,16:05:25.007] [DEBUG] 6 processes running of frp type [2026-04-22,16:20:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,16:20:24.010] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,16:35:17.918] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,16:35:24.524] [DEBUG] 6 processes running of frp type [2026-04-22,16:50:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,16:50:23.862] [DEBUG] 6 processes running of frp type [2026-04-22,17:05:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,17:05:23.861] [DEBUG] 6 processes running of frp type [2026-04-22,17:20:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,17:20:23.886] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,17:35:17.714] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,17:35:24.275] [DEBUG] 6 processes running of frp type [2026-04-22,17:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,17:50:24.554] [DEBUG] 6 processes running of frp type [2026-04-22,18:05:18.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,18:05:24.797] [DEBUG] 6 processes running of frp type [2026-04-22,18:20:17.123] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,18:20:23.668] [DEBUG] 6 processes running of frp type [2026-04-22,18:25:42.044] [INFO] Initializing BusSpeedStateManager V2 [2026-04-22,18:25:42.050] [INFO] LocationSqlManager initialising [2026-04-22,18:25:42.050] [INFO] Location DB initialising [2026-04-22,18:25:42.060] [INFO] LocationSqlManager initialisation complete [2026-04-22,18:25:42.061] [DEBUG] UploadManager Init [2026-04-22,18:25:42.061] [DEBUG] UploadManager Init Complete [2026-04-22,18:25:42.064] [INFO] Initializing GPS... [2026-04-22,18:25:42.066] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,18:27:45.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,18:27:52.388] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-22,18:29:15.726] [DEBUG] Log Upload Complete! [2026-04-22,18:30:45.896] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,18:30:52.526] [DEBUG] Remote Access Enabled [2026-04-22,18:30:58.754] [INFO] Server Address: 138.201.17.179 [2026-04-22,18:30:58.755] [INFO] Server Port: 7000 [2026-04-22,18:30:58.759] [DEBUG] Starting Remote Access! 2026-04-22 18:30:58.888 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-22 18:30:58.889 [I] [client/service.go:294] try to connect to server... 2026-04-22 18:30:59.516 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 18:30:59.516 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 18:30:59.749 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-22,18:35:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,18:35:23.560] [DEBUG] 6 processes running of frp type [2026-04-22,18:50:17.318] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,18:50:23.967] [DEBUG] 6 processes running of frp type [2026-04-22,19:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,19:05:23.791] [DEBUG] 6 processes running of frp type [2026-04-22,19:20:17.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,19:20:23.778] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,19:35:17.604] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,19:35:24.334] [DEBUG] 6 processes running of frp type [2026-04-22,19:50:16.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,19:50:23.517] [DEBUG] 6 processes running of frp type [2026-04-22,20:05:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,20:05:25.554] [DEBUG] 6 processes running of frp type [2026-04-22,20:20:17.871] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,20:20:25.150] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,20:35:18.195] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,20:35:24.972] [DEBUG] 6 processes running of frp type [2026-04-22,20:50:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,20:50:24.507] [DEBUG] 6 processes running of frp type [2026-04-22,21:05:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,21:05:25.505] [DEBUG] 6 processes running of frp type [2026-04-22,21:20:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,21:20:24.866] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,21:35:18.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-22 21:35:43.165 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 21:35:53.391 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 21:35:53.393 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 21:35:54.190 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-22,21:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,21:50:25.413] [DEBUG] 6 processes running of frp type [2026-04-22,22:05:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,22:05:55.506] [DEBUG] 6 processes running of frp type 2026-04-22 22:10:28.531 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 22:10:39.320 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 22:10:39.322 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 22:10:39.552 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-22,22:20:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,22:20:24.454] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-22 22:26:25.524 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 22:26:34.052 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 22:26:34.054 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 22:26:35.123 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-22,22:35:18.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,22:35:30.558] [DEBUG] 6 processes running of frp type [2026-04-22,22:50:17.952] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,22:50:24.896] [DEBUG] 6 processes running of frp type [2026-04-22,23:05:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,23:05:24.167] [DEBUG] 6 processes running of frp type 2026-04-22 23:08:35.506 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:08:36.589 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 23:08:36.595 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 23:08:36.900 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success 2026-04-22 23:09:15.827 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:09:25.829 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 23:09:25.830 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:09:43.439 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: connection write timeout 2026-04-22 23:09:43.440 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:10:00.820 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: connection write timeout 2026-04-22 23:10:00.820 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:10:20.814 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: connection write timeout 2026-04-22 23:10:20.815 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:10:30.816 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 23:10:50.817 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:10:59.905 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 23:10:59.907 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 23:11:00.138 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success 2026-04-22 23:17:45.164 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:17:53.631 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 23:17:53.633 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 23:17:59.807 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success 2026-04-22 23:18:29.913 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:18:44.813 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: i/o deadline reached 2026-04-22 23:18:44.814 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:18:59.889 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: i/o deadline reached 2026-04-22 23:18:59.889 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:19:06.016 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 23:19:06.017 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 23:19:06.232 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-22,23:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,23:20:26.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,23:35:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,23:35:24.469] [DEBUG] 6 processes running of frp type 2026-04-22 23:46:38.916 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:46:59.975 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: i/o deadline reached 2026-04-22 23:46:59.976 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:47:17.359 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: connection write timeout 2026-04-22 23:47:17.360 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-22 23:47:18.794 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-22 23:47:18.795 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-22 23:47:19.023 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-22,23:50:18.193] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-22,23:50:24.703] [DEBUG] 6 processes running of frp type [2026-04-23,00:05:18.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,00:05:24.951] [DEBUG] 6 processes running of frp type 2026-04-23 00:17:53.030 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-23 00:17:53.998 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-23 00:17:54.000 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-23 00:17:54.275 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success [2026-04-23,00:20:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,00:20:24.094] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,00:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,00:35:24.562] [DEBUG] 6 processes running of frp type [2026-04-23,00:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,00:50:24.386] [DEBUG] 6 processes running of frp type [2026-04-23,01:05:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,01:05:24.641] [DEBUG] 6 processes running of frp type [2026-04-23,01:20:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,01:20:24.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,01:35:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,01:35:24.519] [DEBUG] 6 processes running of frp type [2026-04-23,01:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,01:50:25.142] [DEBUG] 6 processes running of frp type [2026-04-23,02:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,02:05:24.275] [DEBUG] 6 processes running of frp type [2026-04-23,02:20:19.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,02:20:26.560] [DEBUG] 6 processes running of frp type 2026-04-23 02:23:33.221 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-23 02:23:45.454 [W] [client/service.go:297] [ccb50202fa64a1d7] connect to server error: i/o deadline reached 2026-04-23 02:23:45.455 [I] [client/service.go:294] [ccb50202fa64a1d7] try to connect to server... 2026-04-23 02:23:49.758 [I] [client/service.go:286] [ccb50202fa64a1d7] login to server success, get run id [ccb50202fa64a1d7] 2026-04-23 02:23:49.760 [I] [proxy/proxy_manager.go:173] [ccb50202fa64a1d7] proxy added: [DTN57CC5599] 2026-04-23 02:24:00.544 [I] [client/control.go:168] [ccb50202fa64a1d7] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,02:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,02:35:24.520] [DEBUG] 6 processes running of frp type [2026-04-23,02:50:17.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,02:50:23.927] [DEBUG] 6 processes running of frp type [2026-04-23,03:05:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,03:05:23.890] [DEBUG] 6 processes running of frp type [2026-04-23,03:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,03:20:23.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,03:35:17.448] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,03:35:23.989] [DEBUG] 6 processes running of frp type [2026-04-23,03:50:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,03:50:24.033] [DEBUG] 6 processes running of frp type [2026-04-23,03:43:06.944] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,03:43:06.950] [INFO] LocationSqlManager initialising [2026-04-23,03:43:06.950] [INFO] Location DB initialising [2026-04-23,03:43:06.960] [INFO] LocationSqlManager initialisation complete [2026-04-23,03:43:06.960] [DEBUG] UploadManager Init [2026-04-23,03:43:06.961] [DEBUG] UploadManager Init Complete [2026-04-23,03:43:06.963] [INFO] Initializing GPS... [2026-04-23,03:43:06.965] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,04:02:51.464] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,04:02:57.847] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,04:03:11.821] [DEBUG] Log Upload Complete! [2026-04-23,04:05:51.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,04:05:51.645] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-23,04:05:58.122] [DEBUG] Remote Access Enabled [2026-04-23,04:06:04.525] [INFO] Server Address: 138.201.17.179 [2026-04-23,04:06:04.526] [INFO] Server Port: 7000 [2026-04-23,04:06:04.533] [DEBUG] Starting Remote Access! 2026-04-23 04:06:04.668 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 04:06:04.669 [I] [client/service.go:294] try to connect to server... 2026-04-23 04:06:05.360 [I] [client/service.go:286] [d18cfface292182f] login to server success, get run id [d18cfface292182f] 2026-04-23 04:06:05.362 [I] [proxy/proxy_manager.go:173] [d18cfface292182f] proxy added: [DTN57CC5599] 2026-04-23 04:06:05.594 [I] [client/control.go:168] [d18cfface292182f] [DTN57CC5599] start proxy success [2026-04-23,04:20:18.165] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,04:20:24.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-23 04:29:02.835 [I] [client/service.go:294] [d18cfface292182f] try to connect to server... 2026-04-23 04:29:07.587 [I] [client/service.go:286] [d18cfface292182f] login to server success, get run id [d18cfface292182f] 2026-04-23 04:29:07.588 [I] [proxy/proxy_manager.go:173] [d18cfface292182f] proxy added: [DTN57CC5599] 2026-04-23 04:29:08.067 [I] [client/control.go:168] [d18cfface292182f] [DTN57CC5599] start proxy success [2026-04-23,04:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,04:35:23.887] [DEBUG] 6 processes running of frp type [2026-04-23,04:50:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,04:50:24.409] [DEBUG] 6 processes running of frp type [2026-04-23,05:05:17.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,05:05:24.541] [DEBUG] 6 processes running of frp type [2026-04-23,05:20:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,05:20:24.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,05:35:17.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,05:35:24.268] [DEBUG] 6 processes running of frp type [2026-04-23,05:50:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,05:50:24.544] [DEBUG] 6 processes running of frp type [2026-04-23,06:05:17.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,06:05:24.467] [DEBUG] 6 processes running of frp type [2026-04-23,06:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,06:20:24.259] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,06:30:41.326] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,06:30:41.334] [INFO] LocationSqlManager initialising [2026-04-23,06:30:41.334] [INFO] Location DB initialising [2026-04-23,06:30:41.345] [INFO] LocationSqlManager initialisation complete [2026-04-23,06:30:41.346] [DEBUG] UploadManager Init [2026-04-23,06:30:41.347] [DEBUG] UploadManager Init Complete [2026-04-23,06:30:41.351] [INFO] Initializing GPS... [2026-04-23,06:30:41.354] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,06:32:44.659] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,06:32:56.460] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,06:33:10.972] [DEBUG] Log Upload Complete! [2026-04-23,06:35:44.778] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,06:35:51.360] [DEBUG] Remote Access Enabled [2026-04-23,06:35:57.629] [INFO] Server Address: 138.201.17.179 [2026-04-23,06:35:57.630] [INFO] Server Port: 7000 [2026-04-23,06:35:57.635] [DEBUG] Starting Remote Access! 2026-04-23 06:35:57.767 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 06:35:57.768 [I] [client/service.go:294] try to connect to server... 2026-04-23 06:35:58.416 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 06:35:58.417 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 06:35:58.626 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success [2026-04-23,06:50:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,06:50:24.282] [DEBUG] 6 processes running of frp type [2026-04-23,07:05:17.984] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,07:05:25.135] [DEBUG] 6 processes running of frp type [2026-04-23,07:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,07:20:23.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-23 07:28:43.520 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:28:48.156 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 07:28:48.158 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 07:28:50.939 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success 2026-04-23 07:29:24.763 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:29:43.570 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: connection write timeout 2026-04-23 07:29:43.570 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:29:57.391 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 07:29:57.393 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 07:29:57.943 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success 2026-04-23 07:31:00.611 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:31:13.916 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: connection write timeout 2026-04-23 07:31:13.917 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:31:32.309 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: connection write timeout 2026-04-23 07:31:32.309 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:31:46.745 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: i/o deadline reached 2026-04-23 07:31:46.746 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:32:01.619 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: connection write timeout 2026-04-23 07:32:01.619 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:32:02.808 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 07:32:02.809 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 07:32:03.305 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success [2026-04-23,07:35:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,07:35:24.126] [DEBUG] 6 processes running of frp type 2026-04-23 07:37:15.269 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:37:16.387 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 07:37:16.389 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 07:37:16.646 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success 2026-04-23 07:38:28.995 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:38:45.720 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: connection write timeout 2026-04-23 07:38:45.721 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 07:38:48.382 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 07:38:48.384 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 07:38:48.686 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success [2026-04-23,07:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,07:50:24.459] [DEBUG] 6 processes running of frp type [2026-04-23,08:02:17.750] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,08:02:27.918] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,08:03:06.972] [DEBUG] Log Upload Complete! [2026-04-23,08:05:18.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,08:05:24.533] [DEBUG] 6 processes running of frp type [2026-04-23,08:20:17.845] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,08:20:24.435] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,08:35:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,08:35:24.097] [DEBUG] 6 processes running of frp type [2026-04-23,08:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,08:50:24.042] [DEBUG] 6 processes running of frp type [2026-04-23,09:05:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,09:05:24.651] [DEBUG] 6 processes running of frp type [2026-04-23,09:20:18.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,09:20:24.590] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,09:35:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,09:35:24.193] [DEBUG] 6 processes running of frp type [2026-04-23,09:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,09:50:24.562] [DEBUG] 6 processes running of frp type [2026-04-23,10:05:18.262] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,10:05:28.543] [DEBUG] 6 processes running of frp type [2026-04-23,10:20:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,10:20:24.178] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,10:35:18.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,10:35:25.101] [DEBUG] 6 processes running of frp type [2026-04-23,10:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,10:50:25.083] [DEBUG] 6 processes running of frp type [2026-04-23,11:05:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,11:05:24.295] [DEBUG] 6 processes running of frp type [2026-04-23,11:20:17.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,11:21:07.499] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,11:35:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,11:35:24.118] [DEBUG] 6 processes running of frp type [2026-04-23,11:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,11:50:24.389] [DEBUG] 6 processes running of frp type 2026-04-23 12:00:54.297 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 12:00:54.301 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 12:00:56.462 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 12:00:56.467 [W] [client/service.go:297] [2cb77de8e01dcdd1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 12:01:01.049 [I] [client/service.go:294] [2cb77de8e01dcdd1] try to connect to server... 2026-04-23 12:01:01.716 [I] [client/service.go:286] [2cb77de8e01dcdd1] login to server success, get run id [2cb77de8e01dcdd1] 2026-04-23 12:01:01.717 [I] [proxy/proxy_manager.go:173] [2cb77de8e01dcdd1] proxy added: [DTN57CC5599] 2026-04-23 12:01:01.961 [I] [client/control.go:168] [2cb77de8e01dcdd1] [DTN57CC5599] start proxy success [2026-04-23,12:05:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,12:05:24.292] [DEBUG] 6 processes running of frp type [2026-04-23,12:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,12:20:24.316] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,12:35:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,12:35:24.613] [DEBUG] 6 processes running of frp type [2026-04-23,12:50:17.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,12:50:24.178] [DEBUG] 6 processes running of frp type [2026-04-23,13:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,13:05:24.173] [DEBUG] 6 processes running of frp type [2026-04-23,13:20:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,13:20:24.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,13:35:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,13:35:24.423] [DEBUG] 6 processes running of frp type [2026-04-23,13:50:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,13:50:24.613] [DEBUG] 6 processes running of frp type [2026-04-23,14:05:18.018] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,14:05:24.645] [DEBUG] 6 processes running of frp type [2026-04-23,14:20:18.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,14:20:24.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,14:35:17.354] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,14:35:23.887] [DEBUG] 6 processes running of frp type [2026-04-23,14:50:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,14:50:24.239] [DEBUG] 6 processes running of frp type [2026-04-23,15:05:17.676] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,15:05:24.276] [DEBUG] 6 processes running of frp type [2026-04-23,15:20:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,15:20:24.053] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,15:35:18.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,15:35:24.665] [DEBUG] 6 processes running of frp type [2026-04-23,15:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,15:50:23.946] [DEBUG] 6 processes running of frp type [2026-04-23,16:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,16:05:24.096] [DEBUG] 6 processes running of frp type [2026-04-23,16:20:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,16:20:23.965] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,16:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,16:35:24.409] [DEBUG] 6 processes running of frp type [2026-04-23,16:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,16:50:24.575] [DEBUG] 6 processes running of frp type [2026-04-23,17:05:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,17:05:24.501] [DEBUG] 6 processes running of frp type [2026-04-23,17:20:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,17:20:24.334] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,17:35:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,17:35:23.724] [DEBUG] 6 processes running of frp type [2026-04-23,17:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,17:50:23.933] [DEBUG] 6 processes running of frp type [2026-04-23,18:05:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,18:05:24.026] [DEBUG] 6 processes running of frp type [2026-04-23,18:20:17.329] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,18:20:23.952] [DEBUG] 6 processes running of frp type [2026-04-23,18:25:41.011] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,18:25:41.017] [INFO] LocationSqlManager initialising [2026-04-23,18:25:41.017] [INFO] Location DB initialising [2026-04-23,18:25:41.027] [INFO] LocationSqlManager initialisation complete [2026-04-23,18:25:41.027] [DEBUG] UploadManager Init [2026-04-23,18:25:41.028] [DEBUG] UploadManager Init Complete [2026-04-23,18:25:41.030] [INFO] Initializing GPS... [2026-04-23,18:25:41.032] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,18:27:44.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,18:27:51.116] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,18:28:14.097] [DEBUG] Log Upload Complete! [2026-04-23,18:30:44.888] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,18:30:51.329] [DEBUG] Remote Access Enabled [2026-04-23,18:30:57.529] [INFO] Server Address: 138.201.17.179 [2026-04-23,18:30:57.530] [INFO] Server Port: 7000 [2026-04-23,18:30:57.535] [DEBUG] Starting Remote Access! 2026-04-23 18:30:57.668 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 18:30:57.669 [I] [client/service.go:294] try to connect to server... 2026-04-23 18:30:58.289 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-23 18:30:58.290 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-23 18:30:58.493 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-23,18:35:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,18:35:24.048] [DEBUG] 6 processes running of frp type [2026-04-23,18:50:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,18:50:24.273] [DEBUG] 6 processes running of frp type [2026-04-23,19:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,19:05:24.540] [DEBUG] 6 processes running of frp type [2026-04-23,19:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,19:20:24.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,19:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,19:35:24.202] [DEBUG] 6 processes running of frp type [2026-04-23,19:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,19:50:24.352] [DEBUG] 6 processes running of frp type 2026-04-23 20:00:47.996 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:00:57.998 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 20:00:57.999 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:01:08.001 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 20:01:08.002 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:01:18.003 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 20:01:18.004 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:01:28.005 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 20:01:28.006 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:01:38.007 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 20:01:58.009 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:02:08.010 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 20:02:28.011 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:02:35.274 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 20:02:55.275 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 20:02:55.938 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-23 20:02:55.940 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-23 20:02:56.151 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-23,20:05:20.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,20:05:27.596] [DEBUG] 6 processes running of frp type [2026-04-23,20:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,20:20:24.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,20:35:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,20:35:24.029] [DEBUG] 6 processes running of frp type [2026-04-23,20:50:17.598] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,20:50:24.216] [DEBUG] 6 processes running of frp type [2026-04-23,21:05:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,21:05:25.603] [DEBUG] 6 processes running of frp type [2026-04-23,21:20:17.913] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,21:20:24.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,21:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,21:35:25.166] [DEBUG] 6 processes running of frp type [2026-04-23,21:50:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,21:50:24.582] [DEBUG] 6 processes running of frp type 2026-04-23 21:53:42.945 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 21:53:44.795 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-23 21:53:44.796 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-23 21:53:45.073 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success 2026-04-23 22:03:30.975 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:03:42.378 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: connection write timeout 2026-04-23 22:03:42.378 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:03:50.894 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-23 22:03:50.895 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-23 22:03:53.369 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-23,22:05:20.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2026-04-23 22:07:38.872 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:07:48.873 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:07:48.874 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:07:58.876 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:07:58.877 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:08:08.879 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:08:08.880 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:08:18.882 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:08:18.882 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:08:28.883 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:08:48.884 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:08:58.886 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:09:18.887 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:09:28.890 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:09:48.891 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:09:58.893 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:10:18.894 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:10:28.896 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 22:10:48.898 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:10:48.901 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 22:11:08.902 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:11:10.006 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-23 22:11:10.007 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-23 22:11:10.336 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-23,22:20:16.921] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,22:20:23.568] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,22:35:17.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,22:35:24.546] [DEBUG] 6 processes running of frp type [2026-04-23,22:50:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,22:50:24.035] [DEBUG] 6 processes running of frp type 2026-04-23 22:55:06.989 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-23 22:55:12.335 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-23 22:55:12.338 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-23 22:55:18.118 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-23,23:05:07.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,23:05:19.240] [DEBUG] 6 processes running of frp type [2026-04-23,23:20:17.474] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,23:20:24.333] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,23:35:23.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,23:35:29.761] [DEBUG] 6 processes running of frp type [2026-04-23,23:50:17.405] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-23,23:50:24.192] [DEBUG] 6 processes running of frp type [2026-04-24,00:05:18.147] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,00:05:24.959] [DEBUG] 6 processes running of frp type [2026-04-24,00:20:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,00:20:23.856] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,00:35:17.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,00:35:24.196] [DEBUG] 6 processes running of frp type [2026-04-24,00:50:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,00:50:24.496] [DEBUG] 6 processes running of frp type [2026-04-24,01:05:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,01:05:24.442] [DEBUG] 6 processes running of frp type [2026-04-24,01:20:17.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,01:20:24.503] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,01:35:17.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,01:35:24.088] [DEBUG] 6 processes running of frp type [2026-04-24,01:50:22.858] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,01:50:29.405] [DEBUG] 6 processes running of frp type 2026-04-24 02:01:13.374 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 02:01:14.488 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-24 02:01:14.489 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-24 02:01:14.710 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-24,02:05:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,02:05:24.480] [DEBUG] 6 processes running of frp type [2026-04-24,02:20:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,02:20:24.462] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,02:35:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,02:35:23.797] [DEBUG] 6 processes running of frp type [2026-04-24,02:50:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,02:50:24.060] [DEBUG] 6 processes running of frp type 2026-04-24 02:53:21.581 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 02:53:31.583 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 02:53:31.584 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 02:53:40.024 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-24 02:53:40.025 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-24 02:53:40.288 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-24,03:05:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,03:05:23.989] [DEBUG] 6 processes running of frp type [2026-04-24,03:20:17.289] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,03:20:24.851] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,03:35:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,03:35:24.338] [DEBUG] 6 processes running of frp type [2026-04-24,03:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,03:50:24.686] [DEBUG] 6 processes running of frp type [2026-04-24,04:05:18.181] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,04:05:24.732] [DEBUG] 6 processes running of frp type 2026-04-24 04:06:28.599 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 04:06:29.564 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 04:06:31.735 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 04:06:33.617 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 04:06:38.374 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 04:06:39.697 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 04:06:49.653 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 04:06:50.199 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-24 04:06:50.201 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-24 04:06:50.383 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-24,04:20:18.128] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,04:20:25.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,04:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,04:35:24.256] [DEBUG] 6 processes running of frp type [2026-04-24,04:50:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,04:50:29.355] [DEBUG] 6 processes running of frp type [2026-04-24,05:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,05:05:24.149] [DEBUG] 6 processes running of frp type [2026-04-24,05:20:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,05:20:24.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,05:35:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,05:35:23.818] [DEBUG] 6 processes running of frp type [2026-04-24,05:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,05:50:24.263] [DEBUG] 6 processes running of frp type [2026-04-24,06:05:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,06:05:24.404] [DEBUG] 6 processes running of frp type 2026-04-24 06:19:49.487 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 06:19:59.490 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 06:19:59.491 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 06:20:09.492 [W] [client/service.go:297] [2fe55e409880296c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 06:20:09.492 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 06:20:10.250 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-24 06:20:10.252 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-24 06:20:10.454 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-24,06:20:22.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-24 06:20:49.696 [I] [client/service.go:294] [2fe55e409880296c] try to connect to server... 2026-04-24 06:20:57.719 [I] [client/service.go:286] [2fe55e409880296c] login to server success, get run id [2fe55e409880296c] 2026-04-24 06:20:57.720 [I] [proxy/proxy_manager.go:173] [2fe55e409880296c] proxy added: [DTN57CC5599] 2026-04-24 06:20:58.156 [I] [client/control.go:168] [2fe55e409880296c] [DTN57CC5599] start proxy success [2026-04-24,06:21:01.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,06:30:42.122] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,06:30:42.130] [INFO] LocationSqlManager initialising [2026-04-24,06:30:42.131] [INFO] Location DB initialising [2026-04-24,06:30:42.144] [INFO] LocationSqlManager initialisation complete [2026-04-24,06:30:42.145] [DEBUG] UploadManager Init [2026-04-24,06:30:42.146] [DEBUG] UploadManager Init Complete [2026-04-24,06:30:42.150] [INFO] Initializing GPS... [2026-04-24,06:30:42.152] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,06:32:45.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,06:32:51.744] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-24,06:33:09.602] [DEBUG] Log Upload Complete! [2026-04-24,06:35:40.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,06:35:46.807] [DEBUG] Remote Access Enabled [2026-04-24,06:35:53.072] [INFO] Server Address: 138.201.17.179 [2026-04-24,06:35:53.073] [INFO] Server Port: 7000 [2026-04-24,06:35:53.078] [DEBUG] Starting Remote Access! 2026-04-24 06:35:53.214 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-24 06:35:53.215 [I] [client/service.go:294] try to connect to server... 2026-04-24 06:35:53.826 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 06:35:53.827 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 06:35:54.038 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success [2026-04-24,06:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,06:50:24.643] [DEBUG] 6 processes running of frp type 2026-04-24 07:00:50.230 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 07:00:54.710 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 07:00:54.712 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 07:00:54.956 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success [2026-04-24,07:05:19.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,07:05:26.361] [DEBUG] 6 processes running of frp type [2026-04-24,07:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,07:20:26.337] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,07:35:17.383] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,07:35:24.043] [DEBUG] 6 processes running of frp type [2026-04-24,07:50:17.512] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,07:50:24.265] [DEBUG] 6 processes running of frp type [2026-04-24,08:02:17.560] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,08:02:24.183] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-24,08:04:02.963] [DEBUG] Log Upload Complete! [2026-04-24,08:05:17.873] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,08:05:24.644] [DEBUG] 6 processes running of frp type [2026-04-24,08:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,08:20:23.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,08:35:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,08:35:24.602] [DEBUG] 6 processes running of frp type [2026-04-24,08:50:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,08:50:24.186] [DEBUG] 6 processes running of frp type [2026-04-24,09:05:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,09:05:24.502] [DEBUG] 6 processes running of frp type [2026-04-24,09:20:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,09:20:24.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,09:35:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,09:35:24.021] [DEBUG] 6 processes running of frp type [2026-04-24,09:50:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,09:50:24.537] [DEBUG] 6 processes running of frp type [2026-04-24,10:05:18.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,10:05:24.848] [DEBUG] 6 processes running of frp type [2026-04-24,10:20:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,10:20:24.012] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,10:35:17.951] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,10:35:24.620] [DEBUG] 6 processes running of frp type [2026-04-24,10:50:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,10:50:24.140] [DEBUG] 6 processes running of frp type [2026-04-24,11:05:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,11:05:24.399] [DEBUG] 6 processes running of frp type [2026-04-24,11:20:22.715] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,11:20:29.622] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,11:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,11:35:24.645] [DEBUG] 6 processes running of frp type [2026-04-24,11:50:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,11:50:24.237] [DEBUG] 6 processes running of frp type [2026-04-24,12:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,12:05:24.356] [DEBUG] 6 processes running of frp type 2026-04-24 12:07:05.615 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 12:07:06.242 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 12:07:06.243 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 12:07:06.492 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success [2026-04-24,12:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,12:20:24.225] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,12:35:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,12:35:24.634] [DEBUG] 6 processes running of frp type [2026-04-24,12:50:17.005] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,12:50:23.567] [DEBUG] 6 processes running of frp type [2026-04-24,13:05:18.090] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,13:05:24.694] [DEBUG] 6 processes running of frp type [2026-04-24,13:20:18.184] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,13:20:24.759] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,13:35:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,13:35:24.187] [DEBUG] 6 processes running of frp type [2026-04-24,13:50:17.906] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,13:50:24.481] [DEBUG] 6 processes running of frp type 2026-04-24 14:01:05.219 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:01:15.221 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:01:15.222 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:01:17.914 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:01:17.915 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:01:18.134 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success [2026-04-24,14:05:17.959] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,14:05:24.560] [DEBUG] 6 processes running of frp type 2026-04-24 14:08:00.219 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:08:10.221 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:08:10.221 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:08:20.222 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:08:20.223 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:08:30.226 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:08:30.226 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:08:40.228 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:08:40.229 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:08:50.230 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:09:10.231 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:09:20.233 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:09:40.235 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:09:50.237 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:10:10.238 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:10:13.085 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:10:33.086 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:10:36.125 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:10:56.126 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:10:56.649 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:10:56.651 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:10:56.835 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:14:08.819 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:14:18.821 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:14:18.822 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:14:28.823 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:14:28.824 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:14:38.825 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:14:38.826 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:14:48.827 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:14:48.828 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:14:58.830 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:15:18.831 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:15:21.085 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:15:41.086 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:15:50.578 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:15:50.580 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:15:51.017 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:18:32.273 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:18:33.885 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:18:33.886 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:18:36.925 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:18:36.926 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:18:46.927 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:18:46.928 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:18:58.087 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:18:58.088 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:19:09.932 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:19:29.934 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:19:39.936 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:19:59.937 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:20:00.605 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:20:20.605 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:20:23.379 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:20:43.380 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:20:51.733 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:20:51.735 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:20:52.154 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:23:34.260 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:23:44.262 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:23:44.263 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:23:54.265 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:23:54.265 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:24:12.893 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:24:12.894 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:24:25.209 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:24:25.210 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:24:38.106 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:24:58.108 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:25:08.110 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:25:28.112 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:25:30.792 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:25:50.793 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:25:53.071 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:25:53.073 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:25:53.252 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-24 14:28:03.444 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:28:13.447 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:28:13.447 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:28:23.450 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:28:23.450 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:28:33.452 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:28:33.453 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:28:36.498 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:28:56.500 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:28:58.579 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:29:18.581 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:29:28.583 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:29:48.584 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:29:50.765 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:30:10.766 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:30:13.058 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:30:33.060 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:30:35.352 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:30:55.353 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:30:56.036 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:30:56.038 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:30:56.252 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:34:40.728 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:34:52.224 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:34:52.225 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:35:02.227 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:35:02.227 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:35:12.229 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:35:12.230 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:35:22.232 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:35:42.233 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:35:44.712 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:36:04.713 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:36:05.244 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:36:05.245 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:36:05.419 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:38:46.667 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:38:56.669 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:38:56.670 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:39:07.161 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:39:07.161 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:39:17.164 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:39:17.164 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:39:27.165 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:39:27.166 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:39:33.405 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:39:53.406 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:39:56.445 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:40:16.447 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:40:18.737 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:40:38.738 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:40:39.005 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:40:59.007 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:40:59.564 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:40:59.566 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:40:59.764 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:43:42.027 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:43:55.786 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:43:55.787 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:44:07.585 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:44:07.586 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:44:19.720 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:44:19.720 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:44:34.187 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:44:34.188 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:44:48.443 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:45:08.444 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:45:18.447 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:45:38.448 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:45:39.271 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:45:59.273 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:45:59.891 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:45:59.892 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:46:00.104 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:49:14.553 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:49:24.555 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:49:24.556 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:49:34.558 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:49:34.558 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:49:44.560 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:49:44.560 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:49:50.792 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:50:10.794 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:50:12.072 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:50:32.073 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:50:32.338 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:50:52.339 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:51:01.522 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:51:01.523 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:51:01.730 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:53:43.059 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:53:54.823 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:53:54.824 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:54:04.825 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:54:04.826 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:54:19.342 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 14:54:19.343 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:54:29.344 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:54:29.345 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:54:39.347 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:54:59.348 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:55:09.350 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:55:29.352 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:55:31.218 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:55:51.219 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:55:51.485 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 14:56:11.486 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:56:11.998 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 14:56:11.999 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 14:56:12.177 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 14:59:24.072 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:59:34.074 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:59:34.075 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:59:44.077 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:59:44.078 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 14:59:54.080 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 14:59:54.081 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:00:07.737 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:00:07.737 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:00:17.739 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:00:37.741 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:00:47.744 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:01:07.744 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:01:08.339 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:01:08.340 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:01:08.548 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:03:51.474 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:04:05.283 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:04:05.284 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:04:15.286 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:04:15.287 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:04:25.288 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:04:25.289 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:04:35.290 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:04:35.291 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:04:45.293 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:05:05.294 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:05:05.565 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:05:25.566 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:05:27.858 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:05:47.859 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:05:57.861 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:06:17.863 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:06:18.395 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:06:18.396 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:06:18.562 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:09:32.740 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:09:45.740 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:09:45.741 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:10:09.281 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 15:10:09.281 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:10:19.282 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:10:19.283 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:10:29.285 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:10:29.286 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:10:44.978 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:11:04.979 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:11:07.492 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:11:07.493 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:11:07.705 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:13:17.877 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:13:27.879 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:13:27.880 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:13:37.881 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:13:37.882 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:13:47.884 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:13:47.885 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:13:50.925 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:14:10.028 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:14:10.471 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:14:30.473 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:14:40.475 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:15:00.477 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:15:11.358 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:15:31.359 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:15:41.361 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:16:01.362 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:16:02.872 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:16:22.873 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:16:23.500 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:16:23.502 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:16:23.711 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:19:41.204 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:19:51.206 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:19:51.207 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:20:01.208 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:20:01.209 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:20:11.210 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:20:11.211 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:20:21.213 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:20:21.214 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:20:27.378 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:20:47.380 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:20:49.672 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:21:09.673 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:21:10.597 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:21:10.599 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:21:10.807 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:23:53.673 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:24:03.674 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:24:03.675 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:24:13.676 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:24:13.677 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:24:16.712 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:24:25.892 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:24:35.895 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:24:35.895 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:24:53.169 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:25:13.170 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:25:23.172 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:25:43.173 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:25:43.671 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-24 15:26:03.673 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:26:05.966 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:26:25.968 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:26:26.576 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:26:26.577 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:26:26.776 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:29:41.915 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:29:58.020 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:29:58.021 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:30:09.670 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:30:09.671 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:30:19.673 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:30:19.674 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:30:29.675 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:30:29.676 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:30:29.831 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:30:49.832 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:30:50.098 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:31:10.099 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:31:14.128 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:31:14.130 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:31:14.344 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:33:24.180 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:33:34.183 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:33:34.184 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:33:44.186 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:33:44.187 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:33:47.218 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:33:56.988 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:33:59.378 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:34:18.941 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:34:21.991 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:34:41.993 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:34:51.995 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:35:11.996 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:35:21.998 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:35:42.000 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:35:42.151 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:36:02.153 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:36:02.417 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:36:22.418 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:36:23.257 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:36:23.258 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:36:23.492 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:39:06.120 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:39:16.122 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:39:16.122 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:39:36.632 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 15:39:36.633 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:39:46.635 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:39:46.636 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:39:56.637 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:39:56.638 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:40:06.640 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:40:26.642 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:40:28.765 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:40:48.766 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:40:51.058 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:41:11.059 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:41:11.324 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:41:31.325 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:41:31.942 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:41:31.944 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:41:32.175 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:48:24.970 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:48:39.820 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:48:39.820 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:48:52.327 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:48:52.328 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:49:05.356 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:49:05.357 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:49:18.394 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:49:18.394 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:49:38.402 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 15:49:38.403 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:49:48.405 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:50:08.406 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:50:18.407 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:50:38.409 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:50:48.411 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:51:08.413 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:51:11.458 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 15:51:31.459 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:51:32.111 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:51:32.112 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:51:32.334 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 15:54:13.027 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:54:31.860 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:54:31.861 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:54:45.105 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 15:54:45.106 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:54:55.108 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:54:55.110 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:55:05.112 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:55:05.112 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:55:24.597 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 15:55:24.598 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:55:34.600 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:55:54.601 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:56:04.603 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 15:56:24.605 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 15:56:25.144 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 15:56:25.145 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 15:56:25.357 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:00:09.389 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:00:19.391 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:00:19.392 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:00:29.393 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:00:29.394 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:00:39.395 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:00:39.396 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:00:49.398 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:00:49.399 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:00:52.444 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:01:12.446 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:01:22.448 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:01:42.449 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:01:43.010 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:01:43.011 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:01:43.185 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:03:53.551 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:04:06.197 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:04:06.198 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:04:20.869 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:04:20.870 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:04:34.965 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:04:34.966 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:04:44.967 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:04:44.968 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:04:54.969 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:05:14.971 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:05:21.138 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:05:41.140 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:05:43.431 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:06:03.432 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:06:05.725 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:06:25.727 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:06:26.333 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:06:26.334 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:06:26.577 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:08:36.528 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:08:46.530 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:08:46.531 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:08:56.533 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:08:56.534 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:09:06.535 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:09:06.535 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:09:06.844 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:09:26.285 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:09:29.324 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:09:49.325 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:09:59.327 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:10:19.328 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:10:20.498 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:10:40.498 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:10:42.791 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:11:02.792 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:11:03.058 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:11:23.059 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:11:25.351 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:11:45.353 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:11:45.911 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:11:45.912 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:11:46.095 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:13:25.911 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:13:35.913 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:13:35.914 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:13:45.915 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:13:45.916 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:13:55.918 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:13:55.919 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:14:05.921 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:14:05.922 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:14:06.151 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:14:26.152 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:14:26.231 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:14:46.233 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:14:56.235 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:15:16.237 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:15:26.238 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:15:46.239 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:15:48.658 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:16:08.660 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:16:10.951 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:16:30.952 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:16:31.634 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:16:31.635 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:16:31.847 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:18:42.085 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:18:59.387 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:18:59.387 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:19:10.586 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:19:10.587 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:19:22.820 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:19:22.821 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:19:34.393 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:19:34.394 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:19:44.395 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:20:04.396 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:20:14.397 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:20:34.399 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:20:37.431 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:20:57.432 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:20:59.058 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:21:19.060 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:21:29.239 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:21:29.240 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:21:29.560 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:23:29.768 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:23:41.648 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:23:41.649 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:23:55.180 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:23:55.181 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:24:05.183 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:24:05.184 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:24:15.186 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:24:15.187 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:24:25.189 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:24:45.191 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:24:48.231 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:25:08.233 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:25:11.271 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:25:31.272 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:25:31.538 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:25:51.539 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:25:53.832 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-24 16:26:13.832 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:26:23.835 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:26:43.837 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:26:44.534 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:26:44.536 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:26:44.744 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:29:29.912 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:29:39.914 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:29:39.915 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:29:50.113 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:29:50.114 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:30:01.330 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:30:01.330 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:30:11.332 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:30:11.332 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:30:20.978 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:30:40.981 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:30:43.271 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:31:03.272 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:31:13.275 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:31:33.276 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:31:33.840 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:31:33.841 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:31:34.024 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:34:48.730 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:34:58.733 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:34:58.733 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:35:08.735 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:35:08.736 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:35:18.739 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:35:18.740 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:35:28.742 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:35:28.742 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:35:38.097 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:35:58.099 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:35:58.364 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:36:18.365 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:36:21.404 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:36:41.406 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:36:42.022 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:36:42.023 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:36:42.214 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:39:24.676 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:39:34.678 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:39:34.679 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:39:48.693 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:39:48.694 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:40:02.803 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:40:02.804 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:40:12.805 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:40:12.806 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:40:22.808 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:40:42.809 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:40:51.191 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:41:11.194 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:41:21.196 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:41:41.198 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:41:41.749 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:41:41.750 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:41:41.927 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:44:23.906 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:44:35.564 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:44:35.565 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:44:45.566 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:44:45.567 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:44:55.569 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:44:55.570 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:45:08.609 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:45:08.610 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:45:20.604 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 16:45:40.606 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:45:50.609 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:46:10.610 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:46:11.191 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:46:31.193 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:46:31.458 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:46:51.459 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:46:52.105 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:46:52.106 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:46:52.321 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:49:32.780 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:49:42.782 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:49:42.783 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:49:52.784 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:49:52.785 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:50:02.786 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:50:02.787 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:50:11.618 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:50:31.619 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:50:41.622 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:51:01.623 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:51:11.625 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:51:31.626 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:51:34.151 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:51:54.152 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:51:54.715 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:51:54.717 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:51:54.894 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:54:04.884 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:54:14.886 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:54:14.887 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:54:24.889 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:54:24.890 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:54:34.891 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:54:34.892 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:54:44.894 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 16:54:44.894 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:54:45.191 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:55:05.192 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:55:08.231 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:55:28.232 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:55:31.271 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:55:51.273 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:55:53.777 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:56:13.778 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:56:16.072 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 16:56:36.073 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 16:56:40.307 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 16:56:40.309 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 16:56:40.474 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 16:59:56.077 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:00:14.006 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 17:00:14.006 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:00:27.821 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 17:00:27.821 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:00:39.677 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 17:00:39.678 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:00:51.132 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 17:00:51.133 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:01:01.134 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:01:21.135 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:01:31.137 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:01:51.139 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:01:51.749 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:01:51.751 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:01:51.966 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success [2026-04-24,17:05:17.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-24,17:05:23.627] [DEBUG] 6 processes running of frp type 2026-04-24 17:08:39.412 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:08:49.414 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:08:49.415 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:08:59.418 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:08:59.418 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:09:09.420 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:09:09.420 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:09:11.964 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:09:31.965 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:09:32.444 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:09:52.445 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:09:55.484 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:10:15.485 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:10:25.487 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:10:45.488 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:10:46.657 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:11:06.659 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:11:08.951 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:11:28.952 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:11:45.843 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:11:45.845 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:11:46.171 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:13:48.136 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:13:58.138 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:13:58.139 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:14:08.141 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:14:08.141 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:14:18.143 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:14:18.144 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:14:28.145 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:14:28.146 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:14:28.337 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:14:48.338 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:14:48.443 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:15:08.445 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:15:18.447 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:15:38.448 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:15:41.484 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:16:01.485 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:16:03.777 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:16:23.779 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:16:26.071 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:16:46.072 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:16:46.701 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:16:46.702 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:16:46.931 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:19:28.592 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:19:38.594 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:19:38.595 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:19:48.597 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:19:48.597 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:19:51.644 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:20:00.799 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:20:10.801 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:20:10.802 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:20:20.804 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:20:40.805 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:20:43.857 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:21:03.859 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:21:04.177 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:21:24.179 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:21:26.471 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:21:46.472 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:21:48.168 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:21:48.169 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:21:48.425 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:23:58.874 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:24:11.687 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 17:24:11.687 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:24:21.689 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:24:21.689 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:24:30.924 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:24:30.925 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:24:44.784 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 17:24:44.784 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:24:59.444 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 17:25:19.446 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:25:21.137 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:25:41.139 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:25:42.417 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-24 17:26:02.418 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:26:12.420 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:26:32.421 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:26:33.030 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:26:53.032 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:26:53.600 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:26:53.601 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:26:53.840 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:29:04.221 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:29:14.223 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:29:14.223 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:29:24.225 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:29:24.226 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:29:34.227 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:29:34.228 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:29:34.363 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:29:52.838 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:29:54.311 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:30:14.313 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:30:24.315 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:30:44.316 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:30:44.684 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:31:04.685 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:31:07.724 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:31:27.725 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:31:30.017 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:31:50.019 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:31:51.175 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:31:51.177 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:31:51.363 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:34:01.621 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:34:07.857 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:34:07.858 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:34:10.897 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:34:10.898 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:34:13.937 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:34:23.284 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:34:26.097 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:34:44.878 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:34:45.350 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:35:05.351 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:35:15.353 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:35:35.355 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:35:35.563 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:35:55.565 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:35:57.857 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:36:17.858 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:36:20.151 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:36:40.152 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:36:50.153 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:37:10.155 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:37:10.687 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:37:10.688 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:37:10.866 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:38:50.743 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:39:00.744 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:39:00.745 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:39:10.746 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:39:10.746 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:39:20.748 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:39:20.748 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:39:23.804 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:39:42.782 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:39:43.057 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:40:03.059 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:40:13.060 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:40:33.061 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:40:43.064 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:41:03.066 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:41:03.537 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:41:23.538 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:41:26.577 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:41:46.579 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:41:55.052 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:41:55.054 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:41:55.386 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:44:05.404 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:44:15.406 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:44:15.407 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:44:25.409 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:44:25.410 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:44:35.411 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:44:35.412 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:44:45.414 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:44:45.414 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:44:48.444 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:45:08.444 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:45:18.446 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:45:38.447 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:45:41.484 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:46:01.485 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:46:11.487 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:46:31.488 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:46:41.491 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:47:01.492 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:47:02.926 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:47:02.927 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:47:03.533 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:49:12.677 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:49:22.679 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:49:22.680 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:49:32.681 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:49:32.682 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:49:32.870 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:49:42.007 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:49:45.057 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:50:04.042 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:50:04.337 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:50:24.338 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:50:34.339 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:50:54.340 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:50:55.644 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:51:15.645 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:51:15.910 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:51:35.913 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:51:38.204 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:51:58.205 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:51:58.823 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:51:58.825 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:51:59.043 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 17:54:40.815 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:54:43.697 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:54:43.698 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:54:46.738 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:54:46.738 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:54:49.778 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:54:58.549 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:55:01.589 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:55:20.545 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:55:30.548 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:55:50.549 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:56:00.551 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 17:56:20.552 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:56:22.257 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:56:42.259 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:56:45.297 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 17:57:05.298 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 17:57:05.866 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 17:57:05.868 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 17:57:06.137 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 18:00:19.919 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:00:31.444 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:00:31.444 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:00:41.446 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:00:41.446 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:00:59.693 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:00:59.694 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:01:14.166 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:01:14.167 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:01:24.169 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:01:44.171 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:01:54.173 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:02:14.174 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:02:14.774 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 18:02:14.776 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 18:02:15.226 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 18:04:57.282 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:05:15.798 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:05:15.799 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:05:27.953 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:05:27.954 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:05:37.955 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:05:37.956 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:05:47.958 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:05:47.959 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:05:57.961 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:06:17.962 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:06:19.590 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:06:39.591 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:06:41.884 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:07:01.885 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:07:03.589 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 18:07:03.590 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 18:07:03.781 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 18:09:13.781 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:09:23.782 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:09:23.783 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:09:33.784 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:09:33.785 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:09:43.787 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:09:43.788 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:09:43.963 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:10:03.235 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:10:06.204 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:10:26.205 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:10:40.007 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:11:00.007 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:11:10.010 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:11:30.012 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:11:31.057 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:11:51.058 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:11:54.097 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:12:14.098 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:12:14.647 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 18:12:14.648 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 18:12:15.000 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 18:14:56.945 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:15:09.187 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: i/o deadline reached 2026-04-24 18:15:09.188 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:15:19.189 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:15:19.190 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:15:29.192 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:15:29.192 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:15:39.195 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:15:39.196 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:15:50.279 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:16:10.281 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:16:20.283 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:16:40.285 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:16:42.151 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:17:02.151 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:17:05.519 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 18:17:05.520 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 18:17:05.703 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success 2026-04-24 18:19:19.531 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:19:29.533 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:19:29.534 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:19:39.535 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:19:39.536 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:19:49.538 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:19:49.538 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:19:54.443 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:20:13.264 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:20:32.886 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:20:32.887 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:20:42.888 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:21:02.889 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:21:12.892 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:21:32.894 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:21:35.938 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 18:21:55.939 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:22:09.167 [W] [client/service.go:297] [63d8d8613a216885] connect to server error: connection write timeout 2026-04-24 18:22:29.168 [I] [client/service.go:294] [63d8d8613a216885] try to connect to server... 2026-04-24 18:22:29.921 [I] [client/service.go:286] [63d8d8613a216885] login to server success, get run id [63d8d8613a216885] 2026-04-24 18:22:29.922 [I] [proxy/proxy_manager.go:173] [63d8d8613a216885] proxy added: [DTN57CC5599] 2026-04-24 18:22:30.958 [I] [client/control.go:168] [63d8d8613a216885] [DTN57CC5599] start proxy success [2026-04-24,18:25:40.725] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,18:25:40.732] [INFO] LocationSqlManager initialising [2026-04-24,18:25:40.732] [INFO] Location DB initialising [2026-04-24,18:25:40.742] [INFO] LocationSqlManager initialisation complete [2026-04-24,18:25:40.743] [DEBUG] UploadManager Init [2026-04-24,18:25:40.743] [DEBUG] UploadManager Init Complete [2026-04-24,18:25:40.746] [INFO] Initializing GPS... [2026-04-24,18:25:40.749] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,18:30:29.491] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,18:45:29.552] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,19:00:29.608] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,19:15:29.635] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,19:30:29.739] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,19:45:29.797] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,20:00:29.914] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,20:15:30.011] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,20:30:30.030] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,20:45:30.120] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,21:00:30.147] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,21:15:30.227] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,21:30:30.291] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,21:45:30.331] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,22:00:30.451] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,22:15:30.570] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,22:30:30.653] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,22:45:30.738] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,23:00:30.761] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-24,23:15:30.786] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,23:30:30.893] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,06:30:40.060] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,06:30:40.065] [INFO] LocationSqlManager initialising [2026-04-25,06:30:40.066] [INFO] Location DB initialising [2026-04-25,06:30:40.077] [INFO] LocationSqlManager initialisation complete [2026-04-25,06:30:40.079] [DEBUG] UploadManager Init [2026-04-25,06:30:40.079] [DEBUG] UploadManager Init Complete [2026-04-25,06:30:40.083] [INFO] Initializing GPS... [2026-04-25,06:30:40.086] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,06:32:45.298] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,06:32:52.227] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-25,06:33:42.646] [DEBUG] Log Upload Complete! [2026-04-25,06:35:45.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,06:35:51.952] [DEBUG] Remote Access Enabled [2026-04-25,06:35:58.155] [INFO] Server Address: 138.201.17.179 [2026-04-25,06:35:58.156] [INFO] Server Port: 7000 [2026-04-25,06:35:58.161] [DEBUG] Starting Remote Access! 2026-04-25 06:35:58.296 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 06:35:58.296 [I] [client/service.go:294] try to connect to server... 2026-04-25 06:35:59.017 [I] [client/service.go:286] [a9cb2e3b90c14310] login to server success, get run id [a9cb2e3b90c14310] 2026-04-25 06:35:59.018 [I] [proxy/proxy_manager.go:173] [a9cb2e3b90c14310] proxy added: [DTN57CC5599] 2026-04-25 06:35:59.486 [I] [client/control.go:168] [a9cb2e3b90c14310] [DTN57CC5599] start proxy success [2026-04-25,06:50:18.323] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,06:50:27.004] [DEBUG] 6 processes running of frp type [2026-04-25,07:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,07:05:24.534] [DEBUG] 6 processes running of frp type [2026-04-25,07:20:18.045] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,07:20:24.718] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,07:35:18.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,07:35:25.000] [DEBUG] 6 processes running of frp type [2026-04-25,07:50:18.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,07:50:24.830] [DEBUG] 6 processes running of frp type [2026-04-25,08:02:17.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,08:02:23.704] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-25,08:02:53.834] [DEBUG] Log Upload Complete! [2026-04-25,08:05:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,08:05:23.937] [DEBUG] 6 processes running of frp type [2026-04-25,08:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,08:20:23.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,08:35:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,08:35:24.615] [DEBUG] 6 processes running of frp type [2026-04-25,08:50:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,08:50:23.706] [DEBUG] 6 processes running of frp type [2026-04-25,09:05:18.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,09:05:25.112] [DEBUG] 6 processes running of frp type [2026-04-25,09:20:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,09:20:28.081] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,09:35:17.800] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,09:35:24.715] [DEBUG] 6 processes running of frp type [2026-04-25,09:50:17.209] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,09:50:23.910] [DEBUG] 6 processes running of frp type [2026-04-25,10:05:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,10:05:23.892] [DEBUG] 6 processes running of frp type [2026-04-25,10:20:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,10:20:23.855] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,10:35:17.313] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,10:35:24.019] [DEBUG] 6 processes running of frp type [2026-04-25,10:50:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,10:50:23.893] [DEBUG] 6 processes running of frp type [2026-04-25,11:05:17.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,11:05:24.039] [DEBUG] 6 processes running of frp type [2026-04-25,11:20:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,11:20:23.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,11:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,11:35:24.249] [DEBUG] 6 processes running of frp type [2026-04-25,11:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,11:50:24.156] [DEBUG] 6 processes running of frp type [2026-04-25,12:05:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,12:05:24.698] [DEBUG] 6 processes running of frp type [2026-04-25,12:20:17.107] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,12:20:23.859] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,12:35:17.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,12:35:24.548] [DEBUG] 6 processes running of frp type [2026-04-25,12:50:17.251] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,12:50:24.011] [DEBUG] 6 processes running of frp type [2026-04-25,13:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,13:05:23.902] [DEBUG] 6 processes running of frp type [2026-04-25,13:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,13:20:23.901] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,13:35:18.519] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,13:35:26.847] [DEBUG] 6 processes running of frp type [2026-04-25,13:50:17.774] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,13:50:24.443] [DEBUG] 6 processes running of frp type [2026-04-25,14:05:18.102] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,14:05:24.861] [DEBUG] 6 processes running of frp type [2026-04-25,14:20:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,14:20:23.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,14:35:18.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,14:35:24.891] [DEBUG] 6 processes running of frp type [2026-04-25,14:50:18.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,14:50:24.847] [DEBUG] 6 processes running of frp type [2026-04-25,15:05:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,15:05:24.128] [DEBUG] 6 processes running of frp type [2026-04-25,15:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,15:20:24.011] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,15:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,15:35:24.346] [DEBUG] 6 processes running of frp type [2026-04-25,15:50:17.024] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,15:50:24.210] [DEBUG] 6 processes running of frp type [2026-04-25,16:05:17.577] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,16:05:24.254] [DEBUG] 6 processes running of frp type [2026-04-25,16:20:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,16:20:24.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,16:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,16:35:24.203] [DEBUG] 6 processes running of frp type [2026-04-25,16:50:18.361] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,16:50:25.615] [DEBUG] 6 processes running of frp type 2026-04-25 16:57:56.889 [I] [client/service.go:294] [a9cb2e3b90c14310] try to connect to server... 2026-04-25 16:58:01.262 [I] [client/service.go:286] [a9cb2e3b90c14310] login to server success, get run id [a9cb2e3b90c14310] 2026-04-25 16:58:01.263 [I] [proxy/proxy_manager.go:173] [a9cb2e3b90c14310] proxy added: [DTN57CC5599] 2026-04-25 16:58:01.979 [I] [client/control.go:168] [a9cb2e3b90c14310] [DTN57CC5599] start proxy success [2026-04-25,17:05:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,17:05:24.806] [DEBUG] 6 processes running of frp type [2026-04-25,17:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,17:20:24.184] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,17:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,17:35:24.521] [DEBUG] 6 processes running of frp type [2026-04-25,17:50:17.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,17:50:23.785] [DEBUG] 6 processes running of frp type [2026-04-25,18:05:17.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,18:05:23.807] [DEBUG] 6 processes running of frp type [2026-04-25,18:20:17.815] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,18:20:37.435] [DEBUG] 6 processes running of frp type [2026-04-25,18:25:41.356] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,18:25:41.361] [INFO] LocationSqlManager initialising [2026-04-25,18:25:41.362] [INFO] Location DB initialising [2026-04-25,18:25:41.371] [INFO] LocationSqlManager initialisation complete [2026-04-25,18:25:41.372] [DEBUG] UploadManager Init [2026-04-25,18:25:41.372] [DEBUG] UploadManager Init Complete [2026-04-25,18:25:41.375] [INFO] Initializing GPS... [2026-04-25,18:25:41.377] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,18:27:45.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,18:27:52.009] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-25,18:29:11.820] [DEBUG] Log Upload Complete! [2026-04-25,18:30:44.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,18:30:50.230] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-25,18:30:51.667] [DEBUG] Remote Access Enabled [2026-04-25,18:30:57.967] [INFO] Server Address: 138.201.17.179 [2026-04-25,18:30:57.968] [INFO] Server Port: 7000 [2026-04-25,18:30:57.973] [DEBUG] Starting Remote Access! 2026-04-25 18:30:58.108 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 18:30:58.109 [I] [client/service.go:294] try to connect to server... 2026-04-25 18:30:58.904 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-25 18:30:58.904 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-25 18:30:59.159 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success [2026-04-25,18:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,18:35:24.217] [DEBUG] 6 processes running of frp type 2026-04-25 18:38:42.053 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:38:52.054 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 18:38:52.055 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:39:02.055 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 18:39:02.056 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:39:12.058 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 18:39:12.059 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:39:22.061 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 18:39:22.062 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:39:32.063 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 18:39:52.064 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:40:02.066 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 18:40:22.067 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:40:22.071 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 18:40:42.072 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 18:40:42.700 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-25 18:40:42.701 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-25 18:40:42.893 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success [2026-04-25,18:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,18:50:24.549] [DEBUG] 6 processes running of frp type [2026-04-25,19:05:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,19:05:24.206] [DEBUG] 6 processes running of frp type [2026-04-25,19:20:17.538] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,19:20:24.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,19:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,19:35:24.484] [DEBUG] 6 processes running of frp type [2026-04-25,19:50:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,19:50:24.483] [DEBUG] 6 processes running of frp type [2026-04-25,20:05:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,20:05:24.630] [DEBUG] 6 processes running of frp type [2026-04-25,20:20:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,20:20:24.859] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,20:35:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,20:35:24.150] [DEBUG] 6 processes running of frp type [2026-04-25,20:50:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,20:50:24.242] [DEBUG] 6 processes running of frp type [2026-04-25,21:05:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,21:05:24.472] [DEBUG] 6 processes running of frp type [2026-04-25,21:20:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,21:20:25.123] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,21:35:17.668] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,21:35:24.443] [DEBUG] 6 processes running of frp type [2026-04-25,21:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,21:50:24.621] [DEBUG] 6 processes running of frp type [2026-04-25,22:05:17.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,22:05:24.718] [DEBUG] 6 processes running of frp type [2026-04-25,22:20:20.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,22:20:28.855] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,22:35:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,22:35:23.941] [DEBUG] 6 processes running of frp type [2026-04-25,22:50:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,22:50:23.905] [DEBUG] 6 processes running of frp type [2026-04-25,23:05:17.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,23:05:23.804] [DEBUG] 6 processes running of frp type [2026-04-25,23:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,23:20:23.924] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,23:35:17.222] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,23:35:23.873] [DEBUG] 6 processes running of frp type 2026-04-25 23:46:12.538 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 23:46:22.540 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 23:46:22.540 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-25 23:46:30.700 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-25 23:46:30.701 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-25 23:46:30.911 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success [2026-04-25,23:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-25,23:50:24.652] [DEBUG] 6 processes running of frp type [2026-04-26,00:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,00:05:24.089] [DEBUG] 6 processes running of frp type [2026-04-26,00:20:17.278] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,00:20:23.927] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,00:35:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,00:35:23.877] [DEBUG] 6 processes running of frp type [2026-04-26,00:50:18.027] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,00:50:24.959] [DEBUG] 6 processes running of frp type [2026-04-26,01:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,01:05:24.587] [DEBUG] 6 processes running of frp type [2026-04-26,01:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,01:20:24.451] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,01:35:17.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,01:35:24.507] [DEBUG] 6 processes running of frp type [2026-04-26,01:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,01:50:24.397] [DEBUG] 6 processes running of frp type [2026-04-26,02:05:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,02:05:24.510] [DEBUG] 6 processes running of frp type [2026-04-26,02:20:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,02:20:24.403] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,02:35:17.883] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,02:35:24.688] [DEBUG] 6 processes running of frp type [2026-04-26,02:50:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,02:50:24.439] [DEBUG] 6 processes running of frp type [2026-04-26,03:05:18.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,03:05:24.785] [DEBUG] 6 processes running of frp type [2026-04-26,03:20:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,03:20:24.113] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,03:35:17.527] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,03:35:24.158] [DEBUG] 6 processes running of frp type [2026-04-26,03:50:17.325] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,03:50:23.986] [DEBUG] 6 processes running of frp type [2026-04-26,04:05:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,04:05:23.909] [DEBUG] 6 processes running of frp type 2026-04-26 04:06:50.379 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 04:06:50.422 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 04:06:52.475 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 04:06:53.156 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-26 04:06:53.157 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-26 04:06:53.376 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success [2026-04-26,04:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,04:20:25.074] [DEBUG] 6 processes running of frp type 2026-04-26 04:23:09.626 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 04:23:17.706 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-26 04:23:17.707 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-26 04:23:18.163 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,04:35:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,04:35:24.079] [DEBUG] 6 processes running of frp type [2026-04-26,04:50:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,04:50:24.617] [DEBUG] 6 processes running of frp type [2026-04-26,05:05:18.183] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,05:05:24.741] [DEBUG] 6 processes running of frp type [2026-04-26,05:20:18.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,05:20:24.647] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,05:35:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,05:35:24.096] [DEBUG] 6 processes running of frp type [2026-04-26,05:50:24.117] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,05:50:33.177] [DEBUG] 6 processes running of frp type 2026-04-26 06:00:02.008 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:00:15.794 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: connection write timeout 2026-04-26 06:00:15.795 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:00:32.331 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-26 06:00:32.332 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-26 06:00:59.970 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:01:06.849 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-26 06:01:06.851 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-26 06:01:07.107 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success 2026-04-26 06:01:43.439 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:01:53.441 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:01:53.442 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:02:03.443 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:02:03.444 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:02:21.328 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: connection write timeout 2026-04-26 06:02:21.330 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:02:31.332 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:02:31.332 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:02:41.756 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: session shutdown 2026-04-26 06:03:01.757 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:03:11.759 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:03:31.760 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:03:41.762 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:04:01.764 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:04:13.219 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: connection write timeout 2026-04-26 06:04:33.221 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:04:40.743 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: session shutdown 2026-04-26 06:05:00.744 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:05:11.728 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: connection write timeout 2026-04-26 06:05:31.730 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:05:41.732 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:06:01.733 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:06:11.735 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:06:31.737 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:06:41.738 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:07:01.740 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:07:11.741 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:07:31.742 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:07:31.747 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:07:51.748 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:07:51.753 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:08:11.755 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:08:11.761 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:08:31.762 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:08:31.766 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:08:51.767 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:08:51.774 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:09:11.775 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:09:11.779 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:09:31.780 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:09:31.785 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 06:09:51.786 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:09:57.113 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: read tcp 192.168.2.4:54248->138.201.17.179:7000: read: connection reset by peer 2026-04-26 06:10:17.114 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:10:22.408 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-26 06:10:22.409 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-26 06:10:22.643 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success 2026-04-26 06:12:32.690 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:12:42.692 [W] [client/service.go:297] [c0030e24aa6f77b1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 06:12:42.693 [I] [client/service.go:294] [c0030e24aa6f77b1] try to connect to server... 2026-04-26 06:12:51.032 [I] [client/service.go:286] [c0030e24aa6f77b1] login to server success, get run id [c0030e24aa6f77b1] 2026-04-26 06:12:51.033 [I] [proxy/proxy_manager.go:173] [c0030e24aa6f77b1] proxy added: [DTN57CC5599] 2026-04-26 06:12:51.247 [I] [client/control.go:168] [c0030e24aa6f77b1] [DTN57CC5599] start proxy success [2026-04-26,06:20:17.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,06:20:23.677] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,06:30:41.916] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,06:30:41.923] [INFO] LocationSqlManager initialising [2026-04-26,06:30:41.924] [INFO] Location DB initialising [2026-04-26,06:30:41.935] [INFO] LocationSqlManager initialisation complete [2026-04-26,06:30:41.936] [DEBUG] UploadManager Init [2026-04-26,06:30:41.937] [DEBUG] UploadManager Init Complete [2026-04-26,06:30:41.941] [INFO] Initializing GPS... [2026-04-26,06:30:41.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,06:32:44.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,06:32:51.253] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-26,06:33:25.280] [DEBUG] Log Upload Complete! [2026-04-26,06:35:44.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,06:35:51.341] [DEBUG] Remote Access Enabled [2026-04-26,06:35:57.494] [INFO] Server Address: 138.201.17.179 [2026-04-26,06:35:57.495] [INFO] Server Port: 7000 [2026-04-26,06:35:57.501] [DEBUG] Starting Remote Access! 2026-04-26 06:35:57.632 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 06:35:57.632 [I] [client/service.go:294] try to connect to server... 2026-04-26 06:35:58.276 [I] [client/service.go:286] [9e99fe45ff382019] login to server success, get run id [9e99fe45ff382019] 2026-04-26 06:35:58.277 [I] [proxy/proxy_manager.go:173] [9e99fe45ff382019] proxy added: [DTN57CC5599] 2026-04-26 06:35:58.488 [I] [client/control.go:168] [9e99fe45ff382019] [DTN57CC5599] start proxy success [2026-04-26,06:50:17.747] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,06:50:24.399] [DEBUG] 6 processes running of frp type [2026-04-26,07:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,07:05:24.482] [DEBUG] 6 processes running of frp type [2026-04-26,07:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,07:20:24.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,07:35:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,07:35:24.538] [DEBUG] 6 processes running of frp type [2026-04-26,07:50:17.084] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,07:50:23.891] [DEBUG] 6 processes running of frp type [2026-04-26,08:02:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,08:02:23.781] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2026-04-26,08:05:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,08:05:24.165] [DEBUG] 6 processes running of frp type [2026-04-26,08:20:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,08:22:24.725] [DEBUG] Remote Access Disabled Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,08:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,08:35:24.654] [DEBUG] 6 processes running of frp type [2026-04-26,08:50:22.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,08:50:30.728] [DEBUG] 6 processes running of frp type 2026-04-26 09:03:05.570 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 09:03:16.336 [W] [client/service.go:297] [9e99fe45ff382019] connect to server error: i/o deadline reached 2026-04-26 09:03:16.337 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 09:03:17.073 [I] [client/service.go:286] [9e99fe45ff382019] login to server success, get run id [9e99fe45ff382019] 2026-04-26 09:03:17.074 [I] [proxy/proxy_manager.go:173] [9e99fe45ff382019] proxy added: [DTN57CC5599] 2026-04-26 09:03:17.314 [I] [client/control.go:168] [9e99fe45ff382019] [DTN57CC5599] start proxy success [2026-04-26,09:05:16.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,09:05:23.524] [DEBUG] 6 processes running of frp type 2026-04-26 09:14:03.414 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 09:14:11.209 [I] [client/service.go:286] [9e99fe45ff382019] login to server success, get run id [9e99fe45ff382019] 2026-04-26 09:14:11.210 [I] [proxy/proxy_manager.go:173] [9e99fe45ff382019] proxy added: [DTN57CC5599] 2026-04-26 09:14:11.627 [I] [client/control.go:168] [9e99fe45ff382019] [DTN57CC5599] start proxy success [2026-04-26,09:20:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,09:20:26.083] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,09:35:17.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,09:35:29.332] [DEBUG] 6 processes running of frp type [2026-04-26,09:50:17.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,09:50:23.922] [DEBUG] 6 processes running of frp type [2026-04-26,10:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,10:05:24.160] [DEBUG] 6 processes running of frp type [2026-04-26,10:20:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,10:20:24.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,10:35:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,10:35:24.325] [DEBUG] 6 processes running of frp type [2026-04-26,10:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,10:50:24.451] [DEBUG] 6 processes running of frp type [2026-04-26,11:05:18.052] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,11:05:24.904] [DEBUG] 6 processes running of frp type [2026-04-26,11:20:17.175] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,11:20:23.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,11:35:18.116] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,11:35:25.034] [DEBUG] 6 processes running of frp type [2026-04-26,11:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,11:50:24.672] [DEBUG] 6 processes running of frp type [2026-04-26,12:05:18.257] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,12:05:25.472] [DEBUG] 6 processes running of frp type [2026-04-26,12:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,12:20:24.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,12:35:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,12:35:24.186] [DEBUG] 6 processes running of frp type [2026-04-26,12:50:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,12:50:24.293] [DEBUG] 6 processes running of frp type [2026-04-26,13:05:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,13:05:24.715] [DEBUG] 6 processes running of frp type [2026-04-26,13:20:18.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,13:20:24.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,13:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,13:35:24.069] [DEBUG] 6 processes running of frp type [2026-04-26,13:50:17.793] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,13:50:24.576] [DEBUG] 6 processes running of frp type [2026-04-26,14:05:18.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,14:05:24.717] [DEBUG] 6 processes running of frp type 2026-04-26 14:09:54.492 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 14:10:01.596 [W] [client/service.go:297] [9e99fe45ff382019] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 14:10:01.597 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 14:10:01.599 [W] [client/service.go:297] [9e99fe45ff382019] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 14:10:06.104 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 14:10:06.108 [W] [client/service.go:297] [9e99fe45ff382019] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 14:10:16.010 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 14:10:16.523 [I] [client/service.go:286] [9e99fe45ff382019] login to server success, get run id [9e99fe45ff382019] 2026-04-26 14:10:16.524 [I] [proxy/proxy_manager.go:173] [9e99fe45ff382019] proxy added: [DTN57CC5599] 2026-04-26 14:10:16.697 [I] [client/control.go:168] [9e99fe45ff382019] [DTN57CC5599] start proxy success [2026-04-26,14:20:16.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,14:20:23.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,14:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,14:35:24.122] [DEBUG] 6 processes running of frp type [2026-04-26,14:50:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,14:50:24.351] [DEBUG] 6 processes running of frp type [2026-04-26,15:05:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,15:05:24.393] [DEBUG] 6 processes running of frp type [2026-04-26,15:20:17.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,15:20:24.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,15:35:17.287] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,15:35:23.835] [DEBUG] 6 processes running of frp type [2026-04-26,15:50:17.884] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,15:50:24.464] [DEBUG] 6 processes running of frp type [2026-04-26,16:05:18.196] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,16:05:25.092] [DEBUG] 6 processes running of frp type [2026-04-26,16:20:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,16:20:24.202] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,16:35:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,16:35:24.379] [DEBUG] 6 processes running of frp type [2026-04-26,16:50:17.924] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,16:50:24.638] [DEBUG] 6 processes running of frp type [2026-04-26,17:05:18.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,17:05:24.703] [DEBUG] 6 processes running of frp type [2026-04-26,17:20:22.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,17:20:28.684] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,17:35:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,17:35:24.047] [DEBUG] 6 processes running of frp type 2026-04-26 17:45:19.470 [I] [client/service.go:294] [9e99fe45ff382019] try to connect to server... 2026-04-26 17:45:23.994 [I] [client/service.go:286] [9e99fe45ff382019] login to server success, get run id [9e99fe45ff382019] 2026-04-26 17:45:23.995 [I] [proxy/proxy_manager.go:173] [9e99fe45ff382019] proxy added: [DTN57CC5599] 2026-04-26 17:45:24.215 [I] [client/control.go:168] [9e99fe45ff382019] [DTN57CC5599] start proxy success [2026-04-26,17:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,17:50:24.156] [DEBUG] 6 processes running of frp type [2026-04-26,18:05:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,18:05:24.669] [DEBUG] 6 processes running of frp type [2026-04-26,18:20:17.371] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,18:20:24.190] [DEBUG] 6 processes running of frp type [2026-04-26,18:25:42.614] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,18:25:42.622] [INFO] LocationSqlManager initialising [2026-04-26,18:25:42.623] [INFO] Location DB initialising [2026-04-26,18:25:42.634] [INFO] LocationSqlManager initialisation complete [2026-04-26,18:25:42.636] [DEBUG] UploadManager Init [2026-04-26,18:25:42.636] [DEBUG] UploadManager Init Complete [2026-04-26,18:25:42.641] [INFO] Initializing GPS... [2026-04-26,18:25:42.644] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,18:27:44.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,18:27:56.270] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-26,18:28:18.826] [DEBUG] Log Upload Complete! [2026-04-26,18:30:44.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,18:30:51.425] [DEBUG] Remote Access Enabled [2026-04-26,18:30:57.701] [INFO] Server Address: 138.201.17.179 [2026-04-26,18:30:57.702] [INFO] Server Port: 7000 [2026-04-26,18:30:57.707] [DEBUG] Starting Remote Access! 2026-04-26 18:30:57.840 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 18:30:57.841 [I] [client/service.go:294] try to connect to server... 2026-04-26 18:30:58.437 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-26 18:30:58.438 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-26 18:30:58.631 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-26,18:35:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,18:35:24.139] [DEBUG] 6 processes running of frp type [2026-04-26,18:50:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,18:50:24.850] [DEBUG] 6 processes running of frp type [2026-04-26,19:05:17.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,19:05:23.764] [DEBUG] 6 processes running of frp type [2026-04-26,19:20:17.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,19:20:28.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,19:35:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,19:35:25.827] [DEBUG] 6 processes running of frp type [2026-04-26,19:50:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,19:50:26.083] [DEBUG] 6 processes running of frp type [2026-04-26,20:05:22.497] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,20:05:30.463] [DEBUG] 6 processes running of frp type [2026-04-26,20:20:17.681] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,20:20:24.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-26 20:31:22.395 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-26 20:31:25.684 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-26 20:31:25.685 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-26 20:31:25.876 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-26,20:35:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,20:35:27.463] [DEBUG] 6 processes running of frp type [2026-04-26,20:50:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,20:50:24.110] [DEBUG] 6 processes running of frp type [2026-04-26,21:05:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,21:05:24.551] [DEBUG] 6 processes running of frp type [2026-04-26,21:20:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,21:20:25.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,21:35:17.151] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,21:35:23.756] [DEBUG] 6 processes running of frp type [2026-04-26,21:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,21:50:24.430] [DEBUG] 6 processes running of frp type [2026-04-26,22:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,22:05:24.269] [DEBUG] 6 processes running of frp type [2026-04-26,22:20:17.505] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,22:20:24.052] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,22:35:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,22:35:24.164] [DEBUG] 6 processes running of frp type [2026-04-26,22:50:25.902] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-26 22:50:31.879 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-26 22:50:32.707 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-26 22:50:32.708 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-26 22:50:36.089 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-26,22:50:41.179] [DEBUG] 6 processes running of frp type [2026-04-26,23:05:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,23:05:24.062] [DEBUG] 6 processes running of frp type [2026-04-26,23:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,23:20:23.949] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,23:35:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,23:35:23.929] [DEBUG] 6 processes running of frp type [2026-04-26,23:50:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-26,23:50:24.652] [DEBUG] 6 processes running of frp type [2026-04-27,00:05:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,00:05:32.313] [DEBUG] 6 processes running of frp type [2026-04-27,00:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,00:20:24.930] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,00:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,00:35:24.314] [DEBUG] 6 processes running of frp type [2026-04-27,00:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,00:50:24.421] [DEBUG] 6 processes running of frp type [2026-04-27,01:05:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,01:05:24.363] [DEBUG] 6 processes running of frp type [2026-04-27,01:20:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,01:20:24.255] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-27 01:28:42.263 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 01:28:52.264 [W] [client/service.go:297] [f1e559ff3c7271b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 01:28:52.265 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 01:29:00.264 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-27 01:29:00.264 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-27 01:29:00.448 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-27,01:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,01:35:24.173] [DEBUG] 6 processes running of frp type [2026-04-27,01:50:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,01:50:24.384] [DEBUG] 6 processes running of frp type [2026-04-27,02:05:17.578] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,02:05:24.158] [DEBUG] 6 processes running of frp type [2026-04-27,02:20:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,02:20:23.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,02:35:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,02:35:23.866] [DEBUG] 6 processes running of frp type [2026-04-27,02:50:17.115] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,02:50:23.762] [DEBUG] 6 processes running of frp type [2026-04-27,03:05:17.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,03:05:24.517] [DEBUG] 6 processes running of frp type [2026-04-27,03:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,03:20:24.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,03:35:17.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,03:35:24.522] [DEBUG] 6 processes running of frp type [2026-04-27,03:50:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,03:50:24.251] [DEBUG] 6 processes running of frp type 2026-04-27 04:01:06.906 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 04:01:16.908 [W] [client/service.go:297] [f1e559ff3c7271b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 04:01:16.909 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 04:01:17.522 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-27 04:01:17.523 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-27 04:01:17.756 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-27,04:05:17.545] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,04:05:24.508] [DEBUG] 6 processes running of frp type 2026-04-27 04:06:30.149 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 04:06:30.273 [W] [client/service.go:297] [f1e559ff3c7271b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:06:32.381 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 04:06:33.312 [W] [client/service.go:297] [f1e559ff3c7271b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:06:37.840 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 04:06:39.392 [W] [client/service.go:297] [f1e559ff3c7271b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:06:49.262 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 04:06:49.832 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-27 04:06:49.834 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-27 04:06:50.034 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-27,04:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,04:20:24.324] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,04:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,04:35:24.545] [DEBUG] 6 processes running of frp type [2026-04-27,04:50:16.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,04:50:24.030] [DEBUG] 6 processes running of frp type [2026-04-27,05:05:22.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,05:05:30.946] [DEBUG] 6 processes running of frp type 2026-04-27 05:06:03.191 [I] [client/service.go:294] [f1e559ff3c7271b2] try to connect to server... 2026-04-27 05:06:03.916 [I] [client/service.go:286] [f1e559ff3c7271b2] login to server success, get run id [f1e559ff3c7271b2] 2026-04-27 05:06:03.917 [I] [proxy/proxy_manager.go:173] [f1e559ff3c7271b2] proxy added: [DTN57CC5599] 2026-04-27 05:06:04.153 [I] [client/control.go:168] [f1e559ff3c7271b2] [DTN57CC5599] start proxy success [2026-04-27,05:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,05:20:24.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,05:35:17.356] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,05:35:24.328] [DEBUG] 6 processes running of frp type [2026-04-27,05:50:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,05:50:24.683] [DEBUG] 6 processes running of frp type [2026-04-27,06:05:18.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,06:05:24.721] [DEBUG] 6 processes running of frp type [2026-04-27,06:20:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,06:20:25.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,06:30:40.870] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,06:30:40.877] [INFO] LocationSqlManager initialising [2026-04-27,06:30:40.878] [INFO] Location DB initialising [2026-04-27,06:30:40.887] [INFO] LocationSqlManager initialisation complete [2026-04-27,06:30:40.888] [DEBUG] UploadManager Init [2026-04-27,06:30:40.888] [DEBUG] UploadManager Init Complete [2026-04-27,06:30:40.891] [INFO] Initializing GPS... [2026-04-27,06:30:40.893] [INFO] Starting location capture [2026-04-27,06:31:45.479] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,06:31:45.486] [INFO] LocationSqlManager initialising [2026-04-27,06:31:45.487] [INFO] Location DB initialising [2026-04-27,06:31:45.498] [INFO] LocationSqlManager initialisation complete [2026-04-27,06:31:45.499] [DEBUG] UploadManager Init [2026-04-27,06:31:45.500] [DEBUG] UploadManager Init Complete [2026-04-27,06:31:45.504] [INFO] Initializing GPS... [2026-04-27,06:31:45.507] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,06:33:50.423] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,06:33:57.005] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,06:34:13.644] [DEBUG] Log Upload Complete! [2026-04-27,06:36:50.611] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,06:36:57.169] [DEBUG] Remote Access Enabled [2026-04-27,06:37:03.459] [INFO] Server Address: 138.201.17.179 [2026-04-27,06:37:03.461] [INFO] Server Port: 7000 [2026-04-27,06:37:03.466] [DEBUG] Starting Remote Access! 2026-04-27 06:37:03.598 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 06:37:03.599 [I] [client/service.go:294] try to connect to server... 2026-04-27 06:37:04.285 [I] [client/service.go:286] [64ab4ea5a6ca8498] login to server success, get run id [64ab4ea5a6ca8498] 2026-04-27 06:37:04.286 [I] [proxy/proxy_manager.go:173] [64ab4ea5a6ca8498] proxy added: [DTN57CC5599] 2026-04-27 06:37:04.514 [I] [client/control.go:168] [64ab4ea5a6ca8498] [DTN57CC5599] start proxy success [2026-04-27,06:50:22.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,06:50:29.340] [DEBUG] 6 processes running of frp type [2026-04-27,07:05:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,07:05:24.292] [DEBUG] 6 processes running of frp type [2026-04-27,07:20:18.028] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,07:20:24.825] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,07:35:17.614] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,07:35:27.557] [DEBUG] 6 processes running of frp type [2026-04-27,07:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,07:50:28.246] [DEBUG] 6 processes running of frp type [2026-04-27,08:02:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,08:02:24.296] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,08:03:11.692] [DEBUG] Log Upload Complete! [2026-04-27,08:05:18.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,08:05:26.177] [DEBUG] 6 processes running of frp type [2026-04-27,08:20:17.515] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,08:20:24.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,08:35:17.553] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,08:35:24.230] [DEBUG] 6 processes running of frp type [2026-04-27,08:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,08:50:23.784] [DEBUG] 6 processes running of frp type [2026-04-27,09:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,09:05:24.054] [DEBUG] 6 processes running of frp type [2026-04-27,09:20:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,09:20:29.107] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,09:35:17.249] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,09:35:23.909] [DEBUG] 6 processes running of frp type [2026-04-27,09:50:18.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,09:50:27.220] [DEBUG] 6 processes running of frp type [2026-04-27,10:05:07.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,10:05:19.349] [DEBUG] 6 processes running of frp type [2026-04-27,10:20:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,10:20:24.455] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,10:35:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,10:35:24.246] [DEBUG] 6 processes running of frp type [2026-04-27,10:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,10:50:24.538] [DEBUG] 6 processes running of frp type [2026-04-27,11:05:18.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,11:05:24.774] [DEBUG] 6 processes running of frp type [2026-04-27,11:20:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,11:20:23.985] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,11:35:17.853] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,11:35:24.538] [DEBUG] 6 processes running of frp type [2026-04-27,11:50:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,11:50:24.442] [DEBUG] 6 processes running of frp type [2026-04-27,12:05:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,12:07:25.769] [DEBUG] Remote Access Disabled [2026-04-27,12:20:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,12:20:23.741] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,12:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,12:35:24.046] [DEBUG] 6 processes running of frp type [2026-04-27,12:50:17.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,12:50:24.611] [DEBUG] 6 processes running of frp type [2026-04-27,13:05:18.063] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,13:05:24.817] [DEBUG] 6 processes running of frp type [2026-04-27,13:20:17.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,13:20:24.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,13:35:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,13:35:24.729] [DEBUG] 6 processes running of frp type [2026-04-27,13:50:17.460] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,13:50:24.168] [DEBUG] 6 processes running of frp type [2026-04-27,14:05:17.648] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,14:05:24.398] [DEBUG] 6 processes running of frp type [2026-04-27,14:20:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,14:20:24.506] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,14:35:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,14:35:24.158] [DEBUG] 6 processes running of frp type [2026-04-27,14:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,14:50:26.306] [DEBUG] 6 processes running of frp type [2026-04-27,15:05:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,15:05:24.533] [DEBUG] 6 processes running of frp type [2026-04-27,15:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,15:20:24.603] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,15:35:17.445] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,15:35:24.136] [DEBUG] 6 processes running of frp type [2026-04-27,15:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,15:50:24.535] [DEBUG] 6 processes running of frp type [2026-04-27,16:05:18.062] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,16:05:26.464] [DEBUG] 6 processes running of frp type [2026-04-27,16:20:17.908] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,16:20:24.598] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,16:35:18.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,16:35:26.658] [DEBUG] 6 processes running of frp type [2026-04-27,16:50:17.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,16:50:24.221] [DEBUG] 6 processes running of frp type [2026-04-27,17:05:17.687] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,17:05:24.326] [DEBUG] 6 processes running of frp type [2026-04-27,17:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,17:20:24.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,17:35:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,17:35:24.170] [DEBUG] 6 processes running of frp type [2026-04-27,17:50:23.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,17:50:29.940] [DEBUG] 6 processes running of frp type [2026-04-27,18:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,18:05:24.214] [DEBUG] 6 processes running of frp type [2026-04-27,18:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,18:20:24.493] [DEBUG] 6 processes running of frp type [2026-04-27,18:25:40.759] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,18:25:40.767] [INFO] LocationSqlManager initialising [2026-04-27,18:25:40.768] [INFO] Location DB initialising [2026-04-27,18:25:40.779] [INFO] LocationSqlManager initialisation complete [2026-04-27,18:25:40.781] [DEBUG] UploadManager Init [2026-04-27,18:25:40.781] [DEBUG] UploadManager Init Complete [2026-04-27,18:25:40.786] [INFO] Initializing GPS... [2026-04-27,18:25:40.789] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,18:27:44.542] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,18:27:56.200] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,18:28:28.031] [DEBUG] Log Upload Complete! [2026-04-27,18:30:44.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,18:30:51.537] [DEBUG] Remote Access Enabled [2026-04-27,18:30:57.894] [INFO] Server Address: 138.201.17.179 [2026-04-27,18:30:57.895] [INFO] Server Port: 7000 [2026-04-27,18:30:57.900] [DEBUG] Starting Remote Access! 2026-04-27 18:30:58.033 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 18:30:58.034 [I] [client/service.go:294] try to connect to server... 2026-04-27 18:30:58.801 [I] [client/service.go:286] [28e5efff5d325181] login to server success, get run id [28e5efff5d325181] 2026-04-27 18:30:58.802 [I] [proxy/proxy_manager.go:173] [28e5efff5d325181] proxy added: [DTN57CC5599] 2026-04-27 18:30:59.061 [I] [client/control.go:168] [28e5efff5d325181] [DTN57CC5599] start proxy success [2026-04-27,18:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,18:35:24.018] [DEBUG] 6 processes running of frp type [2026-04-27,18:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,18:50:24.026] [DEBUG] 6 processes running of frp type [2026-04-27,19:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,19:05:24.142] [DEBUG] 6 processes running of frp type [2026-04-27,19:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,19:20:24.335] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,19:35:17.016] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,19:35:24.151] [DEBUG] 6 processes running of frp type [2026-04-27,19:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,19:50:24.213] [DEBUG] 6 processes running of frp type [2026-04-27,20:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,20:05:24.215] [DEBUG] 6 processes running of frp type [2026-04-27,20:20:17.477] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,20:20:24.931] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,20:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,20:35:24.373] [DEBUG] 6 processes running of frp type [2026-04-27,20:50:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,20:50:24.354] [DEBUG] 6 processes running of frp type [2026-04-27,21:05:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,21:05:24.299] [DEBUG] 6 processes running of frp type [2026-04-27,21:20:22.481] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,21:20:29.115] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-27 21:31:42.483 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-27 21:31:44.519 [I] [client/service.go:286] [28e5efff5d325181] login to server success, get run id [28e5efff5d325181] 2026-04-27 21:31:44.520 [I] [proxy/proxy_manager.go:173] [28e5efff5d325181] proxy added: [DTN57CC5599] 2026-04-27 21:31:44.758 [I] [client/control.go:168] [28e5efff5d325181] [DTN57CC5599] start proxy success [2026-04-27,21:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,21:35:24.848] [DEBUG] 6 processes running of frp type [2026-04-27,21:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,21:50:32.212] [DEBUG] 6 processes running of frp type [2026-04-27,22:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,22:05:24.222] [DEBUG] 6 processes running of frp type [2026-04-27,22:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,22:20:23.958] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,22:35:18.179] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,22:35:26.351] [DEBUG] 6 processes running of frp type [2026-04-27,22:50:20.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,22:50:26.698] [DEBUG] 6 processes running of frp type [2026-04-27,23:05:18.051] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,23:05:25.325] [DEBUG] 6 processes running of frp type [2026-04-27,23:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,23:20:24.054] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,23:35:17.803] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,23:35:24.342] [DEBUG] 6 processes running of frp type [2026-04-27,23:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-27,23:50:23.928] [DEBUG] 6 processes running of frp type [2026-04-28,00:05:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,00:05:23.759] [DEBUG] 6 processes running of frp type [2026-04-28,00:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,00:20:24.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,00:35:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,00:35:24.337] [DEBUG] 6 processes running of frp type [2026-04-28,00:50:17.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,00:50:24.001] [DEBUG] 6 processes running of frp type [2026-04-28,01:05:17.245] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,01:05:23.749] [DEBUG] 6 processes running of frp type [2026-04-28,01:20:18.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,01:20:24.776] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,01:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,01:35:23.753] [DEBUG] 6 processes running of frp type [2026-04-28,01:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,01:50:24.487] [DEBUG] 6 processes running of frp type [2026-04-28,02:05:17.694] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,02:05:24.304] [DEBUG] 6 processes running of frp type [2026-04-28,02:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,02:20:23.956] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,02:35:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,02:35:23.892] [DEBUG] 6 processes running of frp type [2026-04-28,02:50:18.032] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,02:50:26.045] [DEBUG] 6 processes running of frp type [2026-04-28,03:05:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,03:05:23.777] [DEBUG] 6 processes running of frp type [2026-04-28,03:20:17.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,03:20:23.502] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,03:35:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,03:35:24.376] [DEBUG] 6 processes running of frp type [2026-04-28,03:50:17.730] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,03:50:24.381] [DEBUG] 6 processes running of frp type [2026-04-28,04:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,04:05:24.104] [DEBUG] 6 processes running of frp type 2026-04-28 04:06:28.700 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 04:06:31.742 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 04:06:31.742 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 04:06:34.778 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 04:06:34.778 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 04:06:37.819 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 04:06:47.591 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 04:06:57.592 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 04:06:57.593 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 04:06:59.366 [I] [client/service.go:286] [28e5efff5d325181] login to server success, get run id [28e5efff5d325181] 2026-04-28 04:06:59.368 [I] [proxy/proxy_manager.go:173] [28e5efff5d325181] proxy added: [DTN57CC5599] 2026-04-28 04:06:59.596 [I] [client/control.go:168] [28e5efff5d325181] [DTN57CC5599] start proxy success [2026-04-28,04:20:17.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,04:20:23.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,04:35:17.670] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,04:35:24.264] [DEBUG] 6 processes running of frp type [2026-04-28,04:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,04:50:25.290] [DEBUG] 6 processes running of frp type [2026-04-28,05:05:17.916] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,05:05:24.506] [DEBUG] 6 processes running of frp type 2026-04-28 05:13:50.957 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:14:02.502 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: connection write timeout 2026-04-28 05:14:02.503 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:14:21.535 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: connection write timeout 2026-04-28 05:14:21.536 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:14:31.537 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:14:31.538 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:14:45.893 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: connection write timeout 2026-04-28 05:14:45.893 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:14:55.896 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:15:15.898 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:15:25.900 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:15:45.901 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:16:03.617 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: connection write timeout 2026-04-28 05:16:23.618 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:16:33.620 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:16:53.622 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:17:03.623 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:17:23.625 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:17:40.354 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: i/o deadline reached 2026-04-28 05:18:00.355 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:18:10.357 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:18:30.359 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:18:31.505 [I] [client/service.go:286] [28e5efff5d325181] login to server success, get run id [28e5efff5d325181] 2026-04-28 05:18:31.507 [I] [proxy/proxy_manager.go:173] [28e5efff5d325181] proxy added: [DTN57CC5599] 2026-04-28 05:18:32.299 [I] [client/control.go:168] [28e5efff5d325181] [DTN57CC5599] start proxy success 2026-04-28 05:19:10.813 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:19:20.814 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:19:20.815 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:19:30.816 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:19:30.817 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:19:40.818 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:19:40.819 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:19:50.821 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 05:19:50.822 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:20:00.823 [W] [client/service.go:297] [28e5efff5d325181] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-28,05:20:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-04-28 05:20:20.824 [I] [client/service.go:294] [28e5efff5d325181] try to connect to server... 2026-04-28 05:20:25.245 [I] [client/service.go:286] [28e5efff5d325181] login to server success, get run id [28e5efff5d325181] 2026-04-28 05:20:25.247 [I] [proxy/proxy_manager.go:173] [28e5efff5d325181] proxy added: [DTN57CC5599] 2026-04-28 05:20:25.614 [I] [client/control.go:168] [28e5efff5d325181] [DTN57CC5599] start proxy success [2026-04-28,05:20:33.813] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,05:35:18.072] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,05:35:24.685] [DEBUG] 6 processes running of frp type [2026-04-28,05:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,05:50:23.921] [DEBUG] 6 processes running of frp type [2026-04-28,06:05:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,06:05:24.144] [DEBUG] 6 processes running of frp type [2026-04-28,06:20:17.332] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,06:20:24.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,06:30:40.997] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,06:30:41.005] [INFO] LocationSqlManager initialising [2026-04-28,06:30:41.006] [INFO] Location DB initialising [2026-04-28,06:30:41.016] [INFO] LocationSqlManager initialisation complete [2026-04-28,06:30:41.017] [DEBUG] UploadManager Init [2026-04-28,06:30:41.017] [DEBUG] UploadManager Init Complete [2026-04-28,06:30:41.020] [INFO] Initializing GPS... [2026-04-28,06:30:41.021] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,06:33:18.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,06:33:25.155] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-28,06:33:42.569] [DEBUG] Log Upload Complete! [2026-04-28,06:35:44.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,06:35:51.456] [DEBUG] Remote Access Enabled [2026-04-28,06:35:57.665] [INFO] Server Address: 138.201.17.179 [2026-04-28,06:35:57.666] [INFO] Server Port: 7000 [2026-04-28,06:35:57.671] [DEBUG] Starting Remote Access! 2026-04-28 06:35:57.802 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 06:35:57.803 [I] [client/service.go:294] try to connect to server... 2026-04-28 06:35:58.434 [I] [client/service.go:286] [9e7113f2919c6c1f] login to server success, get run id [9e7113f2919c6c1f] 2026-04-28 06:35:58.435 [I] [proxy/proxy_manager.go:173] [9e7113f2919c6c1f] proxy added: [DTN57CC5599] 2026-04-28 06:35:58.642 [I] [client/control.go:168] [9e7113f2919c6c1f] [DTN57CC5599] start proxy success [2026-04-28,06:50:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,06:50:24.287] [DEBUG] 6 processes running of frp type [2026-04-28,07:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,07:05:24.157] [DEBUG] 6 processes running of frp type 2026-04-28 07:17:39.789 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:17:49.791 [W] [client/service.go:297] [9e7113f2919c6c1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 07:17:49.792 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:17:59.794 [W] [client/service.go:297] [9e7113f2919c6c1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 07:17:59.794 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:18:09.796 [W] [client/service.go:297] [9e7113f2919c6c1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 07:18:09.797 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:18:19.798 [W] [client/service.go:297] [9e7113f2919c6c1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 07:18:19.799 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:18:29.800 [W] [client/service.go:297] [9e7113f2919c6c1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 07:18:49.802 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:18:50.825 [I] [client/service.go:286] [9e7113f2919c6c1f] login to server success, get run id [9e7113f2919c6c1f] 2026-04-28 07:18:50.826 [I] [proxy/proxy_manager.go:173] [9e7113f2919c6c1f] proxy added: [DTN57CC5599] 2026-04-28 07:18:51.075 [I] [client/control.go:168] [9e7113f2919c6c1f] [DTN57CC5599] start proxy success [2026-04-28,07:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,07:20:24.195] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,07:35:17.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,07:35:24.170] [DEBUG] 6 processes running of frp type 2026-04-28 07:42:21.003 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 07:42:29.106 [I] [client/service.go:286] [9e7113f2919c6c1f] login to server success, get run id [9e7113f2919c6c1f] 2026-04-28 07:42:29.108 [I] [proxy/proxy_manager.go:173] [9e7113f2919c6c1f] proxy added: [DTN57CC5599] 2026-04-28 07:42:29.348 [I] [client/control.go:168] [9e7113f2919c6c1f] [DTN57CC5599] start proxy success [2026-04-28,07:50:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,07:50:25.302] [DEBUG] 6 processes running of frp type 2026-04-28 08:01:54.965 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 08:02:04.967 [W] [client/service.go:297] [9e7113f2919c6c1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 08:02:04.968 [I] [client/service.go:294] [9e7113f2919c6c1f] try to connect to server... 2026-04-28 08:02:08.916 [I] [client/service.go:286] [9e7113f2919c6c1f] login to server success, get run id [9e7113f2919c6c1f] 2026-04-28 08:02:08.919 [I] [proxy/proxy_manager.go:173] [9e7113f2919c6c1f] proxy added: [DTN57CC5599] 2026-04-28 08:02:09.151 [I] [client/control.go:168] [9e7113f2919c6c1f] [DTN57CC5599] start proxy success [2026-04-28,08:02:18.088] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,08:02:24.712] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-28,08:03:06.084] [DEBUG] Log Upload Complete! [2026-04-28,08:05:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,08:05:25.042] [DEBUG] 6 processes running of frp type [2026-04-28,08:20:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,08:20:24.257] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,08:35:17.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,08:35:23.767] [DEBUG] 6 processes running of frp type [2026-04-28,08:50:17.471] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,08:50:24.062] [DEBUG] 6 processes running of frp type [2026-04-28,09:05:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-28,09:05:23.835] [DEBUG] 6 processes running of frp type [2026-04-28,08:53:41.766] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,08:53:41.773] [INFO] LocationSqlManager initialising [2026-04-28,08:53:41.774] [INFO] Location DB initialising [2026-04-28,08:53:41.784] [INFO] LocationSqlManager initialisation complete [2026-04-28,08:53:41.784] [DEBUG] UploadManager Init [2026-04-28,08:53:41.785] [DEBUG] UploadManager Init Complete [2026-04-28,08:53:41.788] [INFO] Initializing GPS... [2026-04-28,08:53:41.790] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,15:59:10.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,15:59:22.606] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-04-29,16:02:10.909] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,16:02:10.911] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-29,16:02:18.558] [DEBUG] Remote Access Enabled [2026-04-29,16:02:24.942] [INFO] Server Address: 138.201.17.179 [2026-04-29,16:02:24.943] [INFO] Server Port: 7000 [2026-04-29,16:02:24.948] [DEBUG] Starting Remote Access! 2026-04-29 16:02:25.080 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 16:02:25.081 [I] [client/service.go:294] try to connect to server... 2026-04-29 16:02:25.848 [I] [client/service.go:286] [73f95df08faa0674] login to server success, get run id [73f95df08faa0674] 2026-04-29 16:02:25.849 [I] [proxy/proxy_manager.go:173] [73f95df08faa0674] proxy added: [DTN57CC5599] 2026-04-29 16:02:26.128 [I] [client/control.go:168] [73f95df08faa0674] [DTN57CC5599] start proxy success [2026-04-29,16:05:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,16:05:24.514] [DEBUG] 6 processes running of frp type [2026-04-29,16:20:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,16:20:25.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,16:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,16:35:24.797] [DEBUG] 6 processes running of frp type [2026-04-29,16:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,16:50:24.678] [DEBUG] 6 processes running of frp type [2026-04-29,17:05:18.425] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,17:05:25.219] [DEBUG] 6 processes running of frp type [2026-04-29,17:20:18.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,17:20:26.707] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,17:35:18.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,17:35:25.154] [DEBUG] 6 processes running of frp type [2026-04-29,17:50:18.568] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,17:50:25.344] [DEBUG] 6 processes running of frp type [2026-04-29,18:05:17.809] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,18:05:25.382] [DEBUG] 6 processes running of frp type [2026-04-29,18:20:17.765] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,18:20:24.591] [DEBUG] 6 processes running of frp type [2026-04-29,18:25:41.770] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,18:25:41.773] [INFO] LocationSqlManager initialising [2026-04-29,18:25:41.774] [INFO] Location DB initialising [2026-04-29,18:25:41.783] [INFO] LocationSqlManager initialisation complete [2026-04-29,18:25:41.783] [DEBUG] UploadManager Init [2026-04-29,18:25:41.784] [DEBUG] UploadManager Init Complete [2026-04-29,18:25:41.786] [INFO] Initializing GPS... [2026-04-29,18:25:41.788] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,18:27:45.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,18:27:57.355] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-29,18:28:42.869] [DEBUG] Log Upload Complete! [2026-04-29,18:30:45.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,18:30:52.748] [DEBUG] Remote Access Enabled [2026-04-29,18:31:00.559] [INFO] Server Address: 138.201.17.179 [2026-04-29,18:31:00.560] [INFO] Server Port: 7000 [2026-04-29,18:31:00.567] [DEBUG] Starting Remote Access! 2026-04-29 18:31:00.754 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 18:31:00.755 [I] [client/service.go:294] try to connect to server... 2026-04-29 18:31:01.423 [I] [client/service.go:286] [1284d67359ca89aa] login to server success, get run id [1284d67359ca89aa] 2026-04-29 18:31:01.424 [I] [proxy/proxy_manager.go:173] [1284d67359ca89aa] proxy added: [DTN57CC5599] 2026-04-29 18:31:01.662 [I] [client/control.go:168] [1284d67359ca89aa] [DTN57CC5599] start proxy success [2026-04-29,18:35:22.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,18:35:29.130] [DEBUG] 6 processes running of frp type [2026-04-29,18:50:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,18:50:24.611] [DEBUG] 6 processes running of frp type 2026-04-29 19:03:10.904 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-29 19:03:22.926 [W] [client/service.go:297] [1284d67359ca89aa] connect to server error: i/o deadline reached 2026-04-29 19:03:22.926 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-29 19:03:33.589 [I] [client/service.go:286] [1284d67359ca89aa] login to server success, get run id [1284d67359ca89aa] 2026-04-29 19:03:33.590 [I] [proxy/proxy_manager.go:173] [1284d67359ca89aa] proxy added: [DTN57CC5599] 2026-04-29 19:03:38.327 [I] [client/control.go:168] [1284d67359ca89aa] [DTN57CC5599] start proxy success [2026-04-29,19:05:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,19:05:25.037] [DEBUG] 6 processes running of frp type [2026-04-29,19:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,19:20:24.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,19:35:22.293] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,19:35:33.996] [DEBUG] 6 processes running of frp type [2026-04-29,19:50:17.396] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,19:50:24.211] [DEBUG] 6 processes running of frp type [2026-04-29,20:05:17.373] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,20:05:24.050] [DEBUG] 6 processes running of frp type [2026-04-29,20:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,20:20:23.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,20:35:17.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,20:35:24.024] [DEBUG] 6 processes running of frp type [2026-04-29,20:50:22.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,20:50:29.961] [DEBUG] 6 processes running of frp type [2026-04-29,21:05:18.197] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,21:05:26.769] [DEBUG] 6 processes running of frp type [2026-04-29,21:20:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,21:20:23.685] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,21:35:17.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,21:35:23.984] [DEBUG] 6 processes running of frp type [2026-04-29,21:50:18.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,21:50:25.969] [DEBUG] 6 processes running of frp type [2026-04-29,22:05:17.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,22:05:25.272] [DEBUG] 6 processes running of frp type [2026-04-29,22:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,22:20:24.179] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,22:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,22:35:24.328] [DEBUG] 6 processes running of frp type [2026-04-29,22:50:17.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,22:50:24.341] [DEBUG] 6 processes running of frp type [2026-04-29,23:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,23:05:24.509] [DEBUG] 6 processes running of frp type [2026-04-29,23:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,23:20:24.358] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,23:35:17.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,23:35:23.689] [DEBUG] 6 processes running of frp type [2026-04-29,23:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-29,23:50:25.388] [DEBUG] 6 processes running of frp type [2026-04-30,00:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,00:05:24.398] [DEBUG] 6 processes running of frp type [2026-04-30,00:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,00:20:24.490] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,00:35:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,00:35:24.560] [DEBUG] 6 processes running of frp type 2026-04-30 00:43:06.699 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 00:43:07.301 [I] [client/service.go:286] [1284d67359ca89aa] login to server success, get run id [1284d67359ca89aa] 2026-04-30 00:43:07.302 [I] [proxy/proxy_manager.go:173] [1284d67359ca89aa] proxy added: [DTN57CC5599] 2026-04-30 00:43:07.519 [I] [client/control.go:168] [1284d67359ca89aa] [DTN57CC5599] start proxy success [2026-04-30,00:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,00:50:24.499] [DEBUG] 6 processes running of frp type [2026-04-30,01:05:17.723] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,01:05:24.396] [DEBUG] 6 processes running of frp type [2026-04-30,01:20:17.621] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,01:20:24.269] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,01:35:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,01:35:24.369] [DEBUG] 6 processes running of frp type [2026-04-30,01:50:17.506] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,01:50:24.179] [DEBUG] 6 processes running of frp type [2026-04-30,02:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,02:05:24.397] [DEBUG] 6 processes running of frp type [2026-04-30,02:20:17.763] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,02:20:24.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,02:35:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,02:35:24.554] [DEBUG] 6 processes running of frp type [2026-04-30,02:50:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,02:50:24.637] [DEBUG] 6 processes running of frp type [2026-04-30,03:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,03:05:24.580] [DEBUG] 6 processes running of frp type [2026-04-30,03:20:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,03:20:24.749] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,03:35:17.234] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,03:35:23.839] [DEBUG] 6 processes running of frp type [2026-04-30,03:50:17.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,03:50:23.877] [DEBUG] 6 processes running of frp type 2026-04-30 04:03:19.608 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 04:03:23.668 [W] [client/service.go:297] [1284d67359ca89aa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:03:23.669 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 04:03:26.708 [W] [client/service.go:297] [1284d67359ca89aa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:03:26.709 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 04:03:29.749 [W] [client/service.go:297] [1284d67359ca89aa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:03:38.737 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 04:03:38.740 [W] [client/service.go:297] [1284d67359ca89aa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:03:57.428 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 04:03:58.158 [I] [client/service.go:286] [1284d67359ca89aa] login to server success, get run id [1284d67359ca89aa] 2026-04-30 04:03:58.160 [I] [proxy/proxy_manager.go:173] [1284d67359ca89aa] proxy added: [DTN57CC5599] 2026-04-30 04:03:58.387 [I] [client/control.go:168] [1284d67359ca89aa] [DTN57CC5599] start proxy success [2026-04-30,04:05:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,04:05:23.595] [DEBUG] 6 processes running of frp type [2026-04-30,04:20:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,04:20:25.878] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,04:35:17.494] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,04:35:24.158] [DEBUG] 6 processes running of frp type [2026-04-30,04:50:17.962] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,04:50:24.512] [DEBUG] 6 processes running of frp type [2026-04-30,05:05:18.153] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,05:05:24.952] [DEBUG] 6 processes running of frp type [2026-04-30,05:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,05:20:24.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,05:35:22.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,05:35:29.019] [DEBUG] 6 processes running of frp type [2026-04-30,05:50:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,05:50:24.249] [DEBUG] 6 processes running of frp type 2026-04-30 05:57:49.746 [I] [client/service.go:294] [1284d67359ca89aa] try to connect to server... 2026-04-30 05:57:57.811 [I] [client/service.go:286] [1284d67359ca89aa] login to server success, get run id [1284d67359ca89aa] 2026-04-30 05:57:57.813 [I] [proxy/proxy_manager.go:173] [1284d67359ca89aa] proxy added: [DTN57CC5599] 2026-04-30 05:57:58.036 [I] [client/control.go:168] [1284d67359ca89aa] [DTN57CC5599] start proxy success [2026-04-30,06:05:17.539] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,06:05:24.606] [DEBUG] 6 processes running of frp type [2026-04-30,06:20:17.976] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,06:20:24.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,06:30:41.018] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,06:30:41.025] [INFO] LocationSqlManager initialising [2026-04-30,06:30:41.026] [INFO] Location DB initialising [2026-04-30,06:30:41.037] [INFO] LocationSqlManager initialisation complete [2026-04-30,06:30:41.038] [DEBUG] UploadManager Init [2026-04-30,06:30:41.039] [DEBUG] UploadManager Init Complete [2026-04-30,06:30:41.043] [INFO] Initializing GPS... [2026-04-30,06:30:41.046] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,06:32:44.594] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,06:32:56.377] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,06:33:19.077] [DEBUG] Log Upload Complete! [2026-04-30,06:35:44.748] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,06:35:52.578] [DEBUG] Remote Access Enabled [2026-04-30,06:35:58.858] [INFO] Server Address: 138.201.17.179 [2026-04-30,06:35:58.859] [INFO] Server Port: 7000 [2026-04-30,06:35:58.864] [DEBUG] Starting Remote Access! 2026-04-30 06:35:58.994 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 06:35:58.994 [I] [client/service.go:294] try to connect to server... 2026-04-30 06:35:59.979 [I] [client/service.go:286] [f4c74fe4258245a4] login to server success, get run id [f4c74fe4258245a4] 2026-04-30 06:35:59.980 [I] [proxy/proxy_manager.go:173] [f4c74fe4258245a4] proxy added: [DTN57CC5599] 2026-04-30 06:36:00.204 [I] [client/control.go:168] [f4c74fe4258245a4] [DTN57CC5599] start proxy success [2026-04-30,06:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,06:50:24.461] [DEBUG] 6 processes running of frp type [2026-04-30,07:05:22.672] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,07:05:29.342] [DEBUG] 6 processes running of frp type [2026-04-30,07:20:17.585] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,07:20:24.387] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,07:35:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,07:35:24.437] [DEBUG] 6 processes running of frp type [2026-04-30,07:50:17.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,07:50:23.924] [DEBUG] 6 processes running of frp type [2026-04-30,08:02:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,08:02:23.795] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,08:02:52.570] [DEBUG] Log Upload Complete! [2026-04-30,08:05:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,08:05:24.805] [DEBUG] 6 processes running of frp type [2026-04-30,08:20:16.967] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,08:20:25.273] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,08:35:17.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,08:35:24.679] [DEBUG] 6 processes running of frp type [2026-04-30,08:50:17.095] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,08:50:23.737] [DEBUG] 6 processes running of frp type [2026-04-30,09:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,09:05:24.861] [DEBUG] 6 processes running of frp type [2026-04-30,09:20:17.000] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,09:20:23.700] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,09:35:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,09:35:24.432] [DEBUG] 6 processes running of frp type [2026-04-30,09:50:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,09:50:24.089] [DEBUG] 6 processes running of frp type [2026-04-30,10:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,10:05:23.973] [DEBUG] 6 processes running of frp type [2026-04-30,10:20:17.188] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,10:22:23.542] [DEBUG] Remote Access Disabled Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,10:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,10:35:23.988] [DEBUG] 6 processes running of frp type [2026-04-30,10:50:17.579] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,10:50:24.260] [DEBUG] 6 processes running of frp type [2026-04-30,11:05:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,11:05:24.617] [DEBUG] 6 processes running of frp type [2026-04-30,11:20:18.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,11:20:24.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,11:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,11:35:24.264] [DEBUG] 6 processes running of frp type [2026-04-30,11:50:17.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,11:50:23.772] [DEBUG] 6 processes running of frp type [2026-04-30,12:05:16.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,12:05:23.634] [DEBUG] 6 processes running of frp type [2026-04-30,12:20:17.932] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,12:20:24.535] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,12:35:17.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,12:35:23.567] [DEBUG] 6 processes running of frp type [2026-04-30,12:50:18.042] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,12:50:24.689] [DEBUG] 6 processes running of frp type [2026-04-30,13:05:17.053] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,13:05:23.600] [DEBUG] 6 processes running of frp type [2026-04-30,13:20:18.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,13:20:24.592] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,13:35:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,13:35:23.628] [DEBUG] 6 processes running of frp type [2026-04-30,13:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,13:50:24.060] [DEBUG] 6 processes running of frp type [2026-04-30,14:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,14:05:24.149] [DEBUG] 6 processes running of frp type [2026-04-30,14:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,14:20:23.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,14:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,14:35:24.793] [DEBUG] 6 processes running of frp type [2026-04-30,14:50:17.185] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,14:50:23.678] [DEBUG] 6 processes running of frp type [2026-04-30,15:05:18.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,15:05:24.790] [DEBUG] 6 processes running of frp type [2026-04-30,15:20:17.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,15:20:23.630] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,15:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,15:35:24.415] [DEBUG] 6 processes running of frp type [2026-04-30,15:43:23.393] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,15:43:23.399] [INFO] LocationSqlManager initialising [2026-04-30,15:43:23.399] [INFO] Location DB initialising [2026-04-30,15:43:23.409] [INFO] LocationSqlManager initialisation complete [2026-04-30,15:43:23.410] [DEBUG] UploadManager Init [2026-04-30,15:43:23.410] [DEBUG] UploadManager Init Complete [2026-04-30,15:43:23.413] [INFO] Initializing GPS... [2026-04-30,15:43:23.416] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,16:01:53.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,16:01:59.869] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,16:02:19.388] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,16:02:19.396] [INFO] LocationSqlManager initialising [2026-04-30,16:02:19.397] [INFO] Location DB initialising [2026-04-30,16:02:19.408] [INFO] LocationSqlManager initialisation complete [2026-04-30,16:02:19.410] [DEBUG] UploadManager Init [2026-04-30,16:02:19.410] [DEBUG] UploadManager Init Complete [2026-04-30,16:02:19.415] [INFO] Initializing GPS... [2026-04-30,16:02:19.418] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,16:08:25.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,16:08:37.321] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,16:10:44.104] [DEBUG] Log Upload Complete! [2026-04-30,16:11:30.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,16:11:37.507] [DEBUG] Remote Access Enabled [2026-04-30,16:11:43.638] [INFO] Server Address: 138.201.17.179 [2026-04-30,16:11:43.639] [INFO] Server Port: 7000 [2026-04-30,16:11:43.643] [DEBUG] Starting Remote Access! 2026-04-30 16:11:43.778 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 16:11:43.779 [I] [client/service.go:294] try to connect to server... 2026-04-30 16:11:44.306 [I] [client/service.go:286] [34c956dd85f8730e] login to server success, get run id [34c956dd85f8730e] 2026-04-30 16:11:44.309 [I] [proxy/proxy_manager.go:173] [34c956dd85f8730e] proxy added: [DTN57CC5599] 2026-04-30 16:11:44.481 [I] [client/control.go:168] [34c956dd85f8730e] [DTN57CC5599] start proxy success [2026-04-30,16:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,16:20:23.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,16:35:18.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,16:35:24.729] [DEBUG] 6 processes running of frp type [2026-04-30,16:50:18.069] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,16:50:24.837] [DEBUG] 6 processes running of frp type [2026-04-30,17:05:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,17:05:23.940] [DEBUG] 6 processes running of frp type [2026-04-30,17:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,17:20:23.888] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,17:35:17.660] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,17:35:25.678] [DEBUG] 6 processes running of frp type [2026-04-30,17:50:17.189] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,17:50:24.033] [DEBUG] 6 processes running of frp type [2026-04-30,18:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,18:05:24.598] [DEBUG] 6 processes running of frp type [2026-04-30,18:20:18.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,18:20:30.403] [DEBUG] 6 processes running of frp type [2026-04-30,18:25:41.004] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,18:25:41.009] [INFO] LocationSqlManager initialising [2026-04-30,18:25:41.010] [INFO] Location DB initialising [2026-04-30,18:25:41.019] [INFO] LocationSqlManager initialisation complete [2026-04-30,18:25:41.020] [DEBUG] UploadManager Init [2026-04-30,18:25:41.020] [DEBUG] UploadManager Init Complete [2026-04-30,18:25:41.023] [INFO] Initializing GPS... [2026-04-30,18:25:41.025] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,18:27:45.758] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,18:27:57.337] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,18:28:28.883] [DEBUG] Log Upload Complete! [2026-04-30,18:30:45.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,18:30:52.490] [DEBUG] Remote Access Enabled [2026-04-30,18:30:58.734] [INFO] Server Address: 138.201.17.179 [2026-04-30,18:30:58.735] [INFO] Server Port: 7000 [2026-04-30,18:30:58.740] [DEBUG] Starting Remote Access! 2026-04-30 18:30:58.872 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 18:30:58.873 [I] [client/service.go:294] try to connect to server... 2026-04-30 18:30:59.399 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 18:30:59.400 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 18:30:59.601 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-04-30,18:35:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,18:35:23.758] [DEBUG] 6 processes running of frp type [2026-04-30,18:50:17.554] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,18:50:24.282] [DEBUG] 6 processes running of frp type 2026-04-30 18:52:52.242 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:53:04.329 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: i/o deadline reached 2026-04-30 18:53:04.329 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:53:14.331 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 18:53:14.332 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:53:24.334 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 18:53:24.335 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:53:36.552 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 18:53:36.554 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 18:53:49.360 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-04-30 18:54:37.668 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:54:56.781 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-04-30 18:54:56.782 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:55:13.043 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: i/o deadline reached 2026-04-30 18:55:13.044 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:55:36.986 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 18:55:36.987 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 18:55:52.960 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-04-30 18:55:57.275 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:56:15.328 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 18:56:15.329 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 18:56:18.633 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-04-30 18:56:44.720 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:57:09.529 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: i/o deadline reached 2026-04-30 18:57:09.529 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:57:16.250 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 18:57:16.251 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 18:57:22.682 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-04-30 18:58:37.027 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 18:58:40.721 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 18:58:40.723 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 18:58:42.273 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-04-30,19:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,19:05:25.202] [DEBUG] 6 processes running of frp type [2026-04-30,19:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,19:20:25.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,19:35:18.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,19:35:27.424] [DEBUG] 6 processes running of frp type [2026-04-30,19:50:18.064] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,19:50:24.936] [DEBUG] 6 processes running of frp type [2026-04-30,20:05:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,20:05:24.443] [DEBUG] 6 processes running of frp type 2026-04-30 20:07:28.333 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:07:36.862 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 20:07:36.864 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 20:07:37.631 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-04-30 20:08:10.556 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:08:13.869 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 20:08:13.869 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 20:08:14.566 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-04-30 20:09:28.616 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:09:38.618 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:09:38.619 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:09:48.621 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:09:48.621 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:09:58.623 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:09:58.623 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:10:08.624 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:10:08.625 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:10:28.186 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-04-30 20:10:28.186 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:10:38.188 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:10:58.189 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:11:08.191 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:11:28.192 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:11:38.194 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:11:58.195 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:11:58.210 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 20:12:18.212 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:12:28.214 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:12:48.216 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:12:58.219 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:13:18.220 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:13:28.222 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:13:48.223 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:13:58.225 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:14:18.227 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:14:28.229 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 20:14:48.231 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:14:49.248 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 20:15:09.249 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:15:12.169 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 20:15:12.170 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 20:15:13.226 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-04-30,20:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,20:20:26.356] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,20:35:20.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,20:35:28.941] [DEBUG] 6 processes running of frp type 2026-04-30 20:58:59.887 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 20:59:07.900 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 20:59:07.901 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 20:59:08.299 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-04-30,21:05:28.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,21:05:50.513] [DEBUG] 6 processes running of frp type 2026-04-30 21:07:33.085 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 21:07:43.087 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 21:07:43.088 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 21:07:59.710 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 21:07:59.711 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 21:08:09.572 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-04-30,21:20:18.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,21:20:25.587] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,21:35:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,21:35:24.493] [DEBUG] 6 processes running of frp type [2026-04-30,21:50:23.044] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,21:50:29.929] [DEBUG] 6 processes running of frp type [2026-04-30,22:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,22:05:26.749] [DEBUG] 6 processes running of frp type 2026-04-30 22:14:51.429 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 22:15:01.432 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 22:15:01.433 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-04-30 22:15:10.409 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-04-30 22:15:10.410 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-04-30 22:15:10.672 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-04-30,22:20:18.124] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,22:20:24.776] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,22:35:19.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,22:35:53.255] [DEBUG] 6 processes running of frp type [2026-04-30,22:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,22:50:23.997] [DEBUG] 6 processes running of frp type [2026-04-30,23:05:17.247] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,23:05:24.121] [DEBUG] 6 processes running of frp type [2026-04-30,23:20:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,23:20:24.090] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,23:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,23:35:25.031] [DEBUG] 6 processes running of frp type [2026-04-30,23:50:17.243] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-04-30,23:50:24.570] [DEBUG] 6 processes running of frp type [2026-05-01,00:05:18.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,00:05:24.968] [DEBUG] 6 processes running of frp type [2026-05-01,00:20:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,00:20:23.981] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,00:35:18.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,00:35:25.080] [DEBUG] 6 processes running of frp type [2026-05-01,00:50:18.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-05-01 00:53:32.044 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 00:53:45.805 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-05-01 00:53:45.806 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 00:53:52.209 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 00:53:52.210 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 00:54:00.843 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-05-01,01:05:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,01:05:26.178] [DEBUG] 6 processes running of frp type 2026-05-01 01:08:11.104 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:08:21.616 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 01:08:21.618 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 01:08:28.657 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success 2026-05-01 01:09:31.954 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:09:41.955 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:09:41.956 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:09:51.957 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:09:51.958 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:10:01.960 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:10:01.960 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:10:17.040 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 01:10:17.042 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 01:10:51.264 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:11:15.259 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: i/o deadline reached 2026-05-01 01:11:15.260 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:11:25.262 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:11:25.263 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:11:35.264 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:11:35.265 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:11:49.082 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-05-01 01:11:49.082 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:12:03.336 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-05-01 01:12:23.337 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:12:33.339 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:12:53.341 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:13:03.343 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:13:23.345 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:13:33.346 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:13:53.347 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:14:07.737 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-05-01 01:14:27.739 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:14:37.741 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:14:57.742 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:15:07.744 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 01:15:27.746 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:15:45.950 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-05-01 01:16:05.951 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:16:23.592 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: connection write timeout 2026-05-01 01:16:43.594 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:16:52.186 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 01:16:52.188 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 01:16:53.054 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-05-01,01:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,01:20:27.328] [DEBUG] 6 processes running of frp type 2026-05-01 01:22:08.290 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 01:22:09.053 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 01:22:09.054 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 01:22:09.288 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,01:35:17.592] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,01:35:24.348] [DEBUG] 6 processes running of frp type [2026-05-01,01:50:18.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,01:50:25.335] [DEBUG] 6 processes running of frp type [2026-05-01,02:05:22.642] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,02:05:29.236] [DEBUG] 6 processes running of frp type [2026-05-01,02:20:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,02:20:24.151] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,02:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,02:35:24.035] [DEBUG] 6 processes running of frp type [2026-05-01,02:50:18.393] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,02:50:25.030] [DEBUG] 6 processes running of frp type [2026-05-01,03:05:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,03:05:31.489] [DEBUG] 6 processes running of frp type [2026-05-01,03:20:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,03:20:24.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,03:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,03:35:24.644] [DEBUG] 6 processes running of frp type [2026-05-01,03:50:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,03:50:26.532] [DEBUG] 6 processes running of frp type 2026-05-01 04:03:39.031 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:03:39.034 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:03:41.167 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:03:41.170 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:03:45.796 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:03:45.804 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:03:55.395 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:03:55.400 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:04:15.401 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:04:15.404 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:04:35.405 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:04:35.410 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:04:55.411 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:04:55.415 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:05:15.416 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:05:15.419 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:05:35.420 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:05:35.423 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:05:55.424 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:05:55.428 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:06:15.429 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:06:15.434 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:06:35.435 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:06:35.439 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:06:55.440 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:06:55.442 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:07:15.443 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:07:15.447 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:07:35.448 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:07:35.450 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:07:55.452 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:07:55.455 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:08:15.456 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:08:15.459 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:08:35.460 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:08:35.466 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:08:55.467 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:08:55.482 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:09:15.484 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:09:15.487 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:09:35.488 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:09:35.491 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:09:55.493 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:09:55.497 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:10:15.498 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:10:15.502 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:10:35.503 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:10:35.508 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:10:55.510 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:10:55.513 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:11:15.515 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:11:15.518 [W] [client/service.go:297] [3bf04e65862b2f98] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:11:35.519 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:11:36.146 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 04:11:36.147 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 04:11:36.367 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-05-01,04:20:17.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,04:20:23.496] [DEBUG] 6 processes running of frp type 2026-05-01 04:22:52.678 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 04:22:54.474 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 04:22:54.475 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 04:22:54.808 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,04:35:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,04:35:24.711] [DEBUG] 6 processes running of frp type [2026-05-01,04:50:17.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,04:50:23.652] [DEBUG] 6 processes running of frp type [2026-05-01,05:05:18.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,05:05:24.793] [DEBUG] 6 processes running of frp type [2026-05-01,05:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,05:20:24.284] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,05:35:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,05:35:23.749] [DEBUG] 6 processes running of frp type [2026-05-01,05:50:17.259] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,05:50:24.067] [DEBUG] 6 processes running of frp type [2026-05-01,06:05:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,06:05:24.034] [DEBUG] 6 processes running of frp type 2026-05-01 06:11:31.401 [I] [client/service.go:294] [3bf04e65862b2f98] try to connect to server... 2026-05-01 06:11:32.363 [I] [client/service.go:286] [3bf04e65862b2f98] login to server success, get run id [3bf04e65862b2f98] 2026-05-01 06:11:32.365 [I] [proxy/proxy_manager.go:173] [3bf04e65862b2f98] proxy added: [DTN57CC5599] 2026-05-01 06:11:32.581 [I] [client/control.go:168] [3bf04e65862b2f98] [DTN57CC5599] start proxy success [2026-05-01,06:20:17.581] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,06:20:24.648] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,06:30:40.643] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,06:30:40.648] [INFO] LocationSqlManager initialising [2026-05-01,06:30:40.649] [INFO] Location DB initialising [2026-05-01,06:30:40.658] [INFO] LocationSqlManager initialisation complete [2026-05-01,06:30:40.659] [DEBUG] UploadManager Init [2026-05-01,06:30:40.660] [DEBUG] UploadManager Init Complete [2026-05-01,06:30:40.662] [INFO] Initializing GPS... [2026-05-01,06:30:40.664] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,06:32:45.134] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,06:32:53.397] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-01,06:33:09.515] [DEBUG] Log Upload Complete! [2026-05-01,06:35:44.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,06:35:51.511] [DEBUG] Remote Access Enabled [2026-05-01,06:35:57.738] [INFO] Server Address: 138.201.17.179 [2026-05-01,06:35:57.740] [INFO] Server Port: 7000 [2026-05-01,06:35:57.745] [DEBUG] Starting Remote Access! 2026-05-01 06:35:57.879 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 06:35:57.880 [I] [client/service.go:294] try to connect to server... 2026-05-01 06:35:58.506 [I] [client/service.go:286] [a5112da00b0e466a] login to server success, get run id [a5112da00b0e466a] 2026-05-01 06:35:58.507 [I] [proxy/proxy_manager.go:173] [a5112da00b0e466a] proxy added: [DTN57CC5599] 2026-05-01 06:35:58.715 [I] [client/control.go:168] [a5112da00b0e466a] [DTN57CC5599] start proxy success [2026-05-01,06:50:22.956] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,06:50:29.544] [DEBUG] 6 processes running of frp type [2026-05-01,07:05:17.856] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,07:05:24.568] [DEBUG] 6 processes running of frp type [2026-05-01,07:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,07:20:24.324] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,07:35:18.070] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,07:37:24.552] [DEBUG] Remote Access Disabled [2026-05-01,07:50:17.453] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,07:50:27.443] [DEBUG] 6 processes running of frp type [2026-05-01,08:02:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,08:02:24.251] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-01,08:04:03.809] [DEBUG] Log Upload Complete! [2026-05-01,08:05:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,08:05:24.312] [DEBUG] 6 processes running of frp type [2026-05-01,08:20:17.487] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,08:20:24.684] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,08:35:17.915] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,08:35:24.607] [DEBUG] 6 processes running of frp type [2026-05-01,08:50:18.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,08:50:25.231] [DEBUG] 6 processes running of frp type [2026-05-01,09:05:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,09:05:24.256] [DEBUG] 6 processes running of frp type [2026-05-01,09:20:17.490] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,09:20:24.035] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,09:35:17.589] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,09:35:24.191] [DEBUG] 6 processes running of frp type [2026-05-01,09:50:16.943] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,09:50:23.547] [DEBUG] 6 processes running of frp type [2026-05-01,10:05:17.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,10:05:24.604] [DEBUG] 6 processes running of frp type [2026-05-01,10:20:18.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,10:20:25.266] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,10:35:18.261] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,10:35:26.354] [DEBUG] 6 processes running of frp type [2026-05-01,10:50:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,10:50:24.442] [DEBUG] 6 processes running of frp type [2026-05-01,11:05:17.736] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,11:05:31.906] [DEBUG] 6 processes running of frp type [2026-05-01,11:20:17.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,11:20:23.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,11:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,11:35:24.043] [DEBUG] 6 processes running of frp type [2026-05-01,11:50:18.221] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,11:50:24.824] [DEBUG] 6 processes running of frp type [2026-05-01,12:05:16.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,12:05:23.707] [DEBUG] 6 processes running of frp type 2026-05-01 12:11:21.290 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:11:21.298 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:11:23.498 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:11:23.503 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:11:28.321 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:11:29.312 [I] [client/service.go:286] [a5112da00b0e466a] login to server success, get run id [a5112da00b0e466a] 2026-05-01 12:11:29.313 [I] [proxy/proxy_manager.go:173] [a5112da00b0e466a] proxy added: [DTN57CC5599] 2026-05-01 12:11:29.550 [I] [client/control.go:168] [a5112da00b0e466a] [DTN57CC5599] start proxy success [2026-05-01,12:20:23.256] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,12:20:30.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,12:35:18.039] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,12:35:24.707] [DEBUG] 6 processes running of frp type 2026-05-01 12:39:59.847 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:40:09.849 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:40:09.850 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:40:19.852 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:40:19.852 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:40:34.482 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: connection write timeout 2026-05-01 12:40:34.483 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:40:44.486 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:40:44.486 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:40:54.488 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:41:14.489 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:41:24.491 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:41:44.493 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:41:54.495 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:42:14.497 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:42:24.499 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 12:42:44.501 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:42:44.504 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:43:04.506 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:43:04.510 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:43:24.512 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:43:24.517 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:43:44.519 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:43:44.535 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:44:04.536 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:44:04.541 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:44:24.541 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:44:24.545 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:44:44.546 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:44:44.550 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:45:04.552 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:45:04.555 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:45:24.556 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:45:24.560 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:45:44.561 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:45:44.566 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:46:04.568 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:46:04.571 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:46:24.572 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:46:24.576 [W] [client/service.go:297] [a5112da00b0e466a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 12:46:44.577 [I] [client/service.go:294] [a5112da00b0e466a] try to connect to server... 2026-05-01 12:46:45.199 [I] [client/service.go:286] [a5112da00b0e466a] login to server success, get run id [a5112da00b0e466a] 2026-05-01 12:46:45.201 [I] [proxy/proxy_manager.go:173] [a5112da00b0e466a] proxy added: [DTN57CC5599] 2026-05-01 12:46:45.397 [I] [client/control.go:168] [a5112da00b0e466a] [DTN57CC5599] start proxy success [2026-05-01,12:50:17.034] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,12:50:23.811] [DEBUG] 6 processes running of frp type [2026-05-01,13:05:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,13:05:23.695] [DEBUG] 6 processes running of frp type [2026-05-01,13:20:16.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,13:20:23.685] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,13:35:22.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,13:35:29.385] [DEBUG] 6 processes running of frp type [2026-05-01,13:50:18.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,13:50:24.774] [DEBUG] 6 processes running of frp type [2026-05-01,14:05:17.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,14:05:24.183] [DEBUG] 6 processes running of frp type [2026-05-01,14:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,14:20:25.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,14:35:17.977] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,14:35:24.655] [DEBUG] 6 processes running of frp type [2026-05-01,14:50:17.914] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,14:50:24.602] [DEBUG] 6 processes running of frp type [2026-05-01,15:05:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,15:05:24.678] [DEBUG] 6 processes running of frp type [2026-05-01,15:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,15:20:24.586] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,15:35:16.989] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,15:35:23.607] [DEBUG] 6 processes running of frp type [2026-05-01,15:50:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,15:50:23.929] [DEBUG] 6 processes running of frp type [2026-05-01,16:05:17.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,16:05:23.911] [DEBUG] 6 processes running of frp type [2026-05-01,16:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,16:20:23.913] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,16:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,16:35:24.802] [DEBUG] 6 processes running of frp type [2026-05-01,16:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,16:50:24.482] [DEBUG] 6 processes running of frp type [2026-05-01,17:05:18.013] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,17:05:24.845] [DEBUG] 6 processes running of frp type [2026-05-01,17:20:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,17:20:24.357] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,17:35:19.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,17:35:26.010] [DEBUG] 6 processes running of frp type [2026-05-01,17:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,17:50:24.221] [DEBUG] 6 processes running of frp type [2026-05-01,18:05:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,18:05:24.592] [DEBUG] 6 processes running of frp type [2026-05-01,18:20:18.155] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,18:20:24.900] [DEBUG] 6 processes running of frp type [2026-05-01,18:25:40.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,18:25:40.830] [INFO] LocationSqlManager initialising [2026-05-01,18:25:40.830] [INFO] Location DB initialising [2026-05-01,18:25:40.840] [INFO] LocationSqlManager initialisation complete [2026-05-01,18:25:40.840] [DEBUG] UploadManager Init [2026-05-01,18:25:40.841] [DEBUG] UploadManager Init Complete [2026-05-01,18:25:40.843] [INFO] Initializing GPS... [2026-05-01,18:25:40.845] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,18:27:44.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,18:27:51.271] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-01,18:28:16.019] [DEBUG] Log Upload Complete! [2026-05-01,18:30:35.036] [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(': Failed to establish a new connection: [Errno -5] No address associated with hostname')) [2026-05-01,18:30:44.713] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,18:30:52.743] [DEBUG] Remote Access Enabled [2026-05-01,18:30:59.175] [INFO] Server Address: 138.201.17.179 [2026-05-01,18:30:59.176] [INFO] Server Port: 7000 [2026-05-01,18:30:59.182] [DEBUG] Starting Remote Access! 2026-05-01 18:30:59.316 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 18:30:59.317 [I] [client/service.go:294] try to connect to server... 2026-05-01 18:31:00.080 [I] [client/service.go:286] [84b194f74c5d3268] login to server success, get run id [84b194f74c5d3268] 2026-05-01 18:31:00.081 [I] [proxy/proxy_manager.go:173] [84b194f74c5d3268] proxy added: [DTN57CC5599] 2026-05-01 18:31:00.661 [I] [client/control.go:168] [84b194f74c5d3268] [DTN57CC5599] start proxy success [2026-05-01,18:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,18:35:24.133] [DEBUG] 6 processes running of frp type [2026-05-01,18:50:17.998] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,18:50:25.466] [DEBUG] 6 processes running of frp type [2026-05-01,19:05:17.975] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,19:05:27.222] [DEBUG] 6 processes running of frp type [2026-05-01,19:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,19:20:25.600] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,19:35:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,19:35:23.704] [DEBUG] 6 processes running of frp type [2026-05-01,19:50:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,19:50:24.314] [DEBUG] 6 processes running of frp type [2026-05-01,20:05:18.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,20:05:25.535] [DEBUG] 6 processes running of frp type [2026-05-01,20:20:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,20:20:24.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,20:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,20:35:24.623] [DEBUG] 6 processes running of frp type [2026-05-01,20:50:08.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,20:50:19.681] [DEBUG] 6 processes running of frp type [2026-05-01,21:05:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,21:05:24.588] [DEBUG] 6 processes running of frp type [2026-05-01,21:20:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,21:20:24.526] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,21:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,21:35:24.644] [DEBUG] 6 processes running of frp type [2026-05-01,21:50:22.178] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,21:50:28.792] [DEBUG] 6 processes running of frp type [2026-05-01,22:05:16.929] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,22:05:27.007] [DEBUG] 6 processes running of frp type [2026-05-01,22:20:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,22:20:24.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,22:35:17.712] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,22:35:24.343] [DEBUG] 6 processes running of frp type [2026-05-01,22:50:17.513] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,22:50:24.105] [DEBUG] 6 processes running of frp type [2026-05-01,23:05:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,23:05:24.088] [DEBUG] 6 processes running of frp type [2026-05-01,23:20:17.258] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,23:20:23.897] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,23:35:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,23:35:27.237] [DEBUG] 6 processes running of frp type [2026-05-01,23:50:17.347] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-01,23:50:24.381] [DEBUG] 6 processes running of frp type [2026-05-02,00:05:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,00:05:24.181] [DEBUG] 6 processes running of frp type [2026-05-02,00:20:17.418] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,00:20:24.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,00:35:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,00:35:24.085] [DEBUG] 6 processes running of frp type [2026-05-02,00:50:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,00:50:24.011] [DEBUG] 6 processes running of frp type 2026-05-02 00:57:56.408 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 00:58:06.410 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 00:58:06.410 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 00:58:16.412 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 00:58:16.413 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 00:58:26.414 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 00:58:26.415 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 00:58:36.416 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 00:58:36.417 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 00:58:36.421 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 00:58:56.422 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 00:58:57.367 [I] [client/service.go:286] [84b194f74c5d3268] login to server success, get run id [84b194f74c5d3268] 2026-05-02 00:58:57.369 [I] [proxy/proxy_manager.go:173] [84b194f74c5d3268] proxy added: [DTN57CC5599] 2026-05-02 00:58:57.591 [I] [client/control.go:168] [84b194f74c5d3268] [DTN57CC5599] start proxy success [2026-05-02,01:05:17.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,01:05:24.185] [DEBUG] 6 processes running of frp type [2026-05-02,01:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,01:20:24.067] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,01:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,01:35:23.851] [DEBUG] 6 processes running of frp type [2026-05-02,01:50:17.865] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,01:50:24.459] [DEBUG] 6 processes running of frp type [2026-05-02,02:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,02:05:25.044] [DEBUG] 6 processes running of frp type [2026-05-02,02:20:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,02:20:23.847] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,02:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,02:35:23.807] [DEBUG] 6 processes running of frp type [2026-05-02,02:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,02:50:23.875] [DEBUG] 6 processes running of frp type [2026-05-02,03:05:17.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,03:05:23.583] [DEBUG] 6 processes running of frp type [2026-05-02,03:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,03:20:24.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,03:35:18.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,03:35:24.921] [DEBUG] 6 processes running of frp type [2026-05-02,03:50:22.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,03:50:28.578] [DEBUG] 6 processes running of frp type [2026-05-02,04:05:17.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,04:05:24.352] [DEBUG] 6 processes running of frp type 2026-05-02 04:06:22.907 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 04:06:29.186 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 04:06:29.187 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 04:06:32.227 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 04:06:32.228 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 04:06:35.267 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 04:06:44.134 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 04:06:44.137 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 04:07:02.817 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 04:07:03.498 [I] [client/service.go:286] [84b194f74c5d3268] login to server success, get run id [84b194f74c5d3268] 2026-05-02 04:07:03.500 [I] [proxy/proxy_manager.go:173] [84b194f74c5d3268] proxy added: [DTN57CC5599] 2026-05-02 04:07:03.721 [I] [client/control.go:168] [84b194f74c5d3268] [DTN57CC5599] start proxy success [2026-05-02,04:20:17.563] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,04:20:24.094] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,04:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,04:35:24.096] [DEBUG] 6 processes running of frp type [2026-05-02,04:50:18.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,04:50:24.988] [DEBUG] 6 processes running of frp type [2026-05-02,05:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,05:05:24.146] [DEBUG] 6 processes running of frp type 2026-05-02 05:08:11.556 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:08:21.558 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 05:08:21.559 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:08:31.560 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 05:08:31.561 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:08:41.562 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 05:08:41.562 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:08:51.563 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 05:08:51.564 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:09:01.565 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 05:09:21.566 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:09:31.568 [W] [client/service.go:297] [84b194f74c5d3268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 05:09:51.569 [I] [client/service.go:294] [84b194f74c5d3268] try to connect to server... 2026-05-02 05:09:52.231 [I] [client/service.go:286] [84b194f74c5d3268] login to server success, get run id [84b194f74c5d3268] 2026-05-02 05:09:52.233 [I] [proxy/proxy_manager.go:173] [84b194f74c5d3268] proxy added: [DTN57CC5599] 2026-05-02 05:09:52.469 [I] [client/control.go:168] [84b194f74c5d3268] [DTN57CC5599] start proxy success [2026-05-02,05:20:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,05:20:23.858] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,05:35:18.840] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,05:35:27.432] [DEBUG] 6 processes running of frp type [2026-05-02,05:50:17.905] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,05:50:24.552] [DEBUG] 6 processes running of frp type [2026-05-02,06:05:23.273] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,06:05:29.862] [DEBUG] 6 processes running of frp type [2026-05-02,06:20:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,06:20:23.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,06:30:41.273] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,06:30:41.281] [INFO] LocationSqlManager initialising [2026-05-02,06:30:41.282] [INFO] Location DB initialising [2026-05-02,06:30:41.293] [INFO] LocationSqlManager initialisation complete [2026-05-02,06:30:41.294] [DEBUG] UploadManager Init [2026-05-02,06:30:41.295] [DEBUG] UploadManager Init Complete [2026-05-02,06:30:41.299] [INFO] Initializing GPS... [2026-05-02,06:30:41.302] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,06:32:44.722] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,06:32:56.205] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-02,06:33:14.026] [DEBUG] Log Upload Complete! [2026-05-02,06:35:44.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,06:35:51.404] [DEBUG] Remote Access Enabled [2026-05-02,06:35:57.622] [INFO] Server Address: 138.201.17.179 [2026-05-02,06:35:57.623] [INFO] Server Port: 7000 [2026-05-02,06:35:57.628] [DEBUG] Starting Remote Access! 2026-05-02 06:35:57.768 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 06:35:57.769 [I] [client/service.go:294] try to connect to server... 2026-05-02 06:35:58.450 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 06:35:58.451 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 06:35:58.689 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 06:50:45.112 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 06:50:49.060 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 06:50:49.062 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 06:50:49.294 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success [2026-05-02,07:05:17.588] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,07:05:24.372] [DEBUG] 6 processes running of frp type [2026-05-02,07:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,07:20:24.286] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,07:35:23.304] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,07:35:30.066] [DEBUG] 6 processes running of frp type [2026-05-02,07:50:18.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,07:50:25.312] [DEBUG] 6 processes running of frp type [2026-05-02,08:02:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,08:02:24.124] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-05-02,08:05:17.756] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,08:05:24.406] [DEBUG] 6 processes running of frp type [2026-05-02,08:20:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,08:20:24.450] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,08:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,08:35:23.877] [DEBUG] 6 processes running of frp type [2026-05-02,08:50:18.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,08:50:24.866] [DEBUG] 6 processes running of frp type [2026-05-02,09:05:22.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,09:05:29.388] [DEBUG] 6 processes running of frp type 2026-05-02 09:12:06.608 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:12:16.609 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:12:16.610 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:12:26.612 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:12:26.612 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:12:34.553 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:12:34.555 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:12:34.931 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:14:14.720 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:14:24.722 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:14:24.723 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:14:34.725 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:14:34.725 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:14:44.134 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:14:44.135 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:14:44.419 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success [2026-05-02,09:20:17.870] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,09:20:25.978] [DEBUG] 6 processes running of frp type 2026-05-02 09:23:30.580 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:23:40.583 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:23:40.583 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:23:50.585 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:23:50.586 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:24:00.587 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:24:00.587 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:24:10.589 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:24:10.590 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:24:20.648 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:24:20.650 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:24:20.882 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-02 09:28:00.422 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:28:10.423 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:28:10.424 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:28:20.426 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:28:20.426 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:28:29.314 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:28:29.315 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:28:29.606 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:30:39.309 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:30:49.312 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:30:49.312 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:30:53.388 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:30:53.390 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:30:53.633 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:31:29.848 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:31:39.355 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:31:39.356 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:31:39.850 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:32:17.443 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:32:28.261 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:32:28.262 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:32:46.434 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:34:32.839 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:34:42.841 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:34:42.842 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:34:52.844 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:34:52.845 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:35:02.846 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:35:02.846 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:35:12.848 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:35:12.849 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:35:22.850 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-05-02,09:35:28.162] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,09:35:39.217] [DEBUG] 6 processes running of frp type 2026-05-02 09:35:42.851 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:35:44.399 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:35:44.401 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:35:44.831 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:37:54.576 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:38:04.577 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:38:04.578 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:38:11.172 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:38:11.173 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:38:11.677 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:44:23.695 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:44:33.697 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:44:33.698 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:44:43.700 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:44:43.700 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:44:53.702 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:44:53.703 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:45:02.325 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:45:02.326 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:45:03.031 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:49:10.488 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:49:20.491 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:49:20.491 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:49:30.494 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:49:30.494 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:49:40.495 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:49:40.496 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:49:41.177 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:49:41.178 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:49:41.375 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:50:51.608 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:50:55.788 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:50:55.789 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:50:56.200 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success [2026-05-02,09:51:23.238] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,09:51:29.938] [DEBUG] 6 processes running of frp type 2026-05-02 09:53:36.105 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:53:46.107 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:53:46.108 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:53:56.109 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 09:53:56.110 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 09:54:02.221 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 09:54:02.222 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 09:54:02.487 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 09:59:50.750 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:00:00.752 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:00:00.753 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:00:10.754 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:00:10.754 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:00:20.755 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:00:20.756 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:00:25.741 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 10:00:25.742 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 10:00:26.155 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 10:01:35.293 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:01:45.295 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:01:45.296 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:01:55.297 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:01:55.298 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:02:05.299 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:02:05.300 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:02:18.656 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 10:02:18.657 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 10:02:19.119 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success [2026-05-02,10:05:18.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,10:05:28.861] [DEBUG] 6 processes running of frp type 2026-05-02 10:18:13.715 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:18:22.476 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 10:18:22.478 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 10:18:22.954 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success 2026-05-02 10:19:32.420 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:19:42.422 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:19:42.422 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:19:52.424 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:19:52.424 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:20:03.172 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 10:20:03.173 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 10:20:04.023 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success [2026-05-02,10:20:17.086] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,10:20:24.189] [DEBUG] 6 processes running of frp type 2026-05-02 10:21:11.791 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:21:21.793 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:21:21.793 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:21:31.795 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:21:31.796 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:21:32.922 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 10:21:32.923 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 10:21:33.116 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,10:35:18.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,10:35:25.802] [DEBUG] 6 processes running of frp type 2026-05-02 10:41:34.527 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:41:44.529 [W] [client/service.go:297] [fd9a2191f821492e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 10:41:44.530 [I] [client/service.go:294] [fd9a2191f821492e] try to connect to server... 2026-05-02 10:41:47.276 [I] [client/service.go:286] [fd9a2191f821492e] login to server success, get run id [fd9a2191f821492e] 2026-05-02 10:41:47.277 [I] [proxy/proxy_manager.go:173] [fd9a2191f821492e] proxy added: [DTN57CC5599] 2026-05-02 10:41:47.515 [I] [client/control.go:168] [fd9a2191f821492e] [DTN57CC5599] start proxy success [2026-05-02,10:50:18.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,10:50:25.357] [DEBUG] 6 processes running of frp type [2026-05-02,11:05:17.760] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,11:05:24.828] [DEBUG] 6 processes running of frp type [2026-05-02,11:20:17.159] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,11:20:23.819] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,11:35:17.432] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,11:35:23.976] [DEBUG] 6 processes running of frp type [2026-05-02,11:50:17.652] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,11:50:24.525] [DEBUG] 6 processes running of frp type [2026-05-02,12:05:18.001] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,12:05:25.043] [DEBUG] 6 processes running of frp type [2026-05-02,12:20:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,12:20:24.204] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,12:35:18.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,12:35:24.900] [DEBUG] 6 processes running of frp type [2026-05-02,12:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,12:50:24.274] [DEBUG] 6 processes running of frp type [2026-05-02,13:05:17.584] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,13:05:25.611] [DEBUG] 6 processes running of frp type [2026-05-02,13:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,13:20:24.601] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,13:35:18.319] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,13:35:25.159] [DEBUG] 6 processes running of frp type [2026-05-02,13:50:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,13:50:24.284] [DEBUG] 6 processes running of frp type [2026-05-02,14:05:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,14:05:24.733] [DEBUG] 6 processes running of frp type [2026-05-02,14:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,14:20:23.835] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,14:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,14:35:24.260] [DEBUG] 6 processes running of frp type [2026-05-02,14:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,14:50:25.104] [DEBUG] 6 processes running of frp type [2026-05-02,15:05:17.524] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,15:05:24.618] [DEBUG] 6 processes running of frp type [2026-05-02,15:20:18.176] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,15:20:25.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,15:35:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,15:35:24.583] [DEBUG] 6 processes running of frp type [2026-05-02,15:50:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,15:50:24.323] [DEBUG] 6 processes running of frp type [2026-05-02,16:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,16:05:24.585] [DEBUG] 6 processes running of frp type [2026-05-02,16:20:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,16:20:25.204] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,16:35:18.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,16:35:25.242] [DEBUG] 6 processes running of frp type [2026-05-02,16:50:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,16:50:25.922] [DEBUG] 6 processes running of frp type [2026-05-02,17:05:07.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,17:05:18.987] [DEBUG] 6 processes running of frp type [2026-05-02,17:20:17.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,17:20:24.409] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,17:35:18.341] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,17:35:25.367] [DEBUG] 6 processes running of frp type [2026-05-02,17:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,17:50:25.164] [DEBUG] 6 processes running of frp type [2026-05-02,18:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,18:05:26.409] [DEBUG] 6 processes running of frp type [2026-05-02,18:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,18:20:24.549] [DEBUG] 6 processes running of frp type [2026-05-02,18:25:41.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,18:25:41.785] [INFO] LocationSqlManager initialising [2026-05-02,18:25:41.787] [INFO] Location DB initialising [2026-05-02,18:25:41.797] [INFO] LocationSqlManager initialisation complete [2026-05-02,18:25:41.799] [DEBUG] UploadManager Init [2026-05-02,18:25:41.799] [DEBUG] UploadManager Init Complete [2026-05-02,18:25:41.804] [INFO] Initializing GPS... [2026-05-02,18:25:41.807] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,18:27:47.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,18:27:59.163] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-05-02,18:30:45.132] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,18:30:51.699] [DEBUG] Remote Access Enabled [2026-05-02,18:30:58.273] [INFO] Server Address: 138.201.17.179 [2026-05-02,18:30:58.274] [INFO] Server Port: 7000 [2026-05-02,18:30:58.279] [DEBUG] Starting Remote Access! 2026-05-02 18:30:58.417 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 18:30:58.418 [I] [client/service.go:294] try to connect to server... 2026-05-02 18:30:59.232 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 18:30:59.234 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 18:30:59.468 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-02 18:32:09.047 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 18:32:13.196 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 18:32:13.198 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 18:32:13.682 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success [2026-05-02,18:35:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,18:35:28.119] [DEBUG] 6 processes running of frp type [2026-05-02,18:50:17.970] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,18:50:25.190] [DEBUG] 6 processes running of frp type [2026-05-02,19:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,19:05:25.825] [DEBUG] 6 processes running of frp type [2026-05-02,19:20:17.112] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,19:20:23.839] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,19:35:17.724] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,19:35:24.952] [DEBUG] 6 processes running of frp type [2026-05-02,19:50:17.492] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,19:50:24.633] [DEBUG] 6 processes running of frp type [2026-05-02,20:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,20:05:25.338] [DEBUG] 6 processes running of frp type [2026-05-02,20:20:17.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,20:20:24.829] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,20:35:17.379] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,20:35:24.257] [DEBUG] 6 processes running of frp type 2026-05-02 20:40:01.392 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 20:40:02.101 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 20:40:02.102 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 20:40:02.350 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success [2026-05-02,20:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,20:50:24.293] [DEBUG] 6 processes running of frp type 2026-05-02 21:02:14.158 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:02:28.771 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 21:02:28.772 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 21:02:32.093 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-02 21:03:52.347 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:04:03.176 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 21:04:03.178 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 21:04:37.240 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:04:55.139 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 21:04:55.141 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 21:05:15.670 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success [2026-05-02,21:05:18.591] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-05-02 21:05:23.488 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:05:33.490 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 21:05:33.490 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:05:43.492 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 21:05:43.493 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:05:58.181 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: connection write timeout 2026-05-02 21:05:58.181 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:06:08.183 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 21:06:08.184 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 21:06:27.084 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 21:06:27.085 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 21:06:27.507 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success [2026-05-02,21:06:40.738] [DEBUG] 6 processes running of frp type [2026-05-02,21:20:18.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,21:20:26.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,21:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,21:35:24.329] [DEBUG] 6 processes running of frp type [2026-05-02,21:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,21:50:30.828] [DEBUG] 6 processes running of frp type [2026-05-02,22:05:17.022] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,22:05:24.691] [DEBUG] 6 processes running of frp type [2026-05-02,22:20:17.987] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,22:20:24.654] [DEBUG] 6 processes running of frp type 2026-05-02 22:23:44.936 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 22:23:57.761 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: connection write timeout 2026-05-02 22:23:57.762 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 22:23:59.172 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 22:23:59.174 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 22:23:59.388 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,22:35:17.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,22:35:23.628] [DEBUG] 6 processes running of frp type [2026-05-02,22:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,22:50:24.344] [DEBUG] 6 processes running of frp type [2026-05-02,23:05:20.804] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,23:05:30.658] [DEBUG] 6 processes running of frp type [2026-05-02,23:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,23:20:24.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-02 23:27:49.302 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-02 23:27:50.437 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-02 23:27:50.438 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-02 23:28:04.941 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success [2026-05-02,23:35:17.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,23:35:24.685] [DEBUG] 6 processes running of frp type [2026-05-02,23:50:18.339] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-02,23:50:25.389] [DEBUG] 6 processes running of frp type [2026-05-03,00:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,00:05:24.149] [DEBUG] 6 processes running of frp type [2026-05-03,00:20:17.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,00:20:23.898] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,00:35:17.227] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,00:35:23.983] [DEBUG] 6 processes running of frp type [2026-05-03,00:50:17.073] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,00:50:23.601] [DEBUG] 6 processes running of frp type [2026-05-03,01:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,01:05:24.424] [DEBUG] 6 processes running of frp type [2026-05-03,01:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,01:20:24.100] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,01:35:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,01:35:24.219] [DEBUG] 6 processes running of frp type 2026-05-03 01:42:47.915 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 01:42:57.921 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:42:57.923 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 01:43:07.926 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:43:07.927 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 01:43:12.214 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 01:43:12.215 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 01:43:12.678 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success [2026-05-03,01:50:17.269] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,01:50:23.831] [DEBUG] 6 processes running of frp type [2026-05-03,02:05:16.999] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,02:05:23.493] [DEBUG] 6 processes running of frp type [2026-05-03,02:20:17.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,02:20:24.206] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,02:35:17.475] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,02:35:24.359] [DEBUG] 6 processes running of frp type [2026-05-03,02:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,02:50:24.299] [DEBUG] 6 processes running of frp type [2026-05-03,03:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,03:05:26.406] [DEBUG] 6 processes running of frp type [2026-05-03,03:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,03:20:24.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,03:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,03:35:24.138] [DEBUG] 6 processes running of frp type [2026-05-03,03:50:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,03:50:23.760] [DEBUG] 6 processes running of frp type [2026-05-03,04:05:18.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,04:05:26.548] [DEBUG] 6 processes running of frp type 2026-05-03 04:06:33.660 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:06:34.096 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:06:36.241 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:06:37.136 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:06:41.530 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:06:41.536 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:06:50.775 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:06:55.731 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:06:55.733 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:06:56.201 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:11:03.379 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:11:13.381 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:11:13.381 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:11:23.383 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:11:23.384 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:11:31.385 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:11:31.387 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:11:31.834 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:13:41.472 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:13:51.475 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:13:51.475 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:14:03.577 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: i/o deadline reached 2026-05-03 04:14:03.578 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:14:13.580 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:14:13.581 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:14:23.583 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:14:23.583 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:14:33.585 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:14:53.586 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:15:03.588 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:15:23.590 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:15:33.591 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:15:53.593 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:16:03.594 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:16:23.595 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:16:29.829 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:16:49.831 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:16:50.545 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:16:50.546 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:16:50.770 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:18:31.259 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:18:41.261 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:18:41.262 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:18:51.264 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:18:51.265 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:19:01.266 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:19:01.267 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:19:01.509 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:19:21.510 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:19:33.326 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: connection write timeout 2026-05-03 04:19:53.328 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:20:03.330 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:20:23.331 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:20:26.362 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:20:46.363 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:20:46.789 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:21:06.791 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:21:09.083 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:21:29.084 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:21:31.376 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:21:51.377 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:21:52.067 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:21:52.069 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:21:52.295 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:23:32.060 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:23:42.062 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:23:42.062 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:23:52.063 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:23:52.064 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:24:07.740 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: connection write timeout 2026-05-03 04:24:07.741 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:24:17.743 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:24:17.744 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:24:27.745 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:24:47.746 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:24:49.616 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:25:09.618 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:25:09.883 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:25:29.884 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:25:32.176 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:25:52.177 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:25:54.470 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-03 04:26:14.471 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:26:14.736 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:26:34.737 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:26:37.312 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:26:37.314 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:26:37.591 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:28:47.710 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:28:57.711 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:28:57.712 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:29:07.713 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:29:07.714 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:29:17.715 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:29:17.716 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:29:18.042 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:29:36.860 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:29:37.296 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:29:57.297 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:30:00.336 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:30:20.337 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:30:22.629 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:30:42.631 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:30:44.922 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:31:04.923 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:31:05.189 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:31:25.190 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:31:27.483 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:31:47.484 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:31:48.136 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:31:48.137 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:31:48.360 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:33:58.456 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:33:59.483 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:33:59.484 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:34:02.523 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:34:02.524 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:34:05.563 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:34:15.312 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:34:15.696 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:34:35.661 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:34:37.989 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:34:57.991 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:35:07.993 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:35:27.995 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:35:37.323 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:35:57.325 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:36:00.363 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:36:20.364 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:36:22.656 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:36:42.657 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:36:43.371 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:36:43.372 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:36:43.656 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:38:53.949 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:39:03.951 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:39:03.951 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:39:07.003 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:39:07.004 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:39:10.043 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:39:19.260 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:39:22.309 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:39:41.302 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:39:41.562 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:40:01.565 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:40:01.828 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:40:21.830 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:40:24.123 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:40:44.124 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:40:46.416 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:41:06.417 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:41:06.682 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:41:26.683 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:41:28.976 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:41:48.977 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:41:49.661 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:41:49.662 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:41:49.880 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:44:00.420 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:44:10.422 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:44:10.423 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:44:20.425 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:44:20.425 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:44:26.629 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:44:26.630 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:44:29.669 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:44:49.671 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:44:59.672 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:45:19.673 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:45:29.675 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:45:49.676 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:45:52.709 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:46:12.711 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:46:15.002 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:46:35.004 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:46:37.296 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:46:57.297 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:46:57.986 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:46:57.988 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:46:58.190 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:49:08.219 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:49:18.221 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:49:18.222 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:49:28.223 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:49:28.224 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:49:38.226 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:49:38.226 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:49:48.227 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:49:48.228 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:49:48.549 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:50:08.551 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:50:09.269 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:50:29.270 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:50:32.309 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:50:52.310 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:50:53.509 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:51:13.510 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:51:15.802 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:51:35.804 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:51:36.070 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:51:56.071 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:51:56.755 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:51:56.757 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:51:56.970 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:54:06.956 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:54:09.989 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:54:09.989 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:54:13.029 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:54:13.030 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:54:16.069 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:54:25.064 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:54:26.203 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:54:45.330 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:54:45.456 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:55:05.457 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:55:05.722 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:55:25.723 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:55:28.016 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:55:48.017 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:55:50.309 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:56:10.310 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:56:10.575 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:56:30.576 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:56:32.869 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:56:52.871 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:56:53.618 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 04:56:53.620 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 04:56:53.864 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 04:59:03.805 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:59:13.807 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:59:13.808 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:59:23.810 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:59:23.811 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:59:33.813 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 04:59:33.814 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:59:33.935 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:59:53.936 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 04:59:56.602 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:00:16.604 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:00:19.642 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:00:39.643 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:00:41.935 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:01:01.936 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:01:04.229 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:01:24.231 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:01:24.496 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:01:44.496 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:01:46.191 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:01:46.192 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:01:46.412 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:04:26.688 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:04:36.689 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:04:36.690 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:04:46.692 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:04:46.692 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:04:56.694 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:04:56.694 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:05:05.723 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:05:05.724 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:05:08.762 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:05:28.764 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:05:29.402 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:05:49.402 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:05:59.404 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:06:19.405 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:06:29.407 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:06:49.409 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:06:50.738 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:06:50.739 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:06:50.968 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:09:00.294 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:09:10.296 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:09:10.297 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:09:20.299 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:09:20.299 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:09:30.301 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:09:30.301 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:09:40.303 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:09:40.304 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:09:40.442 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:10:00.443 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:10:10.444 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:10:30.446 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:10:40.448 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:11:00.449 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:11:02.603 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:11:22.603 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:11:25.642 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:11:45.643 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:11:49.511 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:11:49.512 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:11:49.746 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:14:34.222 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:14:44.224 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:14:44.225 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:14:54.227 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:14:54.228 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:15:04.229 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:15:04.230 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:15:14.232 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:15:14.233 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:15:14.525 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:15:34.527 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:15:37.562 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:15:57.563 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:15:59.162 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:16:19.164 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:16:19.429 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:16:39.431 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:16:41.722 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:17:01.723 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:17:02.394 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:17:02.395 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:17:02.615 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:20:16.542 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:20:26.544 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:20:26.545 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:20:36.546 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:20:36.547 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:20:46.548 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:20:46.549 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:20:49.588 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:21:08.719 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:21:08.721 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 05:21:28.722 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:21:28.724 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 05:21:48.725 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:21:48.726 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 05:22:08.727 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:22:09.382 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:22:09.384 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:22:09.607 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:23:49.638 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:23:59.640 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:23:59.641 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:24:09.642 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:24:09.643 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:24:19.645 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:24:19.646 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:24:23.695 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:24:43.697 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:24:46.736 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:25:06.737 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:25:16.738 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:25:36.739 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:25:46.741 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-03 05:26:06.742 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:26:09.776 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:26:29.777 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:26:30.042 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:26:50.043 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:26:52.335 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:27:12.336 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:27:13.121 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:27:13.123 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:27:13.354 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:28:52.973 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:29:02.976 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:29:02.976 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:29:12.978 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:29:12.979 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:29:22.980 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:29:22.981 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:29:32.982 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:29:32.983 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:29:33.189 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:29:53.190 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:29:54.095 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:30:14.096 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:30:16.389 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:30:36.391 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:30:38.682 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:30:58.683 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:30:58.949 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:31:18.949 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:31:21.242 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:31:41.244 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:31:43.536 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:32:03.538 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:32:04.217 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:32:04.218 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:32:04.430 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:34:15.348 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:34:25.351 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:34:25.351 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:34:31.429 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:34:31.430 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:34:34.469 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:34:43.448 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:34:46.496 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:35:05.268 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:35:05.669 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:35:25.670 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:35:27.962 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:35:47.964 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:35:51.002 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:36:11.003 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:36:13.296 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:36:33.297 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:36:35.589 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:36:55.590 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:36:55.855 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:37:15.855 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:37:16.714 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:37:16.716 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:37:19.564 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:38:56.473 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:39:06.475 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:39:06.475 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:39:16.477 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:39:16.478 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:39:19.509 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:39:29.006 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:39:31.669 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:39:51.671 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:39:53.962 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:40:13.964 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:40:14.229 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:40:34.230 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:40:44.232 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:41:04.234 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:41:07.109 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:41:27.111 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:41:29.403 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:41:49.404 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:41:49.669 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:42:09.671 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:42:10.435 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:42:10.437 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:42:10.652 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:44:21.908 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:44:23.216 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:44:23.216 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:44:26.256 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:44:26.257 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:44:29.295 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:44:38.748 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:44:39.429 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:44:58.648 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:44:58.681 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:45:18.682 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:45:28.685 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:45:48.686 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:45:50.869 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:46:10.871 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:46:13.909 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:46:33.910 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:46:36.202 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:46:56.203 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:46:58.496 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:47:18.497 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:47:19.208 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:47:19.209 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:47:19.533 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:49:29.457 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:49:31.055 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:49:31.056 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:49:34.096 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:49:34.097 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:49:37.136 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:49:45.691 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:49:47.802 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:50:06.439 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:50:16.440 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:50:36.442 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:50:46.443 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:51:06.445 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:51:07.109 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:51:27.110 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:51:30.149 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:51:50.149 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:51:52.442 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:52:12.444 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:52:13.113 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:52:13.114 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:52:13.347 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:54:23.391 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:54:33.393 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:54:33.393 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:54:43.395 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:54:43.395 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:54:53.397 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:54:53.398 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:54:53.615 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:55:13.617 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:55:13.882 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:55:33.883 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:55:36.175 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:55:56.177 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:55:58.469 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:56:18.471 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:56:18.735 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:56:38.736 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:56:41.029 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 05:57:01.031 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:57:02.930 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 05:57:02.931 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 05:57:03.174 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 05:59:43.225 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 05:59:53.227 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 05:59:53.228 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:00:03.230 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:00:03.230 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:00:13.232 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:00:13.233 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:00:13.402 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:00:32.174 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:00:35.215 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:00:55.216 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:00:55.483 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:01:15.484 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:01:25.486 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:01:45.488 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:01:48.522 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:02:08.524 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:02:09.228 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 06:02:09.229 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 06:02:09.469 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 06:04:19.475 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:04:29.478 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:04:29.478 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:04:39.480 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:04:39.481 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:04:49.482 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:04:49.483 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:04:59.485 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:04:59.486 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:04:59.695 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:05:19.697 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:05:22.152 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:05:42.154 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:05:45.189 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:06:05.190 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:06:07.482 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:06:27.483 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:06:29.776 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:06:49.777 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:06:52.068 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:07:12.069 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:07:12.751 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 06:07:12.752 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 06:07:13.015 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 06:09:22.964 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:09:24.868 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:09:24.869 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:09:27.909 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:09:27.910 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:09:30.949 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:09:40.840 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:09:43.882 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:10:03.883 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:10:06.176 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:10:26.177 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:10:28.469 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:10:48.470 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:10:48.735 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:11:08.737 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:11:11.029 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:11:31.030 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:11:33.322 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:11:53.323 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:11:53.588 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:12:13.590 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:12:14.284 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 06:12:14.286 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 06:12:14.510 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 06:14:56.036 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:14:59.082 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:14:59.083 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:15:02.122 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:15:02.122 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:15:05.163 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:15:13.858 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:15:23.860 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:15:23.861 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:15:33.862 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:15:53.864 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:16:03.866 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:16:23.867 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:16:25.562 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:16:45.563 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:16:47.855 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:17:07.856 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:17:08.122 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:17:28.124 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:17:28.832 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 06:17:28.835 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 06:17:29.076 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 06:19:39.680 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:19:49.682 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:19:49.683 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:19:59.684 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:19:59.685 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:20:09.687 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:20:09.688 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:20:19.689 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:20:19.689 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:20:22.734 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:20:42.735 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:20:45.775 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:21:05.777 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:21:08.815 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:21:28.816 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:21:31.109 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:21:51.110 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:21:53.402 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:22:13.404 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:22:14.113 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 06:22:14.114 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 06:22:14.332 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 06:24:24.327 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:24:34.329 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:24:34.330 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:24:44.332 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:24:44.333 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:24:54.335 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:24:54.335 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:25:04.337 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:25:04.338 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:25:07.375 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:25:27.376 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:25:30.415 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:25:50.416 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:25:53.455 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-03 06:26:13.457 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:26:15.002 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:26:35.003 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:26:38.042 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:26:58.043 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:27:00.335 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 06:27:20.337 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:27:21.091 [I] [client/service.go:286] [bc8e766d2b038892] login to server success, get run id [bc8e766d2b038892] 2026-05-03 06:27:21.093 [I] [proxy/proxy_manager.go:173] [bc8e766d2b038892] proxy added: [DTN57CC5599] 2026-05-03 06:27:21.302 [I] [client/control.go:168] [bc8e766d2b038892] [DTN57CC5599] start proxy success 2026-05-03 06:29:31.378 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:29:41.380 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:29:41.382 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:29:51.383 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:29:51.383 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:30:01.385 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 06:30:01.385 [I] [client/service.go:294] [bc8e766d2b038892] try to connect to server... 2026-05-03 06:30:01.562 [W] [client/service.go:297] [bc8e766d2b038892] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2026-05-03,06:30:41.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,06:30:41.966] [INFO] LocationSqlManager initialising [2026-05-03,06:30:41.967] [INFO] Location DB initialising [2026-05-03,06:30:41.976] [INFO] LocationSqlManager initialisation complete [2026-05-03,06:30:41.976] [DEBUG] UploadManager Init [2026-05-03,06:30:41.977] [DEBUG] UploadManager Init Complete [2026-05-03,06:30:41.979] [INFO] Initializing GPS... [2026-05-03,06:30:41.981] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,06:35:30.660] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,06:50:30.736] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,07:05:30.860] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,07:20:30.932] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,07:35:31.008] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,07:50:31.032] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,08:05:31.057] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,08:20:31.105] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,08:35:31.215] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,08:50:31.261] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,09:05:31.381] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,09:20:31.485] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,09:35:31.607] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,09:50:31.732] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,10:05:31.803] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,10:20:31.870] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,10:35:31.983] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,10:50:32.008] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,11:05:32.048] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,11:20:32.072] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,11:35:32.080] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,18:25:37.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,18:25:37.965] [INFO] LocationSqlManager initialising [2026-05-03,18:25:37.965] [INFO] Location DB initialising [2026-05-03,18:25:37.974] [INFO] LocationSqlManager initialisation complete [2026-05-03,18:25:37.975] [DEBUG] UploadManager Init [2026-05-03,18:25:37.976] [DEBUG] UploadManager Init Complete [2026-05-03,18:25:37.978] [INFO] Initializing GPS... [2026-05-03,18:25:37.980] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,18:27:44.936] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,18:27:56.579] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-03,18:28:17.199] [DEBUG] Log Upload Complete! [2026-05-03,18:30:44.974] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,18:30:52.852] [DEBUG] Remote Access Enabled [2026-05-03,18:30:59.156] [INFO] Server Address: 138.201.17.179 [2026-05-03,18:30:59.157] [INFO] Server Port: 7000 [2026-05-03,18:30:59.162] [DEBUG] Starting Remote Access! 2026-05-03 18:30:59.299 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 18:30:59.299 [I] [client/service.go:294] try to connect to server... 2026-05-03 18:31:00.064 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-03 18:31:00.065 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-03 18:31:00.319 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success [2026-05-03,18:35:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,18:35:24.184] [DEBUG] 6 processes running of frp type [2026-05-03,18:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,18:50:24.896] [DEBUG] 6 processes running of frp type [2026-05-03,19:05:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,19:05:24.921] [DEBUG] 6 processes running of frp type [2026-05-03,19:20:17.266] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,19:20:25.181] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,19:35:17.691] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,19:35:25.305] [DEBUG] 6 processes running of frp type [2026-05-03,19:50:17.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,19:50:24.902] [DEBUG] 6 processes running of frp type [2026-05-03,20:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,20:05:24.925] [DEBUG] 6 processes running of frp type [2026-05-03,20:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,20:20:23.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,20:35:22.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,20:35:29.268] [DEBUG] 6 processes running of frp type [2026-05-03,20:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,20:50:29.316] [DEBUG] 6 processes running of frp type [2026-05-03,21:05:22.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,21:05:29.352] [DEBUG] 6 processes running of frp type [2026-05-03,21:20:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,21:20:29.430] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,21:35:17.859] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,21:35:26.005] [DEBUG] 6 processes running of frp type [2026-05-03,21:50:22.780] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,21:50:29.675] [DEBUG] 6 processes running of frp type [2026-05-03,22:05:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,22:05:27.351] [DEBUG] 6 processes running of frp type [2026-05-03,22:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,22:20:26.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,22:35:17.139] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,22:35:23.936] [DEBUG] 6 processes running of frp type [2026-05-03,22:50:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,22:50:24.286] [DEBUG] 6 processes running of frp type [2026-05-03,23:05:17.692] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,23:05:24.509] [DEBUG] 6 processes running of frp type [2026-05-03,23:20:18.281] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,23:20:25.100] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,23:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) [2026-05-03,23:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-03,23:50:24.281] [DEBUG] Remote Access Disabled [2026-05-04,00:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,00:05:24.264] [DEBUG] Remote Access Disabled [2026-05-04,00:20:17.496] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,00:20:24.088] [DEBUG] Remote Access Disabled Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,00:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,00:35:23.841] [DEBUG] Remote Access Disabled 2026-05-04 00:48:14.457 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:48:31.340 [W] [client/service.go:297] [368306709442b154] connect to server error: connection write timeout 2026-05-04 00:48:31.340 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:48:31.346 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 00:48:35.501 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:48:35.507 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 00:48:44.558 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:48:44.562 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 00:49:04.098 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:49:04.102 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 00:49:24.103 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:49:24.110 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 00:49:44.111 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:49:44.116 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 00:50:04.118 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:50:04.138 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2026-05-04,00:50:21.220] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-05-04 00:50:24.139 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 00:50:24.785 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 00:50:24.786 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 00:50:25.002 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success [2026-05-04,01:05:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,01:05:24.080] [DEBUG] Remote Access Disabled [2026-05-04,01:20:17.338] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,01:20:23.676] [DEBUG] Remote Access Disabled Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,01:35:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,01:35:23.731] [DEBUG] Remote Access Disabled [2026-05-04,01:50:17.408] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,01:50:23.798] [DEBUG] Remote Access Disabled [2026-05-04,02:05:22.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,02:05:28.973] [DEBUG] Remote Access Disabled [2026-05-04,02:20:23.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,02:20:29.586] [DEBUG] Remote Access Disabled 2026-05-04 02:21:00.335 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 02:21:03.317 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 02:21:03.318 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 02:21:03.522 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,02:35:17.100] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,02:35:23.454] [DEBUG] Remote Access Disabled [2026-05-04,02:50:19.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,02:50:25.914] [DEBUG] 6 processes running of frp type [2026-05-04,03:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,03:05:23.656] [DEBUG] 6 processes running of frp type [2026-05-04,03:20:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,03:20:25.985] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,03:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,03:35:24.122] [DEBUG] 6 processes running of frp type [2026-05-04,03:50:17.743] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,03:50:24.269] [DEBUG] 6 processes running of frp type [2026-05-04,04:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-04,04:05:24.074] [DEBUG] 6 processes running of frp type 2026-05-04 04:07:05.056 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:07:07.210 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:07:07.210 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:07:07.222 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:07:11.868 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:07:11.874 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:07:21.826 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:07:22.521 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:07:22.522 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:07:22.752 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:14:06.620 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:14:16.622 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:14:16.623 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:14:26.625 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:14:26.625 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:14:36.627 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:14:36.628 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:14:39.663 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:14:59.664 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:15:00.463 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:15:20.464 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:15:22.757 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:15:42.759 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:15:45.050 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:16:05.052 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:16:05.317 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:16:25.318 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:16:27.610 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:16:47.611 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:16:49.903 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:17:09.905 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:17:19.907 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:17:39.908 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:17:46.010 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:18:06.012 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:18:06.639 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:18:06.640 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:18:06.842 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:19:47.534 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:19:50.570 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:19:50.571 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:19:53.610 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:19:53.611 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:19:56.649 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:20:06.041 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:20:16.043 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:20:16.044 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:20:26.045 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:20:46.046 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:20:56.048 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:21:16.050 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:21:19.103 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:21:39.104 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:21:41.397 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:22:01.398 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:22:02.001 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:22:02.002 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:22:02.213 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:24:12.363 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:24:22.365 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:24:22.366 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:24:32.367 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:24:32.368 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:24:42.370 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:24:42.371 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:24:45.423 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:25:04.371 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:25:04.623 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:25:24.625 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:25:34.627 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:25:54.628 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:25:57.663 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-04 04:26:17.665 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:26:20.703 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:26:40.705 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:26:42.997 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:27:02.998 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:27:03.675 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:27:03.677 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:27:03.901 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:29:13.992 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:29:23.993 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:29:23.994 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:29:33.996 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:29:33.997 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:29:43.999 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:29:43.999 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:29:44.303 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:30:04.285 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:30:04.996 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:30:24.998 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:30:27.290 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:30:47.291 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:30:49.583 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:31:09.585 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:31:09.850 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:31:29.851 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:31:32.143 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:31:52.144 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:32:02.146 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:32:22.148 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:32:22.843 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:32:22.845 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:32:23.077 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:34:02.866 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:34:12.868 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:34:12.869 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:34:22.870 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:34:22.871 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:34:29.103 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:34:29.104 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:34:32.142 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:34:51.854 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:34:54.436 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:35:14.437 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:35:24.439 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:35:44.440 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:35:46.677 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:36:06.678 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:36:08.970 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:36:28.972 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:36:29.236 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:36:49.238 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:36:59.239 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:37:19.241 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:37:19.881 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:37:19.883 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:37:20.085 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:39:30.082 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:39:33.130 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:39:33.130 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:39:36.170 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:39:36.170 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:39:39.210 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:39:48.418 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:39:51.450 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:40:10.356 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:40:20.358 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:40:40.359 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:40:50.361 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:41:10.363 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:41:12.303 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:41:32.304 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:41:35.343 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:41:55.344 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:41:57.636 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:42:17.638 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:42:18.305 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:42:18.306 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:42:18.519 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:44:28.510 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:44:31.343 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:44:31.344 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:44:34.383 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:44:34.384 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:44:37.423 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:44:47.225 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:44:47.556 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:45:07.501 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:45:09.850 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:45:29.851 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:45:32.116 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:45:52.118 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:45:52.382 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:46:12.384 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:46:14.676 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:46:34.677 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:46:36.969 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:46:56.970 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:46:57.236 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:47:17.238 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:47:17.902 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:47:17.904 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:47:18.116 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:49:30.609 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:49:32.143 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:49:32.144 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:49:35.183 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:49:35.184 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:49:38.223 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:49:46.683 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:49:48.356 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:50:06.130 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:50:07.610 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:50:27.611 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:50:29.903 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:50:49.905 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:50:52.943 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:51:12.944 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:51:15.236 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:51:35.238 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:51:37.530 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:51:57.531 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:51:59.823 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:52:19.824 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:52:20.512 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:52:20.514 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:52:20.745 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:53:00.049 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:53:02.284 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:53:02.285 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:53:02.530 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:54:11.547 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:54:21.548 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:54:21.549 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:54:31.550 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:54:31.551 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:54:41.553 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:54:41.553 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:54:47.663 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:55:07.650 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:55:10.276 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:55:30.277 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:55:40.279 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:56:00.281 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:56:10.282 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:56:30.284 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:56:31.850 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:56:51.851 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:56:54.143 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:57:14.144 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:57:14.920 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 04:57:14.921 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 04:57:15.175 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 04:59:25.114 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:59:35.116 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:59:35.117 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:59:45.118 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:59:45.118 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 04:59:49.183 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:59:58.305 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:00:01.342 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:00:20.016 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:00:20.516 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:00:40.517 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:00:50.519 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:01:10.521 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:01:11.796 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:01:31.798 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:01:34.836 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:01:54.837 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:01:57.130 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:02:17.131 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:02:17.812 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:02:17.813 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:02:18.027 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:04:58.348 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:05:08.350 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:05:08.351 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:05:18.353 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:05:18.354 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:05:28.355 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:05:28.356 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:05:34.490 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:05:53.426 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:05:53.743 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:06:13.744 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:06:23.745 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:06:43.747 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:06:46.782 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:07:06.784 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:07:14.991 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:07:14.992 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:07:15.711 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:10:29.392 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:10:39.394 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:10:39.395 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:10:49.397 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:10:49.397 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:10:59.399 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:10:59.400 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:11:09.402 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:11:09.402 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:11:15.610 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:11:35.611 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:11:37.903 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:11:57.904 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:12:00.196 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:12:20.198 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:12:20.932 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:12:20.933 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:12:22.147 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:14:31.212 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:14:41.214 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:14:41.214 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:14:51.216 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:14:51.217 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:15:01.218 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:15:01.218 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:15:04.250 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:15:24.251 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:15:34.253 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:15:54.254 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:16:00.408 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:16:20.409 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:16:23.449 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:16:43.451 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:16:45.743 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:17:05.744 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:17:15.747 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:17:35.748 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:17:37.317 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:17:37.318 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:17:37.554 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:19:18.947 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:19:28.949 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:19:28.949 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:19:38.951 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:19:38.952 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:19:48.954 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:19:48.955 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:19:58.956 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:19:58.957 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:19:59.129 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:20:19.130 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:20:29.131 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:20:49.133 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:20:59.135 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:21:19.136 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:21:19.876 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:21:39.877 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:21:40.143 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:22:00.144 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:22:02.436 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:22:22.437 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:22:23.096 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:22:23.097 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:22:23.619 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:24:33.323 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:24:43.325 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:24:43.326 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:24:53.327 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:24:53.328 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:25:03.330 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:25:03.331 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:25:13.332 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:25:13.333 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:25:23.334 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:25:43.336 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:25:53.338 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-04 05:26:13.339 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:26:23.340 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:26:43.341 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:26:43.823 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:27:03.825 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:27:06.116 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:27:26.118 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:27:26.770 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:27:26.772 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:27:26.994 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:29:37.035 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:29:47.037 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:29:47.038 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:29:57.041 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:29:57.041 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:30:07.042 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:30:07.043 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:30:07.342 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:30:27.344 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:30:27.876 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:30:47.878 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:30:50.916 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:31:10.917 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:31:21.119 [W] [client/service.go:297] [368306709442b154] connect to server error: connection write timeout 2026-05-04 05:31:41.121 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:31:50.249 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:32:10.251 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:32:10.515 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:32:30.517 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:32:31.199 [I] [client/service.go:286] [368306709442b154] login to server success, get run id [368306709442b154] 2026-05-04 05:32:31.200 [I] [proxy/proxy_manager.go:173] [368306709442b154] proxy added: [DTN57CC5599] 2026-05-04 05:32:31.470 [I] [client/control.go:168] [368306709442b154] [DTN57CC5599] start proxy success 2026-05-04 05:34:41.423 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:34:41.424 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:34:43.538 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:34:43.539 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:34:48.130 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:34:48.131 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:34:57.399 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:34:57.400 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:35:16.785 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:35:16.786 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:35:36.786 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:35:36.788 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:35:56.789 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:35:56.790 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:36:16.791 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:36:16.793 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:36:36.794 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:36:36.795 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:36:56.796 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:36:56.797 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:37:16.798 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:37:16.800 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:37:36.801 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:37:36.803 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:37:56.804 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:37:56.804 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:38:16.805 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:38:16.807 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:38:36.807 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:38:36.809 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:38:56.809 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:38:56.810 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:39:16.811 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:39:16.812 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:39:36.813 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:39:36.815 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:39:56.816 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:39:56.817 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:40:16.818 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:40:16.819 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:40:36.820 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:40:36.822 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:40:56.823 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:40:56.824 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:41:16.825 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:41:16.826 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:41:36.827 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:41:36.829 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:41:56.830 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:41:56.831 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:42:16.832 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:42:16.834 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:42:36.835 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:42:36.836 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:42:56.837 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:42:56.838 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:43:16.839 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:43:16.840 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:43:36.842 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:43:36.844 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:43:56.845 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:43:56.846 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:44:16.847 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:44:16.849 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:44:36.849 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:44:36.850 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:44:56.851 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:44:56.852 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:45:16.854 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:45:16.855 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:45:36.857 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:45:36.858 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:45:56.860 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:45:56.861 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:46:16.862 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:46:16.863 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:46:36.864 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:46:36.865 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:46:56.867 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:46:56.868 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:47:16.870 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:47:16.870 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:47:36.872 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:47:36.874 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:47:56.874 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:47:56.876 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:48:16.877 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:48:16.878 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:48:36.879 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:48:36.880 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:48:56.882 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:48:56.883 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:49:16.884 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:49:16.885 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:49:36.886 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:49:36.887 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:49:56.888 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:49:56.889 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:50:16.890 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:50:16.891 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:50:36.892 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:50:36.893 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:50:56.893 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:50:56.895 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:51:16.896 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:51:16.897 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:51:36.899 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:51:36.900 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:51:56.901 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:51:56.902 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:52:16.904 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:52:16.905 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:52:36.906 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:52:36.907 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:52:56.908 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:52:56.909 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:53:16.910 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:53:16.912 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:53:36.913 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:53:36.914 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:53:56.915 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:53:56.916 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:54:16.917 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:54:16.919 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:54:36.920 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:54:36.921 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:54:56.923 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:54:56.925 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:55:16.926 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:55:16.928 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:55:36.929 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:55:36.930 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:55:56.931 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:55:56.933 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:56:16.934 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:56:16.936 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:56:36.936 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:56:36.937 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:56:56.939 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:56:56.940 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:57:16.941 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:57:16.942 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:57:36.944 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:57:36.946 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:57:56.947 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:57:56.948 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:58:16.949 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:58:16.950 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:58:36.951 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:58:36.952 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:58:56.953 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:58:56.955 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:59:16.956 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:59:16.957 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:59:36.958 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:59:36.959 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 05:59:56.960 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 05:59:56.961 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:00:16.962 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:00:16.963 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:00:36.964 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:00:36.965 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:00:56.966 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:00:56.968 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:01:16.969 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:01:16.970 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:01:36.971 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:01:36.972 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:01:56.973 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:01:56.974 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:02:16.974 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:02:16.976 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:02:36.977 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:02:36.978 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:02:56.978 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:02:56.980 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:03:16.981 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:03:16.982 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:03:36.983 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:03:36.984 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:03:56.985 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:03:56.987 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:04:16.988 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:04:16.989 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:04:36.990 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:04:36.992 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:04:56.993 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:04:56.994 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:05:16.995 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:05:16.997 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:05:36.997 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:05:36.999 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:05:57.000 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:05:57.002 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:06:17.003 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:06:17.004 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:06:37.004 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:06:37.006 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:06:57.007 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:06:57.008 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:07:17.009 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:07:17.010 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:07:37.011 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:07:37.013 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:07:57.014 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:07:57.016 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:08:17.016 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:08:17.017 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:08:37.018 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:08:37.019 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:08:57.020 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:08:57.022 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:09:17.023 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:09:17.025 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:09:37.026 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:09:37.028 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:09:57.029 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:09:57.031 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:10:17.031 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:10:17.032 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:10:37.033 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:10:37.035 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:10:57.037 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:10:57.038 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:11:17.039 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:11:17.041 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:11:37.042 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:11:37.044 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:11:57.044 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:11:57.045 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:12:17.046 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:12:17.048 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:12:37.049 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:12:37.050 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:12:57.052 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:12:57.053 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:13:17.054 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:13:17.055 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:13:37.056 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:13:37.058 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:13:57.059 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:13:57.060 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:14:17.060 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:14:17.062 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:14:37.063 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:14:37.065 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:14:57.066 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:14:57.066 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:15:17.068 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:15:17.069 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:15:37.070 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:15:37.072 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:15:57.073 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:15:57.074 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:16:17.074 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:16:17.076 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:16:37.077 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:16:37.078 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:16:57.080 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:16:57.081 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:17:17.082 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:17:17.083 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:17:37.084 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:17:37.086 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:17:57.086 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:17:57.088 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:18:17.089 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:18:17.090 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:18:37.092 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:18:37.093 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:18:57.094 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:18:57.095 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:19:17.096 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:19:17.097 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:19:37.098 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:19:37.100 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:19:57.101 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:19:57.103 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:20:17.104 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:20:17.105 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:20:37.107 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:20:37.108 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:20:57.109 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:20:57.110 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:21:17.111 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:21:17.112 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:21:37.114 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:21:37.115 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:21:57.116 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:21:57.117 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:22:17.119 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:22:17.120 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:22:37.121 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:22:37.122 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:22:57.123 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:22:57.124 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:23:17.126 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:23:17.127 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:23:37.128 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:23:37.130 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:23:57.131 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:23:57.132 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:24:17.133 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:24:17.134 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:24:37.135 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:24:37.137 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:24:57.138 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:24:57.139 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:25:17.141 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:25:17.142 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:25:37.142 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:25:37.143 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:25:57.145 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:25:57.146 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-04 06:26:17.147 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:26:17.148 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:26:37.149 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:26:37.150 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:26:57.151 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:26:57.152 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:27:17.153 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:27:17.154 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:27:37.155 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:27:37.157 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:27:57.158 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:27:57.159 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:28:17.160 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:28:17.161 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:28:37.162 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:28:37.163 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:28:57.164 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:28:57.165 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:29:17.167 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:29:17.168 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:29:37.170 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:29:37.172 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 06:29:57.173 [I] [client/service.go:294] [368306709442b154] try to connect to server... 2026-05-04 06:29:57.174 [W] [client/service.go:297] [368306709442b154] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-05-04,06:30:40.775] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,06:30:40.780] [INFO] LocationSqlManager initialising [2026-05-04,06:30:40.780] [INFO] Location DB initialising [2026-05-04,06:30:40.790] [INFO] LocationSqlManager initialisation complete [2026-05-04,06:30:40.791] [DEBUG] UploadManager Init [2026-05-04,06:30:40.791] [DEBUG] UploadManager Init Complete [2026-05-04,06:30:40.794] [INFO] Initializing GPS... [2026-05-04,06:30:40.796] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,06:35:29.971] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,06:50:30.010] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,07:05:30.031] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,07:20:30.065] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,07:35:30.186] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,07:50:30.306] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,08:05:30.417] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,08:20:30.450] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,08:35:30.576] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,08:50:30.689] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,09:05:30.765] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,09:20:30.881] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,09:35:31.001] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,09:50:31.063] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,10:05:31.183] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,10:20:31.303] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,10:35:31.423] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,10:50:31.440] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,11:05:31.468] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-04,11:20:31.592] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,11:35:31.698] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,13:00:47.332] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:00:47.338] [INFO] LocationSqlManager initialising [2026-05-04,13:00:47.339] [INFO] Location DB initialising [2026-05-04,13:00:47.352] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:00:47.353] [DEBUG] UploadManager Init [2026-05-04,13:00:47.355] [DEBUG] UploadManager Init Complete [2026-05-04,13:00:47.361] [INFO] Initializing GPS... [2026-05-04,13:00:47.365] [INFO] Starting location capture [2026-05-04,13:01:26.567] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:01:26.573] [INFO] LocationSqlManager initialising [2026-05-04,13:01:26.573] [INFO] Location DB initialising [2026-05-04,13:01:26.583] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:01:26.583] [DEBUG] UploadManager Init [2026-05-04,13:01:26.584] [DEBUG] UploadManager Init Complete [2026-05-04,13:01:26.586] [INFO] Initializing GPS... [2026-05-04,13:01:26.588] [INFO] Starting location capture [2026-05-04,13:02:06.406] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:02:06.416] [INFO] LocationSqlManager initialising [2026-05-04,13:02:06.417] [INFO] Location DB initialising [2026-05-04,13:02:06.431] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:02:06.432] [DEBUG] UploadManager Init [2026-05-04,13:02:06.433] [DEBUG] UploadManager Init Complete [2026-05-04,13:02:06.438] [INFO] Initializing GPS... [2026-05-04,13:02:06.441] [INFO] Starting location capture [2026-05-04,13:02:46.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:02:46.869] [INFO] LocationSqlManager initialising [2026-05-04,13:02:46.870] [INFO] Location DB initialising [2026-05-04,13:02:46.889] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:02:46.891] [DEBUG] UploadManager Init [2026-05-04,13:02:46.892] [DEBUG] UploadManager Init Complete [2026-05-04,13:02:46.901] [INFO] Initializing GPS... [2026-05-04,13:02:46.906] [INFO] Starting location capture [2026-05-04,13:03:30.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:03:30.141] [INFO] LocationSqlManager initialising [2026-05-04,13:03:30.143] [INFO] Location DB initialising [2026-05-04,13:03:30.163] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:03:30.164] [DEBUG] UploadManager Init [2026-05-04,13:03:30.165] [DEBUG] UploadManager Init Complete [2026-05-04,13:03:30.171] [INFO] Initializing GPS... [2026-05-04,13:03:30.177] [INFO] Starting location capture [2026-05-04,13:04:15.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:04:15.299] [INFO] LocationSqlManager initialising [2026-05-04,13:04:15.300] [INFO] Location DB initialising [2026-05-04,13:04:15.335] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:04:15.337] [DEBUG] UploadManager Init [2026-05-04,13:04:15.352] [DEBUG] UploadManager Init Complete [2026-05-04,13:04:15.379] [INFO] Initializing GPS... [2026-05-04,13:04:15.396] [INFO] Starting location capture [2026-05-04,13:05:04.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:05:04.123] [INFO] LocationSqlManager initialising [2026-05-04,13:05:04.125] [INFO] Location DB initialising [2026-05-04,13:05:04.156] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:05:04.158] [DEBUG] UploadManager Init [2026-05-04,13:05:04.160] [DEBUG] UploadManager Init Complete [2026-05-04,13:05:04.170] [INFO] Initializing GPS... [2026-05-04,13:05:04.181] [INFO] Starting location capture [2026-05-04,13:05:52.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:05:52.221] [INFO] LocationSqlManager initialising [2026-05-04,13:05:52.223] [INFO] Location DB initialising [2026-05-04,13:05:52.252] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:05:52.255] [DEBUG] UploadManager Init [2026-05-04,13:05:52.257] [DEBUG] UploadManager Init Complete [2026-05-04,13:05:52.269] [INFO] Initializing GPS... [2026-05-04,13:05:52.278] [INFO] Starting location capture [2026-05-04,13:06:39.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:06:39.107] [INFO] LocationSqlManager initialising [2026-05-04,13:06:39.109] [INFO] Location DB initialising [2026-05-04,13:06:39.134] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:06:39.136] [DEBUG] UploadManager Init [2026-05-04,13:06:39.139] [DEBUG] UploadManager Init Complete [2026-05-04,13:06:39.147] [INFO] Initializing GPS... [2026-05-04,13:06:39.157] [INFO] Starting location capture [2026-05-04,13:07:24.573] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:07:24.589] [INFO] LocationSqlManager initialising [2026-05-04,13:07:24.592] [INFO] Location DB initialising [2026-05-04,13:07:24.618] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:07:24.621] [DEBUG] UploadManager Init [2026-05-04,13:07:24.623] [DEBUG] UploadManager Init Complete [2026-05-04,13:07:24.633] [INFO] Initializing GPS... [2026-05-04,13:07:24.645] [INFO] Starting location capture [2026-05-04,13:08:10.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:08:10.783] [INFO] LocationSqlManager initialising [2026-05-04,13:08:10.785] [INFO] Location DB initialising [2026-05-04,13:08:10.830] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:08:10.842] [DEBUG] UploadManager Init [2026-05-04,13:08:10.854] [DEBUG] UploadManager Init Complete [2026-05-04,13:08:10.886] [INFO] Initializing GPS... [2026-05-04,13:08:10.913] [INFO] Starting location capture [2026-05-04,13:09:00.720] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:09:00.747] [INFO] LocationSqlManager initialising [2026-05-04,13:09:00.748] [INFO] Location DB initialising [2026-05-04,13:09:00.786] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:09:00.789] [DEBUG] UploadManager Init [2026-05-04,13:09:00.791] [DEBUG] UploadManager Init Complete [2026-05-04,13:09:00.804] [INFO] Initializing GPS... [2026-05-04,13:09:00.816] [INFO] Starting location capture [2026-05-04,13:09:48.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:09:48.910] [INFO] LocationSqlManager initialising [2026-05-04,13:09:48.912] [INFO] Location DB initialising [2026-05-04,13:09:48.961] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:09:48.971] [DEBUG] UploadManager Init [2026-05-04,13:09:48.972] [DEBUG] UploadManager Init Complete [2026-05-04,13:09:48.986] [INFO] Initializing GPS... [2026-05-04,13:09:48.999] [INFO] Starting location capture [2026-05-04,13:10:42.572] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:10:42.586] [INFO] LocationSqlManager initialising [2026-05-04,13:10:42.588] [INFO] Location DB initialising [2026-05-04,13:10:42.615] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:10:42.618] [DEBUG] UploadManager Init [2026-05-04,13:10:42.620] [DEBUG] UploadManager Init Complete [2026-05-04,13:10:42.630] [INFO] Initializing GPS... [2026-05-04,13:10:42.640] [INFO] Starting location capture [2026-05-04,13:11:29.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:11:29.758] [INFO] LocationSqlManager initialising [2026-05-04,13:11:29.760] [INFO] Location DB initialising [2026-05-04,13:11:29.835] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:11:29.844] [DEBUG] UploadManager Init [2026-05-04,13:11:29.846] [DEBUG] UploadManager Init Complete [2026-05-04,13:11:29.859] [INFO] Initializing GPS... [2026-05-04,13:11:29.884] [INFO] Starting location capture [2026-05-04,13:12:18.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:12:18.154] [INFO] LocationSqlManager initialising [2026-05-04,13:12:18.156] [INFO] Location DB initialising [2026-05-04,13:12:18.191] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:12:18.193] [DEBUG] UploadManager Init [2026-05-04,13:12:18.195] [DEBUG] UploadManager Init Complete [2026-05-04,13:12:18.205] [INFO] Initializing GPS... [2026-05-04,13:12:18.213] [INFO] Starting location capture [2026-05-04,13:13:04.591] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:13:04.607] [INFO] LocationSqlManager initialising [2026-05-04,13:13:04.609] [INFO] Location DB initialising [2026-05-04,13:13:04.634] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:13:04.636] [DEBUG] UploadManager Init [2026-05-04,13:13:04.638] [DEBUG] UploadManager Init Complete [2026-05-04,13:13:04.647] [INFO] Initializing GPS... [2026-05-04,13:13:04.656] [INFO] Starting location capture [2026-05-04,13:13:54.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:13:54.877] [INFO] LocationSqlManager initialising [2026-05-04,13:13:54.880] [INFO] Location DB initialising [2026-05-04,13:13:54.913] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:13:54.916] [DEBUG] UploadManager Init [2026-05-04,13:13:54.918] [DEBUG] UploadManager Init Complete [2026-05-04,13:13:54.929] [INFO] Initializing GPS... [2026-05-04,13:13:54.940] [INFO] Starting location capture [2026-05-04,13:14:42.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:14:42.259] [INFO] LocationSqlManager initialising [2026-05-04,13:14:42.262] [INFO] Location DB initialising [2026-05-04,13:14:42.289] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:14:42.291] [DEBUG] UploadManager Init [2026-05-04,13:14:42.293] [DEBUG] UploadManager Init Complete [2026-05-04,13:14:42.304] [INFO] Initializing GPS... [2026-05-04,13:14:42.313] [INFO] Starting location capture [2026-05-04,13:15:28.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:15:28.281] [INFO] LocationSqlManager initialising [2026-05-04,13:15:28.283] [INFO] Location DB initialising [2026-05-04,13:15:28.309] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:15:28.311] [DEBUG] UploadManager Init [2026-05-04,13:15:28.314] [DEBUG] UploadManager Init Complete [2026-05-04,13:15:28.325] [INFO] Initializing GPS... [2026-05-04,13:15:28.335] [INFO] Starting location capture [2026-05-04,13:16:15.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:16:15.853] [INFO] LocationSqlManager initialising [2026-05-04,13:16:15.855] [INFO] Location DB initialising [2026-05-04,13:16:15.881] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:16:15.884] [DEBUG] UploadManager Init [2026-05-04,13:16:15.886] [DEBUG] UploadManager Init Complete [2026-05-04,13:16:15.897] [INFO] Initializing GPS... [2026-05-04,13:16:15.907] [INFO] Starting location capture [2026-05-04,13:17:03.517] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:17:03.534] [INFO] LocationSqlManager initialising [2026-05-04,13:17:03.537] [INFO] Location DB initialising [2026-05-04,13:17:03.566] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:17:03.568] [DEBUG] UploadManager Init [2026-05-04,13:17:03.571] [DEBUG] UploadManager Init Complete [2026-05-04,13:17:03.582] [INFO] Initializing GPS... [2026-05-04,13:17:03.593] [INFO] Starting location capture [2026-05-04,13:17:50.544] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:17:50.562] [INFO] LocationSqlManager initialising [2026-05-04,13:17:50.565] [INFO] Location DB initialising [2026-05-04,13:17:50.595] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:17:50.597] [DEBUG] UploadManager Init [2026-05-04,13:17:50.600] [DEBUG] UploadManager Init Complete [2026-05-04,13:17:50.612] [INFO] Initializing GPS... [2026-05-04,13:17:50.623] [INFO] Starting location capture [2026-05-04,13:18:37.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:18:37.881] [INFO] LocationSqlManager initialising [2026-05-04,13:18:37.883] [INFO] Location DB initialising [2026-05-04,13:18:37.908] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:18:37.910] [DEBUG] UploadManager Init [2026-05-04,13:18:37.912] [DEBUG] UploadManager Init Complete [2026-05-04,13:18:37.922] [INFO] Initializing GPS... [2026-05-04,13:18:37.929] [INFO] Starting location capture [2026-05-04,13:19:26.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:19:26.423] [INFO] LocationSqlManager initialising [2026-05-04,13:19:26.425] [INFO] Location DB initialising [2026-05-04,13:19:26.454] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:19:26.456] [DEBUG] UploadManager Init [2026-05-04,13:19:26.458] [DEBUG] UploadManager Init Complete [2026-05-04,13:19:26.491] [INFO] Initializing GPS... [2026-05-04,13:19:26.500] [INFO] Starting location capture [2026-05-04,13:20:14.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:20:14.879] [INFO] LocationSqlManager initialising [2026-05-04,13:20:14.880] [INFO] Location DB initialising [2026-05-04,13:20:14.918] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:20:14.920] [DEBUG] UploadManager Init [2026-05-04,13:20:14.927] [DEBUG] UploadManager Init Complete [2026-05-04,13:20:14.981] [INFO] Initializing GPS... [2026-05-04,13:20:14.989] [INFO] Starting location capture [2026-05-04,13:21:02.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:21:02.336] [INFO] LocationSqlManager initialising [2026-05-04,13:21:02.338] [INFO] Location DB initialising [2026-05-04,13:21:02.372] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:21:02.374] [DEBUG] UploadManager Init [2026-05-04,13:21:02.377] [DEBUG] UploadManager Init Complete [2026-05-04,13:21:02.389] [INFO] Initializing GPS... [2026-05-04,13:21:02.397] [INFO] Starting location capture [2026-05-04,13:21:50.501] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:21:50.518] [INFO] LocationSqlManager initialising [2026-05-04,13:21:50.519] [INFO] Location DB initialising [2026-05-04,13:21:50.545] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:21:50.547] [DEBUG] UploadManager Init [2026-05-04,13:21:50.549] [DEBUG] UploadManager Init Complete [2026-05-04,13:21:50.558] [INFO] Initializing GPS... [2026-05-04,13:21:50.567] [INFO] Starting location capture [2026-05-04,13:22:37.721] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:22:37.737] [INFO] LocationSqlManager initialising [2026-05-04,13:22:37.739] [INFO] Location DB initialising [2026-05-04,13:22:37.765] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:22:37.767] [DEBUG] UploadManager Init [2026-05-04,13:22:37.769] [DEBUG] UploadManager Init Complete [2026-05-04,13:22:37.779] [INFO] Initializing GPS... [2026-05-04,13:22:37.788] [INFO] Starting location capture [2026-05-04,13:23:24.066] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:23:24.081] [INFO] LocationSqlManager initialising [2026-05-04,13:23:24.084] [INFO] Location DB initialising [2026-05-04,13:23:24.109] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:23:24.111] [DEBUG] UploadManager Init [2026-05-04,13:23:24.112] [DEBUG] UploadManager Init Complete [2026-05-04,13:23:24.121] [INFO] Initializing GPS... [2026-05-04,13:23:24.129] [INFO] Starting location capture [2026-05-04,13:24:14.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:24:14.038] [INFO] LocationSqlManager initialising [2026-05-04,13:24:14.040] [INFO] Location DB initialising [2026-05-04,13:24:14.078] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:24:14.080] [DEBUG] UploadManager Init [2026-05-04,13:24:14.082] [DEBUG] UploadManager Init Complete [2026-05-04,13:24:14.095] [INFO] Initializing GPS... [2026-05-04,13:24:14.106] [INFO] Starting location capture [2026-05-04,13:25:02.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:25:03.004] [INFO] LocationSqlManager initialising [2026-05-04,13:25:03.005] [INFO] Location DB initialising [2026-05-04,13:25:03.043] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:25:03.045] [DEBUG] UploadManager Init [2026-05-04,13:25:03.063] [DEBUG] UploadManager Init Complete [2026-05-04,13:25:03.086] [INFO] Initializing GPS... [2026-05-04,13:25:03.094] [INFO] Starting location capture [2026-05-04,13:25:50.576] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:25:50.596] [INFO] LocationSqlManager initialising [2026-05-04,13:25:50.599] [INFO] Location DB initialising [2026-05-04,13:25:50.630] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:25:50.633] [DEBUG] UploadManager Init [2026-05-04,13:25:50.635] [DEBUG] UploadManager Init Complete [2026-05-04,13:25:50.646] [INFO] Initializing GPS... [2026-05-04,13:25:50.657] [INFO] Starting location capture [2026-05-04,13:26:36.707] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:26:36.768] [INFO] LocationSqlManager initialising [2026-05-04,13:26:36.769] [INFO] Location DB initialising [2026-05-04,13:26:36.818] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:26:36.820] [DEBUG] UploadManager Init [2026-05-04,13:26:36.821] [DEBUG] UploadManager Init Complete [2026-05-04,13:26:36.860] [INFO] Initializing GPS... [2026-05-04,13:26:36.869] [INFO] Starting location capture [2026-05-04,13:27:25.527] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:27:25.544] [INFO] LocationSqlManager initialising [2026-05-04,13:27:25.546] [INFO] Location DB initialising [2026-05-04,13:27:25.571] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:27:25.573] [DEBUG] UploadManager Init [2026-05-04,13:27:25.575] [DEBUG] UploadManager Init Complete [2026-05-04,13:27:25.587] [INFO] Initializing GPS... [2026-05-04,13:27:25.595] [INFO] Starting location capture [2026-05-04,13:28:12.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:28:12.017] [INFO] LocationSqlManager initialising [2026-05-04,13:28:12.019] [INFO] Location DB initialising [2026-05-04,13:28:12.046] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:28:12.048] [DEBUG] UploadManager Init [2026-05-04,13:28:12.050] [DEBUG] UploadManager Init Complete [2026-05-04,13:28:12.061] [INFO] Initializing GPS... [2026-05-04,13:28:12.070] [INFO] Starting location capture [2026-05-04,13:29:02.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:29:02.104] [INFO] LocationSqlManager initialising [2026-05-04,13:29:02.106] [INFO] Location DB initialising [2026-05-04,13:29:02.133] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:29:02.136] [DEBUG] UploadManager Init [2026-05-04,13:29:02.138] [DEBUG] UploadManager Init Complete [2026-05-04,13:29:02.148] [INFO] Initializing GPS... [2026-05-04,13:29:02.158] [INFO] Starting location capture [2026-05-04,13:29:48.735] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:29:48.751] [INFO] LocationSqlManager initialising [2026-05-04,13:29:48.754] [INFO] Location DB initialising [2026-05-04,13:29:48.785] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:29:48.788] [DEBUG] UploadManager Init [2026-05-04,13:29:48.789] [DEBUG] UploadManager Init Complete [2026-05-04,13:29:48.802] [INFO] Initializing GPS... [2026-05-04,13:29:48.813] [INFO] Starting location capture [2026-05-04,13:30:38.134] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:30:38.153] [INFO] LocationSqlManager initialising [2026-05-04,13:30:38.155] [INFO] Location DB initialising [2026-05-04,13:30:38.184] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:30:38.187] [DEBUG] UploadManager Init [2026-05-04,13:30:38.189] [DEBUG] UploadManager Init Complete [2026-05-04,13:30:38.203] [INFO] Initializing GPS... [2026-05-04,13:30:38.212] [INFO] Starting location capture [2026-05-04,13:31:24.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:31:24.441] [INFO] LocationSqlManager initialising [2026-05-04,13:31:24.443] [INFO] Location DB initialising [2026-05-04,13:31:24.467] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:31:24.468] [DEBUG] UploadManager Init [2026-05-04,13:31:24.470] [DEBUG] UploadManager Init Complete [2026-05-04,13:31:24.479] [INFO] Initializing GPS... [2026-05-04,13:31:24.488] [INFO] Starting location capture [2026-05-04,13:32:16.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:32:16.534] [INFO] LocationSqlManager initialising [2026-05-04,13:32:16.536] [INFO] Location DB initialising [2026-05-04,13:32:16.560] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:32:16.562] [DEBUG] UploadManager Init [2026-05-04,13:32:16.563] [DEBUG] UploadManager Init Complete [2026-05-04,13:32:16.572] [INFO] Initializing GPS... [2026-05-04,13:32:16.580] [INFO] Starting location capture [2026-05-04,13:33:01.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:33:01.970] [INFO] LocationSqlManager initialising [2026-05-04,13:33:01.972] [INFO] Location DB initialising [2026-05-04,13:33:02.011] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:33:02.016] [DEBUG] UploadManager Init [2026-05-04,13:33:02.018] [DEBUG] UploadManager Init Complete [2026-05-04,13:33:02.031] [INFO] Initializing GPS... [2026-05-04,13:33:02.041] [INFO] Starting location capture [2026-05-04,13:33:49.477] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:33:49.494] [INFO] LocationSqlManager initialising [2026-05-04,13:33:49.496] [INFO] Location DB initialising [2026-05-04,13:33:49.523] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:33:49.525] [DEBUG] UploadManager Init [2026-05-04,13:33:49.527] [DEBUG] UploadManager Init Complete [2026-05-04,13:33:49.538] [INFO] Initializing GPS... [2026-05-04,13:33:49.548] [INFO] Starting location capture [2026-05-04,13:34:36.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:34:36.852] [INFO] LocationSqlManager initialising [2026-05-04,13:34:36.854] [INFO] Location DB initialising [2026-05-04,13:34:36.885] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:34:36.888] [DEBUG] UploadManager Init [2026-05-04,13:34:36.890] [DEBUG] UploadManager Init Complete [2026-05-04,13:34:36.902] [INFO] Initializing GPS... [2026-05-04,13:34:36.914] [INFO] Starting location capture [2026-05-04,13:35:28.637] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:35:28.653] [INFO] LocationSqlManager initialising [2026-05-04,13:35:28.655] [INFO] Location DB initialising [2026-05-04,13:35:28.678] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:35:28.680] [DEBUG] UploadManager Init [2026-05-04,13:35:28.681] [DEBUG] UploadManager Init Complete [2026-05-04,13:35:28.690] [INFO] Initializing GPS... [2026-05-04,13:35:28.697] [INFO] Starting location capture [2026-05-04,13:36:14.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:36:14.964] [INFO] LocationSqlManager initialising [2026-05-04,13:36:14.966] [INFO] Location DB initialising [2026-05-04,13:36:15.005] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:36:15.008] [DEBUG] UploadManager Init [2026-05-04,13:36:15.009] [DEBUG] UploadManager Init Complete [2026-05-04,13:36:15.022] [INFO] Initializing GPS... [2026-05-04,13:36:15.038] [INFO] Starting location capture [2026-05-04,13:37:01.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:37:01.149] [INFO] LocationSqlManager initialising [2026-05-04,13:37:01.151] [INFO] Location DB initialising [2026-05-04,13:37:01.179] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:37:01.181] [DEBUG] UploadManager Init [2026-05-04,13:37:01.184] [DEBUG] UploadManager Init Complete [2026-05-04,13:37:01.195] [INFO] Initializing GPS... [2026-05-04,13:37:01.205] [INFO] Starting location capture [2026-05-04,13:37:47.831] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:37:47.846] [INFO] LocationSqlManager initialising [2026-05-04,13:37:47.847] [INFO] Location DB initialising [2026-05-04,13:37:47.875] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:37:47.877] [DEBUG] UploadManager Init [2026-05-04,13:37:47.878] [DEBUG] UploadManager Init Complete [2026-05-04,13:37:47.887] [INFO] Initializing GPS... [2026-05-04,13:37:47.896] [INFO] Starting location capture [2026-05-04,13:38:33.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:38:33.295] [INFO] LocationSqlManager initialising [2026-05-04,13:38:33.296] [INFO] Location DB initialising [2026-05-04,13:38:33.322] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:38:33.324] [DEBUG] UploadManager Init [2026-05-04,13:38:33.326] [DEBUG] UploadManager Init Complete [2026-05-04,13:38:33.338] [INFO] Initializing GPS... [2026-05-04,13:38:33.350] [INFO] Starting location capture [2026-05-04,13:39:19.268] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:39:19.281] [INFO] LocationSqlManager initialising [2026-05-04,13:39:19.283] [INFO] Location DB initialising [2026-05-04,13:39:19.306] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:39:19.308] [DEBUG] UploadManager Init [2026-05-04,13:39:19.310] [DEBUG] UploadManager Init Complete [2026-05-04,13:39:19.320] [INFO] Initializing GPS... [2026-05-04,13:39:19.330] [INFO] Starting location capture [2026-05-04,13:40:05.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:40:05.664] [INFO] LocationSqlManager initialising [2026-05-04,13:40:05.667] [INFO] Location DB initialising [2026-05-04,13:40:05.696] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:40:05.699] [DEBUG] UploadManager Init [2026-05-04,13:40:05.701] [DEBUG] UploadManager Init Complete [2026-05-04,13:40:05.715] [INFO] Initializing GPS... [2026-05-04,13:40:05.726] [INFO] Starting location capture [2026-05-04,13:40:54.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:40:54.186] [INFO] LocationSqlManager initialising [2026-05-04,13:40:54.189] [INFO] Location DB initialising [2026-05-04,13:40:54.232] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:40:54.234] [DEBUG] UploadManager Init [2026-05-04,13:40:54.236] [DEBUG] UploadManager Init Complete [2026-05-04,13:40:54.246] [INFO] Initializing GPS... [2026-05-04,13:40:54.255] [INFO] Starting location capture [2026-05-04,13:41:40.507] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:41:40.522] [INFO] LocationSqlManager initialising [2026-05-04,13:41:40.524] [INFO] Location DB initialising [2026-05-04,13:41:40.550] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:41:40.552] [DEBUG] UploadManager Init [2026-05-04,13:41:40.554] [DEBUG] UploadManager Init Complete [2026-05-04,13:41:40.564] [INFO] Initializing GPS... [2026-05-04,13:41:40.574] [INFO] Starting location capture [2026-05-04,13:42:29.522] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:42:29.538] [INFO] LocationSqlManager initialising [2026-05-04,13:42:29.540] [INFO] Location DB initialising [2026-05-04,13:42:29.567] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:42:29.569] [DEBUG] UploadManager Init [2026-05-04,13:42:29.571] [DEBUG] UploadManager Init Complete [2026-05-04,13:42:29.580] [INFO] Initializing GPS... [2026-05-04,13:42:29.588] [INFO] Starting location capture [2026-05-04,13:43:18.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:43:18.048] [INFO] LocationSqlManager initialising [2026-05-04,13:43:18.050] [INFO] Location DB initialising [2026-05-04,13:43:18.074] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:43:18.076] [DEBUG] UploadManager Init [2026-05-04,13:43:18.078] [DEBUG] UploadManager Init Complete [2026-05-04,13:43:18.087] [INFO] Initializing GPS... [2026-05-04,13:43:18.095] [INFO] Starting location capture [2026-05-04,13:44:04.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:44:04.812] [INFO] LocationSqlManager initialising [2026-05-04,13:44:04.815] [INFO] Location DB initialising [2026-05-04,13:44:04.848] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:44:04.852] [DEBUG] UploadManager Init [2026-05-04,13:44:04.855] [DEBUG] UploadManager Init Complete [2026-05-04,13:44:04.869] [INFO] Initializing GPS... [2026-05-04,13:44:04.887] [INFO] Starting location capture [2026-05-04,13:44:51.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:44:51.851] [INFO] LocationSqlManager initialising [2026-05-04,13:44:51.853] [INFO] Location DB initialising [2026-05-04,13:44:51.877] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:44:51.878] [DEBUG] UploadManager Init [2026-05-04,13:44:51.880] [DEBUG] UploadManager Init Complete [2026-05-04,13:44:51.888] [INFO] Initializing GPS... [2026-05-04,13:44:51.897] [INFO] Starting location capture [2026-05-04,13:45:40.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:45:40.939] [INFO] LocationSqlManager initialising [2026-05-04,13:45:40.941] [INFO] Location DB initialising [2026-05-04,13:45:40.970] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:45:40.972] [DEBUG] UploadManager Init [2026-05-04,13:45:40.974] [DEBUG] UploadManager Init Complete [2026-05-04,13:45:40.985] [INFO] Initializing GPS... [2026-05-04,13:45:40.994] [INFO] Starting location capture [2026-05-04,13:46:28.345] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:46:28.360] [INFO] LocationSqlManager initialising [2026-05-04,13:46:28.362] [INFO] Location DB initialising [2026-05-04,13:46:28.385] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:46:28.387] [DEBUG] UploadManager Init [2026-05-04,13:46:28.389] [DEBUG] UploadManager Init Complete [2026-05-04,13:46:28.398] [INFO] Initializing GPS... [2026-05-04,13:46:28.407] [INFO] Starting location capture [2026-05-04,13:47:17.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:47:17.136] [INFO] LocationSqlManager initialising [2026-05-04,13:47:17.138] [INFO] Location DB initialising [2026-05-04,13:47:17.185] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:47:17.195] [DEBUG] UploadManager Init [2026-05-04,13:47:17.200] [DEBUG] UploadManager Init Complete [2026-05-04,13:47:17.212] [INFO] Initializing GPS... [2026-05-04,13:47:17.220] [INFO] Starting location capture [2026-05-04,13:48:02.669] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:48:02.689] [INFO] LocationSqlManager initialising [2026-05-04,13:48:02.691] [INFO] Location DB initialising [2026-05-04,13:48:02.719] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:48:02.721] [DEBUG] UploadManager Init [2026-05-04,13:48:02.723] [DEBUG] UploadManager Init Complete [2026-05-04,13:48:02.735] [INFO] Initializing GPS... [2026-05-04,13:48:02.746] [INFO] Starting location capture [2026-05-04,13:48:52.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:48:52.348] [INFO] LocationSqlManager initialising [2026-05-04,13:48:52.350] [INFO] Location DB initialising [2026-05-04,13:48:52.378] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:48:52.380] [DEBUG] UploadManager Init [2026-05-04,13:48:52.382] [DEBUG] UploadManager Init Complete [2026-05-04,13:48:52.392] [INFO] Initializing GPS... [2026-05-04,13:48:52.400] [INFO] Starting location capture [2026-05-04,13:49:38.252] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:49:38.274] [INFO] LocationSqlManager initialising [2026-05-04,13:49:38.276] [INFO] Location DB initialising [2026-05-04,13:49:38.310] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:49:38.314] [DEBUG] UploadManager Init [2026-05-04,13:49:38.323] [DEBUG] UploadManager Init Complete [2026-05-04,13:49:38.335] [INFO] Initializing GPS... [2026-05-04,13:49:38.347] [INFO] Starting location capture [2026-05-04,13:50:24.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:50:24.332] [INFO] LocationSqlManager initialising [2026-05-04,13:50:24.334] [INFO] Location DB initialising [2026-05-04,13:50:24.361] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:50:24.363] [DEBUG] UploadManager Init [2026-05-04,13:50:24.366] [DEBUG] UploadManager Init Complete [2026-05-04,13:50:24.376] [INFO] Initializing GPS... [2026-05-04,13:50:24.385] [INFO] Starting location capture [2026-05-04,13:51:10.519] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:51:10.554] [INFO] LocationSqlManager initialising [2026-05-04,13:51:10.556] [INFO] Location DB initialising [2026-05-04,13:51:10.593] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:51:10.595] [DEBUG] UploadManager Init [2026-05-04,13:51:10.597] [DEBUG] UploadManager Init Complete [2026-05-04,13:51:10.610] [INFO] Initializing GPS... [2026-05-04,13:51:10.620] [INFO] Starting location capture [2026-05-04,13:51:57.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:51:57.979] [INFO] LocationSqlManager initialising [2026-05-04,13:51:57.982] [INFO] Location DB initialising [2026-05-04,13:51:58.009] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:51:58.012] [DEBUG] UploadManager Init [2026-05-04,13:51:58.016] [DEBUG] UploadManager Init Complete [2026-05-04,13:51:58.030] [INFO] Initializing GPS... [2026-05-04,13:51:58.042] [INFO] Starting location capture [2026-05-04,13:52:43.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:52:43.839] [INFO] LocationSqlManager initialising [2026-05-04,13:52:43.841] [INFO] Location DB initialising [2026-05-04,13:52:43.868] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:52:43.871] [DEBUG] UploadManager Init [2026-05-04,13:52:43.873] [DEBUG] UploadManager Init Complete [2026-05-04,13:52:43.885] [INFO] Initializing GPS... [2026-05-04,13:52:43.898] [INFO] Starting location capture [2026-05-04,13:53:31.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:53:31.384] [INFO] LocationSqlManager initialising [2026-05-04,13:53:31.386] [INFO] Location DB initialising [2026-05-04,13:53:31.411] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:53:31.413] [DEBUG] UploadManager Init [2026-05-04,13:53:31.415] [DEBUG] UploadManager Init Complete [2026-05-04,13:53:31.424] [INFO] Initializing GPS... [2026-05-04,13:53:31.433] [INFO] Starting location capture [2026-05-04,13:54:16.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:54:16.951] [INFO] LocationSqlManager initialising [2026-05-04,13:54:16.953] [INFO] Location DB initialising [2026-05-04,13:54:16.978] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:54:16.980] [DEBUG] UploadManager Init [2026-05-04,13:54:16.981] [DEBUG] UploadManager Init Complete [2026-05-04,13:54:16.991] [INFO] Initializing GPS... [2026-05-04,13:54:17.000] [INFO] Starting location capture [2026-05-04,13:55:04.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:55:04.038] [INFO] LocationSqlManager initialising [2026-05-04,13:55:04.040] [INFO] Location DB initialising [2026-05-04,13:55:04.065] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:55:04.067] [DEBUG] UploadManager Init [2026-05-04,13:55:04.068] [DEBUG] UploadManager Init Complete [2026-05-04,13:55:04.079] [INFO] Initializing GPS... [2026-05-04,13:55:04.087] [INFO] Starting location capture [2026-05-04,13:55:49.615] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:55:49.638] [INFO] LocationSqlManager initialising [2026-05-04,13:55:49.640] [INFO] Location DB initialising [2026-05-04,13:55:49.664] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:55:49.666] [DEBUG] UploadManager Init [2026-05-04,13:55:49.668] [DEBUG] UploadManager Init Complete [2026-05-04,13:55:49.679] [INFO] Initializing GPS... [2026-05-04,13:55:49.688] [INFO] Starting location capture [2026-05-04,13:56:35.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:56:35.126] [INFO] LocationSqlManager initialising [2026-05-04,13:56:35.127] [INFO] Location DB initialising [2026-05-04,13:56:35.154] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:56:35.157] [DEBUG] UploadManager Init [2026-05-04,13:56:35.159] [DEBUG] UploadManager Init Complete [2026-05-04,13:56:35.170] [INFO] Initializing GPS... [2026-05-04,13:56:35.179] [INFO] Starting location capture [2026-05-04,13:57:21.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:57:21.218] [INFO] LocationSqlManager initialising [2026-05-04,13:57:21.220] [INFO] Location DB initialising [2026-05-04,13:57:21.244] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:57:21.246] [DEBUG] UploadManager Init [2026-05-04,13:57:21.248] [DEBUG] UploadManager Init Complete [2026-05-04,13:57:21.257] [INFO] Initializing GPS... [2026-05-04,13:57:21.265] [INFO] Starting location capture [2026-05-04,13:58:05.592] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:58:05.606] [INFO] LocationSqlManager initialising [2026-05-04,13:58:05.608] [INFO] Location DB initialising [2026-05-04,13:58:05.632] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:58:05.634] [DEBUG] UploadManager Init [2026-05-04,13:58:05.636] [DEBUG] UploadManager Init Complete [2026-05-04,13:58:05.645] [INFO] Initializing GPS... [2026-05-04,13:58:05.654] [INFO] Starting location capture [2026-05-04,13:58:54.625] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:58:54.659] [INFO] LocationSqlManager initialising [2026-05-04,13:58:54.663] [INFO] Location DB initialising [2026-05-04,13:58:54.707] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:58:54.709] [DEBUG] UploadManager Init [2026-05-04,13:58:54.711] [DEBUG] UploadManager Init Complete [2026-05-04,13:58:54.733] [INFO] Initializing GPS... [2026-05-04,13:58:54.748] [INFO] Starting location capture [2026-05-04,13:59:43.058] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,13:59:43.075] [INFO] LocationSqlManager initialising [2026-05-04,13:59:43.077] [INFO] Location DB initialising [2026-05-04,13:59:43.125] [INFO] LocationSqlManager initialisation complete [2026-05-04,13:59:43.128] [DEBUG] UploadManager Init [2026-05-04,13:59:43.130] [DEBUG] UploadManager Init Complete [2026-05-04,13:59:43.144] [INFO] Initializing GPS... [2026-05-04,13:59:43.153] [INFO] Starting location capture [2026-05-04,14:00:32.514] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:00:32.530] [INFO] LocationSqlManager initialising [2026-05-04,14:00:32.531] [INFO] Location DB initialising [2026-05-04,14:00:32.555] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:00:32.557] [DEBUG] UploadManager Init [2026-05-04,14:00:32.559] [DEBUG] UploadManager Init Complete [2026-05-04,14:00:32.567] [INFO] Initializing GPS... [2026-05-04,14:00:32.575] [INFO] Starting location capture [2026-05-04,14:01:22.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:01:22.858] [INFO] LocationSqlManager initialising [2026-05-04,14:01:22.864] [INFO] Location DB initialising [2026-05-04,14:01:22.901] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:01:22.903] [DEBUG] UploadManager Init [2026-05-04,14:01:22.904] [DEBUG] UploadManager Init Complete [2026-05-04,14:01:22.914] [INFO] Initializing GPS... [2026-05-04,14:01:22.921] [INFO] Starting location capture [2026-05-04,14:02:08.433] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:02:08.470] [INFO] LocationSqlManager initialising [2026-05-04,14:02:08.475] [INFO] Location DB initialising [2026-05-04,14:02:08.509] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:02:08.511] [DEBUG] UploadManager Init [2026-05-04,14:02:08.513] [DEBUG] UploadManager Init Complete [2026-05-04,14:02:08.533] [INFO] Initializing GPS... [2026-05-04,14:02:08.543] [INFO] Starting location capture [2026-05-04,14:02:54.810] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:02:54.824] [INFO] LocationSqlManager initialising [2026-05-04,14:02:54.826] [INFO] Location DB initialising [2026-05-04,14:02:54.853] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:02:54.855] [DEBUG] UploadManager Init [2026-05-04,14:02:54.857] [DEBUG] UploadManager Init Complete [2026-05-04,14:02:54.866] [INFO] Initializing GPS... [2026-05-04,14:02:54.875] [INFO] Starting location capture [2026-05-04,14:03:41.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:03:41.040] [INFO] LocationSqlManager initialising [2026-05-04,14:03:41.042] [INFO] Location DB initialising [2026-05-04,14:03:41.067] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:03:41.069] [DEBUG] UploadManager Init [2026-05-04,14:03:41.071] [DEBUG] UploadManager Init Complete [2026-05-04,14:03:41.082] [INFO] Initializing GPS... [2026-05-04,14:03:41.091] [INFO] Starting location capture [2026-05-04,14:04:26.149] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:04:26.166] [INFO] LocationSqlManager initialising [2026-05-04,14:04:26.168] [INFO] Location DB initialising [2026-05-04,14:04:26.196] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:04:26.198] [DEBUG] UploadManager Init [2026-05-04,14:04:26.200] [DEBUG] UploadManager Init Complete [2026-05-04,14:04:26.209] [INFO] Initializing GPS... [2026-05-04,14:04:26.217] [INFO] Starting location capture [2026-05-04,14:05:13.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:05:13.556] [INFO] LocationSqlManager initialising [2026-05-04,14:05:13.559] [INFO] Location DB initialising [2026-05-04,14:05:13.589] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:05:13.591] [DEBUG] UploadManager Init [2026-05-04,14:05:13.594] [DEBUG] UploadManager Init Complete [2026-05-04,14:05:13.606] [INFO] Initializing GPS... [2026-05-04,14:05:13.616] [INFO] Starting location capture [2026-05-04,14:06:00.510] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:06:00.526] [INFO] LocationSqlManager initialising [2026-05-04,14:06:00.527] [INFO] Location DB initialising [2026-05-04,14:06:00.551] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:06:00.553] [DEBUG] UploadManager Init [2026-05-04,14:06:00.555] [DEBUG] UploadManager Init Complete [2026-05-04,14:06:00.565] [INFO] Initializing GPS... [2026-05-04,14:06:00.575] [INFO] Starting location capture [2026-05-04,14:06:48.832] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:06:48.842] [INFO] LocationSqlManager initialising [2026-05-04,14:06:48.843] [INFO] Location DB initialising [2026-05-04,14:06:48.868] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:06:48.870] [DEBUG] UploadManager Init [2026-05-04,14:06:48.872] [DEBUG] UploadManager Init Complete [2026-05-04,14:06:48.882] [INFO] Initializing GPS... [2026-05-04,14:06:48.890] [INFO] Starting location capture [2026-05-04,14:07:36.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:07:36.145] [INFO] LocationSqlManager initialising [2026-05-04,14:07:36.147] [INFO] Location DB initialising [2026-05-04,14:07:36.173] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:07:36.175] [DEBUG] UploadManager Init [2026-05-04,14:07:36.177] [DEBUG] UploadManager Init Complete [2026-05-04,14:07:36.188] [INFO] Initializing GPS... [2026-05-04,14:07:36.200] [INFO] Starting location capture [2026-05-04,14:08:22.436] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:08:22.450] [INFO] LocationSqlManager initialising [2026-05-04,14:08:22.452] [INFO] Location DB initialising [2026-05-04,14:08:22.477] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:08:22.479] [DEBUG] UploadManager Init [2026-05-04,14:08:22.482] [DEBUG] UploadManager Init Complete [2026-05-04,14:08:22.496] [INFO] Initializing GPS... [2026-05-04,14:08:22.505] [INFO] Starting location capture [2026-05-04,14:09:11.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:09:11.204] [INFO] LocationSqlManager initialising [2026-05-04,14:09:11.205] [INFO] Location DB initialising [2026-05-04,14:09:11.253] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:09:11.266] [DEBUG] UploadManager Init [2026-05-04,14:09:11.271] [DEBUG] UploadManager Init Complete [2026-05-04,14:09:11.280] [INFO] Initializing GPS... [2026-05-04,14:09:11.289] [INFO] Starting location capture [2026-05-04,14:09:58.377] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:09:58.418] [INFO] LocationSqlManager initialising [2026-05-04,14:09:58.420] [INFO] Location DB initialising [2026-05-04,14:09:58.460] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:09:58.463] [DEBUG] UploadManager Init [2026-05-04,14:09:58.465] [DEBUG] UploadManager Init Complete [2026-05-04,14:09:58.476] [INFO] Initializing GPS... [2026-05-04,14:09:58.485] [INFO] Starting location capture [2026-05-04,14:10:46.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:10:46.133] [INFO] LocationSqlManager initialising [2026-05-04,14:10:46.135] [INFO] Location DB initialising [2026-05-04,14:10:46.168] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:10:46.170] [DEBUG] UploadManager Init [2026-05-04,14:10:46.172] [DEBUG] UploadManager Init Complete [2026-05-04,14:10:46.190] [INFO] Initializing GPS... [2026-05-04,14:10:46.198] [INFO] Starting location capture [2026-05-04,14:11:34.357] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:11:34.402] [INFO] LocationSqlManager initialising [2026-05-04,14:11:34.403] [INFO] Location DB initialising [2026-05-04,14:11:34.451] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:11:34.452] [DEBUG] UploadManager Init [2026-05-04,14:11:34.454] [DEBUG] UploadManager Init Complete [2026-05-04,14:11:34.485] [INFO] Initializing GPS... [2026-05-04,14:11:34.497] [INFO] Starting location capture [2026-05-04,14:12:23.567] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:12:23.583] [INFO] LocationSqlManager initialising [2026-05-04,14:12:23.585] [INFO] Location DB initialising [2026-05-04,14:12:23.607] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:12:23.609] [DEBUG] UploadManager Init [2026-05-04,14:12:23.611] [DEBUG] UploadManager Init Complete [2026-05-04,14:12:23.620] [INFO] Initializing GPS... [2026-05-04,14:12:23.628] [INFO] Starting location capture [2026-05-04,14:13:10.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:13:10.766] [INFO] LocationSqlManager initialising [2026-05-04,14:13:10.768] [INFO] Location DB initialising [2026-05-04,14:13:10.797] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:13:10.799] [DEBUG] UploadManager Init [2026-05-04,14:13:10.802] [DEBUG] UploadManager Init Complete [2026-05-04,14:13:10.813] [INFO] Initializing GPS... [2026-05-04,14:13:10.824] [INFO] Starting location capture [2026-05-04,14:13:55.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:13:55.272] [INFO] LocationSqlManager initialising [2026-05-04,14:13:55.274] [INFO] Location DB initialising [2026-05-04,14:13:55.301] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:13:55.303] [DEBUG] UploadManager Init [2026-05-04,14:13:55.304] [DEBUG] UploadManager Init Complete [2026-05-04,14:13:55.313] [INFO] Initializing GPS... [2026-05-04,14:13:55.323] [INFO] Starting location capture [2026-05-04,14:14:40.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:14:40.872] [INFO] LocationSqlManager initialising [2026-05-04,14:14:40.874] [INFO] Location DB initialising [2026-05-04,14:14:40.900] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:14:40.902] [DEBUG] UploadManager Init [2026-05-04,14:14:40.903] [DEBUG] UploadManager Init Complete [2026-05-04,14:14:40.912] [INFO] Initializing GPS... [2026-05-04,14:14:40.921] [INFO] Starting location capture [2026-05-04,14:15:27.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:15:27.845] [INFO] LocationSqlManager initialising [2026-05-04,14:15:27.847] [INFO] Location DB initialising [2026-05-04,14:15:27.873] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:15:27.875] [DEBUG] UploadManager Init [2026-05-04,14:15:27.877] [DEBUG] UploadManager Init Complete [2026-05-04,14:15:27.887] [INFO] Initializing GPS... [2026-05-04,14:15:27.896] [INFO] Starting location capture [2026-05-04,14:16:17.529] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:16:17.547] [INFO] LocationSqlManager initialising [2026-05-04,14:16:17.550] [INFO] Location DB initialising [2026-05-04,14:16:17.577] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:16:17.578] [DEBUG] UploadManager Init [2026-05-04,14:16:17.580] [DEBUG] UploadManager Init Complete [2026-05-04,14:16:17.589] [INFO] Initializing GPS... [2026-05-04,14:16:17.597] [INFO] Starting location capture [2026-05-04,14:17:04.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:17:04.150] [INFO] LocationSqlManager initialising [2026-05-04,14:17:04.151] [INFO] Location DB initialising [2026-05-04,14:17:04.179] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:17:04.181] [DEBUG] UploadManager Init [2026-05-04,14:17:04.182] [DEBUG] UploadManager Init Complete [2026-05-04,14:17:04.192] [INFO] Initializing GPS... [2026-05-04,14:17:04.201] [INFO] Starting location capture [2026-05-04,14:17:49.874] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:17:49.888] [INFO] LocationSqlManager initialising [2026-05-04,14:17:49.890] [INFO] Location DB initialising [2026-05-04,14:17:49.914] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:17:49.916] [DEBUG] UploadManager Init [2026-05-04,14:17:49.919] [DEBUG] UploadManager Init Complete [2026-05-04,14:17:49.930] [INFO] Initializing GPS... [2026-05-04,14:17:49.941] [INFO] Starting location capture [2026-05-04,14:18:37.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:18:37.247] [INFO] LocationSqlManager initialising [2026-05-04,14:18:37.248] [INFO] Location DB initialising [2026-05-04,14:18:37.273] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:18:37.275] [DEBUG] UploadManager Init [2026-05-04,14:18:37.277] [DEBUG] UploadManager Init Complete [2026-05-04,14:18:37.289] [INFO] Initializing GPS... [2026-05-04,14:18:37.300] [INFO] Starting location capture [2026-05-04,14:19:24.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:19:24.098] [INFO] LocationSqlManager initialising [2026-05-04,14:19:24.100] [INFO] Location DB initialising [2026-05-04,14:19:24.130] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:19:24.133] [DEBUG] UploadManager Init [2026-05-04,14:19:24.135] [DEBUG] UploadManager Init Complete [2026-05-04,14:19:24.149] [INFO] Initializing GPS... [2026-05-04,14:19:24.161] [INFO] Starting location capture [2026-05-04,14:20:09.575] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:20:09.600] [INFO] LocationSqlManager initialising [2026-05-04,14:20:09.607] [INFO] Location DB initialising [2026-05-04,14:20:09.649] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:20:09.651] [DEBUG] UploadManager Init [2026-05-04,14:20:09.653] [DEBUG] UploadManager Init Complete [2026-05-04,14:20:09.675] [INFO] Initializing GPS... [2026-05-04,14:20:09.683] [INFO] Starting location capture [2026-05-04,14:20:59.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:20:59.993] [INFO] LocationSqlManager initialising [2026-05-04,14:20:59.995] [INFO] Location DB initialising [2026-05-04,14:21:00.027] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:21:00.029] [DEBUG] UploadManager Init [2026-05-04,14:21:00.031] [DEBUG] UploadManager Init Complete [2026-05-04,14:21:00.042] [INFO] Initializing GPS... [2026-05-04,14:21:00.061] [INFO] Starting location capture [2026-05-04,14:21:45.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:21:45.790] [INFO] LocationSqlManager initialising [2026-05-04,14:21:45.792] [INFO] Location DB initialising [2026-05-04,14:21:45.815] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:21:45.817] [DEBUG] UploadManager Init [2026-05-04,14:21:45.819] [DEBUG] UploadManager Init Complete [2026-05-04,14:21:45.828] [INFO] Initializing GPS... [2026-05-04,14:21:45.836] [INFO] Starting location capture [2026-05-04,14:22:32.245] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:22:32.272] [INFO] LocationSqlManager initialising [2026-05-04,14:22:32.273] [INFO] Location DB initialising [2026-05-04,14:22:32.321] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:22:32.325] [DEBUG] UploadManager Init [2026-05-04,14:22:32.332] [DEBUG] UploadManager Init Complete [2026-05-04,14:22:32.355] [INFO] Initializing GPS... [2026-05-04,14:22:32.380] [INFO] Starting location capture [2026-05-04,14:23:21.604] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:23:21.621] [INFO] LocationSqlManager initialising [2026-05-04,14:23:21.623] [INFO] Location DB initialising [2026-05-04,14:23:21.654] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:23:21.656] [DEBUG] UploadManager Init [2026-05-04,14:23:21.658] [DEBUG] UploadManager Init Complete [2026-05-04,14:23:21.668] [INFO] Initializing GPS... [2026-05-04,14:23:21.677] [INFO] Starting location capture [2026-05-04,14:24:06.759] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:24:06.775] [INFO] LocationSqlManager initialising [2026-05-04,14:24:06.777] [INFO] Location DB initialising [2026-05-04,14:24:06.801] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:24:06.803] [DEBUG] UploadManager Init [2026-05-04,14:24:06.805] [DEBUG] UploadManager Init Complete [2026-05-04,14:24:06.816] [INFO] Initializing GPS... [2026-05-04,14:24:06.825] [INFO] Starting location capture [2026-05-04,14:24:52.601] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:24:52.616] [INFO] LocationSqlManager initialising [2026-05-04,14:24:52.618] [INFO] Location DB initialising [2026-05-04,14:24:52.644] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:24:52.646] [DEBUG] UploadManager Init [2026-05-04,14:24:52.649] [DEBUG] UploadManager Init Complete [2026-05-04,14:24:52.659] [INFO] Initializing GPS... [2026-05-04,14:24:52.670] [INFO] Starting location capture [2026-05-04,14:25:38.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:25:38.442] [INFO] LocationSqlManager initialising [2026-05-04,14:25:38.444] [INFO] Location DB initialising [2026-05-04,14:25:38.474] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:25:38.477] [DEBUG] UploadManager Init [2026-05-04,14:25:38.479] [DEBUG] UploadManager Init Complete [2026-05-04,14:25:38.492] [INFO] Initializing GPS... [2026-05-04,14:25:38.504] [INFO] Starting location capture [2026-05-04,14:26:23.453] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:26:23.467] [INFO] LocationSqlManager initialising [2026-05-04,14:26:23.469] [INFO] Location DB initialising [2026-05-04,14:26:23.493] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:26:23.495] [DEBUG] UploadManager Init [2026-05-04,14:26:23.496] [DEBUG] UploadManager Init Complete [2026-05-04,14:26:23.505] [INFO] Initializing GPS... [2026-05-04,14:26:23.513] [INFO] Starting location capture [2026-05-04,14:27:08.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:27:08.415] [INFO] LocationSqlManager initialising [2026-05-04,14:27:08.416] [INFO] Location DB initialising [2026-05-04,14:27:08.441] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:27:08.443] [DEBUG] UploadManager Init [2026-05-04,14:27:08.444] [DEBUG] UploadManager Init Complete [2026-05-04,14:27:08.454] [INFO] Initializing GPS... [2026-05-04,14:27:08.462] [INFO] Starting location capture [2026-05-04,14:27:55.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:27:55.464] [INFO] LocationSqlManager initialising [2026-05-04,14:27:55.466] [INFO] Location DB initialising [2026-05-04,14:27:55.492] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:27:55.495] [DEBUG] UploadManager Init [2026-05-04,14:27:55.498] [DEBUG] UploadManager Init Complete [2026-05-04,14:27:55.509] [INFO] Initializing GPS... [2026-05-04,14:27:55.518] [INFO] Starting location capture [2026-05-04,14:28:43.934] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:28:43.952] [INFO] LocationSqlManager initialising [2026-05-04,14:28:43.954] [INFO] Location DB initialising [2026-05-04,14:28:43.986] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:28:43.988] [DEBUG] UploadManager Init [2026-05-04,14:28:43.989] [DEBUG] UploadManager Init Complete [2026-05-04,14:28:44.004] [INFO] Initializing GPS... [2026-05-04,14:28:44.014] [INFO] Starting location capture [2026-05-04,14:29:29.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:29:29.925] [INFO] LocationSqlManager initialising [2026-05-04,14:29:29.927] [INFO] Location DB initialising [2026-05-04,14:29:29.952] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:29:29.954] [DEBUG] UploadManager Init [2026-05-04,14:29:29.956] [DEBUG] UploadManager Init Complete [2026-05-04,14:29:29.966] [INFO] Initializing GPS... [2026-05-04,14:29:29.974] [INFO] Starting location capture [2026-05-04,14:30:16.031] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:30:16.046] [INFO] LocationSqlManager initialising [2026-05-04,14:30:16.048] [INFO] Location DB initialising [2026-05-04,14:30:16.074] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:30:16.077] [DEBUG] UploadManager Init [2026-05-04,14:30:16.079] [DEBUG] UploadManager Init Complete [2026-05-04,14:30:16.091] [INFO] Initializing GPS... [2026-05-04,14:30:16.103] [INFO] Starting location capture [2026-05-04,14:31:01.392] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:31:01.405] [INFO] LocationSqlManager initialising [2026-05-04,14:31:01.407] [INFO] Location DB initialising [2026-05-04,14:31:01.432] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:31:01.435] [DEBUG] UploadManager Init [2026-05-04,14:31:01.437] [DEBUG] UploadManager Init Complete [2026-05-04,14:31:01.449] [INFO] Initializing GPS... [2026-05-04,14:31:01.460] [INFO] Starting location capture [2026-05-04,14:31:49.575] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:31:49.588] [INFO] LocationSqlManager initialising [2026-05-04,14:31:49.590] [INFO] Location DB initialising [2026-05-04,14:31:49.618] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:31:49.620] [DEBUG] UploadManager Init [2026-05-04,14:31:49.623] [DEBUG] UploadManager Init Complete [2026-05-04,14:31:49.633] [INFO] Initializing GPS... [2026-05-04,14:31:49.643] [INFO] Starting location capture [2026-05-04,14:32:34.512] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:32:34.527] [INFO] LocationSqlManager initialising [2026-05-04,14:32:34.529] [INFO] Location DB initialising [2026-05-04,14:32:34.554] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:32:34.556] [DEBUG] UploadManager Init [2026-05-04,14:32:34.558] [DEBUG] UploadManager Init Complete [2026-05-04,14:32:34.569] [INFO] Initializing GPS... [2026-05-04,14:32:34.578] [INFO] Starting location capture [2026-05-04,14:33:18.188] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:33:18.206] [INFO] LocationSqlManager initialising [2026-05-04,14:33:18.208] [INFO] Location DB initialising [2026-05-04,14:33:18.238] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:33:18.241] [DEBUG] UploadManager Init [2026-05-04,14:33:18.244] [DEBUG] UploadManager Init Complete [2026-05-04,14:33:18.255] [INFO] Initializing GPS... [2026-05-04,14:33:18.265] [INFO] Starting location capture [2026-05-04,14:34:06.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:34:06.851] [INFO] LocationSqlManager initialising [2026-05-04,14:34:06.854] [INFO] Location DB initialising [2026-05-04,14:34:06.886] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:34:06.902] [DEBUG] UploadManager Init [2026-05-04,14:34:06.904] [DEBUG] UploadManager Init Complete [2026-05-04,14:34:06.931] [INFO] Initializing GPS... [2026-05-04,14:34:06.941] [INFO] Starting location capture [2026-05-04,14:34:51.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:34:51.971] [INFO] LocationSqlManager initialising [2026-05-04,14:34:51.972] [INFO] Location DB initialising [2026-05-04,14:34:51.997] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:34:51.999] [DEBUG] UploadManager Init [2026-05-04,14:34:52.001] [DEBUG] UploadManager Init Complete [2026-05-04,14:34:52.009] [INFO] Initializing GPS... [2026-05-04,14:34:52.017] [INFO] Starting location capture [2026-05-04,14:35:37.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:35:37.814] [INFO] LocationSqlManager initialising [2026-05-04,14:35:37.816] [INFO] Location DB initialising [2026-05-04,14:35:37.840] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:35:37.842] [DEBUG] UploadManager Init [2026-05-04,14:35:37.843] [DEBUG] UploadManager Init Complete [2026-05-04,14:35:37.852] [INFO] Initializing GPS... [2026-05-04,14:35:37.859] [INFO] Starting location capture [2026-05-04,14:36:24.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:36:24.827] [INFO] LocationSqlManager initialising [2026-05-04,14:36:24.829] [INFO] Location DB initialising [2026-05-04,14:36:24.852] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:36:24.854] [DEBUG] UploadManager Init [2026-05-04,14:36:24.856] [DEBUG] UploadManager Init Complete [2026-05-04,14:36:24.864] [INFO] Initializing GPS... [2026-05-04,14:36:24.872] [INFO] Starting location capture [2026-05-04,14:37:09.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:37:09.917] [INFO] LocationSqlManager initialising [2026-05-04,14:37:09.919] [INFO] Location DB initialising [2026-05-04,14:37:09.946] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:37:09.950] [DEBUG] UploadManager Init [2026-05-04,14:37:09.952] [DEBUG] UploadManager Init Complete [2026-05-04,14:37:09.963] [INFO] Initializing GPS... [2026-05-04,14:37:09.972] [INFO] Starting location capture [2026-05-04,14:37:58.658] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:37:58.673] [INFO] LocationSqlManager initialising [2026-05-04,14:37:58.674] [INFO] Location DB initialising [2026-05-04,14:37:58.700] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:37:58.703] [DEBUG] UploadManager Init [2026-05-04,14:37:58.706] [DEBUG] UploadManager Init Complete [2026-05-04,14:37:58.721] [INFO] Initializing GPS... [2026-05-04,14:37:58.730] [INFO] Starting location capture [2026-05-04,14:38:41.606] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:38:41.622] [INFO] LocationSqlManager initialising [2026-05-04,14:38:41.624] [INFO] Location DB initialising [2026-05-04,14:38:41.649] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:38:41.651] [DEBUG] UploadManager Init [2026-05-04,14:38:41.653] [DEBUG] UploadManager Init Complete [2026-05-04,14:38:41.662] [INFO] Initializing GPS... [2026-05-04,14:38:41.669] [INFO] Starting location capture [2026-05-04,14:39:27.456] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:39:27.466] [INFO] LocationSqlManager initialising [2026-05-04,14:39:27.468] [INFO] Location DB initialising [2026-05-04,14:39:27.496] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:39:27.498] [DEBUG] UploadManager Init [2026-05-04,14:39:27.500] [DEBUG] UploadManager Init Complete [2026-05-04,14:39:27.513] [INFO] Initializing GPS... [2026-05-04,14:39:27.525] [INFO] Starting location capture [2026-05-04,14:40:17.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:40:17.260] [INFO] LocationSqlManager initialising [2026-05-04,14:40:17.262] [INFO] Location DB initialising [2026-05-04,14:40:17.314] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:40:17.317] [DEBUG] UploadManager Init [2026-05-04,14:40:17.318] [DEBUG] UploadManager Init Complete [2026-05-04,14:40:17.330] [INFO] Initializing GPS... [2026-05-04,14:40:17.341] [INFO] Starting location capture [2026-05-04,14:41:05.728] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:41:05.765] [INFO] LocationSqlManager initialising [2026-05-04,14:41:05.766] [INFO] Location DB initialising [2026-05-04,14:41:05.799] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:41:05.801] [DEBUG] UploadManager Init [2026-05-04,14:41:05.804] [DEBUG] UploadManager Init Complete [2026-05-04,14:41:05.815] [INFO] Initializing GPS... [2026-05-04,14:41:05.827] [INFO] Starting location capture [2026-05-04,14:41:52.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:41:52.149] [INFO] LocationSqlManager initialising [2026-05-04,14:41:52.150] [INFO] Location DB initialising [2026-05-04,14:41:52.182] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:41:52.184] [DEBUG] UploadManager Init [2026-05-04,14:41:52.185] [DEBUG] UploadManager Init Complete [2026-05-04,14:41:52.194] [INFO] Initializing GPS... [2026-05-04,14:41:52.204] [INFO] Starting location capture [2026-05-04,14:42:39.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:42:39.365] [INFO] LocationSqlManager initialising [2026-05-04,14:42:39.367] [INFO] Location DB initialising [2026-05-04,14:42:39.408] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:42:39.410] [DEBUG] UploadManager Init [2026-05-04,14:42:39.412] [DEBUG] UploadManager Init Complete [2026-05-04,14:42:39.433] [INFO] Initializing GPS... [2026-05-04,14:42:39.451] [INFO] Starting location capture [2026-05-04,14:43:25.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:43:25.462] [INFO] LocationSqlManager initialising [2026-05-04,14:43:25.464] [INFO] Location DB initialising [2026-05-04,14:43:25.491] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:43:25.494] [DEBUG] UploadManager Init [2026-05-04,14:43:25.505] [DEBUG] UploadManager Init Complete [2026-05-04,14:43:25.516] [INFO] Initializing GPS... [2026-05-04,14:43:25.526] [INFO] Starting location capture [2026-05-04,14:44:13.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:44:13.950] [INFO] LocationSqlManager initialising [2026-05-04,14:44:13.952] [INFO] Location DB initialising [2026-05-04,14:44:13.996] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:44:13.998] [DEBUG] UploadManager Init [2026-05-04,14:44:14.000] [DEBUG] UploadManager Init Complete [2026-05-04,14:44:14.029] [INFO] Initializing GPS... [2026-05-04,14:44:14.037] [INFO] Starting location capture [2026-05-04,14:45:00.846] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:45:00.861] [INFO] LocationSqlManager initialising [2026-05-04,14:45:00.863] [INFO] Location DB initialising [2026-05-04,14:45:00.887] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:45:00.889] [DEBUG] UploadManager Init [2026-05-04,14:45:00.890] [DEBUG] UploadManager Init Complete [2026-05-04,14:45:00.900] [INFO] Initializing GPS... [2026-05-04,14:45:00.908] [INFO] Starting location capture [2026-05-04,14:45:46.428] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:45:46.446] [INFO] LocationSqlManager initialising [2026-05-04,14:45:46.448] [INFO] Location DB initialising [2026-05-04,14:45:46.478] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:45:46.481] [DEBUG] UploadManager Init [2026-05-04,14:45:46.483] [DEBUG] UploadManager Init Complete [2026-05-04,14:45:46.494] [INFO] Initializing GPS... [2026-05-04,14:45:46.504] [INFO] Starting location capture [2026-05-04,14:46:29.500] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:46:29.516] [INFO] LocationSqlManager initialising [2026-05-04,14:46:29.518] [INFO] Location DB initialising [2026-05-04,14:46:29.545] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:46:29.548] [DEBUG] UploadManager Init [2026-05-04,14:46:29.550] [DEBUG] UploadManager Init Complete [2026-05-04,14:46:29.561] [INFO] Initializing GPS... [2026-05-04,14:46:29.571] [INFO] Starting location capture [2026-05-04,14:47:13.561] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:47:13.577] [INFO] LocationSqlManager initialising [2026-05-04,14:47:13.580] [INFO] Location DB initialising [2026-05-04,14:47:13.608] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:47:13.610] [DEBUG] UploadManager Init [2026-05-04,14:47:13.612] [DEBUG] UploadManager Init Complete [2026-05-04,14:47:13.623] [INFO] Initializing GPS... [2026-05-04,14:47:13.631] [INFO] Starting location capture [2026-05-04,14:47:58.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:47:58.054] [INFO] LocationSqlManager initialising [2026-05-04,14:47:58.056] [INFO] Location DB initialising [2026-05-04,14:47:58.084] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:47:58.087] [DEBUG] UploadManager Init [2026-05-04,14:47:58.089] [DEBUG] UploadManager Init Complete [2026-05-04,14:47:58.102] [INFO] Initializing GPS... [2026-05-04,14:47:58.113] [INFO] Starting location capture [2026-05-04,14:48:41.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:48:41.216] [INFO] LocationSqlManager initialising [2026-05-04,14:48:41.217] [INFO] Location DB initialising [2026-05-04,14:48:41.242] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:48:41.244] [DEBUG] UploadManager Init [2026-05-04,14:48:41.246] [DEBUG] UploadManager Init Complete [2026-05-04,14:48:41.255] [INFO] Initializing GPS... [2026-05-04,14:48:41.262] [INFO] Starting location capture [2026-05-04,14:49:25.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:49:25.920] [INFO] LocationSqlManager initialising [2026-05-04,14:49:25.922] [INFO] Location DB initialising [2026-05-04,14:49:25.953] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:49:25.956] [DEBUG] UploadManager Init [2026-05-04,14:49:25.957] [DEBUG] UploadManager Init Complete [2026-05-04,14:49:25.966] [INFO] Initializing GPS... [2026-05-04,14:49:25.976] [INFO] Starting location capture [2026-05-04,14:50:10.316] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:50:10.333] [INFO] LocationSqlManager initialising [2026-05-04,14:50:10.335] [INFO] Location DB initialising [2026-05-04,14:50:10.364] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:50:10.367] [DEBUG] UploadManager Init [2026-05-04,14:50:10.369] [DEBUG] UploadManager Init Complete [2026-05-04,14:50:10.399] [INFO] Initializing GPS... [2026-05-04,14:50:10.426] [INFO] Starting location capture [2026-05-04,14:50:57.628] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:50:57.643] [INFO] LocationSqlManager initialising [2026-05-04,14:50:57.644] [INFO] Location DB initialising [2026-05-04,14:50:57.670] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:50:57.671] [DEBUG] UploadManager Init [2026-05-04,14:50:57.673] [DEBUG] UploadManager Init Complete [2026-05-04,14:50:57.683] [INFO] Initializing GPS... [2026-05-04,14:50:57.692] [INFO] Starting location capture [2026-05-04,14:51:43.525] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:51:43.534] [INFO] LocationSqlManager initialising [2026-05-04,14:51:43.536] [INFO] Location DB initialising [2026-05-04,14:51:43.560] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:51:43.563] [DEBUG] UploadManager Init [2026-05-04,14:51:43.565] [DEBUG] UploadManager Init Complete [2026-05-04,14:51:43.575] [INFO] Initializing GPS... [2026-05-04,14:51:43.585] [INFO] Starting location capture [2026-05-04,14:52:28.867] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:52:28.895] [INFO] LocationSqlManager initialising [2026-05-04,14:52:28.899] [INFO] Location DB initialising [2026-05-04,14:52:28.939] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:52:28.941] [DEBUG] UploadManager Init [2026-05-04,14:52:28.957] [DEBUG] UploadManager Init Complete [2026-05-04,14:52:28.982] [INFO] Initializing GPS... [2026-05-04,14:52:28.990] [INFO] Starting location capture [2026-05-04,14:53:09.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:53:09.250] [INFO] LocationSqlManager initialising [2026-05-04,14:53:09.252] [INFO] Location DB initialising [2026-05-04,14:53:09.280] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:53:09.282] [DEBUG] UploadManager Init [2026-05-04,14:53:09.284] [DEBUG] UploadManager Init Complete [2026-05-04,14:53:09.294] [INFO] Initializing GPS... [2026-05-04,14:53:09.305] [INFO] Starting location capture [2026-05-04,14:53:55.574] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:53:55.616] [INFO] LocationSqlManager initialising [2026-05-04,14:53:55.622] [INFO] Location DB initialising [2026-05-04,14:53:55.663] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:53:55.666] [DEBUG] UploadManager Init [2026-05-04,14:53:55.668] [DEBUG] UploadManager Init Complete [2026-05-04,14:53:55.687] [INFO] Initializing GPS... [2026-05-04,14:53:55.706] [INFO] Starting location capture [2026-05-04,14:54:41.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:54:41.069] [INFO] LocationSqlManager initialising [2026-05-04,14:54:41.071] [INFO] Location DB initialising [2026-05-04,14:54:41.095] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:54:41.097] [DEBUG] UploadManager Init [2026-05-04,14:54:41.099] [DEBUG] UploadManager Init Complete [2026-05-04,14:54:41.106] [INFO] Initializing GPS... [2026-05-04,14:54:41.115] [INFO] Starting location capture [2026-05-04,14:55:23.695] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:55:23.710] [INFO] LocationSqlManager initialising [2026-05-04,14:55:23.712] [INFO] Location DB initialising [2026-05-04,14:55:23.733] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:55:23.735] [DEBUG] UploadManager Init [2026-05-04,14:55:23.736] [DEBUG] UploadManager Init Complete [2026-05-04,14:55:23.745] [INFO] Initializing GPS... [2026-05-04,14:55:23.753] [INFO] Starting location capture [2026-05-04,14:56:09.862] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:56:09.892] [INFO] LocationSqlManager initialising [2026-05-04,14:56:09.893] [INFO] Location DB initialising [2026-05-04,14:56:09.919] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:56:09.931] [DEBUG] UploadManager Init [2026-05-04,14:56:09.934] [DEBUG] UploadManager Init Complete [2026-05-04,14:56:09.958] [INFO] Initializing GPS... [2026-05-04,14:56:09.967] [INFO] Starting location capture [2026-05-04,14:56:52.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:56:52.347] [INFO] LocationSqlManager initialising [2026-05-04,14:56:52.349] [INFO] Location DB initialising [2026-05-04,14:56:52.377] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:56:52.379] [DEBUG] UploadManager Init [2026-05-04,14:56:52.381] [DEBUG] UploadManager Init Complete [2026-05-04,14:56:52.403] [INFO] Initializing GPS... [2026-05-04,14:56:52.411] [INFO] Starting location capture [2026-05-04,14:57:35.679] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:57:35.695] [INFO] LocationSqlManager initialising [2026-05-04,14:57:35.697] [INFO] Location DB initialising [2026-05-04,14:57:35.721] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:57:35.723] [DEBUG] UploadManager Init [2026-05-04,14:57:35.725] [DEBUG] UploadManager Init Complete [2026-05-04,14:57:35.734] [INFO] Initializing GPS... [2026-05-04,14:57:35.742] [INFO] Starting location capture [2026-05-04,14:58:21.819] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:58:21.836] [INFO] LocationSqlManager initialising [2026-05-04,14:58:21.838] [INFO] Location DB initialising [2026-05-04,14:58:21.866] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:58:21.868] [DEBUG] UploadManager Init [2026-05-04,14:58:21.872] [DEBUG] UploadManager Init Complete [2026-05-04,14:58:21.882] [INFO] Initializing GPS... [2026-05-04,14:58:21.892] [INFO] Starting location capture [2026-05-04,14:59:06.734] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:59:06.769] [INFO] LocationSqlManager initialising [2026-05-04,14:59:06.780] [INFO] Location DB initialising [2026-05-04,14:59:06.829] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:59:06.831] [DEBUG] UploadManager Init [2026-05-04,14:59:06.833] [DEBUG] UploadManager Init Complete [2026-05-04,14:59:06.845] [INFO] Initializing GPS... [2026-05-04,14:59:06.856] [INFO] Starting location capture [2026-05-04,14:59:50.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,14:59:50.051] [INFO] LocationSqlManager initialising [2026-05-04,14:59:50.052] [INFO] Location DB initialising [2026-05-04,14:59:50.077] [INFO] LocationSqlManager initialisation complete [2026-05-04,14:59:50.078] [DEBUG] UploadManager Init [2026-05-04,14:59:50.079] [DEBUG] UploadManager Init Complete [2026-05-04,14:59:50.097] [INFO] Initializing GPS... [2026-05-04,14:59:50.103] [INFO] Starting location capture [2026-05-04,15:00:34.598] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:00:34.616] [INFO] LocationSqlManager initialising [2026-05-04,15:00:34.618] [INFO] Location DB initialising [2026-05-04,15:00:34.645] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:00:34.647] [DEBUG] UploadManager Init [2026-05-04,15:00:34.649] [DEBUG] UploadManager Init Complete [2026-05-04,15:00:34.660] [INFO] Initializing GPS... [2026-05-04,15:00:34.670] [INFO] Starting location capture [2026-05-04,15:01:18.934] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:01:18.946] [INFO] LocationSqlManager initialising [2026-05-04,15:01:18.948] [INFO] Location DB initialising [2026-05-04,15:01:18.965] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:01:18.966] [DEBUG] UploadManager Init [2026-05-04,15:01:18.967] [DEBUG] UploadManager Init Complete [2026-05-04,15:01:18.973] [INFO] Initializing GPS... [2026-05-04,15:01:18.979] [INFO] Starting location capture [2026-05-04,15:02:02.551] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:02:02.567] [INFO] LocationSqlManager initialising [2026-05-04,15:02:02.568] [INFO] Location DB initialising [2026-05-04,15:02:02.594] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:02:02.596] [DEBUG] UploadManager Init [2026-05-04,15:02:02.598] [DEBUG] UploadManager Init Complete [2026-05-04,15:02:02.608] [INFO] Initializing GPS... [2026-05-04,15:02:02.617] [INFO] Starting location capture [2026-05-04,15:02:41.454] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:02:41.466] [INFO] LocationSqlManager initialising [2026-05-04,15:02:41.468] [INFO] Location DB initialising [2026-05-04,15:02:41.488] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:02:41.490] [DEBUG] UploadManager Init [2026-05-04,15:02:41.491] [DEBUG] UploadManager Init Complete [2026-05-04,15:02:41.498] [INFO] Initializing GPS... [2026-05-04,15:02:41.504] [INFO] Starting location capture [2026-05-04,15:03:23.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:03:23.658] [INFO] LocationSqlManager initialising [2026-05-04,15:03:23.660] [INFO] Location DB initialising [2026-05-04,15:03:23.683] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:03:23.685] [DEBUG] UploadManager Init [2026-05-04,15:03:23.686] [DEBUG] UploadManager Init Complete [2026-05-04,15:03:23.695] [INFO] Initializing GPS... [2026-05-04,15:03:23.703] [INFO] Starting location capture [2026-05-04,15:04:06.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:04:06.325] [INFO] LocationSqlManager initialising [2026-05-04,15:04:06.327] [INFO] Location DB initialising [2026-05-04,15:04:06.346] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:04:06.347] [DEBUG] UploadManager Init [2026-05-04,15:04:06.350] [DEBUG] UploadManager Init Complete [2026-05-04,15:04:06.357] [INFO] Initializing GPS... [2026-05-04,15:04:06.362] [INFO] Starting location capture [2026-05-04,15:04:48.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:04:48.898] [INFO] LocationSqlManager initialising [2026-05-04,15:04:48.900] [INFO] Location DB initialising [2026-05-04,15:04:48.917] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:04:48.919] [DEBUG] UploadManager Init [2026-05-04,15:04:48.920] [DEBUG] UploadManager Init Complete [2026-05-04,15:04:48.926] [INFO] Initializing GPS... [2026-05-04,15:04:48.931] [INFO] Starting location capture [2026-05-04,15:05:31.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:05:31.768] [INFO] LocationSqlManager initialising [2026-05-04,15:05:31.769] [INFO] Location DB initialising [2026-05-04,15:05:31.788] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:05:31.789] [DEBUG] UploadManager Init [2026-05-04,15:05:31.790] [DEBUG] UploadManager Init Complete [2026-05-04,15:05:31.797] [INFO] Initializing GPS... [2026-05-04,15:05:31.802] [INFO] Starting location capture [2026-05-04,15:06:12.462] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:06:12.470] [INFO] LocationSqlManager initialising [2026-05-04,15:06:12.471] [INFO] Location DB initialising [2026-05-04,15:06:12.486] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:06:12.487] [DEBUG] UploadManager Init [2026-05-04,15:06:12.488] [DEBUG] UploadManager Init Complete [2026-05-04,15:06:12.494] [INFO] Initializing GPS... [2026-05-04,15:06:12.498] [INFO] Starting location capture [2026-05-04,15:06:51.090] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:06:51.114] [INFO] LocationSqlManager initialising [2026-05-04,15:06:51.116] [INFO] Location DB initialising [2026-05-04,15:06:51.140] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:06:51.141] [DEBUG] UploadManager Init [2026-05-04,15:06:51.142] [DEBUG] UploadManager Init Complete [2026-05-04,15:06:51.159] [INFO] Initializing GPS... [2026-05-04,15:06:51.173] [INFO] Starting location capture [2026-05-04,15:07:34.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:07:34.155] [INFO] LocationSqlManager initialising [2026-05-04,15:07:34.157] [INFO] Location DB initialising [2026-05-04,15:07:34.199] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:07:34.202] [DEBUG] UploadManager Init [2026-05-04,15:07:34.204] [DEBUG] UploadManager Init Complete [2026-05-04,15:07:34.238] [INFO] Initializing GPS... [2026-05-04,15:07:34.246] [INFO] Starting location capture [2026-05-04,15:08:14.852] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:08:14.869] [INFO] LocationSqlManager initialising [2026-05-04,15:08:14.871] [INFO] Location DB initialising [2026-05-04,15:08:14.898] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:08:14.900] [DEBUG] UploadManager Init [2026-05-04,15:08:14.902] [DEBUG] UploadManager Init Complete [2026-05-04,15:08:14.913] [INFO] Initializing GPS... [2026-05-04,15:08:14.922] [INFO] Starting location capture [2026-05-04,15:08:58.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:08:58.130] [INFO] LocationSqlManager initialising [2026-05-04,15:08:58.132] [INFO] Location DB initialising [2026-05-04,15:08:58.163] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:08:58.166] [DEBUG] UploadManager Init [2026-05-04,15:08:58.168] [DEBUG] UploadManager Init Complete [2026-05-04,15:08:58.180] [INFO] Initializing GPS... [2026-05-04,15:08:58.190] [INFO] Starting location capture [2026-05-04,15:09:42.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:09:42.119] [INFO] LocationSqlManager initialising [2026-05-04,15:09:42.121] [INFO] Location DB initialising [2026-05-04,15:09:42.143] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:09:42.145] [DEBUG] UploadManager Init [2026-05-04,15:09:42.147] [DEBUG] UploadManager Init Complete [2026-05-04,15:09:42.156] [INFO] Initializing GPS... [2026-05-04,15:09:42.162] [INFO] Starting location capture [2026-05-04,15:10:24.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:10:24.113] [INFO] LocationSqlManager initialising [2026-05-04,15:10:24.115] [INFO] Location DB initialising [2026-05-04,15:10:24.143] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:10:24.146] [DEBUG] UploadManager Init [2026-05-04,15:10:24.148] [DEBUG] UploadManager Init Complete [2026-05-04,15:10:24.160] [INFO] Initializing GPS... [2026-05-04,15:10:24.169] [INFO] Starting location capture [2026-05-04,15:11:03.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:11:03.984] [INFO] LocationSqlManager initialising [2026-05-04,15:11:03.986] [INFO] Location DB initialising [2026-05-04,15:11:04.007] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:11:04.009] [DEBUG] UploadManager Init [2026-05-04,15:11:04.010] [DEBUG] UploadManager Init Complete [2026-05-04,15:11:04.016] [INFO] Initializing GPS... [2026-05-04,15:11:04.022] [INFO] Starting location capture [2026-05-04,15:11:49.547] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:11:49.570] [INFO] LocationSqlManager initialising [2026-05-04,15:11:49.572] [INFO] Location DB initialising [2026-05-04,15:11:49.609] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:11:49.611] [DEBUG] UploadManager Init [2026-05-04,15:11:49.613] [DEBUG] UploadManager Init Complete [2026-05-04,15:11:49.632] [INFO] Initializing GPS... [2026-05-04,15:11:49.640] [INFO] Starting location capture [2026-05-04,15:12:32.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:12:32.597] [INFO] LocationSqlManager initialising [2026-05-04,15:12:32.598] [INFO] Location DB initialising [2026-05-04,15:12:32.617] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:12:32.619] [DEBUG] UploadManager Init [2026-05-04,15:12:32.620] [DEBUG] UploadManager Init Complete [2026-05-04,15:12:32.627] [INFO] Initializing GPS... [2026-05-04,15:12:32.632] [INFO] Starting location capture [2026-05-04,15:13:15.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:13:15.145] [INFO] LocationSqlManager initialising [2026-05-04,15:13:15.146] [INFO] Location DB initialising [2026-05-04,15:13:15.163] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:13:15.165] [DEBUG] UploadManager Init [2026-05-04,15:13:15.165] [DEBUG] UploadManager Init Complete [2026-05-04,15:13:15.171] [INFO] Initializing GPS... [2026-05-04,15:13:15.176] [INFO] Starting location capture [2026-05-04,15:13:53.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:13:53.993] [INFO] LocationSqlManager initialising [2026-05-04,15:13:53.995] [INFO] Location DB initialising [2026-05-04,15:13:54.017] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:13:54.019] [DEBUG] UploadManager Init [2026-05-04,15:13:54.020] [DEBUG] UploadManager Init Complete [2026-05-04,15:13:54.028] [INFO] Initializing GPS... [2026-05-04,15:13:54.037] [INFO] Starting location capture [2026-05-04,15:14:36.574] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:14:36.586] [INFO] LocationSqlManager initialising [2026-05-04,15:14:36.587] [INFO] Location DB initialising [2026-05-04,15:14:36.603] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:14:36.605] [DEBUG] UploadManager Init [2026-05-04,15:14:36.606] [DEBUG] UploadManager Init Complete [2026-05-04,15:14:36.611] [INFO] Initializing GPS... [2026-05-04,15:14:36.615] [INFO] Starting location capture [2026-05-04,15:15:14.720] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:15:14.731] [INFO] LocationSqlManager initialising [2026-05-04,15:15:14.732] [INFO] Location DB initialising [2026-05-04,15:15:14.752] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:15:14.753] [DEBUG] UploadManager Init [2026-05-04,15:15:14.754] [DEBUG] UploadManager Init Complete [2026-05-04,15:15:14.761] [INFO] Initializing GPS... [2026-05-04,15:15:14.767] [INFO] Starting location capture [2026-05-04,15:15:55.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:15:55.413] [INFO] LocationSqlManager initialising [2026-05-04,15:15:55.415] [INFO] Location DB initialising [2026-05-04,15:15:55.447] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:15:55.449] [DEBUG] UploadManager Init [2026-05-04,15:15:55.450] [DEBUG] UploadManager Init Complete [2026-05-04,15:15:55.460] [INFO] Initializing GPS... [2026-05-04,15:15:55.470] [INFO] Starting location capture [2026-05-04,15:16:35.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:16:35.171] [INFO] LocationSqlManager initialising [2026-05-04,15:16:35.173] [INFO] Location DB initialising [2026-05-04,15:16:35.199] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:16:35.201] [DEBUG] UploadManager Init [2026-05-04,15:16:35.202] [DEBUG] UploadManager Init Complete [2026-05-04,15:16:35.211] [INFO] Initializing GPS... [2026-05-04,15:16:35.220] [INFO] Starting location capture [2026-05-04,15:17:17.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:17:17.734] [INFO] LocationSqlManager initialising [2026-05-04,15:17:17.736] [INFO] Location DB initialising [2026-05-04,15:17:17.764] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:17:17.767] [DEBUG] UploadManager Init [2026-05-04,15:17:17.769] [DEBUG] UploadManager Init Complete [2026-05-04,15:17:17.781] [INFO] Initializing GPS... [2026-05-04,15:17:17.792] [INFO] Starting location capture [2026-05-04,15:17:58.464] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:17:58.482] [INFO] LocationSqlManager initialising [2026-05-04,15:17:58.484] [INFO] Location DB initialising [2026-05-04,15:17:58.502] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:17:58.503] [DEBUG] UploadManager Init [2026-05-04,15:17:58.504] [DEBUG] UploadManager Init Complete [2026-05-04,15:17:58.511] [INFO] Initializing GPS... [2026-05-04,15:17:58.516] [INFO] Starting location capture [2026-05-04,15:18:39.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:18:39.724] [INFO] LocationSqlManager initialising [2026-05-04,15:18:39.725] [INFO] Location DB initialising [2026-05-04,15:18:39.743] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:18:39.744] [DEBUG] UploadManager Init [2026-05-04,15:18:39.745] [DEBUG] UploadManager Init Complete [2026-05-04,15:18:39.751] [INFO] Initializing GPS... [2026-05-04,15:18:39.757] [INFO] Starting location capture [2026-05-04,15:19:22.491] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:19:22.502] [INFO] LocationSqlManager initialising [2026-05-04,15:19:22.504] [INFO] Location DB initialising [2026-05-04,15:19:22.524] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:19:22.527] [DEBUG] UploadManager Init [2026-05-04,15:19:22.528] [DEBUG] UploadManager Init Complete [2026-05-04,15:19:22.534] [INFO] Initializing GPS... [2026-05-04,15:19:22.539] [INFO] Starting location capture [2026-05-04,15:19:58.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:19:58.656] [INFO] LocationSqlManager initialising [2026-05-04,15:19:58.657] [INFO] Location DB initialising [2026-05-04,15:19:58.674] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:19:58.675] [DEBUG] UploadManager Init [2026-05-04,15:19:58.676] [DEBUG] UploadManager Init Complete [2026-05-04,15:19:58.682] [INFO] Initializing GPS... [2026-05-04,15:19:58.688] [INFO] Starting location capture [2026-05-04,15:20:38.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:20:38.861] [INFO] LocationSqlManager initialising [2026-05-04,15:20:38.862] [INFO] Location DB initialising [2026-05-04,15:20:38.886] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:20:38.888] [DEBUG] UploadManager Init [2026-05-04,15:20:38.890] [DEBUG] UploadManager Init Complete [2026-05-04,15:20:38.899] [INFO] Initializing GPS... [2026-05-04,15:20:38.907] [INFO] Starting location capture [2026-05-04,15:21:19.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:21:19.485] [INFO] LocationSqlManager initialising [2026-05-04,15:21:19.487] [INFO] Location DB initialising [2026-05-04,15:21:19.529] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:21:19.533] [DEBUG] UploadManager Init [2026-05-04,15:21:19.535] [DEBUG] UploadManager Init Complete [2026-05-04,15:21:19.544] [INFO] Initializing GPS... [2026-05-04,15:21:19.561] [INFO] Starting location capture [2026-05-04,15:22:01.552] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:22:01.565] [INFO] LocationSqlManager initialising [2026-05-04,15:22:01.566] [INFO] Location DB initialising [2026-05-04,15:22:01.587] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:22:01.589] [DEBUG] UploadManager Init [2026-05-04,15:22:01.590] [DEBUG] UploadManager Init Complete [2026-05-04,15:22:01.599] [INFO] Initializing GPS... [2026-05-04,15:22:01.607] [INFO] Starting location capture [2026-05-04,15:22:45.569] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:22:45.581] [INFO] LocationSqlManager initialising [2026-05-04,15:22:45.582] [INFO] Location DB initialising [2026-05-04,15:22:45.599] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:22:45.601] [DEBUG] UploadManager Init [2026-05-04,15:22:45.602] [DEBUG] UploadManager Init Complete [2026-05-04,15:22:45.610] [INFO] Initializing GPS... [2026-05-04,15:22:45.620] [INFO] Starting location capture [2026-05-04,15:23:26.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:23:26.045] [INFO] LocationSqlManager initialising [2026-05-04,15:23:26.046] [INFO] Location DB initialising [2026-05-04,15:23:26.057] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:23:26.058] [DEBUG] UploadManager Init [2026-05-04,15:23:26.059] [DEBUG] UploadManager Init Complete [2026-05-04,15:23:26.063] [INFO] Initializing GPS... [2026-05-04,15:23:26.066] [INFO] Starting location capture [2026-05-04,15:24:07.657] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:24:07.668] [INFO] LocationSqlManager initialising [2026-05-04,15:24:07.670] [INFO] Location DB initialising [2026-05-04,15:24:07.688] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:24:07.690] [DEBUG] UploadManager Init [2026-05-04,15:24:07.691] [DEBUG] UploadManager Init Complete [2026-05-04,15:24:07.696] [INFO] Initializing GPS... [2026-05-04,15:24:07.701] [INFO] Starting location capture [2026-05-04,15:24:45.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:24:45.881] [INFO] LocationSqlManager initialising [2026-05-04,15:24:45.882] [INFO] Location DB initialising [2026-05-04,15:24:45.903] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:24:45.904] [DEBUG] UploadManager Init [2026-05-04,15:24:45.905] [DEBUG] UploadManager Init Complete [2026-05-04,15:24:45.910] [INFO] Initializing GPS... [2026-05-04,15:24:45.917] [INFO] Starting location capture [2026-05-04,15:25:28.349] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:25:28.357] [INFO] LocationSqlManager initialising [2026-05-04,15:25:28.358] [INFO] Location DB initialising [2026-05-04,15:25:28.380] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:25:28.382] [DEBUG] UploadManager Init [2026-05-04,15:25:28.383] [DEBUG] UploadManager Init Complete [2026-05-04,15:25:28.391] [INFO] Initializing GPS... [2026-05-04,15:25:28.400] [INFO] Starting location capture [2026-05-04,15:26:08.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:26:08.954] [INFO] LocationSqlManager initialising [2026-05-04,15:26:08.954] [INFO] Location DB initialising [2026-05-04,15:26:08.968] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:26:08.969] [DEBUG] UploadManager Init [2026-05-04,15:26:08.970] [DEBUG] UploadManager Init Complete [2026-05-04,15:26:08.974] [INFO] Initializing GPS... [2026-05-04,15:26:08.979] [INFO] Starting location capture [2026-05-04,15:26:45.360] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:26:45.372] [INFO] LocationSqlManager initialising [2026-05-04,15:26:45.373] [INFO] Location DB initialising [2026-05-04,15:26:45.394] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:26:45.396] [DEBUG] UploadManager Init [2026-05-04,15:26:45.397] [DEBUG] UploadManager Init Complete [2026-05-04,15:26:45.406] [INFO] Initializing GPS... [2026-05-04,15:26:45.413] [INFO] Starting location capture [2026-05-04,15:27:24.578] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:27:24.588] [INFO] LocationSqlManager initialising [2026-05-04,15:27:24.590] [INFO] Location DB initialising [2026-05-04,15:27:24.609] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:27:24.610] [DEBUG] UploadManager Init [2026-05-04,15:27:24.611] [DEBUG] UploadManager Init Complete [2026-05-04,15:27:24.618] [INFO] Initializing GPS... [2026-05-04,15:27:24.623] [INFO] Starting location capture [2026-05-04,15:28:07.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:28:07.938] [INFO] LocationSqlManager initialising [2026-05-04,15:28:07.940] [INFO] Location DB initialising [2026-05-04,15:28:07.963] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:28:07.965] [DEBUG] UploadManager Init [2026-05-04,15:28:07.966] [DEBUG] UploadManager Init Complete [2026-05-04,15:28:07.972] [INFO] Initializing GPS... [2026-05-04,15:28:07.983] [INFO] Starting location capture [2026-05-04,15:28:49.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:28:49.122] [INFO] LocationSqlManager initialising [2026-05-04,15:28:49.123] [INFO] Location DB initialising [2026-05-04,15:28:49.143] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:28:49.145] [DEBUG] UploadManager Init [2026-05-04,15:28:49.146] [DEBUG] UploadManager Init Complete [2026-05-04,15:28:49.154] [INFO] Initializing GPS... [2026-05-04,15:28:49.161] [INFO] Starting location capture [2026-05-04,15:29:30.615] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:29:30.626] [INFO] LocationSqlManager initialising [2026-05-04,15:29:30.627] [INFO] Location DB initialising [2026-05-04,15:29:30.646] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:29:30.647] [DEBUG] UploadManager Init [2026-05-04,15:29:30.649] [DEBUG] UploadManager Init Complete [2026-05-04,15:29:30.655] [INFO] Initializing GPS... [2026-05-04,15:29:30.661] [INFO] Starting location capture [2026-05-04,15:30:08.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:30:08.216] [INFO] LocationSqlManager initialising [2026-05-04,15:30:08.218] [INFO] Location DB initialising [2026-05-04,15:30:08.244] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:30:08.245] [DEBUG] UploadManager Init [2026-05-04,15:30:08.247] [DEBUG] UploadManager Init Complete [2026-05-04,15:30:08.257] [INFO] Initializing GPS... [2026-05-04,15:30:08.265] [INFO] Starting location capture [2026-05-04,15:30:51.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:30:51.038] [INFO] LocationSqlManager initialising [2026-05-04,15:30:51.039] [INFO] Location DB initialising [2026-05-04,15:30:51.059] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:30:51.060] [DEBUG] UploadManager Init [2026-05-04,15:30:51.062] [DEBUG] UploadManager Init Complete [2026-05-04,15:30:51.068] [INFO] Initializing GPS... [2026-05-04,15:30:51.074] [INFO] Starting location capture [2026-05-04,15:31:31.772] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:31:31.781] [INFO] LocationSqlManager initialising [2026-05-04,15:31:31.782] [INFO] Location DB initialising [2026-05-04,15:31:31.795] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:31:31.796] [DEBUG] UploadManager Init [2026-05-04,15:31:31.797] [DEBUG] UploadManager Init Complete [2026-05-04,15:31:31.801] [INFO] Initializing GPS... [2026-05-04,15:31:31.805] [INFO] Starting location capture [2026-05-04,15:32:12.523] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:32:12.530] [INFO] LocationSqlManager initialising [2026-05-04,15:32:12.531] [INFO] Location DB initialising [2026-05-04,15:32:12.545] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:32:12.546] [DEBUG] UploadManager Init [2026-05-04,15:32:12.547] [DEBUG] UploadManager Init Complete [2026-05-04,15:32:12.552] [INFO] Initializing GPS... [2026-05-04,15:32:12.556] [INFO] Starting location capture [2026-05-04,15:32:54.752] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:32:54.757] [INFO] LocationSqlManager initialising [2026-05-04,15:32:54.758] [INFO] Location DB initialising [2026-05-04,15:32:54.772] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:32:54.773] [DEBUG] UploadManager Init [2026-05-04,15:32:54.774] [DEBUG] UploadManager Init Complete [2026-05-04,15:32:54.779] [INFO] Initializing GPS... [2026-05-04,15:32:54.783] [INFO] Starting location capture [2026-05-04,15:33:36.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:33:36.746] [INFO] LocationSqlManager initialising [2026-05-04,15:33:36.748] [INFO] Location DB initialising [2026-05-04,15:33:36.765] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:33:36.766] [DEBUG] UploadManager Init [2026-05-04,15:33:36.767] [DEBUG] UploadManager Init Complete [2026-05-04,15:33:36.774] [INFO] Initializing GPS... [2026-05-04,15:33:36.784] [INFO] Starting location capture [2026-05-04,15:34:17.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:34:17.082] [INFO] LocationSqlManager initialising [2026-05-04,15:34:17.083] [INFO] Location DB initialising [2026-05-04,15:34:17.097] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:34:17.099] [DEBUG] UploadManager Init [2026-05-04,15:34:17.100] [DEBUG] UploadManager Init Complete [2026-05-04,15:34:17.106] [INFO] Initializing GPS... [2026-05-04,15:34:17.110] [INFO] Starting location capture [2026-05-04,15:34:57.692] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:34:57.699] [INFO] LocationSqlManager initialising [2026-05-04,15:34:57.700] [INFO] Location DB initialising [2026-05-04,15:34:57.712] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:34:57.713] [DEBUG] UploadManager Init [2026-05-04,15:34:57.714] [DEBUG] UploadManager Init Complete [2026-05-04,15:34:57.718] [INFO] Initializing GPS... [2026-05-04,15:34:57.722] [INFO] Starting location capture [2026-05-04,15:35:38.779] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:35:38.786] [INFO] LocationSqlManager initialising [2026-05-04,15:35:38.787] [INFO] Location DB initialising [2026-05-04,15:35:38.798] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:35:38.799] [DEBUG] UploadManager Init [2026-05-04,15:35:38.800] [DEBUG] UploadManager Init Complete [2026-05-04,15:35:38.804] [INFO] Initializing GPS... [2026-05-04,15:35:38.807] [INFO] Starting location capture [2026-05-04,15:36:19.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:36:19.256] [INFO] LocationSqlManager initialising [2026-05-04,15:36:19.257] [INFO] Location DB initialising [2026-05-04,15:36:19.271] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:36:19.272] [DEBUG] UploadManager Init [2026-05-04,15:36:19.273] [DEBUG] UploadManager Init Complete [2026-05-04,15:36:19.281] [INFO] Initializing GPS... [2026-05-04,15:36:19.285] [INFO] Starting location capture [2026-05-04,15:36:56.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:36:56.197] [INFO] LocationSqlManager initialising [2026-05-04,15:36:56.198] [INFO] Location DB initialising [2026-05-04,15:36:56.212] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:36:56.213] [DEBUG] UploadManager Init [2026-05-04,15:36:56.214] [DEBUG] UploadManager Init Complete [2026-05-04,15:36:56.218] [INFO] Initializing GPS... [2026-05-04,15:36:56.221] [INFO] Starting location capture [2026-05-04,15:37:36.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:37:36.479] [INFO] LocationSqlManager initialising [2026-05-04,15:37:36.481] [INFO] Location DB initialising [2026-05-04,15:37:36.499] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:37:36.500] [DEBUG] UploadManager Init [2026-05-04,15:37:36.501] [DEBUG] UploadManager Init Complete [2026-05-04,15:37:36.508] [INFO] Initializing GPS... [2026-05-04,15:37:36.514] [INFO] Starting location capture [2026-05-04,15:38:17.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:38:17.023] [INFO] LocationSqlManager initialising [2026-05-04,15:38:17.024] [INFO] Location DB initialising [2026-05-04,15:38:17.043] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:38:17.045] [DEBUG] UploadManager Init [2026-05-04,15:38:17.046] [DEBUG] UploadManager Init Complete [2026-05-04,15:38:17.052] [INFO] Initializing GPS... [2026-05-04,15:38:17.058] [INFO] Starting location capture [2026-05-04,15:38:56.488] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:38:56.495] [INFO] LocationSqlManager initialising [2026-05-04,15:38:56.496] [INFO] Location DB initialising [2026-05-04,15:38:56.508] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:38:56.509] [DEBUG] UploadManager Init [2026-05-04,15:38:56.510] [DEBUG] UploadManager Init Complete [2026-05-04,15:38:56.515] [INFO] Initializing GPS... [2026-05-04,15:38:56.518] [INFO] Starting location capture [2026-05-04,15:39:38.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:39:38.170] [INFO] LocationSqlManager initialising [2026-05-04,15:39:38.171] [INFO] Location DB initialising [2026-05-04,15:39:38.183] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:39:38.184] [DEBUG] UploadManager Init [2026-05-04,15:39:38.185] [DEBUG] UploadManager Init Complete [2026-05-04,15:39:38.188] [INFO] Initializing GPS... [2026-05-04,15:39:38.191] [INFO] Starting location capture [2026-05-04,15:40:15.490] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:40:15.500] [INFO] LocationSqlManager initialising [2026-05-04,15:40:15.501] [INFO] Location DB initialising [2026-05-04,15:40:15.515] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:40:15.516] [DEBUG] UploadManager Init [2026-05-04,15:40:15.517] [DEBUG] UploadManager Init Complete [2026-05-04,15:40:15.521] [INFO] Initializing GPS... [2026-05-04,15:40:15.524] [INFO] Starting location capture [2026-05-04,15:40:52.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:40:52.110] [INFO] LocationSqlManager initialising [2026-05-04,15:40:52.111] [INFO] Location DB initialising [2026-05-04,15:40:52.126] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:40:52.127] [DEBUG] UploadManager Init [2026-05-04,15:40:52.128] [DEBUG] UploadManager Init Complete [2026-05-04,15:40:52.133] [INFO] Initializing GPS... [2026-05-04,15:40:52.137] [INFO] Starting location capture [2026-05-04,15:41:29.866] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:41:29.881] [INFO] LocationSqlManager initialising [2026-05-04,15:41:29.883] [INFO] Location DB initialising [2026-05-04,15:41:29.909] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:41:29.911] [DEBUG] UploadManager Init [2026-05-04,15:41:29.912] [DEBUG] UploadManager Init Complete [2026-05-04,15:41:29.918] [INFO] Initializing GPS... [2026-05-04,15:41:29.924] [INFO] Starting location capture [2026-05-04,15:42:11.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:42:11.087] [INFO] LocationSqlManager initialising [2026-05-04,15:42:11.089] [INFO] Location DB initialising [2026-05-04,15:42:11.113] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:42:11.115] [DEBUG] UploadManager Init [2026-05-04,15:42:11.117] [DEBUG] UploadManager Init Complete [2026-05-04,15:42:11.127] [INFO] Initializing GPS... [2026-05-04,15:42:11.136] [INFO] Starting location capture [2026-05-04,15:42:52.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:42:52.222] [INFO] LocationSqlManager initialising [2026-05-04,15:42:52.223] [INFO] Location DB initialising [2026-05-04,15:42:52.236] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:42:52.238] [DEBUG] UploadManager Init [2026-05-04,15:42:52.238] [DEBUG] UploadManager Init Complete [2026-05-04,15:42:52.243] [INFO] Initializing GPS... [2026-05-04,15:42:52.246] [INFO] Starting location capture [2026-05-04,15:43:29.322] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:43:29.332] [INFO] LocationSqlManager initialising [2026-05-04,15:43:29.333] [INFO] Location DB initialising [2026-05-04,15:43:29.348] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:43:29.350] [DEBUG] UploadManager Init [2026-05-04,15:43:29.351] [DEBUG] UploadManager Init Complete [2026-05-04,15:43:29.356] [INFO] Initializing GPS... [2026-05-04,15:43:29.360] [INFO] Starting location capture [2026-05-04,15:44:09.659] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:44:09.665] [INFO] LocationSqlManager initialising [2026-05-04,15:44:09.666] [INFO] Location DB initialising [2026-05-04,15:44:09.678] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:44:09.678] [DEBUG] UploadManager Init [2026-05-04,15:44:09.679] [DEBUG] UploadManager Init Complete [2026-05-04,15:44:09.683] [INFO] Initializing GPS... [2026-05-04,15:44:09.686] [INFO] Starting location capture [2026-05-04,15:44:50.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:44:50.639] [INFO] LocationSqlManager initialising [2026-05-04,15:44:50.640] [INFO] Location DB initialising [2026-05-04,15:44:50.657] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:44:50.659] [DEBUG] UploadManager Init [2026-05-04,15:44:50.660] [DEBUG] UploadManager Init Complete [2026-05-04,15:44:50.664] [INFO] Initializing GPS... [2026-05-04,15:44:50.669] [INFO] Starting location capture [2026-05-04,15:45:29.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:45:29.779] [INFO] LocationSqlManager initialising [2026-05-04,15:45:29.779] [INFO] Location DB initialising [2026-05-04,15:45:29.788] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:45:29.789] [DEBUG] UploadManager Init [2026-05-04,15:45:29.789] [DEBUG] UploadManager Init Complete [2026-05-04,15:45:29.792] [INFO] Initializing GPS... [2026-05-04,15:45:29.794] [INFO] Starting location capture [2026-05-04,15:46:11.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:46:11.531] [INFO] LocationSqlManager initialising [2026-05-04,15:46:11.532] [INFO] Location DB initialising [2026-05-04,15:46:11.549] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:46:11.550] [DEBUG] UploadManager Init [2026-05-04,15:46:11.551] [DEBUG] UploadManager Init Complete [2026-05-04,15:46:11.557] [INFO] Initializing GPS... [2026-05-04,15:46:11.561] [INFO] Starting location capture [2026-05-04,15:46:50.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:46:50.713] [INFO] LocationSqlManager initialising [2026-05-04,15:46:50.714] [INFO] Location DB initialising [2026-05-04,15:46:50.728] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:46:50.729] [DEBUG] UploadManager Init [2026-05-04,15:46:50.730] [DEBUG] UploadManager Init Complete [2026-05-04,15:46:50.734] [INFO] Initializing GPS... [2026-05-04,15:46:50.737] [INFO] Starting location capture [2026-05-04,15:47:30.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:47:30.895] [INFO] LocationSqlManager initialising [2026-05-04,15:47:30.896] [INFO] Location DB initialising [2026-05-04,15:47:30.912] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:47:30.914] [DEBUG] UploadManager Init [2026-05-04,15:47:30.916] [DEBUG] UploadManager Init Complete [2026-05-04,15:47:30.924] [INFO] Initializing GPS... [2026-05-04,15:47:30.930] [INFO] Starting location capture [2026-05-04,15:48:11.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:48:11.761] [INFO] LocationSqlManager initialising [2026-05-04,15:48:11.761] [INFO] Location DB initialising [2026-05-04,15:48:11.773] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:48:11.774] [DEBUG] UploadManager Init [2026-05-04,15:48:11.774] [DEBUG] UploadManager Init Complete [2026-05-04,15:48:11.778] [INFO] Initializing GPS... [2026-05-04,15:48:11.781] [INFO] Starting location capture [2026-05-04,15:48:48.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:48:48.244] [INFO] LocationSqlManager initialising [2026-05-04,15:48:48.245] [INFO] Location DB initialising [2026-05-04,15:48:48.257] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:48:48.258] [DEBUG] UploadManager Init [2026-05-04,15:48:48.259] [DEBUG] UploadManager Init Complete [2026-05-04,15:48:48.263] [INFO] Initializing GPS... [2026-05-04,15:48:48.266] [INFO] Starting location capture [2026-05-04,15:49:24.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:49:24.059] [INFO] LocationSqlManager initialising [2026-05-04,15:49:24.060] [INFO] Location DB initialising [2026-05-04,15:49:24.075] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:49:24.076] [DEBUG] UploadManager Init [2026-05-04,15:49:24.077] [DEBUG] UploadManager Init Complete [2026-05-04,15:49:24.082] [INFO] Initializing GPS... [2026-05-04,15:49:24.086] [INFO] Starting location capture [2026-05-04,15:50:05.346] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:50:05.354] [INFO] LocationSqlManager initialising [2026-05-04,15:50:05.356] [INFO] Location DB initialising [2026-05-04,15:50:05.371] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:50:05.373] [DEBUG] UploadManager Init [2026-05-04,15:50:05.374] [DEBUG] UploadManager Init Complete [2026-05-04,15:50:05.381] [INFO] Initializing GPS... [2026-05-04,15:50:05.386] [INFO] Starting location capture [2026-05-04,15:50:41.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:50:41.112] [INFO] LocationSqlManager initialising [2026-05-04,15:50:41.114] [INFO] Location DB initialising [2026-05-04,15:50:41.135] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:50:41.137] [DEBUG] UploadManager Init [2026-05-04,15:50:41.140] [DEBUG] UploadManager Init Complete [2026-05-04,15:50:41.151] [INFO] Initializing GPS... [2026-05-04,15:50:41.161] [INFO] Starting location capture [2026-05-04,15:51:19.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:51:19.160] [INFO] LocationSqlManager initialising [2026-05-04,15:51:19.162] [INFO] Location DB initialising [2026-05-04,15:51:19.184] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:51:19.185] [DEBUG] UploadManager Init [2026-05-04,15:51:19.187] [DEBUG] UploadManager Init Complete [2026-05-04,15:51:19.195] [INFO] Initializing GPS... [2026-05-04,15:51:19.202] [INFO] Starting location capture [2026-05-04,15:51:55.603] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:51:55.614] [INFO] LocationSqlManager initialising [2026-05-04,15:51:55.615] [INFO] Location DB initialising [2026-05-04,15:51:55.633] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:51:55.635] [DEBUG] UploadManager Init [2026-05-04,15:51:55.636] [DEBUG] UploadManager Init Complete [2026-05-04,15:51:55.643] [INFO] Initializing GPS... [2026-05-04,15:51:55.648] [INFO] Starting location capture [2026-05-04,15:52:31.504] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:52:31.515] [INFO] LocationSqlManager initialising [2026-05-04,15:52:31.517] [INFO] Location DB initialising [2026-05-04,15:52:31.538] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:52:31.540] [DEBUG] UploadManager Init [2026-05-04,15:52:31.541] [DEBUG] UploadManager Init Complete [2026-05-04,15:52:31.548] [INFO] Initializing GPS... [2026-05-04,15:52:31.553] [INFO] Starting location capture [2026-05-04,15:53:13.646] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:53:13.653] [INFO] LocationSqlManager initialising [2026-05-04,15:53:13.654] [INFO] Location DB initialising [2026-05-04,15:53:13.666] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:53:13.668] [DEBUG] UploadManager Init [2026-05-04,15:53:13.669] [DEBUG] UploadManager Init Complete [2026-05-04,15:53:13.677] [INFO] Initializing GPS... [2026-05-04,15:53:13.682] [INFO] Starting location capture [2026-05-04,15:53:55.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:53:55.170] [INFO] LocationSqlManager initialising [2026-05-04,15:53:55.171] [INFO] Location DB initialising [2026-05-04,15:53:55.183] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:53:55.184] [DEBUG] UploadManager Init [2026-05-04,15:53:55.185] [DEBUG] UploadManager Init Complete [2026-05-04,15:53:55.189] [INFO] Initializing GPS... [2026-05-04,15:53:55.192] [INFO] Starting location capture [2026-05-04,15:54:36.296] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:54:36.307] [INFO] LocationSqlManager initialising [2026-05-04,15:54:36.308] [INFO] Location DB initialising [2026-05-04,15:54:36.323] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:54:36.324] [DEBUG] UploadManager Init [2026-05-04,15:54:36.325] [DEBUG] UploadManager Init Complete [2026-05-04,15:54:36.330] [INFO] Initializing GPS... [2026-05-04,15:54:36.336] [INFO] Starting location capture [2026-05-04,15:55:12.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:55:12.873] [INFO] LocationSqlManager initialising [2026-05-04,15:55:12.874] [INFO] Location DB initialising [2026-05-04,15:55:12.889] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:55:12.890] [DEBUG] UploadManager Init [2026-05-04,15:55:12.891] [DEBUG] UploadManager Init Complete [2026-05-04,15:55:12.896] [INFO] Initializing GPS... [2026-05-04,15:55:12.900] [INFO] Starting location capture [2026-05-04,15:55:53.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:55:53.157] [INFO] LocationSqlManager initialising [2026-05-04,15:55:53.158] [INFO] Location DB initialising [2026-05-04,15:55:53.167] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:55:53.168] [DEBUG] UploadManager Init [2026-05-04,15:55:53.168] [DEBUG] UploadManager Init Complete [2026-05-04,15:55:53.170] [INFO] Initializing GPS... [2026-05-04,15:55:53.172] [INFO] Starting location capture [2026-05-04,15:56:33.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:56:33.696] [INFO] LocationSqlManager initialising [2026-05-04,15:56:33.696] [INFO] Location DB initialising [2026-05-04,15:56:33.708] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:56:33.709] [DEBUG] UploadManager Init [2026-05-04,15:56:33.710] [DEBUG] UploadManager Init Complete [2026-05-04,15:56:33.715] [INFO] Initializing GPS... [2026-05-04,15:56:33.721] [INFO] Starting location capture [2026-05-04,15:57:15.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:57:15.186] [INFO] LocationSqlManager initialising [2026-05-04,15:57:15.188] [INFO] Location DB initialising [2026-05-04,15:57:15.206] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:57:15.207] [DEBUG] UploadManager Init [2026-05-04,15:57:15.208] [DEBUG] UploadManager Init Complete [2026-05-04,15:57:15.218] [INFO] Initializing GPS... [2026-05-04,15:57:15.224] [INFO] Starting location capture [2026-05-04,15:57:54.746] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:57:54.759] [INFO] LocationSqlManager initialising [2026-05-04,15:57:54.760] [INFO] Location DB initialising [2026-05-04,15:57:54.773] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:57:54.774] [DEBUG] UploadManager Init [2026-05-04,15:57:54.774] [DEBUG] UploadManager Init Complete [2026-05-04,15:57:54.778] [INFO] Initializing GPS... [2026-05-04,15:57:54.781] [INFO] Starting location capture [2026-05-04,15:58:36.528] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:58:36.537] [INFO] LocationSqlManager initialising [2026-05-04,15:58:36.538] [INFO] Location DB initialising [2026-05-04,15:58:36.553] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:58:36.555] [DEBUG] UploadManager Init [2026-05-04,15:58:36.556] [DEBUG] UploadManager Init Complete [2026-05-04,15:58:36.561] [INFO] Initializing GPS... [2026-05-04,15:58:36.565] [INFO] Starting location capture [2026-05-04,15:59:17.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:59:17.206] [INFO] LocationSqlManager initialising [2026-05-04,15:59:17.207] [INFO] Location DB initialising [2026-05-04,15:59:17.222] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:59:17.223] [DEBUG] UploadManager Init [2026-05-04,15:59:17.224] [DEBUG] UploadManager Init Complete [2026-05-04,15:59:17.230] [INFO] Initializing GPS... [2026-05-04,15:59:17.235] [INFO] Starting location capture [2026-05-04,15:59:54.203] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,15:59:54.213] [INFO] LocationSqlManager initialising [2026-05-04,15:59:54.214] [INFO] Location DB initialising [2026-05-04,15:59:54.229] [INFO] LocationSqlManager initialisation complete [2026-05-04,15:59:54.230] [DEBUG] UploadManager Init [2026-05-04,15:59:54.234] [DEBUG] UploadManager Init Complete [2026-05-04,15:59:54.240] [INFO] Initializing GPS... [2026-05-04,15:59:54.245] [INFO] Starting location capture [2026-05-04,16:00:35.560] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:00:35.566] [INFO] LocationSqlManager initialising [2026-05-04,16:00:35.567] [INFO] Location DB initialising [2026-05-04,16:00:35.579] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:00:35.580] [DEBUG] UploadManager Init [2026-05-04,16:00:35.581] [DEBUG] UploadManager Init Complete [2026-05-04,16:00:35.586] [INFO] Initializing GPS... [2026-05-04,16:00:35.589] [INFO] Starting location capture [2026-05-04,16:01:14.641] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:01:14.649] [INFO] LocationSqlManager initialising [2026-05-04,16:01:14.650] [INFO] Location DB initialising [2026-05-04,16:01:14.664] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:01:14.666] [DEBUG] UploadManager Init [2026-05-04,16:01:14.667] [DEBUG] UploadManager Init Complete [2026-05-04,16:01:14.674] [INFO] Initializing GPS... [2026-05-04,16:01:14.680] [INFO] Starting location capture [2026-05-04,16:01:52.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:01:52.199] [INFO] LocationSqlManager initialising [2026-05-04,16:01:52.200] [INFO] Location DB initialising [2026-05-04,16:01:52.216] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:01:52.218] [DEBUG] UploadManager Init [2026-05-04,16:01:52.219] [DEBUG] UploadManager Init Complete [2026-05-04,16:01:52.224] [INFO] Initializing GPS... [2026-05-04,16:01:52.229] [INFO] Starting location capture [2026-05-04,16:02:32.976] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:02:32.984] [INFO] LocationSqlManager initialising [2026-05-04,16:02:32.985] [INFO] Location DB initialising [2026-05-04,16:02:32.999] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:02:33.000] [DEBUG] UploadManager Init [2026-05-04,16:02:33.000] [DEBUG] UploadManager Init Complete [2026-05-04,16:02:33.005] [INFO] Initializing GPS... [2026-05-04,16:02:33.008] [INFO] Starting location capture [2026-05-04,16:03:13.710] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:03:13.717] [INFO] LocationSqlManager initialising [2026-05-04,16:03:13.718] [INFO] Location DB initialising [2026-05-04,16:03:13.732] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:03:13.734] [DEBUG] UploadManager Init [2026-05-04,16:03:13.735] [DEBUG] UploadManager Init Complete [2026-05-04,16:03:13.741] [INFO] Initializing GPS... [2026-05-04,16:03:13.745] [INFO] Starting location capture [2026-05-04,16:03:50.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:03:50.437] [INFO] LocationSqlManager initialising [2026-05-04,16:03:50.438] [INFO] Location DB initialising [2026-05-04,16:03:50.456] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:03:50.457] [DEBUG] UploadManager Init [2026-05-04,16:03:50.458] [DEBUG] UploadManager Init Complete [2026-05-04,16:03:50.464] [INFO] Initializing GPS... [2026-05-04,16:03:50.469] [INFO] Starting location capture [2026-05-04,16:04:31.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:04:31.767] [INFO] LocationSqlManager initialising [2026-05-04,16:04:31.768] [INFO] Location DB initialising [2026-05-04,16:04:31.780] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:04:31.781] [DEBUG] UploadManager Init [2026-05-04,16:04:31.781] [DEBUG] UploadManager Init Complete [2026-05-04,16:04:31.785] [INFO] Initializing GPS... [2026-05-04,16:04:31.788] [INFO] Starting location capture [2026-05-04,16:05:12.728] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:05:12.735] [INFO] LocationSqlManager initialising [2026-05-04,16:05:12.736] [INFO] Location DB initialising [2026-05-04,16:05:12.748] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:05:12.749] [DEBUG] UploadManager Init [2026-05-04,16:05:12.749] [DEBUG] UploadManager Init Complete [2026-05-04,16:05:12.753] [INFO] Initializing GPS... [2026-05-04,16:05:12.755] [INFO] Starting location capture [2026-05-04,16:05:53.654] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:05:53.661] [INFO] LocationSqlManager initialising [2026-05-04,16:05:53.662] [INFO] Location DB initialising [2026-05-04,16:05:53.673] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:05:53.674] [DEBUG] UploadManager Init [2026-05-04,16:05:53.675] [DEBUG] UploadManager Init Complete [2026-05-04,16:05:53.678] [INFO] Initializing GPS... [2026-05-04,16:05:53.681] [INFO] Starting location capture [2026-05-04,16:06:30.595] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:06:30.611] [INFO] LocationSqlManager initialising [2026-05-04,16:06:30.612] [INFO] Location DB initialising [2026-05-04,16:06:30.632] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:06:30.633] [DEBUG] UploadManager Init [2026-05-04,16:06:30.635] [DEBUG] UploadManager Init Complete [2026-05-04,16:06:30.650] [INFO] Initializing GPS... [2026-05-04,16:06:30.656] [INFO] Starting location capture [2026-05-04,16:07:12.395] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:07:12.403] [INFO] LocationSqlManager initialising [2026-05-04,16:07:12.403] [INFO] Location DB initialising [2026-05-04,16:07:12.415] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:07:12.416] [DEBUG] UploadManager Init [2026-05-04,16:07:12.417] [DEBUG] UploadManager Init Complete [2026-05-04,16:07:12.421] [INFO] Initializing GPS... [2026-05-04,16:07:12.424] [INFO] Starting location capture [2026-05-04,16:07:53.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:07:53.751] [INFO] LocationSqlManager initialising [2026-05-04,16:07:53.752] [INFO] Location DB initialising [2026-05-04,16:07:53.764] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:07:53.765] [DEBUG] UploadManager Init [2026-05-04,16:07:53.766] [DEBUG] UploadManager Init Complete [2026-05-04,16:07:53.769] [INFO] Initializing GPS... [2026-05-04,16:07:53.772] [INFO] Starting location capture [2026-05-04,16:08:34.377] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:08:34.384] [INFO] LocationSqlManager initialising [2026-05-04,16:08:34.384] [INFO] Location DB initialising [2026-05-04,16:08:34.396] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:08:34.397] [DEBUG] UploadManager Init [2026-05-04,16:08:34.397] [DEBUG] UploadManager Init Complete [2026-05-04,16:08:34.401] [INFO] Initializing GPS... [2026-05-04,16:08:34.404] [INFO] Starting location capture [2026-05-04,16:09:12.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:09:12.042] [INFO] LocationSqlManager initialising [2026-05-04,16:09:12.044] [INFO] Location DB initialising [2026-05-04,16:09:12.058] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:09:12.060] [DEBUG] UploadManager Init [2026-05-04,16:09:12.061] [DEBUG] UploadManager Init Complete [2026-05-04,16:09:12.067] [INFO] Initializing GPS... [2026-05-04,16:09:12.072] [INFO] Starting location capture [2026-05-04,16:09:48.272] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:09:48.281] [INFO] LocationSqlManager initialising [2026-05-04,16:09:48.283] [INFO] Location DB initialising [2026-05-04,16:09:48.297] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:09:48.299] [DEBUG] UploadManager Init [2026-05-04,16:09:48.300] [DEBUG] UploadManager Init Complete [2026-05-04,16:09:48.306] [INFO] Initializing GPS... [2026-05-04,16:09:48.311] [INFO] Starting location capture [2026-05-04,16:10:30.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:10:30.064] [INFO] LocationSqlManager initialising [2026-05-04,16:10:30.065] [INFO] Location DB initialising [2026-05-04,16:10:30.081] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:10:30.082] [DEBUG] UploadManager Init [2026-05-04,16:10:30.084] [DEBUG] UploadManager Init Complete [2026-05-04,16:10:30.090] [INFO] Initializing GPS... [2026-05-04,16:10:30.095] [INFO] Starting location capture [2026-05-04,16:11:11.467] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:11:11.475] [INFO] LocationSqlManager initialising [2026-05-04,16:11:11.475] [INFO] Location DB initialising [2026-05-04,16:11:11.488] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:11:11.489] [DEBUG] UploadManager Init [2026-05-04,16:11:11.489] [DEBUG] UploadManager Init Complete [2026-05-04,16:11:11.493] [INFO] Initializing GPS... [2026-05-04,16:11:11.496] [INFO] Starting location capture [2026-05-04,16:11:51.582] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:11:51.589] [INFO] LocationSqlManager initialising [2026-05-04,16:11:51.590] [INFO] Location DB initialising [2026-05-04,16:11:51.601] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:11:51.602] [DEBUG] UploadManager Init [2026-05-04,16:11:51.603] [DEBUG] UploadManager Init Complete [2026-05-04,16:11:51.607] [INFO] Initializing GPS... [2026-05-04,16:11:51.610] [INFO] Starting location capture [2026-05-04,16:12:27.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:12:27.976] [INFO] LocationSqlManager initialising [2026-05-04,16:12:27.977] [INFO] Location DB initialising [2026-05-04,16:12:27.996] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:12:27.998] [DEBUG] UploadManager Init [2026-05-04,16:12:27.999] [DEBUG] UploadManager Init Complete [2026-05-04,16:12:28.005] [INFO] Initializing GPS... [2026-05-04,16:12:28.010] [INFO] Starting location capture [2026-05-04,16:13:09.455] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:13:09.462] [INFO] LocationSqlManager initialising [2026-05-04,16:13:09.463] [INFO] Location DB initialising [2026-05-04,16:13:09.474] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:13:09.475] [DEBUG] UploadManager Init [2026-05-04,16:13:09.476] [DEBUG] UploadManager Init Complete [2026-05-04,16:13:09.479] [INFO] Initializing GPS... [2026-05-04,16:13:09.482] [INFO] Starting location capture [2026-05-04,16:13:50.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:13:50.335] [INFO] LocationSqlManager initialising [2026-05-04,16:13:50.336] [INFO] Location DB initialising [2026-05-04,16:13:50.349] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:13:50.350] [DEBUG] UploadManager Init [2026-05-04,16:13:50.351] [DEBUG] UploadManager Init Complete [2026-05-04,16:13:50.354] [INFO] Initializing GPS... [2026-05-04,16:13:50.357] [INFO] Starting location capture [2026-05-04,16:14:31.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:14:31.041] [INFO] LocationSqlManager initialising [2026-05-04,16:14:31.042] [INFO] Location DB initialising [2026-05-04,16:14:31.056] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:14:31.057] [DEBUG] UploadManager Init [2026-05-04,16:14:31.058] [DEBUG] UploadManager Init Complete [2026-05-04,16:14:31.065] [INFO] Initializing GPS... [2026-05-04,16:14:31.069] [INFO] Starting location capture [2026-05-04,16:15:11.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:15:11.768] [INFO] LocationSqlManager initialising [2026-05-04,16:15:11.769] [INFO] Location DB initialising [2026-05-04,16:15:11.780] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:15:11.781] [DEBUG] UploadManager Init [2026-05-04,16:15:11.782] [DEBUG] UploadManager Init Complete [2026-05-04,16:15:11.785] [INFO] Initializing GPS... [2026-05-04,16:15:11.788] [INFO] Starting location capture [2026-05-04,16:15:50.153] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:15:50.160] [INFO] LocationSqlManager initialising [2026-05-04,16:15:50.161] [INFO] Location DB initialising [2026-05-04,16:15:50.181] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:15:50.183] [DEBUG] UploadManager Init [2026-05-04,16:15:50.184] [DEBUG] UploadManager Init Complete [2026-05-04,16:15:50.192] [INFO] Initializing GPS... [2026-05-04,16:15:50.199] [INFO] Starting location capture [2026-05-04,16:16:30.646] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:16:30.653] [INFO] LocationSqlManager initialising [2026-05-04,16:16:30.654] [INFO] Location DB initialising [2026-05-04,16:16:30.667] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:16:30.668] [DEBUG] UploadManager Init [2026-05-04,16:16:30.669] [DEBUG] UploadManager Init Complete [2026-05-04,16:16:30.673] [INFO] Initializing GPS... [2026-05-04,16:16:30.676] [INFO] Starting location capture [2026-05-04,16:17:11.353] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:17:11.364] [INFO] LocationSqlManager initialising [2026-05-04,16:17:11.365] [INFO] Location DB initialising [2026-05-04,16:17:11.383] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:17:11.384] [DEBUG] UploadManager Init [2026-05-04,16:17:11.385] [DEBUG] UploadManager Init Complete [2026-05-04,16:17:11.392] [INFO] Initializing GPS... [2026-05-04,16:17:11.397] [INFO] Starting location capture [2026-05-04,16:17:51.671] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:17:51.681] [INFO] LocationSqlManager initialising [2026-05-04,16:17:51.682] [INFO] Location DB initialising [2026-05-04,16:17:51.697] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:17:51.698] [DEBUG] UploadManager Init [2026-05-04,16:17:51.699] [DEBUG] UploadManager Init Complete [2026-05-04,16:17:51.704] [INFO] Initializing GPS... [2026-05-04,16:17:51.708] [INFO] Starting location capture [2026-05-04,16:18:32.683] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:18:32.691] [INFO] LocationSqlManager initialising [2026-05-04,16:18:32.692] [INFO] Location DB initialising [2026-05-04,16:18:32.708] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:18:32.709] [DEBUG] UploadManager Init [2026-05-04,16:18:32.710] [DEBUG] UploadManager Init Complete [2026-05-04,16:18:32.714] [INFO] Initializing GPS... [2026-05-04,16:18:32.717] [INFO] Starting location capture [2026-05-04,16:19:13.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:19:13.264] [INFO] LocationSqlManager initialising [2026-05-04,16:19:13.265] [INFO] Location DB initialising [2026-05-04,16:19:13.281] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:19:13.282] [DEBUG] UploadManager Init [2026-05-04,16:19:13.283] [DEBUG] UploadManager Init Complete [2026-05-04,16:19:13.288] [INFO] Initializing GPS... [2026-05-04,16:19:13.293] [INFO] Starting location capture [2026-05-04,16:19:51.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:19:51.271] [INFO] LocationSqlManager initialising [2026-05-04,16:19:51.272] [INFO] Location DB initialising [2026-05-04,16:19:51.292] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:19:51.294] [DEBUG] UploadManager Init [2026-05-04,16:19:51.294] [DEBUG] UploadManager Init Complete [2026-05-04,16:19:51.299] [INFO] Initializing GPS... [2026-05-04,16:19:51.303] [INFO] Starting location capture [2026-05-04,16:20:32.408] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:20:32.417] [INFO] LocationSqlManager initialising [2026-05-04,16:20:32.418] [INFO] Location DB initialising [2026-05-04,16:20:32.434] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:20:32.435] [DEBUG] UploadManager Init [2026-05-04,16:20:32.437] [DEBUG] UploadManager Init Complete [2026-05-04,16:20:32.443] [INFO] Initializing GPS... [2026-05-04,16:20:32.446] [INFO] Starting location capture [2026-05-04,16:21:12.293] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:21:12.300] [INFO] LocationSqlManager initialising [2026-05-04,16:21:12.301] [INFO] Location DB initialising [2026-05-04,16:21:12.318] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:21:12.319] [DEBUG] UploadManager Init [2026-05-04,16:21:12.319] [DEBUG] UploadManager Init Complete [2026-05-04,16:21:12.324] [INFO] Initializing GPS... [2026-05-04,16:21:12.328] [INFO] Starting location capture [2026-05-04,16:21:48.529] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:21:48.540] [INFO] LocationSqlManager initialising [2026-05-04,16:21:48.541] [INFO] Location DB initialising [2026-05-04,16:21:48.561] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:21:48.563] [DEBUG] UploadManager Init [2026-05-04,16:21:48.564] [DEBUG] UploadManager Init Complete [2026-05-04,16:21:48.573] [INFO] Initializing GPS... [2026-05-04,16:21:48.578] [INFO] Starting location capture [2026-05-04,16:22:24.655] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:22:24.669] [INFO] LocationSqlManager initialising [2026-05-04,16:22:24.672] [INFO] Location DB initialising [2026-05-04,16:22:24.693] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:22:24.695] [DEBUG] UploadManager Init [2026-05-04,16:22:24.696] [DEBUG] UploadManager Init Complete [2026-05-04,16:22:24.705] [INFO] Initializing GPS... [2026-05-04,16:22:24.712] [INFO] Starting location capture [2026-05-04,16:23:07.346] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:23:07.356] [INFO] LocationSqlManager initialising [2026-05-04,16:23:07.357] [INFO] Location DB initialising [2026-05-04,16:23:07.372] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:23:07.373] [DEBUG] UploadManager Init [2026-05-04,16:23:07.374] [DEBUG] UploadManager Init Complete [2026-05-04,16:23:07.379] [INFO] Initializing GPS... [2026-05-04,16:23:07.382] [INFO] Starting location capture [2026-05-04,16:23:48.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:23:48.211] [INFO] LocationSqlManager initialising [2026-05-04,16:23:48.212] [INFO] Location DB initialising [2026-05-04,16:23:48.223] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:23:48.224] [DEBUG] UploadManager Init [2026-05-04,16:23:48.225] [DEBUG] UploadManager Init Complete [2026-05-04,16:23:48.230] [INFO] Initializing GPS... [2026-05-04,16:23:48.233] [INFO] Starting location capture [2026-05-04,16:24:28.637] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:24:28.643] [INFO] LocationSqlManager initialising [2026-05-04,16:24:28.644] [INFO] Location DB initialising [2026-05-04,16:24:28.655] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:24:28.656] [DEBUG] UploadManager Init [2026-05-04,16:24:28.657] [DEBUG] UploadManager Init Complete [2026-05-04,16:24:28.660] [INFO] Initializing GPS... [2026-05-04,16:24:28.663] [INFO] Starting location capture [2026-05-04,16:25:09.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:25:09.969] [INFO] LocationSqlManager initialising [2026-05-04,16:25:09.970] [INFO] Location DB initialising [2026-05-04,16:25:09.987] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:25:09.988] [DEBUG] UploadManager Init [2026-05-04,16:25:09.989] [DEBUG] UploadManager Init Complete [2026-05-04,16:25:09.993] [INFO] Initializing GPS... [2026-05-04,16:25:09.997] [INFO] Starting location capture [2026-05-04,16:25:48.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:25:48.976] [INFO] LocationSqlManager initialising [2026-05-04,16:25:48.976] [INFO] Location DB initialising [2026-05-04,16:25:48.991] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:25:48.992] [DEBUG] UploadManager Init [2026-05-04,16:25:48.992] [DEBUG] UploadManager Init Complete [2026-05-04,16:25:48.997] [INFO] Initializing GPS... [2026-05-04,16:25:49.000] [INFO] Starting location capture [2026-05-04,16:26:25.503] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:26:25.510] [INFO] LocationSqlManager initialising [2026-05-04,16:26:25.511] [INFO] Location DB initialising [2026-05-04,16:26:25.522] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:26:25.523] [DEBUG] UploadManager Init [2026-05-04,16:26:25.524] [DEBUG] UploadManager Init Complete [2026-05-04,16:26:25.527] [INFO] Initializing GPS... [2026-05-04,16:26:25.530] [INFO] Starting location capture [2026-05-04,16:27:04.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:27:04.938] [INFO] LocationSqlManager initialising [2026-05-04,16:27:04.939] [INFO] Location DB initialising [2026-05-04,16:27:04.954] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:27:04.956] [DEBUG] UploadManager Init [2026-05-04,16:27:04.957] [DEBUG] UploadManager Init Complete [2026-05-04,16:27:04.962] [INFO] Initializing GPS... [2026-05-04,16:27:04.967] [INFO] Starting location capture [2026-05-04,16:27:46.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:27:46.380] [INFO] LocationSqlManager initialising [2026-05-04,16:27:46.381] [INFO] Location DB initialising [2026-05-04,16:27:46.399] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:27:46.400] [DEBUG] UploadManager Init [2026-05-04,16:27:46.401] [DEBUG] UploadManager Init Complete [2026-05-04,16:27:46.407] [INFO] Initializing GPS... [2026-05-04,16:27:46.412] [INFO] Starting location capture [2026-05-04,16:28:23.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:28:23.279] [INFO] LocationSqlManager initialising [2026-05-04,16:28:23.281] [INFO] Location DB initialising [2026-05-04,16:28:23.301] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:28:23.303] [DEBUG] UploadManager Init [2026-05-04,16:28:23.303] [DEBUG] UploadManager Init Complete [2026-05-04,16:28:23.309] [INFO] Initializing GPS... [2026-05-04,16:28:23.314] [INFO] Starting location capture [2026-05-04,16:28:59.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:28:59.140] [INFO] LocationSqlManager initialising [2026-05-04,16:28:59.141] [INFO] Location DB initialising [2026-05-04,16:28:59.154] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:28:59.154] [DEBUG] UploadManager Init [2026-05-04,16:28:59.155] [DEBUG] UploadManager Init Complete [2026-05-04,16:28:59.159] [INFO] Initializing GPS... [2026-05-04,16:28:59.162] [INFO] Starting location capture [2026-05-04,16:29:39.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:29:39.161] [INFO] LocationSqlManager initialising [2026-05-04,16:29:39.162] [INFO] Location DB initialising [2026-05-04,16:29:39.172] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:29:39.173] [DEBUG] UploadManager Init [2026-05-04,16:29:39.174] [DEBUG] UploadManager Init Complete [2026-05-04,16:29:39.177] [INFO] Initializing GPS... [2026-05-04,16:29:39.180] [INFO] Starting location capture [2026-05-04,16:30:16.492] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:30:16.504] [INFO] LocationSqlManager initialising [2026-05-04,16:30:16.505] [INFO] Location DB initialising [2026-05-04,16:30:16.524] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:30:16.525] [DEBUG] UploadManager Init [2026-05-04,16:30:16.526] [DEBUG] UploadManager Init Complete [2026-05-04,16:30:16.532] [INFO] Initializing GPS... [2026-05-04,16:30:16.536] [INFO] Starting location capture [2026-05-04,16:30:57.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:30:57.714] [INFO] LocationSqlManager initialising [2026-05-04,16:30:57.714] [INFO] Location DB initialising [2026-05-04,16:30:57.725] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:30:57.725] [DEBUG] UploadManager Init [2026-05-04,16:30:57.726] [DEBUG] UploadManager Init Complete [2026-05-04,16:30:57.729] [INFO] Initializing GPS... [2026-05-04,16:30:57.731] [INFO] Starting location capture [2026-05-04,16:31:37.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:31:37.320] [INFO] LocationSqlManager initialising [2026-05-04,16:31:37.321] [INFO] Location DB initialising [2026-05-04,16:31:37.334] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:31:37.335] [DEBUG] UploadManager Init [2026-05-04,16:31:37.336] [DEBUG] UploadManager Init Complete [2026-05-04,16:31:37.341] [INFO] Initializing GPS... [2026-05-04,16:31:37.347] [INFO] Starting location capture [2026-05-04,16:32:16.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:32:16.928] [INFO] LocationSqlManager initialising [2026-05-04,16:32:16.929] [INFO] Location DB initialising [2026-05-04,16:32:16.945] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:32:16.946] [DEBUG] UploadManager Init [2026-05-04,16:32:16.947] [DEBUG] UploadManager Init Complete [2026-05-04,16:32:16.953] [INFO] Initializing GPS... [2026-05-04,16:32:16.957] [INFO] Starting location capture [2026-05-04,16:32:57.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:32:57.171] [INFO] LocationSqlManager initialising [2026-05-04,16:32:57.171] [INFO] Location DB initialising [2026-05-04,16:32:57.185] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:32:57.186] [DEBUG] UploadManager Init [2026-05-04,16:32:57.187] [DEBUG] UploadManager Init Complete [2026-05-04,16:32:57.192] [INFO] Initializing GPS... [2026-05-04,16:32:57.196] [INFO] Starting location capture [2026-05-04,16:33:33.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:33:33.747] [INFO] LocationSqlManager initialising [2026-05-04,16:33:33.748] [INFO] Location DB initialising [2026-05-04,16:33:33.764] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:33:33.767] [DEBUG] UploadManager Init [2026-05-04,16:33:33.768] [DEBUG] UploadManager Init Complete [2026-05-04,16:33:33.773] [INFO] Initializing GPS... [2026-05-04,16:33:33.776] [INFO] Starting location capture [2026-05-04,16:34:14.149] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:34:14.156] [INFO] LocationSqlManager initialising [2026-05-04,16:34:14.157] [INFO] Location DB initialising [2026-05-04,16:34:14.180] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:34:14.181] [DEBUG] UploadManager Init [2026-05-04,16:34:14.183] [DEBUG] UploadManager Init Complete [2026-05-04,16:34:14.190] [INFO] Initializing GPS... [2026-05-04,16:34:14.195] [INFO] Starting location capture [2026-05-04,16:34:52.545] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:34:52.559] [INFO] LocationSqlManager initialising [2026-05-04,16:34:52.560] [INFO] Location DB initialising [2026-05-04,16:34:52.575] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:34:52.576] [DEBUG] UploadManager Init [2026-05-04,16:34:52.577] [DEBUG] UploadManager Init Complete [2026-05-04,16:34:52.582] [INFO] Initializing GPS... [2026-05-04,16:34:52.587] [INFO] Starting location capture [2026-05-04,16:35:33.646] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:35:33.654] [INFO] LocationSqlManager initialising [2026-05-04,16:35:33.655] [INFO] Location DB initialising [2026-05-04,16:35:33.665] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:35:33.666] [DEBUG] UploadManager Init [2026-05-04,16:35:33.667] [DEBUG] UploadManager Init Complete [2026-05-04,16:35:33.670] [INFO] Initializing GPS... [2026-05-04,16:35:33.673] [INFO] Starting location capture [2026-05-04,16:36:13.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:36:13.917] [INFO] LocationSqlManager initialising [2026-05-04,16:36:13.918] [INFO] Location DB initialising [2026-05-04,16:36:13.934] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:36:13.935] [DEBUG] UploadManager Init [2026-05-04,16:36:13.936] [DEBUG] UploadManager Init Complete [2026-05-04,16:36:13.941] [INFO] Initializing GPS... [2026-05-04,16:36:13.944] [INFO] Starting location capture [2026-05-04,16:36:50.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:36:50.965] [INFO] LocationSqlManager initialising [2026-05-04,16:36:50.966] [INFO] Location DB initialising [2026-05-04,16:36:50.981] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:36:50.983] [DEBUG] UploadManager Init [2026-05-04,16:36:50.983] [DEBUG] UploadManager Init Complete [2026-05-04,16:36:50.988] [INFO] Initializing GPS... [2026-05-04,16:36:50.994] [INFO] Starting location capture [2026-05-04,16:37:27.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:37:27.291] [INFO] LocationSqlManager initialising [2026-05-04,16:37:27.292] [INFO] Location DB initialising [2026-05-04,16:37:27.309] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:37:27.310] [DEBUG] UploadManager Init [2026-05-04,16:37:27.311] [DEBUG] UploadManager Init Complete [2026-05-04,16:37:27.316] [INFO] Initializing GPS... [2026-05-04,16:37:27.320] [INFO] Starting location capture [2026-05-04,16:38:04.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:38:04.723] [INFO] LocationSqlManager initialising [2026-05-04,16:38:04.725] [INFO] Location DB initialising [2026-05-04,16:38:04.748] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:38:04.750] [DEBUG] UploadManager Init [2026-05-04,16:38:04.751] [DEBUG] UploadManager Init Complete [2026-05-04,16:38:04.759] [INFO] Initializing GPS... [2026-05-04,16:38:04.765] [INFO] Starting location capture [2026-05-04,16:38:46.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:38:46.027] [INFO] LocationSqlManager initialising [2026-05-04,16:38:46.028] [INFO] Location DB initialising [2026-05-04,16:38:46.046] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:38:46.048] [DEBUG] UploadManager Init [2026-05-04,16:38:46.049] [DEBUG] UploadManager Init Complete [2026-05-04,16:38:46.054] [INFO] Initializing GPS... [2026-05-04,16:38:46.058] [INFO] Starting location capture [2026-05-04,16:39:22.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:39:22.768] [INFO] LocationSqlManager initialising [2026-05-04,16:39:22.769] [INFO] Location DB initialising [2026-05-04,16:39:22.785] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:39:22.786] [DEBUG] UploadManager Init [2026-05-04,16:39:22.787] [DEBUG] UploadManager Init Complete [2026-05-04,16:39:22.793] [INFO] Initializing GPS... [2026-05-04,16:39:22.799] [INFO] Starting location capture [2026-05-04,16:40:06.095] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:40:06.107] [INFO] LocationSqlManager initialising [2026-05-04,16:40:06.109] [INFO] Location DB initialising [2026-05-04,16:40:06.127] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:40:06.128] [DEBUG] UploadManager Init [2026-05-04,16:40:06.129] [DEBUG] UploadManager Init Complete [2026-05-04,16:40:06.136] [INFO] Initializing GPS... [2026-05-04,16:40:06.141] [INFO] Starting location capture [2026-05-04,16:40:48.415] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:40:48.426] [INFO] LocationSqlManager initialising [2026-05-04,16:40:48.427] [INFO] Location DB initialising [2026-05-04,16:40:48.449] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:40:48.451] [DEBUG] UploadManager Init [2026-05-04,16:40:48.452] [DEBUG] UploadManager Init Complete [2026-05-04,16:40:48.457] [INFO] Initializing GPS... [2026-05-04,16:40:48.462] [INFO] Starting location capture [2026-05-04,16:41:24.675] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:41:24.688] [INFO] LocationSqlManager initialising [2026-05-04,16:41:24.690] [INFO] Location DB initialising [2026-05-04,16:41:24.708] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:41:24.710] [DEBUG] UploadManager Init [2026-05-04,16:41:24.711] [DEBUG] UploadManager Init Complete [2026-05-04,16:41:24.717] [INFO] Initializing GPS... [2026-05-04,16:41:24.722] [INFO] Starting location capture [2026-05-04,16:42:06.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:42:06.027] [INFO] LocationSqlManager initialising [2026-05-04,16:42:06.028] [INFO] Location DB initialising [2026-05-04,16:42:06.045] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:42:06.046] [DEBUG] UploadManager Init [2026-05-04,16:42:06.047] [DEBUG] UploadManager Init Complete [2026-05-04,16:42:06.052] [INFO] Initializing GPS... [2026-05-04,16:42:06.056] [INFO] Starting location capture [2026-05-04,16:42:47.306] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:42:47.311] [INFO] LocationSqlManager initialising [2026-05-04,16:42:47.312] [INFO] Location DB initialising [2026-05-04,16:42:47.321] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:42:47.322] [DEBUG] UploadManager Init [2026-05-04,16:42:47.322] [DEBUG] UploadManager Init Complete [2026-05-04,16:42:47.324] [INFO] Initializing GPS... [2026-05-04,16:42:47.326] [INFO] Starting location capture [2026-05-04,16:43:28.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:43:28.174] [INFO] LocationSqlManager initialising [2026-05-04,16:43:28.175] [INFO] Location DB initialising [2026-05-04,16:43:28.190] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:43:28.191] [DEBUG] UploadManager Init [2026-05-04,16:43:28.191] [DEBUG] UploadManager Init Complete [2026-05-04,16:43:28.195] [INFO] Initializing GPS... [2026-05-04,16:43:28.198] [INFO] Starting location capture [2026-05-04,16:44:07.762] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:44:07.769] [INFO] LocationSqlManager initialising [2026-05-04,16:44:07.769] [INFO] Location DB initialising [2026-05-04,16:44:07.781] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:44:07.782] [DEBUG] UploadManager Init [2026-05-04,16:44:07.783] [DEBUG] UploadManager Init Complete [2026-05-04,16:44:07.787] [INFO] Initializing GPS... [2026-05-04,16:44:07.790] [INFO] Starting location capture [2026-05-04,16:44:43.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:44:43.816] [INFO] LocationSqlManager initialising [2026-05-04,16:44:43.817] [INFO] Location DB initialising [2026-05-04,16:44:43.833] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:44:43.834] [DEBUG] UploadManager Init [2026-05-04,16:44:43.835] [DEBUG] UploadManager Init Complete [2026-05-04,16:44:43.839] [INFO] Initializing GPS... [2026-05-04,16:44:43.843] [INFO] Starting location capture [2026-05-04,16:45:22.597] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:45:22.604] [INFO] LocationSqlManager initialising [2026-05-04,16:45:22.604] [INFO] Location DB initialising [2026-05-04,16:45:22.616] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:45:22.617] [DEBUG] UploadManager Init [2026-05-04,16:45:22.618] [DEBUG] UploadManager Init Complete [2026-05-04,16:45:22.621] [INFO] Initializing GPS... [2026-05-04,16:45:22.624] [INFO] Starting location capture [2026-05-04,16:46:02.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:46:02.134] [INFO] LocationSqlManager initialising [2026-05-04,16:46:02.134] [INFO] Location DB initialising [2026-05-04,16:46:02.144] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:46:02.145] [DEBUG] UploadManager Init [2026-05-04,16:46:02.145] [DEBUG] UploadManager Init Complete [2026-05-04,16:46:02.148] [INFO] Initializing GPS... [2026-05-04,16:46:02.150] [INFO] Starting location capture [2026-05-04,16:46:42.478] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:46:42.485] [INFO] LocationSqlManager initialising [2026-05-04,16:46:42.485] [INFO] Location DB initialising [2026-05-04,16:46:42.499] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:46:42.500] [DEBUG] UploadManager Init [2026-05-04,16:46:42.500] [DEBUG] UploadManager Init Complete [2026-05-04,16:46:42.505] [INFO] Initializing GPS... [2026-05-04,16:46:42.509] [INFO] Starting location capture [2026-05-04,16:47:22.448] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:47:22.456] [INFO] LocationSqlManager initialising [2026-05-04,16:47:22.457] [INFO] Location DB initialising [2026-05-04,16:47:22.471] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:47:22.472] [DEBUG] UploadManager Init [2026-05-04,16:47:22.472] [DEBUG] UploadManager Init Complete [2026-05-04,16:47:22.477] [INFO] Initializing GPS... [2026-05-04,16:47:22.480] [INFO] Starting location capture [2026-05-04,16:48:02.574] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:48:02.582] [INFO] LocationSqlManager initialising [2026-05-04,16:48:02.582] [INFO] Location DB initialising [2026-05-04,16:48:02.597] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:48:02.598] [DEBUG] UploadManager Init [2026-05-04,16:48:02.598] [DEBUG] UploadManager Init Complete [2026-05-04,16:48:02.602] [INFO] Initializing GPS... [2026-05-04,16:48:02.605] [INFO] Starting location capture [2026-05-04,16:48:37.289] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:48:37.298] [INFO] LocationSqlManager initialising [2026-05-04,16:48:37.299] [INFO] Location DB initialising [2026-05-04,16:48:37.313] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:48:37.314] [DEBUG] UploadManager Init [2026-05-04,16:48:37.315] [DEBUG] UploadManager Init Complete [2026-05-04,16:48:37.320] [INFO] Initializing GPS... [2026-05-04,16:48:37.323] [INFO] Starting location capture [2026-05-04,16:49:12.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:49:12.047] [INFO] LocationSqlManager initialising [2026-05-04,16:49:12.048] [INFO] Location DB initialising [2026-05-04,16:49:12.065] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:49:12.066] [DEBUG] UploadManager Init [2026-05-04,16:49:12.066] [DEBUG] UploadManager Init Complete [2026-05-04,16:49:12.071] [INFO] Initializing GPS... [2026-05-04,16:49:12.075] [INFO] Starting location capture [2026-05-04,16:49:53.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:49:53.053] [INFO] LocationSqlManager initialising [2026-05-04,16:49:53.054] [INFO] Location DB initialising [2026-05-04,16:49:53.066] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:49:53.067] [DEBUG] UploadManager Init [2026-05-04,16:49:53.067] [DEBUG] UploadManager Init Complete [2026-05-04,16:49:53.071] [INFO] Initializing GPS... [2026-05-04,16:49:53.075] [INFO] Starting location capture [2026-05-04,16:50:28.941] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:50:28.948] [INFO] LocationSqlManager initialising [2026-05-04,16:50:28.949] [INFO] Location DB initialising [2026-05-04,16:50:28.964] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:50:28.966] [DEBUG] UploadManager Init [2026-05-04,16:50:28.968] [DEBUG] UploadManager Init Complete [2026-05-04,16:50:28.975] [INFO] Initializing GPS... [2026-05-04,16:50:28.980] [INFO] Starting location capture [2026-05-04,16:51:07.885] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:51:07.892] [INFO] LocationSqlManager initialising [2026-05-04,16:51:07.893] [INFO] Location DB initialising [2026-05-04,16:51:07.905] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:51:07.906] [DEBUG] UploadManager Init [2026-05-04,16:51:07.907] [DEBUG] UploadManager Init Complete [2026-05-04,16:51:07.911] [INFO] Initializing GPS... [2026-05-04,16:51:07.914] [INFO] Starting location capture [2026-05-04,16:51:48.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:51:48.085] [INFO] LocationSqlManager initialising [2026-05-04,16:51:48.086] [INFO] Location DB initialising [2026-05-04,16:51:48.101] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:51:48.102] [DEBUG] UploadManager Init [2026-05-04,16:51:48.103] [DEBUG] UploadManager Init Complete [2026-05-04,16:51:48.107] [INFO] Initializing GPS... [2026-05-04,16:51:48.110] [INFO] Starting location capture [2026-05-04,16:52:27.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:52:27.934] [INFO] LocationSqlManager initialising [2026-05-04,16:52:27.935] [INFO] Location DB initialising [2026-05-04,16:52:27.944] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:52:27.945] [DEBUG] UploadManager Init [2026-05-04,16:52:27.945] [DEBUG] UploadManager Init Complete [2026-05-04,16:52:27.948] [INFO] Initializing GPS... [2026-05-04,16:52:27.950] [INFO] Starting location capture [2026-05-04,16:53:08.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:53:08.161] [INFO] LocationSqlManager initialising [2026-05-04,16:53:08.161] [INFO] Location DB initialising [2026-05-04,16:53:08.171] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:53:08.171] [DEBUG] UploadManager Init [2026-05-04,16:53:08.172] [DEBUG] UploadManager Init Complete [2026-05-04,16:53:08.174] [INFO] Initializing GPS... [2026-05-04,16:53:08.176] [INFO] Starting location capture [2026-05-04,16:53:46.056] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:53:46.061] [INFO] LocationSqlManager initialising [2026-05-04,16:53:46.061] [INFO] Location DB initialising [2026-05-04,16:53:46.072] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:53:46.072] [DEBUG] UploadManager Init [2026-05-04,16:53:46.073] [DEBUG] UploadManager Init Complete [2026-05-04,16:53:46.076] [INFO] Initializing GPS... [2026-05-04,16:53:46.078] [INFO] Starting location capture [2026-05-04,16:54:26.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:54:26.219] [INFO] LocationSqlManager initialising [2026-05-04,16:54:26.220] [INFO] Location DB initialising [2026-05-04,16:54:26.231] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:54:26.232] [DEBUG] UploadManager Init [2026-05-04,16:54:26.233] [DEBUG] UploadManager Init Complete [2026-05-04,16:54:26.237] [INFO] Initializing GPS... [2026-05-04,16:54:26.239] [INFO] Starting location capture [2026-05-04,16:55:05.142] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:55:05.147] [INFO] LocationSqlManager initialising [2026-05-04,16:55:05.148] [INFO] Location DB initialising [2026-05-04,16:55:05.158] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:55:05.159] [DEBUG] UploadManager Init [2026-05-04,16:55:05.160] [DEBUG] UploadManager Init Complete [2026-05-04,16:55:05.165] [INFO] Initializing GPS... [2026-05-04,16:55:05.168] [INFO] Starting location capture [2026-05-04,16:55:44.729] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:55:44.735] [INFO] LocationSqlManager initialising [2026-05-04,16:55:44.735] [INFO] Location DB initialising [2026-05-04,16:55:44.746] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:55:44.746] [DEBUG] UploadManager Init [2026-05-04,16:55:44.747] [DEBUG] UploadManager Init Complete [2026-05-04,16:55:44.750] [INFO] Initializing GPS... [2026-05-04,16:55:44.752] [INFO] Starting location capture [2026-05-04,16:56:24.384] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:56:24.392] [INFO] LocationSqlManager initialising [2026-05-04,16:56:24.393] [INFO] Location DB initialising [2026-05-04,16:56:24.402] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:56:24.403] [DEBUG] UploadManager Init [2026-05-04,16:56:24.404] [DEBUG] UploadManager Init Complete [2026-05-04,16:56:24.407] [INFO] Initializing GPS... [2026-05-04,16:56:24.409] [INFO] Starting location capture [2026-05-04,16:56:59.353] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:56:59.361] [INFO] LocationSqlManager initialising [2026-05-04,16:56:59.362] [INFO] Location DB initialising [2026-05-04,16:56:59.374] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:56:59.375] [DEBUG] UploadManager Init [2026-05-04,16:56:59.376] [DEBUG] UploadManager Init Complete [2026-05-04,16:56:59.380] [INFO] Initializing GPS... [2026-05-04,16:56:59.383] [INFO] Starting location capture [2026-05-04,16:57:37.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:57:37.969] [INFO] LocationSqlManager initialising [2026-05-04,16:57:37.970] [INFO] Location DB initialising [2026-05-04,16:57:37.979] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:57:37.980] [DEBUG] UploadManager Init [2026-05-04,16:57:37.980] [DEBUG] UploadManager Init Complete [2026-05-04,16:57:37.983] [INFO] Initializing GPS... [2026-05-04,16:57:37.985] [INFO] Starting location capture [2026-05-04,16:58:18.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:58:18.028] [INFO] LocationSqlManager initialising [2026-05-04,16:58:18.029] [INFO] Location DB initialising [2026-05-04,16:58:18.040] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:58:18.041] [DEBUG] UploadManager Init [2026-05-04,16:58:18.042] [DEBUG] UploadManager Init Complete [2026-05-04,16:58:18.047] [INFO] Initializing GPS... [2026-05-04,16:58:18.050] [INFO] Starting location capture [2026-05-04,16:58:53.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:58:53.159] [INFO] LocationSqlManager initialising [2026-05-04,16:58:53.159] [INFO] Location DB initialising [2026-05-04,16:58:53.168] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:58:53.169] [DEBUG] UploadManager Init [2026-05-04,16:58:53.169] [DEBUG] UploadManager Init Complete [2026-05-04,16:58:53.172] [INFO] Initializing GPS... [2026-05-04,16:58:53.174] [INFO] Starting location capture [2026-05-04,16:59:31.669] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,16:59:31.676] [INFO] LocationSqlManager initialising [2026-05-04,16:59:31.677] [INFO] Location DB initialising [2026-05-04,16:59:31.688] [INFO] LocationSqlManager initialisation complete [2026-05-04,16:59:31.689] [DEBUG] UploadManager Init [2026-05-04,16:59:31.689] [DEBUG] UploadManager Init Complete [2026-05-04,16:59:31.694] [INFO] Initializing GPS... [2026-05-04,16:59:31.696] [INFO] Starting location capture [2026-05-04,17:00:07.765] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:00:07.770] [INFO] LocationSqlManager initialising [2026-05-04,17:00:07.771] [INFO] Location DB initialising [2026-05-04,17:00:07.780] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:00:07.781] [DEBUG] UploadManager Init [2026-05-04,17:00:07.781] [DEBUG] UploadManager Init Complete [2026-05-04,17:00:07.784] [INFO] Initializing GPS... [2026-05-04,17:00:07.785] [INFO] Starting location capture [2026-05-04,17:00:46.883] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:00:46.888] [INFO] LocationSqlManager initialising [2026-05-04,17:00:46.889] [INFO] Location DB initialising [2026-05-04,17:00:46.898] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:00:46.899] [DEBUG] UploadManager Init [2026-05-04,17:00:46.899] [DEBUG] UploadManager Init Complete [2026-05-04,17:00:46.902] [INFO] Initializing GPS... [2026-05-04,17:00:46.904] [INFO] Starting location capture [2026-05-04,17:01:20.539] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:01:20.546] [INFO] LocationSqlManager initialising [2026-05-04,17:01:20.547] [INFO] Location DB initialising [2026-05-04,17:01:20.564] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:01:20.566] [DEBUG] UploadManager Init [2026-05-04,17:01:20.567] [DEBUG] UploadManager Init Complete [2026-05-04,17:01:20.573] [INFO] Initializing GPS... [2026-05-04,17:01:20.577] [INFO] Starting location capture [2026-05-04,17:02:00.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:02:00.864] [INFO] LocationSqlManager initialising [2026-05-04,17:02:00.865] [INFO] Location DB initialising [2026-05-04,17:02:00.882] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:02:00.883] [DEBUG] UploadManager Init [2026-05-04,17:02:00.884] [DEBUG] UploadManager Init Complete [2026-05-04,17:02:00.890] [INFO] Initializing GPS... [2026-05-04,17:02:00.895] [INFO] Starting location capture [2026-05-04,17:02:39.550] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:02:39.556] [INFO] LocationSqlManager initialising [2026-05-04,17:02:39.557] [INFO] Location DB initialising [2026-05-04,17:02:39.566] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:02:39.567] [DEBUG] UploadManager Init [2026-05-04,17:02:39.567] [DEBUG] UploadManager Init Complete [2026-05-04,17:02:39.570] [INFO] Initializing GPS... [2026-05-04,17:02:39.572] [INFO] Starting location capture [2026-05-04,17:03:18.862] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:03:18.870] [INFO] LocationSqlManager initialising [2026-05-04,17:03:18.871] [INFO] Location DB initialising [2026-05-04,17:03:18.882] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:03:18.883] [DEBUG] UploadManager Init [2026-05-04,17:03:18.884] [DEBUG] UploadManager Init Complete [2026-05-04,17:03:18.888] [INFO] Initializing GPS... [2026-05-04,17:03:18.891] [INFO] Starting location capture [2026-05-04,17:03:57.575] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:03:57.582] [INFO] LocationSqlManager initialising [2026-05-04,17:03:57.582] [INFO] Location DB initialising [2026-05-04,17:03:57.594] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:03:57.595] [DEBUG] UploadManager Init [2026-05-04,17:03:57.596] [DEBUG] UploadManager Init Complete [2026-05-04,17:03:57.600] [INFO] Initializing GPS... [2026-05-04,17:03:57.603] [INFO] Starting location capture [2026-05-04,17:04:37.654] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:04:37.661] [INFO] LocationSqlManager initialising [2026-05-04,17:04:37.662] [INFO] Location DB initialising [2026-05-04,17:04:37.674] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:04:37.675] [DEBUG] UploadManager Init [2026-05-04,17:04:37.675] [DEBUG] UploadManager Init Complete [2026-05-04,17:04:37.680] [INFO] Initializing GPS... [2026-05-04,17:04:37.683] [INFO] Starting location capture [2026-05-04,17:05:11.650] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:05:11.657] [INFO] LocationSqlManager initialising [2026-05-04,17:05:11.658] [INFO] Location DB initialising [2026-05-04,17:05:11.670] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:05:11.671] [DEBUG] UploadManager Init [2026-05-04,17:05:11.672] [DEBUG] UploadManager Init Complete [2026-05-04,17:05:11.676] [INFO] Initializing GPS... [2026-05-04,17:05:11.679] [INFO] Starting location capture [2026-05-04,17:05:50.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:05:50.844] [INFO] LocationSqlManager initialising [2026-05-04,17:05:50.845] [INFO] Location DB initialising [2026-05-04,17:05:50.856] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:05:50.857] [DEBUG] UploadManager Init [2026-05-04,17:05:50.858] [DEBUG] UploadManager Init Complete [2026-05-04,17:05:50.862] [INFO] Initializing GPS... [2026-05-04,17:05:50.865] [INFO] Starting location capture [2026-05-04,17:06:30.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:06:30.833] [INFO] LocationSqlManager initialising [2026-05-04,17:06:30.834] [INFO] Location DB initialising [2026-05-04,17:06:30.845] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:06:30.846] [DEBUG] UploadManager Init [2026-05-04,17:06:30.847] [DEBUG] UploadManager Init Complete [2026-05-04,17:06:30.851] [INFO] Initializing GPS... [2026-05-04,17:06:30.854] [INFO] Starting location capture [2026-05-04,17:07:09.526] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:07:09.533] [INFO] LocationSqlManager initialising [2026-05-04,17:07:09.535] [INFO] Location DB initialising [2026-05-04,17:07:09.546] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:07:09.547] [DEBUG] UploadManager Init [2026-05-04,17:07:09.548] [DEBUG] UploadManager Init Complete [2026-05-04,17:07:09.553] [INFO] Initializing GPS... [2026-05-04,17:07:09.556] [INFO] Starting location capture [2026-05-04,17:07:49.380] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:07:49.387] [INFO] LocationSqlManager initialising [2026-05-04,17:07:49.388] [INFO] Location DB initialising [2026-05-04,17:07:49.399] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:07:49.401] [DEBUG] UploadManager Init [2026-05-04,17:07:49.401] [DEBUG] UploadManager Init Complete [2026-05-04,17:07:49.405] [INFO] Initializing GPS... [2026-05-04,17:07:49.408] [INFO] Starting location capture [2026-05-04,17:08:28.532] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:08:28.539] [INFO] LocationSqlManager initialising [2026-05-04,17:08:28.540] [INFO] Location DB initialising [2026-05-04,17:08:28.551] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:08:28.553] [DEBUG] UploadManager Init [2026-05-04,17:08:28.553] [DEBUG] UploadManager Init Complete [2026-05-04,17:08:28.558] [INFO] Initializing GPS... [2026-05-04,17:08:28.561] [INFO] Starting location capture [2026-05-04,17:09:07.610] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:09:07.616] [INFO] LocationSqlManager initialising [2026-05-04,17:09:07.617] [INFO] Location DB initialising [2026-05-04,17:09:07.627] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:09:07.629] [DEBUG] UploadManager Init [2026-05-04,17:09:07.629] [DEBUG] UploadManager Init Complete [2026-05-04,17:09:07.634] [INFO] Initializing GPS... [2026-05-04,17:09:07.637] [INFO] Starting location capture [2026-05-04,17:09:45.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:09:45.807] [INFO] LocationSqlManager initialising [2026-05-04,17:09:45.808] [INFO] Location DB initialising [2026-05-04,17:09:45.817] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:09:45.817] [DEBUG] UploadManager Init [2026-05-04,17:09:45.818] [DEBUG] UploadManager Init Complete [2026-05-04,17:09:45.820] [INFO] Initializing GPS... [2026-05-04,17:09:45.822] [INFO] Starting location capture [2026-05-04,17:10:25.432] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:10:25.440] [INFO] LocationSqlManager initialising [2026-05-04,17:10:25.441] [INFO] Location DB initialising [2026-05-04,17:10:25.452] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:10:25.453] [DEBUG] UploadManager Init [2026-05-04,17:10:25.454] [DEBUG] UploadManager Init Complete [2026-05-04,17:10:25.459] [INFO] Initializing GPS... [2026-05-04,17:10:25.462] [INFO] Starting location capture [2026-05-04,17:11:04.661] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:11:04.666] [INFO] LocationSqlManager initialising [2026-05-04,17:11:04.666] [INFO] Location DB initialising [2026-05-04,17:11:04.676] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:11:04.677] [DEBUG] UploadManager Init [2026-05-04,17:11:04.677] [DEBUG] UploadManager Init Complete [2026-05-04,17:11:04.681] [INFO] Initializing GPS... [2026-05-04,17:11:04.683] [INFO] Starting location capture [2026-05-04,17:11:43.534] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:11:43.545] [INFO] LocationSqlManager initialising [2026-05-04,17:11:43.546] [INFO] Location DB initialising [2026-05-04,17:11:43.557] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:11:43.558] [DEBUG] UploadManager Init [2026-05-04,17:11:43.559] [DEBUG] UploadManager Init Complete [2026-05-04,17:11:43.563] [INFO] Initializing GPS... [2026-05-04,17:11:43.566] [INFO] Starting location capture [2026-05-04,17:12:23.289] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:12:23.296] [INFO] LocationSqlManager initialising [2026-05-04,17:12:23.297] [INFO] Location DB initialising [2026-05-04,17:12:23.308] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:12:23.310] [DEBUG] UploadManager Init [2026-05-04,17:12:23.310] [DEBUG] UploadManager Init Complete [2026-05-04,17:12:23.315] [INFO] Initializing GPS... [2026-05-04,17:12:23.318] [INFO] Starting location capture [2026-05-04,17:13:01.411] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:13:01.419] [INFO] LocationSqlManager initialising [2026-05-04,17:13:01.420] [INFO] Location DB initialising [2026-05-04,17:13:01.430] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:13:01.432] [DEBUG] UploadManager Init [2026-05-04,17:13:01.432] [DEBUG] UploadManager Init Complete [2026-05-04,17:13:01.436] [INFO] Initializing GPS... [2026-05-04,17:13:01.439] [INFO] Starting location capture [2026-05-04,17:13:41.398] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:13:41.403] [INFO] LocationSqlManager initialising [2026-05-04,17:13:41.403] [INFO] Location DB initialising [2026-05-04,17:13:41.413] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:13:41.414] [DEBUG] UploadManager Init [2026-05-04,17:13:41.414] [DEBUG] UploadManager Init Complete [2026-05-04,17:13:41.417] [INFO] Initializing GPS... [2026-05-04,17:13:41.419] [INFO] Starting location capture [2026-05-04,17:14:20.377] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:14:20.382] [INFO] LocationSqlManager initialising [2026-05-04,17:14:20.383] [INFO] Location DB initialising [2026-05-04,17:14:20.392] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:14:20.393] [DEBUG] UploadManager Init [2026-05-04,17:14:20.393] [DEBUG] UploadManager Init Complete [2026-05-04,17:14:20.396] [INFO] Initializing GPS... [2026-05-04,17:14:20.398] [INFO] Starting location capture [2026-05-04,17:14:59.455] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:14:59.460] [INFO] LocationSqlManager initialising [2026-05-04,17:14:59.460] [INFO] Location DB initialising [2026-05-04,17:14:59.470] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:14:59.470] [DEBUG] UploadManager Init [2026-05-04,17:14:59.471] [DEBUG] UploadManager Init Complete [2026-05-04,17:14:59.474] [INFO] Initializing GPS... [2026-05-04,17:14:59.476] [INFO] Starting location capture [2026-05-04,17:15:38.684] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:15:38.692] [INFO] LocationSqlManager initialising [2026-05-04,17:15:38.693] [INFO] Location DB initialising [2026-05-04,17:15:38.704] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:15:38.705] [DEBUG] UploadManager Init [2026-05-04,17:15:38.705] [DEBUG] UploadManager Init Complete [2026-05-04,17:15:38.708] [INFO] Initializing GPS... [2026-05-04,17:15:38.711] [INFO] Starting location capture [2026-05-04,17:16:13.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:16:13.433] [INFO] LocationSqlManager initialising [2026-05-04,17:16:13.434] [INFO] Location DB initialising [2026-05-04,17:16:13.444] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:16:13.445] [DEBUG] UploadManager Init [2026-05-04,17:16:13.445] [DEBUG] UploadManager Init Complete [2026-05-04,17:16:13.448] [INFO] Initializing GPS... [2026-05-04,17:16:13.450] [INFO] Starting location capture [2026-05-04,17:16:51.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:16:51.860] [INFO] LocationSqlManager initialising [2026-05-04,17:16:51.861] [INFO] Location DB initialising [2026-05-04,17:16:51.871] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:16:51.872] [DEBUG] UploadManager Init [2026-05-04,17:16:51.872] [DEBUG] UploadManager Init Complete [2026-05-04,17:16:51.876] [INFO] Initializing GPS... [2026-05-04,17:16:51.878] [INFO] Starting location capture [2026-05-04,17:17:30.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:17:30.699] [INFO] LocationSqlManager initialising [2026-05-04,17:17:30.700] [INFO] Location DB initialising [2026-05-04,17:17:30.710] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:17:30.711] [DEBUG] UploadManager Init [2026-05-04,17:17:30.711] [DEBUG] UploadManager Init Complete [2026-05-04,17:17:30.714] [INFO] Initializing GPS... [2026-05-04,17:17:30.716] [INFO] Starting location capture [2026-05-04,17:18:09.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:18:09.345] [INFO] LocationSqlManager initialising [2026-05-04,17:18:09.346] [INFO] Location DB initialising [2026-05-04,17:18:09.357] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:18:09.358] [DEBUG] UploadManager Init [2026-05-04,17:18:09.359] [DEBUG] UploadManager Init Complete [2026-05-04,17:18:09.363] [INFO] Initializing GPS... [2026-05-04,17:18:09.366] [INFO] Starting location capture [2026-05-04,17:18:48.456] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:18:48.463] [INFO] LocationSqlManager initialising [2026-05-04,17:18:48.465] [INFO] Location DB initialising [2026-05-04,17:18:48.480] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:18:48.482] [DEBUG] UploadManager Init [2026-05-04,17:18:48.484] [DEBUG] UploadManager Init Complete [2026-05-04,17:18:48.492] [INFO] Initializing GPS... [2026-05-04,17:18:48.495] [INFO] Starting location capture [2026-05-04,17:19:27.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:19:27.164] [INFO] LocationSqlManager initialising [2026-05-04,17:19:27.165] [INFO] Location DB initialising [2026-05-04,17:19:27.174] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:19:27.175] [DEBUG] UploadManager Init [2026-05-04,17:19:27.175] [DEBUG] UploadManager Init Complete [2026-05-04,17:19:27.178] [INFO] Initializing GPS... [2026-05-04,17:19:27.179] [INFO] Starting location capture [2026-05-04,17:20:06.353] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:20:06.359] [INFO] LocationSqlManager initialising [2026-05-04,17:20:06.359] [INFO] Location DB initialising [2026-05-04,17:20:06.368] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:20:06.369] [DEBUG] UploadManager Init [2026-05-04,17:20:06.369] [DEBUG] UploadManager Init Complete [2026-05-04,17:20:06.372] [INFO] Initializing GPS... [2026-05-04,17:20:06.374] [INFO] Starting location capture [2026-05-04,17:20:40.469] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:20:40.474] [INFO] LocationSqlManager initialising [2026-05-04,17:20:40.475] [INFO] Location DB initialising [2026-05-04,17:20:40.486] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:20:40.487] [DEBUG] UploadManager Init [2026-05-04,17:20:40.488] [DEBUG] UploadManager Init Complete [2026-05-04,17:20:40.493] [INFO] Initializing GPS... [2026-05-04,17:20:40.496] [INFO] Starting location capture [2026-05-04,17:21:20.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:21:20.473] [INFO] LocationSqlManager initialising [2026-05-04,17:21:20.474] [INFO] Location DB initialising [2026-05-04,17:21:20.483] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:21:20.484] [DEBUG] UploadManager Init [2026-05-04,17:21:20.484] [DEBUG] UploadManager Init Complete [2026-05-04,17:21:20.487] [INFO] Initializing GPS... [2026-05-04,17:21:20.489] [INFO] Starting location capture [2026-05-04,17:21:59.261] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:21:59.267] [INFO] LocationSqlManager initialising [2026-05-04,17:21:59.267] [INFO] Location DB initialising [2026-05-04,17:21:59.277] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:21:59.278] [DEBUG] UploadManager Init [2026-05-04,17:21:59.278] [DEBUG] UploadManager Init Complete [2026-05-04,17:21:59.281] [INFO] Initializing GPS... [2026-05-04,17:21:59.283] [INFO] Starting location capture [2026-05-04,17:22:38.188] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:22:38.195] [INFO] LocationSqlManager initialising [2026-05-04,17:22:38.196] [INFO] Location DB initialising [2026-05-04,17:22:38.207] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:22:38.208] [DEBUG] UploadManager Init [2026-05-04,17:22:38.209] [DEBUG] UploadManager Init Complete [2026-05-04,17:22:38.213] [INFO] Initializing GPS... [2026-05-04,17:22:38.216] [INFO] Starting location capture [2026-05-04,17:23:17.217] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:23:17.224] [INFO] LocationSqlManager initialising [2026-05-04,17:23:17.225] [INFO] Location DB initialising [2026-05-04,17:23:17.237] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:23:17.238] [DEBUG] UploadManager Init [2026-05-04,17:23:17.239] [DEBUG] UploadManager Init Complete [2026-05-04,17:23:17.243] [INFO] Initializing GPS... [2026-05-04,17:23:17.246] [INFO] Starting location capture [2026-05-04,17:23:56.347] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:23:56.353] [INFO] LocationSqlManager initialising [2026-05-04,17:23:56.353] [INFO] Location DB initialising [2026-05-04,17:23:56.364] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:23:56.364] [DEBUG] UploadManager Init [2026-05-04,17:23:56.365] [DEBUG] UploadManager Init Complete [2026-05-04,17:23:56.368] [INFO] Initializing GPS... [2026-05-04,17:23:56.370] [INFO] Starting location capture [2026-05-04,17:24:34.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:24:34.979] [INFO] LocationSqlManager initialising [2026-05-04,17:24:34.979] [INFO] Location DB initialising [2026-05-04,17:24:34.989] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:24:34.990] [DEBUG] UploadManager Init [2026-05-04,17:24:34.990] [DEBUG] UploadManager Init Complete [2026-05-04,17:24:34.993] [INFO] Initializing GPS... [2026-05-04,17:24:34.994] [INFO] Starting location capture [2026-05-04,17:25:12.620] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:25:12.625] [INFO] LocationSqlManager initialising [2026-05-04,17:25:12.625] [INFO] Location DB initialising [2026-05-04,17:25:12.635] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:25:12.635] [DEBUG] UploadManager Init [2026-05-04,17:25:12.636] [DEBUG] UploadManager Init Complete [2026-05-04,17:25:12.638] [INFO] Initializing GPS... [2026-05-04,17:25:12.641] [INFO] Starting location capture [2026-05-04,17:25:52.372] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:25:52.379] [INFO] LocationSqlManager initialising [2026-05-04,17:25:52.380] [INFO] Location DB initialising [2026-05-04,17:25:52.390] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:25:52.392] [DEBUG] UploadManager Init [2026-05-04,17:25:52.392] [DEBUG] UploadManager Init Complete [2026-05-04,17:25:52.396] [INFO] Initializing GPS... [2026-05-04,17:25:52.399] [INFO] Starting location capture [2026-05-04,17:26:30.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:26:30.921] [INFO] LocationSqlManager initialising [2026-05-04,17:26:30.922] [INFO] Location DB initialising [2026-05-04,17:26:30.939] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:26:30.940] [DEBUG] UploadManager Init [2026-05-04,17:26:30.941] [DEBUG] UploadManager Init Complete [2026-05-04,17:26:30.948] [INFO] Initializing GPS... [2026-05-04,17:26:30.953] [INFO] Starting location capture [2026-05-04,17:27:10.311] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:27:10.317] [INFO] LocationSqlManager initialising [2026-05-04,17:27:10.318] [INFO] Location DB initialising [2026-05-04,17:27:10.328] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:27:10.329] [DEBUG] UploadManager Init [2026-05-04,17:27:10.330] [DEBUG] UploadManager Init Complete [2026-05-04,17:27:10.333] [INFO] Initializing GPS... [2026-05-04,17:27:10.335] [INFO] Starting location capture [2026-05-04,17:27:48.369] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:27:48.375] [INFO] LocationSqlManager initialising [2026-05-04,17:27:48.376] [INFO] Location DB initialising [2026-05-04,17:27:48.386] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:27:48.387] [DEBUG] UploadManager Init [2026-05-04,17:27:48.387] [DEBUG] UploadManager Init Complete [2026-05-04,17:27:48.390] [INFO] Initializing GPS... [2026-05-04,17:27:48.392] [INFO] Starting location capture [2026-05-04,17:28:27.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:28:27.423] [INFO] LocationSqlManager initialising [2026-05-04,17:28:27.424] [INFO] Location DB initialising [2026-05-04,17:28:27.435] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:28:27.436] [DEBUG] UploadManager Init [2026-05-04,17:28:27.437] [DEBUG] UploadManager Init Complete [2026-05-04,17:28:27.441] [INFO] Initializing GPS... [2026-05-04,17:28:27.444] [INFO] Starting location capture [2026-05-04,17:29:05.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:29:05.659] [INFO] LocationSqlManager initialising [2026-05-04,17:29:05.659] [INFO] Location DB initialising [2026-05-04,17:29:05.674] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:29:05.675] [DEBUG] UploadManager Init [2026-05-04,17:29:05.676] [DEBUG] UploadManager Init Complete [2026-05-04,17:29:05.679] [INFO] Initializing GPS... [2026-05-04,17:29:05.681] [INFO] Starting location capture [2026-05-04,17:29:44.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:29:44.910] [INFO] LocationSqlManager initialising [2026-05-04,17:29:44.911] [INFO] Location DB initialising [2026-05-04,17:29:44.924] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:29:44.924] [DEBUG] UploadManager Init [2026-05-04,17:29:44.925] [DEBUG] UploadManager Init Complete [2026-05-04,17:29:44.928] [INFO] Initializing GPS... [2026-05-04,17:29:44.931] [INFO] Starting location capture [2026-05-04,17:30:24.030] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:30:24.037] [INFO] LocationSqlManager initialising [2026-05-04,17:30:24.038] [INFO] Location DB initialising [2026-05-04,17:30:24.049] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:30:24.051] [DEBUG] UploadManager Init [2026-05-04,17:30:24.051] [DEBUG] UploadManager Init Complete [2026-05-04,17:30:24.056] [INFO] Initializing GPS... [2026-05-04,17:30:24.059] [INFO] Starting location capture [2026-05-04,17:31:01.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:31:01.968] [INFO] LocationSqlManager initialising [2026-05-04,17:31:01.968] [INFO] Location DB initialising [2026-05-04,17:31:01.977] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:31:01.978] [DEBUG] UploadManager Init [2026-05-04,17:31:01.979] [DEBUG] UploadManager Init Complete [2026-05-04,17:31:01.981] [INFO] Initializing GPS... [2026-05-04,17:31:01.983] [INFO] Starting location capture [2026-05-04,17:31:37.589] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:31:37.597] [INFO] LocationSqlManager initialising [2026-05-04,17:31:37.598] [INFO] Location DB initialising [2026-05-04,17:31:37.610] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:31:37.611] [DEBUG] UploadManager Init [2026-05-04,17:31:37.612] [DEBUG] UploadManager Init Complete [2026-05-04,17:31:37.616] [INFO] Initializing GPS... [2026-05-04,17:31:37.619] [INFO] Starting location capture [2026-05-04,17:32:15.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:32:15.955] [INFO] LocationSqlManager initialising [2026-05-04,17:32:15.955] [INFO] Location DB initialising [2026-05-04,17:32:15.965] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:32:15.965] [DEBUG] UploadManager Init [2026-05-04,17:32:15.966] [DEBUG] UploadManager Init Complete [2026-05-04,17:32:15.968] [INFO] Initializing GPS... [2026-05-04,17:32:15.970] [INFO] Starting location capture [2026-05-04,17:32:54.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:32:54.144] [INFO] LocationSqlManager initialising [2026-05-04,17:32:54.145] [INFO] Location DB initialising [2026-05-04,17:32:54.154] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:32:54.155] [DEBUG] UploadManager Init [2026-05-04,17:32:54.155] [DEBUG] UploadManager Init Complete [2026-05-04,17:32:54.158] [INFO] Initializing GPS... [2026-05-04,17:32:54.160] [INFO] Starting location capture [2026-05-04,17:33:33.569] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:33:33.577] [INFO] LocationSqlManager initialising [2026-05-04,17:33:33.578] [INFO] Location DB initialising [2026-05-04,17:33:33.589] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:33:33.590] [DEBUG] UploadManager Init [2026-05-04,17:33:33.591] [DEBUG] UploadManager Init Complete [2026-05-04,17:33:33.595] [INFO] Initializing GPS... [2026-05-04,17:33:33.598] [INFO] Starting location capture [2026-05-04,17:34:12.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:34:12.973] [INFO] LocationSqlManager initialising [2026-05-04,17:34:12.974] [INFO] Location DB initialising [2026-05-04,17:34:12.986] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:34:12.987] [DEBUG] UploadManager Init [2026-05-04,17:34:12.987] [DEBUG] UploadManager Init Complete [2026-05-04,17:34:12.992] [INFO] Initializing GPS... [2026-05-04,17:34:12.995] [INFO] Starting location capture [2026-05-04,17:34:50.949] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:34:50.954] [INFO] LocationSqlManager initialising [2026-05-04,17:34:50.955] [INFO] Location DB initialising [2026-05-04,17:34:50.967] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:34:50.968] [DEBUG] UploadManager Init [2026-05-04,17:34:50.969] [DEBUG] UploadManager Init Complete [2026-05-04,17:34:50.973] [INFO] Initializing GPS... [2026-05-04,17:34:50.977] [INFO] Starting location capture [2026-05-04,17:35:30.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:35:30.097] [INFO] LocationSqlManager initialising [2026-05-04,17:35:30.098] [INFO] Location DB initialising [2026-05-04,17:35:30.108] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:35:30.108] [DEBUG] UploadManager Init [2026-05-04,17:35:30.109] [DEBUG] UploadManager Init Complete [2026-05-04,17:35:30.111] [INFO] Initializing GPS... [2026-05-04,17:35:30.113] [INFO] Starting location capture [2026-05-04,17:36:08.188] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:36:08.194] [INFO] LocationSqlManager initialising [2026-05-04,17:36:08.194] [INFO] Location DB initialising [2026-05-04,17:36:08.203] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:36:08.204] [DEBUG] UploadManager Init [2026-05-04,17:36:08.205] [DEBUG] UploadManager Init Complete [2026-05-04,17:36:08.207] [INFO] Initializing GPS... [2026-05-04,17:36:08.209] [INFO] Starting location capture [2026-05-04,17:36:46.783] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:36:46.788] [INFO] LocationSqlManager initialising [2026-05-04,17:36:46.789] [INFO] Location DB initialising [2026-05-04,17:36:46.801] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:36:46.802] [DEBUG] UploadManager Init [2026-05-04,17:36:46.803] [DEBUG] UploadManager Init Complete [2026-05-04,17:36:46.807] [INFO] Initializing GPS... [2026-05-04,17:36:46.810] [INFO] Starting location capture [2026-05-04,17:37:25.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:37:25.995] [INFO] LocationSqlManager initialising [2026-05-04,17:37:25.996] [INFO] Location DB initialising [2026-05-04,17:37:26.007] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:37:26.009] [DEBUG] UploadManager Init [2026-05-04,17:37:26.009] [DEBUG] UploadManager Init Complete [2026-05-04,17:37:26.014] [INFO] Initializing GPS... [2026-05-04,17:37:26.017] [INFO] Starting location capture [2026-05-04,17:38:03.820] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:38:03.825] [INFO] LocationSqlManager initialising [2026-05-04,17:38:03.826] [INFO] Location DB initialising [2026-05-04,17:38:03.835] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:38:03.836] [DEBUG] UploadManager Init [2026-05-04,17:38:03.836] [DEBUG] UploadManager Init Complete [2026-05-04,17:38:03.839] [INFO] Initializing GPS... [2026-05-04,17:38:03.841] [INFO] Starting location capture [2026-05-04,17:38:42.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:38:42.967] [INFO] LocationSqlManager initialising [2026-05-04,17:38:42.968] [INFO] Location DB initialising [2026-05-04,17:38:42.979] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:38:42.980] [DEBUG] UploadManager Init [2026-05-04,17:38:42.981] [DEBUG] UploadManager Init Complete [2026-05-04,17:38:42.985] [INFO] Initializing GPS... [2026-05-04,17:38:42.988] [INFO] Starting location capture [2026-05-04,17:39:21.352] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:39:21.358] [INFO] LocationSqlManager initialising [2026-05-04,17:39:21.359] [INFO] Location DB initialising [2026-05-04,17:39:21.369] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:39:21.370] [DEBUG] UploadManager Init [2026-05-04,17:39:21.370] [DEBUG] UploadManager Init Complete [2026-05-04,17:39:21.373] [INFO] Initializing GPS... [2026-05-04,17:39:21.376] [INFO] Starting location capture [2026-05-04,17:39:59.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:39:59.986] [INFO] LocationSqlManager initialising [2026-05-04,17:39:59.986] [INFO] Location DB initialising [2026-05-04,17:39:59.998] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:39:59.998] [DEBUG] UploadManager Init [2026-05-04,17:39:59.999] [DEBUG] UploadManager Init Complete [2026-05-04,17:40:00.003] [INFO] Initializing GPS... [2026-05-04,17:40:00.005] [INFO] Starting location capture [2026-05-04,17:40:38.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:40:38.085] [INFO] LocationSqlManager initialising [2026-05-04,17:40:38.086] [INFO] Location DB initialising [2026-05-04,17:40:38.097] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:40:38.098] [DEBUG] UploadManager Init [2026-05-04,17:40:38.099] [DEBUG] UploadManager Init Complete [2026-05-04,17:40:38.103] [INFO] Initializing GPS... [2026-05-04,17:40:38.106] [INFO] Starting location capture [2026-05-04,17:41:12.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:41:12.257] [INFO] LocationSqlManager initialising [2026-05-04,17:41:12.258] [INFO] Location DB initialising [2026-05-04,17:41:12.271] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:41:12.272] [DEBUG] UploadManager Init [2026-05-04,17:41:12.273] [DEBUG] UploadManager Init Complete [2026-05-04,17:41:12.276] [INFO] Initializing GPS... [2026-05-04,17:41:12.279] [INFO] Starting location capture [2026-05-04,17:41:51.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:41:51.289] [INFO] LocationSqlManager initialising [2026-05-04,17:41:51.290] [INFO] Location DB initialising [2026-05-04,17:41:51.302] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:41:51.303] [DEBUG] UploadManager Init [2026-05-04,17:41:51.304] [DEBUG] UploadManager Init Complete [2026-05-04,17:41:51.308] [INFO] Initializing GPS... [2026-05-04,17:41:51.311] [INFO] Starting location capture [2026-05-04,17:42:29.434] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:42:29.441] [INFO] LocationSqlManager initialising [2026-05-04,17:42:29.442] [INFO] Location DB initialising [2026-05-04,17:42:29.454] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:42:29.455] [DEBUG] UploadManager Init [2026-05-04,17:42:29.456] [DEBUG] UploadManager Init Complete [2026-05-04,17:42:29.460] [INFO] Initializing GPS... [2026-05-04,17:42:29.463] [INFO] Starting location capture [2026-05-04,17:43:08.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:43:08.028] [INFO] LocationSqlManager initialising [2026-05-04,17:43:08.028] [INFO] Location DB initialising [2026-05-04,17:43:08.037] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:43:08.038] [DEBUG] UploadManager Init [2026-05-04,17:43:08.038] [DEBUG] UploadManager Init Complete [2026-05-04,17:43:08.041] [INFO] Initializing GPS... [2026-05-04,17:43:08.043] [INFO] Starting location capture [2026-05-04,17:43:47.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:43:47.048] [INFO] LocationSqlManager initialising [2026-05-04,17:43:47.049] [INFO] Location DB initialising [2026-05-04,17:43:47.058] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:43:47.059] [DEBUG] UploadManager Init [2026-05-04,17:43:47.059] [DEBUG] UploadManager Init Complete [2026-05-04,17:43:47.062] [INFO] Initializing GPS... [2026-05-04,17:43:47.064] [INFO] Starting location capture [2026-05-04,17:44:26.076] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:44:26.084] [INFO] LocationSqlManager initialising [2026-05-04,17:44:26.085] [INFO] Location DB initialising [2026-05-04,17:44:26.095] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:44:26.096] [DEBUG] UploadManager Init [2026-05-04,17:44:26.096] [DEBUG] UploadManager Init Complete [2026-05-04,17:44:26.099] [INFO] Initializing GPS... [2026-05-04,17:44:26.101] [INFO] Starting location capture [2026-05-04,17:44:59.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:44:59.234] [INFO] LocationSqlManager initialising [2026-05-04,17:44:59.235] [INFO] Location DB initialising [2026-05-04,17:44:59.245] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:44:59.246] [DEBUG] UploadManager Init [2026-05-04,17:44:59.246] [DEBUG] UploadManager Init Complete [2026-05-04,17:44:59.249] [INFO] Initializing GPS... [2026-05-04,17:44:59.251] [INFO] Starting location capture [2026-05-04,17:45:38.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:45:38.250] [INFO] LocationSqlManager initialising [2026-05-04,17:45:38.251] [INFO] Location DB initialising [2026-05-04,17:45:38.266] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:45:38.268] [DEBUG] UploadManager Init [2026-05-04,17:45:38.269] [DEBUG] UploadManager Init Complete [2026-05-04,17:45:38.276] [INFO] Initializing GPS... [2026-05-04,17:45:38.279] [INFO] Starting location capture [2026-05-04,17:46:17.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:46:17.205] [INFO] LocationSqlManager initialising [2026-05-04,17:46:17.206] [INFO] Location DB initialising [2026-05-04,17:46:17.217] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:46:17.218] [DEBUG] UploadManager Init [2026-05-04,17:46:17.219] [DEBUG] UploadManager Init Complete [2026-05-04,17:46:17.223] [INFO] Initializing GPS... [2026-05-04,17:46:17.226] [INFO] Starting location capture [2026-05-04,17:46:55.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:46:55.842] [INFO] LocationSqlManager initialising [2026-05-04,17:46:55.843] [INFO] Location DB initialising [2026-05-04,17:46:55.856] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:46:55.857] [DEBUG] UploadManager Init [2026-05-04,17:46:55.857] [DEBUG] UploadManager Init Complete [2026-05-04,17:46:55.861] [INFO] Initializing GPS... [2026-05-04,17:46:55.863] [INFO] Starting location capture [2026-05-04,17:47:33.726] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:47:33.734] [INFO] LocationSqlManager initialising [2026-05-04,17:47:33.735] [INFO] Location DB initialising [2026-05-04,17:47:33.746] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:47:33.748] [DEBUG] UploadManager Init [2026-05-04,17:47:33.748] [DEBUG] UploadManager Init Complete [2026-05-04,17:47:33.753] [INFO] Initializing GPS... [2026-05-04,17:47:33.756] [INFO] Starting location capture [2026-05-04,17:48:13.499] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:48:13.505] [INFO] LocationSqlManager initialising [2026-05-04,17:48:13.505] [INFO] Location DB initialising [2026-05-04,17:48:13.515] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:48:13.516] [DEBUG] UploadManager Init [2026-05-04,17:48:13.516] [DEBUG] UploadManager Init Complete [2026-05-04,17:48:13.519] [INFO] Initializing GPS... [2026-05-04,17:48:13.520] [INFO] Starting location capture [2026-05-04,17:48:51.368] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:48:51.375] [INFO] LocationSqlManager initialising [2026-05-04,17:48:51.377] [INFO] Location DB initialising [2026-05-04,17:48:51.388] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:48:51.389] [DEBUG] UploadManager Init [2026-05-04,17:48:51.390] [DEBUG] UploadManager Init Complete [2026-05-04,17:48:51.394] [INFO] Initializing GPS... [2026-05-04,17:48:51.397] [INFO] Starting location capture [2026-05-04,17:49:30.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:49:30.034] [INFO] LocationSqlManager initialising [2026-05-04,17:49:30.035] [INFO] Location DB initialising [2026-05-04,17:49:30.046] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:49:30.048] [DEBUG] UploadManager Init [2026-05-04,17:49:30.049] [DEBUG] UploadManager Init Complete [2026-05-04,17:49:30.053] [INFO] Initializing GPS... [2026-05-04,17:49:30.056] [INFO] Starting location capture [2026-05-04,17:50:09.428] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:50:09.435] [INFO] LocationSqlManager initialising [2026-05-04,17:50:09.436] [INFO] Location DB initialising [2026-05-04,17:50:09.446] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:50:09.447] [DEBUG] UploadManager Init [2026-05-04,17:50:09.447] [DEBUG] UploadManager Init Complete [2026-05-04,17:50:09.451] [INFO] Initializing GPS... [2026-05-04,17:50:09.453] [INFO] Starting location capture [2026-05-04,17:50:47.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:50:47.113] [INFO] LocationSqlManager initialising [2026-05-04,17:50:47.113] [INFO] Location DB initialising [2026-05-04,17:50:47.122] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:50:47.123] [DEBUG] UploadManager Init [2026-05-04,17:50:47.123] [DEBUG] UploadManager Init Complete [2026-05-04,17:50:47.126] [INFO] Initializing GPS... [2026-05-04,17:50:47.128] [INFO] Starting location capture [2026-05-04,17:51:26.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:51:26.290] [INFO] LocationSqlManager initialising [2026-05-04,17:51:26.291] [INFO] Location DB initialising [2026-05-04,17:51:26.303] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:51:26.304] [DEBUG] UploadManager Init [2026-05-04,17:51:26.305] [DEBUG] UploadManager Init Complete [2026-05-04,17:51:26.309] [INFO] Initializing GPS... [2026-05-04,17:51:26.312] [INFO] Starting location capture [2026-05-04,17:52:03.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:52:03.807] [INFO] LocationSqlManager initialising [2026-05-04,17:52:03.808] [INFO] Location DB initialising [2026-05-04,17:52:03.819] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:52:03.820] [DEBUG] UploadManager Init [2026-05-04,17:52:03.821] [DEBUG] UploadManager Init Complete [2026-05-04,17:52:03.825] [INFO] Initializing GPS... [2026-05-04,17:52:03.828] [INFO] Starting location capture [2026-05-04,17:52:43.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:52:43.152] [INFO] LocationSqlManager initialising [2026-05-04,17:52:43.153] [INFO] Location DB initialising [2026-05-04,17:52:43.163] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:52:43.164] [DEBUG] UploadManager Init [2026-05-04,17:52:43.164] [DEBUG] UploadManager Init Complete [2026-05-04,17:52:43.168] [INFO] Initializing GPS... [2026-05-04,17:52:43.170] [INFO] Starting location capture [2026-05-04,17:53:21.941] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:53:21.946] [INFO] LocationSqlManager initialising [2026-05-04,17:53:21.947] [INFO] Location DB initialising [2026-05-04,17:53:21.956] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:53:21.957] [DEBUG] UploadManager Init [2026-05-04,17:53:21.957] [DEBUG] UploadManager Init Complete [2026-05-04,17:53:21.960] [INFO] Initializing GPS... [2026-05-04,17:53:21.961] [INFO] Starting location capture [2026-05-04,17:53:59.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:53:59.829] [INFO] LocationSqlManager initialising [2026-05-04,17:53:59.830] [INFO] Location DB initialising [2026-05-04,17:53:59.842] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:53:59.843] [DEBUG] UploadManager Init [2026-05-04,17:53:59.844] [DEBUG] UploadManager Init Complete [2026-05-04,17:53:59.848] [INFO] Initializing GPS... [2026-05-04,17:53:59.851] [INFO] Starting location capture [2026-05-04,17:54:37.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:54:37.862] [INFO] LocationSqlManager initialising [2026-05-04,17:54:37.862] [INFO] Location DB initialising [2026-05-04,17:54:37.872] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:54:37.872] [DEBUG] UploadManager Init [2026-05-04,17:54:37.873] [DEBUG] UploadManager Init Complete [2026-05-04,17:54:37.876] [INFO] Initializing GPS... [2026-05-04,17:54:37.877] [INFO] Starting location capture [2026-05-04,17:55:17.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:55:17.215] [INFO] LocationSqlManager initialising [2026-05-04,17:55:17.216] [INFO] Location DB initialising [2026-05-04,17:55:17.227] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:55:17.228] [DEBUG] UploadManager Init [2026-05-04,17:55:17.229] [DEBUG] UploadManager Init Complete [2026-05-04,17:55:17.232] [INFO] Initializing GPS... [2026-05-04,17:55:17.235] [INFO] Starting location capture [2026-05-04,17:55:55.173] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:55:55.181] [INFO] LocationSqlManager initialising [2026-05-04,17:55:55.182] [INFO] Location DB initialising [2026-05-04,17:55:55.193] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:55:55.194] [DEBUG] UploadManager Init [2026-05-04,17:55:55.195] [DEBUG] UploadManager Init Complete [2026-05-04,17:55:55.199] [INFO] Initializing GPS... [2026-05-04,17:55:55.202] [INFO] Starting location capture [2026-05-04,17:56:35.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:56:35.286] [INFO] LocationSqlManager initialising [2026-05-04,17:56:35.286] [INFO] Location DB initialising [2026-05-04,17:56:35.296] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:56:35.297] [DEBUG] UploadManager Init [2026-05-04,17:56:35.297] [DEBUG] UploadManager Init Complete [2026-05-04,17:56:35.300] [INFO] Initializing GPS... [2026-05-04,17:56:35.302] [INFO] Starting location capture [2026-05-04,17:57:13.685] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:57:13.692] [INFO] LocationSqlManager initialising [2026-05-04,17:57:13.693] [INFO] Location DB initialising [2026-05-04,17:57:13.704] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:57:13.706] [DEBUG] UploadManager Init [2026-05-04,17:57:13.706] [DEBUG] UploadManager Init Complete [2026-05-04,17:57:13.709] [INFO] Initializing GPS... [2026-05-04,17:57:13.712] [INFO] Starting location capture [2026-05-04,17:57:51.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:57:51.759] [INFO] LocationSqlManager initialising [2026-05-04,17:57:51.760] [INFO] Location DB initialising [2026-05-04,17:57:51.769] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:57:51.770] [DEBUG] UploadManager Init [2026-05-04,17:57:51.770] [DEBUG] UploadManager Init Complete [2026-05-04,17:57:51.773] [INFO] Initializing GPS... [2026-05-04,17:57:51.775] [INFO] Starting location capture [2026-05-04,17:58:31.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:58:31.150] [INFO] LocationSqlManager initialising [2026-05-04,17:58:31.151] [INFO] Location DB initialising [2026-05-04,17:58:31.161] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:58:31.162] [DEBUG] UploadManager Init [2026-05-04,17:58:31.163] [DEBUG] UploadManager Init Complete [2026-05-04,17:58:31.166] [INFO] Initializing GPS... [2026-05-04,17:58:31.168] [INFO] Starting location capture [2026-05-04,17:59:09.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:59:09.033] [INFO] LocationSqlManager initialising [2026-05-04,17:59:09.034] [INFO] Location DB initialising [2026-05-04,17:59:09.043] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:59:09.044] [DEBUG] UploadManager Init [2026-05-04,17:59:09.044] [DEBUG] UploadManager Init Complete [2026-05-04,17:59:09.047] [INFO] Initializing GPS... [2026-05-04,17:59:09.049] [INFO] Starting location capture [2026-05-04,17:59:48.590] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,17:59:48.597] [INFO] LocationSqlManager initialising [2026-05-04,17:59:48.598] [INFO] Location DB initialising [2026-05-04,17:59:48.609] [INFO] LocationSqlManager initialisation complete [2026-05-04,17:59:48.611] [DEBUG] UploadManager Init [2026-05-04,17:59:48.611] [DEBUG] UploadManager Init Complete [2026-05-04,17:59:48.616] [INFO] Initializing GPS... [2026-05-04,17:59:48.619] [INFO] Starting location capture [2026-05-04,18:00:25.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:00:25.866] [INFO] LocationSqlManager initialising [2026-05-04,18:00:25.867] [INFO] Location DB initialising [2026-05-04,18:00:25.876] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:00:25.877] [DEBUG] UploadManager Init [2026-05-04,18:00:25.877] [DEBUG] UploadManager Init Complete [2026-05-04,18:00:25.880] [INFO] Initializing GPS... [2026-05-04,18:00:25.882] [INFO] Starting location capture [2026-05-04,18:01:04.951] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:01:04.958] [INFO] LocationSqlManager initialising [2026-05-04,18:01:04.959] [INFO] Location DB initialising [2026-05-04,18:01:04.970] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:01:04.972] [DEBUG] UploadManager Init [2026-05-04,18:01:04.972] [DEBUG] UploadManager Init Complete [2026-05-04,18:01:04.976] [INFO] Initializing GPS... [2026-05-04,18:01:04.978] [INFO] Starting location capture [2026-05-04,18:01:44.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:01:44.279] [INFO] LocationSqlManager initialising [2026-05-04,18:01:44.280] [INFO] Location DB initialising [2026-05-04,18:01:44.289] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:01:44.290] [DEBUG] UploadManager Init [2026-05-04,18:01:44.290] [DEBUG] UploadManager Init Complete [2026-05-04,18:01:44.293] [INFO] Initializing GPS... [2026-05-04,18:01:44.295] [INFO] Starting location capture [2026-05-04,18:02:22.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:02:22.132] [INFO] LocationSqlManager initialising [2026-05-04,18:02:22.133] [INFO] Location DB initialising [2026-05-04,18:02:22.143] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:02:22.144] [DEBUG] UploadManager Init [2026-05-04,18:02:22.144] [DEBUG] UploadManager Init Complete [2026-05-04,18:02:22.147] [INFO] Initializing GPS... [2026-05-04,18:02:22.149] [INFO] Starting location capture [2026-05-04,18:03:01.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:03:01.320] [INFO] LocationSqlManager initialising [2026-05-04,18:03:01.320] [INFO] Location DB initialising [2026-05-04,18:03:01.331] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:03:01.333] [DEBUG] UploadManager Init [2026-05-04,18:03:01.333] [DEBUG] UploadManager Init Complete [2026-05-04,18:03:01.337] [INFO] Initializing GPS... [2026-05-04,18:03:01.340] [INFO] Starting location capture [2026-05-04,18:03:40.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:03:40.108] [INFO] LocationSqlManager initialising [2026-05-04,18:03:40.108] [INFO] Location DB initialising [2026-05-04,18:03:40.118] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:03:40.119] [DEBUG] UploadManager Init [2026-05-04,18:03:40.119] [DEBUG] UploadManager Init Complete [2026-05-04,18:03:40.122] [INFO] Initializing GPS... [2026-05-04,18:03:40.124] [INFO] Starting location capture [2026-05-04,18:04:17.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:04:17.932] [INFO] LocationSqlManager initialising [2026-05-04,18:04:17.933] [INFO] Location DB initialising [2026-05-04,18:04:17.944] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:04:17.945] [DEBUG] UploadManager Init [2026-05-04,18:04:17.946] [DEBUG] UploadManager Init Complete [2026-05-04,18:04:17.949] [INFO] Initializing GPS... [2026-05-04,18:04:17.951] [INFO] Starting location capture [2026-05-04,18:04:57.031] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:04:57.036] [INFO] LocationSqlManager initialising [2026-05-04,18:04:57.037] [INFO] Location DB initialising [2026-05-04,18:04:57.046] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:04:57.047] [DEBUG] UploadManager Init [2026-05-04,18:04:57.047] [DEBUG] UploadManager Init Complete [2026-05-04,18:04:57.050] [INFO] Initializing GPS... [2026-05-04,18:04:57.052] [INFO] Starting location capture [2026-05-04,18:05:34.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:05:34.883] [INFO] LocationSqlManager initialising [2026-05-04,18:05:34.884] [INFO] Location DB initialising [2026-05-04,18:05:34.895] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:05:34.897] [DEBUG] UploadManager Init [2026-05-04,18:05:34.897] [DEBUG] UploadManager Init Complete [2026-05-04,18:05:34.902] [INFO] Initializing GPS... [2026-05-04,18:05:34.905] [INFO] Starting location capture [2026-05-04,18:06:14.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:06:14.193] [INFO] LocationSqlManager initialising [2026-05-04,18:06:14.194] [INFO] Location DB initialising [2026-05-04,18:06:14.206] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:06:14.207] [DEBUG] UploadManager Init [2026-05-04,18:06:14.208] [DEBUG] UploadManager Init Complete [2026-05-04,18:06:14.210] [INFO] Initializing GPS... [2026-05-04,18:06:14.212] [INFO] Starting location capture [2026-05-04,18:06:52.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:06:52.849] [INFO] LocationSqlManager initialising [2026-05-04,18:06:52.850] [INFO] Location DB initialising [2026-05-04,18:06:52.861] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:06:52.862] [DEBUG] UploadManager Init [2026-05-04,18:06:52.863] [DEBUG] UploadManager Init Complete [2026-05-04,18:06:52.868] [INFO] Initializing GPS... [2026-05-04,18:06:52.871] [INFO] Starting location capture [2026-05-04,18:07:30.791] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:07:30.799] [INFO] LocationSqlManager initialising [2026-05-04,18:07:30.800] [INFO] Location DB initialising [2026-05-04,18:07:30.812] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:07:30.813] [DEBUG] UploadManager Init [2026-05-04,18:07:30.813] [DEBUG] UploadManager Init Complete [2026-05-04,18:07:30.818] [INFO] Initializing GPS... [2026-05-04,18:07:30.821] [INFO] Starting location capture [2026-05-04,18:08:10.455] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:08:10.460] [INFO] LocationSqlManager initialising [2026-05-04,18:08:10.460] [INFO] Location DB initialising [2026-05-04,18:08:10.470] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:08:10.470] [DEBUG] UploadManager Init [2026-05-04,18:08:10.471] [DEBUG] UploadManager Init Complete [2026-05-04,18:08:10.473] [INFO] Initializing GPS... [2026-05-04,18:08:10.475] [INFO] Starting location capture [2026-05-04,18:08:48.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:08:48.404] [INFO] LocationSqlManager initialising [2026-05-04,18:08:48.405] [INFO] Location DB initialising [2026-05-04,18:08:48.414] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:08:48.415] [DEBUG] UploadManager Init [2026-05-04,18:08:48.415] [DEBUG] UploadManager Init Complete [2026-05-04,18:08:48.418] [INFO] Initializing GPS... [2026-05-04,18:08:48.420] [INFO] Starting location capture [2026-05-04,18:09:26.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:09:26.756] [INFO] LocationSqlManager initialising [2026-05-04,18:09:26.757] [INFO] Location DB initialising [2026-05-04,18:09:26.768] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:09:26.769] [DEBUG] UploadManager Init [2026-05-04,18:09:26.770] [DEBUG] UploadManager Init Complete [2026-05-04,18:09:26.774] [INFO] Initializing GPS... [2026-05-04,18:09:26.777] [INFO] Starting location capture [2026-05-04,18:10:05.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:10:05.178] [INFO] LocationSqlManager initialising [2026-05-04,18:10:05.179] [INFO] Location DB initialising [2026-05-04,18:10:05.190] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:10:05.191] [DEBUG] UploadManager Init [2026-05-04,18:10:05.191] [DEBUG] UploadManager Init Complete [2026-05-04,18:10:05.196] [INFO] Initializing GPS... [2026-05-04,18:10:05.199] [INFO] Starting location capture [2026-05-04,18:10:43.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:10:43.944] [INFO] LocationSqlManager initialising [2026-05-04,18:10:43.944] [INFO] Location DB initialising [2026-05-04,18:10:43.953] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:10:43.954] [DEBUG] UploadManager Init [2026-05-04,18:10:43.954] [DEBUG] UploadManager Init Complete [2026-05-04,18:10:43.957] [INFO] Initializing GPS... [2026-05-04,18:10:43.959] [INFO] Starting location capture [2026-05-04,18:11:22.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:11:22.109] [INFO] LocationSqlManager initialising [2026-05-04,18:11:22.109] [INFO] Location DB initialising [2026-05-04,18:11:22.119] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:11:22.119] [DEBUG] UploadManager Init [2026-05-04,18:11:22.120] [DEBUG] UploadManager Init Complete [2026-05-04,18:11:22.122] [INFO] Initializing GPS... [2026-05-04,18:11:22.124] [INFO] Starting location capture [2026-05-04,18:12:00.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:12:00.982] [INFO] LocationSqlManager initialising [2026-05-04,18:12:00.983] [INFO] Location DB initialising [2026-05-04,18:12:00.998] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:12:01.000] [DEBUG] UploadManager Init [2026-05-04,18:12:01.001] [DEBUG] UploadManager Init Complete [2026-05-04,18:12:01.007] [INFO] Initializing GPS... [2026-05-04,18:12:01.013] [INFO] Starting location capture [2026-05-04,18:12:39.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:12:39.264] [INFO] LocationSqlManager initialising [2026-05-04,18:12:39.265] [INFO] Location DB initialising [2026-05-04,18:12:39.277] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:12:39.278] [DEBUG] UploadManager Init [2026-05-04,18:12:39.278] [DEBUG] UploadManager Init Complete [2026-05-04,18:12:39.283] [INFO] Initializing GPS... [2026-05-04,18:12:39.286] [INFO] Starting location capture [2026-05-04,18:13:18.524] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:13:18.529] [INFO] LocationSqlManager initialising [2026-05-04,18:13:18.530] [INFO] Location DB initialising [2026-05-04,18:13:18.539] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:13:18.540] [DEBUG] UploadManager Init [2026-05-04,18:13:18.540] [DEBUG] UploadManager Init Complete [2026-05-04,18:13:18.543] [INFO] Initializing GPS... [2026-05-04,18:13:18.545] [INFO] Starting location capture [2026-05-04,18:13:56.719] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:13:56.722] [INFO] LocationSqlManager initialising [2026-05-04,18:13:56.723] [INFO] Location DB initialising [2026-05-04,18:13:56.732] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:13:56.733] [DEBUG] UploadManager Init [2026-05-04,18:13:56.733] [DEBUG] UploadManager Init Complete [2026-05-04,18:13:56.735] [INFO] Initializing GPS... [2026-05-04,18:13:56.737] [INFO] Starting location capture [2026-05-04,18:14:35.522] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:14:35.527] [INFO] LocationSqlManager initialising [2026-05-04,18:14:35.528] [INFO] Location DB initialising [2026-05-04,18:14:35.539] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:14:35.540] [DEBUG] UploadManager Init [2026-05-04,18:14:35.541] [DEBUG] UploadManager Init Complete [2026-05-04,18:14:35.545] [INFO] Initializing GPS... [2026-05-04,18:14:35.548] [INFO] Starting location capture [2026-05-04,18:15:13.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:15:13.973] [INFO] LocationSqlManager initialising [2026-05-04,18:15:13.974] [INFO] Location DB initialising [2026-05-04,18:15:13.986] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:15:13.987] [DEBUG] UploadManager Init [2026-05-04,18:15:13.988] [DEBUG] UploadManager Init Complete [2026-05-04,18:15:13.991] [INFO] Initializing GPS... [2026-05-04,18:15:13.993] [INFO] Starting location capture [2026-05-04,18:15:52.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:15:52.775] [INFO] LocationSqlManager initialising [2026-05-04,18:15:52.776] [INFO] Location DB initialising [2026-05-04,18:15:52.786] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:15:52.787] [DEBUG] UploadManager Init [2026-05-04,18:15:52.787] [DEBUG] UploadManager Init Complete [2026-05-04,18:15:52.790] [INFO] Initializing GPS... [2026-05-04,18:15:52.793] [INFO] Starting location capture [2026-05-04,18:16:26.272] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:16:26.277] [INFO] LocationSqlManager initialising [2026-05-04,18:16:26.277] [INFO] Location DB initialising [2026-05-04,18:16:26.287] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:16:26.287] [DEBUG] UploadManager Init [2026-05-04,18:16:26.288] [DEBUG] UploadManager Init Complete [2026-05-04,18:16:26.290] [INFO] Initializing GPS... [2026-05-04,18:16:26.292] [INFO] Starting location capture [2026-05-04,18:17:04.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:17:04.938] [INFO] LocationSqlManager initialising [2026-05-04,18:17:04.940] [INFO] Location DB initialising [2026-05-04,18:17:04.954] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:17:04.955] [DEBUG] UploadManager Init [2026-05-04,18:17:04.955] [DEBUG] UploadManager Init Complete [2026-05-04,18:17:04.960] [INFO] Initializing GPS... [2026-05-04,18:17:04.962] [INFO] Starting location capture [2026-05-04,18:17:44.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:17:44.091] [INFO] LocationSqlManager initialising [2026-05-04,18:17:44.092] [INFO] Location DB initialising [2026-05-04,18:17:44.114] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:17:44.115] [DEBUG] UploadManager Init [2026-05-04,18:17:44.116] [DEBUG] UploadManager Init Complete [2026-05-04,18:17:44.120] [INFO] Initializing GPS... [2026-05-04,18:17:44.123] [INFO] Starting location capture [2026-05-04,18:18:17.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:18:17.853] [INFO] LocationSqlManager initialising [2026-05-04,18:18:17.854] [INFO] Location DB initialising [2026-05-04,18:18:17.863] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:18:17.864] [DEBUG] UploadManager Init [2026-05-04,18:18:17.865] [DEBUG] UploadManager Init Complete [2026-05-04,18:18:17.867] [INFO] Initializing GPS... [2026-05-04,18:18:17.869] [INFO] Starting location capture [2026-05-04,18:18:57.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:18:57.366] [INFO] LocationSqlManager initialising [2026-05-04,18:18:57.367] [INFO] Location DB initialising [2026-05-04,18:18:57.378] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:18:57.379] [DEBUG] UploadManager Init [2026-05-04,18:18:57.380] [DEBUG] UploadManager Init Complete [2026-05-04,18:18:57.385] [INFO] Initializing GPS... [2026-05-04,18:18:57.387] [INFO] Starting location capture [2026-05-04,18:19:35.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:19:35.025] [INFO] LocationSqlManager initialising [2026-05-04,18:19:35.026] [INFO] Location DB initialising [2026-05-04,18:19:35.035] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:19:35.036] [DEBUG] UploadManager Init [2026-05-04,18:19:35.037] [DEBUG] UploadManager Init Complete [2026-05-04,18:19:35.040] [INFO] Initializing GPS... [2026-05-04,18:19:35.042] [INFO] Starting location capture [2026-05-04,18:20:14.199] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:20:14.204] [INFO] LocationSqlManager initialising [2026-05-04,18:20:14.204] [INFO] Location DB initialising [2026-05-04,18:20:14.214] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:20:14.214] [DEBUG] UploadManager Init [2026-05-04,18:20:14.215] [DEBUG] UploadManager Init Complete [2026-05-04,18:20:14.217] [INFO] Initializing GPS... [2026-05-04,18:20:14.219] [INFO] Starting location capture [2026-05-04,18:20:51.884] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:20:51.889] [INFO] LocationSqlManager initialising [2026-05-04,18:20:51.889] [INFO] Location DB initialising [2026-05-04,18:20:51.899] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:20:51.899] [DEBUG] UploadManager Init [2026-05-04,18:20:51.900] [DEBUG] UploadManager Init Complete [2026-05-04,18:20:51.902] [INFO] Initializing GPS... [2026-05-04,18:20:51.904] [INFO] Starting location capture [2026-05-04,18:21:31.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:21:31.081] [INFO] LocationSqlManager initialising [2026-05-04,18:21:31.082] [INFO] Location DB initialising [2026-05-04,18:21:31.093] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:21:31.095] [DEBUG] UploadManager Init [2026-05-04,18:21:31.095] [DEBUG] UploadManager Init Complete [2026-05-04,18:21:31.100] [INFO] Initializing GPS... [2026-05-04,18:21:31.103] [INFO] Starting location capture [2026-05-04,18:22:09.161] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:22:09.165] [INFO] LocationSqlManager initialising [2026-05-04,18:22:09.165] [INFO] Location DB initialising [2026-05-04,18:22:09.175] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:22:09.175] [DEBUG] UploadManager Init [2026-05-04,18:22:09.176] [DEBUG] UploadManager Init Complete [2026-05-04,18:22:09.178] [INFO] Initializing GPS... [2026-05-04,18:22:09.180] [INFO] Starting location capture [2026-05-04,18:22:47.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:22:47.765] [INFO] LocationSqlManager initialising [2026-05-04,18:22:47.765] [INFO] Location DB initialising [2026-05-04,18:22:47.775] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:22:47.775] [DEBUG] UploadManager Init [2026-05-04,18:22:47.776] [DEBUG] UploadManager Init Complete [2026-05-04,18:22:47.778] [INFO] Initializing GPS... [2026-05-04,18:22:47.780] [INFO] Starting location capture [2026-05-04,18:23:26.063] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:23:26.071] [INFO] LocationSqlManager initialising [2026-05-04,18:23:26.072] [INFO] Location DB initialising [2026-05-04,18:23:26.083] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:23:26.084] [DEBUG] UploadManager Init [2026-05-04,18:23:26.085] [DEBUG] UploadManager Init Complete [2026-05-04,18:23:26.090] [INFO] Initializing GPS... [2026-05-04,18:23:26.092] [INFO] Starting location capture [2026-05-04,18:24:05.069] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:24:05.074] [INFO] LocationSqlManager initialising [2026-05-04,18:24:05.074] [INFO] Location DB initialising [2026-05-04,18:24:05.084] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:24:05.086] [DEBUG] UploadManager Init [2026-05-04,18:24:05.086] [DEBUG] UploadManager Init Complete [2026-05-04,18:24:05.091] [INFO] Initializing GPS... [2026-05-04,18:24:05.094] [INFO] Starting location capture [2026-05-04,18:24:43.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:24:43.200] [INFO] LocationSqlManager initialising [2026-05-04,18:24:43.200] [INFO] Location DB initialising [2026-05-04,18:24:43.210] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:24:43.211] [DEBUG] UploadManager Init [2026-05-04,18:24:43.212] [DEBUG] UploadManager Init Complete [2026-05-04,18:24:43.215] [INFO] Initializing GPS... [2026-05-04,18:24:43.217] [INFO] Starting location capture [2026-05-04,18:25:22.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:25:22.151] [INFO] LocationSqlManager initialising [2026-05-04,18:25:22.152] [INFO] Location DB initialising [2026-05-04,18:25:22.164] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:25:22.165] [DEBUG] UploadManager Init [2026-05-04,18:25:22.166] [DEBUG] UploadManager Init Complete [2026-05-04,18:25:22.170] [INFO] Initializing GPS... [2026-05-04,18:25:22.174] [INFO] Starting location capture [2026-05-04,18:26:00.484] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:26:00.489] [INFO] LocationSqlManager initialising [2026-05-04,18:26:00.490] [INFO] Location DB initialising [2026-05-04,18:26:00.499] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:26:00.500] [DEBUG] UploadManager Init [2026-05-04,18:26:00.500] [DEBUG] UploadManager Init Complete [2026-05-04,18:26:00.503] [INFO] Initializing GPS... [2026-05-04,18:26:00.505] [INFO] Starting location capture [2026-05-04,18:26:39.538] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:26:39.546] [INFO] LocationSqlManager initialising [2026-05-04,18:26:39.547] [INFO] Location DB initialising [2026-05-04,18:26:39.559] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:26:39.560] [DEBUG] UploadManager Init [2026-05-04,18:26:39.560] [DEBUG] UploadManager Init Complete [2026-05-04,18:26:39.565] [INFO] Initializing GPS... [2026-05-04,18:26:39.567] [INFO] Starting location capture [2026-05-04,18:27:17.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:27:17.052] [INFO] LocationSqlManager initialising [2026-05-04,18:27:17.053] [INFO] Location DB initialising [2026-05-04,18:27:17.062] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:27:17.063] [DEBUG] UploadManager Init [2026-05-04,18:27:17.063] [DEBUG] UploadManager Init Complete [2026-05-04,18:27:17.066] [INFO] Initializing GPS... [2026-05-04,18:27:17.068] [INFO] Starting location capture [2026-05-04,18:27:56.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:27:56.187] [INFO] LocationSqlManager initialising [2026-05-04,18:27:56.188] [INFO] Location DB initialising [2026-05-04,18:27:56.199] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:27:56.200] [DEBUG] UploadManager Init [2026-05-04,18:27:56.201] [DEBUG] UploadManager Init Complete [2026-05-04,18:27:56.205] [INFO] Initializing GPS... [2026-05-04,18:27:56.209] [INFO] Starting location capture [2026-05-04,18:28:33.715] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:28:33.721] [INFO] LocationSqlManager initialising [2026-05-04,18:28:33.722] [INFO] Location DB initialising [2026-05-04,18:28:33.732] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:28:33.733] [DEBUG] UploadManager Init [2026-05-04,18:28:33.733] [DEBUG] UploadManager Init Complete [2026-05-04,18:28:33.736] [INFO] Initializing GPS... [2026-05-04,18:28:33.738] [INFO] Starting location capture [2026-05-04,18:29:13.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:29:13.065] [INFO] LocationSqlManager initialising [2026-05-04,18:29:13.066] [INFO] Location DB initialising [2026-05-04,18:29:13.077] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:29:13.078] [DEBUG] UploadManager Init [2026-05-04,18:29:13.079] [DEBUG] UploadManager Init Complete [2026-05-04,18:29:13.083] [INFO] Initializing GPS... [2026-05-04,18:29:13.086] [INFO] Starting location capture [2026-05-04,18:29:51.079] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:29:51.083] [INFO] LocationSqlManager initialising [2026-05-04,18:29:51.083] [INFO] Location DB initialising [2026-05-04,18:29:51.093] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:29:51.094] [DEBUG] UploadManager Init [2026-05-04,18:29:51.094] [DEBUG] UploadManager Init Complete [2026-05-04,18:29:51.097] [INFO] Initializing GPS... [2026-05-04,18:29:51.099] [INFO] Starting location capture [2026-05-04,18:30:29.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:30:29.954] [INFO] LocationSqlManager initialising [2026-05-04,18:30:29.955] [INFO] Location DB initialising [2026-05-04,18:30:29.965] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:30:29.966] [DEBUG] UploadManager Init [2026-05-04,18:30:29.966] [DEBUG] UploadManager Init Complete [2026-05-04,18:30:29.969] [INFO] Initializing GPS... [2026-05-04,18:30:29.972] [INFO] Starting location capture [2026-05-04,18:31:07.845] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:31:07.850] [INFO] LocationSqlManager initialising [2026-05-04,18:31:07.851] [INFO] Location DB initialising [2026-05-04,18:31:07.860] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:31:07.861] [DEBUG] UploadManager Init [2026-05-04,18:31:07.861] [DEBUG] UploadManager Init Complete [2026-05-04,18:31:07.864] [INFO] Initializing GPS... [2026-05-04,18:31:07.866] [INFO] Starting location capture [2026-05-04,18:31:46.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:31:46.965] [INFO] LocationSqlManager initialising [2026-05-04,18:31:46.966] [INFO] Location DB initialising [2026-05-04,18:31:46.976] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:31:46.976] [DEBUG] UploadManager Init [2026-05-04,18:31:46.977] [DEBUG] UploadManager Init Complete [2026-05-04,18:31:46.979] [INFO] Initializing GPS... [2026-05-04,18:31:46.981] [INFO] Starting location capture [2026-05-04,18:32:24.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:32:24.960] [INFO] LocationSqlManager initialising [2026-05-04,18:32:24.960] [INFO] Location DB initialising [2026-05-04,18:32:24.970] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:32:24.971] [DEBUG] UploadManager Init [2026-05-04,18:32:24.971] [DEBUG] UploadManager Init Complete [2026-05-04,18:32:24.973] [INFO] Initializing GPS... [2026-05-04,18:32:24.975] [INFO] Starting location capture [2026-05-04,18:33:04.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:33:04.141] [INFO] LocationSqlManager initialising [2026-05-04,18:33:04.142] [INFO] Location DB initialising [2026-05-04,18:33:04.152] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:33:04.152] [DEBUG] UploadManager Init [2026-05-04,18:33:04.153] [DEBUG] UploadManager Init Complete [2026-05-04,18:33:04.155] [INFO] Initializing GPS... [2026-05-04,18:33:04.158] [INFO] Starting location capture [2026-05-04,18:33:41.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:33:41.872] [INFO] LocationSqlManager initialising [2026-05-04,18:33:41.873] [INFO] Location DB initialising [2026-05-04,18:33:41.884] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:33:41.885] [DEBUG] UploadManager Init [2026-05-04,18:33:41.886] [DEBUG] UploadManager Init Complete [2026-05-04,18:33:41.891] [INFO] Initializing GPS... [2026-05-04,18:33:41.894] [INFO] Starting location capture [2026-05-04,18:34:21.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:34:21.175] [INFO] LocationSqlManager initialising [2026-05-04,18:34:21.175] [INFO] Location DB initialising [2026-05-04,18:34:21.186] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:34:21.187] [DEBUG] UploadManager Init [2026-05-04,18:34:21.187] [DEBUG] UploadManager Init Complete [2026-05-04,18:34:21.191] [INFO] Initializing GPS... [2026-05-04,18:34:21.193] [INFO] Starting location capture [2026-05-04,18:34:59.453] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:34:59.461] [INFO] LocationSqlManager initialising [2026-05-04,18:34:59.462] [INFO] Location DB initialising [2026-05-04,18:34:59.474] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:34:59.475] [DEBUG] UploadManager Init [2026-05-04,18:34:59.476] [DEBUG] UploadManager Init Complete [2026-05-04,18:34:59.480] [INFO] Initializing GPS... [2026-05-04,18:34:59.483] [INFO] Starting location capture [2026-05-04,18:35:37.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:35:37.182] [INFO] LocationSqlManager initialising [2026-05-04,18:35:37.183] [INFO] Location DB initialising [2026-05-04,18:35:37.192] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:35:37.193] [DEBUG] UploadManager Init [2026-05-04,18:35:37.193] [DEBUG] UploadManager Init Complete [2026-05-04,18:35:37.196] [INFO] Initializing GPS... [2026-05-04,18:35:37.198] [INFO] Starting location capture [2026-05-04,18:36:15.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:36:15.961] [INFO] LocationSqlManager initialising [2026-05-04,18:36:15.962] [INFO] Location DB initialising [2026-05-04,18:36:15.973] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:36:15.973] [DEBUG] UploadManager Init [2026-05-04,18:36:15.974] [DEBUG] UploadManager Init Complete [2026-05-04,18:36:15.978] [INFO] Initializing GPS... [2026-05-04,18:36:15.981] [INFO] Starting location capture [2026-05-04,18:36:54.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:36:54.161] [INFO] LocationSqlManager initialising [2026-05-04,18:36:54.162] [INFO] Location DB initialising [2026-05-04,18:36:54.172] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:36:54.173] [DEBUG] UploadManager Init [2026-05-04,18:36:54.173] [DEBUG] UploadManager Init Complete [2026-05-04,18:36:54.176] [INFO] Initializing GPS... [2026-05-04,18:36:54.178] [INFO] Starting location capture [2026-05-04,18:37:33.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:37:33.027] [INFO] LocationSqlManager initialising [2026-05-04,18:37:33.028] [INFO] Location DB initialising [2026-05-04,18:37:33.039] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:37:33.041] [DEBUG] UploadManager Init [2026-05-04,18:37:33.041] [DEBUG] UploadManager Init Complete [2026-05-04,18:37:33.046] [INFO] Initializing GPS... [2026-05-04,18:37:33.049] [INFO] Starting location capture [2026-05-04,18:38:06.918] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:38:06.925] [INFO] LocationSqlManager initialising [2026-05-04,18:38:06.926] [INFO] Location DB initialising [2026-05-04,18:38:06.938] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:38:06.939] [DEBUG] UploadManager Init [2026-05-04,18:38:06.940] [DEBUG] UploadManager Init Complete [2026-05-04,18:38:06.944] [INFO] Initializing GPS... [2026-05-04,18:38:06.947] [INFO] Starting location capture [2026-05-04,18:38:44.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:38:44.840] [INFO] LocationSqlManager initialising [2026-05-04,18:38:44.841] [INFO] Location DB initialising [2026-05-04,18:38:44.850] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:38:44.851] [DEBUG] UploadManager Init [2026-05-04,18:38:44.852] [DEBUG] UploadManager Init Complete [2026-05-04,18:38:44.854] [INFO] Initializing GPS... [2026-05-04,18:38:44.856] [INFO] Starting location capture [2026-05-04,18:39:24.373] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:39:24.381] [INFO] LocationSqlManager initialising [2026-05-04,18:39:24.382] [INFO] Location DB initialising [2026-05-04,18:39:24.392] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:39:24.394] [DEBUG] UploadManager Init [2026-05-04,18:39:24.394] [DEBUG] UploadManager Init Complete [2026-05-04,18:39:24.398] [INFO] Initializing GPS... [2026-05-04,18:39:24.401] [INFO] Starting location capture [2026-05-04,18:40:02.307] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:40:02.313] [INFO] LocationSqlManager initialising [2026-05-04,18:40:02.313] [INFO] Location DB initialising [2026-05-04,18:40:02.323] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:40:02.323] [DEBUG] UploadManager Init [2026-05-04,18:40:02.324] [DEBUG] UploadManager Init Complete [2026-05-04,18:40:02.326] [INFO] Initializing GPS... [2026-05-04,18:40:02.328] [INFO] Starting location capture [2026-05-04,18:40:40.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:40:40.891] [INFO] LocationSqlManager initialising [2026-05-04,18:40:40.891] [INFO] Location DB initialising [2026-05-04,18:40:40.901] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:40:40.902] [DEBUG] UploadManager Init [2026-05-04,18:40:40.902] [DEBUG] UploadManager Init Complete [2026-05-04,18:40:40.904] [INFO] Initializing GPS... [2026-05-04,18:40:40.906] [INFO] Starting location capture [2026-05-04,18:41:19.613] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:41:19.618] [INFO] LocationSqlManager initialising [2026-05-04,18:41:19.618] [INFO] Location DB initialising [2026-05-04,18:41:19.627] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:41:19.628] [DEBUG] UploadManager Init [2026-05-04,18:41:19.629] [DEBUG] UploadManager Init Complete [2026-05-04,18:41:19.631] [INFO] Initializing GPS... [2026-05-04,18:41:19.633] [INFO] Starting location capture [2026-05-04,18:41:58.541] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:41:58.549] [INFO] LocationSqlManager initialising [2026-05-04,18:41:58.550] [INFO] Location DB initialising [2026-05-04,18:41:58.561] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:41:58.562] [DEBUG] UploadManager Init [2026-05-04,18:41:58.563] [DEBUG] UploadManager Init Complete [2026-05-04,18:41:58.567] [INFO] Initializing GPS... [2026-05-04,18:41:58.570] [INFO] Starting location capture [2026-05-04,18:42:37.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:42:37.139] [INFO] LocationSqlManager initialising [2026-05-04,18:42:37.140] [INFO] Location DB initialising [2026-05-04,18:42:37.151] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:42:37.152] [DEBUG] UploadManager Init [2026-05-04,18:42:37.153] [DEBUG] UploadManager Init Complete [2026-05-04,18:42:37.157] [INFO] Initializing GPS... [2026-05-04,18:42:37.160] [INFO] Starting location capture [2026-05-04,18:43:14.775] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:43:14.782] [INFO] LocationSqlManager initialising [2026-05-04,18:43:14.783] [INFO] Location DB initialising [2026-05-04,18:43:14.794] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:43:14.795] [DEBUG] UploadManager Init [2026-05-04,18:43:14.796] [DEBUG] UploadManager Init Complete [2026-05-04,18:43:14.801] [INFO] Initializing GPS... [2026-05-04,18:43:14.803] [INFO] Starting location capture [2026-05-04,18:43:53.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:43:53.345] [INFO] LocationSqlManager initialising [2026-05-04,18:43:53.345] [INFO] Location DB initialising [2026-05-04,18:43:53.355] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:43:53.356] [DEBUG] UploadManager Init [2026-05-04,18:43:53.356] [DEBUG] UploadManager Init Complete [2026-05-04,18:43:53.359] [INFO] Initializing GPS... [2026-05-04,18:43:53.361] [INFO] Starting location capture [2026-05-04,18:44:30.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:44:30.861] [INFO] LocationSqlManager initialising [2026-05-04,18:44:30.862] [INFO] Location DB initialising [2026-05-04,18:44:30.871] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:44:30.872] [DEBUG] UploadManager Init [2026-05-04,18:44:30.872] [DEBUG] UploadManager Init Complete [2026-05-04,18:44:30.875] [INFO] Initializing GPS... [2026-05-04,18:44:30.877] [INFO] Starting location capture [2026-05-04,18:45:09.380] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:45:09.387] [INFO] LocationSqlManager initialising [2026-05-04,18:45:09.388] [INFO] Location DB initialising [2026-05-04,18:45:09.398] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:45:09.400] [DEBUG] UploadManager Init [2026-05-04,18:45:09.400] [DEBUG] UploadManager Init Complete [2026-05-04,18:45:09.405] [INFO] Initializing GPS... [2026-05-04,18:45:09.408] [INFO] Starting location capture [2026-05-04,18:45:47.699] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:45:47.706] [INFO] LocationSqlManager initialising [2026-05-04,18:45:47.707] [INFO] Location DB initialising [2026-05-04,18:45:47.718] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:45:47.719] [DEBUG] UploadManager Init [2026-05-04,18:45:47.720] [DEBUG] UploadManager Init Complete [2026-05-04,18:45:47.724] [INFO] Initializing GPS... [2026-05-04,18:45:47.729] [INFO] Starting location capture [2026-05-04,18:46:22.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:46:22.111] [INFO] LocationSqlManager initialising [2026-05-04,18:46:22.111] [INFO] Location DB initialising [2026-05-04,18:46:22.121] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:46:22.121] [DEBUG] UploadManager Init [2026-05-04,18:46:22.122] [DEBUG] UploadManager Init Complete [2026-05-04,18:46:22.124] [INFO] Initializing GPS... [2026-05-04,18:46:22.126] [INFO] Starting location capture [2026-05-04,18:47:00.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:47:00.227] [INFO] LocationSqlManager initialising [2026-05-04,18:47:00.228] [INFO] Location DB initialising [2026-05-04,18:47:00.237] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:47:00.238] [DEBUG] UploadManager Init [2026-05-04,18:47:00.238] [DEBUG] UploadManager Init Complete [2026-05-04,18:47:00.241] [INFO] Initializing GPS... [2026-05-04,18:47:00.243] [INFO] Starting location capture [2026-05-04,18:47:39.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:47:39.198] [INFO] LocationSqlManager initialising [2026-05-04,18:47:39.198] [INFO] Location DB initialising [2026-05-04,18:47:39.207] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:47:39.208] [DEBUG] UploadManager Init [2026-05-04,18:47:39.208] [DEBUG] UploadManager Init Complete [2026-05-04,18:47:39.211] [INFO] Initializing GPS... [2026-05-04,18:47:39.213] [INFO] Starting location capture [2026-05-04,18:48:18.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:48:18.412] [INFO] LocationSqlManager initialising [2026-05-04,18:48:18.412] [INFO] Location DB initialising [2026-05-04,18:48:18.423] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:48:18.424] [DEBUG] UploadManager Init [2026-05-04,18:48:18.425] [DEBUG] UploadManager Init Complete [2026-05-04,18:48:18.429] [INFO] Initializing GPS... [2026-05-04,18:48:18.432] [INFO] Starting location capture [2026-05-04,18:48:56.743] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:48:56.747] [INFO] LocationSqlManager initialising [2026-05-04,18:48:56.747] [INFO] Location DB initialising [2026-05-04,18:48:56.757] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:48:56.758] [DEBUG] UploadManager Init [2026-05-04,18:48:56.758] [DEBUG] UploadManager Init Complete [2026-05-04,18:48:56.761] [INFO] Initializing GPS... [2026-05-04,18:48:56.763] [INFO] Starting location capture [2026-05-04,18:49:35.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:49:35.140] [INFO] LocationSqlManager initialising [2026-05-04,18:49:35.141] [INFO] Location DB initialising [2026-05-04,18:49:35.150] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:49:35.151] [DEBUG] UploadManager Init [2026-05-04,18:49:35.151] [DEBUG] UploadManager Init Complete [2026-05-04,18:49:35.154] [INFO] Initializing GPS... [2026-05-04,18:49:35.156] [INFO] Starting location capture [2026-05-04,18:50:13.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:50:13.085] [INFO] LocationSqlManager initialising [2026-05-04,18:50:13.085] [INFO] Location DB initialising [2026-05-04,18:50:13.095] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:50:13.095] [DEBUG] UploadManager Init [2026-05-04,18:50:13.096] [DEBUG] UploadManager Init Complete [2026-05-04,18:50:13.099] [INFO] Initializing GPS... [2026-05-04,18:50:13.102] [INFO] Starting location capture [2026-05-04,18:50:51.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:50:51.965] [INFO] LocationSqlManager initialising [2026-05-04,18:50:51.966] [INFO] Location DB initialising [2026-05-04,18:50:51.976] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:50:51.976] [DEBUG] UploadManager Init [2026-05-04,18:50:51.977] [DEBUG] UploadManager Init Complete [2026-05-04,18:50:51.981] [INFO] Initializing GPS... [2026-05-04,18:50:51.983] [INFO] Starting location capture [2026-05-04,18:51:31.386] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:51:31.393] [INFO] LocationSqlManager initialising [2026-05-04,18:51:31.394] [INFO] Location DB initialising [2026-05-04,18:51:31.406] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:51:31.407] [DEBUG] UploadManager Init [2026-05-04,18:51:31.408] [DEBUG] UploadManager Init Complete [2026-05-04,18:51:31.412] [INFO] Initializing GPS... [2026-05-04,18:51:31.416] [INFO] Starting location capture [2026-05-04,18:52:09.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:52:09.151] [INFO] LocationSqlManager initialising [2026-05-04,18:52:09.152] [INFO] Location DB initialising [2026-05-04,18:52:09.161] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:52:09.162] [DEBUG] UploadManager Init [2026-05-04,18:52:09.162] [DEBUG] UploadManager Init Complete [2026-05-04,18:52:09.165] [INFO] Initializing GPS... [2026-05-04,18:52:09.167] [INFO] Starting location capture [2026-05-04,18:52:48.629] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:52:48.635] [INFO] LocationSqlManager initialising [2026-05-04,18:52:48.636] [INFO] Location DB initialising [2026-05-04,18:52:48.646] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:52:48.647] [DEBUG] UploadManager Init [2026-05-04,18:52:48.647] [DEBUG] UploadManager Init Complete [2026-05-04,18:52:48.650] [INFO] Initializing GPS... [2026-05-04,18:52:48.652] [INFO] Starting location capture [2026-05-04,18:53:26.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:53:26.970] [INFO] LocationSqlManager initialising [2026-05-04,18:53:26.971] [INFO] Location DB initialising [2026-05-04,18:53:26.982] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:53:26.983] [DEBUG] UploadManager Init [2026-05-04,18:53:26.984] [DEBUG] UploadManager Init Complete [2026-05-04,18:53:26.989] [INFO] Initializing GPS... [2026-05-04,18:53:26.992] [INFO] Starting location capture [2026-05-04,18:54:06.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:54:06.266] [INFO] LocationSqlManager initialising [2026-05-04,18:54:06.267] [INFO] Location DB initialising [2026-05-04,18:54:06.277] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:54:06.278] [DEBUG] UploadManager Init [2026-05-04,18:54:06.279] [DEBUG] UploadManager Init Complete [2026-05-04,18:54:06.284] [INFO] Initializing GPS... [2026-05-04,18:54:06.286] [INFO] Starting location capture [2026-05-04,18:54:45.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:54:45.061] [INFO] LocationSqlManager initialising [2026-05-04,18:54:45.061] [INFO] Location DB initialising [2026-05-04,18:54:45.070] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:54:45.071] [DEBUG] UploadManager Init [2026-05-04,18:54:45.072] [DEBUG] UploadManager Init Complete [2026-05-04,18:54:45.074] [INFO] Initializing GPS... [2026-05-04,18:54:45.076] [INFO] Starting location capture [2026-05-04,18:55:19.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:55:19.261] [INFO] LocationSqlManager initialising [2026-05-04,18:55:19.262] [INFO] Location DB initialising [2026-05-04,18:55:19.272] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:55:19.272] [DEBUG] UploadManager Init [2026-05-04,18:55:19.273] [DEBUG] UploadManager Init Complete [2026-05-04,18:55:19.275] [INFO] Initializing GPS... [2026-05-04,18:55:19.277] [INFO] Starting location capture [2026-05-04,18:55:57.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:55:57.475] [INFO] LocationSqlManager initialising [2026-05-04,18:55:57.476] [INFO] Location DB initialising [2026-05-04,18:55:57.487] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:55:57.488] [DEBUG] UploadManager Init [2026-05-04,18:55:57.489] [DEBUG] UploadManager Init Complete [2026-05-04,18:55:57.493] [INFO] Initializing GPS... [2026-05-04,18:55:57.496] [INFO] Starting location capture [2026-05-04,18:56:35.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:56:35.986] [INFO] LocationSqlManager initialising [2026-05-04,18:56:35.988] [INFO] Location DB initialising [2026-05-04,18:56:35.999] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:56:36.000] [DEBUG] UploadManager Init [2026-05-04,18:56:36.001] [DEBUG] UploadManager Init Complete [2026-05-04,18:56:36.005] [INFO] Initializing GPS... [2026-05-04,18:56:36.008] [INFO] Starting location capture [2026-05-04,18:57:15.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:57:15.223] [INFO] LocationSqlManager initialising [2026-05-04,18:57:15.224] [INFO] Location DB initialising [2026-05-04,18:57:15.235] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:57:15.237] [DEBUG] UploadManager Init [2026-05-04,18:57:15.237] [DEBUG] UploadManager Init Complete [2026-05-04,18:57:15.242] [INFO] Initializing GPS... [2026-05-04,18:57:15.245] [INFO] Starting location capture [2026-05-04,18:57:49.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:57:49.275] [INFO] LocationSqlManager initialising [2026-05-04,18:57:49.276] [INFO] Location DB initialising [2026-05-04,18:57:49.288] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:57:49.289] [DEBUG] UploadManager Init [2026-05-04,18:57:49.290] [DEBUG] UploadManager Init Complete [2026-05-04,18:57:49.294] [INFO] Initializing GPS... [2026-05-04,18:57:49.298] [INFO] Starting location capture [2026-05-04,18:58:27.414] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:58:27.422] [INFO] LocationSqlManager initialising [2026-05-04,18:58:27.423] [INFO] Location DB initialising [2026-05-04,18:58:27.433] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:58:27.435] [DEBUG] UploadManager Init [2026-05-04,18:58:27.435] [DEBUG] UploadManager Init Complete [2026-05-04,18:58:27.440] [INFO] Initializing GPS... [2026-05-04,18:58:27.443] [INFO] Starting location capture [2026-05-04,18:59:05.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:59:05.878] [INFO] LocationSqlManager initialising [2026-05-04,18:59:05.879] [INFO] Location DB initialising [2026-05-04,18:59:05.890] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:59:05.892] [DEBUG] UploadManager Init [2026-05-04,18:59:05.892] [DEBUG] UploadManager Init Complete [2026-05-04,18:59:05.897] [INFO] Initializing GPS... [2026-05-04,18:59:05.900] [INFO] Starting location capture [2026-05-04,18:59:44.400] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:59:44.407] [INFO] LocationSqlManager initialising [2026-05-04,18:59:44.408] [INFO] Location DB initialising [2026-05-04,18:59:44.419] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:59:44.420] [DEBUG] UploadManager Init [2026-05-04,18:59:44.421] [DEBUG] UploadManager Init Complete [2026-05-04,18:59:44.425] [INFO] Initializing GPS... [2026-05-04,18:59:44.428] [INFO] Starting location capture [2026-05-04,19:00:23.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:00:23.070] [INFO] LocationSqlManager initialising [2026-05-04,19:00:23.071] [INFO] Location DB initialising [2026-05-04,19:00:23.082] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:00:23.082] [DEBUG] UploadManager Init [2026-05-04,19:00:23.083] [DEBUG] UploadManager Init Complete [2026-05-04,19:00:23.085] [INFO] Initializing GPS... [2026-05-04,19:00:23.087] [INFO] Starting location capture [2026-05-04,19:01:01.134] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:01:01.139] [INFO] LocationSqlManager initialising [2026-05-04,19:01:01.140] [INFO] Location DB initialising [2026-05-04,19:01:01.151] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:01:01.152] [DEBUG] UploadManager Init [2026-05-04,19:01:01.152] [DEBUG] UploadManager Init Complete [2026-05-04,19:01:01.155] [INFO] Initializing GPS... [2026-05-04,19:01:01.157] [INFO] Starting location capture [2026-05-04,19:01:40.076] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:01:40.084] [INFO] LocationSqlManager initialising [2026-05-04,19:01:40.085] [INFO] Location DB initialising [2026-05-04,19:01:40.095] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:01:40.097] [DEBUG] UploadManager Init [2026-05-04,19:01:40.097] [DEBUG] UploadManager Init Complete [2026-05-04,19:01:40.101] [INFO] Initializing GPS... [2026-05-04,19:01:40.104] [INFO] Starting location capture [2026-05-04,19:02:17.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:02:17.902] [INFO] LocationSqlManager initialising [2026-05-04,19:02:17.903] [INFO] Location DB initialising [2026-05-04,19:02:17.914] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:02:17.916] [DEBUG] UploadManager Init [2026-05-04,19:02:17.916] [DEBUG] UploadManager Init Complete [2026-05-04,19:02:17.921] [INFO] Initializing GPS... [2026-05-04,19:02:17.924] [INFO] Starting location capture [2026-05-04,19:02:56.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:02:56.981] [INFO] LocationSqlManager initialising [2026-05-04,19:02:56.982] [INFO] Location DB initialising [2026-05-04,19:02:56.993] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:02:56.994] [DEBUG] UploadManager Init [2026-05-04,19:02:56.995] [DEBUG] UploadManager Init Complete [2026-05-04,19:02:56.998] [INFO] Initializing GPS... [2026-05-04,19:02:57.001] [INFO] Starting location capture [2026-05-04,19:03:36.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:03:36.026] [INFO] LocationSqlManager initialising [2026-05-04,19:03:36.027] [INFO] Location DB initialising [2026-05-04,19:03:36.037] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:03:36.038] [DEBUG] UploadManager Init [2026-05-04,19:03:36.038] [DEBUG] UploadManager Init Complete [2026-05-04,19:03:36.041] [INFO] Initializing GPS... [2026-05-04,19:03:36.043] [INFO] Starting location capture [2026-05-04,19:04:15.419] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:04:15.424] [INFO] LocationSqlManager initialising [2026-05-04,19:04:15.425] [INFO] Location DB initialising [2026-05-04,19:04:15.434] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:04:15.435] [DEBUG] UploadManager Init [2026-05-04,19:04:15.435] [DEBUG] UploadManager Init Complete [2026-05-04,19:04:15.438] [INFO] Initializing GPS... [2026-05-04,19:04:15.440] [INFO] Starting location capture [2026-05-04,19:04:53.676] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:04:53.681] [INFO] LocationSqlManager initialising [2026-05-04,19:04:53.682] [INFO] Location DB initialising [2026-05-04,19:04:53.691] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:04:53.692] [DEBUG] UploadManager Init [2026-05-04,19:04:53.692] [DEBUG] UploadManager Init Complete [2026-05-04,19:04:53.695] [INFO] Initializing GPS... [2026-05-04,19:04:53.697] [INFO] Starting location capture [2026-05-04,19:05:32.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:05:32.110] [INFO] LocationSqlManager initialising [2026-05-04,19:05:32.110] [INFO] Location DB initialising [2026-05-04,19:05:32.119] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:05:32.120] [DEBUG] UploadManager Init [2026-05-04,19:05:32.120] [DEBUG] UploadManager Init Complete [2026-05-04,19:05:32.123] [INFO] Initializing GPS... [2026-05-04,19:05:32.125] [INFO] Starting location capture [2026-05-04,19:06:10.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:06:10.033] [INFO] LocationSqlManager initialising [2026-05-04,19:06:10.034] [INFO] Location DB initialising [2026-05-04,19:06:10.043] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:06:10.044] [DEBUG] UploadManager Init [2026-05-04,19:06:10.044] [DEBUG] UploadManager Init Complete [2026-05-04,19:06:10.047] [INFO] Initializing GPS... [2026-05-04,19:06:10.049] [INFO] Starting location capture [2026-05-04,19:06:49.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:06:49.080] [INFO] LocationSqlManager initialising [2026-05-04,19:06:49.080] [INFO] Location DB initialising [2026-05-04,19:06:49.091] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:06:49.092] [DEBUG] UploadManager Init [2026-05-04,19:06:49.093] [DEBUG] UploadManager Init Complete [2026-05-04,19:06:49.098] [INFO] Initializing GPS... [2026-05-04,19:06:49.101] [INFO] Starting location capture [2026-05-04,19:07:26.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:07:26.745] [INFO] LocationSqlManager initialising [2026-05-04,19:07:26.746] [INFO] Location DB initialising [2026-05-04,19:07:26.755] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:07:26.756] [DEBUG] UploadManager Init [2026-05-04,19:07:26.756] [DEBUG] UploadManager Init Complete [2026-05-04,19:07:26.759] [INFO] Initializing GPS... [2026-05-04,19:07:26.761] [INFO] Starting location capture [2026-05-04,19:08:06.042] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:08:06.050] [INFO] LocationSqlManager initialising [2026-05-04,19:08:06.051] [INFO] Location DB initialising [2026-05-04,19:08:06.062] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:08:06.063] [DEBUG] UploadManager Init [2026-05-04,19:08:06.064] [DEBUG] UploadManager Init Complete [2026-05-04,19:08:06.068] [INFO] Initializing GPS... [2026-05-04,19:08:06.071] [INFO] Starting location capture [2026-05-04,19:08:43.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:08:43.763] [INFO] LocationSqlManager initialising [2026-05-04,19:08:43.763] [INFO] Location DB initialising [2026-05-04,19:08:43.773] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:08:43.773] [DEBUG] UploadManager Init [2026-05-04,19:08:43.774] [DEBUG] UploadManager Init Complete [2026-05-04,19:08:43.777] [INFO] Initializing GPS... [2026-05-04,19:08:43.779] [INFO] Starting location capture [2026-05-04,19:09:23.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:09:23.409] [INFO] LocationSqlManager initialising [2026-05-04,19:09:23.410] [INFO] Location DB initialising [2026-05-04,19:09:23.421] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:09:23.422] [DEBUG] UploadManager Init [2026-05-04,19:09:23.423] [DEBUG] UploadManager Init Complete [2026-05-04,19:09:23.427] [INFO] Initializing GPS... [2026-05-04,19:09:23.430] [INFO] Starting location capture [2026-05-04,19:10:01.376] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:10:01.381] [INFO] LocationSqlManager initialising [2026-05-04,19:10:01.382] [INFO] Location DB initialising [2026-05-04,19:10:01.391] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:10:01.392] [DEBUG] UploadManager Init [2026-05-04,19:10:01.393] [DEBUG] UploadManager Init Complete [2026-05-04,19:10:01.395] [INFO] Initializing GPS... [2026-05-04,19:10:01.397] [INFO] Starting location capture [2026-05-04,19:10:39.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:10:39.977] [INFO] LocationSqlManager initialising [2026-05-04,19:10:39.978] [INFO] Location DB initialising [2026-05-04,19:10:39.987] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:10:39.988] [DEBUG] UploadManager Init [2026-05-04,19:10:39.988] [DEBUG] UploadManager Init Complete [2026-05-04,19:10:39.991] [INFO] Initializing GPS... [2026-05-04,19:10:39.993] [INFO] Starting location capture [2026-05-04,19:11:19.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:11:19.202] [INFO] LocationSqlManager initialising [2026-05-04,19:11:19.203] [INFO] Location DB initialising [2026-05-04,19:11:19.214] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:11:19.216] [DEBUG] UploadManager Init [2026-05-04,19:11:19.216] [DEBUG] UploadManager Init Complete [2026-05-04,19:11:19.221] [INFO] Initializing GPS... [2026-05-04,19:11:19.224] [INFO] Starting location capture [2026-05-04,19:11:57.141] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:11:57.149] [INFO] LocationSqlManager initialising [2026-05-04,19:11:57.150] [INFO] Location DB initialising [2026-05-04,19:11:57.161] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:11:57.162] [DEBUG] UploadManager Init [2026-05-04,19:11:57.163] [DEBUG] UploadManager Init Complete [2026-05-04,19:11:57.167] [INFO] Initializing GPS... [2026-05-04,19:11:57.170] [INFO] Starting location capture [2026-05-04,19:12:35.507] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:12:35.512] [INFO] LocationSqlManager initialising [2026-05-04,19:12:35.513] [INFO] Location DB initialising [2026-05-04,19:12:35.522] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:12:35.523] [DEBUG] UploadManager Init [2026-05-04,19:12:35.523] [DEBUG] UploadManager Init Complete [2026-05-04,19:12:35.526] [INFO] Initializing GPS... [2026-05-04,19:12:35.528] [INFO] Starting location capture [2026-05-04,19:13:09.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:13:09.017] [INFO] LocationSqlManager initialising [2026-05-04,19:13:09.018] [INFO] Location DB initialising [2026-05-04,19:13:09.031] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:13:09.032] [DEBUG] UploadManager Init [2026-05-04,19:13:09.033] [DEBUG] UploadManager Init Complete [2026-05-04,19:13:09.037] [INFO] Initializing GPS... [2026-05-04,19:13:09.041] [INFO] Starting location capture [2026-05-04,19:13:48.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:13:48.042] [INFO] LocationSqlManager initialising [2026-05-04,19:13:48.043] [INFO] Location DB initialising [2026-05-04,19:13:48.054] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:13:48.055] [DEBUG] UploadManager Init [2026-05-04,19:13:48.056] [DEBUG] UploadManager Init Complete [2026-05-04,19:13:48.059] [INFO] Initializing GPS... [2026-05-04,19:13:48.061] [INFO] Starting location capture [2026-05-04,19:14:25.899] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:14:25.905] [INFO] LocationSqlManager initialising [2026-05-04,19:14:25.906] [INFO] Location DB initialising [2026-05-04,19:14:25.917] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:14:25.918] [DEBUG] UploadManager Init [2026-05-04,19:14:25.919] [DEBUG] UploadManager Init Complete [2026-05-04,19:14:25.923] [INFO] Initializing GPS... [2026-05-04,19:14:25.925] [INFO] Starting location capture [2026-05-04,19:15:04.230] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:15:04.236] [INFO] LocationSqlManager initialising [2026-05-04,19:15:04.237] [INFO] Location DB initialising [2026-05-04,19:15:04.247] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:15:04.248] [DEBUG] UploadManager Init [2026-05-04,19:15:04.248] [DEBUG] UploadManager Init Complete [2026-05-04,19:15:04.251] [INFO] Initializing GPS... [2026-05-04,19:15:04.253] [INFO] Starting location capture [2026-05-04,19:15:42.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:15:42.800] [INFO] LocationSqlManager initialising [2026-05-04,19:15:42.801] [INFO] Location DB initialising [2026-05-04,19:15:42.812] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:15:42.813] [DEBUG] UploadManager Init [2026-05-04,19:15:42.814] [DEBUG] UploadManager Init Complete [2026-05-04,19:15:42.818] [INFO] Initializing GPS... [2026-05-04,19:15:42.822] [INFO] Starting location capture [2026-05-04,19:16:21.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:16:21.259] [INFO] LocationSqlManager initialising [2026-05-04,19:16:21.260] [INFO] Location DB initialising [2026-05-04,19:16:21.269] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:16:21.270] [DEBUG] UploadManager Init [2026-05-04,19:16:21.270] [DEBUG] UploadManager Init Complete [2026-05-04,19:16:21.273] [INFO] Initializing GPS... [2026-05-04,19:16:21.275] [INFO] Starting location capture [2026-05-04,19:17:00.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:17:00.068] [INFO] LocationSqlManager initialising [2026-05-04,19:17:00.068] [INFO] Location DB initialising [2026-05-04,19:17:00.078] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:17:00.078] [DEBUG] UploadManager Init [2026-05-04,19:17:00.079] [DEBUG] UploadManager Init Complete [2026-05-04,19:17:00.083] [INFO] Initializing GPS... [2026-05-04,19:17:00.086] [INFO] Starting location capture [2026-05-04,19:17:38.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:17:38.117] [INFO] LocationSqlManager initialising [2026-05-04,19:17:38.118] [INFO] Location DB initialising [2026-05-04,19:17:38.127] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:17:38.128] [DEBUG] UploadManager Init [2026-05-04,19:17:38.128] [DEBUG] UploadManager Init Complete [2026-05-04,19:17:38.131] [INFO] Initializing GPS... [2026-05-04,19:17:38.133] [INFO] Starting location capture [2026-05-04,19:18:17.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:18:17.121] [INFO] LocationSqlManager initialising [2026-05-04,19:18:17.121] [INFO] Location DB initialising [2026-05-04,19:18:17.132] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:18:17.133] [DEBUG] UploadManager Init [2026-05-04,19:18:17.134] [DEBUG] UploadManager Init Complete [2026-05-04,19:18:17.140] [INFO] Initializing GPS... [2026-05-04,19:18:17.145] [INFO] Starting location capture [2026-05-04,19:18:55.394] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:18:55.401] [INFO] LocationSqlManager initialising [2026-05-04,19:18:55.403] [INFO] Location DB initialising [2026-05-04,19:18:55.412] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:18:55.413] [DEBUG] UploadManager Init [2026-05-04,19:18:55.413] [DEBUG] UploadManager Init Complete [2026-05-04,19:18:55.416] [INFO] Initializing GPS... [2026-05-04,19:18:55.417] [INFO] Starting location capture [2026-05-04,19:19:33.831] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:19:33.834] [INFO] LocationSqlManager initialising [2026-05-04,19:19:33.835] [INFO] Location DB initialising [2026-05-04,19:19:33.845] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:19:33.845] [DEBUG] UploadManager Init [2026-05-04,19:19:33.846] [DEBUG] UploadManager Init Complete [2026-05-04,19:19:33.849] [INFO] Initializing GPS... [2026-05-04,19:19:33.852] [INFO] Starting location capture [2026-05-04,19:20:12.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:20:12.028] [INFO] LocationSqlManager initialising [2026-05-04,19:20:12.029] [INFO] Location DB initialising [2026-05-04,19:20:12.040] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:20:12.042] [DEBUG] UploadManager Init [2026-05-04,19:20:12.042] [DEBUG] UploadManager Init Complete [2026-05-04,19:20:12.047] [INFO] Initializing GPS... [2026-05-04,19:20:12.049] [INFO] Starting location capture [2026-05-04,19:20:50.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:20:50.980] [INFO] LocationSqlManager initialising [2026-05-04,19:20:50.981] [INFO] Location DB initialising [2026-05-04,19:20:50.992] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:20:50.993] [DEBUG] UploadManager Init [2026-05-04,19:20:50.993] [DEBUG] UploadManager Init Complete [2026-05-04,19:20:50.996] [INFO] Initializing GPS... [2026-05-04,19:20:50.998] [INFO] Starting location capture [2026-05-04,19:21:29.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:21:29.086] [INFO] LocationSqlManager initialising [2026-05-04,19:21:29.086] [INFO] Location DB initialising [2026-05-04,19:21:29.096] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:21:29.097] [DEBUG] UploadManager Init [2026-05-04,19:21:29.097] [DEBUG] UploadManager Init Complete [2026-05-04,19:21:29.100] [INFO] Initializing GPS... [2026-05-04,19:21:29.102] [INFO] Starting location capture [2026-05-04,19:22:07.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:22:07.076] [INFO] LocationSqlManager initialising [2026-05-04,19:22:07.076] [INFO] Location DB initialising [2026-05-04,19:22:07.087] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:22:07.087] [DEBUG] UploadManager Init [2026-05-04,19:22:07.088] [DEBUG] UploadManager Init Complete [2026-05-04,19:22:07.091] [INFO] Initializing GPS... [2026-05-04,19:22:07.094] [INFO] Starting location capture [2026-05-04,19:22:45.949] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:22:45.956] [INFO] LocationSqlManager initialising [2026-05-04,19:22:45.957] [INFO] Location DB initialising [2026-05-04,19:22:45.967] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:22:45.969] [DEBUG] UploadManager Init [2026-05-04,19:22:45.969] [DEBUG] UploadManager Init Complete [2026-05-04,19:22:45.974] [INFO] Initializing GPS... [2026-05-04,19:22:45.977] [INFO] Starting location capture [2026-05-04,19:23:24.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:23:24.925] [INFO] LocationSqlManager initialising [2026-05-04,19:23:24.925] [INFO] Location DB initialising [2026-05-04,19:23:24.934] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:23:24.935] [DEBUG] UploadManager Init [2026-05-04,19:23:24.936] [DEBUG] UploadManager Init Complete [2026-05-04,19:23:24.941] [INFO] Initializing GPS... [2026-05-04,19:23:24.944] [INFO] Starting location capture [2026-05-04,19:24:02.736] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:24:02.742] [INFO] LocationSqlManager initialising [2026-05-04,19:24:02.743] [INFO] Location DB initialising [2026-05-04,19:24:02.753] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:24:02.754] [DEBUG] UploadManager Init [2026-05-04,19:24:02.754] [DEBUG] UploadManager Init Complete [2026-05-04,19:24:02.757] [INFO] Initializing GPS... [2026-05-04,19:24:02.759] [INFO] Starting location capture [2026-05-04,19:24:41.885] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:24:41.891] [INFO] LocationSqlManager initialising [2026-05-04,19:24:41.892] [INFO] Location DB initialising [2026-05-04,19:24:41.904] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:24:41.905] [DEBUG] UploadManager Init [2026-05-04,19:24:41.905] [DEBUG] UploadManager Init Complete [2026-05-04,19:24:41.909] [INFO] Initializing GPS... [2026-05-04,19:24:41.912] [INFO] Starting location capture [2026-05-04,19:25:19.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:25:19.766] [INFO] LocationSqlManager initialising [2026-05-04,19:25:19.767] [INFO] Location DB initialising [2026-05-04,19:25:19.777] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:25:19.778] [DEBUG] UploadManager Init [2026-05-04,19:25:19.778] [DEBUG] UploadManager Init Complete [2026-05-04,19:25:19.781] [INFO] Initializing GPS... [2026-05-04,19:25:19.783] [INFO] Starting location capture [2026-05-04,19:25:57.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:25:57.983] [INFO] LocationSqlManager initialising [2026-05-04,19:25:57.984] [INFO] Location DB initialising [2026-05-04,19:25:57.997] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:25:57.998] [DEBUG] UploadManager Init [2026-05-04,19:25:57.998] [DEBUG] UploadManager Init Complete [2026-05-04,19:25:58.001] [INFO] Initializing GPS... [2026-05-04,19:25:58.004] [INFO] Starting location capture [2026-05-04,19:26:32.531] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:26:32.535] [INFO] LocationSqlManager initialising [2026-05-04,19:26:32.536] [INFO] Location DB initialising [2026-05-04,19:26:32.545] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:26:32.546] [DEBUG] UploadManager Init [2026-05-04,19:26:32.546] [DEBUG] UploadManager Init Complete [2026-05-04,19:26:32.549] [INFO] Initializing GPS... [2026-05-04,19:26:32.550] [INFO] Starting location capture [2026-05-04,19:27:11.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:27:11.237] [INFO] LocationSqlManager initialising [2026-05-04,19:27:11.237] [INFO] Location DB initialising [2026-05-04,19:27:11.249] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:27:11.250] [DEBUG] UploadManager Init [2026-05-04,19:27:11.250] [DEBUG] UploadManager Init Complete [2026-05-04,19:27:11.255] [INFO] Initializing GPS... [2026-05-04,19:27:11.258] [INFO] Starting location capture [2026-05-04,19:27:49.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:27:49.935] [INFO] LocationSqlManager initialising [2026-05-04,19:27:49.935] [INFO] Location DB initialising [2026-05-04,19:27:49.947] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:27:49.948] [DEBUG] UploadManager Init [2026-05-04,19:27:49.948] [DEBUG] UploadManager Init Complete [2026-05-04,19:27:49.953] [INFO] Initializing GPS... [2026-05-04,19:27:49.956] [INFO] Starting location capture [2026-05-04,19:28:27.588] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:28:27.594] [INFO] LocationSqlManager initialising [2026-05-04,19:28:27.595] [INFO] Location DB initialising [2026-05-04,19:28:27.605] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:28:27.606] [DEBUG] UploadManager Init [2026-05-04,19:28:27.606] [DEBUG] UploadManager Init Complete [2026-05-04,19:28:27.609] [INFO] Initializing GPS... [2026-05-04,19:28:27.612] [INFO] Starting location capture [2026-05-04,19:29:06.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:29:06.027] [INFO] LocationSqlManager initialising [2026-05-04,19:29:06.028] [INFO] Location DB initialising [2026-05-04,19:29:06.038] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:29:06.039] [DEBUG] UploadManager Init [2026-05-04,19:29:06.039] [DEBUG] UploadManager Init Complete [2026-05-04,19:29:06.042] [INFO] Initializing GPS... [2026-05-04,19:29:06.045] [INFO] Starting location capture [2026-05-04,19:29:45.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:29:45.122] [INFO] LocationSqlManager initialising [2026-05-04,19:29:45.123] [INFO] Location DB initialising [2026-05-04,19:29:45.134] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:29:45.135] [DEBUG] UploadManager Init [2026-05-04,19:29:45.135] [DEBUG] UploadManager Init Complete [2026-05-04,19:29:45.138] [INFO] Initializing GPS... [2026-05-04,19:29:45.140] [INFO] Starting location capture [2026-05-04,19:30:24.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:30:24.120] [INFO] LocationSqlManager initialising [2026-05-04,19:30:24.121] [INFO] Location DB initialising [2026-05-04,19:30:24.131] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:30:24.132] [DEBUG] UploadManager Init [2026-05-04,19:30:24.132] [DEBUG] UploadManager Init Complete [2026-05-04,19:30:24.135] [INFO] Initializing GPS... [2026-05-04,19:30:24.138] [INFO] Starting location capture [2026-05-04,19:31:01.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:31:01.929] [INFO] LocationSqlManager initialising [2026-05-04,19:31:01.930] [INFO] Location DB initialising [2026-05-04,19:31:01.943] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:31:01.944] [DEBUG] UploadManager Init [2026-05-04,19:31:01.945] [DEBUG] UploadManager Init Complete [2026-05-04,19:31:01.949] [INFO] Initializing GPS... [2026-05-04,19:31:01.952] [INFO] Starting location capture [2026-05-04,19:31:40.066] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:31:40.074] [INFO] LocationSqlManager initialising [2026-05-04,19:31:40.075] [INFO] Location DB initialising [2026-05-04,19:31:40.085] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:31:40.086] [DEBUG] UploadManager Init [2026-05-04,19:31:40.086] [DEBUG] UploadManager Init Complete [2026-05-04,19:31:40.089] [INFO] Initializing GPS... [2026-05-04,19:31:40.092] [INFO] Starting location capture [2026-05-04,19:32:19.191] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:32:19.197] [INFO] LocationSqlManager initialising [2026-05-04,19:32:19.197] [INFO] Location DB initialising [2026-05-04,19:32:19.209] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:32:19.210] [DEBUG] UploadManager Init [2026-05-04,19:32:19.211] [DEBUG] UploadManager Init Complete [2026-05-04,19:32:19.214] [INFO] Initializing GPS... [2026-05-04,19:32:19.216] [INFO] Starting location capture [2026-05-04,19:32:58.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:32:58.279] [INFO] LocationSqlManager initialising [2026-05-04,19:32:58.280] [INFO] Location DB initialising [2026-05-04,19:32:58.291] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:32:58.292] [DEBUG] UploadManager Init [2026-05-04,19:32:58.293] [DEBUG] UploadManager Init Complete [2026-05-04,19:32:58.298] [INFO] Initializing GPS... [2026-05-04,19:32:58.301] [INFO] Starting location capture [2026-05-04,19:33:36.339] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:33:36.346] [INFO] LocationSqlManager initialising [2026-05-04,19:33:36.347] [INFO] Location DB initialising [2026-05-04,19:33:36.359] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:33:36.360] [DEBUG] UploadManager Init [2026-05-04,19:33:36.361] [DEBUG] UploadManager Init Complete [2026-05-04,19:33:36.365] [INFO] Initializing GPS... [2026-05-04,19:33:36.368] [INFO] Starting location capture [2026-05-04,19:34:14.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:34:14.367] [INFO] LocationSqlManager initialising [2026-05-04,19:34:14.368] [INFO] Location DB initialising [2026-05-04,19:34:14.379] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:34:14.380] [DEBUG] UploadManager Init [2026-05-04,19:34:14.381] [DEBUG] UploadManager Init Complete [2026-05-04,19:34:14.385] [INFO] Initializing GPS... [2026-05-04,19:34:14.388] [INFO] Starting location capture [2026-05-04,19:34:53.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:34:53.229] [INFO] LocationSqlManager initialising [2026-05-04,19:34:53.230] [INFO] Location DB initialising [2026-05-04,19:34:53.240] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:34:53.241] [DEBUG] UploadManager Init [2026-05-04,19:34:53.241] [DEBUG] UploadManager Init Complete [2026-05-04,19:34:53.245] [INFO] Initializing GPS... [2026-05-04,19:34:53.247] [INFO] Starting location capture [2026-05-04,19:35:27.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:35:27.200] [INFO] LocationSqlManager initialising [2026-05-04,19:35:27.201] [INFO] Location DB initialising [2026-05-04,19:35:27.210] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:35:27.211] [DEBUG] UploadManager Init [2026-05-04,19:35:27.211] [DEBUG] UploadManager Init Complete [2026-05-04,19:35:27.214] [INFO] Initializing GPS... [2026-05-04,19:35:27.217] [INFO] Starting location capture [2026-05-04,19:36:06.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:36:06.144] [INFO] LocationSqlManager initialising [2026-05-04,19:36:06.144] [INFO] Location DB initialising [2026-05-04,19:36:06.153] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:36:06.154] [DEBUG] UploadManager Init [2026-05-04,19:36:06.154] [DEBUG] UploadManager Init Complete [2026-05-04,19:36:06.157] [INFO] Initializing GPS... [2026-05-04,19:36:06.159] [INFO] Starting location capture [2026-05-04,19:36:44.238] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:36:44.244] [INFO] LocationSqlManager initialising [2026-05-04,19:36:44.245] [INFO] Location DB initialising [2026-05-04,19:36:44.255] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:36:44.256] [DEBUG] UploadManager Init [2026-05-04,19:36:44.257] [DEBUG] UploadManager Init Complete [2026-05-04,19:36:44.260] [INFO] Initializing GPS... [2026-05-04,19:36:44.262] [INFO] Starting location capture [2026-05-04,19:37:23.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:37:23.346] [INFO] LocationSqlManager initialising [2026-05-04,19:37:23.347] [INFO] Location DB initialising [2026-05-04,19:37:23.356] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:37:23.357] [DEBUG] UploadManager Init [2026-05-04,19:37:23.358] [DEBUG] UploadManager Init Complete [2026-05-04,19:37:23.361] [INFO] Initializing GPS... [2026-05-04,19:37:23.363] [INFO] Starting location capture [2026-05-04,19:38:00.922] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:38:00.932] [INFO] LocationSqlManager initialising [2026-05-04,19:38:00.933] [INFO] Location DB initialising [2026-05-04,19:38:00.946] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:38:00.947] [DEBUG] UploadManager Init [2026-05-04,19:38:00.947] [DEBUG] UploadManager Init Complete [2026-05-04,19:38:00.952] [INFO] Initializing GPS... [2026-05-04,19:38:00.956] [INFO] Starting location capture [2026-05-04,19:38:35.056] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:38:35.061] [INFO] LocationSqlManager initialising [2026-05-04,19:38:35.062] [INFO] Location DB initialising [2026-05-04,19:38:35.071] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:38:35.072] [DEBUG] UploadManager Init [2026-05-04,19:38:35.072] [DEBUG] UploadManager Init Complete [2026-05-04,19:38:35.075] [INFO] Initializing GPS... [2026-05-04,19:38:35.077] [INFO] Starting location capture [2026-05-04,19:39:12.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:39:12.835] [INFO] LocationSqlManager initialising [2026-05-04,19:39:12.835] [INFO] Location DB initialising [2026-05-04,19:39:12.845] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:39:12.845] [DEBUG] UploadManager Init [2026-05-04,19:39:12.846] [DEBUG] UploadManager Init Complete [2026-05-04,19:39:12.848] [INFO] Initializing GPS... [2026-05-04,19:39:12.850] [INFO] Starting location capture [2026-05-04,19:39:52.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:39:52.207] [INFO] LocationSqlManager initialising [2026-05-04,19:39:52.208] [INFO] Location DB initialising [2026-05-04,19:39:52.218] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:39:52.219] [DEBUG] UploadManager Init [2026-05-04,19:39:52.219] [DEBUG] UploadManager Init Complete [2026-05-04,19:39:52.222] [INFO] Initializing GPS... [2026-05-04,19:39:52.225] [INFO] Starting location capture [2026-05-04,19:40:25.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:40:25.998] [INFO] LocationSqlManager initialising [2026-05-04,19:40:25.998] [INFO] Location DB initialising [2026-05-04,19:40:26.008] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:40:26.008] [DEBUG] UploadManager Init [2026-05-04,19:40:26.009] [DEBUG] UploadManager Init Complete [2026-05-04,19:40:26.011] [INFO] Initializing GPS... [2026-05-04,19:40:26.013] [INFO] Starting location capture [2026-05-04,19:41:04.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:41:04.913] [INFO] LocationSqlManager initialising [2026-05-04,19:41:04.914] [INFO] Location DB initialising [2026-05-04,19:41:04.925] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:41:04.926] [DEBUG] UploadManager Init [2026-05-04,19:41:04.927] [DEBUG] UploadManager Init Complete [2026-05-04,19:41:04.931] [INFO] Initializing GPS... [2026-05-04,19:41:04.933] [INFO] Starting location capture [2026-05-04,19:41:42.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:41:42.953] [INFO] LocationSqlManager initialising [2026-05-04,19:41:42.953] [INFO] Location DB initialising [2026-05-04,19:41:42.962] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:41:42.963] [DEBUG] UploadManager Init [2026-05-04,19:41:42.963] [DEBUG] UploadManager Init Complete [2026-05-04,19:41:42.966] [INFO] Initializing GPS... [2026-05-04,19:41:42.968] [INFO] Starting location capture [2026-05-04,19:42:21.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:42:21.338] [INFO] LocationSqlManager initialising [2026-05-04,19:42:21.339] [INFO] Location DB initialising [2026-05-04,19:42:21.348] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:42:21.349] [DEBUG] UploadManager Init [2026-05-04,19:42:21.349] [DEBUG] UploadManager Init Complete [2026-05-04,19:42:21.352] [INFO] Initializing GPS... [2026-05-04,19:42:21.354] [INFO] Starting location capture [2026-05-04,19:42:59.899] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:42:59.905] [INFO] LocationSqlManager initialising [2026-05-04,19:42:59.905] [INFO] Location DB initialising [2026-05-04,19:42:59.916] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:42:59.916] [DEBUG] UploadManager Init [2026-05-04,19:42:59.917] [DEBUG] UploadManager Init Complete [2026-05-04,19:42:59.921] [INFO] Initializing GPS... [2026-05-04,19:42:59.923] [INFO] Starting location capture [2026-05-04,19:43:37.949] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:43:37.955] [INFO] LocationSqlManager initialising [2026-05-04,19:43:37.956] [INFO] Location DB initialising [2026-05-04,19:43:37.966] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:43:37.967] [DEBUG] UploadManager Init [2026-05-04,19:43:37.967] [DEBUG] UploadManager Init Complete [2026-05-04,19:43:37.970] [INFO] Initializing GPS... [2026-05-04,19:43:37.972] [INFO] Starting location capture [2026-05-04,19:44:17.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:44:17.092] [INFO] LocationSqlManager initialising [2026-05-04,19:44:17.092] [INFO] Location DB initialising [2026-05-04,19:44:17.103] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:44:17.104] [DEBUG] UploadManager Init [2026-05-04,19:44:17.104] [DEBUG] UploadManager Init Complete [2026-05-04,19:44:17.107] [INFO] Initializing GPS... [2026-05-04,19:44:17.110] [INFO] Starting location capture [2026-05-04,19:44:52.869] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:44:52.875] [INFO] LocationSqlManager initialising [2026-05-04,19:44:52.875] [INFO] Location DB initialising [2026-05-04,19:44:52.885] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:44:52.886] [DEBUG] UploadManager Init [2026-05-04,19:44:52.886] [DEBUG] UploadManager Init Complete [2026-05-04,19:44:52.889] [INFO] Initializing GPS... [2026-05-04,19:44:52.891] [INFO] Starting location capture [2026-05-04,19:45:31.525] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:45:31.532] [INFO] LocationSqlManager initialising [2026-05-04,19:45:31.533] [INFO] Location DB initialising [2026-05-04,19:45:31.544] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:45:31.546] [DEBUG] UploadManager Init [2026-05-04,19:45:31.546] [DEBUG] UploadManager Init Complete [2026-05-04,19:45:31.550] [INFO] Initializing GPS... [2026-05-04,19:45:31.553] [INFO] Starting location capture [2026-05-04,19:46:09.730] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:46:09.738] [INFO] LocationSqlManager initialising [2026-05-04,19:46:09.739] [INFO] Location DB initialising [2026-05-04,19:46:09.750] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:46:09.751] [DEBUG] UploadManager Init [2026-05-04,19:46:09.752] [DEBUG] UploadManager Init Complete [2026-05-04,19:46:09.756] [INFO] Initializing GPS... [2026-05-04,19:46:09.759] [INFO] Starting location capture [2026-05-04,19:46:47.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:46:47.929] [INFO] LocationSqlManager initialising [2026-05-04,19:46:47.930] [INFO] Location DB initialising [2026-05-04,19:46:47.940] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:46:47.941] [DEBUG] UploadManager Init [2026-05-04,19:46:47.941] [DEBUG] UploadManager Init Complete [2026-05-04,19:46:47.944] [INFO] Initializing GPS... [2026-05-04,19:46:47.946] [INFO] Starting location capture [2026-05-04,19:47:26.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:47:26.941] [INFO] LocationSqlManager initialising [2026-05-04,19:47:26.941] [INFO] Location DB initialising [2026-05-04,19:47:26.951] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:47:26.952] [DEBUG] UploadManager Init [2026-05-04,19:47:26.952] [DEBUG] UploadManager Init Complete [2026-05-04,19:47:26.955] [INFO] Initializing GPS... [2026-05-04,19:47:26.957] [INFO] Starting location capture [2026-05-04,19:48:01.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:48:01.091] [INFO] LocationSqlManager initialising [2026-05-04,19:48:01.092] [INFO] Location DB initialising [2026-05-04,19:48:01.103] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:48:01.104] [DEBUG] UploadManager Init [2026-05-04,19:48:01.105] [DEBUG] UploadManager Init Complete [2026-05-04,19:48:01.110] [INFO] Initializing GPS... [2026-05-04,19:48:01.113] [INFO] Starting location capture [2026-05-04,19:48:40.057] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:48:40.063] [INFO] LocationSqlManager initialising [2026-05-04,19:48:40.064] [INFO] Location DB initialising [2026-05-04,19:48:40.076] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:48:40.077] [DEBUG] UploadManager Init [2026-05-04,19:48:40.077] [DEBUG] UploadManager Init Complete [2026-05-04,19:48:40.081] [INFO] Initializing GPS... [2026-05-04,19:48:40.083] [INFO] Starting location capture [2026-05-04,19:49:18.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:49:18.187] [INFO] LocationSqlManager initialising [2026-05-04,19:49:18.188] [INFO] Location DB initialising [2026-05-04,19:49:18.197] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:49:18.198] [DEBUG] UploadManager Init [2026-05-04,19:49:18.198] [DEBUG] UploadManager Init Complete [2026-05-04,19:49:18.201] [INFO] Initializing GPS... [2026-05-04,19:49:18.204] [INFO] Starting location capture [2026-05-04,19:49:53.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:49:53.094] [INFO] LocationSqlManager initialising [2026-05-04,19:49:53.095] [INFO] Location DB initialising [2026-05-04,19:49:53.105] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:49:53.106] [DEBUG] UploadManager Init [2026-05-04,19:49:53.106] [DEBUG] UploadManager Init Complete [2026-05-04,19:49:53.110] [INFO] Initializing GPS... [2026-05-04,19:49:53.112] [INFO] Starting location capture [2026-05-04,19:50:30.660] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:50:30.665] [INFO] LocationSqlManager initialising [2026-05-04,19:50:30.666] [INFO] Location DB initialising [2026-05-04,19:50:30.675] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:50:30.676] [DEBUG] UploadManager Init [2026-05-04,19:50:30.676] [DEBUG] UploadManager Init Complete [2026-05-04,19:50:30.679] [INFO] Initializing GPS... [2026-05-04,19:50:30.681] [INFO] Starting location capture [2026-05-04,19:51:10.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:51:10.288] [INFO] LocationSqlManager initialising [2026-05-04,19:51:10.289] [INFO] Location DB initialising [2026-05-04,19:51:10.298] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:51:10.299] [DEBUG] UploadManager Init [2026-05-04,19:51:10.299] [DEBUG] UploadManager Init Complete [2026-05-04,19:51:10.302] [INFO] Initializing GPS... [2026-05-04,19:51:10.304] [INFO] Starting location capture [2026-05-04,19:51:44.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:51:44.166] [INFO] LocationSqlManager initialising [2026-05-04,19:51:44.167] [INFO] Location DB initialising [2026-05-04,19:51:44.178] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:51:44.179] [DEBUG] UploadManager Init [2026-05-04,19:51:44.180] [DEBUG] UploadManager Init Complete [2026-05-04,19:51:44.184] [INFO] Initializing GPS... [2026-05-04,19:51:44.187] [INFO] Starting location capture [2026-05-04,19:52:23.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:52:23.179] [INFO] LocationSqlManager initialising [2026-05-04,19:52:23.179] [INFO] Location DB initialising [2026-05-04,19:52:23.189] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:52:23.189] [DEBUG] UploadManager Init [2026-05-04,19:52:23.190] [DEBUG] UploadManager Init Complete [2026-05-04,19:52:23.192] [INFO] Initializing GPS... [2026-05-04,19:52:23.194] [INFO] Starting location capture [2026-05-04,19:53:01.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:53:01.989] [INFO] LocationSqlManager initialising [2026-05-04,19:53:01.991] [INFO] Location DB initialising [2026-05-04,19:53:02.006] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:53:02.008] [DEBUG] UploadManager Init [2026-05-04,19:53:02.009] [DEBUG] UploadManager Init Complete [2026-05-04,19:53:02.013] [INFO] Initializing GPS... [2026-05-04,19:53:02.016] [INFO] Starting location capture [2026-05-04,19:53:40.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:53:40.232] [INFO] LocationSqlManager initialising [2026-05-04,19:53:40.233] [INFO] Location DB initialising [2026-05-04,19:53:40.244] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:53:40.245] [DEBUG] UploadManager Init [2026-05-04,19:53:40.246] [DEBUG] UploadManager Init Complete [2026-05-04,19:53:40.249] [INFO] Initializing GPS... [2026-05-04,19:53:40.252] [INFO] Starting location capture [2026-05-04,19:54:18.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:54:18.868] [INFO] LocationSqlManager initialising [2026-05-04,19:54:18.868] [INFO] Location DB initialising [2026-05-04,19:54:18.877] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:54:18.878] [DEBUG] UploadManager Init [2026-05-04,19:54:18.879] [DEBUG] UploadManager Init Complete [2026-05-04,19:54:18.881] [INFO] Initializing GPS... [2026-05-04,19:54:18.883] [INFO] Starting location capture [2026-05-04,19:54:58.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:54:58.089] [INFO] LocationSqlManager initialising [2026-05-04,19:54:58.089] [INFO] Location DB initialising [2026-05-04,19:54:58.099] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:54:58.099] [DEBUG] UploadManager Init [2026-05-04,19:54:58.100] [DEBUG] UploadManager Init Complete [2026-05-04,19:54:58.102] [INFO] Initializing GPS... [2026-05-04,19:54:58.104] [INFO] Starting location capture [2026-05-04,19:55:32.181] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:55:32.189] [INFO] LocationSqlManager initialising [2026-05-04,19:55:32.190] [INFO] Location DB initialising [2026-05-04,19:55:32.201] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:55:32.202] [DEBUG] UploadManager Init [2026-05-04,19:55:32.203] [DEBUG] UploadManager Init Complete [2026-05-04,19:55:32.207] [INFO] Initializing GPS... [2026-05-04,19:55:32.210] [INFO] Starting location capture [2026-05-04,19:56:10.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:56:10.183] [INFO] LocationSqlManager initialising [2026-05-04,19:56:10.184] [INFO] Location DB initialising [2026-05-04,19:56:10.196] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:56:10.197] [DEBUG] UploadManager Init [2026-05-04,19:56:10.198] [DEBUG] UploadManager Init Complete [2026-05-04,19:56:10.202] [INFO] Initializing GPS... [2026-05-04,19:56:10.205] [INFO] Starting location capture [2026-05-04,19:56:48.688] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:56:48.697] [INFO] LocationSqlManager initialising [2026-05-04,19:56:48.698] [INFO] Location DB initialising [2026-05-04,19:56:48.708] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:56:48.710] [DEBUG] UploadManager Init [2026-05-04,19:56:48.710] [DEBUG] UploadManager Init Complete [2026-05-04,19:56:48.715] [INFO] Initializing GPS... [2026-05-04,19:56:48.717] [INFO] Starting location capture [2026-05-04,19:57:26.732] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:57:26.740] [INFO] LocationSqlManager initialising [2026-05-04,19:57:26.741] [INFO] Location DB initialising [2026-05-04,19:57:26.752] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:57:26.753] [DEBUG] UploadManager Init [2026-05-04,19:57:26.754] [DEBUG] UploadManager Init Complete [2026-05-04,19:57:26.758] [INFO] Initializing GPS... [2026-05-04,19:57:26.761] [INFO] Starting location capture [2026-05-04,19:58:01.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:58:01.546] [INFO] LocationSqlManager initialising [2026-05-04,19:58:01.547] [INFO] Location DB initialising [2026-05-04,19:58:01.556] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:58:01.557] [DEBUG] UploadManager Init [2026-05-04,19:58:01.558] [DEBUG] UploadManager Init Complete [2026-05-04,19:58:01.561] [INFO] Initializing GPS... [2026-05-04,19:58:01.563] [INFO] Starting location capture [2026-05-04,19:58:40.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:58:40.107] [INFO] LocationSqlManager initialising [2026-05-04,19:58:40.107] [INFO] Location DB initialising [2026-05-04,19:58:40.117] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:58:40.117] [DEBUG] UploadManager Init [2026-05-04,19:58:40.118] [DEBUG] UploadManager Init Complete [2026-05-04,19:58:40.120] [INFO] Initializing GPS... [2026-05-04,19:58:40.122] [INFO] Starting location capture [2026-05-04,19:59:17.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:59:17.862] [INFO] LocationSqlManager initialising [2026-05-04,19:59:17.863] [INFO] Location DB initialising [2026-05-04,19:59:17.872] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:59:17.873] [DEBUG] UploadManager Init [2026-05-04,19:59:17.873] [DEBUG] UploadManager Init Complete [2026-05-04,19:59:17.876] [INFO] Initializing GPS... [2026-05-04,19:59:17.878] [INFO] Starting location capture [2026-05-04,19:59:57.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,19:59:57.066] [INFO] LocationSqlManager initialising [2026-05-04,19:59:57.066] [INFO] Location DB initialising [2026-05-04,19:59:57.076] [INFO] LocationSqlManager initialisation complete [2026-05-04,19:59:57.076] [DEBUG] UploadManager Init [2026-05-04,19:59:57.076] [DEBUG] UploadManager Init Complete [2026-05-04,19:59:57.079] [INFO] Initializing GPS... [2026-05-04,19:59:57.081] [INFO] Starting location capture [2026-05-04,20:00:35.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:00:35.337] [INFO] LocationSqlManager initialising [2026-05-04,20:00:35.338] [INFO] Location DB initialising [2026-05-04,20:00:35.349] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:00:35.350] [DEBUG] UploadManager Init [2026-05-04,20:00:35.351] [DEBUG] UploadManager Init Complete [2026-05-04,20:00:35.355] [INFO] Initializing GPS... [2026-05-04,20:00:35.358] [INFO] Starting location capture [2026-05-04,20:01:12.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:01:12.995] [INFO] LocationSqlManager initialising [2026-05-04,20:01:12.996] [INFO] Location DB initialising [2026-05-04,20:01:13.012] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:01:13.014] [DEBUG] UploadManager Init [2026-05-04,20:01:13.015] [DEBUG] UploadManager Init Complete [2026-05-04,20:01:13.022] [INFO] Initializing GPS... [2026-05-04,20:01:13.024] [INFO] Starting location capture [2026-05-04,20:01:47.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:01:47.103] [INFO] LocationSqlManager initialising [2026-05-04,20:01:47.104] [INFO] Location DB initialising [2026-05-04,20:01:47.115] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:01:47.117] [DEBUG] UploadManager Init [2026-05-04,20:01:47.117] [DEBUG] UploadManager Init Complete [2026-05-04,20:01:47.122] [INFO] Initializing GPS... [2026-05-04,20:01:47.125] [INFO] Starting location capture [2026-05-04,20:02:25.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:02:25.056] [INFO] LocationSqlManager initialising [2026-05-04,20:02:25.057] [INFO] Location DB initialising [2026-05-04,20:02:25.066] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:02:25.066] [DEBUG] UploadManager Init [2026-05-04,20:02:25.067] [DEBUG] UploadManager Init Complete [2026-05-04,20:02:25.069] [INFO] Initializing GPS... [2026-05-04,20:02:25.071] [INFO] Starting location capture [2026-05-04,20:03:03.941] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:03:03.945] [INFO] LocationSqlManager initialising [2026-05-04,20:03:03.945] [INFO] Location DB initialising [2026-05-04,20:03:03.956] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:03:03.957] [DEBUG] UploadManager Init [2026-05-04,20:03:03.958] [DEBUG] UploadManager Init Complete [2026-05-04,20:03:03.961] [INFO] Initializing GPS... [2026-05-04,20:03:03.964] [INFO] Starting location capture [2026-05-04,20:03:37.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:03:37.299] [INFO] LocationSqlManager initialising [2026-05-04,20:03:37.300] [INFO] Location DB initialising [2026-05-04,20:03:37.311] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:03:37.312] [DEBUG] UploadManager Init [2026-05-04,20:03:37.313] [DEBUG] UploadManager Init Complete [2026-05-04,20:03:37.318] [INFO] Initializing GPS... [2026-05-04,20:03:37.321] [INFO] Starting location capture [2026-05-04,20:04:15.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:04:15.986] [INFO] LocationSqlManager initialising [2026-05-04,20:04:15.986] [INFO] Location DB initialising [2026-05-04,20:04:15.995] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:04:15.996] [DEBUG] UploadManager Init [2026-05-04,20:04:15.996] [DEBUG] UploadManager Init Complete [2026-05-04,20:04:15.999] [INFO] Initializing GPS... [2026-05-04,20:04:16.001] [INFO] Starting location capture [2026-05-04,20:04:53.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:04:53.912] [INFO] LocationSqlManager initialising [2026-05-04,20:04:53.913] [INFO] Location DB initialising [2026-05-04,20:04:53.926] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:04:53.927] [DEBUG] UploadManager Init [2026-05-04,20:04:53.928] [DEBUG] UploadManager Init Complete [2026-05-04,20:04:53.932] [INFO] Initializing GPS... [2026-05-04,20:04:53.934] [INFO] Starting location capture [2026-05-04,20:05:33.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:05:33.085] [INFO] LocationSqlManager initialising [2026-05-04,20:05:33.086] [INFO] Location DB initialising [2026-05-04,20:05:33.096] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:05:33.097] [DEBUG] UploadManager Init [2026-05-04,20:05:33.097] [DEBUG] UploadManager Init Complete [2026-05-04,20:05:33.100] [INFO] Initializing GPS... [2026-05-04,20:05:33.102] [INFO] Starting location capture [2026-05-04,20:06:10.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:06:10.749] [INFO] LocationSqlManager initialising [2026-05-04,20:06:10.750] [INFO] Location DB initialising [2026-05-04,20:06:10.761] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:06:10.762] [DEBUG] UploadManager Init [2026-05-04,20:06:10.763] [DEBUG] UploadManager Init Complete [2026-05-04,20:06:10.767] [INFO] Initializing GPS... [2026-05-04,20:06:10.770] [INFO] Starting location capture [2026-05-04,20:06:50.669] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:06:50.676] [INFO] LocationSqlManager initialising [2026-05-04,20:06:50.677] [INFO] Location DB initialising [2026-05-04,20:06:50.688] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:06:50.690] [DEBUG] UploadManager Init [2026-05-04,20:06:50.690] [DEBUG] UploadManager Init Complete [2026-05-04,20:06:50.695] [INFO] Initializing GPS... [2026-05-04,20:06:50.698] [INFO] Starting location capture [2026-05-04,20:07:23.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:07:23.974] [INFO] LocationSqlManager initialising [2026-05-04,20:07:23.974] [INFO] Location DB initialising [2026-05-04,20:07:23.984] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:07:23.985] [DEBUG] UploadManager Init [2026-05-04,20:07:23.985] [DEBUG] UploadManager Init Complete [2026-05-04,20:07:23.988] [INFO] Initializing GPS... [2026-05-04,20:07:23.990] [INFO] Starting location capture [2026-05-04,20:08:02.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:08:02.812] [INFO] LocationSqlManager initialising [2026-05-04,20:08:02.813] [INFO] Location DB initialising [2026-05-04,20:08:02.826] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:08:02.827] [DEBUG] UploadManager Init [2026-05-04,20:08:02.828] [DEBUG] UploadManager Init Complete [2026-05-04,20:08:02.832] [INFO] Initializing GPS... [2026-05-04,20:08:02.835] [INFO] Starting location capture [2026-05-04,20:08:40.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:08:40.926] [INFO] LocationSqlManager initialising [2026-05-04,20:08:40.927] [INFO] Location DB initialising [2026-05-04,20:08:40.938] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:08:40.939] [DEBUG] UploadManager Init [2026-05-04,20:08:40.940] [DEBUG] UploadManager Init Complete [2026-05-04,20:08:40.945] [INFO] Initializing GPS... [2026-05-04,20:08:40.947] [INFO] Starting location capture [2026-05-04,20:09:20.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:09:20.178] [INFO] LocationSqlManager initialising [2026-05-04,20:09:20.178] [INFO] Location DB initialising [2026-05-04,20:09:20.188] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:09:20.188] [DEBUG] UploadManager Init [2026-05-04,20:09:20.189] [DEBUG] UploadManager Init Complete [2026-05-04,20:09:20.192] [INFO] Initializing GPS... [2026-05-04,20:09:20.194] [INFO] Starting location capture [2026-05-04,20:09:59.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:09:59.042] [INFO] LocationSqlManager initialising [2026-05-04,20:09:59.042] [INFO] Location DB initialising [2026-05-04,20:09:59.052] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:09:59.052] [DEBUG] UploadManager Init [2026-05-04,20:09:59.053] [DEBUG] UploadManager Init Complete [2026-05-04,20:09:59.055] [INFO] Initializing GPS... [2026-05-04,20:09:59.057] [INFO] Starting location capture [2026-05-04,20:10:37.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:10:37.202] [INFO] LocationSqlManager initialising [2026-05-04,20:10:37.203] [INFO] Location DB initialising [2026-05-04,20:10:37.212] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:10:37.213] [DEBUG] UploadManager Init [2026-05-04,20:10:37.213] [DEBUG] UploadManager Init Complete [2026-05-04,20:10:37.216] [INFO] Initializing GPS... [2026-05-04,20:10:37.218] [INFO] Starting location capture [2026-05-04,20:11:15.844] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:11:15.852] [INFO] LocationSqlManager initialising [2026-05-04,20:11:15.854] [INFO] Location DB initialising [2026-05-04,20:11:15.868] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:11:15.869] [DEBUG] UploadManager Init [2026-05-04,20:11:15.870] [DEBUG] UploadManager Init Complete [2026-05-04,20:11:15.873] [INFO] Initializing GPS... [2026-05-04,20:11:15.876] [INFO] Starting location capture [2026-05-04,20:11:50.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:11:50.009] [INFO] LocationSqlManager initialising [2026-05-04,20:11:50.010] [INFO] Location DB initialising [2026-05-04,20:11:50.021] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:11:50.023] [DEBUG] UploadManager Init [2026-05-04,20:11:50.023] [DEBUG] UploadManager Init Complete [2026-05-04,20:11:50.027] [INFO] Initializing GPS... [2026-05-04,20:11:50.030] [INFO] Starting location capture [2026-05-04,20:12:28.689] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:12:28.697] [INFO] LocationSqlManager initialising [2026-05-04,20:12:28.697] [INFO] Location DB initialising [2026-05-04,20:12:28.708] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:12:28.709] [DEBUG] UploadManager Init [2026-05-04,20:12:28.711] [DEBUG] UploadManager Init Complete [2026-05-04,20:12:28.714] [INFO] Initializing GPS... [2026-05-04,20:12:28.716] [INFO] Starting location capture [2026-05-04,20:13:06.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:13:06.832] [INFO] LocationSqlManager initialising [2026-05-04,20:13:06.833] [INFO] Location DB initialising [2026-05-04,20:13:06.844] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:13:06.845] [DEBUG] UploadManager Init [2026-05-04,20:13:06.846] [DEBUG] UploadManager Init Complete [2026-05-04,20:13:06.851] [INFO] Initializing GPS... [2026-05-04,20:13:06.854] [INFO] Starting location capture [2026-05-04,20:13:44.620] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:13:44.627] [INFO] LocationSqlManager initialising [2026-05-04,20:13:44.628] [INFO] Location DB initialising [2026-05-04,20:13:44.639] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:13:44.640] [DEBUG] UploadManager Init [2026-05-04,20:13:44.641] [DEBUG] UploadManager Init Complete [2026-05-04,20:13:44.645] [INFO] Initializing GPS... [2026-05-04,20:13:44.648] [INFO] Starting location capture [2026-05-04,20:14:23.753] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:14:23.758] [INFO] LocationSqlManager initialising [2026-05-04,20:14:23.759] [INFO] Location DB initialising [2026-05-04,20:14:23.768] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:14:23.769] [DEBUG] UploadManager Init [2026-05-04,20:14:23.769] [DEBUG] UploadManager Init Complete [2026-05-04,20:14:23.772] [INFO] Initializing GPS... [2026-05-04,20:14:23.774] [INFO] Starting location capture [2026-05-04,20:15:01.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:15:01.923] [INFO] LocationSqlManager initialising [2026-05-04,20:15:01.924] [INFO] Location DB initialising [2026-05-04,20:15:01.935] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:15:01.937] [DEBUG] UploadManager Init [2026-05-04,20:15:01.937] [DEBUG] UploadManager Init Complete [2026-05-04,20:15:01.942] [INFO] Initializing GPS... [2026-05-04,20:15:01.945] [INFO] Starting location capture [2026-05-04,20:15:41.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:15:41.068] [INFO] LocationSqlManager initialising [2026-05-04,20:15:41.068] [INFO] Location DB initialising [2026-05-04,20:15:41.078] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:15:41.079] [DEBUG] UploadManager Init [2026-05-04,20:15:41.079] [DEBUG] UploadManager Init Complete [2026-05-04,20:15:41.082] [INFO] Initializing GPS... [2026-05-04,20:15:41.084] [INFO] Starting location capture [2026-05-04,20:16:19.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:16:19.821] [INFO] LocationSqlManager initialising [2026-05-04,20:16:19.822] [INFO] Location DB initialising [2026-05-04,20:16:19.831] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:16:19.831] [DEBUG] UploadManager Init [2026-05-04,20:16:19.832] [DEBUG] UploadManager Init Complete [2026-05-04,20:16:19.834] [INFO] Initializing GPS... [2026-05-04,20:16:19.837] [INFO] Starting location capture [2026-05-04,20:16:53.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:16:53.262] [INFO] LocationSqlManager initialising [2026-05-04,20:16:53.263] [INFO] Location DB initialising [2026-05-04,20:16:53.272] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:16:53.273] [DEBUG] UploadManager Init [2026-05-04,20:16:53.273] [DEBUG] UploadManager Init Complete [2026-05-04,20:16:53.276] [INFO] Initializing GPS... [2026-05-04,20:16:53.278] [INFO] Starting location capture [2026-05-04,20:17:31.750] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:17:31.755] [INFO] LocationSqlManager initialising [2026-05-04,20:17:31.757] [INFO] Location DB initialising [2026-05-04,20:17:31.768] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:17:31.769] [DEBUG] UploadManager Init [2026-05-04,20:17:31.770] [DEBUG] UploadManager Init Complete [2026-05-04,20:17:31.774] [INFO] Initializing GPS... [2026-05-04,20:17:31.777] [INFO] Starting location capture [2026-05-04,20:18:10.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:18:10.120] [INFO] LocationSqlManager initialising [2026-05-04,20:18:10.120] [INFO] Location DB initialising [2026-05-04,20:18:10.131] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:18:10.132] [DEBUG] UploadManager Init [2026-05-04,20:18:10.133] [DEBUG] UploadManager Init Complete [2026-05-04,20:18:10.138] [INFO] Initializing GPS... [2026-05-04,20:18:10.141] [INFO] Starting location capture [2026-05-04,20:18:49.432] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:18:49.440] [INFO] LocationSqlManager initialising [2026-05-04,20:18:49.441] [INFO] Location DB initialising [2026-05-04,20:18:49.451] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:18:49.453] [DEBUG] UploadManager Init [2026-05-04,20:18:49.453] [DEBUG] UploadManager Init Complete [2026-05-04,20:18:49.458] [INFO] Initializing GPS... [2026-05-04,20:18:49.461] [INFO] Starting location capture [2026-05-04,20:19:28.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:19:28.125] [INFO] LocationSqlManager initialising [2026-05-04,20:19:28.125] [INFO] Location DB initialising [2026-05-04,20:19:28.135] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:19:28.135] [DEBUG] UploadManager Init [2026-05-04,20:19:28.136] [DEBUG] UploadManager Init Complete [2026-05-04,20:19:28.138] [INFO] Initializing GPS... [2026-05-04,20:19:28.140] [INFO] Starting location capture [2026-05-04,20:20:06.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:20:06.960] [INFO] LocationSqlManager initialising [2026-05-04,20:20:06.961] [INFO] Location DB initialising [2026-05-04,20:20:06.972] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:20:06.973] [DEBUG] UploadManager Init [2026-05-04,20:20:06.974] [DEBUG] UploadManager Init Complete [2026-05-04,20:20:06.978] [INFO] Initializing GPS... [2026-05-04,20:20:06.981] [INFO] Starting location capture [2026-05-04,20:20:46.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:20:46.089] [INFO] LocationSqlManager initialising [2026-05-04,20:20:46.090] [INFO] Location DB initialising [2026-05-04,20:20:46.100] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:20:46.101] [DEBUG] UploadManager Init [2026-05-04,20:20:46.101] [DEBUG] UploadManager Init Complete [2026-05-04,20:20:46.104] [INFO] Initializing GPS... [2026-05-04,20:20:46.106] [INFO] Starting location capture [2026-05-04,20:21:24.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:21:24.718] [INFO] LocationSqlManager initialising [2026-05-04,20:21:24.718] [INFO] Location DB initialising [2026-05-04,20:21:24.728] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:21:24.728] [DEBUG] UploadManager Init [2026-05-04,20:21:24.729] [DEBUG] UploadManager Init Complete [2026-05-04,20:21:24.731] [INFO] Initializing GPS... [2026-05-04,20:21:24.733] [INFO] Starting location capture [2026-05-04,20:22:02.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:22:02.722] [INFO] LocationSqlManager initialising [2026-05-04,20:22:02.723] [INFO] Location DB initialising [2026-05-04,20:22:02.732] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:22:02.733] [DEBUG] UploadManager Init [2026-05-04,20:22:02.733] [DEBUG] UploadManager Init Complete [2026-05-04,20:22:02.736] [INFO] Initializing GPS... [2026-05-04,20:22:02.737] [INFO] Starting location capture [2026-05-04,20:22:36.420] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:22:36.424] [INFO] LocationSqlManager initialising [2026-05-04,20:22:36.424] [INFO] Location DB initialising [2026-05-04,20:22:36.434] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:22:36.434] [DEBUG] UploadManager Init [2026-05-04,20:22:36.435] [DEBUG] UploadManager Init Complete [2026-05-04,20:22:36.437] [INFO] Initializing GPS... [2026-05-04,20:22:36.439] [INFO] Starting location capture [2026-05-04,20:23:15.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:23:15.211] [INFO] LocationSqlManager initialising [2026-05-04,20:23:15.211] [INFO] Location DB initialising [2026-05-04,20:23:15.221] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:23:15.221] [DEBUG] UploadManager Init [2026-05-04,20:23:15.222] [DEBUG] UploadManager Init Complete [2026-05-04,20:23:15.224] [INFO] Initializing GPS... [2026-05-04,20:23:15.226] [INFO] Starting location capture [2026-05-04,20:23:54.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:23:54.051] [INFO] LocationSqlManager initialising [2026-05-04,20:23:54.052] [INFO] Location DB initialising [2026-05-04,20:23:54.063] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:23:54.064] [DEBUG] UploadManager Init [2026-05-04,20:23:54.065] [DEBUG] UploadManager Init Complete [2026-05-04,20:23:54.069] [INFO] Initializing GPS... [2026-05-04,20:23:54.072] [INFO] Starting location capture [2026-05-04,20:24:32.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:24:32.412] [INFO] LocationSqlManager initialising [2026-05-04,20:24:32.413] [INFO] Location DB initialising [2026-05-04,20:24:32.422] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:24:32.423] [DEBUG] UploadManager Init [2026-05-04,20:24:32.423] [DEBUG] UploadManager Init Complete [2026-05-04,20:24:32.426] [INFO] Initializing GPS... [2026-05-04,20:24:32.428] [INFO] Starting location capture [2026-05-04,20:25:11.350] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:25:11.358] [INFO] LocationSqlManager initialising [2026-05-04,20:25:11.359] [INFO] Location DB initialising [2026-05-04,20:25:11.371] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:25:11.372] [DEBUG] UploadManager Init [2026-05-04,20:25:11.373] [DEBUG] UploadManager Init Complete [2026-05-04,20:25:11.377] [INFO] Initializing GPS... [2026-05-04,20:25:11.380] [INFO] Starting location capture [2026-05-04,20:25:50.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:25:50.406] [INFO] LocationSqlManager initialising [2026-05-04,20:25:50.407] [INFO] Location DB initialising [2026-05-04,20:25:50.418] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:25:50.420] [DEBUG] UploadManager Init [2026-05-04,20:25:50.420] [DEBUG] UploadManager Init Complete [2026-05-04,20:25:50.425] [INFO] Initializing GPS... [2026-05-04,20:25:50.428] [INFO] Starting location capture [2026-05-04,20:26:28.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:26:28.296] [INFO] LocationSqlManager initialising [2026-05-04,20:26:28.296] [INFO] Location DB initialising [2026-05-04,20:26:28.306] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:26:28.307] [DEBUG] UploadManager Init [2026-05-04,20:26:28.308] [DEBUG] UploadManager Init Complete [2026-05-04,20:26:28.311] [INFO] Initializing GPS... [2026-05-04,20:26:28.313] [INFO] Starting location capture [2026-05-04,20:27:06.813] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:27:06.818] [INFO] LocationSqlManager initialising [2026-05-04,20:27:06.818] [INFO] Location DB initialising [2026-05-04,20:27:06.828] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:27:06.828] [DEBUG] UploadManager Init [2026-05-04,20:27:06.829] [DEBUG] UploadManager Init Complete [2026-05-04,20:27:06.831] [INFO] Initializing GPS... [2026-05-04,20:27:06.833] [INFO] Starting location capture [2026-05-04,20:27:45.372] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:27:45.379] [INFO] LocationSqlManager initialising [2026-05-04,20:27:45.380] [INFO] Location DB initialising [2026-05-04,20:27:45.391] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:27:45.393] [DEBUG] UploadManager Init [2026-05-04,20:27:45.393] [DEBUG] UploadManager Init Complete [2026-05-04,20:27:45.398] [INFO] Initializing GPS... [2026-05-04,20:27:45.401] [INFO] Starting location capture [2026-05-04,20:28:24.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:28:24.151] [INFO] LocationSqlManager initialising [2026-05-04,20:28:24.151] [INFO] Location DB initialising [2026-05-04,20:28:24.161] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:28:24.161] [DEBUG] UploadManager Init [2026-05-04,20:28:24.162] [DEBUG] UploadManager Init Complete [2026-05-04,20:28:24.164] [INFO] Initializing GPS... [2026-05-04,20:28:24.166] [INFO] Starting location capture [2026-05-04,20:29:01.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:29:01.813] [INFO] LocationSqlManager initialising [2026-05-04,20:29:01.814] [INFO] Location DB initialising [2026-05-04,20:29:01.824] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:29:01.825] [DEBUG] UploadManager Init [2026-05-04,20:29:01.825] [DEBUG] UploadManager Init Complete [2026-05-04,20:29:01.828] [INFO] Initializing GPS... [2026-05-04,20:29:01.830] [INFO] Starting location capture [2026-05-04,20:29:41.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:29:41.110] [INFO] LocationSqlManager initialising [2026-05-04,20:29:41.111] [INFO] Location DB initialising [2026-05-04,20:29:41.120] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:29:41.121] [DEBUG] UploadManager Init [2026-05-04,20:29:41.121] [DEBUG] UploadManager Init Complete [2026-05-04,20:29:41.124] [INFO] Initializing GPS... [2026-05-04,20:29:41.126] [INFO] Starting location capture [2026-05-04,20:30:19.442] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:30:19.447] [INFO] LocationSqlManager initialising [2026-05-04,20:30:19.448] [INFO] Location DB initialising [2026-05-04,20:30:19.459] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:30:19.460] [DEBUG] UploadManager Init [2026-05-04,20:30:19.461] [DEBUG] UploadManager Init Complete [2026-05-04,20:30:19.465] [INFO] Initializing GPS... [2026-05-04,20:30:19.469] [INFO] Starting location capture [2026-05-04,20:30:58.181] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:30:58.187] [INFO] LocationSqlManager initialising [2026-05-04,20:30:58.187] [INFO] Location DB initialising [2026-05-04,20:30:58.197] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:30:58.198] [DEBUG] UploadManager Init [2026-05-04,20:30:58.198] [DEBUG] UploadManager Init Complete [2026-05-04,20:30:58.201] [INFO] Initializing GPS... [2026-05-04,20:30:58.204] [INFO] Starting location capture [2026-05-04,20:31:37.557] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:31:37.563] [INFO] LocationSqlManager initialising [2026-05-04,20:31:37.563] [INFO] Location DB initialising [2026-05-04,20:31:37.573] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:31:37.574] [DEBUG] UploadManager Init [2026-05-04,20:31:37.575] [DEBUG] UploadManager Init Complete [2026-05-04,20:31:37.578] [INFO] Initializing GPS... [2026-05-04,20:31:37.580] [INFO] Starting location capture [2026-05-04,20:32:15.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:32:15.042] [INFO] LocationSqlManager initialising [2026-05-04,20:32:15.043] [INFO] Location DB initialising [2026-05-04,20:32:15.053] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:32:15.054] [DEBUG] UploadManager Init [2026-05-04,20:32:15.055] [DEBUG] UploadManager Init Complete [2026-05-04,20:32:15.058] [INFO] Initializing GPS... [2026-05-04,20:32:15.061] [INFO] Starting location capture [2026-05-04,20:32:54.214] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:32:54.217] [INFO] LocationSqlManager initialising [2026-05-04,20:32:54.218] [INFO] Location DB initialising [2026-05-04,20:32:54.228] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:32:54.228] [DEBUG] UploadManager Init [2026-05-04,20:32:54.229] [DEBUG] UploadManager Init Complete [2026-05-04,20:32:54.232] [INFO] Initializing GPS... [2026-05-04,20:32:54.234] [INFO] Starting location capture [2026-05-04,20:33:33.386] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:33:33.393] [INFO] LocationSqlManager initialising [2026-05-04,20:33:33.394] [INFO] Location DB initialising [2026-05-04,20:33:33.406] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:33:33.407] [DEBUG] UploadManager Init [2026-05-04,20:33:33.407] [DEBUG] UploadManager Init Complete [2026-05-04,20:33:33.412] [INFO] Initializing GPS... [2026-05-04,20:33:33.414] [INFO] Starting location capture [2026-05-04,20:34:11.335] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:34:11.341] [INFO] LocationSqlManager initialising [2026-05-04,20:34:11.342] [INFO] Location DB initialising [2026-05-04,20:34:11.354] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:34:11.355] [DEBUG] UploadManager Init [2026-05-04,20:34:11.355] [DEBUG] UploadManager Init Complete [2026-05-04,20:34:11.359] [INFO] Initializing GPS... [2026-05-04,20:34:11.361] [INFO] Starting location capture [2026-05-04,20:34:45.059] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:34:45.065] [INFO] LocationSqlManager initialising [2026-05-04,20:34:45.065] [INFO] Location DB initialising [2026-05-04,20:34:45.075] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:34:45.076] [DEBUG] UploadManager Init [2026-05-04,20:34:45.077] [DEBUG] UploadManager Init Complete [2026-05-04,20:34:45.080] [INFO] Initializing GPS... [2026-05-04,20:34:45.083] [INFO] Starting location capture [2026-05-04,20:35:24.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:35:24.123] [INFO] LocationSqlManager initialising [2026-05-04,20:35:24.124] [INFO] Location DB initialising [2026-05-04,20:35:24.136] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:35:24.137] [DEBUG] UploadManager Init [2026-05-04,20:35:24.138] [DEBUG] UploadManager Init Complete [2026-05-04,20:35:24.142] [INFO] Initializing GPS... [2026-05-04,20:35:24.145] [INFO] Starting location capture [2026-05-04,20:36:01.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:36:01.894] [INFO] LocationSqlManager initialising [2026-05-04,20:36:01.895] [INFO] Location DB initialising [2026-05-04,20:36:01.907] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:36:01.908] [DEBUG] UploadManager Init [2026-05-04,20:36:01.909] [DEBUG] UploadManager Init Complete [2026-05-04,20:36:01.913] [INFO] Initializing GPS... [2026-05-04,20:36:01.916] [INFO] Starting location capture [2026-05-04,20:36:41.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:36:41.202] [INFO] LocationSqlManager initialising [2026-05-04,20:36:41.203] [INFO] Location DB initialising [2026-05-04,20:36:41.213] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:36:41.213] [DEBUG] UploadManager Init [2026-05-04,20:36:41.214] [DEBUG] UploadManager Init Complete [2026-05-04,20:36:41.216] [INFO] Initializing GPS... [2026-05-04,20:36:41.218] [INFO] Starting location capture [2026-05-04,20:37:20.393] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:37:20.400] [INFO] LocationSqlManager initialising [2026-05-04,20:37:20.401] [INFO] Location DB initialising [2026-05-04,20:37:20.413] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:37:20.414] [DEBUG] UploadManager Init [2026-05-04,20:37:20.415] [DEBUG] UploadManager Init Complete [2026-05-04,20:37:20.419] [INFO] Initializing GPS... [2026-05-04,20:37:20.422] [INFO] Starting location capture [2026-05-04,20:37:53.883] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:37:53.889] [INFO] LocationSqlManager initialising [2026-05-04,20:37:53.889] [INFO] Location DB initialising [2026-05-04,20:37:53.899] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:37:53.899] [DEBUG] UploadManager Init [2026-05-04,20:37:53.899] [DEBUG] UploadManager Init Complete [2026-05-04,20:37:53.902] [INFO] Initializing GPS... [2026-05-04,20:37:53.905] [INFO] Starting location capture [2026-05-04,20:38:32.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:38:32.083] [INFO] LocationSqlManager initialising [2026-05-04,20:38:32.083] [INFO] Location DB initialising [2026-05-04,20:38:32.093] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:38:32.094] [DEBUG] UploadManager Init [2026-05-04,20:38:32.094] [DEBUG] UploadManager Init Complete [2026-05-04,20:38:32.097] [INFO] Initializing GPS... [2026-05-04,20:38:32.099] [INFO] Starting location capture [2026-05-04,20:39:10.289] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:39:10.295] [INFO] LocationSqlManager initialising [2026-05-04,20:39:10.295] [INFO] Location DB initialising [2026-05-04,20:39:10.305] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:39:10.305] [DEBUG] UploadManager Init [2026-05-04,20:39:10.306] [DEBUG] UploadManager Init Complete [2026-05-04,20:39:10.308] [INFO] Initializing GPS... [2026-05-04,20:39:10.310] [INFO] Starting location capture [2026-05-04,20:39:48.656] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:39:48.664] [INFO] LocationSqlManager initialising [2026-05-04,20:39:48.665] [INFO] Location DB initialising [2026-05-04,20:39:48.676] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:39:48.677] [DEBUG] UploadManager Init [2026-05-04,20:39:48.678] [DEBUG] UploadManager Init Complete [2026-05-04,20:39:48.683] [INFO] Initializing GPS... [2026-05-04,20:39:48.686] [INFO] Starting location capture [2026-05-04,20:40:27.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:40:27.169] [INFO] LocationSqlManager initialising [2026-05-04,20:40:27.170] [INFO] Location DB initialising [2026-05-04,20:40:27.180] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:40:27.181] [DEBUG] UploadManager Init [2026-05-04,20:40:27.181] [DEBUG] UploadManager Init Complete [2026-05-04,20:40:27.184] [INFO] Initializing GPS... [2026-05-04,20:40:27.187] [INFO] Starting location capture [2026-05-04,20:41:06.562] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:41:06.569] [INFO] LocationSqlManager initialising [2026-05-04,20:41:06.570] [INFO] Location DB initialising [2026-05-04,20:41:06.580] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:41:06.582] [DEBUG] UploadManager Init [2026-05-04,20:41:06.582] [DEBUG] UploadManager Init Complete [2026-05-04,20:41:06.587] [INFO] Initializing GPS... [2026-05-04,20:41:06.590] [INFO] Starting location capture [2026-05-04,20:41:44.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:41:44.983] [INFO] LocationSqlManager initialising [2026-05-04,20:41:44.984] [INFO] Location DB initialising [2026-05-04,20:41:44.996] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:41:44.997] [DEBUG] UploadManager Init [2026-05-04,20:41:44.997] [DEBUG] UploadManager Init Complete [2026-05-04,20:41:45.002] [INFO] Initializing GPS... [2026-05-04,20:41:45.005] [INFO] Starting location capture [2026-05-04,20:42:23.279] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:42:23.285] [INFO] LocationSqlManager initialising [2026-05-04,20:42:23.285] [INFO] Location DB initialising [2026-05-04,20:42:23.295] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:42:23.295] [DEBUG] UploadManager Init [2026-05-04,20:42:23.296] [DEBUG] UploadManager Init Complete [2026-05-04,20:42:23.298] [INFO] Initializing GPS... [2026-05-04,20:42:23.300] [INFO] Starting location capture [2026-05-04,20:42:56.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:42:56.969] [INFO] LocationSqlManager initialising [2026-05-04,20:42:56.969] [INFO] Location DB initialising [2026-05-04,20:42:56.979] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:42:56.979] [DEBUG] UploadManager Init [2026-05-04,20:42:56.980] [DEBUG] UploadManager Init Complete [2026-05-04,20:42:56.982] [INFO] Initializing GPS... [2026-05-04,20:42:56.984] [INFO] Starting location capture [2026-05-04,20:43:35.227] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:43:35.232] [INFO] LocationSqlManager initialising [2026-05-04,20:43:35.233] [INFO] Location DB initialising [2026-05-04,20:43:35.242] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:43:35.243] [DEBUG] UploadManager Init [2026-05-04,20:43:35.244] [DEBUG] UploadManager Init Complete [2026-05-04,20:43:35.248] [INFO] Initializing GPS... [2026-05-04,20:43:35.251] [INFO] Starting location capture [2026-05-04,20:44:13.898] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:44:13.902] [INFO] LocationSqlManager initialising [2026-05-04,20:44:13.903] [INFO] Location DB initialising [2026-05-04,20:44:13.912] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:44:13.913] [DEBUG] UploadManager Init [2026-05-04,20:44:13.913] [DEBUG] UploadManager Init Complete [2026-05-04,20:44:13.916] [INFO] Initializing GPS... [2026-05-04,20:44:13.918] [INFO] Starting location capture [2026-05-04,20:44:52.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:44:52.088] [INFO] LocationSqlManager initialising [2026-05-04,20:44:52.089] [INFO] Location DB initialising [2026-05-04,20:44:52.099] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:44:52.099] [DEBUG] UploadManager Init [2026-05-04,20:44:52.100] [DEBUG] UploadManager Init Complete [2026-05-04,20:44:52.102] [INFO] Initializing GPS... [2026-05-04,20:44:52.104] [INFO] Starting location capture [2026-05-04,20:45:30.282] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:45:30.289] [INFO] LocationSqlManager initialising [2026-05-04,20:45:30.290] [INFO] Location DB initialising [2026-05-04,20:45:30.301] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:45:30.302] [DEBUG] UploadManager Init [2026-05-04,20:45:30.302] [DEBUG] UploadManager Init Complete [2026-05-04,20:45:30.307] [INFO] Initializing GPS... [2026-05-04,20:45:30.310] [INFO] Starting location capture [2026-05-04,20:46:03.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:46:03.998] [INFO] LocationSqlManager initialising [2026-05-04,20:46:03.999] [INFO] Location DB initialising [2026-05-04,20:46:04.014] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:46:04.016] [DEBUG] UploadManager Init [2026-05-04,20:46:04.018] [DEBUG] UploadManager Init Complete [2026-05-04,20:46:04.023] [INFO] Initializing GPS... [2026-05-04,20:46:04.026] [INFO] Starting location capture [2026-05-04,20:46:43.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:46:43.010] [INFO] LocationSqlManager initialising [2026-05-04,20:46:43.011] [INFO] Location DB initialising [2026-05-04,20:46:43.021] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:46:43.022] [DEBUG] UploadManager Init [2026-05-04,20:46:43.022] [DEBUG] UploadManager Init Complete [2026-05-04,20:46:43.025] [INFO] Initializing GPS... [2026-05-04,20:46:43.028] [INFO] Starting location capture [2026-05-04,20:47:22.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:47:22.067] [INFO] LocationSqlManager initialising [2026-05-04,20:47:22.068] [INFO] Location DB initialising [2026-05-04,20:47:22.079] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:47:22.080] [DEBUG] UploadManager Init [2026-05-04,20:47:22.081] [DEBUG] UploadManager Init Complete [2026-05-04,20:47:22.085] [INFO] Initializing GPS... [2026-05-04,20:47:22.088] [INFO] Starting location capture [2026-05-04,20:48:00.573] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:48:00.578] [INFO] LocationSqlManager initialising [2026-05-04,20:48:00.578] [INFO] Location DB initialising [2026-05-04,20:48:00.588] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:48:00.590] [DEBUG] UploadManager Init [2026-05-04,20:48:00.590] [DEBUG] UploadManager Init Complete [2026-05-04,20:48:00.595] [INFO] Initializing GPS... [2026-05-04,20:48:00.597] [INFO] Starting location capture [2026-05-04,20:48:39.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:48:39.077] [INFO] LocationSqlManager initialising [2026-05-04,20:48:39.077] [INFO] Location DB initialising [2026-05-04,20:48:39.087] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:48:39.088] [DEBUG] UploadManager Init [2026-05-04,20:48:39.088] [DEBUG] UploadManager Init Complete [2026-05-04,20:48:39.092] [INFO] Initializing GPS... [2026-05-04,20:48:39.094] [INFO] Starting location capture [2026-05-04,20:49:17.207] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:49:17.213] [INFO] LocationSqlManager initialising [2026-05-04,20:49:17.214] [INFO] Location DB initialising [2026-05-04,20:49:17.225] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:49:17.226] [DEBUG] UploadManager Init [2026-05-04,20:49:17.227] [DEBUG] UploadManager Init Complete [2026-05-04,20:49:17.230] [INFO] Initializing GPS... [2026-05-04,20:49:17.232] [INFO] Starting location capture [2026-05-04,20:49:56.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:49:56.045] [INFO] LocationSqlManager initialising [2026-05-04,20:49:56.046] [INFO] Location DB initialising [2026-05-04,20:49:56.057] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:49:56.058] [DEBUG] UploadManager Init [2026-05-04,20:49:56.059] [DEBUG] UploadManager Init Complete [2026-05-04,20:49:56.063] [INFO] Initializing GPS... [2026-05-04,20:49:56.066] [INFO] Starting location capture [2026-05-04,20:50:34.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:50:34.881] [INFO] LocationSqlManager initialising [2026-05-04,20:50:34.882] [INFO] Location DB initialising [2026-05-04,20:50:34.891] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:50:34.892] [DEBUG] UploadManager Init [2026-05-04,20:50:34.892] [DEBUG] UploadManager Init Complete [2026-05-04,20:50:34.895] [INFO] Initializing GPS... [2026-05-04,20:50:34.897] [INFO] Starting location capture [2026-05-04,20:51:13.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:51:13.406] [INFO] LocationSqlManager initialising [2026-05-04,20:51:13.407] [INFO] Location DB initialising [2026-05-04,20:51:13.419] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:51:13.420] [DEBUG] UploadManager Init [2026-05-04,20:51:13.421] [DEBUG] UploadManager Init Complete [2026-05-04,20:51:13.426] [INFO] Initializing GPS... [2026-05-04,20:51:13.429] [INFO] Starting location capture [2026-05-04,20:51:52.273] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:51:52.281] [INFO] LocationSqlManager initialising [2026-05-04,20:51:52.282] [INFO] Location DB initialising [2026-05-04,20:51:52.293] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:51:52.295] [DEBUG] UploadManager Init [2026-05-04,20:51:52.295] [DEBUG] UploadManager Init Complete [2026-05-04,20:51:52.300] [INFO] Initializing GPS... [2026-05-04,20:51:52.303] [INFO] Starting location capture [2026-05-04,20:52:30.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:52:30.037] [INFO] LocationSqlManager initialising [2026-05-04,20:52:30.038] [INFO] Location DB initialising [2026-05-04,20:52:30.047] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:52:30.047] [DEBUG] UploadManager Init [2026-05-04,20:52:30.048] [DEBUG] UploadManager Init Complete [2026-05-04,20:52:30.050] [INFO] Initializing GPS... [2026-05-04,20:52:30.052] [INFO] Starting location capture [2026-05-04,20:53:07.844] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:53:07.850] [INFO] LocationSqlManager initialising [2026-05-04,20:53:07.851] [INFO] Location DB initialising [2026-05-04,20:53:07.861] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:53:07.861] [DEBUG] UploadManager Init [2026-05-04,20:53:07.862] [DEBUG] UploadManager Init Complete [2026-05-04,20:53:07.865] [INFO] Initializing GPS... [2026-05-04,20:53:07.867] [INFO] Starting location capture [2026-05-04,20:53:42.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:53:42.144] [INFO] LocationSqlManager initialising [2026-05-04,20:53:42.144] [INFO] Location DB initialising [2026-05-04,20:53:42.153] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:53:42.154] [DEBUG] UploadManager Init [2026-05-04,20:53:42.154] [DEBUG] UploadManager Init Complete [2026-05-04,20:53:42.157] [INFO] Initializing GPS... [2026-05-04,20:53:42.159] [INFO] Starting location capture [2026-05-04,20:54:21.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:54:21.107] [INFO] LocationSqlManager initialising [2026-05-04,20:54:21.108] [INFO] Location DB initialising [2026-05-04,20:54:21.119] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:54:21.120] [DEBUG] UploadManager Init [2026-05-04,20:54:21.121] [DEBUG] UploadManager Init Complete [2026-05-04,20:54:21.126] [INFO] Initializing GPS... [2026-05-04,20:54:21.129] [INFO] Starting location capture [2026-05-04,20:54:58.605] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:54:58.610] [INFO] LocationSqlManager initialising [2026-05-04,20:54:58.610] [INFO] Location DB initialising [2026-05-04,20:54:58.621] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:54:58.622] [DEBUG] UploadManager Init [2026-05-04,20:54:58.623] [DEBUG] UploadManager Init Complete [2026-05-04,20:54:58.628] [INFO] Initializing GPS... [2026-05-04,20:54:58.631] [INFO] Starting location capture [2026-05-04,20:55:36.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:55:36.896] [INFO] LocationSqlManager initialising [2026-05-04,20:55:36.896] [INFO] Location DB initialising [2026-05-04,20:55:36.906] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:55:36.907] [DEBUG] UploadManager Init [2026-05-04,20:55:36.907] [DEBUG] UploadManager Init Complete [2026-05-04,20:55:36.910] [INFO] Initializing GPS... [2026-05-04,20:55:36.912] [INFO] Starting location capture [2026-05-04,20:56:16.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:56:16.070] [INFO] LocationSqlManager initialising [2026-05-04,20:56:16.070] [INFO] Location DB initialising [2026-05-04,20:56:16.080] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:56:16.081] [DEBUG] UploadManager Init [2026-05-04,20:56:16.081] [DEBUG] UploadManager Init Complete [2026-05-04,20:56:16.084] [INFO] Initializing GPS... [2026-05-04,20:56:16.086] [INFO] Starting location capture [2026-05-04,20:56:54.397] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:56:54.402] [INFO] LocationSqlManager initialising [2026-05-04,20:56:54.403] [INFO] Location DB initialising [2026-05-04,20:56:54.412] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:56:54.413] [DEBUG] UploadManager Init [2026-05-04,20:56:54.413] [DEBUG] UploadManager Init Complete [2026-05-04,20:56:54.415] [INFO] Initializing GPS... [2026-05-04,20:56:54.417] [INFO] Starting location capture [2026-05-04,20:57:27.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:57:27.902] [INFO] LocationSqlManager initialising [2026-05-04,20:57:27.902] [INFO] Location DB initialising [2026-05-04,20:57:27.912] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:57:27.912] [DEBUG] UploadManager Init [2026-05-04,20:57:27.913] [DEBUG] UploadManager Init Complete [2026-05-04,20:57:27.915] [INFO] Initializing GPS... [2026-05-04,20:57:27.917] [INFO] Starting location capture [2026-05-04,20:58:06.424] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:58:06.432] [INFO] LocationSqlManager initialising [2026-05-04,20:58:06.433] [INFO] Location DB initialising [2026-05-04,20:58:06.443] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:58:06.445] [DEBUG] UploadManager Init [2026-05-04,20:58:06.445] [DEBUG] UploadManager Init Complete [2026-05-04,20:58:06.450] [INFO] Initializing GPS... [2026-05-04,20:58:06.453] [INFO] Starting location capture [2026-05-04,20:58:45.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:58:45.034] [INFO] LocationSqlManager initialising [2026-05-04,20:58:45.035] [INFO] Location DB initialising [2026-05-04,20:58:45.047] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:58:45.048] [DEBUG] UploadManager Init [2026-05-04,20:58:45.049] [DEBUG] UploadManager Init Complete [2026-05-04,20:58:45.053] [INFO] Initializing GPS... [2026-05-04,20:58:45.056] [INFO] Starting location capture [2026-05-04,20:59:24.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:59:24.069] [INFO] LocationSqlManager initialising [2026-05-04,20:59:24.069] [INFO] Location DB initialising [2026-05-04,20:59:24.079] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:59:24.079] [DEBUG] UploadManager Init [2026-05-04,20:59:24.080] [DEBUG] UploadManager Init Complete [2026-05-04,20:59:24.082] [INFO] Initializing GPS... [2026-05-04,20:59:24.084] [INFO] Starting location capture [2026-05-04,21:00:02.040] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:00:02.044] [INFO] LocationSqlManager initialising [2026-05-04,21:00:02.045] [INFO] Location DB initialising [2026-05-04,21:00:02.055] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:00:02.056] [DEBUG] UploadManager Init [2026-05-04,21:00:02.056] [DEBUG] UploadManager Init Complete [2026-05-04,21:00:02.059] [INFO] Initializing GPS... [2026-05-04,21:00:02.061] [INFO] Starting location capture [2026-05-04,21:00:40.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:00:40.940] [INFO] LocationSqlManager initialising [2026-05-04,21:00:40.940] [INFO] Location DB initialising [2026-05-04,21:00:40.953] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:00:40.954] [DEBUG] UploadManager Init [2026-05-04,21:00:40.955] [DEBUG] UploadManager Init Complete [2026-05-04,21:00:40.959] [INFO] Initializing GPS... [2026-05-04,21:00:40.962] [INFO] Starting location capture [2026-05-04,21:01:19.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:01:19.422] [INFO] LocationSqlManager initialising [2026-05-04,21:01:19.423] [INFO] Location DB initialising [2026-05-04,21:01:19.433] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:01:19.434] [DEBUG] UploadManager Init [2026-05-04,21:01:19.434] [DEBUG] UploadManager Init Complete [2026-05-04,21:01:19.438] [INFO] Initializing GPS... [2026-05-04,21:01:19.440] [INFO] Starting location capture [2026-05-04,21:01:58.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:01:58.094] [INFO] LocationSqlManager initialising [2026-05-04,21:01:58.095] [INFO] Location DB initialising [2026-05-04,21:01:58.104] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:01:58.105] [DEBUG] UploadManager Init [2026-05-04,21:01:58.106] [DEBUG] UploadManager Init Complete [2026-05-04,21:01:58.108] [INFO] Initializing GPS... [2026-05-04,21:01:58.110] [INFO] Starting location capture [2026-05-04,21:02:35.842] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:02:35.847] [INFO] LocationSqlManager initialising [2026-05-04,21:02:35.848] [INFO] Location DB initialising [2026-05-04,21:02:35.859] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:02:35.860] [DEBUG] UploadManager Init [2026-05-04,21:02:35.861] [DEBUG] UploadManager Init Complete [2026-05-04,21:02:35.865] [INFO] Initializing GPS... [2026-05-04,21:02:35.868] [INFO] Starting location capture [2026-05-04,21:03:16.522] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:03:16.527] [INFO] LocationSqlManager initialising [2026-05-04,21:03:16.527] [INFO] Location DB initialising [2026-05-04,21:03:16.537] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:03:16.538] [DEBUG] UploadManager Init [2026-05-04,21:03:16.538] [DEBUG] UploadManager Init Complete [2026-05-04,21:03:16.542] [INFO] Initializing GPS... [2026-05-04,21:03:16.544] [INFO] Starting location capture [2026-05-04,21:03:49.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:03:49.990] [INFO] LocationSqlManager initialising [2026-05-04,21:03:49.990] [INFO] Location DB initialising [2026-05-04,21:03:50.000] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:03:50.001] [DEBUG] UploadManager Init [2026-05-04,21:03:50.001] [DEBUG] UploadManager Init Complete [2026-05-04,21:03:50.004] [INFO] Initializing GPS... [2026-05-04,21:03:50.005] [INFO] Starting location capture [2026-05-04,21:04:28.663] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:04:28.667] [INFO] LocationSqlManager initialising [2026-05-04,21:04:28.668] [INFO] Location DB initialising [2026-05-04,21:04:28.677] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:04:28.678] [DEBUG] UploadManager Init [2026-05-04,21:04:28.678] [DEBUG] UploadManager Init Complete [2026-05-04,21:04:28.681] [INFO] Initializing GPS... [2026-05-04,21:04:28.683] [INFO] Starting location capture [2026-05-04,21:05:07.345] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:05:07.350] [INFO] LocationSqlManager initialising [2026-05-04,21:05:07.351] [INFO] Location DB initialising [2026-05-04,21:05:07.363] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:05:07.364] [DEBUG] UploadManager Init [2026-05-04,21:05:07.365] [DEBUG] UploadManager Init Complete [2026-05-04,21:05:07.369] [INFO] Initializing GPS... [2026-05-04,21:05:07.372] [INFO] Starting location capture [2026-05-04,21:05:45.869] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:05:45.873] [INFO] LocationSqlManager initialising [2026-05-04,21:05:45.874] [INFO] Location DB initialising [2026-05-04,21:05:45.883] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:05:45.884] [DEBUG] UploadManager Init [2026-05-04,21:05:45.884] [DEBUG] UploadManager Init Complete [2026-05-04,21:05:45.887] [INFO] Initializing GPS... [2026-05-04,21:05:45.890] [INFO] Starting location capture [2026-05-04,21:06:24.501] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:06:24.508] [INFO] LocationSqlManager initialising [2026-05-04,21:06:24.509] [INFO] Location DB initialising [2026-05-04,21:06:24.520] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:06:24.521] [DEBUG] UploadManager Init [2026-05-04,21:06:24.522] [DEBUG] UploadManager Init Complete [2026-05-04,21:06:24.526] [INFO] Initializing GPS... [2026-05-04,21:06:24.529] [INFO] Starting location capture [2026-05-04,21:07:03.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:07:03.106] [INFO] LocationSqlManager initialising [2026-05-04,21:07:03.106] [INFO] Location DB initialising [2026-05-04,21:07:03.116] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:07:03.117] [DEBUG] UploadManager Init [2026-05-04,21:07:03.117] [DEBUG] UploadManager Init Complete [2026-05-04,21:07:03.120] [INFO] Initializing GPS... [2026-05-04,21:07:03.122] [INFO] Starting location capture [2026-05-04,21:07:41.661] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:07:41.668] [INFO] LocationSqlManager initialising [2026-05-04,21:07:41.669] [INFO] Location DB initialising [2026-05-04,21:07:41.680] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:07:41.681] [DEBUG] UploadManager Init [2026-05-04,21:07:41.682] [DEBUG] UploadManager Init Complete [2026-05-04,21:07:41.686] [INFO] Initializing GPS... [2026-05-04,21:07:41.689] [INFO] Starting location capture [2026-05-04,21:08:19.845] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:08:19.850] [INFO] LocationSqlManager initialising [2026-05-04,21:08:19.850] [INFO] Location DB initialising [2026-05-04,21:08:19.860] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:08:19.861] [DEBUG] UploadManager Init [2026-05-04,21:08:19.861] [DEBUG] UploadManager Init Complete [2026-05-04,21:08:19.864] [INFO] Initializing GPS... [2026-05-04,21:08:19.865] [INFO] Starting location capture [2026-05-04,21:08:58.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:08:58.059] [INFO] LocationSqlManager initialising [2026-05-04,21:08:58.060] [INFO] Location DB initialising [2026-05-04,21:08:58.069] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:08:58.070] [DEBUG] UploadManager Init [2026-05-04,21:08:58.070] [DEBUG] UploadManager Init Complete [2026-05-04,21:08:58.073] [INFO] Initializing GPS... [2026-05-04,21:08:58.075] [INFO] Starting location capture [2026-05-04,21:09:36.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:09:36.978] [INFO] LocationSqlManager initialising [2026-05-04,21:09:36.979] [INFO] Location DB initialising [2026-05-04,21:09:36.990] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:09:36.991] [DEBUG] UploadManager Init [2026-05-04,21:09:36.992] [DEBUG] UploadManager Init Complete [2026-05-04,21:09:36.996] [INFO] Initializing GPS... [2026-05-04,21:09:36.998] [INFO] Starting location capture [2026-05-04,21:10:15.265] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:10:15.270] [INFO] LocationSqlManager initialising [2026-05-04,21:10:15.271] [INFO] Location DB initialising [2026-05-04,21:10:15.280] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:10:15.281] [DEBUG] UploadManager Init [2026-05-04,21:10:15.281] [DEBUG] UploadManager Init Complete [2026-05-04,21:10:15.284] [INFO] Initializing GPS... [2026-05-04,21:10:15.286] [INFO] Starting location capture [2026-05-04,21:10:54.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:10:54.231] [INFO] LocationSqlManager initialising [2026-05-04,21:10:54.231] [INFO] Location DB initialising [2026-05-04,21:10:54.241] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:10:54.242] [DEBUG] UploadManager Init [2026-05-04,21:10:54.243] [DEBUG] UploadManager Init Complete [2026-05-04,21:10:54.246] [INFO] Initializing GPS... [2026-05-04,21:10:54.249] [INFO] Starting location capture [2026-05-04,21:11:31.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:11:31.986] [INFO] LocationSqlManager initialising [2026-05-04,21:11:31.987] [INFO] Location DB initialising [2026-05-04,21:11:31.999] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:11:32.000] [DEBUG] UploadManager Init [2026-05-04,21:11:32.001] [DEBUG] UploadManager Init Complete [2026-05-04,21:11:32.005] [INFO] Initializing GPS... [2026-05-04,21:11:32.008] [INFO] Starting location capture [2026-05-04,21:12:06.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:12:06.234] [INFO] LocationSqlManager initialising [2026-05-04,21:12:06.234] [INFO] Location DB initialising [2026-05-04,21:12:06.244] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:12:06.244] [DEBUG] UploadManager Init [2026-05-04,21:12:06.245] [DEBUG] UploadManager Init Complete [2026-05-04,21:12:06.247] [INFO] Initializing GPS... [2026-05-04,21:12:06.249] [INFO] Starting location capture [2026-05-04,21:12:43.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:12:44.001] [INFO] LocationSqlManager initialising [2026-05-04,21:12:44.002] [INFO] Location DB initialising [2026-05-04,21:12:44.013] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:12:44.014] [DEBUG] UploadManager Init [2026-05-04,21:12:44.015] [DEBUG] UploadManager Init Complete [2026-05-04,21:12:44.018] [INFO] Initializing GPS... [2026-05-04,21:12:44.020] [INFO] Starting location capture [2026-05-04,21:13:23.351] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:13:23.359] [INFO] LocationSqlManager initialising [2026-05-04,21:13:23.360] [INFO] Location DB initialising [2026-05-04,21:13:23.371] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:13:23.372] [DEBUG] UploadManager Init [2026-05-04,21:13:23.372] [DEBUG] UploadManager Init Complete [2026-05-04,21:13:23.377] [INFO] Initializing GPS... [2026-05-04,21:13:23.380] [INFO] Starting location capture [2026-05-04,21:14:01.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:14:01.953] [INFO] LocationSqlManager initialising [2026-05-04,21:14:01.954] [INFO] Location DB initialising [2026-05-04,21:14:01.964] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:14:01.965] [DEBUG] UploadManager Init [2026-05-04,21:14:01.965] [DEBUG] UploadManager Init Complete [2026-05-04,21:14:01.968] [INFO] Initializing GPS... [2026-05-04,21:14:01.970] [INFO] Starting location capture [2026-05-04,21:14:39.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:14:40.000] [INFO] LocationSqlManager initialising [2026-05-04,21:14:40.001] [INFO] Location DB initialising [2026-05-04,21:14:40.012] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:14:40.013] [DEBUG] UploadManager Init [2026-05-04,21:14:40.014] [DEBUG] UploadManager Init Complete [2026-05-04,21:14:40.018] [INFO] Initializing GPS... [2026-05-04,21:14:40.021] [INFO] Starting location capture [2026-05-04,21:15:19.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:15:19.183] [INFO] LocationSqlManager initialising [2026-05-04,21:15:19.183] [INFO] Location DB initialising [2026-05-04,21:15:19.194] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:15:19.195] [DEBUG] UploadManager Init [2026-05-04,21:15:19.196] [DEBUG] UploadManager Init Complete [2026-05-04,21:15:19.201] [INFO] Initializing GPS... [2026-05-04,21:15:19.204] [INFO] Starting location capture [2026-05-04,21:15:57.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:15:57.263] [INFO] LocationSqlManager initialising [2026-05-04,21:15:57.263] [INFO] Location DB initialising [2026-05-04,21:15:57.273] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:15:57.274] [DEBUG] UploadManager Init [2026-05-04,21:15:57.274] [DEBUG] UploadManager Init Complete [2026-05-04,21:15:57.277] [INFO] Initializing GPS... [2026-05-04,21:15:57.279] [INFO] Starting location capture [2026-05-04,21:16:36.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:16:36.105] [INFO] LocationSqlManager initialising [2026-05-04,21:16:36.106] [INFO] Location DB initialising [2026-05-04,21:16:36.115] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:16:36.116] [DEBUG] UploadManager Init [2026-05-04,21:16:36.116] [DEBUG] UploadManager Init Complete [2026-05-04,21:16:36.119] [INFO] Initializing GPS... [2026-05-04,21:16:36.121] [INFO] Starting location capture [2026-05-04,21:17:14.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:17:14.017] [INFO] LocationSqlManager initialising [2026-05-04,21:17:14.018] [INFO] Location DB initialising [2026-05-04,21:17:14.029] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:17:14.030] [DEBUG] UploadManager Init [2026-05-04,21:17:14.031] [DEBUG] UploadManager Init Complete [2026-05-04,21:17:14.035] [INFO] Initializing GPS... [2026-05-04,21:17:14.038] [INFO] Starting location capture [2026-05-04,21:17:53.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:17:53.189] [INFO] LocationSqlManager initialising [2026-05-04,21:17:53.190] [INFO] Location DB initialising [2026-05-04,21:17:53.200] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:17:53.201] [DEBUG] UploadManager Init [2026-05-04,21:17:53.201] [DEBUG] UploadManager Init Complete [2026-05-04,21:17:53.204] [INFO] Initializing GPS... [2026-05-04,21:17:53.206] [INFO] Starting location capture [2026-05-04,21:18:32.549] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:18:32.552] [INFO] LocationSqlManager initialising [2026-05-04,21:18:32.553] [INFO] Location DB initialising [2026-05-04,21:18:32.563] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:18:32.563] [DEBUG] UploadManager Init [2026-05-04,21:18:32.564] [DEBUG] UploadManager Init Complete [2026-05-04,21:18:32.566] [INFO] Initializing GPS... [2026-05-04,21:18:32.568] [INFO] Starting location capture [2026-05-04,21:19:10.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:19:10.435] [INFO] LocationSqlManager initialising [2026-05-04,21:19:10.436] [INFO] Location DB initialising [2026-05-04,21:19:10.448] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:19:10.449] [DEBUG] UploadManager Init [2026-05-04,21:19:10.449] [DEBUG] UploadManager Init Complete [2026-05-04,21:19:10.454] [INFO] Initializing GPS... [2026-05-04,21:19:10.457] [INFO] Starting location capture [2026-05-04,21:19:48.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:19:48.869] [INFO] LocationSqlManager initialising [2026-05-04,21:19:48.870] [INFO] Location DB initialising [2026-05-04,21:19:48.886] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:19:48.888] [DEBUG] UploadManager Init [2026-05-04,21:19:48.888] [DEBUG] UploadManager Init Complete [2026-05-04,21:19:48.893] [INFO] Initializing GPS... [2026-05-04,21:19:48.896] [INFO] Starting location capture [2026-05-04,21:20:26.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:20:26.984] [INFO] LocationSqlManager initialising [2026-05-04,21:20:26.985] [INFO] Location DB initialising [2026-05-04,21:20:26.996] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:20:26.997] [DEBUG] UploadManager Init [2026-05-04,21:20:26.998] [DEBUG] UploadManager Init Complete [2026-05-04,21:20:27.002] [INFO] Initializing GPS... [2026-05-04,21:20:27.005] [INFO] Starting location capture [2026-05-04,21:21:06.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:21:06.343] [INFO] LocationSqlManager initialising [2026-05-04,21:21:06.344] [INFO] Location DB initialising [2026-05-04,21:21:06.353] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:21:06.353] [DEBUG] UploadManager Init [2026-05-04,21:21:06.354] [DEBUG] UploadManager Init Complete [2026-05-04,21:21:06.356] [INFO] Initializing GPS... [2026-05-04,21:21:06.358] [INFO] Starting location capture [2026-05-04,21:21:43.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:21:43.987] [INFO] LocationSqlManager initialising [2026-05-04,21:21:43.988] [INFO] Location DB initialising [2026-05-04,21:21:43.997] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:21:43.998] [DEBUG] UploadManager Init [2026-05-04,21:21:43.998] [DEBUG] UploadManager Init Complete [2026-05-04,21:21:44.001] [INFO] Initializing GPS... [2026-05-04,21:21:44.003] [INFO] Starting location capture [2026-05-04,21:22:23.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:22:23.138] [INFO] LocationSqlManager initialising [2026-05-04,21:22:23.139] [INFO] Location DB initialising [2026-05-04,21:22:23.148] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:22:23.148] [DEBUG] UploadManager Init [2026-05-04,21:22:23.149] [DEBUG] UploadManager Init Complete [2026-05-04,21:22:23.151] [INFO] Initializing GPS... [2026-05-04,21:22:23.153] [INFO] Starting location capture [2026-05-04,21:23:01.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:23:01.109] [INFO] LocationSqlManager initialising [2026-05-04,21:23:01.109] [INFO] Location DB initialising [2026-05-04,21:23:01.119] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:23:01.120] [DEBUG] UploadManager Init [2026-05-04,21:23:01.120] [DEBUG] UploadManager Init Complete [2026-05-04,21:23:01.123] [INFO] Initializing GPS... [2026-05-04,21:23:01.125] [INFO] Starting location capture [2026-05-04,21:23:39.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:23:39.881] [INFO] LocationSqlManager initialising [2026-05-04,21:23:39.881] [INFO] Location DB initialising [2026-05-04,21:23:39.890] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:23:39.891] [DEBUG] UploadManager Init [2026-05-04,21:23:39.891] [DEBUG] UploadManager Init Complete [2026-05-04,21:23:39.894] [INFO] Initializing GPS... [2026-05-04,21:23:39.896] [INFO] Starting location capture [2026-05-04,21:24:18.846] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:24:18.851] [INFO] LocationSqlManager initialising [2026-05-04,21:24:18.851] [INFO] Location DB initialising [2026-05-04,21:24:18.860] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:24:18.861] [DEBUG] UploadManager Init [2026-05-04,21:24:18.861] [DEBUG] UploadManager Init Complete [2026-05-04,21:24:18.864] [INFO] Initializing GPS... [2026-05-04,21:24:18.866] [INFO] Starting location capture [2026-05-04,21:24:56.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:24:56.937] [INFO] LocationSqlManager initialising [2026-05-04,21:24:56.938] [INFO] Location DB initialising [2026-05-04,21:24:56.948] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:24:56.948] [DEBUG] UploadManager Init [2026-05-04,21:24:56.948] [DEBUG] UploadManager Init Complete [2026-05-04,21:24:56.951] [INFO] Initializing GPS... [2026-05-04,21:24:56.953] [INFO] Starting location capture [2026-05-04,21:25:35.746] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:25:35.751] [INFO] LocationSqlManager initialising [2026-05-04,21:25:35.752] [INFO] Location DB initialising [2026-05-04,21:25:35.761] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:25:35.762] [DEBUG] UploadManager Init [2026-05-04,21:25:35.762] [DEBUG] UploadManager Init Complete [2026-05-04,21:25:35.765] [INFO] Initializing GPS... [2026-05-04,21:25:35.767] [INFO] Starting location capture [2026-05-04,21:26:14.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:26:14.040] [INFO] LocationSqlManager initialising [2026-05-04,21:26:14.041] [INFO] Location DB initialising [2026-05-04,21:26:14.051] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:26:14.051] [DEBUG] UploadManager Init [2026-05-04,21:26:14.051] [DEBUG] UploadManager Init Complete [2026-05-04,21:26:14.054] [INFO] Initializing GPS... [2026-05-04,21:26:14.056] [INFO] Starting location capture [2026-05-04,21:26:53.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:26:53.182] [INFO] LocationSqlManager initialising [2026-05-04,21:26:53.183] [INFO] Location DB initialising [2026-05-04,21:26:53.194] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:26:53.195] [DEBUG] UploadManager Init [2026-05-04,21:26:53.195] [DEBUG] UploadManager Init Complete [2026-05-04,21:26:53.200] [INFO] Initializing GPS... [2026-05-04,21:26:53.202] [INFO] Starting location capture [2026-05-04,21:27:26.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:27:26.987] [INFO] LocationSqlManager initialising [2026-05-04,21:27:26.988] [INFO] Location DB initialising [2026-05-04,21:27:26.998] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:27:27.000] [DEBUG] UploadManager Init [2026-05-04,21:27:27.000] [DEBUG] UploadManager Init Complete [2026-05-04,21:27:27.005] [INFO] Initializing GPS... [2026-05-04,21:27:27.008] [INFO] Starting location capture [2026-05-04,21:28:01.576] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:28:01.581] [INFO] LocationSqlManager initialising [2026-05-04,21:28:01.582] [INFO] Location DB initialising [2026-05-04,21:28:01.591] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:28:01.592] [DEBUG] UploadManager Init [2026-05-04,21:28:01.593] [DEBUG] UploadManager Init Complete [2026-05-04,21:28:01.595] [INFO] Initializing GPS... [2026-05-04,21:28:01.597] [INFO] Starting location capture [2026-05-04,21:28:40.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:28:40.860] [INFO] LocationSqlManager initialising [2026-05-04,21:28:40.861] [INFO] Location DB initialising [2026-05-04,21:28:40.872] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:28:40.873] [DEBUG] UploadManager Init [2026-05-04,21:28:40.873] [DEBUG] UploadManager Init Complete [2026-05-04,21:28:40.878] [INFO] Initializing GPS... [2026-05-04,21:28:40.880] [INFO] Starting location capture [2026-05-04,21:29:18.922] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:29:18.927] [INFO] LocationSqlManager initialising [2026-05-04,21:29:18.927] [INFO] Location DB initialising [2026-05-04,21:29:18.937] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:29:18.938] [DEBUG] UploadManager Init [2026-05-04,21:29:18.938] [DEBUG] UploadManager Init Complete [2026-05-04,21:29:18.941] [INFO] Initializing GPS... [2026-05-04,21:29:18.943] [INFO] Starting location capture [2026-05-04,21:29:57.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:29:57.931] [INFO] LocationSqlManager initialising [2026-05-04,21:29:57.932] [INFO] Location DB initialising [2026-05-04,21:29:57.942] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:29:57.943] [DEBUG] UploadManager Init [2026-05-04,21:29:57.943] [DEBUG] UploadManager Init Complete [2026-05-04,21:29:57.946] [INFO] Initializing GPS... [2026-05-04,21:29:57.948] [INFO] Starting location capture [2026-05-04,21:30:35.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:30:35.943] [INFO] LocationSqlManager initialising [2026-05-04,21:30:35.943] [INFO] Location DB initialising [2026-05-04,21:30:35.952] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:30:35.953] [DEBUG] UploadManager Init [2026-05-04,21:30:35.953] [DEBUG] UploadManager Init Complete [2026-05-04,21:30:35.956] [INFO] Initializing GPS... [2026-05-04,21:30:35.958] [INFO] Starting location capture [2026-05-04,21:31:14.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:31:14.333] [INFO] LocationSqlManager initialising [2026-05-04,21:31:14.334] [INFO] Location DB initialising [2026-05-04,21:31:14.344] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:31:14.345] [DEBUG] UploadManager Init [2026-05-04,21:31:14.346] [DEBUG] UploadManager Init Complete [2026-05-04,21:31:14.350] [INFO] Initializing GPS... [2026-05-04,21:31:14.353] [INFO] Starting location capture [2026-05-04,21:31:52.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:31:52.472] [INFO] LocationSqlManager initialising [2026-05-04,21:31:52.473] [INFO] Location DB initialising [2026-05-04,21:31:52.485] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:31:52.487] [DEBUG] UploadManager Init [2026-05-04,21:31:52.487] [DEBUG] UploadManager Init Complete [2026-05-04,21:31:52.492] [INFO] Initializing GPS... [2026-05-04,21:31:52.496] [INFO] Starting location capture [2026-05-04,21:32:30.552] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:32:30.557] [INFO] LocationSqlManager initialising [2026-05-04,21:32:30.558] [INFO] Location DB initialising [2026-05-04,21:32:30.568] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:32:30.569] [DEBUG] UploadManager Init [2026-05-04,21:32:30.569] [DEBUG] UploadManager Init Complete [2026-05-04,21:32:30.572] [INFO] Initializing GPS... [2026-05-04,21:32:30.574] [INFO] Starting location capture [2026-05-04,21:33:08.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:33:08.881] [INFO] LocationSqlManager initialising [2026-05-04,21:33:08.881] [INFO] Location DB initialising [2026-05-04,21:33:08.891] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:33:08.892] [DEBUG] UploadManager Init [2026-05-04,21:33:08.892] [DEBUG] UploadManager Init Complete [2026-05-04,21:33:08.895] [INFO] Initializing GPS... [2026-05-04,21:33:08.897] [INFO] Starting location capture [2026-05-04,21:33:48.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:33:48.269] [INFO] LocationSqlManager initialising [2026-05-04,21:33:48.270] [INFO] Location DB initialising [2026-05-04,21:33:48.281] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:33:48.282] [DEBUG] UploadManager Init [2026-05-04,21:33:48.282] [DEBUG] UploadManager Init Complete [2026-05-04,21:33:48.287] [INFO] Initializing GPS... [2026-05-04,21:33:48.290] [INFO] Starting location capture [2026-05-04,21:34:26.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:34:26.247] [INFO] LocationSqlManager initialising [2026-05-04,21:34:26.247] [INFO] Location DB initialising [2026-05-04,21:34:26.257] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:34:26.258] [DEBUG] UploadManager Init [2026-05-04,21:34:26.259] [DEBUG] UploadManager Init Complete [2026-05-04,21:34:26.262] [INFO] Initializing GPS... [2026-05-04,21:34:26.265] [INFO] Starting location capture [2026-05-04,21:35:05.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:35:05.076] [INFO] LocationSqlManager initialising [2026-05-04,21:35:05.076] [INFO] Location DB initialising [2026-05-04,21:35:05.086] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:35:05.086] [DEBUG] UploadManager Init [2026-05-04,21:35:05.087] [DEBUG] UploadManager Init Complete [2026-05-04,21:35:05.089] [INFO] Initializing GPS... [2026-05-04,21:35:05.091] [INFO] Starting location capture [2026-05-04,21:35:42.895] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:35:42.900] [INFO] LocationSqlManager initialising [2026-05-04,21:35:42.901] [INFO] Location DB initialising [2026-05-04,21:35:42.910] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:35:42.911] [DEBUG] UploadManager Init [2026-05-04,21:35:42.911] [DEBUG] UploadManager Init Complete [2026-05-04,21:35:42.914] [INFO] Initializing GPS... [2026-05-04,21:35:42.916] [INFO] Starting location capture [2026-05-04,21:36:20.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:36:20.791] [INFO] LocationSqlManager initialising [2026-05-04,21:36:20.791] [INFO] Location DB initialising [2026-05-04,21:36:20.801] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:36:20.802] [DEBUG] UploadManager Init [2026-05-04,21:36:20.802] [DEBUG] UploadManager Init Complete [2026-05-04,21:36:20.805] [INFO] Initializing GPS... [2026-05-04,21:36:20.807] [INFO] Starting location capture [2026-05-04,21:37:00.063] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:37:00.068] [INFO] LocationSqlManager initialising [2026-05-04,21:37:00.069] [INFO] Location DB initialising [2026-05-04,21:37:00.078] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:37:00.079] [DEBUG] UploadManager Init [2026-05-04,21:37:00.080] [DEBUG] UploadManager Init Complete [2026-05-04,21:37:00.082] [INFO] Initializing GPS... [2026-05-04,21:37:00.084] [INFO] Starting location capture [2026-05-04,21:37:33.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:37:33.024] [INFO] LocationSqlManager initialising [2026-05-04,21:37:33.025] [INFO] Location DB initialising [2026-05-04,21:37:33.034] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:37:33.035] [DEBUG] UploadManager Init [2026-05-04,21:37:33.035] [DEBUG] UploadManager Init Complete [2026-05-04,21:37:33.038] [INFO] Initializing GPS... [2026-05-04,21:37:33.040] [INFO] Starting location capture [2026-05-04,21:38:11.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:38:11.950] [INFO] LocationSqlManager initialising [2026-05-04,21:38:11.951] [INFO] Location DB initialising [2026-05-04,21:38:11.961] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:38:11.961] [DEBUG] UploadManager Init [2026-05-04,21:38:11.962] [DEBUG] UploadManager Init Complete [2026-05-04,21:38:11.965] [INFO] Initializing GPS... [2026-05-04,21:38:11.967] [INFO] Starting location capture [2026-05-04,21:38:50.388] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:38:50.392] [INFO] LocationSqlManager initialising [2026-05-04,21:38:50.392] [INFO] Location DB initialising [2026-05-04,21:38:50.402] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:38:50.403] [DEBUG] UploadManager Init [2026-05-04,21:38:50.403] [DEBUG] UploadManager Init Complete [2026-05-04,21:38:50.405] [INFO] Initializing GPS... [2026-05-04,21:38:50.407] [INFO] Starting location capture [2026-05-04,21:39:28.677] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:39:28.683] [INFO] LocationSqlManager initialising [2026-05-04,21:39:28.683] [INFO] Location DB initialising [2026-05-04,21:39:28.693] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:39:28.694] [DEBUG] UploadManager Init [2026-05-04,21:39:28.694] [DEBUG] UploadManager Init Complete [2026-05-04,21:39:28.697] [INFO] Initializing GPS... [2026-05-04,21:39:28.700] [INFO] Starting location capture [2026-05-04,21:40:02.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:40:02.721] [INFO] LocationSqlManager initialising [2026-05-04,21:40:02.722] [INFO] Location DB initialising [2026-05-04,21:40:02.733] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:40:02.734] [DEBUG] UploadManager Init [2026-05-04,21:40:02.735] [DEBUG] UploadManager Init Complete [2026-05-04,21:40:02.739] [INFO] Initializing GPS... [2026-05-04,21:40:02.742] [INFO] Starting location capture [2026-05-04,21:40:41.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:40:41.895] [INFO] LocationSqlManager initialising [2026-05-04,21:40:41.896] [INFO] Location DB initialising [2026-05-04,21:40:41.905] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:40:41.905] [DEBUG] UploadManager Init [2026-05-04,21:40:41.906] [DEBUG] UploadManager Init Complete [2026-05-04,21:40:41.908] [INFO] Initializing GPS... [2026-05-04,21:40:41.910] [INFO] Starting location capture [2026-05-04,21:41:20.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:41:20.204] [INFO] LocationSqlManager initialising [2026-05-04,21:41:20.205] [INFO] Location DB initialising [2026-05-04,21:41:20.216] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:41:20.218] [DEBUG] UploadManager Init [2026-05-04,21:41:20.218] [DEBUG] UploadManager Init Complete [2026-05-04,21:41:20.222] [INFO] Initializing GPS... [2026-05-04,21:41:20.225] [INFO] Starting location capture [2026-05-04,21:41:59.356] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:41:59.363] [INFO] LocationSqlManager initialising [2026-05-04,21:41:59.364] [INFO] Location DB initialising [2026-05-04,21:41:59.375] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:41:59.376] [DEBUG] UploadManager Init [2026-05-04,21:41:59.377] [DEBUG] UploadManager Init Complete [2026-05-04,21:41:59.382] [INFO] Initializing GPS... [2026-05-04,21:41:59.385] [INFO] Starting location capture [2026-05-04,21:42:36.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:42:36.677] [INFO] LocationSqlManager initialising [2026-05-04,21:42:36.678] [INFO] Location DB initialising [2026-05-04,21:42:36.689] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:42:36.691] [DEBUG] UploadManager Init [2026-05-04,21:42:36.692] [DEBUG] UploadManager Init Complete [2026-05-04,21:42:36.695] [INFO] Initializing GPS... [2026-05-04,21:42:36.697] [INFO] Starting location capture [2026-05-04,21:43:11.341] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:43:11.346] [INFO] LocationSqlManager initialising [2026-05-04,21:43:11.347] [INFO] Location DB initialising [2026-05-04,21:43:11.357] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:43:11.358] [DEBUG] UploadManager Init [2026-05-04,21:43:11.358] [DEBUG] UploadManager Init Complete [2026-05-04,21:43:11.361] [INFO] Initializing GPS... [2026-05-04,21:43:11.363] [INFO] Starting location capture [2026-05-04,21:43:50.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:43:50.203] [INFO] LocationSqlManager initialising [2026-05-04,21:43:50.203] [INFO] Location DB initialising [2026-05-04,21:43:50.213] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:43:50.214] [DEBUG] UploadManager Init [2026-05-04,21:43:50.215] [DEBUG] UploadManager Init Complete [2026-05-04,21:43:50.218] [INFO] Initializing GPS... [2026-05-04,21:43:50.220] [INFO] Starting location capture [2026-05-04,21:44:26.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:44:26.084] [INFO] LocationSqlManager initialising [2026-05-04,21:44:26.085] [INFO] Location DB initialising [2026-05-04,21:44:26.097] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:44:26.098] [DEBUG] UploadManager Init [2026-05-04,21:44:26.098] [DEBUG] UploadManager Init Complete [2026-05-04,21:44:26.103] [INFO] Initializing GPS... [2026-05-04,21:44:26.105] [INFO] Starting location capture [2026-05-04,21:45:04.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:45:04.092] [INFO] LocationSqlManager initialising [2026-05-04,21:45:04.093] [INFO] Location DB initialising [2026-05-04,21:45:04.103] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:45:04.104] [DEBUG] UploadManager Init [2026-05-04,21:45:04.105] [DEBUG] UploadManager Init Complete [2026-05-04,21:45:04.108] [INFO] Initializing GPS... [2026-05-04,21:45:04.110] [INFO] Starting location capture [2026-05-04,21:45:43.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:45:43.052] [INFO] LocationSqlManager initialising [2026-05-04,21:45:43.053] [INFO] Location DB initialising [2026-05-04,21:45:43.065] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:45:43.066] [DEBUG] UploadManager Init [2026-05-04,21:45:43.066] [DEBUG] UploadManager Init Complete [2026-05-04,21:45:43.071] [INFO] Initializing GPS... [2026-05-04,21:45:43.074] [INFO] Starting location capture [2026-05-04,21:46:20.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:46:20.868] [INFO] LocationSqlManager initialising [2026-05-04,21:46:20.868] [INFO] Location DB initialising [2026-05-04,21:46:20.878] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:46:20.879] [DEBUG] UploadManager Init [2026-05-04,21:46:20.880] [DEBUG] UploadManager Init Complete [2026-05-04,21:46:20.884] [INFO] Initializing GPS... [2026-05-04,21:46:20.887] [INFO] Starting location capture [2026-05-04,21:46:58.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:46:58.757] [INFO] LocationSqlManager initialising [2026-05-04,21:46:58.758] [INFO] Location DB initialising [2026-05-04,21:46:58.768] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:46:58.769] [DEBUG] UploadManager Init [2026-05-04,21:46:58.769] [DEBUG] UploadManager Init Complete [2026-05-04,21:46:58.774] [INFO] Initializing GPS... [2026-05-04,21:46:58.776] [INFO] Starting location capture [2026-05-04,21:47:37.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:47:37.152] [INFO] LocationSqlManager initialising [2026-05-04,21:47:37.152] [INFO] Location DB initialising [2026-05-04,21:47:37.163] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:47:37.164] [DEBUG] UploadManager Init [2026-05-04,21:47:37.164] [DEBUG] UploadManager Init Complete [2026-05-04,21:47:37.167] [INFO] Initializing GPS... [2026-05-04,21:47:37.170] [INFO] Starting location capture [2026-05-04,21:48:16.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:48:16.153] [INFO] LocationSqlManager initialising [2026-05-04,21:48:16.154] [INFO] Location DB initialising [2026-05-04,21:48:16.166] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:48:16.167] [DEBUG] UploadManager Init [2026-05-04,21:48:16.168] [DEBUG] UploadManager Init Complete [2026-05-04,21:48:16.173] [INFO] Initializing GPS... [2026-05-04,21:48:16.176] [INFO] Starting location capture [2026-05-04,21:48:54.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:48:54.966] [INFO] LocationSqlManager initialising [2026-05-04,21:48:54.967] [INFO] Location DB initialising [2026-05-04,21:48:54.980] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:48:54.981] [DEBUG] UploadManager Init [2026-05-04,21:48:54.982] [DEBUG] UploadManager Init Complete [2026-05-04,21:48:54.986] [INFO] Initializing GPS... [2026-05-04,21:48:54.988] [INFO] Starting location capture [2026-05-04,21:49:33.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:49:33.111] [INFO] LocationSqlManager initialising [2026-05-04,21:49:33.112] [INFO] Location DB initialising [2026-05-04,21:49:33.123] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:49:33.124] [DEBUG] UploadManager Init [2026-05-04,21:49:33.125] [DEBUG] UploadManager Init Complete [2026-05-04,21:49:33.129] [INFO] Initializing GPS... [2026-05-04,21:49:33.132] [INFO] Starting location capture [2026-05-04,21:50:11.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:50:11.767] [INFO] LocationSqlManager initialising [2026-05-04,21:50:11.767] [INFO] Location DB initialising [2026-05-04,21:50:11.777] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:50:11.778] [DEBUG] UploadManager Init [2026-05-04,21:50:11.778] [DEBUG] UploadManager Init Complete [2026-05-04,21:50:11.781] [INFO] Initializing GPS... [2026-05-04,21:50:11.783] [INFO] Starting location capture [2026-05-04,21:50:49.783] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:50:49.788] [INFO] LocationSqlManager initialising [2026-05-04,21:50:49.788] [INFO] Location DB initialising [2026-05-04,21:50:49.798] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:50:49.798] [DEBUG] UploadManager Init [2026-05-04,21:50:49.799] [DEBUG] UploadManager Init Complete [2026-05-04,21:50:49.801] [INFO] Initializing GPS... [2026-05-04,21:50:49.803] [INFO] Starting location capture [2026-05-04,21:51:27.967] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:51:27.970] [INFO] LocationSqlManager initialising [2026-05-04,21:51:27.971] [INFO] Location DB initialising [2026-05-04,21:51:27.980] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:51:27.981] [DEBUG] UploadManager Init [2026-05-04,21:51:27.981] [DEBUG] UploadManager Init Complete [2026-05-04,21:51:27.985] [INFO] Initializing GPS... [2026-05-04,21:51:27.987] [INFO] Starting location capture [2026-05-04,21:52:08.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:52:08.215] [INFO] LocationSqlManager initialising [2026-05-04,21:52:08.216] [INFO] Location DB initialising [2026-05-04,21:52:08.226] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:52:08.227] [DEBUG] UploadManager Init [2026-05-04,21:52:08.228] [DEBUG] UploadManager Init Complete [2026-05-04,21:52:08.233] [INFO] Initializing GPS... [2026-05-04,21:52:08.236] [INFO] Starting location capture [2026-05-04,21:52:46.436] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:52:46.445] [INFO] LocationSqlManager initialising [2026-05-04,21:52:46.445] [INFO] Location DB initialising [2026-05-04,21:52:46.454] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:52:46.455] [DEBUG] UploadManager Init [2026-05-04,21:52:46.455] [DEBUG] UploadManager Init Complete [2026-05-04,21:52:46.458] [INFO] Initializing GPS... [2026-05-04,21:52:46.460] [INFO] Starting location capture [2026-05-04,21:53:24.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:53:25.001] [INFO] LocationSqlManager initialising [2026-05-04,21:53:25.002] [INFO] Location DB initialising [2026-05-04,21:53:25.013] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:53:25.014] [DEBUG] UploadManager Init [2026-05-04,21:53:25.014] [DEBUG] UploadManager Init Complete [2026-05-04,21:53:25.018] [INFO] Initializing GPS... [2026-05-04,21:53:25.021] [INFO] Starting location capture [2026-05-04,21:54:03.472] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:54:03.480] [INFO] LocationSqlManager initialising [2026-05-04,21:54:03.481] [INFO] Location DB initialising [2026-05-04,21:54:03.492] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:54:03.493] [DEBUG] UploadManager Init [2026-05-04,21:54:03.494] [DEBUG] UploadManager Init Complete [2026-05-04,21:54:03.499] [INFO] Initializing GPS... [2026-05-04,21:54:03.501] [INFO] Starting location capture [2026-05-04,21:54:43.203] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:54:43.211] [INFO] LocationSqlManager initialising [2026-05-04,21:54:43.212] [INFO] Location DB initialising [2026-05-04,21:54:43.223] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:54:43.224] [DEBUG] UploadManager Init [2026-05-04,21:54:43.225] [DEBUG] UploadManager Init Complete [2026-05-04,21:54:43.229] [INFO] Initializing GPS... [2026-05-04,21:54:43.232] [INFO] Starting location capture [2026-05-04,21:55:20.548] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:55:20.557] [INFO] LocationSqlManager initialising [2026-05-04,21:55:20.558] [INFO] Location DB initialising [2026-05-04,21:55:20.570] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:55:20.571] [DEBUG] UploadManager Init [2026-05-04,21:55:20.572] [DEBUG] UploadManager Init Complete [2026-05-04,21:55:20.575] [INFO] Initializing GPS... [2026-05-04,21:55:20.577] [INFO] Starting location capture [2026-05-04,21:55:58.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:55:58.835] [INFO] LocationSqlManager initialising [2026-05-04,21:55:58.836] [INFO] Location DB initialising [2026-05-04,21:55:58.847] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:55:58.849] [DEBUG] UploadManager Init [2026-05-04,21:55:58.849] [DEBUG] UploadManager Init Complete [2026-05-04,21:55:58.854] [INFO] Initializing GPS... [2026-05-04,21:55:58.857] [INFO] Starting location capture [2026-05-04,21:56:36.708] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:56:36.712] [INFO] LocationSqlManager initialising [2026-05-04,21:56:36.712] [INFO] Location DB initialising [2026-05-04,21:56:36.722] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:56:36.722] [DEBUG] UploadManager Init [2026-05-04,21:56:36.723] [DEBUG] UploadManager Init Complete [2026-05-04,21:56:36.725] [INFO] Initializing GPS... [2026-05-04,21:56:36.727] [INFO] Starting location capture [2026-05-04,21:57:16.068] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:57:16.074] [INFO] LocationSqlManager initialising [2026-05-04,21:57:16.074] [INFO] Location DB initialising [2026-05-04,21:57:16.084] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:57:16.085] [DEBUG] UploadManager Init [2026-05-04,21:57:16.086] [DEBUG] UploadManager Init Complete [2026-05-04,21:57:16.089] [INFO] Initializing GPS... [2026-05-04,21:57:16.091] [INFO] Starting location capture [2026-05-04,21:57:53.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:57:53.999] [INFO] LocationSqlManager initialising [2026-05-04,21:57:53.999] [INFO] Location DB initialising [2026-05-04,21:57:54.010] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:57:54.010] [DEBUG] UploadManager Init [2026-05-04,21:57:54.011] [DEBUG] UploadManager Init Complete [2026-05-04,21:57:54.014] [INFO] Initializing GPS... [2026-05-04,21:57:54.017] [INFO] Starting location capture [2026-05-04,21:58:33.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:58:33.199] [INFO] LocationSqlManager initialising [2026-05-04,21:58:33.200] [INFO] Location DB initialising [2026-05-04,21:58:33.210] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:58:33.211] [DEBUG] UploadManager Init [2026-05-04,21:58:33.211] [DEBUG] UploadManager Init Complete [2026-05-04,21:58:33.215] [INFO] Initializing GPS... [2026-05-04,21:58:33.217] [INFO] Starting location capture [2026-05-04,21:59:11.233] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:59:11.238] [INFO] LocationSqlManager initialising [2026-05-04,21:59:11.238] [INFO] Location DB initialising [2026-05-04,21:59:11.249] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:59:11.250] [DEBUG] UploadManager Init [2026-05-04,21:59:11.251] [DEBUG] UploadManager Init Complete [2026-05-04,21:59:11.254] [INFO] Initializing GPS... [2026-05-04,21:59:11.256] [INFO] Starting location capture [2026-05-04,21:59:50.304] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,21:59:50.309] [INFO] LocationSqlManager initialising [2026-05-04,21:59:50.310] [INFO] Location DB initialising [2026-05-04,21:59:50.320] [INFO] LocationSqlManager initialisation complete [2026-05-04,21:59:50.321] [DEBUG] UploadManager Init [2026-05-04,21:59:50.321] [DEBUG] UploadManager Init Complete [2026-05-04,21:59:50.324] [INFO] Initializing GPS... [2026-05-04,21:59:50.326] [INFO] Starting location capture [2026-05-04,22:00:24.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:00:24.062] [INFO] LocationSqlManager initialising [2026-05-04,22:00:24.062] [INFO] Location DB initialising [2026-05-04,22:00:24.071] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:00:24.072] [DEBUG] UploadManager Init [2026-05-04,22:00:24.072] [DEBUG] UploadManager Init Complete [2026-05-04,22:00:24.075] [INFO] Initializing GPS... [2026-05-04,22:00:24.077] [INFO] Starting location capture [2026-05-04,22:01:01.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:01:01.912] [INFO] LocationSqlManager initialising [2026-05-04,22:01:01.913] [INFO] Location DB initialising [2026-05-04,22:01:01.924] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:01:01.925] [DEBUG] UploadManager Init [2026-05-04,22:01:01.926] [DEBUG] UploadManager Init Complete [2026-05-04,22:01:01.930] [INFO] Initializing GPS... [2026-05-04,22:01:01.933] [INFO] Starting location capture [2026-05-04,22:01:40.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:01:40.864] [INFO] LocationSqlManager initialising [2026-05-04,22:01:40.865] [INFO] Location DB initialising [2026-05-04,22:01:40.874] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:01:40.875] [DEBUG] UploadManager Init [2026-05-04,22:01:40.875] [DEBUG] UploadManager Init Complete [2026-05-04,22:01:40.878] [INFO] Initializing GPS... [2026-05-04,22:01:40.879] [INFO] Starting location capture [2026-05-04,22:02:19.042] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:02:19.047] [INFO] LocationSqlManager initialising [2026-05-04,22:02:19.048] [INFO] Location DB initialising [2026-05-04,22:02:19.057] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:02:19.058] [DEBUG] UploadManager Init [2026-05-04,22:02:19.059] [DEBUG] UploadManager Init Complete [2026-05-04,22:02:19.061] [INFO] Initializing GPS... [2026-05-04,22:02:19.063] [INFO] Starting location capture [2026-05-04,22:02:57.638] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:02:57.642] [INFO] LocationSqlManager initialising [2026-05-04,22:02:57.643] [INFO] Location DB initialising [2026-05-04,22:02:57.653] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:02:57.653] [DEBUG] UploadManager Init [2026-05-04,22:02:57.654] [DEBUG] UploadManager Init Complete [2026-05-04,22:02:57.656] [INFO] Initializing GPS... [2026-05-04,22:02:57.658] [INFO] Starting location capture [2026-05-04,22:03:36.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:03:36.375] [INFO] LocationSqlManager initialising [2026-05-04,22:03:36.376] [INFO] Location DB initialising [2026-05-04,22:03:36.388] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:03:36.389] [DEBUG] UploadManager Init [2026-05-04,22:03:36.389] [DEBUG] UploadManager Init Complete [2026-05-04,22:03:36.394] [INFO] Initializing GPS... [2026-05-04,22:03:36.396] [INFO] Starting location capture [2026-05-04,22:04:14.098] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:04:14.103] [INFO] LocationSqlManager initialising [2026-05-04,22:04:14.104] [INFO] Location DB initialising [2026-05-04,22:04:14.113] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:04:14.113] [DEBUG] UploadManager Init [2026-05-04,22:04:14.114] [DEBUG] UploadManager Init Complete [2026-05-04,22:04:14.116] [INFO] Initializing GPS... [2026-05-04,22:04:14.118] [INFO] Starting location capture [2026-05-04,22:04:52.640] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:04:52.644] [INFO] LocationSqlManager initialising [2026-05-04,22:04:52.644] [INFO] Location DB initialising [2026-05-04,22:04:52.653] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:04:52.654] [DEBUG] UploadManager Init [2026-05-04,22:04:52.655] [DEBUG] UploadManager Init Complete [2026-05-04,22:04:52.657] [INFO] Initializing GPS... [2026-05-04,22:04:52.659] [INFO] Starting location capture [2026-05-04,22:05:31.634] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:05:31.641] [INFO] LocationSqlManager initialising [2026-05-04,22:05:31.642] [INFO] Location DB initialising [2026-05-04,22:05:31.653] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:05:31.654] [DEBUG] UploadManager Init [2026-05-04,22:05:31.655] [DEBUG] UploadManager Init Complete [2026-05-04,22:05:31.659] [INFO] Initializing GPS... [2026-05-04,22:05:31.661] [INFO] Starting location capture [2026-05-04,22:06:11.134] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:06:11.140] [INFO] LocationSqlManager initialising [2026-05-04,22:06:11.140] [INFO] Location DB initialising [2026-05-04,22:06:11.150] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:06:11.151] [DEBUG] UploadManager Init [2026-05-04,22:06:11.152] [DEBUG] UploadManager Init Complete [2026-05-04,22:06:11.155] [INFO] Initializing GPS... [2026-05-04,22:06:11.157] [INFO] Starting location capture [2026-05-04,22:06:49.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:06:49.131] [INFO] LocationSqlManager initialising [2026-05-04,22:06:49.132] [INFO] Location DB initialising [2026-05-04,22:06:49.145] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:06:49.145] [DEBUG] UploadManager Init [2026-05-04,22:06:49.146] [DEBUG] UploadManager Init Complete [2026-05-04,22:06:49.149] [INFO] Initializing GPS... [2026-05-04,22:06:49.151] [INFO] Starting location capture [2026-05-04,22:07:27.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:07:27.802] [INFO] LocationSqlManager initialising [2026-05-04,22:07:27.803] [INFO] Location DB initialising [2026-05-04,22:07:27.814] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:07:27.815] [DEBUG] UploadManager Init [2026-05-04,22:07:27.816] [DEBUG] UploadManager Init Complete [2026-05-04,22:07:27.820] [INFO] Initializing GPS... [2026-05-04,22:07:27.823] [INFO] Starting location capture [2026-05-04,22:08:01.628] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:08:01.635] [INFO] LocationSqlManager initialising [2026-05-04,22:08:01.635] [INFO] Location DB initialising [2026-05-04,22:08:01.646] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:08:01.647] [DEBUG] UploadManager Init [2026-05-04,22:08:01.647] [DEBUG] UploadManager Init Complete [2026-05-04,22:08:01.651] [INFO] Initializing GPS... [2026-05-04,22:08:01.653] [INFO] Starting location capture [2026-05-04,22:08:39.847] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:08:39.853] [INFO] LocationSqlManager initialising [2026-05-04,22:08:39.854] [INFO] Location DB initialising [2026-05-04,22:08:39.863] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:08:39.864] [DEBUG] UploadManager Init [2026-05-04,22:08:39.865] [DEBUG] UploadManager Init Complete [2026-05-04,22:08:39.868] [INFO] Initializing GPS... [2026-05-04,22:08:39.870] [INFO] Starting location capture [2026-05-04,22:09:19.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:09:19.277] [INFO] LocationSqlManager initialising [2026-05-04,22:09:19.278] [INFO] Location DB initialising [2026-05-04,22:09:19.289] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:09:19.290] [DEBUG] UploadManager Init [2026-05-04,22:09:19.291] [DEBUG] UploadManager Init Complete [2026-05-04,22:09:19.296] [INFO] Initializing GPS... [2026-05-04,22:09:19.299] [INFO] Starting location capture [2026-05-04,22:09:57.729] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:09:57.734] [INFO] LocationSqlManager initialising [2026-05-04,22:09:57.735] [INFO] Location DB initialising [2026-05-04,22:09:57.746] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:09:57.747] [DEBUG] UploadManager Init [2026-05-04,22:09:57.748] [DEBUG] UploadManager Init Complete [2026-05-04,22:09:57.753] [INFO] Initializing GPS... [2026-05-04,22:09:57.756] [INFO] Starting location capture [2026-05-04,22:10:36.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:10:36.201] [INFO] LocationSqlManager initialising [2026-05-04,22:10:36.202] [INFO] Location DB initialising [2026-05-04,22:10:36.211] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:10:36.211] [DEBUG] UploadManager Init [2026-05-04,22:10:36.212] [DEBUG] UploadManager Init Complete [2026-05-04,22:10:36.214] [INFO] Initializing GPS... [2026-05-04,22:10:36.216] [INFO] Starting location capture [2026-05-04,22:11:15.483] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:11:15.490] [INFO] LocationSqlManager initialising [2026-05-04,22:11:15.491] [INFO] Location DB initialising [2026-05-04,22:11:15.502] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:11:15.504] [DEBUG] UploadManager Init [2026-05-04,22:11:15.505] [DEBUG] UploadManager Init Complete [2026-05-04,22:11:15.509] [INFO] Initializing GPS... [2026-05-04,22:11:15.513] [INFO] Starting location capture [2026-05-04,22:11:52.695] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:11:52.706] [INFO] LocationSqlManager initialising [2026-05-04,22:11:52.707] [INFO] Location DB initialising [2026-05-04,22:11:52.723] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:11:52.724] [DEBUG] UploadManager Init [2026-05-04,22:11:52.724] [DEBUG] UploadManager Init Complete [2026-05-04,22:11:52.729] [INFO] Initializing GPS... [2026-05-04,22:11:52.732] [INFO] Starting location capture [2026-05-04,22:12:32.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:12:32.342] [INFO] LocationSqlManager initialising [2026-05-04,22:12:32.343] [INFO] Location DB initialising [2026-05-04,22:12:32.352] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:12:32.353] [DEBUG] UploadManager Init [2026-05-04,22:12:32.354] [DEBUG] UploadManager Init Complete [2026-05-04,22:12:32.356] [INFO] Initializing GPS... [2026-05-04,22:12:32.358] [INFO] Starting location capture [2026-05-04,22:13:10.357] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:13:10.362] [INFO] LocationSqlManager initialising [2026-05-04,22:13:10.363] [INFO] Location DB initialising [2026-05-04,22:13:10.372] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:13:10.373] [DEBUG] UploadManager Init [2026-05-04,22:13:10.373] [DEBUG] UploadManager Init Complete [2026-05-04,22:13:10.377] [INFO] Initializing GPS... [2026-05-04,22:13:10.380] [INFO] Starting location capture [2026-05-04,22:13:48.785] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:13:48.791] [INFO] LocationSqlManager initialising [2026-05-04,22:13:48.792] [INFO] Location DB initialising [2026-05-04,22:13:48.803] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:13:48.804] [DEBUG] UploadManager Init [2026-05-04,22:13:48.805] [DEBUG] UploadManager Init Complete [2026-05-04,22:13:48.809] [INFO] Initializing GPS... [2026-05-04,22:13:48.812] [INFO] Starting location capture [2026-05-04,22:14:27.276] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:14:27.281] [INFO] LocationSqlManager initialising [2026-05-04,22:14:27.282] [INFO] Location DB initialising [2026-05-04,22:14:27.291] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:14:27.292] [DEBUG] UploadManager Init [2026-05-04,22:14:27.292] [DEBUG] UploadManager Init Complete [2026-05-04,22:14:27.295] [INFO] Initializing GPS... [2026-05-04,22:14:27.297] [INFO] Starting location capture [2026-05-04,22:15:05.586] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:15:05.590] [INFO] LocationSqlManager initialising [2026-05-04,22:15:05.590] [INFO] Location DB initialising [2026-05-04,22:15:05.600] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:15:05.600] [DEBUG] UploadManager Init [2026-05-04,22:15:05.601] [DEBUG] UploadManager Init Complete [2026-05-04,22:15:05.603] [INFO] Initializing GPS... [2026-05-04,22:15:05.605] [INFO] Starting location capture [2026-05-04,22:15:43.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:15:43.958] [INFO] LocationSqlManager initialising [2026-05-04,22:15:43.958] [INFO] Location DB initialising [2026-05-04,22:15:43.967] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:15:43.968] [DEBUG] UploadManager Init [2026-05-04,22:15:43.968] [DEBUG] UploadManager Init Complete [2026-05-04,22:15:43.971] [INFO] Initializing GPS... [2026-05-04,22:15:43.973] [INFO] Starting location capture [2026-05-04,22:16:23.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:16:23.262] [INFO] LocationSqlManager initialising [2026-05-04,22:16:23.262] [INFO] Location DB initialising [2026-05-04,22:16:23.272] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:16:23.272] [DEBUG] UploadManager Init [2026-05-04,22:16:23.273] [DEBUG] UploadManager Init Complete [2026-05-04,22:16:23.275] [INFO] Initializing GPS... [2026-05-04,22:16:23.277] [INFO] Starting location capture [2026-05-04,22:17:01.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:17:01.840] [INFO] LocationSqlManager initialising [2026-05-04,22:17:01.841] [INFO] Location DB initialising [2026-05-04,22:17:01.850] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:17:01.851] [DEBUG] UploadManager Init [2026-05-04,22:17:01.851] [DEBUG] UploadManager Init Complete [2026-05-04,22:17:01.854] [INFO] Initializing GPS... [2026-05-04,22:17:01.856] [INFO] Starting location capture [2026-05-04,22:17:40.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:17:40.066] [INFO] LocationSqlManager initialising [2026-05-04,22:17:40.067] [INFO] Location DB initialising [2026-05-04,22:17:40.078] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:17:40.079] [DEBUG] UploadManager Init [2026-05-04,22:17:40.080] [DEBUG] UploadManager Init Complete [2026-05-04,22:17:40.084] [INFO] Initializing GPS... [2026-05-04,22:17:40.088] [INFO] Starting location capture [2026-05-04,22:18:14.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:18:14.102] [INFO] LocationSqlManager initialising [2026-05-04,22:18:14.103] [INFO] Location DB initialising [2026-05-04,22:18:14.114] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:18:14.115] [DEBUG] UploadManager Init [2026-05-04,22:18:14.116] [DEBUG] UploadManager Init Complete [2026-05-04,22:18:14.120] [INFO] Initializing GPS... [2026-05-04,22:18:14.123] [INFO] Starting location capture [2026-05-04,22:18:51.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:18:51.545] [INFO] LocationSqlManager initialising [2026-05-04,22:18:51.546] [INFO] Location DB initialising [2026-05-04,22:18:51.555] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:18:51.556] [DEBUG] UploadManager Init [2026-05-04,22:18:51.556] [DEBUG] UploadManager Init Complete [2026-05-04,22:18:51.559] [INFO] Initializing GPS... [2026-05-04,22:18:51.560] [INFO] Starting location capture [2026-05-04,22:19:31.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:19:31.089] [INFO] LocationSqlManager initialising [2026-05-04,22:19:31.089] [INFO] Location DB initialising [2026-05-04,22:19:31.100] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:19:31.101] [DEBUG] UploadManager Init [2026-05-04,22:19:31.101] [DEBUG] UploadManager Init Complete [2026-05-04,22:19:31.104] [INFO] Initializing GPS... [2026-05-04,22:19:31.107] [INFO] Starting location capture [2026-05-04,22:20:08.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:20:08.966] [INFO] LocationSqlManager initialising [2026-05-04,22:20:08.967] [INFO] Location DB initialising [2026-05-04,22:20:08.977] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:20:08.978] [DEBUG] UploadManager Init [2026-05-04,22:20:08.978] [DEBUG] UploadManager Init Complete [2026-05-04,22:20:08.981] [INFO] Initializing GPS... [2026-05-04,22:20:08.983] [INFO] Starting location capture [2026-05-04,22:20:48.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:20:48.128] [INFO] LocationSqlManager initialising [2026-05-04,22:20:48.128] [INFO] Location DB initialising [2026-05-04,22:20:48.138] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:20:48.138] [DEBUG] UploadManager Init [2026-05-04,22:20:48.139] [DEBUG] UploadManager Init Complete [2026-05-04,22:20:48.141] [INFO] Initializing GPS... [2026-05-04,22:20:48.143] [INFO] Starting location capture [2026-05-04,22:21:21.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:21:21.960] [INFO] LocationSqlManager initialising [2026-05-04,22:21:21.961] [INFO] Location DB initialising [2026-05-04,22:21:21.970] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:21:21.971] [DEBUG] UploadManager Init [2026-05-04,22:21:21.971] [DEBUG] UploadManager Init Complete [2026-05-04,22:21:21.974] [INFO] Initializing GPS... [2026-05-04,22:21:21.976] [INFO] Starting location capture [2026-05-04,22:22:00.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:22:00.812] [INFO] LocationSqlManager initialising [2026-05-04,22:22:00.813] [INFO] Location DB initialising [2026-05-04,22:22:00.824] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:22:00.825] [DEBUG] UploadManager Init [2026-05-04,22:22:00.826] [DEBUG] UploadManager Init Complete [2026-05-04,22:22:00.830] [INFO] Initializing GPS... [2026-05-04,22:22:00.833] [INFO] Starting location capture [2026-05-04,22:22:38.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:22:38.992] [INFO] LocationSqlManager initialising [2026-05-04,22:22:38.992] [INFO] Location DB initialising [2026-05-04,22:22:39.002] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:22:39.003] [DEBUG] UploadManager Init [2026-05-04,22:22:39.003] [DEBUG] UploadManager Init Complete [2026-05-04,22:22:39.006] [INFO] Initializing GPS... [2026-05-04,22:22:39.008] [INFO] Starting location capture [2026-05-04,22:23:17.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:23:17.946] [INFO] LocationSqlManager initialising [2026-05-04,22:23:17.947] [INFO] Location DB initialising [2026-05-04,22:23:17.958] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:23:17.959] [DEBUG] UploadManager Init [2026-05-04,22:23:17.960] [DEBUG] UploadManager Init Complete [2026-05-04,22:23:17.964] [INFO] Initializing GPS... [2026-05-04,22:23:17.967] [INFO] Starting location capture [2026-05-04,22:23:55.942] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:23:55.949] [INFO] LocationSqlManager initialising [2026-05-04,22:23:55.950] [INFO] Location DB initialising [2026-05-04,22:23:55.961] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:23:55.962] [DEBUG] UploadManager Init [2026-05-04,22:23:55.962] [DEBUG] UploadManager Init Complete [2026-05-04,22:23:55.967] [INFO] Initializing GPS... [2026-05-04,22:23:55.970] [INFO] Starting location capture [2026-05-04,22:24:34.025] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:24:34.030] [INFO] LocationSqlManager initialising [2026-05-04,22:24:34.031] [INFO] Location DB initialising [2026-05-04,22:24:34.041] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:24:34.041] [DEBUG] UploadManager Init [2026-05-04,22:24:34.041] [DEBUG] UploadManager Init Complete [2026-05-04,22:24:34.044] [INFO] Initializing GPS... [2026-05-04,22:24:34.046] [INFO] Starting location capture [2026-05-04,22:25:07.729] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:25:07.735] [INFO] LocationSqlManager initialising [2026-05-04,22:25:07.735] [INFO] Location DB initialising [2026-05-04,22:25:07.745] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:25:07.746] [DEBUG] UploadManager Init [2026-05-04,22:25:07.746] [DEBUG] UploadManager Init Complete [2026-05-04,22:25:07.749] [INFO] Initializing GPS... [2026-05-04,22:25:07.752] [INFO] Starting location capture [2026-05-04,22:25:46.335] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:25:46.342] [INFO] LocationSqlManager initialising [2026-05-04,22:25:46.343] [INFO] Location DB initialising [2026-05-04,22:25:46.354] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:25:46.355] [DEBUG] UploadManager Init [2026-05-04,22:25:46.356] [DEBUG] UploadManager Init Complete [2026-05-04,22:25:46.360] [INFO] Initializing GPS... [2026-05-04,22:25:46.363] [INFO] Starting location capture [2026-05-04,22:26:19.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:26:19.010] [INFO] LocationSqlManager initialising [2026-05-04,22:26:19.011] [INFO] Location DB initialising [2026-05-04,22:26:19.022] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:26:19.024] [DEBUG] UploadManager Init [2026-05-04,22:26:19.024] [DEBUG] UploadManager Init Complete [2026-05-04,22:26:19.029] [INFO] Initializing GPS... [2026-05-04,22:26:19.032] [INFO] Starting location capture [2026-05-04,22:26:58.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:26:58.113] [INFO] LocationSqlManager initialising [2026-05-04,22:26:58.114] [INFO] Location DB initialising [2026-05-04,22:26:58.123] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:26:58.123] [DEBUG] UploadManager Init [2026-05-04,22:26:58.124] [DEBUG] UploadManager Init Complete [2026-05-04,22:26:58.126] [INFO] Initializing GPS... [2026-05-04,22:26:58.128] [INFO] Starting location capture [2026-05-04,22:27:37.328] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:27:37.334] [INFO] LocationSqlManager initialising [2026-05-04,22:27:37.335] [INFO] Location DB initialising [2026-05-04,22:27:37.345] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:27:37.346] [DEBUG] UploadManager Init [2026-05-04,22:27:37.346] [DEBUG] UploadManager Init Complete [2026-05-04,22:27:37.350] [INFO] Initializing GPS... [2026-05-04,22:27:37.353] [INFO] Starting location capture [2026-05-04,22:28:16.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:28:16.184] [INFO] LocationSqlManager initialising [2026-05-04,22:28:16.185] [INFO] Location DB initialising [2026-05-04,22:28:16.196] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:28:16.197] [DEBUG] UploadManager Init [2026-05-04,22:28:16.198] [DEBUG] UploadManager Init Complete [2026-05-04,22:28:16.202] [INFO] Initializing GPS... [2026-05-04,22:28:16.205] [INFO] Starting location capture [2026-05-04,22:28:53.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:28:53.969] [INFO] LocationSqlManager initialising [2026-05-04,22:28:53.970] [INFO] Location DB initialising [2026-05-04,22:28:53.980] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:28:53.980] [DEBUG] UploadManager Init [2026-05-04,22:28:53.981] [DEBUG] UploadManager Init Complete [2026-05-04,22:28:53.983] [INFO] Initializing GPS... [2026-05-04,22:28:53.985] [INFO] Starting location capture [2026-05-04,22:29:33.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:29:33.015] [INFO] LocationSqlManager initialising [2026-05-04,22:29:33.015] [INFO] Location DB initialising [2026-05-04,22:29:33.024] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:29:33.025] [DEBUG] UploadManager Init [2026-05-04,22:29:33.026] [DEBUG] UploadManager Init Complete [2026-05-04,22:29:33.028] [INFO] Initializing GPS... [2026-05-04,22:29:33.030] [INFO] Starting location capture [2026-05-04,22:30:12.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:30:12.198] [INFO] LocationSqlManager initialising [2026-05-04,22:30:12.199] [INFO] Location DB initialising [2026-05-04,22:30:12.210] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:30:12.211] [DEBUG] UploadManager Init [2026-05-04,22:30:12.212] [DEBUG] UploadManager Init Complete [2026-05-04,22:30:12.218] [INFO] Initializing GPS... [2026-05-04,22:30:12.222] [INFO] Starting location capture [2026-05-04,22:30:45.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:30:45.708] [INFO] LocationSqlManager initialising [2026-05-04,22:30:45.709] [INFO] Location DB initialising [2026-05-04,22:30:45.718] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:30:45.719] [DEBUG] UploadManager Init [2026-05-04,22:30:45.720] [DEBUG] UploadManager Init Complete [2026-05-04,22:30:45.723] [INFO] Initializing GPS... [2026-05-04,22:30:45.725] [INFO] Starting location capture [2026-05-04,22:31:25.523] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:31:25.530] [INFO] LocationSqlManager initialising [2026-05-04,22:31:25.531] [INFO] Location DB initialising [2026-05-04,22:31:25.541] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:31:25.542] [DEBUG] UploadManager Init [2026-05-04,22:31:25.542] [DEBUG] UploadManager Init Complete [2026-05-04,22:31:25.545] [INFO] Initializing GPS... [2026-05-04,22:31:25.547] [INFO] Starting location capture [2026-05-04,22:32:03.852] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:32:03.859] [INFO] LocationSqlManager initialising [2026-05-04,22:32:03.859] [INFO] Location DB initialising [2026-05-04,22:32:03.870] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:32:03.871] [DEBUG] UploadManager Init [2026-05-04,22:32:03.872] [DEBUG] UploadManager Init Complete [2026-05-04,22:32:03.876] [INFO] Initializing GPS... [2026-05-04,22:32:03.879] [INFO] Starting location capture [2026-05-04,22:32:42.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:32:42.097] [INFO] LocationSqlManager initialising [2026-05-04,22:32:42.098] [INFO] Location DB initialising [2026-05-04,22:32:42.107] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:32:42.108] [DEBUG] UploadManager Init [2026-05-04,22:32:42.108] [DEBUG] UploadManager Init Complete [2026-05-04,22:32:42.111] [INFO] Initializing GPS... [2026-05-04,22:32:42.112] [INFO] Starting location capture [2026-05-04,22:33:20.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:33:20.070] [INFO] LocationSqlManager initialising [2026-05-04,22:33:20.071] [INFO] Location DB initialising [2026-05-04,22:33:20.080] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:33:20.081] [DEBUG] UploadManager Init [2026-05-04,22:33:20.081] [DEBUG] UploadManager Init Complete [2026-05-04,22:33:20.084] [INFO] Initializing GPS... [2026-05-04,22:33:20.085] [INFO] Starting location capture [2026-05-04,22:33:59.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:33:59.112] [INFO] LocationSqlManager initialising [2026-05-04,22:33:59.112] [INFO] Location DB initialising [2026-05-04,22:33:59.122] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:33:59.123] [DEBUG] UploadManager Init [2026-05-04,22:33:59.124] [DEBUG] UploadManager Init Complete [2026-05-04,22:33:59.127] [INFO] Initializing GPS... [2026-05-04,22:33:59.130] [INFO] Starting location capture [2026-05-04,22:34:36.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:34:36.977] [INFO] LocationSqlManager initialising [2026-05-04,22:34:36.978] [INFO] Location DB initialising [2026-05-04,22:34:36.988] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:34:36.988] [DEBUG] UploadManager Init [2026-05-04,22:34:36.989] [DEBUG] UploadManager Init Complete [2026-05-04,22:34:36.991] [INFO] Initializing GPS... [2026-05-04,22:34:36.993] [INFO] Starting location capture [2026-05-04,22:35:15.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:35:15.637] [INFO] LocationSqlManager initialising [2026-05-04,22:35:15.638] [INFO] Location DB initialising [2026-05-04,22:35:15.647] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:35:15.648] [DEBUG] UploadManager Init [2026-05-04,22:35:15.648] [DEBUG] UploadManager Init Complete [2026-05-04,22:35:15.651] [INFO] Initializing GPS... [2026-05-04,22:35:15.653] [INFO] Starting location capture [2026-05-04,22:35:54.183] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:35:54.190] [INFO] LocationSqlManager initialising [2026-05-04,22:35:54.191] [INFO] Location DB initialising [2026-05-04,22:35:54.202] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:35:54.203] [DEBUG] UploadManager Init [2026-05-04,22:35:54.204] [DEBUG] UploadManager Init Complete [2026-05-04,22:35:54.208] [INFO] Initializing GPS... [2026-05-04,22:35:54.211] [INFO] Starting location capture [2026-05-04,22:36:32.184] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:36:32.190] [INFO] LocationSqlManager initialising [2026-05-04,22:36:32.191] [INFO] Location DB initialising [2026-05-04,22:36:32.201] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:36:32.202] [DEBUG] UploadManager Init [2026-05-04,22:36:32.202] [DEBUG] UploadManager Init Complete [2026-05-04,22:36:32.206] [INFO] Initializing GPS... [2026-05-04,22:36:32.208] [INFO] Starting location capture [2026-05-04,22:37:10.610] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:37:10.616] [INFO] LocationSqlManager initialising [2026-05-04,22:37:10.616] [INFO] Location DB initialising [2026-05-04,22:37:10.626] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:37:10.626] [DEBUG] UploadManager Init [2026-05-04,22:37:10.627] [DEBUG] UploadManager Init Complete [2026-05-04,22:37:10.629] [INFO] Initializing GPS... [2026-05-04,22:37:10.631] [INFO] Starting location capture [2026-05-04,22:37:49.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:37:49.019] [INFO] LocationSqlManager initialising [2026-05-04,22:37:49.019] [INFO] Location DB initialising [2026-05-04,22:37:49.029] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:37:49.029] [DEBUG] UploadManager Init [2026-05-04,22:37:49.030] [DEBUG] UploadManager Init Complete [2026-05-04,22:37:49.032] [INFO] Initializing GPS... [2026-05-04,22:37:49.034] [INFO] Starting location capture [2026-05-04,22:38:23.434] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:38:23.440] [INFO] LocationSqlManager initialising [2026-05-04,22:38:23.441] [INFO] Location DB initialising [2026-05-04,22:38:23.451] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:38:23.452] [DEBUG] UploadManager Init [2026-05-04,22:38:23.452] [DEBUG] UploadManager Init Complete [2026-05-04,22:38:23.454] [INFO] Initializing GPS... [2026-05-04,22:38:23.456] [INFO] Starting location capture [2026-05-04,22:39:00.597] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:39:00.604] [INFO] LocationSqlManager initialising [2026-05-04,22:39:00.605] [INFO] Location DB initialising [2026-05-04,22:39:00.616] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:39:00.617] [DEBUG] UploadManager Init [2026-05-04,22:39:00.618] [DEBUG] UploadManager Init Complete [2026-05-04,22:39:00.622] [INFO] Initializing GPS... [2026-05-04,22:39:00.625] [INFO] Starting location capture [2026-05-04,22:39:39.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:39:39.804] [INFO] LocationSqlManager initialising [2026-05-04,22:39:39.804] [INFO] Location DB initialising [2026-05-04,22:39:39.821] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:39:39.822] [DEBUG] UploadManager Init [2026-05-04,22:39:39.823] [DEBUG] UploadManager Init Complete [2026-05-04,22:39:39.830] [INFO] Initializing GPS... [2026-05-04,22:39:39.835] [INFO] Starting location capture [2026-05-04,22:40:18.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:40:18.020] [INFO] LocationSqlManager initialising [2026-05-04,22:40:18.021] [INFO] Location DB initialising [2026-05-04,22:40:18.030] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:40:18.031] [DEBUG] UploadManager Init [2026-05-04,22:40:18.031] [DEBUG] UploadManager Init Complete [2026-05-04,22:40:18.034] [INFO] Initializing GPS... [2026-05-04,22:40:18.036] [INFO] Starting location capture [2026-05-04,22:40:52.168] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:40:52.174] [INFO] LocationSqlManager initialising [2026-05-04,22:40:52.174] [INFO] Location DB initialising [2026-05-04,22:40:52.184] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:40:52.185] [DEBUG] UploadManager Init [2026-05-04,22:40:52.186] [DEBUG] UploadManager Init Complete [2026-05-04,22:40:52.189] [INFO] Initializing GPS... [2026-05-04,22:40:52.191] [INFO] Starting location capture [2026-05-04,22:41:26.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:41:26.312] [INFO] LocationSqlManager initialising [2026-05-04,22:41:26.313] [INFO] Location DB initialising [2026-05-04,22:41:26.323] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:41:26.324] [DEBUG] UploadManager Init [2026-05-04,22:41:26.325] [DEBUG] UploadManager Init Complete [2026-05-04,22:41:26.329] [INFO] Initializing GPS... [2026-05-04,22:41:26.332] [INFO] Starting location capture [2026-05-04,22:42:05.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:42:05.162] [INFO] LocationSqlManager initialising [2026-05-04,22:42:05.162] [INFO] Location DB initialising [2026-05-04,22:42:05.172] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:42:05.173] [DEBUG] UploadManager Init [2026-05-04,22:42:05.173] [DEBUG] UploadManager Init Complete [2026-05-04,22:42:05.176] [INFO] Initializing GPS... [2026-05-04,22:42:05.178] [INFO] Starting location capture [2026-05-04,22:42:43.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:42:43.162] [INFO] LocationSqlManager initialising [2026-05-04,22:42:43.162] [INFO] Location DB initialising [2026-05-04,22:42:43.172] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:42:43.173] [DEBUG] UploadManager Init [2026-05-04,22:42:43.173] [DEBUG] UploadManager Init Complete [2026-05-04,22:42:43.176] [INFO] Initializing GPS... [2026-05-04,22:42:43.178] [INFO] Starting location capture [2026-05-04,22:43:22.168] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:43:22.173] [INFO] LocationSqlManager initialising [2026-05-04,22:43:22.174] [INFO] Location DB initialising [2026-05-04,22:43:22.183] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:43:22.184] [DEBUG] UploadManager Init [2026-05-04,22:43:22.184] [DEBUG] UploadManager Init Complete [2026-05-04,22:43:22.187] [INFO] Initializing GPS... [2026-05-04,22:43:22.189] [INFO] Starting location capture [2026-05-04,22:43:59.956] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:43:59.962] [INFO] LocationSqlManager initialising [2026-05-04,22:43:59.963] [INFO] Location DB initialising [2026-05-04,22:43:59.975] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:43:59.976] [DEBUG] UploadManager Init [2026-05-04,22:43:59.976] [DEBUG] UploadManager Init Complete [2026-05-04,22:43:59.980] [INFO] Initializing GPS... [2026-05-04,22:43:59.982] [INFO] Starting location capture [2026-05-04,22:44:38.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:44:38.970] [INFO] LocationSqlManager initialising [2026-05-04,22:44:38.971] [INFO] Location DB initialising [2026-05-04,22:44:38.980] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:44:38.981] [DEBUG] UploadManager Init [2026-05-04,22:44:38.981] [DEBUG] UploadManager Init Complete [2026-05-04,22:44:38.984] [INFO] Initializing GPS... [2026-05-04,22:44:38.985] [INFO] Starting location capture [2026-05-04,22:45:17.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:45:17.267] [INFO] LocationSqlManager initialising [2026-05-04,22:45:17.268] [INFO] Location DB initialising [2026-05-04,22:45:17.277] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:45:17.278] [DEBUG] UploadManager Init [2026-05-04,22:45:17.278] [DEBUG] UploadManager Init Complete [2026-05-04,22:45:17.282] [INFO] Initializing GPS... [2026-05-04,22:45:17.285] [INFO] Starting location capture [2026-05-04,22:45:56.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:45:56.092] [INFO] LocationSqlManager initialising [2026-05-04,22:45:56.092] [INFO] Location DB initialising [2026-05-04,22:45:56.102] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:45:56.102] [DEBUG] UploadManager Init [2026-05-04,22:45:56.103] [DEBUG] UploadManager Init Complete [2026-05-04,22:45:56.106] [INFO] Initializing GPS... [2026-05-04,22:45:56.108] [INFO] Starting location capture [2026-05-04,22:46:35.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:46:35.226] [INFO] LocationSqlManager initialising [2026-05-04,22:46:35.226] [INFO] Location DB initialising [2026-05-04,22:46:35.235] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:46:35.236] [DEBUG] UploadManager Init [2026-05-04,22:46:35.237] [DEBUG] UploadManager Init Complete [2026-05-04,22:46:35.239] [INFO] Initializing GPS... [2026-05-04,22:46:35.241] [INFO] Starting location capture [2026-05-04,22:47:13.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:47:14.003] [INFO] LocationSqlManager initialising [2026-05-04,22:47:14.003] [INFO] Location DB initialising [2026-05-04,22:47:14.013] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:47:14.014] [DEBUG] UploadManager Init [2026-05-04,22:47:14.014] [DEBUG] UploadManager Init Complete [2026-05-04,22:47:14.017] [INFO] Initializing GPS... [2026-05-04,22:47:14.018] [INFO] Starting location capture [2026-05-04,22:47:51.893] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:47:51.901] [INFO] LocationSqlManager initialising [2026-05-04,22:47:51.902] [INFO] Location DB initialising [2026-05-04,22:47:51.913] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:47:51.914] [DEBUG] UploadManager Init [2026-05-04,22:47:51.915] [DEBUG] UploadManager Init Complete [2026-05-04,22:47:51.919] [INFO] Initializing GPS... [2026-05-04,22:47:51.922] [INFO] Starting location capture [2026-05-04,22:48:30.555] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:48:30.562] [INFO] LocationSqlManager initialising [2026-05-04,22:48:30.563] [INFO] Location DB initialising [2026-05-04,22:48:30.574] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:48:30.576] [DEBUG] UploadManager Init [2026-05-04,22:48:30.576] [DEBUG] UploadManager Init Complete [2026-05-04,22:48:30.581] [INFO] Initializing GPS... [2026-05-04,22:48:30.584] [INFO] Starting location capture [2026-05-04,22:49:08.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:49:08.844] [INFO] LocationSqlManager initialising [2026-05-04,22:49:08.844] [INFO] Location DB initialising [2026-05-04,22:49:08.857] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:49:08.858] [DEBUG] UploadManager Init [2026-05-04,22:49:08.858] [DEBUG] UploadManager Init Complete [2026-05-04,22:49:08.862] [INFO] Initializing GPS... [2026-05-04,22:49:08.864] [INFO] Starting location capture [2026-05-04,22:49:47.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:49:47.090] [INFO] LocationSqlManager initialising [2026-05-04,22:49:47.091] [INFO] Location DB initialising [2026-05-04,22:49:47.101] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:49:47.102] [DEBUG] UploadManager Init [2026-05-04,22:49:47.103] [DEBUG] UploadManager Init Complete [2026-05-04,22:49:47.106] [INFO] Initializing GPS... [2026-05-04,22:49:47.108] [INFO] Starting location capture [2026-05-04,22:50:26.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:50:26.261] [INFO] LocationSqlManager initialising [2026-05-04,22:50:26.261] [INFO] Location DB initialising [2026-05-04,22:50:26.271] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:50:26.271] [DEBUG] UploadManager Init [2026-05-04,22:50:26.272] [DEBUG] UploadManager Init Complete [2026-05-04,22:50:26.274] [INFO] Initializing GPS... [2026-05-04,22:50:26.276] [INFO] Starting location capture [2026-05-04,22:51:05.322] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:51:05.330] [INFO] LocationSqlManager initialising [2026-05-04,22:51:05.331] [INFO] Location DB initialising [2026-05-04,22:51:05.342] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:51:05.343] [DEBUG] UploadManager Init [2026-05-04,22:51:05.344] [DEBUG] UploadManager Init Complete [2026-05-04,22:51:05.348] [INFO] Initializing GPS... [2026-05-04,22:51:05.351] [INFO] Starting location capture [2026-05-04,22:51:42.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:51:42.902] [INFO] LocationSqlManager initialising [2026-05-04,22:51:42.903] [INFO] Location DB initialising [2026-05-04,22:51:42.912] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:51:42.913] [DEBUG] UploadManager Init [2026-05-04,22:51:42.913] [DEBUG] UploadManager Init Complete [2026-05-04,22:51:42.916] [INFO] Initializing GPS... [2026-05-04,22:51:42.917] [INFO] Starting location capture [2026-05-04,22:52:22.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:52:22.233] [INFO] LocationSqlManager initialising [2026-05-04,22:52:22.234] [INFO] Location DB initialising [2026-05-04,22:52:22.243] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:52:22.244] [DEBUG] UploadManager Init [2026-05-04,22:52:22.244] [DEBUG] UploadManager Init Complete [2026-05-04,22:52:22.247] [INFO] Initializing GPS... [2026-05-04,22:52:22.249] [INFO] Starting location capture [2026-05-04,22:53:00.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:53:00.244] [INFO] LocationSqlManager initialising [2026-05-04,22:53:00.245] [INFO] Location DB initialising [2026-05-04,22:53:00.254] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:53:00.255] [DEBUG] UploadManager Init [2026-05-04,22:53:00.255] [DEBUG] UploadManager Init Complete [2026-05-04,22:53:00.257] [INFO] Initializing GPS... [2026-05-04,22:53:00.259] [INFO] Starting location capture [2026-05-04,22:53:39.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:53:39.677] [INFO] LocationSqlManager initialising [2026-05-04,22:53:39.678] [INFO] Location DB initialising [2026-05-04,22:53:39.689] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:53:39.690] [DEBUG] UploadManager Init [2026-05-04,22:53:39.690] [DEBUG] UploadManager Init Complete [2026-05-04,22:53:39.695] [INFO] Initializing GPS... [2026-05-04,22:53:39.697] [INFO] Starting location capture [2026-05-04,22:54:17.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:54:17.107] [INFO] LocationSqlManager initialising [2026-05-04,22:54:17.108] [INFO] Location DB initialising [2026-05-04,22:54:17.119] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:54:17.119] [DEBUG] UploadManager Init [2026-05-04,22:54:17.120] [DEBUG] UploadManager Init Complete [2026-05-04,22:54:17.123] [INFO] Initializing GPS... [2026-05-04,22:54:17.126] [INFO] Starting location capture [2026-05-04,22:54:56.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:54:56.203] [INFO] LocationSqlManager initialising [2026-05-04,22:54:56.204] [INFO] Location DB initialising [2026-05-04,22:54:56.214] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:54:56.215] [DEBUG] UploadManager Init [2026-05-04,22:54:56.215] [DEBUG] UploadManager Init Complete [2026-05-04,22:54:56.218] [INFO] Initializing GPS... [2026-05-04,22:54:56.221] [INFO] Starting location capture [2026-05-04,22:55:34.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:55:34.132] [INFO] LocationSqlManager initialising [2026-05-04,22:55:34.133] [INFO] Location DB initialising [2026-05-04,22:55:34.142] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:55:34.142] [DEBUG] UploadManager Init [2026-05-04,22:55:34.143] [DEBUG] UploadManager Init Complete [2026-05-04,22:55:34.145] [INFO] Initializing GPS... [2026-05-04,22:55:34.147] [INFO] Starting location capture [2026-05-04,22:56:12.588] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:56:12.594] [INFO] LocationSqlManager initialising [2026-05-04,22:56:12.595] [INFO] Location DB initialising [2026-05-04,22:56:12.605] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:56:12.605] [DEBUG] UploadManager Init [2026-05-04,22:56:12.606] [DEBUG] UploadManager Init Complete [2026-05-04,22:56:12.609] [INFO] Initializing GPS... [2026-05-04,22:56:12.611] [INFO] Starting location capture [2026-05-04,22:56:51.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:56:51.296] [INFO] LocationSqlManager initialising [2026-05-04,22:56:51.297] [INFO] Location DB initialising [2026-05-04,22:56:51.308] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:56:51.309] [DEBUG] UploadManager Init [2026-05-04,22:56:51.310] [DEBUG] UploadManager Init Complete [2026-05-04,22:56:51.314] [INFO] Initializing GPS... [2026-05-04,22:56:51.317] [INFO] Starting location capture [2026-05-04,22:57:30.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:57:30.251] [INFO] LocationSqlManager initialising [2026-05-04,22:57:30.251] [INFO] Location DB initialising [2026-05-04,22:57:30.261] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:57:30.261] [DEBUG] UploadManager Init [2026-05-04,22:57:30.262] [DEBUG] UploadManager Init Complete [2026-05-04,22:57:30.264] [INFO] Initializing GPS... [2026-05-04,22:57:30.266] [INFO] Starting location capture [2026-05-04,22:58:09.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:58:09.058] [INFO] LocationSqlManager initialising [2026-05-04,22:58:09.059] [INFO] Location DB initialising [2026-05-04,22:58:09.069] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:58:09.070] [DEBUG] UploadManager Init [2026-05-04,22:58:09.070] [DEBUG] UploadManager Init Complete [2026-05-04,22:58:09.073] [INFO] Initializing GPS... [2026-05-04,22:58:09.076] [INFO] Starting location capture [2026-05-04,22:58:46.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:58:46.871] [INFO] LocationSqlManager initialising [2026-05-04,22:58:46.872] [INFO] Location DB initialising [2026-05-04,22:58:46.883] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:58:46.884] [DEBUG] UploadManager Init [2026-05-04,22:58:46.884] [DEBUG] UploadManager Init Complete [2026-05-04,22:58:46.887] [INFO] Initializing GPS... [2026-05-04,22:58:46.889] [INFO] Starting location capture [2026-05-04,22:59:24.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,22:59:24.965] [INFO] LocationSqlManager initialising [2026-05-04,22:59:24.965] [INFO] Location DB initialising [2026-05-04,22:59:24.975] [INFO] LocationSqlManager initialisation complete [2026-05-04,22:59:24.976] [DEBUG] UploadManager Init [2026-05-04,22:59:24.977] [DEBUG] UploadManager Init Complete [2026-05-04,22:59:24.980] [INFO] Initializing GPS... [2026-05-04,22:59:24.982] [INFO] Starting location capture [2026-05-04,23:00:04.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:00:04.156] [INFO] LocationSqlManager initialising [2026-05-04,23:00:04.157] [INFO] Location DB initialising [2026-05-04,23:00:04.166] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:00:04.167] [DEBUG] UploadManager Init [2026-05-04,23:00:04.167] [DEBUG] UploadManager Init Complete [2026-05-04,23:00:04.170] [INFO] Initializing GPS... [2026-05-04,23:00:04.172] [INFO] Starting location capture [2026-05-04,23:00:43.170] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:00:43.177] [INFO] LocationSqlManager initialising [2026-05-04,23:00:43.178] [INFO] Location DB initialising [2026-05-04,23:00:43.189] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:00:43.191] [DEBUG] UploadManager Init [2026-05-04,23:00:43.191] [DEBUG] UploadManager Init Complete [2026-05-04,23:00:43.196] [INFO] Initializing GPS... [2026-05-04,23:00:43.199] [INFO] Starting location capture [2026-05-04,23:01:22.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:01:22.658] [INFO] LocationSqlManager initialising [2026-05-04,23:01:22.658] [INFO] Location DB initialising [2026-05-04,23:01:22.668] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:01:22.668] [DEBUG] UploadManager Init [2026-05-04,23:01:22.669] [DEBUG] UploadManager Init Complete [2026-05-04,23:01:22.671] [INFO] Initializing GPS... [2026-05-04,23:01:22.673] [INFO] Starting location capture [2026-05-04,23:02:00.759] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:02:00.763] [INFO] LocationSqlManager initialising [2026-05-04,23:02:00.764] [INFO] Location DB initialising [2026-05-04,23:02:00.773] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:02:00.774] [DEBUG] UploadManager Init [2026-05-04,23:02:00.775] [DEBUG] UploadManager Init Complete [2026-05-04,23:02:00.778] [INFO] Initializing GPS... [2026-05-04,23:02:00.780] [INFO] Starting location capture [2026-05-04,23:02:39.183] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:02:39.188] [INFO] LocationSqlManager initialising [2026-05-04,23:02:39.188] [INFO] Location DB initialising [2026-05-04,23:02:39.198] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:02:39.198] [DEBUG] UploadManager Init [2026-05-04,23:02:39.199] [DEBUG] UploadManager Init Complete [2026-05-04,23:02:39.201] [INFO] Initializing GPS... [2026-05-04,23:02:39.203] [INFO] Starting location capture [2026-05-04,23:03:17.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:03:17.054] [INFO] LocationSqlManager initialising [2026-05-04,23:03:17.055] [INFO] Location DB initialising [2026-05-04,23:03:17.065] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:03:17.066] [DEBUG] UploadManager Init [2026-05-04,23:03:17.066] [DEBUG] UploadManager Init Complete [2026-05-04,23:03:17.069] [INFO] Initializing GPS... [2026-05-04,23:03:17.071] [INFO] Starting location capture [2026-05-04,23:03:55.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:03:55.826] [INFO] LocationSqlManager initialising [2026-05-04,23:03:55.827] [INFO] Location DB initialising [2026-05-04,23:03:55.838] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:03:55.839] [DEBUG] UploadManager Init [2026-05-04,23:03:55.841] [DEBUG] UploadManager Init Complete [2026-05-04,23:03:55.849] [INFO] Initializing GPS... [2026-05-04,23:03:55.852] [INFO] Starting location capture [2026-05-04,23:04:35.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:04:35.274] [INFO] LocationSqlManager initialising [2026-05-04,23:04:35.275] [INFO] Location DB initialising [2026-05-04,23:04:35.284] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:04:35.285] [DEBUG] UploadManager Init [2026-05-04,23:04:35.285] [DEBUG] UploadManager Init Complete [2026-05-04,23:04:35.288] [INFO] Initializing GPS... [2026-05-04,23:04:35.290] [INFO] Starting location capture [2026-05-04,23:05:12.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:05:12.933] [INFO] LocationSqlManager initialising [2026-05-04,23:05:12.934] [INFO] Location DB initialising [2026-05-04,23:05:12.943] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:05:12.943] [DEBUG] UploadManager Init [2026-05-04,23:05:12.944] [DEBUG] UploadManager Init Complete [2026-05-04,23:05:12.946] [INFO] Initializing GPS... [2026-05-04,23:05:12.948] [INFO] Starting location capture [2026-05-04,23:05:52.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:05:52.148] [INFO] LocationSqlManager initialising [2026-05-04,23:05:52.149] [INFO] Location DB initialising [2026-05-04,23:05:52.158] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:05:52.159] [DEBUG] UploadManager Init [2026-05-04,23:05:52.159] [DEBUG] UploadManager Init Complete [2026-05-04,23:05:52.162] [INFO] Initializing GPS... [2026-05-04,23:05:52.164] [INFO] Starting location capture [2026-05-04,23:06:30.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:06:30.791] [INFO] LocationSqlManager initialising [2026-05-04,23:06:30.792] [INFO] Location DB initialising [2026-05-04,23:06:30.802] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:06:30.803] [DEBUG] UploadManager Init [2026-05-04,23:06:30.804] [DEBUG] UploadManager Init Complete [2026-05-04,23:06:30.807] [INFO] Initializing GPS... [2026-05-04,23:06:30.809] [INFO] Starting location capture [2026-05-04,23:07:08.638] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:07:08.645] [INFO] LocationSqlManager initialising [2026-05-04,23:07:08.646] [INFO] Location DB initialising [2026-05-04,23:07:08.658] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:07:08.659] [DEBUG] UploadManager Init [2026-05-04,23:07:08.660] [DEBUG] UploadManager Init Complete [2026-05-04,23:07:08.664] [INFO] Initializing GPS... [2026-05-04,23:07:08.667] [INFO] Starting location capture [2026-05-04,23:07:46.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:07:46.918] [INFO] LocationSqlManager initialising [2026-05-04,23:07:46.918] [INFO] Location DB initialising [2026-05-04,23:07:46.931] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:07:46.933] [DEBUG] UploadManager Init [2026-05-04,23:07:46.935] [DEBUG] UploadManager Init Complete [2026-05-04,23:07:46.940] [INFO] Initializing GPS... [2026-05-04,23:07:46.942] [INFO] Starting location capture [2026-05-04,23:08:25.679] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:08:25.684] [INFO] LocationSqlManager initialising [2026-05-04,23:08:25.684] [INFO] Location DB initialising [2026-05-04,23:08:25.694] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:08:25.694] [DEBUG] UploadManager Init [2026-05-04,23:08:25.695] [DEBUG] UploadManager Init Complete [2026-05-04,23:08:25.697] [INFO] Initializing GPS... [2026-05-04,23:08:25.699] [INFO] Starting location capture [2026-05-04,23:09:03.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:09:03.846] [INFO] LocationSqlManager initialising [2026-05-04,23:09:03.847] [INFO] Location DB initialising [2026-05-04,23:09:03.856] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:09:03.856] [DEBUG] UploadManager Init [2026-05-04,23:09:03.857] [DEBUG] UploadManager Init Complete [2026-05-04,23:09:03.859] [INFO] Initializing GPS... [2026-05-04,23:09:03.861] [INFO] Starting location capture [2026-05-04,23:09:42.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:09:42.017] [INFO] LocationSqlManager initialising [2026-05-04,23:09:42.018] [INFO] Location DB initialising [2026-05-04,23:09:42.029] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:09:42.030] [DEBUG] UploadManager Init [2026-05-04,23:09:42.031] [DEBUG] UploadManager Init Complete [2026-05-04,23:09:42.035] [INFO] Initializing GPS... [2026-05-04,23:09:42.038] [INFO] Starting location capture [2026-05-04,23:10:21.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:10:21.294] [INFO] LocationSqlManager initialising [2026-05-04,23:10:21.294] [INFO] Location DB initialising [2026-05-04,23:10:21.305] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:10:21.305] [DEBUG] UploadManager Init [2026-05-04,23:10:21.306] [DEBUG] UploadManager Init Complete [2026-05-04,23:10:21.309] [INFO] Initializing GPS... [2026-05-04,23:10:21.311] [INFO] Starting location capture [2026-05-04,23:10:59.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:10:59.033] [INFO] LocationSqlManager initialising [2026-05-04,23:10:59.034] [INFO] Location DB initialising [2026-05-04,23:10:59.044] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:10:59.045] [DEBUG] UploadManager Init [2026-05-04,23:10:59.045] [DEBUG] UploadManager Init Complete [2026-05-04,23:10:59.048] [INFO] Initializing GPS... [2026-05-04,23:10:59.051] [INFO] Starting location capture [2026-05-04,23:11:37.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:11:37.160] [INFO] LocationSqlManager initialising [2026-05-04,23:11:37.161] [INFO] Location DB initialising [2026-05-04,23:11:37.170] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:11:37.170] [DEBUG] UploadManager Init [2026-05-04,23:11:37.171] [DEBUG] UploadManager Init Complete [2026-05-04,23:11:37.173] [INFO] Initializing GPS... [2026-05-04,23:11:37.175] [INFO] Starting location capture [2026-05-04,23:12:15.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:12:15.831] [INFO] LocationSqlManager initialising [2026-05-04,23:12:15.832] [INFO] Location DB initialising [2026-05-04,23:12:15.843] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:12:15.844] [DEBUG] UploadManager Init [2026-05-04,23:12:15.845] [DEBUG] UploadManager Init Complete [2026-05-04,23:12:15.849] [INFO] Initializing GPS... [2026-05-04,23:12:15.852] [INFO] Starting location capture [2026-05-04,23:12:54.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:12:54.103] [INFO] LocationSqlManager initialising [2026-05-04,23:12:54.103] [INFO] Location DB initialising [2026-05-04,23:12:54.114] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:12:54.114] [DEBUG] UploadManager Init [2026-05-04,23:12:54.115] [DEBUG] UploadManager Init Complete [2026-05-04,23:12:54.118] [INFO] Initializing GPS... [2026-05-04,23:12:54.120] [INFO] Starting location capture [2026-05-04,23:13:32.779] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:13:32.784] [INFO] LocationSqlManager initialising [2026-05-04,23:13:32.785] [INFO] Location DB initialising [2026-05-04,23:13:32.794] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:13:32.795] [DEBUG] UploadManager Init [2026-05-04,23:13:32.795] [DEBUG] UploadManager Init Complete [2026-05-04,23:13:32.798] [INFO] Initializing GPS... [2026-05-04,23:13:32.800] [INFO] Starting location capture [2026-05-04,23:14:10.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:14:10.999] [INFO] LocationSqlManager initialising [2026-05-04,23:14:11.000] [INFO] Location DB initialising [2026-05-04,23:14:11.011] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:14:11.013] [DEBUG] UploadManager Init [2026-05-04,23:14:11.013] [DEBUG] UploadManager Init Complete [2026-05-04,23:14:11.018] [INFO] Initializing GPS... [2026-05-04,23:14:11.021] [INFO] Starting location capture [2026-05-04,23:14:50.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:14:50.324] [INFO] LocationSqlManager initialising [2026-05-04,23:14:50.325] [INFO] Location DB initialising [2026-05-04,23:14:50.336] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:14:50.337] [DEBUG] UploadManager Init [2026-05-04,23:14:50.338] [DEBUG] UploadManager Init Complete [2026-05-04,23:14:50.343] [INFO] Initializing GPS... [2026-05-04,23:14:50.346] [INFO] Starting location capture [2026-05-04,23:15:29.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:15:29.077] [INFO] LocationSqlManager initialising [2026-05-04,23:15:29.077] [INFO] Location DB initialising [2026-05-04,23:15:29.087] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:15:29.088] [DEBUG] UploadManager Init [2026-05-04,23:15:29.088] [DEBUG] UploadManager Init Complete [2026-05-04,23:15:29.091] [INFO] Initializing GPS... [2026-05-04,23:15:29.093] [INFO] Starting location capture [2026-05-04,23:16:07.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:16:07.174] [INFO] LocationSqlManager initialising [2026-05-04,23:16:07.175] [INFO] Location DB initialising [2026-05-04,23:16:07.184] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:16:07.185] [DEBUG] UploadManager Init [2026-05-04,23:16:07.185] [DEBUG] UploadManager Init Complete [2026-05-04,23:16:07.188] [INFO] Initializing GPS... [2026-05-04,23:16:07.190] [INFO] Starting location capture [2026-05-04,23:16:46.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:16:46.079] [INFO] LocationSqlManager initialising [2026-05-04,23:16:46.080] [INFO] Location DB initialising [2026-05-04,23:16:46.091] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:16:46.092] [DEBUG] UploadManager Init [2026-05-04,23:16:46.092] [DEBUG] UploadManager Init Complete [2026-05-04,23:16:46.096] [INFO] Initializing GPS... [2026-05-04,23:16:46.099] [INFO] Starting location capture [2026-05-04,23:17:24.956] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:17:24.961] [INFO] LocationSqlManager initialising [2026-05-04,23:17:24.962] [INFO] Location DB initialising [2026-05-04,23:17:24.971] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:17:24.972] [DEBUG] UploadManager Init [2026-05-04,23:17:24.972] [DEBUG] UploadManager Init Complete [2026-05-04,23:17:24.975] [INFO] Initializing GPS... [2026-05-04,23:17:24.977] [INFO] Starting location capture [2026-05-04,23:18:03.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:18:03.210] [INFO] LocationSqlManager initialising [2026-05-04,23:18:03.211] [INFO] Location DB initialising [2026-05-04,23:18:03.222] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:18:03.224] [DEBUG] UploadManager Init [2026-05-04,23:18:03.224] [DEBUG] UploadManager Init Complete [2026-05-04,23:18:03.229] [INFO] Initializing GPS... [2026-05-04,23:18:03.232] [INFO] Starting location capture [2026-05-04,23:18:43.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:18:43.272] [INFO] LocationSqlManager initialising [2026-05-04,23:18:43.273] [INFO] Location DB initialising [2026-05-04,23:18:43.283] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:18:43.283] [DEBUG] UploadManager Init [2026-05-04,23:18:43.284] [DEBUG] UploadManager Init Complete [2026-05-04,23:18:43.287] [INFO] Initializing GPS... [2026-05-04,23:18:43.289] [INFO] Starting location capture [2026-05-04,23:19:22.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:19:22.014] [INFO] LocationSqlManager initialising [2026-05-04,23:19:22.015] [INFO] Location DB initialising [2026-05-04,23:19:22.026] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:19:22.028] [DEBUG] UploadManager Init [2026-05-04,23:19:22.028] [DEBUG] UploadManager Init Complete [2026-05-04,23:19:22.033] [INFO] Initializing GPS... [2026-05-04,23:19:22.036] [INFO] Starting location capture [2026-05-04,23:19:59.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:19:59.834] [INFO] LocationSqlManager initialising [2026-05-04,23:19:59.834] [INFO] Location DB initialising [2026-05-04,23:19:59.843] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:19:59.844] [DEBUG] UploadManager Init [2026-05-04,23:19:59.844] [DEBUG] UploadManager Init Complete [2026-05-04,23:19:59.847] [INFO] Initializing GPS... [2026-05-04,23:19:59.849] [INFO] Starting location capture [2026-05-04,23:20:38.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:20:38.256] [INFO] LocationSqlManager initialising [2026-05-04,23:20:38.257] [INFO] Location DB initialising [2026-05-04,23:20:38.268] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:20:38.270] [DEBUG] UploadManager Init [2026-05-04,23:20:38.270] [DEBUG] UploadManager Init Complete [2026-05-04,23:20:38.275] [INFO] Initializing GPS... [2026-05-04,23:20:38.278] [INFO] Starting location capture [2026-05-04,23:21:16.377] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:21:16.383] [INFO] LocationSqlManager initialising [2026-05-04,23:21:16.384] [INFO] Location DB initialising [2026-05-04,23:21:16.393] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:21:16.394] [DEBUG] UploadManager Init [2026-05-04,23:21:16.395] [DEBUG] UploadManager Init Complete [2026-05-04,23:21:16.398] [INFO] Initializing GPS... [2026-05-04,23:21:16.400] [INFO] Starting location capture [2026-05-04,23:21:54.635] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:21:54.642] [INFO] LocationSqlManager initialising [2026-05-04,23:21:54.643] [INFO] Location DB initialising [2026-05-04,23:21:54.654] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:21:54.655] [DEBUG] UploadManager Init [2026-05-04,23:21:54.655] [DEBUG] UploadManager Init Complete [2026-05-04,23:21:54.660] [INFO] Initializing GPS... [2026-05-04,23:21:54.663] [INFO] Starting location capture [2026-05-04,23:22:33.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:22:33.345] [INFO] LocationSqlManager initialising [2026-05-04,23:22:33.346] [INFO] Location DB initialising [2026-05-04,23:22:33.357] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:22:33.358] [DEBUG] UploadManager Init [2026-05-04,23:22:33.359] [DEBUG] UploadManager Init Complete [2026-05-04,23:22:33.363] [INFO] Initializing GPS... [2026-05-04,23:22:33.366] [INFO] Starting location capture [2026-05-04,23:23:11.667] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:23:11.675] [INFO] LocationSqlManager initialising [2026-05-04,23:23:11.675] [INFO] Location DB initialising [2026-05-04,23:23:11.686] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:23:11.687] [DEBUG] UploadManager Init [2026-05-04,23:23:11.688] [DEBUG] UploadManager Init Complete [2026-05-04,23:23:11.692] [INFO] Initializing GPS... [2026-05-04,23:23:11.695] [INFO] Starting location capture [2026-05-04,23:23:50.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:23:50.166] [INFO] LocationSqlManager initialising [2026-05-04,23:23:50.167] [INFO] Location DB initialising [2026-05-04,23:23:50.176] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:23:50.177] [DEBUG] UploadManager Init [2026-05-04,23:23:50.177] [DEBUG] UploadManager Init Complete [2026-05-04,23:23:50.180] [INFO] Initializing GPS... [2026-05-04,23:23:50.182] [INFO] Starting location capture [2026-05-04,23:24:29.383] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:24:29.388] [INFO] LocationSqlManager initialising [2026-05-04,23:24:29.389] [INFO] Location DB initialising [2026-05-04,23:24:29.398] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:24:29.399] [DEBUG] UploadManager Init [2026-05-04,23:24:29.399] [DEBUG] UploadManager Init Complete [2026-05-04,23:24:29.402] [INFO] Initializing GPS... [2026-05-04,23:24:29.404] [INFO] Starting location capture [2026-05-04,23:25:07.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:25:07.314] [INFO] LocationSqlManager initialising [2026-05-04,23:25:07.314] [INFO] Location DB initialising [2026-05-04,23:25:07.323] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:25:07.324] [DEBUG] UploadManager Init [2026-05-04,23:25:07.324] [DEBUG] UploadManager Init Complete [2026-05-04,23:25:07.327] [INFO] Initializing GPS... [2026-05-04,23:25:07.329] [INFO] Starting location capture [2026-05-04,23:25:44.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:25:44.866] [INFO] LocationSqlManager initialising [2026-05-04,23:25:44.867] [INFO] Location DB initialising [2026-05-04,23:25:44.876] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:25:44.877] [DEBUG] UploadManager Init [2026-05-04,23:25:44.878] [DEBUG] UploadManager Init Complete [2026-05-04,23:25:44.880] [INFO] Initializing GPS... [2026-05-04,23:25:44.882] [INFO] Starting location capture [2026-05-04,23:26:23.809] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:26:23.816] [INFO] LocationSqlManager initialising [2026-05-04,23:26:23.817] [INFO] Location DB initialising [2026-05-04,23:26:23.829] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:26:23.830] [DEBUG] UploadManager Init [2026-05-04,23:26:23.831] [DEBUG] UploadManager Init Complete [2026-05-04,23:26:23.835] [INFO] Initializing GPS... [2026-05-04,23:26:23.838] [INFO] Starting location capture [2026-05-04,23:27:03.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:27:03.268] [INFO] LocationSqlManager initialising [2026-05-04,23:27:03.269] [INFO] Location DB initialising [2026-05-04,23:27:03.278] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:27:03.279] [DEBUG] UploadManager Init [2026-05-04,23:27:03.280] [DEBUG] UploadManager Init Complete [2026-05-04,23:27:03.282] [INFO] Initializing GPS... [2026-05-04,23:27:03.284] [INFO] Starting location capture [2026-05-04,23:27:41.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:27:41.139] [INFO] LocationSqlManager initialising [2026-05-04,23:27:41.140] [INFO] Location DB initialising [2026-05-04,23:27:41.151] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:27:41.153] [DEBUG] UploadManager Init [2026-05-04,23:27:41.153] [DEBUG] UploadManager Init Complete [2026-05-04,23:27:41.158] [INFO] Initializing GPS... [2026-05-04,23:27:41.161] [INFO] Starting location capture [2026-05-04,23:28:18.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:28:18.914] [INFO] LocationSqlManager initialising [2026-05-04,23:28:18.914] [INFO] Location DB initialising [2026-05-04,23:28:18.925] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:28:18.927] [DEBUG] UploadManager Init [2026-05-04,23:28:18.927] [DEBUG] UploadManager Init Complete [2026-05-04,23:28:18.932] [INFO] Initializing GPS... [2026-05-04,23:28:18.935] [INFO] Starting location capture [2026-05-04,23:28:58.030] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:28:58.038] [INFO] LocationSqlManager initialising [2026-05-04,23:28:58.038] [INFO] Location DB initialising [2026-05-04,23:28:58.048] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:28:58.049] [DEBUG] UploadManager Init [2026-05-04,23:28:58.050] [DEBUG] UploadManager Init Complete [2026-05-04,23:28:58.053] [INFO] Initializing GPS... [2026-05-04,23:28:58.055] [INFO] Starting location capture [2026-05-04,23:29:36.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:29:36.237] [INFO] LocationSqlManager initialising [2026-05-04,23:29:36.238] [INFO] Location DB initialising [2026-05-04,23:29:36.249] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:29:36.250] [DEBUG] UploadManager Init [2026-05-04,23:29:36.251] [DEBUG] UploadManager Init Complete [2026-05-04,23:29:36.255] [INFO] Initializing GPS... [2026-05-04,23:29:36.257] [INFO] Starting location capture [2026-05-04,23:30:14.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:30:14.151] [INFO] LocationSqlManager initialising [2026-05-04,23:30:14.151] [INFO] Location DB initialising [2026-05-04,23:30:14.161] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:30:14.162] [DEBUG] UploadManager Init [2026-05-04,23:30:14.162] [DEBUG] UploadManager Init Complete [2026-05-04,23:30:14.165] [INFO] Initializing GPS... [2026-05-04,23:30:14.167] [INFO] Starting location capture [2026-05-04,23:30:53.597] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:30:53.605] [INFO] LocationSqlManager initialising [2026-05-04,23:30:53.605] [INFO] Location DB initialising [2026-05-04,23:30:53.617] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:30:53.618] [DEBUG] UploadManager Init [2026-05-04,23:30:53.619] [DEBUG] UploadManager Init Complete [2026-05-04,23:30:53.623] [INFO] Initializing GPS... [2026-05-04,23:30:53.626] [INFO] Starting location capture [2026-05-04,23:31:32.350] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:31:32.357] [INFO] LocationSqlManager initialising [2026-05-04,23:31:32.358] [INFO] Location DB initialising [2026-05-04,23:31:32.368] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:31:32.369] [DEBUG] UploadManager Init [2026-05-04,23:31:32.369] [DEBUG] UploadManager Init Complete [2026-05-04,23:31:32.372] [INFO] Initializing GPS... [2026-05-04,23:31:32.374] [INFO] Starting location capture [2026-05-04,23:32:10.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:32:10.217] [INFO] LocationSqlManager initialising [2026-05-04,23:32:10.218] [INFO] Location DB initialising [2026-05-04,23:32:10.227] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:32:10.227] [DEBUG] UploadManager Init [2026-05-04,23:32:10.228] [DEBUG] UploadManager Init Complete [2026-05-04,23:32:10.230] [INFO] Initializing GPS... [2026-05-04,23:32:10.232] [INFO] Starting location capture [2026-05-04,23:32:49.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:32:49.201] [INFO] LocationSqlManager initialising [2026-05-04,23:32:49.202] [INFO] Location DB initialising [2026-05-04,23:32:49.213] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:32:49.215] [DEBUG] UploadManager Init [2026-05-04,23:32:49.215] [DEBUG] UploadManager Init Complete [2026-05-04,23:32:49.220] [INFO] Initializing GPS... [2026-05-04,23:32:49.222] [INFO] Starting location capture [2026-05-04,23:33:28.570] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:33:28.577] [INFO] LocationSqlManager initialising [2026-05-04,23:33:28.578] [INFO] Location DB initialising [2026-05-04,23:33:28.590] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:33:28.591] [DEBUG] UploadManager Init [2026-05-04,23:33:28.592] [DEBUG] UploadManager Init Complete [2026-05-04,23:33:28.596] [INFO] Initializing GPS... [2026-05-04,23:33:28.599] [INFO] Starting location capture [2026-05-04,23:34:02.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:34:02.037] [INFO] LocationSqlManager initialising [2026-05-04,23:34:02.038] [INFO] Location DB initialising [2026-05-04,23:34:02.047] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:34:02.048] [DEBUG] UploadManager Init [2026-05-04,23:34:02.048] [DEBUG] UploadManager Init Complete [2026-05-04,23:34:02.051] [INFO] Initializing GPS... [2026-05-04,23:34:02.053] [INFO] Starting location capture [2026-05-04,23:34:41.007] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:34:41.012] [INFO] LocationSqlManager initialising [2026-05-04,23:34:41.013] [INFO] Location DB initialising [2026-05-04,23:34:41.022] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:34:41.023] [DEBUG] UploadManager Init [2026-05-04,23:34:41.023] [DEBUG] UploadManager Init Complete [2026-05-04,23:34:41.026] [INFO] Initializing GPS... [2026-05-04,23:34:41.028] [INFO] Starting location capture [2026-05-04,23:35:19.143] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:35:19.150] [INFO] LocationSqlManager initialising [2026-05-04,23:35:19.151] [INFO] Location DB initialising [2026-05-04,23:35:19.162] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:35:19.163] [DEBUG] UploadManager Init [2026-05-04,23:35:19.164] [DEBUG] UploadManager Init Complete [2026-05-04,23:35:19.168] [INFO] Initializing GPS... [2026-05-04,23:35:19.171] [INFO] Starting location capture [2026-05-04,23:35:57.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:35:57.229] [INFO] LocationSqlManager initialising [2026-05-04,23:35:57.230] [INFO] Location DB initialising [2026-05-04,23:35:57.239] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:35:57.240] [DEBUG] UploadManager Init [2026-05-04,23:35:57.240] [DEBUG] UploadManager Init Complete [2026-05-04,23:35:57.243] [INFO] Initializing GPS... [2026-05-04,23:35:57.245] [INFO] Starting location capture [2026-05-04,23:36:36.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:36:36.136] [INFO] LocationSqlManager initialising [2026-05-04,23:36:36.137] [INFO] Location DB initialising [2026-05-04,23:36:36.146] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:36:36.147] [DEBUG] UploadManager Init [2026-05-04,23:36:36.148] [DEBUG] UploadManager Init Complete [2026-05-04,23:36:36.150] [INFO] Initializing GPS... [2026-05-04,23:36:36.152] [INFO] Starting location capture [2026-05-04,23:37:14.203] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:37:14.208] [INFO] LocationSqlManager initialising [2026-05-04,23:37:14.208] [INFO] Location DB initialising [2026-05-04,23:37:14.218] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:37:14.218] [DEBUG] UploadManager Init [2026-05-04,23:37:14.219] [DEBUG] UploadManager Init Complete [2026-05-04,23:37:14.221] [INFO] Initializing GPS... [2026-05-04,23:37:14.223] [INFO] Starting location capture [2026-05-04,23:37:53.233] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:37:53.237] [INFO] LocationSqlManager initialising [2026-05-04,23:37:53.238] [INFO] Location DB initialising [2026-05-04,23:37:53.247] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:37:53.248] [DEBUG] UploadManager Init [2026-05-04,23:37:53.248] [DEBUG] UploadManager Init Complete [2026-05-04,23:37:53.251] [INFO] Initializing GPS... [2026-05-04,23:37:53.253] [INFO] Starting location capture [2026-05-04,23:38:31.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:38:31.933] [INFO] LocationSqlManager initialising [2026-05-04,23:38:31.934] [INFO] Location DB initialising [2026-05-04,23:38:31.943] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:38:31.944] [DEBUG] UploadManager Init [2026-05-04,23:38:31.945] [DEBUG] UploadManager Init Complete [2026-05-04,23:38:31.948] [INFO] Initializing GPS... [2026-05-04,23:38:31.950] [INFO] Starting location capture [2026-05-04,23:39:10.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:39:10.170] [INFO] LocationSqlManager initialising [2026-05-04,23:39:10.171] [INFO] Location DB initialising [2026-05-04,23:39:10.180] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:39:10.180] [DEBUG] UploadManager Init [2026-05-04,23:39:10.181] [DEBUG] UploadManager Init Complete [2026-05-04,23:39:10.183] [INFO] Initializing GPS... [2026-05-04,23:39:10.185] [INFO] Starting location capture [2026-05-04,23:39:49.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:39:49.214] [INFO] LocationSqlManager initialising [2026-05-04,23:39:49.215] [INFO] Location DB initialising [2026-05-04,23:39:49.224] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:39:49.224] [DEBUG] UploadManager Init [2026-05-04,23:39:49.225] [DEBUG] UploadManager Init Complete [2026-05-04,23:39:49.227] [INFO] Initializing GPS... [2026-05-04,23:39:49.229] [INFO] Starting location capture [2026-05-04,23:40:27.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:40:27.218] [INFO] LocationSqlManager initialising [2026-05-04,23:40:27.218] [INFO] Location DB initialising [2026-05-04,23:40:27.228] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:40:27.229] [DEBUG] UploadManager Init [2026-05-04,23:40:27.229] [DEBUG] UploadManager Init Complete [2026-05-04,23:40:27.232] [INFO] Initializing GPS... [2026-05-04,23:40:27.235] [INFO] Starting location capture [2026-05-04,23:41:05.745] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:41:05.750] [INFO] LocationSqlManager initialising [2026-05-04,23:41:05.751] [INFO] Location DB initialising [2026-05-04,23:41:05.761] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:41:05.761] [DEBUG] UploadManager Init [2026-05-04,23:41:05.762] [DEBUG] UploadManager Init Complete [2026-05-04,23:41:05.765] [INFO] Initializing GPS... [2026-05-04,23:41:05.767] [INFO] Starting location capture [2026-05-04,23:41:45.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:41:45.090] [INFO] LocationSqlManager initialising [2026-05-04,23:41:45.091] [INFO] Location DB initialising [2026-05-04,23:41:45.101] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:41:45.102] [DEBUG] UploadManager Init [2026-05-04,23:41:45.102] [DEBUG] UploadManager Init Complete [2026-05-04,23:41:45.106] [INFO] Initializing GPS... [2026-05-04,23:41:45.108] [INFO] Starting location capture [2026-05-04,23:42:19.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:42:19.060] [INFO] LocationSqlManager initialising [2026-05-04,23:42:19.061] [INFO] Location DB initialising [2026-05-04,23:42:19.072] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:42:19.073] [DEBUG] UploadManager Init [2026-05-04,23:42:19.074] [DEBUG] UploadManager Init Complete [2026-05-04,23:42:19.078] [INFO] Initializing GPS... [2026-05-04,23:42:19.081] [INFO] Starting location capture [2026-05-04,23:42:58.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:42:58.091] [INFO] LocationSqlManager initialising [2026-05-04,23:42:58.091] [INFO] Location DB initialising [2026-05-04,23:42:58.101] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:42:58.102] [DEBUG] UploadManager Init [2026-05-04,23:42:58.102] [DEBUG] UploadManager Init Complete [2026-05-04,23:42:58.106] [INFO] Initializing GPS... [2026-05-04,23:42:58.108] [INFO] Starting location capture [2026-05-04,23:43:36.328] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:43:36.335] [INFO] LocationSqlManager initialising [2026-05-04,23:43:36.336] [INFO] Location DB initialising [2026-05-04,23:43:36.347] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:43:36.348] [DEBUG] UploadManager Init [2026-05-04,23:43:36.348] [DEBUG] UploadManager Init Complete [2026-05-04,23:43:36.353] [INFO] Initializing GPS... [2026-05-04,23:43:36.356] [INFO] Starting location capture [2026-05-04,23:44:14.687] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:44:14.694] [INFO] LocationSqlManager initialising [2026-05-04,23:44:14.695] [INFO] Location DB initialising [2026-05-04,23:44:14.706] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:44:14.708] [DEBUG] UploadManager Init [2026-05-04,23:44:14.708] [DEBUG] UploadManager Init Complete [2026-05-04,23:44:14.713] [INFO] Initializing GPS... [2026-05-04,23:44:14.716] [INFO] Starting location capture [2026-05-04,23:44:52.745] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:44:52.750] [INFO] LocationSqlManager initialising [2026-05-04,23:44:52.750] [INFO] Location DB initialising [2026-05-04,23:44:52.760] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:44:52.761] [DEBUG] UploadManager Init [2026-05-04,23:44:52.761] [DEBUG] UploadManager Init Complete [2026-05-04,23:44:52.764] [INFO] Initializing GPS... [2026-05-04,23:44:52.766] [INFO] Starting location capture [2026-05-04,23:45:30.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:45:30.789] [INFO] LocationSqlManager initialising [2026-05-04,23:45:30.790] [INFO] Location DB initialising [2026-05-04,23:45:30.799] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:45:30.800] [DEBUG] UploadManager Init [2026-05-04,23:45:30.800] [DEBUG] UploadManager Init Complete [2026-05-04,23:45:30.804] [INFO] Initializing GPS... [2026-05-04,23:45:30.806] [INFO] Starting location capture [2026-05-04,23:46:05.667] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:46:05.675] [INFO] LocationSqlManager initialising [2026-05-04,23:46:05.676] [INFO] Location DB initialising [2026-05-04,23:46:05.687] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:46:05.688] [DEBUG] UploadManager Init [2026-05-04,23:46:05.689] [DEBUG] UploadManager Init Complete [2026-05-04,23:46:05.693] [INFO] Initializing GPS... [2026-05-04,23:46:05.696] [INFO] Starting location capture [2026-05-04,23:46:44.285] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:46:44.292] [INFO] LocationSqlManager initialising [2026-05-04,23:46:44.293] [INFO] Location DB initialising [2026-05-04,23:46:44.304] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:46:44.305] [DEBUG] UploadManager Init [2026-05-04,23:46:44.306] [DEBUG] UploadManager Init Complete [2026-05-04,23:46:44.310] [INFO] Initializing GPS... [2026-05-04,23:46:44.313] [INFO] Starting location capture [2026-05-04,23:47:21.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:47:21.818] [INFO] LocationSqlManager initialising [2026-05-04,23:47:21.820] [INFO] Location DB initialising [2026-05-04,23:47:21.831] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:47:21.832] [DEBUG] UploadManager Init [2026-05-04,23:47:21.833] [DEBUG] UploadManager Init Complete [2026-05-04,23:47:21.837] [INFO] Initializing GPS... [2026-05-04,23:47:21.840] [INFO] Starting location capture [2026-05-04,23:48:00.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:48:00.128] [INFO] LocationSqlManager initialising [2026-05-04,23:48:00.128] [INFO] Location DB initialising [2026-05-04,23:48:00.139] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:48:00.141] [DEBUG] UploadManager Init [2026-05-04,23:48:00.141] [DEBUG] UploadManager Init Complete [2026-05-04,23:48:00.145] [INFO] Initializing GPS... [2026-05-04,23:48:00.148] [INFO] Starting location capture [2026-05-04,23:48:40.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:48:40.010] [INFO] LocationSqlManager initialising [2026-05-04,23:48:40.011] [INFO] Location DB initialising [2026-05-04,23:48:40.021] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:48:40.021] [DEBUG] UploadManager Init [2026-05-04,23:48:40.022] [DEBUG] UploadManager Init Complete [2026-05-04,23:48:40.025] [INFO] Initializing GPS... [2026-05-04,23:48:40.027] [INFO] Starting location capture [2026-05-04,23:49:18.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:49:18.041] [INFO] LocationSqlManager initialising [2026-05-04,23:49:18.042] [INFO] Location DB initialising [2026-05-04,23:49:18.052] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:49:18.052] [DEBUG] UploadManager Init [2026-05-04,23:49:18.053] [DEBUG] UploadManager Init Complete [2026-05-04,23:49:18.055] [INFO] Initializing GPS... [2026-05-04,23:49:18.057] [INFO] Starting location capture [2026-05-04,23:49:56.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:49:56.162] [INFO] LocationSqlManager initialising [2026-05-04,23:49:56.163] [INFO] Location DB initialising [2026-05-04,23:49:56.173] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:49:56.173] [DEBUG] UploadManager Init [2026-05-04,23:49:56.174] [DEBUG] UploadManager Init Complete [2026-05-04,23:49:56.177] [INFO] Initializing GPS... [2026-05-04,23:49:56.179] [INFO] Starting location capture [2026-05-04,23:50:35.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:50:35.091] [INFO] LocationSqlManager initialising [2026-05-04,23:50:35.092] [INFO] Location DB initialising [2026-05-04,23:50:35.101] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:50:35.101] [DEBUG] UploadManager Init [2026-05-04,23:50:35.102] [DEBUG] UploadManager Init Complete [2026-05-04,23:50:35.104] [INFO] Initializing GPS... [2026-05-04,23:50:35.106] [INFO] Starting location capture [2026-05-04,23:51:13.624] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:51:13.629] [INFO] LocationSqlManager initialising [2026-05-04,23:51:13.630] [INFO] Location DB initialising [2026-05-04,23:51:13.639] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:51:13.640] [DEBUG] UploadManager Init [2026-05-04,23:51:13.640] [DEBUG] UploadManager Init Complete [2026-05-04,23:51:13.643] [INFO] Initializing GPS... [2026-05-04,23:51:13.645] [INFO] Starting location capture [2026-05-04,23:51:51.873] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:51:51.884] [INFO] LocationSqlManager initialising [2026-05-04,23:51:51.885] [INFO] Location DB initialising [2026-05-04,23:51:51.900] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:51:51.902] [DEBUG] UploadManager Init [2026-05-04,23:51:51.903] [DEBUG] UploadManager Init Complete [2026-05-04,23:51:51.909] [INFO] Initializing GPS... [2026-05-04,23:51:51.912] [INFO] Starting location capture [2026-05-04,23:52:31.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:52:31.209] [INFO] LocationSqlManager initialising [2026-05-04,23:52:31.210] [INFO] Location DB initialising [2026-05-04,23:52:31.221] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:52:31.222] [DEBUG] UploadManager Init [2026-05-04,23:52:31.222] [DEBUG] UploadManager Init Complete [2026-05-04,23:52:31.225] [INFO] Initializing GPS... [2026-05-04,23:52:31.227] [INFO] Starting location capture [2026-05-04,23:53:09.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:53:09.191] [INFO] LocationSqlManager initialising [2026-05-04,23:53:09.192] [INFO] Location DB initialising [2026-05-04,23:53:09.201] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:53:09.202] [DEBUG] UploadManager Init [2026-05-04,23:53:09.202] [DEBUG] UploadManager Init Complete [2026-05-04,23:53:09.205] [INFO] Initializing GPS... [2026-05-04,23:53:09.207] [INFO] Starting location capture [2026-05-04,23:53:48.511] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:53:48.519] [INFO] LocationSqlManager initialising [2026-05-04,23:53:48.520] [INFO] Location DB initialising [2026-05-04,23:53:48.531] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:53:48.532] [DEBUG] UploadManager Init [2026-05-04,23:53:48.533] [DEBUG] UploadManager Init Complete [2026-05-04,23:53:48.537] [INFO] Initializing GPS... [2026-05-04,23:53:48.541] [INFO] Starting location capture [2026-05-04,23:54:26.467] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:54:26.472] [INFO] LocationSqlManager initialising [2026-05-04,23:54:26.473] [INFO] Location DB initialising [2026-05-04,23:54:26.482] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:54:26.483] [DEBUG] UploadManager Init [2026-05-04,23:54:26.484] [DEBUG] UploadManager Init Complete [2026-05-04,23:54:26.489] [INFO] Initializing GPS... [2026-05-04,23:54:26.493] [INFO] Starting location capture [2026-05-04,23:55:05.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:55:05.150] [INFO] LocationSqlManager initialising [2026-05-04,23:55:05.151] [INFO] Location DB initialising [2026-05-04,23:55:05.160] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:55:05.161] [DEBUG] UploadManager Init [2026-05-04,23:55:05.161] [DEBUG] UploadManager Init Complete [2026-05-04,23:55:05.164] [INFO] Initializing GPS... [2026-05-04,23:55:05.166] [INFO] Starting location capture [2026-05-04,23:55:42.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:55:42.909] [INFO] LocationSqlManager initialising [2026-05-04,23:55:42.910] [INFO] Location DB initialising [2026-05-04,23:55:42.919] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:55:42.920] [DEBUG] UploadManager Init [2026-05-04,23:55:42.920] [DEBUG] UploadManager Init Complete [2026-05-04,23:55:42.923] [INFO] Initializing GPS... [2026-05-04,23:55:42.925] [INFO] Starting location capture [2026-05-04,23:56:22.291] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:56:22.299] [INFO] LocationSqlManager initialising [2026-05-04,23:56:22.300] [INFO] Location DB initialising [2026-05-04,23:56:22.311] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:56:22.312] [DEBUG] UploadManager Init [2026-05-04,23:56:22.313] [DEBUG] UploadManager Init Complete [2026-05-04,23:56:22.318] [INFO] Initializing GPS... [2026-05-04,23:56:22.321] [INFO] Starting location capture [2026-05-04,23:57:00.844] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:57:00.849] [INFO] LocationSqlManager initialising [2026-05-04,23:57:00.849] [INFO] Location DB initialising [2026-05-04,23:57:00.859] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:57:00.859] [DEBUG] UploadManager Init [2026-05-04,23:57:00.860] [DEBUG] UploadManager Init Complete [2026-05-04,23:57:00.862] [INFO] Initializing GPS... [2026-05-04,23:57:00.864] [INFO] Starting location capture [2026-05-04,23:57:39.342] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:57:39.352] [INFO] LocationSqlManager initialising [2026-05-04,23:57:39.353] [INFO] Location DB initialising [2026-05-04,23:57:39.370] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:57:39.371] [DEBUG] UploadManager Init [2026-05-04,23:57:39.371] [DEBUG] UploadManager Init Complete [2026-05-04,23:57:39.375] [INFO] Initializing GPS... [2026-05-04,23:57:39.378] [INFO] Starting location capture [2026-05-04,23:58:18.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:58:18.184] [INFO] LocationSqlManager initialising [2026-05-04,23:58:18.185] [INFO] Location DB initialising [2026-05-04,23:58:18.196] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:58:18.197] [DEBUG] UploadManager Init [2026-05-04,23:58:18.198] [DEBUG] UploadManager Init Complete [2026-05-04,23:58:18.202] [INFO] Initializing GPS... [2026-05-04,23:58:18.205] [INFO] Starting location capture [2026-05-04,23:58:56.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:58:56.088] [INFO] LocationSqlManager initialising [2026-05-04,23:58:56.088] [INFO] Location DB initialising [2026-05-04,23:58:56.098] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:58:56.099] [DEBUG] UploadManager Init [2026-05-04,23:58:56.099] [DEBUG] UploadManager Init Complete [2026-05-04,23:58:56.102] [INFO] Initializing GPS... [2026-05-04,23:58:56.104] [INFO] Starting location capture [2026-05-04,23:59:35.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:59:35.045] [INFO] LocationSqlManager initialising [2026-05-04,23:59:35.045] [INFO] Location DB initialising [2026-05-04,23:59:35.055] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:59:35.056] [DEBUG] UploadManager Init [2026-05-04,23:59:35.057] [DEBUG] UploadManager Init Complete [2026-05-04,23:59:35.060] [INFO] Initializing GPS... [2026-05-04,23:59:35.062] [INFO] Starting location capture [2026-05-05,00:00:13.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:00:13.110] [INFO] LocationSqlManager initialising [2026-05-05,00:00:13.111] [INFO] Location DB initialising [2026-05-05,00:00:13.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:00:13.130] [DEBUG] UploadManager Init [2026-05-05,00:00:13.131] [DEBUG] UploadManager Init Complete [2026-05-05,00:00:13.134] [INFO] Initializing GPS... [2026-05-05,00:00:13.136] [INFO] Starting location capture [2026-05-05,00:00:52.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:00:52.087] [INFO] LocationSqlManager initialising [2026-05-05,00:00:52.087] [INFO] Location DB initialising [2026-05-05,00:00:52.098] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:00:52.100] [DEBUG] UploadManager Init [2026-05-05,00:00:52.100] [DEBUG] UploadManager Init Complete [2026-05-05,00:00:52.106] [INFO] Initializing GPS... [2026-05-05,00:00:52.109] [INFO] Starting location capture [2026-05-05,00:01:29.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:01:29.869] [INFO] LocationSqlManager initialising [2026-05-05,00:01:29.870] [INFO] Location DB initialising [2026-05-05,00:01:29.882] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:01:29.883] [DEBUG] UploadManager Init [2026-05-05,00:01:29.884] [DEBUG] UploadManager Init Complete [2026-05-05,00:01:29.888] [INFO] Initializing GPS... [2026-05-05,00:01:29.891] [INFO] Starting location capture [2026-05-05,00:02:08.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:02:08.083] [INFO] LocationSqlManager initialising [2026-05-05,00:02:08.084] [INFO] Location DB initialising [2026-05-05,00:02:08.095] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:02:08.097] [DEBUG] UploadManager Init [2026-05-05,00:02:08.097] [DEBUG] UploadManager Init Complete [2026-05-05,00:02:08.102] [INFO] Initializing GPS... [2026-05-05,00:02:08.105] [INFO] Starting location capture [2026-05-05,00:02:47.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:02:47.051] [INFO] LocationSqlManager initialising [2026-05-05,00:02:47.052] [INFO] Location DB initialising [2026-05-05,00:02:47.061] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:02:47.062] [DEBUG] UploadManager Init [2026-05-05,00:02:47.062] [DEBUG] UploadManager Init Complete [2026-05-05,00:02:47.065] [INFO] Initializing GPS... [2026-05-05,00:02:47.067] [INFO] Starting location capture [2026-05-05,00:03:25.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:03:25.197] [INFO] LocationSqlManager initialising [2026-05-05,00:03:25.197] [INFO] Location DB initialising [2026-05-05,00:03:25.207] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:03:25.207] [DEBUG] UploadManager Init [2026-05-05,00:03:25.208] [DEBUG] UploadManager Init Complete [2026-05-05,00:03:25.211] [INFO] Initializing GPS... [2026-05-05,00:03:25.212] [INFO] Starting location capture [2026-05-05,00:04:04.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:04:04.237] [INFO] LocationSqlManager initialising [2026-05-05,00:04:04.237] [INFO] Location DB initialising [2026-05-05,00:04:04.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:04:04.248] [DEBUG] UploadManager Init [2026-05-05,00:04:04.248] [DEBUG] UploadManager Init Complete [2026-05-05,00:04:04.251] [INFO] Initializing GPS... [2026-05-05,00:04:04.253] [INFO] Starting location capture [2026-05-05,00:04:42.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:04:42.138] [INFO] LocationSqlManager initialising [2026-05-05,00:04:42.138] [INFO] Location DB initialising [2026-05-05,00:04:42.148] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:04:42.149] [DEBUG] UploadManager Init [2026-05-05,00:04:42.149] [DEBUG] UploadManager Init Complete [2026-05-05,00:04:42.153] [INFO] Initializing GPS... [2026-05-05,00:04:42.155] [INFO] Starting location capture [2026-05-05,00:05:21.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:05:21.052] [INFO] LocationSqlManager initialising [2026-05-05,00:05:21.053] [INFO] Location DB initialising [2026-05-05,00:05:21.062] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:05:21.063] [DEBUG] UploadManager Init [2026-05-05,00:05:21.063] [DEBUG] UploadManager Init Complete [2026-05-05,00:05:21.066] [INFO] Initializing GPS... [2026-05-05,00:05:21.068] [INFO] Starting location capture [2026-05-05,00:05:55.450] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:05:55.455] [INFO] LocationSqlManager initialising [2026-05-05,00:05:55.455] [INFO] Location DB initialising [2026-05-05,00:05:55.465] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:05:55.466] [DEBUG] UploadManager Init [2026-05-05,00:05:55.466] [DEBUG] UploadManager Init Complete [2026-05-05,00:05:55.468] [INFO] Initializing GPS... [2026-05-05,00:05:55.470] [INFO] Starting location capture [2026-05-05,00:06:32.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:06:32.986] [INFO] LocationSqlManager initialising [2026-05-05,00:06:32.986] [INFO] Location DB initialising [2026-05-05,00:06:32.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:06:32.996] [DEBUG] UploadManager Init [2026-05-05,00:06:32.996] [DEBUG] UploadManager Init Complete [2026-05-05,00:06:32.999] [INFO] Initializing GPS... [2026-05-05,00:06:33.001] [INFO] Starting location capture [2026-05-05,00:07:06.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:07:06.724] [INFO] LocationSqlManager initialising [2026-05-05,00:07:06.725] [INFO] Location DB initialising [2026-05-05,00:07:06.740] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:07:06.741] [DEBUG] UploadManager Init [2026-05-05,00:07:06.742] [DEBUG] UploadManager Init Complete [2026-05-05,00:07:06.746] [INFO] Initializing GPS... [2026-05-05,00:07:06.749] [INFO] Starting location capture [2026-05-05,00:07:45.644] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:07:45.650] [INFO] LocationSqlManager initialising [2026-05-05,00:07:45.650] [INFO] Location DB initialising [2026-05-05,00:07:45.660] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:07:45.661] [DEBUG] UploadManager Init [2026-05-05,00:07:45.661] [DEBUG] UploadManager Init Complete [2026-05-05,00:07:45.664] [INFO] Initializing GPS... [2026-05-05,00:07:45.666] [INFO] Starting location capture [2026-05-05,00:08:24.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:08:24.069] [INFO] LocationSqlManager initialising [2026-05-05,00:08:24.069] [INFO] Location DB initialising [2026-05-05,00:08:24.080] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:08:24.080] [DEBUG] UploadManager Init [2026-05-05,00:08:24.081] [DEBUG] UploadManager Init Complete [2026-05-05,00:08:24.084] [INFO] Initializing GPS... [2026-05-05,00:08:24.086] [INFO] Starting location capture [2026-05-05,00:09:02.074] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:09:02.079] [INFO] LocationSqlManager initialising [2026-05-05,00:09:02.080] [INFO] Location DB initialising [2026-05-05,00:09:02.089] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:09:02.090] [DEBUG] UploadManager Init [2026-05-05,00:09:02.090] [DEBUG] UploadManager Init Complete [2026-05-05,00:09:02.094] [INFO] Initializing GPS... [2026-05-05,00:09:02.097] [INFO] Starting location capture [2026-05-05,00:09:41.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:09:41.089] [INFO] LocationSqlManager initialising [2026-05-05,00:09:41.090] [INFO] Location DB initialising [2026-05-05,00:09:41.101] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:09:41.102] [DEBUG] UploadManager Init [2026-05-05,00:09:41.102] [DEBUG] UploadManager Init Complete [2026-05-05,00:09:41.106] [INFO] Initializing GPS... [2026-05-05,00:09:41.108] [INFO] Starting location capture [2026-05-05,00:10:20.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:10:20.041] [INFO] LocationSqlManager initialising [2026-05-05,00:10:20.041] [INFO] Location DB initialising [2026-05-05,00:10:20.051] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:10:20.052] [DEBUG] UploadManager Init [2026-05-05,00:10:20.052] [DEBUG] UploadManager Init Complete [2026-05-05,00:10:20.056] [INFO] Initializing GPS... [2026-05-05,00:10:20.058] [INFO] Starting location capture [2026-05-05,00:10:58.537] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:10:58.544] [INFO] LocationSqlManager initialising [2026-05-05,00:10:58.545] [INFO] Location DB initialising [2026-05-05,00:10:58.556] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:10:58.558] [DEBUG] UploadManager Init [2026-05-05,00:10:58.559] [DEBUG] UploadManager Init Complete [2026-05-05,00:10:58.563] [INFO] Initializing GPS... [2026-05-05,00:10:58.566] [INFO] Starting location capture [2026-05-05,00:11:37.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:11:37.150] [INFO] LocationSqlManager initialising [2026-05-05,00:11:37.151] [INFO] Location DB initialising [2026-05-05,00:11:37.161] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:11:37.162] [DEBUG] UploadManager Init [2026-05-05,00:11:37.162] [DEBUG] UploadManager Init Complete [2026-05-05,00:11:37.165] [INFO] Initializing GPS... [2026-05-05,00:11:37.167] [INFO] Starting location capture [2026-05-05,00:12:11.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:12:11.142] [INFO] LocationSqlManager initialising [2026-05-05,00:12:11.143] [INFO] Location DB initialising [2026-05-05,00:12:11.154] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:12:11.156] [DEBUG] UploadManager Init [2026-05-05,00:12:11.156] [DEBUG] UploadManager Init Complete [2026-05-05,00:12:11.161] [INFO] Initializing GPS... [2026-05-05,00:12:11.164] [INFO] Starting location capture [2026-05-05,00:12:49.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:12:49.093] [INFO] LocationSqlManager initialising [2026-05-05,00:12:49.094] [INFO] Location DB initialising [2026-05-05,00:12:49.104] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:12:49.105] [DEBUG] UploadManager Init [2026-05-05,00:12:49.105] [DEBUG] UploadManager Init Complete [2026-05-05,00:12:49.109] [INFO] Initializing GPS... [2026-05-05,00:12:49.111] [INFO] Starting location capture [2026-05-05,00:13:28.527] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:13:28.533] [INFO] LocationSqlManager initialising [2026-05-05,00:13:28.534] [INFO] Location DB initialising [2026-05-05,00:13:28.544] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:13:28.546] [DEBUG] UploadManager Init [2026-05-05,00:13:28.547] [DEBUG] UploadManager Init Complete [2026-05-05,00:13:28.551] [INFO] Initializing GPS... [2026-05-05,00:13:28.554] [INFO] Starting location capture [2026-05-05,00:14:06.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:14:06.966] [INFO] LocationSqlManager initialising [2026-05-05,00:14:06.966] [INFO] Location DB initialising [2026-05-05,00:14:06.976] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:14:06.977] [DEBUG] UploadManager Init [2026-05-05,00:14:06.977] [DEBUG] UploadManager Init Complete [2026-05-05,00:14:06.980] [INFO] Initializing GPS... [2026-05-05,00:14:06.982] [INFO] Starting location capture [2026-05-05,00:14:44.735] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:14:44.740] [INFO] LocationSqlManager initialising [2026-05-05,00:14:44.741] [INFO] Location DB initialising [2026-05-05,00:14:44.752] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:14:44.752] [DEBUG] UploadManager Init [2026-05-05,00:14:44.753] [DEBUG] UploadManager Init Complete [2026-05-05,00:14:44.756] [INFO] Initializing GPS... [2026-05-05,00:14:44.758] [INFO] Starting location capture [2026-05-05,00:15:24.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:15:24.576] [INFO] LocationSqlManager initialising [2026-05-05,00:15:24.577] [INFO] Location DB initialising [2026-05-05,00:15:24.588] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:15:24.590] [DEBUG] UploadManager Init [2026-05-05,00:15:24.590] [DEBUG] UploadManager Init Complete [2026-05-05,00:15:24.595] [INFO] Initializing GPS... [2026-05-05,00:15:24.598] [INFO] Starting location capture [2026-05-05,00:16:03.225] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:16:03.230] [INFO] LocationSqlManager initialising [2026-05-05,00:16:03.230] [INFO] Location DB initialising [2026-05-05,00:16:03.240] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:16:03.240] [DEBUG] UploadManager Init [2026-05-05,00:16:03.241] [DEBUG] UploadManager Init Complete [2026-05-05,00:16:03.243] [INFO] Initializing GPS... [2026-05-05,00:16:03.245] [INFO] Starting location capture [2026-05-05,00:16:40.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:16:40.836] [INFO] LocationSqlManager initialising [2026-05-05,00:16:40.837] [INFO] Location DB initialising [2026-05-05,00:16:40.848] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:16:40.848] [DEBUG] UploadManager Init [2026-05-05,00:16:40.849] [DEBUG] UploadManager Init Complete [2026-05-05,00:16:40.852] [INFO] Initializing GPS... [2026-05-05,00:16:40.854] [INFO] Starting location capture [2026-05-05,00:17:19.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:17:19.987] [INFO] LocationSqlManager initialising [2026-05-05,00:17:19.987] [INFO] Location DB initialising [2026-05-05,00:17:19.997] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:17:19.998] [DEBUG] UploadManager Init [2026-05-05,00:17:19.998] [DEBUG] UploadManager Init Complete [2026-05-05,00:17:20.001] [INFO] Initializing GPS... [2026-05-05,00:17:20.003] [INFO] Starting location capture [2026-05-05,00:17:58.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:17:58.204] [INFO] LocationSqlManager initialising [2026-05-05,00:17:58.205] [INFO] Location DB initialising [2026-05-05,00:17:58.216] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:17:58.217] [DEBUG] UploadManager Init [2026-05-05,00:17:58.217] [DEBUG] UploadManager Init Complete [2026-05-05,00:17:58.221] [INFO] Initializing GPS... [2026-05-05,00:17:58.223] [INFO] Starting location capture [2026-05-05,00:18:37.180] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:18:37.187] [INFO] LocationSqlManager initialising [2026-05-05,00:18:37.188] [INFO] Location DB initialising [2026-05-05,00:18:37.198] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:18:37.200] [DEBUG] UploadManager Init [2026-05-05,00:18:37.200] [DEBUG] UploadManager Init Complete [2026-05-05,00:18:37.205] [INFO] Initializing GPS... [2026-05-05,00:18:37.208] [INFO] Starting location capture [2026-05-05,00:19:15.346] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:19:15.353] [INFO] LocationSqlManager initialising [2026-05-05,00:19:15.354] [INFO] Location DB initialising [2026-05-05,00:19:15.365] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:19:15.366] [DEBUG] UploadManager Init [2026-05-05,00:19:15.367] [DEBUG] UploadManager Init Complete [2026-05-05,00:19:15.372] [INFO] Initializing GPS... [2026-05-05,00:19:15.375] [INFO] Starting location capture [2026-05-05,00:19:54.676] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:19:54.683] [INFO] LocationSqlManager initialising [2026-05-05,00:19:54.684] [INFO] Location DB initialising [2026-05-05,00:19:54.695] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:19:54.696] [DEBUG] UploadManager Init [2026-05-05,00:19:54.697] [DEBUG] UploadManager Init Complete [2026-05-05,00:19:54.701] [INFO] Initializing GPS... [2026-05-05,00:19:54.704] [INFO] Starting location capture [2026-05-05,00:20:28.529] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:20:28.536] [INFO] LocationSqlManager initialising [2026-05-05,00:20:28.537] [INFO] Location DB initialising [2026-05-05,00:20:28.549] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:20:28.550] [DEBUG] UploadManager Init [2026-05-05,00:20:28.550] [DEBUG] UploadManager Init Complete [2026-05-05,00:20:28.555] [INFO] Initializing GPS... [2026-05-05,00:20:28.558] [INFO] Starting location capture [2026-05-05,00:21:07.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:21:07.321] [INFO] LocationSqlManager initialising [2026-05-05,00:21:07.322] [INFO] Location DB initialising [2026-05-05,00:21:07.331] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:21:07.332] [DEBUG] UploadManager Init [2026-05-05,00:21:07.332] [DEBUG] UploadManager Init Complete [2026-05-05,00:21:07.335] [INFO] Initializing GPS... [2026-05-05,00:21:07.337] [INFO] Starting location capture [2026-05-05,00:21:46.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:21:46.116] [INFO] LocationSqlManager initialising [2026-05-05,00:21:46.118] [INFO] Location DB initialising [2026-05-05,00:21:46.127] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:21:46.128] [DEBUG] UploadManager Init [2026-05-05,00:21:46.128] [DEBUG] UploadManager Init Complete [2026-05-05,00:21:46.131] [INFO] Initializing GPS... [2026-05-05,00:21:46.133] [INFO] Starting location capture [2026-05-05,00:22:23.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:22:23.919] [INFO] LocationSqlManager initialising [2026-05-05,00:22:23.920] [INFO] Location DB initialising [2026-05-05,00:22:23.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:22:23.933] [DEBUG] UploadManager Init [2026-05-05,00:22:23.934] [DEBUG] UploadManager Init Complete [2026-05-05,00:22:23.938] [INFO] Initializing GPS... [2026-05-05,00:22:23.941] [INFO] Starting location capture [2026-05-05,00:23:03.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:23:03.128] [INFO] LocationSqlManager initialising [2026-05-05,00:23:03.128] [INFO] Location DB initialising [2026-05-05,00:23:03.139] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:23:03.139] [DEBUG] UploadManager Init [2026-05-05,00:23:03.140] [DEBUG] UploadManager Init Complete [2026-05-05,00:23:03.142] [INFO] Initializing GPS... [2026-05-05,00:23:03.144] [INFO] Starting location capture [2026-05-05,00:23:41.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:23:41.273] [INFO] LocationSqlManager initialising [2026-05-05,00:23:41.274] [INFO] Location DB initialising [2026-05-05,00:23:41.285] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:23:41.286] [DEBUG] UploadManager Init [2026-05-05,00:23:41.286] [DEBUG] UploadManager Init Complete [2026-05-05,00:23:41.290] [INFO] Initializing GPS... [2026-05-05,00:23:41.292] [INFO] Starting location capture [2026-05-05,00:24:20.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:24:20.166] [INFO] LocationSqlManager initialising [2026-05-05,00:24:20.167] [INFO] Location DB initialising [2026-05-05,00:24:20.178] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:24:20.179] [DEBUG] UploadManager Init [2026-05-05,00:24:20.180] [DEBUG] UploadManager Init Complete [2026-05-05,00:24:20.184] [INFO] Initializing GPS... [2026-05-05,00:24:20.187] [INFO] Starting location capture [2026-05-05,00:24:57.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:24:57.857] [INFO] LocationSqlManager initialising [2026-05-05,00:24:57.857] [INFO] Location DB initialising [2026-05-05,00:24:57.866] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:24:57.867] [DEBUG] UploadManager Init [2026-05-05,00:24:57.868] [DEBUG] UploadManager Init Complete [2026-05-05,00:24:57.870] [INFO] Initializing GPS... [2026-05-05,00:24:57.872] [INFO] Starting location capture [2026-05-05,00:25:36.728] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:25:36.733] [INFO] LocationSqlManager initialising [2026-05-05,00:25:36.733] [INFO] Location DB initialising [2026-05-05,00:25:36.743] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:25:36.743] [DEBUG] UploadManager Init [2026-05-05,00:25:36.744] [DEBUG] UploadManager Init Complete [2026-05-05,00:25:36.746] [INFO] Initializing GPS... [2026-05-05,00:25:36.749] [INFO] Starting location capture [2026-05-05,00:26:15.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:26:15.262] [INFO] LocationSqlManager initialising [2026-05-05,00:26:15.262] [INFO] Location DB initialising [2026-05-05,00:26:15.272] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:26:15.273] [DEBUG] UploadManager Init [2026-05-05,00:26:15.274] [DEBUG] UploadManager Init Complete [2026-05-05,00:26:15.277] [INFO] Initializing GPS... [2026-05-05,00:26:15.279] [INFO] Starting location capture [2026-05-05,00:26:53.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:26:53.834] [INFO] LocationSqlManager initialising [2026-05-05,00:26:53.835] [INFO] Location DB initialising [2026-05-05,00:26:53.845] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:26:53.846] [DEBUG] UploadManager Init [2026-05-05,00:26:53.846] [DEBUG] UploadManager Init Complete [2026-05-05,00:26:53.849] [INFO] Initializing GPS... [2026-05-05,00:26:53.852] [INFO] Starting location capture [2026-05-05,00:27:32.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:27:32.051] [INFO] LocationSqlManager initialising [2026-05-05,00:27:32.052] [INFO] Location DB initialising [2026-05-05,00:27:32.063] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:27:32.064] [DEBUG] UploadManager Init [2026-05-05,00:27:32.065] [DEBUG] UploadManager Init Complete [2026-05-05,00:27:32.068] [INFO] Initializing GPS... [2026-05-05,00:27:32.070] [INFO] Starting location capture [2026-05-05,00:28:10.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:28:10.200] [INFO] LocationSqlManager initialising [2026-05-05,00:28:10.201] [INFO] Location DB initialising [2026-05-05,00:28:10.210] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:28:10.211] [DEBUG] UploadManager Init [2026-05-05,00:28:10.212] [DEBUG] UploadManager Init Complete [2026-05-05,00:28:10.215] [INFO] Initializing GPS... [2026-05-05,00:28:10.217] [INFO] Starting location capture [2026-05-05,00:28:49.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:28:49.143] [INFO] LocationSqlManager initialising [2026-05-05,00:28:49.144] [INFO] Location DB initialising [2026-05-05,00:28:49.156] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:28:49.157] [DEBUG] UploadManager Init [2026-05-05,00:28:49.157] [DEBUG] UploadManager Init Complete [2026-05-05,00:28:49.162] [INFO] Initializing GPS... [2026-05-05,00:28:49.164] [INFO] Starting location capture [2026-05-05,00:29:28.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:29:28.198] [INFO] LocationSqlManager initialising [2026-05-05,00:29:28.199] [INFO] Location DB initialising [2026-05-05,00:29:28.211] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:29:28.212] [DEBUG] UploadManager Init [2026-05-05,00:29:28.212] [DEBUG] UploadManager Init Complete [2026-05-05,00:29:28.217] [INFO] Initializing GPS... [2026-05-05,00:29:28.220] [INFO] Starting location capture [2026-05-05,00:30:06.286] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:30:06.293] [INFO] LocationSqlManager initialising [2026-05-05,00:30:06.294] [INFO] Location DB initialising [2026-05-05,00:30:06.304] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:30:06.305] [DEBUG] UploadManager Init [2026-05-05,00:30:06.305] [DEBUG] UploadManager Init Complete [2026-05-05,00:30:06.309] [INFO] Initializing GPS... [2026-05-05,00:30:06.311] [INFO] Starting location capture [2026-05-05,00:30:45.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:30:45.893] [INFO] LocationSqlManager initialising [2026-05-05,00:30:45.893] [INFO] Location DB initialising [2026-05-05,00:30:45.902] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:30:45.903] [DEBUG] UploadManager Init [2026-05-05,00:30:45.903] [DEBUG] UploadManager Init Complete [2026-05-05,00:30:45.906] [INFO] Initializing GPS... [2026-05-05,00:30:45.908] [INFO] Starting location capture [2026-05-05,00:31:24.194] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:31:24.201] [INFO] LocationSqlManager initialising [2026-05-05,00:31:24.202] [INFO] Location DB initialising [2026-05-05,00:31:24.212] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:31:24.214] [DEBUG] UploadManager Init [2026-05-05,00:31:24.214] [DEBUG] UploadManager Init Complete [2026-05-05,00:31:24.219] [INFO] Initializing GPS... [2026-05-05,00:31:24.222] [INFO] Starting location capture [2026-05-05,00:32:02.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:32:02.767] [INFO] LocationSqlManager initialising [2026-05-05,00:32:02.768] [INFO] Location DB initialising [2026-05-05,00:32:02.779] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:32:02.780] [DEBUG] UploadManager Init [2026-05-05,00:32:02.781] [DEBUG] UploadManager Init Complete [2026-05-05,00:32:02.785] [INFO] Initializing GPS... [2026-05-05,00:32:02.787] [INFO] Starting location capture [2026-05-05,00:32:42.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:32:42.214] [INFO] LocationSqlManager initialising [2026-05-05,00:32:42.214] [INFO] Location DB initialising [2026-05-05,00:32:42.224] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:32:42.224] [DEBUG] UploadManager Init [2026-05-05,00:32:42.225] [DEBUG] UploadManager Init Complete [2026-05-05,00:32:42.227] [INFO] Initializing GPS... [2026-05-05,00:32:42.229] [INFO] Starting location capture [2026-05-05,00:33:21.291] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:33:21.298] [INFO] LocationSqlManager initialising [2026-05-05,00:33:21.299] [INFO] Location DB initialising [2026-05-05,00:33:21.310] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:33:21.311] [DEBUG] UploadManager Init [2026-05-05,00:33:21.311] [DEBUG] UploadManager Init Complete [2026-05-05,00:33:21.316] [INFO] Initializing GPS... [2026-05-05,00:33:21.318] [INFO] Starting location capture [2026-05-05,00:33:59.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:33:59.823] [INFO] LocationSqlManager initialising [2026-05-05,00:33:59.824] [INFO] Location DB initialising [2026-05-05,00:33:59.835] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:33:59.837] [DEBUG] UploadManager Init [2026-05-05,00:33:59.837] [DEBUG] UploadManager Init Complete [2026-05-05,00:33:59.842] [INFO] Initializing GPS... [2026-05-05,00:33:59.845] [INFO] Starting location capture [2026-05-05,00:34:38.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:34:38.172] [INFO] LocationSqlManager initialising [2026-05-05,00:34:38.172] [INFO] Location DB initialising [2026-05-05,00:34:38.182] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:34:38.182] [DEBUG] UploadManager Init [2026-05-05,00:34:38.183] [DEBUG] UploadManager Init Complete [2026-05-05,00:34:38.185] [INFO] Initializing GPS... [2026-05-05,00:34:38.187] [INFO] Starting location capture [2026-05-05,00:35:16.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:35:16.944] [INFO] LocationSqlManager initialising [2026-05-05,00:35:16.944] [INFO] Location DB initialising [2026-05-05,00:35:16.955] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:35:16.957] [DEBUG] UploadManager Init [2026-05-05,00:35:16.957] [DEBUG] UploadManager Init Complete [2026-05-05,00:35:16.962] [INFO] Initializing GPS... [2026-05-05,00:35:16.964] [INFO] Starting location capture [2026-05-05,00:35:56.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:35:56.056] [INFO] LocationSqlManager initialising [2026-05-05,00:35:56.057] [INFO] Location DB initialising [2026-05-05,00:35:56.067] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:35:56.067] [DEBUG] UploadManager Init [2026-05-05,00:35:56.068] [DEBUG] UploadManager Init Complete [2026-05-05,00:35:56.070] [INFO] Initializing GPS... [2026-05-05,00:35:56.072] [INFO] Starting location capture [2026-05-05,00:36:34.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:36:34.123] [INFO] LocationSqlManager initialising [2026-05-05,00:36:34.124] [INFO] Location DB initialising [2026-05-05,00:36:34.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:36:34.134] [DEBUG] UploadManager Init [2026-05-05,00:36:34.134] [DEBUG] UploadManager Init Complete [2026-05-05,00:36:34.137] [INFO] Initializing GPS... [2026-05-05,00:36:34.139] [INFO] Starting location capture [2026-05-05,00:37:13.524] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:37:13.531] [INFO] LocationSqlManager initialising [2026-05-05,00:37:13.532] [INFO] Location DB initialising [2026-05-05,00:37:13.544] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:37:13.545] [DEBUG] UploadManager Init [2026-05-05,00:37:13.545] [DEBUG] UploadManager Init Complete [2026-05-05,00:37:13.550] [INFO] Initializing GPS... [2026-05-05,00:37:13.553] [INFO] Starting location capture [2026-05-05,00:37:50.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:37:50.860] [INFO] LocationSqlManager initialising [2026-05-05,00:37:50.861] [INFO] Location DB initialising [2026-05-05,00:37:50.872] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:37:50.873] [DEBUG] UploadManager Init [2026-05-05,00:37:50.874] [DEBUG] UploadManager Init Complete [2026-05-05,00:37:50.877] [INFO] Initializing GPS... [2026-05-05,00:37:50.880] [INFO] Starting location capture [2026-05-05,00:38:30.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:38:30.091] [INFO] LocationSqlManager initialising [2026-05-05,00:38:30.092] [INFO] Location DB initialising [2026-05-05,00:38:30.103] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:38:30.104] [DEBUG] UploadManager Init [2026-05-05,00:38:30.104] [DEBUG] UploadManager Init Complete [2026-05-05,00:38:30.107] [INFO] Initializing GPS... [2026-05-05,00:38:30.109] [INFO] Starting location capture [2026-05-05,00:39:04.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:39:04.058] [INFO] LocationSqlManager initialising [2026-05-05,00:39:04.058] [INFO] Location DB initialising [2026-05-05,00:39:04.069] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:39:04.069] [DEBUG] UploadManager Init [2026-05-05,00:39:04.070] [DEBUG] UploadManager Init Complete [2026-05-05,00:39:04.073] [INFO] Initializing GPS... [2026-05-05,00:39:04.075] [INFO] Starting location capture [2026-05-05,00:39:41.951] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:39:41.957] [INFO] LocationSqlManager initialising [2026-05-05,00:39:41.958] [INFO] Location DB initialising [2026-05-05,00:39:41.967] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:39:41.968] [DEBUG] UploadManager Init [2026-05-05,00:39:41.969] [DEBUG] UploadManager Init Complete [2026-05-05,00:39:41.972] [INFO] Initializing GPS... [2026-05-05,00:39:41.974] [INFO] Starting location capture [2026-05-05,00:40:21.057] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:40:21.062] [INFO] LocationSqlManager initialising [2026-05-05,00:40:21.063] [INFO] Location DB initialising [2026-05-05,00:40:21.072] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:40:21.073] [DEBUG] UploadManager Init [2026-05-05,00:40:21.073] [DEBUG] UploadManager Init Complete [2026-05-05,00:40:21.076] [INFO] Initializing GPS... [2026-05-05,00:40:21.078] [INFO] Starting location capture [2026-05-05,00:40:59.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:40:59.297] [INFO] LocationSqlManager initialising [2026-05-05,00:40:59.298] [INFO] Location DB initialising [2026-05-05,00:40:59.307] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:40:59.308] [DEBUG] UploadManager Init [2026-05-05,00:40:59.308] [DEBUG] UploadManager Init Complete [2026-05-05,00:40:59.310] [INFO] Initializing GPS... [2026-05-05,00:40:59.312] [INFO] Starting location capture [2026-05-05,00:41:38.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:41:38.230] [INFO] LocationSqlManager initialising [2026-05-05,00:41:38.231] [INFO] Location DB initialising [2026-05-05,00:41:38.242] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:41:38.243] [DEBUG] UploadManager Init [2026-05-05,00:41:38.244] [DEBUG] UploadManager Init Complete [2026-05-05,00:41:38.248] [INFO] Initializing GPS... [2026-05-05,00:41:38.251] [INFO] Starting location capture [2026-05-05,00:42:11.184] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:42:11.190] [INFO] LocationSqlManager initialising [2026-05-05,00:42:11.191] [INFO] Location DB initialising [2026-05-05,00:42:11.201] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:42:11.202] [DEBUG] UploadManager Init [2026-05-05,00:42:11.202] [DEBUG] UploadManager Init Complete [2026-05-05,00:42:11.205] [INFO] Initializing GPS... [2026-05-05,00:42:11.207] [INFO] Starting location capture [2026-05-05,00:42:50.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:42:50.030] [INFO] LocationSqlManager initialising [2026-05-05,00:42:50.031] [INFO] Location DB initialising [2026-05-05,00:42:50.041] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:42:50.042] [DEBUG] UploadManager Init [2026-05-05,00:42:50.043] [DEBUG] UploadManager Init Complete [2026-05-05,00:42:50.046] [INFO] Initializing GPS... [2026-05-05,00:42:50.048] [INFO] Starting location capture [2026-05-05,00:43:28.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:43:28.281] [INFO] LocationSqlManager initialising [2026-05-05,00:43:28.281] [INFO] Location DB initialising [2026-05-05,00:43:28.291] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:43:28.292] [DEBUG] UploadManager Init [2026-05-05,00:43:28.293] [DEBUG] UploadManager Init Complete [2026-05-05,00:43:28.296] [INFO] Initializing GPS... [2026-05-05,00:43:28.298] [INFO] Starting location capture [2026-05-05,00:44:07.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:44:07.222] [INFO] LocationSqlManager initialising [2026-05-05,00:44:07.223] [INFO] Location DB initialising [2026-05-05,00:44:07.232] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:44:07.233] [DEBUG] UploadManager Init [2026-05-05,00:44:07.233] [DEBUG] UploadManager Init Complete [2026-05-05,00:44:07.236] [INFO] Initializing GPS... [2026-05-05,00:44:07.238] [INFO] Starting location capture [2026-05-05,00:44:45.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:44:45.072] [INFO] LocationSqlManager initialising [2026-05-05,00:44:45.073] [INFO] Location DB initialising [2026-05-05,00:44:45.082] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:44:45.083] [DEBUG] UploadManager Init [2026-05-05,00:44:45.084] [DEBUG] UploadManager Init Complete [2026-05-05,00:44:45.086] [INFO] Initializing GPS... [2026-05-05,00:44:45.088] [INFO] Starting location capture [2026-05-05,00:45:23.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:45:23.968] [INFO] LocationSqlManager initialising [2026-05-05,00:45:23.968] [INFO] Location DB initialising [2026-05-05,00:45:23.978] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:45:23.979] [DEBUG] UploadManager Init [2026-05-05,00:45:23.979] [DEBUG] UploadManager Init Complete [2026-05-05,00:45:23.982] [INFO] Initializing GPS... [2026-05-05,00:45:23.985] [INFO] Starting location capture [2026-05-05,00:45:57.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:45:57.123] [INFO] LocationSqlManager initialising [2026-05-05,00:45:57.124] [INFO] Location DB initialising [2026-05-05,00:45:57.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:45:57.134] [DEBUG] UploadManager Init [2026-05-05,00:45:57.134] [DEBUG] UploadManager Init Complete [2026-05-05,00:45:57.137] [INFO] Initializing GPS... [2026-05-05,00:45:57.139] [INFO] Starting location capture [2026-05-05,00:46:35.650] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:46:35.658] [INFO] LocationSqlManager initialising [2026-05-05,00:46:35.659] [INFO] Location DB initialising [2026-05-05,00:46:35.670] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:46:35.672] [DEBUG] UploadManager Init [2026-05-05,00:46:35.672] [DEBUG] UploadManager Init Complete [2026-05-05,00:46:35.677] [INFO] Initializing GPS... [2026-05-05,00:46:35.679] [INFO] Starting location capture [2026-05-05,00:47:13.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:47:13.576] [INFO] LocationSqlManager initialising [2026-05-05,00:47:13.577] [INFO] Location DB initialising [2026-05-05,00:47:13.588] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:47:13.589] [DEBUG] UploadManager Init [2026-05-05,00:47:13.590] [DEBUG] UploadManager Init Complete [2026-05-05,00:47:13.594] [INFO] Initializing GPS... [2026-05-05,00:47:13.597] [INFO] Starting location capture [2026-05-05,00:47:52.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:47:52.081] [INFO] LocationSqlManager initialising [2026-05-05,00:47:52.081] [INFO] Location DB initialising [2026-05-05,00:47:52.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:47:52.092] [DEBUG] UploadManager Init [2026-05-05,00:47:52.092] [DEBUG] UploadManager Init Complete [2026-05-05,00:47:52.094] [INFO] Initializing GPS... [2026-05-05,00:47:52.096] [INFO] Starting location capture [2026-05-05,00:48:30.777] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:48:30.784] [INFO] LocationSqlManager initialising [2026-05-05,00:48:30.785] [INFO] Location DB initialising [2026-05-05,00:48:30.795] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:48:30.798] [DEBUG] UploadManager Init [2026-05-05,00:48:30.799] [DEBUG] UploadManager Init Complete [2026-05-05,00:48:30.803] [INFO] Initializing GPS... [2026-05-05,00:48:30.805] [INFO] Starting location capture [2026-05-05,00:49:10.226] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:49:10.234] [INFO] LocationSqlManager initialising [2026-05-05,00:49:10.235] [INFO] Location DB initialising [2026-05-05,00:49:10.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:49:10.248] [DEBUG] UploadManager Init [2026-05-05,00:49:10.249] [DEBUG] UploadManager Init Complete [2026-05-05,00:49:10.253] [INFO] Initializing GPS... [2026-05-05,00:49:10.256] [INFO] Starting location capture [2026-05-05,00:49:48.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:49:48.287] [INFO] LocationSqlManager initialising [2026-05-05,00:49:48.288] [INFO] Location DB initialising [2026-05-05,00:49:48.300] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:49:48.301] [DEBUG] UploadManager Init [2026-05-05,00:49:48.302] [DEBUG] UploadManager Init Complete [2026-05-05,00:49:48.306] [INFO] Initializing GPS... [2026-05-05,00:49:48.309] [INFO] Starting location capture [2026-05-05,00:50:26.068] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:50:26.073] [INFO] LocationSqlManager initialising [2026-05-05,00:50:26.074] [INFO] Location DB initialising [2026-05-05,00:50:26.083] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:50:26.084] [DEBUG] UploadManager Init [2026-05-05,00:50:26.084] [DEBUG] UploadManager Init Complete [2026-05-05,00:50:26.087] [INFO] Initializing GPS... [2026-05-05,00:50:26.089] [INFO] Starting location capture [2026-05-05,00:51:06.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:51:06.109] [INFO] LocationSqlManager initialising [2026-05-05,00:51:06.110] [INFO] Location DB initialising [2026-05-05,00:51:06.120] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:51:06.121] [DEBUG] UploadManager Init [2026-05-05,00:51:06.121] [DEBUG] UploadManager Init Complete [2026-05-05,00:51:06.124] [INFO] Initializing GPS... [2026-05-05,00:51:06.127] [INFO] Starting location capture [2026-05-05,00:51:44.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:51:44.271] [INFO] LocationSqlManager initialising [2026-05-05,00:51:44.272] [INFO] Location DB initialising [2026-05-05,00:51:44.281] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:51:44.282] [DEBUG] UploadManager Init [2026-05-05,00:51:44.282] [DEBUG] UploadManager Init Complete [2026-05-05,00:51:44.285] [INFO] Initializing GPS... [2026-05-05,00:51:44.287] [INFO] Starting location capture [2026-05-05,00:52:22.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:52:22.822] [INFO] LocationSqlManager initialising [2026-05-05,00:52:22.823] [INFO] Location DB initialising [2026-05-05,00:52:22.834] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:52:22.835] [DEBUG] UploadManager Init [2026-05-05,00:52:22.835] [DEBUG] UploadManager Init Complete [2026-05-05,00:52:22.838] [INFO] Initializing GPS... [2026-05-05,00:52:22.840] [INFO] Starting location capture [2026-05-05,00:53:00.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:53:00.918] [INFO] LocationSqlManager initialising [2026-05-05,00:53:00.919] [INFO] Location DB initialising [2026-05-05,00:53:00.933] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:53:00.935] [DEBUG] UploadManager Init [2026-05-05,00:53:00.936] [DEBUG] UploadManager Init Complete [2026-05-05,00:53:00.941] [INFO] Initializing GPS... [2026-05-05,00:53:00.944] [INFO] Starting location capture [2026-05-05,00:53:38.727] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:53:38.732] [INFO] LocationSqlManager initialising [2026-05-05,00:53:38.733] [INFO] Location DB initialising [2026-05-05,00:53:38.742] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:53:38.742] [DEBUG] UploadManager Init [2026-05-05,00:53:38.743] [DEBUG] UploadManager Init Complete [2026-05-05,00:53:38.745] [INFO] Initializing GPS... [2026-05-05,00:53:38.747] [INFO] Starting location capture [2026-05-05,00:54:18.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:54:18.094] [INFO] LocationSqlManager initialising [2026-05-05,00:54:18.094] [INFO] Location DB initialising [2026-05-05,00:54:18.104] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:54:18.105] [DEBUG] UploadManager Init [2026-05-05,00:54:18.105] [DEBUG] UploadManager Init Complete [2026-05-05,00:54:18.108] [INFO] Initializing GPS... [2026-05-05,00:54:18.109] [INFO] Starting location capture [2026-05-05,00:54:56.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:54:56.869] [INFO] LocationSqlManager initialising [2026-05-05,00:54:56.870] [INFO] Location DB initialising [2026-05-05,00:54:56.881] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:54:56.882] [DEBUG] UploadManager Init [2026-05-05,00:54:56.883] [DEBUG] UploadManager Init Complete [2026-05-05,00:54:56.887] [INFO] Initializing GPS... [2026-05-05,00:54:56.890] [INFO] Starting location capture [2026-05-05,00:55:30.874] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:55:30.880] [INFO] LocationSqlManager initialising [2026-05-05,00:55:30.880] [INFO] Location DB initialising [2026-05-05,00:55:30.889] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:55:30.890] [DEBUG] UploadManager Init [2026-05-05,00:55:30.891] [DEBUG] UploadManager Init Complete [2026-05-05,00:55:30.893] [INFO] Initializing GPS... [2026-05-05,00:55:30.895] [INFO] Starting location capture [2026-05-05,00:56:09.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:56:09.150] [INFO] LocationSqlManager initialising [2026-05-05,00:56:09.151] [INFO] Location DB initialising [2026-05-05,00:56:09.161] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:56:09.161] [DEBUG] UploadManager Init [2026-05-05,00:56:09.162] [DEBUG] UploadManager Init Complete [2026-05-05,00:56:09.165] [INFO] Initializing GPS... [2026-05-05,00:56:09.167] [INFO] Starting location capture [2026-05-05,00:56:47.008] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:56:47.014] [INFO] LocationSqlManager initialising [2026-05-05,00:56:47.014] [INFO] Location DB initialising [2026-05-05,00:56:47.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:56:47.026] [DEBUG] UploadManager Init [2026-05-05,00:56:47.027] [DEBUG] UploadManager Init Complete [2026-05-05,00:56:47.031] [INFO] Initializing GPS... [2026-05-05,00:56:47.034] [INFO] Starting location capture [2026-05-05,00:57:24.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:57:24.978] [INFO] LocationSqlManager initialising [2026-05-05,00:57:24.978] [INFO] Location DB initialising [2026-05-05,00:57:24.988] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:57:24.989] [DEBUG] UploadManager Init [2026-05-05,00:57:24.989] [DEBUG] UploadManager Init Complete [2026-05-05,00:57:24.992] [INFO] Initializing GPS... [2026-05-05,00:57:24.994] [INFO] Starting location capture [2026-05-05,00:58:04.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:58:04.145] [INFO] LocationSqlManager initialising [2026-05-05,00:58:04.145] [INFO] Location DB initialising [2026-05-05,00:58:04.155] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:58:04.156] [DEBUG] UploadManager Init [2026-05-05,00:58:04.157] [DEBUG] UploadManager Init Complete [2026-05-05,00:58:04.160] [INFO] Initializing GPS... [2026-05-05,00:58:04.162] [INFO] Starting location capture [2026-05-05,00:58:43.230] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:58:43.237] [INFO] LocationSqlManager initialising [2026-05-05,00:58:43.238] [INFO] Location DB initialising [2026-05-05,00:58:43.249] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:58:43.250] [DEBUG] UploadManager Init [2026-05-05,00:58:43.251] [DEBUG] UploadManager Init Complete [2026-05-05,00:58:43.256] [INFO] Initializing GPS... [2026-05-05,00:58:43.259] [INFO] Starting location capture [2026-05-05,00:59:21.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:59:21.155] [INFO] LocationSqlManager initialising [2026-05-05,00:59:21.156] [INFO] Location DB initialising [2026-05-05,00:59:21.168] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:59:21.169] [DEBUG] UploadManager Init [2026-05-05,00:59:21.169] [DEBUG] UploadManager Init Complete [2026-05-05,00:59:21.174] [INFO] Initializing GPS... [2026-05-05,00:59:21.176] [INFO] Starting location capture [2026-05-05,00:59:59.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,00:59:59.842] [INFO] LocationSqlManager initialising [2026-05-05,00:59:59.842] [INFO] Location DB initialising [2026-05-05,00:59:59.853] [INFO] LocationSqlManager initialisation complete [2026-05-05,00:59:59.853] [DEBUG] UploadManager Init [2026-05-05,00:59:59.854] [DEBUG] UploadManager Init Complete [2026-05-05,00:59:59.857] [INFO] Initializing GPS... [2026-05-05,00:59:59.860] [INFO] Starting location capture [2026-05-05,01:00:34.025] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:00:34.033] [INFO] LocationSqlManager initialising [2026-05-05,01:00:34.034] [INFO] Location DB initialising [2026-05-05,01:00:34.045] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:00:34.046] [DEBUG] UploadManager Init [2026-05-05,01:00:34.047] [DEBUG] UploadManager Init Complete [2026-05-05,01:00:34.052] [INFO] Initializing GPS... [2026-05-05,01:00:34.055] [INFO] Starting location capture [2026-05-05,01:01:12.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:01:12.078] [INFO] LocationSqlManager initialising [2026-05-05,01:01:12.078] [INFO] Location DB initialising [2026-05-05,01:01:12.088] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:01:12.089] [DEBUG] UploadManager Init [2026-05-05,01:01:12.090] [DEBUG] UploadManager Init Complete [2026-05-05,01:01:12.094] [INFO] Initializing GPS... [2026-05-05,01:01:12.097] [INFO] Starting location capture [2026-05-05,01:01:51.079] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:01:51.087] [INFO] LocationSqlManager initialising [2026-05-05,01:01:51.088] [INFO] Location DB initialising [2026-05-05,01:01:51.099] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:01:51.101] [DEBUG] UploadManager Init [2026-05-05,01:01:51.101] [DEBUG] UploadManager Init Complete [2026-05-05,01:01:51.104] [INFO] Initializing GPS... [2026-05-05,01:01:51.106] [INFO] Starting location capture [2026-05-05,01:02:28.654] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:02:28.661] [INFO] LocationSqlManager initialising [2026-05-05,01:02:28.662] [INFO] Location DB initialising [2026-05-05,01:02:28.673] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:02:28.673] [DEBUG] UploadManager Init [2026-05-05,01:02:28.674] [DEBUG] UploadManager Init Complete [2026-05-05,01:02:28.677] [INFO] Initializing GPS... [2026-05-05,01:02:28.679] [INFO] Starting location capture [2026-05-05,01:03:06.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:03:06.756] [INFO] LocationSqlManager initialising [2026-05-05,01:03:06.756] [INFO] Location DB initialising [2026-05-05,01:03:06.766] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:03:06.766] [DEBUG] UploadManager Init [2026-05-05,01:03:06.767] [DEBUG] UploadManager Init Complete [2026-05-05,01:03:06.770] [INFO] Initializing GPS... [2026-05-05,01:03:06.772] [INFO] Starting location capture [2026-05-05,01:03:46.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:03:46.410] [INFO] LocationSqlManager initialising [2026-05-05,01:03:46.411] [INFO] Location DB initialising [2026-05-05,01:03:46.421] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:03:46.422] [DEBUG] UploadManager Init [2026-05-05,01:03:46.423] [DEBUG] UploadManager Init Complete [2026-05-05,01:03:46.427] [INFO] Initializing GPS... [2026-05-05,01:03:46.430] [INFO] Starting location capture [2026-05-05,01:04:24.379] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:04:24.384] [INFO] LocationSqlManager initialising [2026-05-05,01:04:24.385] [INFO] Location DB initialising [2026-05-05,01:04:24.394] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:04:24.395] [DEBUG] UploadManager Init [2026-05-05,01:04:24.395] [DEBUG] UploadManager Init Complete [2026-05-05,01:04:24.398] [INFO] Initializing GPS... [2026-05-05,01:04:24.400] [INFO] Starting location capture [2026-05-05,01:05:02.665] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:05:02.671] [INFO] LocationSqlManager initialising [2026-05-05,01:05:02.672] [INFO] Location DB initialising [2026-05-05,01:05:02.681] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:05:02.682] [DEBUG] UploadManager Init [2026-05-05,01:05:02.683] [DEBUG] UploadManager Init Complete [2026-05-05,01:05:02.686] [INFO] Initializing GPS... [2026-05-05,01:05:02.688] [INFO] Starting location capture [2026-05-05,01:05:41.736] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:05:41.741] [INFO] LocationSqlManager initialising [2026-05-05,01:05:41.742] [INFO] Location DB initialising [2026-05-05,01:05:41.752] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:05:41.752] [DEBUG] UploadManager Init [2026-05-05,01:05:41.753] [DEBUG] UploadManager Init Complete [2026-05-05,01:05:41.756] [INFO] Initializing GPS... [2026-05-05,01:05:41.758] [INFO] Starting location capture [2026-05-05,01:06:20.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:06:20.075] [INFO] LocationSqlManager initialising [2026-05-05,01:06:20.076] [INFO] Location DB initialising [2026-05-05,01:06:20.085] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:06:20.086] [DEBUG] UploadManager Init [2026-05-05,01:06:20.086] [DEBUG] UploadManager Init Complete [2026-05-05,01:06:20.090] [INFO] Initializing GPS... [2026-05-05,01:06:20.092] [INFO] Starting location capture [2026-05-05,01:06:58.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:06:58.974] [INFO] LocationSqlManager initialising [2026-05-05,01:06:58.974] [INFO] Location DB initialising [2026-05-05,01:06:58.987] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:06:58.988] [DEBUG] UploadManager Init [2026-05-05,01:06:58.988] [DEBUG] UploadManager Init Complete [2026-05-05,01:06:58.992] [INFO] Initializing GPS... [2026-05-05,01:06:58.994] [INFO] Starting location capture [2026-05-05,01:07:37.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:07:37.253] [INFO] LocationSqlManager initialising [2026-05-05,01:07:37.254] [INFO] Location DB initialising [2026-05-05,01:07:37.265] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:07:37.267] [DEBUG] UploadManager Init [2026-05-05,01:07:37.267] [DEBUG] UploadManager Init Complete [2026-05-05,01:07:37.272] [INFO] Initializing GPS... [2026-05-05,01:07:37.274] [INFO] Starting location capture [2026-05-05,01:08:15.404] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:08:15.409] [INFO] LocationSqlManager initialising [2026-05-05,01:08:15.410] [INFO] Location DB initialising [2026-05-05,01:08:15.420] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:08:15.421] [DEBUG] UploadManager Init [2026-05-05,01:08:15.421] [DEBUG] UploadManager Init Complete [2026-05-05,01:08:15.424] [INFO] Initializing GPS... [2026-05-05,01:08:15.426] [INFO] Starting location capture [2026-05-05,01:08:54.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:08:54.291] [INFO] LocationSqlManager initialising [2026-05-05,01:08:54.292] [INFO] Location DB initialising [2026-05-05,01:08:54.303] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:08:54.304] [DEBUG] UploadManager Init [2026-05-05,01:08:54.305] [DEBUG] UploadManager Init Complete [2026-05-05,01:08:54.309] [INFO] Initializing GPS... [2026-05-05,01:08:54.313] [INFO] Starting location capture [2026-05-05,01:09:32.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:09:32.239] [INFO] LocationSqlManager initialising [2026-05-05,01:09:32.240] [INFO] Location DB initialising [2026-05-05,01:09:32.251] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:09:32.252] [DEBUG] UploadManager Init [2026-05-05,01:09:32.252] [DEBUG] UploadManager Init Complete [2026-05-05,01:09:32.257] [INFO] Initializing GPS... [2026-05-05,01:09:32.260] [INFO] Starting location capture [2026-05-05,01:10:11.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:10:11.085] [INFO] LocationSqlManager initialising [2026-05-05,01:10:11.086] [INFO] Location DB initialising [2026-05-05,01:10:11.096] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:10:11.097] [DEBUG] UploadManager Init [2026-05-05,01:10:11.097] [DEBUG] UploadManager Init Complete [2026-05-05,01:10:11.101] [INFO] Initializing GPS... [2026-05-05,01:10:11.103] [INFO] Starting location capture [2026-05-05,01:10:49.215] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:10:49.219] [INFO] LocationSqlManager initialising [2026-05-05,01:10:49.220] [INFO] Location DB initialising [2026-05-05,01:10:49.229] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:10:49.230] [DEBUG] UploadManager Init [2026-05-05,01:10:49.230] [DEBUG] UploadManager Init Complete [2026-05-05,01:10:49.233] [INFO] Initializing GPS... [2026-05-05,01:10:49.235] [INFO] Starting location capture [2026-05-05,01:11:27.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:11:27.360] [INFO] LocationSqlManager initialising [2026-05-05,01:11:27.360] [INFO] Location DB initialising [2026-05-05,01:11:27.369] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:11:27.370] [DEBUG] UploadManager Init [2026-05-05,01:11:27.370] [DEBUG] UploadManager Init Complete [2026-05-05,01:11:27.373] [INFO] Initializing GPS... [2026-05-05,01:11:27.375] [INFO] Starting location capture [2026-05-05,01:12:06.226] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:12:06.230] [INFO] LocationSqlManager initialising [2026-05-05,01:12:06.230] [INFO] Location DB initialising [2026-05-05,01:12:06.240] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:12:06.240] [DEBUG] UploadManager Init [2026-05-05,01:12:06.241] [DEBUG] UploadManager Init Complete [2026-05-05,01:12:06.244] [INFO] Initializing GPS... [2026-05-05,01:12:06.246] [INFO] Starting location capture [2026-05-05,01:12:45.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:12:45.018] [INFO] LocationSqlManager initialising [2026-05-05,01:12:45.019] [INFO] Location DB initialising [2026-05-05,01:12:45.030] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:12:45.032] [DEBUG] UploadManager Init [2026-05-05,01:12:45.032] [DEBUG] UploadManager Init Complete [2026-05-05,01:12:45.036] [INFO] Initializing GPS... [2026-05-05,01:12:45.038] [INFO] Starting location capture [2026-05-05,01:13:23.383] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:13:23.390] [INFO] LocationSqlManager initialising [2026-05-05,01:13:23.391] [INFO] Location DB initialising [2026-05-05,01:13:23.402] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:13:23.403] [DEBUG] UploadManager Init [2026-05-05,01:13:23.404] [DEBUG] UploadManager Init Complete [2026-05-05,01:13:23.408] [INFO] Initializing GPS... [2026-05-05,01:13:23.411] [INFO] Starting location capture [2026-05-05,01:14:01.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:14:01.086] [INFO] LocationSqlManager initialising [2026-05-05,01:14:01.087] [INFO] Location DB initialising [2026-05-05,01:14:01.096] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:14:01.097] [DEBUG] UploadManager Init [2026-05-05,01:14:01.097] [DEBUG] UploadManager Init Complete [2026-05-05,01:14:01.100] [INFO] Initializing GPS... [2026-05-05,01:14:01.102] [INFO] Starting location capture [2026-05-05,01:14:39.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:14:39.203] [INFO] LocationSqlManager initialising [2026-05-05,01:14:39.204] [INFO] Location DB initialising [2026-05-05,01:14:39.216] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:14:39.217] [DEBUG] UploadManager Init [2026-05-05,01:14:39.217] [DEBUG] UploadManager Init Complete [2026-05-05,01:14:39.222] [INFO] Initializing GPS... [2026-05-05,01:14:39.224] [INFO] Starting location capture [2026-05-05,01:15:17.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:15:17.754] [INFO] LocationSqlManager initialising [2026-05-05,01:15:17.754] [INFO] Location DB initialising [2026-05-05,01:15:17.764] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:15:17.765] [DEBUG] UploadManager Init [2026-05-05,01:15:17.765] [DEBUG] UploadManager Init Complete [2026-05-05,01:15:17.769] [INFO] Initializing GPS... [2026-05-05,01:15:17.771] [INFO] Starting location capture [2026-05-05,01:15:56.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:15:56.960] [INFO] LocationSqlManager initialising [2026-05-05,01:15:56.961] [INFO] Location DB initialising [2026-05-05,01:15:56.973] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:15:56.974] [DEBUG] UploadManager Init [2026-05-05,01:15:56.974] [DEBUG] UploadManager Init Complete [2026-05-05,01:15:56.977] [INFO] Initializing GPS... [2026-05-05,01:15:56.980] [INFO] Starting location capture [2026-05-05,01:16:35.191] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:16:35.198] [INFO] LocationSqlManager initialising [2026-05-05,01:16:35.199] [INFO] Location DB initialising [2026-05-05,01:16:35.210] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:16:35.211] [DEBUG] UploadManager Init [2026-05-05,01:16:35.212] [DEBUG] UploadManager Init Complete [2026-05-05,01:16:35.216] [INFO] Initializing GPS... [2026-05-05,01:16:35.218] [INFO] Starting location capture [2026-05-05,01:17:13.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:17:13.145] [INFO] LocationSqlManager initialising [2026-05-05,01:17:13.146] [INFO] Location DB initialising [2026-05-05,01:17:13.155] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:17:13.156] [DEBUG] UploadManager Init [2026-05-05,01:17:13.157] [DEBUG] UploadManager Init Complete [2026-05-05,01:17:13.160] [INFO] Initializing GPS... [2026-05-05,01:17:13.163] [INFO] Starting location capture [2026-05-05,01:17:52.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:17:52.124] [INFO] LocationSqlManager initialising [2026-05-05,01:17:52.125] [INFO] Location DB initialising [2026-05-05,01:17:52.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:17:52.137] [DEBUG] UploadManager Init [2026-05-05,01:17:52.138] [DEBUG] UploadManager Init Complete [2026-05-05,01:17:52.143] [INFO] Initializing GPS... [2026-05-05,01:17:52.146] [INFO] Starting location capture [2026-05-05,01:18:30.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:18:30.058] [INFO] LocationSqlManager initialising [2026-05-05,01:18:30.059] [INFO] Location DB initialising [2026-05-05,01:18:30.068] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:18:30.069] [DEBUG] UploadManager Init [2026-05-05,01:18:30.069] [DEBUG] UploadManager Init Complete [2026-05-05,01:18:30.072] [INFO] Initializing GPS... [2026-05-05,01:18:30.074] [INFO] Starting location capture [2026-05-05,01:19:08.958] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:19:08.963] [INFO] LocationSqlManager initialising [2026-05-05,01:19:08.963] [INFO] Location DB initialising [2026-05-05,01:19:08.973] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:19:08.974] [DEBUG] UploadManager Init [2026-05-05,01:19:08.974] [DEBUG] UploadManager Init Complete [2026-05-05,01:19:08.976] [INFO] Initializing GPS... [2026-05-05,01:19:08.978] [INFO] Starting location capture [2026-05-05,01:19:47.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:19:47.127] [INFO] LocationSqlManager initialising [2026-05-05,01:19:47.128] [INFO] Location DB initialising [2026-05-05,01:19:47.139] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:19:47.140] [DEBUG] UploadManager Init [2026-05-05,01:19:47.140] [DEBUG] UploadManager Init Complete [2026-05-05,01:19:47.146] [INFO] Initializing GPS... [2026-05-05,01:19:47.149] [INFO] Starting location capture [2026-05-05,01:20:26.095] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:20:26.100] [INFO] LocationSqlManager initialising [2026-05-05,01:20:26.101] [INFO] Location DB initialising [2026-05-05,01:20:26.110] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:20:26.110] [DEBUG] UploadManager Init [2026-05-05,01:20:26.111] [DEBUG] UploadManager Init Complete [2026-05-05,01:20:26.113] [INFO] Initializing GPS... [2026-05-05,01:20:26.115] [INFO] Starting location capture [2026-05-05,01:21:03.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:21:03.942] [INFO] LocationSqlManager initialising [2026-05-05,01:21:03.943] [INFO] Location DB initialising [2026-05-05,01:21:03.952] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:21:03.952] [DEBUG] UploadManager Init [2026-05-05,01:21:03.952] [DEBUG] UploadManager Init Complete [2026-05-05,01:21:03.955] [INFO] Initializing GPS... [2026-05-05,01:21:03.957] [INFO] Starting location capture [2026-05-05,01:21:43.000] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:21:43.005] [INFO] LocationSqlManager initialising [2026-05-05,01:21:43.005] [INFO] Location DB initialising [2026-05-05,01:21:43.014] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:21:43.015] [DEBUG] UploadManager Init [2026-05-05,01:21:43.015] [DEBUG] UploadManager Init Complete [2026-05-05,01:21:43.018] [INFO] Initializing GPS... [2026-05-05,01:21:43.020] [INFO] Starting location capture [2026-05-05,01:22:20.747] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:22:20.752] [INFO] LocationSqlManager initialising [2026-05-05,01:22:20.753] [INFO] Location DB initialising [2026-05-05,01:22:20.762] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:22:20.763] [DEBUG] UploadManager Init [2026-05-05,01:22:20.763] [DEBUG] UploadManager Init Complete [2026-05-05,01:22:20.766] [INFO] Initializing GPS... [2026-05-05,01:22:20.768] [INFO] Starting location capture [2026-05-05,01:22:58.918] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:22:58.923] [INFO] LocationSqlManager initialising [2026-05-05,01:22:58.923] [INFO] Location DB initialising [2026-05-05,01:22:58.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:22:58.933] [DEBUG] UploadManager Init [2026-05-05,01:22:58.933] [DEBUG] UploadManager Init Complete [2026-05-05,01:22:58.936] [INFO] Initializing GPS... [2026-05-05,01:22:58.938] [INFO] Starting location capture [2026-05-05,01:23:37.249] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:23:37.255] [INFO] LocationSqlManager initialising [2026-05-05,01:23:37.255] [INFO] Location DB initialising [2026-05-05,01:23:37.264] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:23:37.265] [DEBUG] UploadManager Init [2026-05-05,01:23:37.265] [DEBUG] UploadManager Init Complete [2026-05-05,01:23:37.268] [INFO] Initializing GPS... [2026-05-05,01:23:37.270] [INFO] Starting location capture [2026-05-05,01:24:15.539] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:24:15.544] [INFO] LocationSqlManager initialising [2026-05-05,01:24:15.545] [INFO] Location DB initialising [2026-05-05,01:24:15.554] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:24:15.555] [DEBUG] UploadManager Init [2026-05-05,01:24:15.555] [DEBUG] UploadManager Init Complete [2026-05-05,01:24:15.558] [INFO] Initializing GPS... [2026-05-05,01:24:15.559] [INFO] Starting location capture [2026-05-05,01:24:49.619] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:24:49.627] [INFO] LocationSqlManager initialising [2026-05-05,01:24:49.628] [INFO] Location DB initialising [2026-05-05,01:24:49.642] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:24:49.644] [DEBUG] UploadManager Init [2026-05-05,01:24:49.645] [DEBUG] UploadManager Init Complete [2026-05-05,01:24:49.652] [INFO] Initializing GPS... [2026-05-05,01:24:49.656] [INFO] Starting location capture [2026-05-05,01:25:28.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:25:28.285] [INFO] LocationSqlManager initialising [2026-05-05,01:25:28.285] [INFO] Location DB initialising [2026-05-05,01:25:28.295] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:25:28.296] [DEBUG] UploadManager Init [2026-05-05,01:25:28.297] [DEBUG] UploadManager Init Complete [2026-05-05,01:25:28.300] [INFO] Initializing GPS... [2026-05-05,01:25:28.302] [INFO] Starting location capture [2026-05-05,01:26:06.098] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:26:06.103] [INFO] LocationSqlManager initialising [2026-05-05,01:26:06.103] [INFO] Location DB initialising [2026-05-05,01:26:06.113] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:26:06.114] [DEBUG] UploadManager Init [2026-05-05,01:26:06.114] [DEBUG] UploadManager Init Complete [2026-05-05,01:26:06.117] [INFO] Initializing GPS... [2026-05-05,01:26:06.119] [INFO] Starting location capture [2026-05-05,01:26:43.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:26:43.840] [INFO] LocationSqlManager initialising [2026-05-05,01:26:43.841] [INFO] Location DB initialising [2026-05-05,01:26:43.852] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:26:43.853] [DEBUG] UploadManager Init [2026-05-05,01:26:43.854] [DEBUG] UploadManager Init Complete [2026-05-05,01:26:43.859] [INFO] Initializing GPS... [2026-05-05,01:26:43.862] [INFO] Starting location capture [2026-05-05,01:27:23.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:27:23.873] [INFO] LocationSqlManager initialising [2026-05-05,01:27:23.874] [INFO] Location DB initialising [2026-05-05,01:27:23.883] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:27:23.884] [DEBUG] UploadManager Init [2026-05-05,01:27:23.884] [DEBUG] UploadManager Init Complete [2026-05-05,01:27:23.887] [INFO] Initializing GPS... [2026-05-05,01:27:23.889] [INFO] Starting location capture [2026-05-05,01:28:02.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:28:02.062] [INFO] LocationSqlManager initialising [2026-05-05,01:28:02.063] [INFO] Location DB initialising [2026-05-05,01:28:02.074] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:28:02.075] [DEBUG] UploadManager Init [2026-05-05,01:28:02.076] [DEBUG] UploadManager Init Complete [2026-05-05,01:28:02.081] [INFO] Initializing GPS... [2026-05-05,01:28:02.084] [INFO] Starting location capture [2026-05-05,01:28:41.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:28:41.039] [INFO] LocationSqlManager initialising [2026-05-05,01:28:41.040] [INFO] Location DB initialising [2026-05-05,01:28:41.052] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:28:41.053] [DEBUG] UploadManager Init [2026-05-05,01:28:41.054] [DEBUG] UploadManager Init Complete [2026-05-05,01:28:41.061] [INFO] Initializing GPS... [2026-05-05,01:28:41.064] [INFO] Starting location capture [2026-05-05,01:29:20.334] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:29:20.339] [INFO] LocationSqlManager initialising [2026-05-05,01:29:20.339] [INFO] Location DB initialising [2026-05-05,01:29:20.348] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:29:20.349] [DEBUG] UploadManager Init [2026-05-05,01:29:20.349] [DEBUG] UploadManager Init Complete [2026-05-05,01:29:20.352] [INFO] Initializing GPS... [2026-05-05,01:29:20.354] [INFO] Starting location capture [2026-05-05,01:29:59.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:29:59.057] [INFO] LocationSqlManager initialising [2026-05-05,01:29:59.058] [INFO] Location DB initialising [2026-05-05,01:29:59.069] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:29:59.070] [DEBUG] UploadManager Init [2026-05-05,01:29:59.071] [DEBUG] UploadManager Init Complete [2026-05-05,01:29:59.075] [INFO] Initializing GPS... [2026-05-05,01:29:59.078] [INFO] Starting location capture [2026-05-05,01:30:37.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:30:37.070] [INFO] LocationSqlManager initialising [2026-05-05,01:30:37.071] [INFO] Location DB initialising [2026-05-05,01:30:37.080] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:30:37.081] [DEBUG] UploadManager Init [2026-05-05,01:30:37.081] [DEBUG] UploadManager Init Complete [2026-05-05,01:30:37.084] [INFO] Initializing GPS... [2026-05-05,01:30:37.086] [INFO] Starting location capture [2026-05-05,01:31:15.684] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:31:15.689] [INFO] LocationSqlManager initialising [2026-05-05,01:31:15.690] [INFO] Location DB initialising [2026-05-05,01:31:15.702] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:31:15.703] [DEBUG] UploadManager Init [2026-05-05,01:31:15.703] [DEBUG] UploadManager Init Complete [2026-05-05,01:31:15.707] [INFO] Initializing GPS... [2026-05-05,01:31:15.710] [INFO] Starting location capture [2026-05-05,01:31:54.415] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:31:54.421] [INFO] LocationSqlManager initialising [2026-05-05,01:31:54.422] [INFO] Location DB initialising [2026-05-05,01:31:54.433] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:31:54.434] [DEBUG] UploadManager Init [2026-05-05,01:31:54.435] [DEBUG] UploadManager Init Complete [2026-05-05,01:31:54.439] [INFO] Initializing GPS... [2026-05-05,01:31:54.442] [INFO] Starting location capture [2026-05-05,01:32:32.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:32:32.714] [INFO] LocationSqlManager initialising [2026-05-05,01:32:32.715] [INFO] Location DB initialising [2026-05-05,01:32:32.725] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:32:32.726] [DEBUG] UploadManager Init [2026-05-05,01:32:32.726] [DEBUG] UploadManager Init Complete [2026-05-05,01:32:32.730] [INFO] Initializing GPS... [2026-05-05,01:32:32.732] [INFO] Starting location capture [2026-05-05,01:33:10.788] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:33:10.793] [INFO] LocationSqlManager initialising [2026-05-05,01:33:10.794] [INFO] Location DB initialising [2026-05-05,01:33:10.803] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:33:10.804] [DEBUG] UploadManager Init [2026-05-05,01:33:10.805] [DEBUG] UploadManager Init Complete [2026-05-05,01:33:10.807] [INFO] Initializing GPS... [2026-05-05,01:33:10.809] [INFO] Starting location capture [2026-05-05,01:33:49.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:33:49.802] [INFO] LocationSqlManager initialising [2026-05-05,01:33:49.802] [INFO] Location DB initialising [2026-05-05,01:33:49.812] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:33:49.813] [DEBUG] UploadManager Init [2026-05-05,01:33:49.813] [DEBUG] UploadManager Init Complete [2026-05-05,01:33:49.815] [INFO] Initializing GPS... [2026-05-05,01:33:49.817] [INFO] Starting location capture [2026-05-05,01:34:22.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:34:22.911] [INFO] LocationSqlManager initialising [2026-05-05,01:34:22.911] [INFO] Location DB initialising [2026-05-05,01:34:22.921] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:34:22.922] [DEBUG] UploadManager Init [2026-05-05,01:34:22.922] [DEBUG] UploadManager Init Complete [2026-05-05,01:34:22.924] [INFO] Initializing GPS... [2026-05-05,01:34:22.926] [INFO] Starting location capture [2026-05-05,01:35:01.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:35:01.902] [INFO] LocationSqlManager initialising [2026-05-05,01:35:01.903] [INFO] Location DB initialising [2026-05-05,01:35:01.912] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:35:01.913] [DEBUG] UploadManager Init [2026-05-05,01:35:01.913] [DEBUG] UploadManager Init Complete [2026-05-05,01:35:01.916] [INFO] Initializing GPS... [2026-05-05,01:35:01.918] [INFO] Starting location capture [2026-05-05,01:35:39.697] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:35:39.701] [INFO] LocationSqlManager initialising [2026-05-05,01:35:39.702] [INFO] Location DB initialising [2026-05-05,01:35:39.711] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:35:39.712] [DEBUG] UploadManager Init [2026-05-05,01:35:39.712] [DEBUG] UploadManager Init Complete [2026-05-05,01:35:39.715] [INFO] Initializing GPS... [2026-05-05,01:35:39.717] [INFO] Starting location capture [2026-05-05,01:36:19.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:36:19.091] [INFO] LocationSqlManager initialising [2026-05-05,01:36:19.092] [INFO] Location DB initialising [2026-05-05,01:36:19.101] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:36:19.102] [DEBUG] UploadManager Init [2026-05-05,01:36:19.102] [DEBUG] UploadManager Init Complete [2026-05-05,01:36:19.105] [INFO] Initializing GPS... [2026-05-05,01:36:19.107] [INFO] Starting location capture [2026-05-05,01:36:57.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:36:57.014] [INFO] LocationSqlManager initialising [2026-05-05,01:36:57.015] [INFO] Location DB initialising [2026-05-05,01:36:57.024] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:36:57.025] [DEBUG] UploadManager Init [2026-05-05,01:36:57.025] [DEBUG] UploadManager Init Complete [2026-05-05,01:36:57.028] [INFO] Initializing GPS... [2026-05-05,01:36:57.030] [INFO] Starting location capture [2026-05-05,01:37:31.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:37:31.144] [INFO] LocationSqlManager initialising [2026-05-05,01:37:31.144] [INFO] Location DB initialising [2026-05-05,01:37:31.154] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:37:31.154] [DEBUG] UploadManager Init [2026-05-05,01:37:31.155] [DEBUG] UploadManager Init Complete [2026-05-05,01:37:31.158] [INFO] Initializing GPS... [2026-05-05,01:37:31.160] [INFO] Starting location capture [2026-05-05,01:38:10.370] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:38:10.377] [INFO] LocationSqlManager initialising [2026-05-05,01:38:10.378] [INFO] Location DB initialising [2026-05-05,01:38:10.388] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:38:10.390] [DEBUG] UploadManager Init [2026-05-05,01:38:10.390] [DEBUG] UploadManager Init Complete [2026-05-05,01:38:10.394] [INFO] Initializing GPS... [2026-05-05,01:38:10.397] [INFO] Starting location capture [2026-05-05,01:38:47.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:38:47.928] [INFO] LocationSqlManager initialising [2026-05-05,01:38:47.929] [INFO] Location DB initialising [2026-05-05,01:38:47.941] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:38:47.943] [DEBUG] UploadManager Init [2026-05-05,01:38:47.944] [DEBUG] UploadManager Init Complete [2026-05-05,01:38:47.951] [INFO] Initializing GPS... [2026-05-05,01:38:47.955] [INFO] Starting location capture [2026-05-05,01:39:25.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:39:25.844] [INFO] LocationSqlManager initialising [2026-05-05,01:39:25.845] [INFO] Location DB initialising [2026-05-05,01:39:25.856] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:39:25.857] [DEBUG] UploadManager Init [2026-05-05,01:39:25.857] [DEBUG] UploadManager Init Complete [2026-05-05,01:39:25.860] [INFO] Initializing GPS... [2026-05-05,01:39:25.862] [INFO] Starting location capture [2026-05-05,01:40:05.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:40:05.022] [INFO] LocationSqlManager initialising [2026-05-05,01:40:05.022] [INFO] Location DB initialising [2026-05-05,01:40:05.032] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:40:05.033] [DEBUG] UploadManager Init [2026-05-05,01:40:05.034] [DEBUG] UploadManager Init Complete [2026-05-05,01:40:05.037] [INFO] Initializing GPS... [2026-05-05,01:40:05.039] [INFO] Starting location capture [2026-05-05,01:40:43.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:40:43.321] [INFO] LocationSqlManager initialising [2026-05-05,01:40:43.321] [INFO] Location DB initialising [2026-05-05,01:40:43.331] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:40:43.332] [DEBUG] UploadManager Init [2026-05-05,01:40:43.332] [DEBUG] UploadManager Init Complete [2026-05-05,01:40:43.335] [INFO] Initializing GPS... [2026-05-05,01:40:43.338] [INFO] Starting location capture [2026-05-05,01:41:22.230] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:41:22.237] [INFO] LocationSqlManager initialising [2026-05-05,01:41:22.238] [INFO] Location DB initialising [2026-05-05,01:41:22.249] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:41:22.251] [DEBUG] UploadManager Init [2026-05-05,01:41:22.251] [DEBUG] UploadManager Init Complete [2026-05-05,01:41:22.255] [INFO] Initializing GPS... [2026-05-05,01:41:22.258] [INFO] Starting location capture [2026-05-05,01:42:00.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:42:00.877] [INFO] LocationSqlManager initialising [2026-05-05,01:42:00.878] [INFO] Location DB initialising [2026-05-05,01:42:00.892] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:42:00.893] [DEBUG] UploadManager Init [2026-05-05,01:42:00.893] [DEBUG] UploadManager Init Complete [2026-05-05,01:42:00.897] [INFO] Initializing GPS... [2026-05-05,01:42:00.900] [INFO] Starting location capture [2026-05-05,01:42:39.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:42:39.366] [INFO] LocationSqlManager initialising [2026-05-05,01:42:39.367] [INFO] Location DB initialising [2026-05-05,01:42:39.378] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:42:39.379] [DEBUG] UploadManager Init [2026-05-05,01:42:39.380] [DEBUG] UploadManager Init Complete [2026-05-05,01:42:39.384] [INFO] Initializing GPS... [2026-05-05,01:42:39.387] [INFO] Starting location capture [2026-05-05,01:43:17.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:43:17.976] [INFO] LocationSqlManager initialising [2026-05-05,01:43:17.977] [INFO] Location DB initialising [2026-05-05,01:43:17.986] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:43:17.987] [DEBUG] UploadManager Init [2026-05-05,01:43:17.987] [DEBUG] UploadManager Init Complete [2026-05-05,01:43:17.990] [INFO] Initializing GPS... [2026-05-05,01:43:17.992] [INFO] Starting location capture [2026-05-05,01:43:56.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:43:56.128] [INFO] LocationSqlManager initialising [2026-05-05,01:43:56.129] [INFO] Location DB initialising [2026-05-05,01:43:56.140] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:43:56.141] [DEBUG] UploadManager Init [2026-05-05,01:43:56.142] [DEBUG] UploadManager Init Complete [2026-05-05,01:43:56.149] [INFO] Initializing GPS... [2026-05-05,01:43:56.153] [INFO] Starting location capture [2026-05-05,01:44:35.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:44:35.139] [INFO] LocationSqlManager initialising [2026-05-05,01:44:35.140] [INFO] Location DB initialising [2026-05-05,01:44:35.151] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:44:35.152] [DEBUG] UploadManager Init [2026-05-05,01:44:35.153] [DEBUG] UploadManager Init Complete [2026-05-05,01:44:35.157] [INFO] Initializing GPS... [2026-05-05,01:44:35.160] [INFO] Starting location capture [2026-05-05,01:45:13.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:45:13.128] [INFO] LocationSqlManager initialising [2026-05-05,01:45:13.129] [INFO] Location DB initialising [2026-05-05,01:45:13.139] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:45:13.140] [DEBUG] UploadManager Init [2026-05-05,01:45:13.140] [DEBUG] UploadManager Init Complete [2026-05-05,01:45:13.143] [INFO] Initializing GPS... [2026-05-05,01:45:13.144] [INFO] Starting location capture [2026-05-05,01:45:52.164] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:45:52.169] [INFO] LocationSqlManager initialising [2026-05-05,01:45:52.170] [INFO] Location DB initialising [2026-05-05,01:45:52.179] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:45:52.180] [DEBUG] UploadManager Init [2026-05-05,01:45:52.180] [DEBUG] UploadManager Init Complete [2026-05-05,01:45:52.183] [INFO] Initializing GPS... [2026-05-05,01:45:52.184] [INFO] Starting location capture [2026-05-05,01:46:30.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:46:30.013] [INFO] LocationSqlManager initialising [2026-05-05,01:46:30.014] [INFO] Location DB initialising [2026-05-05,01:46:30.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:46:30.026] [DEBUG] UploadManager Init [2026-05-05,01:46:30.027] [DEBUG] UploadManager Init Complete [2026-05-05,01:46:30.031] [INFO] Initializing GPS... [2026-05-05,01:46:30.034] [INFO] Starting location capture [2026-05-05,01:47:09.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:47:09.034] [INFO] LocationSqlManager initialising [2026-05-05,01:47:09.034] [INFO] Location DB initialising [2026-05-05,01:47:09.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:47:09.044] [DEBUG] UploadManager Init [2026-05-05,01:47:09.044] [DEBUG] UploadManager Init Complete [2026-05-05,01:47:09.047] [INFO] Initializing GPS... [2026-05-05,01:47:09.049] [INFO] Starting location capture [2026-05-05,01:47:46.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:47:46.828] [INFO] LocationSqlManager initialising [2026-05-05,01:47:46.828] [INFO] Location DB initialising [2026-05-05,01:47:46.838] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:47:46.839] [DEBUG] UploadManager Init [2026-05-05,01:47:46.839] [DEBUG] UploadManager Init Complete [2026-05-05,01:47:46.842] [INFO] Initializing GPS... [2026-05-05,01:47:46.844] [INFO] Starting location capture [2026-05-05,01:48:26.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:48:26.086] [INFO] LocationSqlManager initialising [2026-05-05,01:48:26.087] [INFO] Location DB initialising [2026-05-05,01:48:26.099] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:48:26.100] [DEBUG] UploadManager Init [2026-05-05,01:48:26.100] [DEBUG] UploadManager Init Complete [2026-05-05,01:48:26.105] [INFO] Initializing GPS... [2026-05-05,01:48:26.108] [INFO] Starting location capture [2026-05-05,01:49:03.712] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:49:03.718] [INFO] LocationSqlManager initialising [2026-05-05,01:49:03.719] [INFO] Location DB initialising [2026-05-05,01:49:03.729] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:49:03.730] [DEBUG] UploadManager Init [2026-05-05,01:49:03.731] [DEBUG] UploadManager Init Complete [2026-05-05,01:49:03.734] [INFO] Initializing GPS... [2026-05-05,01:49:03.736] [INFO] Starting location capture [2026-05-05,01:49:42.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:49:42.920] [INFO] LocationSqlManager initialising [2026-05-05,01:49:42.921] [INFO] Location DB initialising [2026-05-05,01:49:42.930] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:49:42.931] [DEBUG] UploadManager Init [2026-05-05,01:49:42.931] [DEBUG] UploadManager Init Complete [2026-05-05,01:49:42.934] [INFO] Initializing GPS... [2026-05-05,01:49:42.936] [INFO] Starting location capture [2026-05-05,01:50:17.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:50:17.055] [INFO] LocationSqlManager initialising [2026-05-05,01:50:17.056] [INFO] Location DB initialising [2026-05-05,01:50:17.066] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:50:17.067] [DEBUG] UploadManager Init [2026-05-05,01:50:17.067] [DEBUG] UploadManager Init Complete [2026-05-05,01:50:17.070] [INFO] Initializing GPS... [2026-05-05,01:50:17.073] [INFO] Starting location capture [2026-05-05,01:50:55.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:50:55.097] [INFO] LocationSqlManager initialising [2026-05-05,01:50:55.097] [INFO] Location DB initialising [2026-05-05,01:50:55.107] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:50:55.108] [DEBUG] UploadManager Init [2026-05-05,01:50:55.108] [DEBUG] UploadManager Init Complete [2026-05-05,01:50:55.111] [INFO] Initializing GPS... [2026-05-05,01:50:55.113] [INFO] Starting location capture [2026-05-05,01:51:34.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:51:34.086] [INFO] LocationSqlManager initialising [2026-05-05,01:51:34.087] [INFO] Location DB initialising [2026-05-05,01:51:34.097] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:51:34.098] [DEBUG] UploadManager Init [2026-05-05,01:51:34.099] [DEBUG] UploadManager Init Complete [2026-05-05,01:51:34.102] [INFO] Initializing GPS... [2026-05-05,01:51:34.104] [INFO] Starting location capture [2026-05-05,01:52:12.201] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:52:12.207] [INFO] LocationSqlManager initialising [2026-05-05,01:52:12.207] [INFO] Location DB initialising [2026-05-05,01:52:12.217] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:52:12.218] [DEBUG] UploadManager Init [2026-05-05,01:52:12.218] [DEBUG] UploadManager Init Complete [2026-05-05,01:52:12.222] [INFO] Initializing GPS... [2026-05-05,01:52:12.224] [INFO] Starting location capture [2026-05-05,01:52:51.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:52:51.245] [INFO] LocationSqlManager initialising [2026-05-05,01:52:51.246] [INFO] Location DB initialising [2026-05-05,01:52:51.255] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:52:51.256] [DEBUG] UploadManager Init [2026-05-05,01:52:51.256] [DEBUG] UploadManager Init Complete [2026-05-05,01:52:51.259] [INFO] Initializing GPS... [2026-05-05,01:52:51.261] [INFO] Starting location capture [2026-05-05,01:53:29.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:53:29.011] [INFO] LocationSqlManager initialising [2026-05-05,01:53:29.012] [INFO] Location DB initialising [2026-05-05,01:53:29.022] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:53:29.024] [DEBUG] UploadManager Init [2026-05-05,01:53:29.025] [DEBUG] UploadManager Init Complete [2026-05-05,01:53:29.032] [INFO] Initializing GPS... [2026-05-05,01:53:29.037] [INFO] Starting location capture [2026-05-05,01:54:07.715] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:54:07.720] [INFO] LocationSqlManager initialising [2026-05-05,01:54:07.720] [INFO] Location DB initialising [2026-05-05,01:54:07.729] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:54:07.730] [DEBUG] UploadManager Init [2026-05-05,01:54:07.730] [DEBUG] UploadManager Init Complete [2026-05-05,01:54:07.733] [INFO] Initializing GPS... [2026-05-05,01:54:07.735] [INFO] Starting location capture [2026-05-05,01:54:46.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:54:46.118] [INFO] LocationSqlManager initialising [2026-05-05,01:54:46.119] [INFO] Location DB initialising [2026-05-05,01:54:46.130] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:54:46.131] [DEBUG] UploadManager Init [2026-05-05,01:54:46.132] [DEBUG] UploadManager Init Complete [2026-05-05,01:54:46.136] [INFO] Initializing GPS... [2026-05-05,01:54:46.139] [INFO] Starting location capture [2026-05-05,01:55:24.498] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:55:24.506] [INFO] LocationSqlManager initialising [2026-05-05,01:55:24.507] [INFO] Location DB initialising [2026-05-05,01:55:24.518] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:55:24.519] [DEBUG] UploadManager Init [2026-05-05,01:55:24.520] [DEBUG] UploadManager Init Complete [2026-05-05,01:55:24.524] [INFO] Initializing GPS... [2026-05-05,01:55:24.527] [INFO] Starting location capture [2026-05-05,01:56:02.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:56:02.878] [INFO] LocationSqlManager initialising [2026-05-05,01:56:02.879] [INFO] Location DB initialising [2026-05-05,01:56:02.891] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:56:02.892] [DEBUG] UploadManager Init [2026-05-05,01:56:02.893] [DEBUG] UploadManager Init Complete [2026-05-05,01:56:02.897] [INFO] Initializing GPS... [2026-05-05,01:56:02.900] [INFO] Starting location capture [2026-05-05,01:56:42.142] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:56:42.149] [INFO] LocationSqlManager initialising [2026-05-05,01:56:42.150] [INFO] Location DB initialising [2026-05-05,01:56:42.161] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:56:42.162] [DEBUG] UploadManager Init [2026-05-05,01:56:42.163] [DEBUG] UploadManager Init Complete [2026-05-05,01:56:42.168] [INFO] Initializing GPS... [2026-05-05,01:56:42.171] [INFO] Starting location capture [2026-05-05,01:57:20.498] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:57:20.503] [INFO] LocationSqlManager initialising [2026-05-05,01:57:20.504] [INFO] Location DB initialising [2026-05-05,01:57:20.513] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:57:20.513] [DEBUG] UploadManager Init [2026-05-05,01:57:20.514] [DEBUG] UploadManager Init Complete [2026-05-05,01:57:20.516] [INFO] Initializing GPS... [2026-05-05,01:57:20.518] [INFO] Starting location capture [2026-05-05,01:57:57.920] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:57:57.925] [INFO] LocationSqlManager initialising [2026-05-05,01:57:57.926] [INFO] Location DB initialising [2026-05-05,01:57:57.935] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:57:57.935] [DEBUG] UploadManager Init [2026-05-05,01:57:57.936] [DEBUG] UploadManager Init Complete [2026-05-05,01:57:57.938] [INFO] Initializing GPS... [2026-05-05,01:57:57.940] [INFO] Starting location capture [2026-05-05,01:58:33.846] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:58:33.851] [INFO] LocationSqlManager initialising [2026-05-05,01:58:33.852] [INFO] Location DB initialising [2026-05-05,01:58:33.861] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:58:33.862] [DEBUG] UploadManager Init [2026-05-05,01:58:33.862] [DEBUG] UploadManager Init Complete [2026-05-05,01:58:33.865] [INFO] Initializing GPS... [2026-05-05,01:58:33.867] [INFO] Starting location capture [2026-05-05,01:59:12.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:59:12.197] [INFO] LocationSqlManager initialising [2026-05-05,01:59:12.198] [INFO] Location DB initialising [2026-05-05,01:59:12.209] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:59:12.211] [DEBUG] UploadManager Init [2026-05-05,01:59:12.211] [DEBUG] UploadManager Init Complete [2026-05-05,01:59:12.215] [INFO] Initializing GPS... [2026-05-05,01:59:12.218] [INFO] Starting location capture [2026-05-05,01:59:50.428] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,01:59:50.436] [INFO] LocationSqlManager initialising [2026-05-05,01:59:50.437] [INFO] Location DB initialising [2026-05-05,01:59:50.448] [INFO] LocationSqlManager initialisation complete [2026-05-05,01:59:50.449] [DEBUG] UploadManager Init [2026-05-05,01:59:50.450] [DEBUG] UploadManager Init Complete [2026-05-05,01:59:50.454] [INFO] Initializing GPS... [2026-05-05,01:59:50.457] [INFO] Starting location capture [2026-05-05,02:00:29.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:00:29.119] [INFO] LocationSqlManager initialising [2026-05-05,02:00:29.120] [INFO] Location DB initialising [2026-05-05,02:00:29.130] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:00:29.131] [DEBUG] UploadManager Init [2026-05-05,02:00:29.131] [DEBUG] UploadManager Init Complete [2026-05-05,02:00:29.134] [INFO] Initializing GPS... [2026-05-05,02:00:29.137] [INFO] Starting location capture [2026-05-05,02:01:06.607] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:01:06.610] [INFO] LocationSqlManager initialising [2026-05-05,02:01:06.611] [INFO] Location DB initialising [2026-05-05,02:01:06.620] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:01:06.620] [DEBUG] UploadManager Init [2026-05-05,02:01:06.621] [DEBUG] UploadManager Init Complete [2026-05-05,02:01:06.623] [INFO] Initializing GPS... [2026-05-05,02:01:06.625] [INFO] Starting location capture [2026-05-05,02:01:46.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:01:46.043] [INFO] LocationSqlManager initialising [2026-05-05,02:01:46.043] [INFO] Location DB initialising [2026-05-05,02:01:46.053] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:01:46.053] [DEBUG] UploadManager Init [2026-05-05,02:01:46.054] [DEBUG] UploadManager Init Complete [2026-05-05,02:01:46.056] [INFO] Initializing GPS... [2026-05-05,02:01:46.058] [INFO] Starting location capture [2026-05-05,02:02:25.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:02:25.240] [INFO] LocationSqlManager initialising [2026-05-05,02:02:25.241] [INFO] Location DB initialising [2026-05-05,02:02:25.250] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:02:25.250] [DEBUG] UploadManager Init [2026-05-05,02:02:25.251] [DEBUG] UploadManager Init Complete [2026-05-05,02:02:25.253] [INFO] Initializing GPS... [2026-05-05,02:02:25.255] [INFO] Starting location capture [2026-05-05,02:03:01.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:03:01.835] [INFO] LocationSqlManager initialising [2026-05-05,02:03:01.836] [INFO] Location DB initialising [2026-05-05,02:03:01.847] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:03:01.849] [DEBUG] UploadManager Init [2026-05-05,02:03:01.849] [DEBUG] UploadManager Init Complete [2026-05-05,02:03:01.854] [INFO] Initializing GPS... [2026-05-05,02:03:01.856] [INFO] Starting location capture [2026-05-05,02:03:40.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:03:41.002] [INFO] LocationSqlManager initialising [2026-05-05,02:03:41.003] [INFO] Location DB initialising [2026-05-05,02:03:41.013] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:03:41.013] [DEBUG] UploadManager Init [2026-05-05,02:03:41.014] [DEBUG] UploadManager Init Complete [2026-05-05,02:03:41.017] [INFO] Initializing GPS... [2026-05-05,02:03:41.019] [INFO] Starting location capture [2026-05-05,02:04:18.424] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:04:18.428] [INFO] LocationSqlManager initialising [2026-05-05,02:04:18.429] [INFO] Location DB initialising [2026-05-05,02:04:18.438] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:04:18.439] [DEBUG] UploadManager Init [2026-05-05,02:04:18.439] [DEBUG] UploadManager Init Complete [2026-05-05,02:04:18.441] [INFO] Initializing GPS... [2026-05-05,02:04:18.443] [INFO] Starting location capture [2026-05-05,02:04:56.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:04:56.844] [INFO] LocationSqlManager initialising [2026-05-05,02:04:56.845] [INFO] Location DB initialising [2026-05-05,02:04:56.856] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:04:56.857] [DEBUG] UploadManager Init [2026-05-05,02:04:56.857] [DEBUG] UploadManager Init Complete [2026-05-05,02:04:56.862] [INFO] Initializing GPS... [2026-05-05,02:04:56.864] [INFO] Starting location capture [2026-05-05,02:05:33.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:05:33.811] [INFO] LocationSqlManager initialising [2026-05-05,02:05:33.812] [INFO] Location DB initialising [2026-05-05,02:05:33.828] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:05:33.830] [DEBUG] UploadManager Init [2026-05-05,02:05:33.831] [DEBUG] UploadManager Init Complete [2026-05-05,02:05:33.837] [INFO] Initializing GPS... [2026-05-05,02:05:33.840] [INFO] Starting location capture [2026-05-05,02:06:12.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:06:12.392] [INFO] LocationSqlManager initialising [2026-05-05,02:06:12.393] [INFO] Location DB initialising [2026-05-05,02:06:12.404] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:06:12.406] [DEBUG] UploadManager Init [2026-05-05,02:06:12.406] [DEBUG] UploadManager Init Complete [2026-05-05,02:06:12.411] [INFO] Initializing GPS... [2026-05-05,02:06:12.414] [INFO] Starting location capture [2026-05-05,02:06:49.989] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:06:49.995] [INFO] LocationSqlManager initialising [2026-05-05,02:06:49.996] [INFO] Location DB initialising [2026-05-05,02:06:50.006] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:06:50.007] [DEBUG] UploadManager Init [2026-05-05,02:06:50.008] [DEBUG] UploadManager Init Complete [2026-05-05,02:06:50.010] [INFO] Initializing GPS... [2026-05-05,02:06:50.012] [INFO] Starting location capture [2026-05-05,02:07:29.170] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:07:29.176] [INFO] LocationSqlManager initialising [2026-05-05,02:07:29.176] [INFO] Location DB initialising [2026-05-05,02:07:29.186] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:07:29.187] [DEBUG] UploadManager Init [2026-05-05,02:07:29.188] [DEBUG] UploadManager Init Complete [2026-05-05,02:07:29.191] [INFO] Initializing GPS... [2026-05-05,02:07:29.193] [INFO] Starting location capture [2026-05-05,02:08:08.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:08:08.202] [INFO] LocationSqlManager initialising [2026-05-05,02:08:08.203] [INFO] Location DB initialising [2026-05-05,02:08:08.212] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:08:08.213] [DEBUG] UploadManager Init [2026-05-05,02:08:08.213] [DEBUG] UploadManager Init Complete [2026-05-05,02:08:08.216] [INFO] Initializing GPS... [2026-05-05,02:08:08.218] [INFO] Starting location capture [2026-05-05,02:08:46.301] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:08:46.308] [INFO] LocationSqlManager initialising [2026-05-05,02:08:46.309] [INFO] Location DB initialising [2026-05-05,02:08:46.320] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:08:46.321] [DEBUG] UploadManager Init [2026-05-05,02:08:46.322] [DEBUG] UploadManager Init Complete [2026-05-05,02:08:46.326] [INFO] Initializing GPS... [2026-05-05,02:08:46.329] [INFO] Starting location capture [2026-05-05,02:09:25.143] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:09:25.151] [INFO] LocationSqlManager initialising [2026-05-05,02:09:25.152] [INFO] Location DB initialising [2026-05-05,02:09:25.164] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:09:25.164] [DEBUG] UploadManager Init [2026-05-05,02:09:25.165] [DEBUG] UploadManager Init Complete [2026-05-05,02:09:25.167] [INFO] Initializing GPS... [2026-05-05,02:09:25.169] [INFO] Starting location capture [2026-05-05,02:10:02.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:10:02.918] [INFO] LocationSqlManager initialising [2026-05-05,02:10:02.919] [INFO] Location DB initialising [2026-05-05,02:10:02.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:10:02.930] [DEBUG] UploadManager Init [2026-05-05,02:10:02.931] [DEBUG] UploadManager Init Complete [2026-05-05,02:10:02.934] [INFO] Initializing GPS... [2026-05-05,02:10:02.936] [INFO] Starting location capture [2026-05-05,02:10:41.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:10:41.985] [INFO] LocationSqlManager initialising [2026-05-05,02:10:41.985] [INFO] Location DB initialising [2026-05-05,02:10:41.995] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:10:41.996] [DEBUG] UploadManager Init [2026-05-05,02:10:41.996] [DEBUG] UploadManager Init Complete [2026-05-05,02:10:42.000] [INFO] Initializing GPS... [2026-05-05,02:10:42.002] [INFO] Starting location capture [2026-05-05,02:11:15.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:11:15.223] [INFO] LocationSqlManager initialising [2026-05-05,02:11:15.224] [INFO] Location DB initialising [2026-05-05,02:11:15.234] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:11:15.235] [DEBUG] UploadManager Init [2026-05-05,02:11:15.235] [DEBUG] UploadManager Init Complete [2026-05-05,02:11:15.238] [INFO] Initializing GPS... [2026-05-05,02:11:15.240] [INFO] Starting location capture [2026-05-05,02:11:54.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:11:54.047] [INFO] LocationSqlManager initialising [2026-05-05,02:11:54.047] [INFO] Location DB initialising [2026-05-05,02:11:54.059] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:11:54.060] [DEBUG] UploadManager Init [2026-05-05,02:11:54.061] [DEBUG] UploadManager Init Complete [2026-05-05,02:11:54.065] [INFO] Initializing GPS... [2026-05-05,02:11:54.068] [INFO] Starting location capture [2026-05-05,02:12:33.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:12:33.037] [INFO] LocationSqlManager initialising [2026-05-05,02:12:33.038] [INFO] Location DB initialising [2026-05-05,02:12:33.047] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:12:33.048] [DEBUG] UploadManager Init [2026-05-05,02:12:33.048] [DEBUG] UploadManager Init Complete [2026-05-05,02:12:33.051] [INFO] Initializing GPS... [2026-05-05,02:12:33.053] [INFO] Starting location capture [2026-05-05,02:13:11.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:13:11.945] [INFO] LocationSqlManager initialising [2026-05-05,02:13:11.945] [INFO] Location DB initialising [2026-05-05,02:13:11.955] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:13:11.955] [DEBUG] UploadManager Init [2026-05-05,02:13:11.956] [DEBUG] UploadManager Init Complete [2026-05-05,02:13:11.958] [INFO] Initializing GPS... [2026-05-05,02:13:11.960] [INFO] Starting location capture [2026-05-05,02:13:49.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:13:49.913] [INFO] LocationSqlManager initialising [2026-05-05,02:13:49.914] [INFO] Location DB initialising [2026-05-05,02:13:49.925] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:13:49.927] [DEBUG] UploadManager Init [2026-05-05,02:13:49.927] [DEBUG] UploadManager Init Complete [2026-05-05,02:13:49.932] [INFO] Initializing GPS... [2026-05-05,02:13:49.935] [INFO] Starting location capture [2026-05-05,02:14:28.577] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:14:28.584] [INFO] LocationSqlManager initialising [2026-05-05,02:14:28.585] [INFO] Location DB initialising [2026-05-05,02:14:28.596] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:14:28.597] [DEBUG] UploadManager Init [2026-05-05,02:14:28.598] [DEBUG] UploadManager Init Complete [2026-05-05,02:14:28.602] [INFO] Initializing GPS... [2026-05-05,02:14:28.604] [INFO] Starting location capture [2026-05-05,02:15:07.803] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:15:07.807] [INFO] LocationSqlManager initialising [2026-05-05,02:15:07.808] [INFO] Location DB initialising [2026-05-05,02:15:07.817] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:15:07.818] [DEBUG] UploadManager Init [2026-05-05,02:15:07.818] [DEBUG] UploadManager Init Complete [2026-05-05,02:15:07.820] [INFO] Initializing GPS... [2026-05-05,02:15:07.822] [INFO] Starting location capture [2026-05-05,02:15:46.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:15:46.052] [INFO] LocationSqlManager initialising [2026-05-05,02:15:46.052] [INFO] Location DB initialising [2026-05-05,02:15:46.062] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:15:46.062] [DEBUG] UploadManager Init [2026-05-05,02:15:46.063] [DEBUG] UploadManager Init Complete [2026-05-05,02:15:46.065] [INFO] Initializing GPS... [2026-05-05,02:15:46.067] [INFO] Starting location capture [2026-05-05,02:16:24.430] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:16:24.438] [INFO] LocationSqlManager initialising [2026-05-05,02:16:24.438] [INFO] Location DB initialising [2026-05-05,02:16:24.449] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:16:24.450] [DEBUG] UploadManager Init [2026-05-05,02:16:24.451] [DEBUG] UploadManager Init Complete [2026-05-05,02:16:24.455] [INFO] Initializing GPS... [2026-05-05,02:16:24.458] [INFO] Starting location capture [2026-05-05,02:16:58.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:16:58.276] [INFO] LocationSqlManager initialising [2026-05-05,02:16:58.277] [INFO] Location DB initialising [2026-05-05,02:16:58.288] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:16:58.289] [DEBUG] UploadManager Init [2026-05-05,02:16:58.290] [DEBUG] UploadManager Init Complete [2026-05-05,02:16:58.295] [INFO] Initializing GPS... [2026-05-05,02:16:58.298] [INFO] Starting location capture [2026-05-05,02:17:35.624] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:17:35.633] [INFO] LocationSqlManager initialising [2026-05-05,02:17:35.634] [INFO] Location DB initialising [2026-05-05,02:17:35.644] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:17:35.646] [DEBUG] UploadManager Init [2026-05-05,02:17:35.646] [DEBUG] UploadManager Init Complete [2026-05-05,02:17:35.651] [INFO] Initializing GPS... [2026-05-05,02:17:35.654] [INFO] Starting location capture [2026-05-05,02:18:13.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:18:13.971] [INFO] LocationSqlManager initialising [2026-05-05,02:18:13.972] [INFO] Location DB initialising [2026-05-05,02:18:13.981] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:18:13.982] [DEBUG] UploadManager Init [2026-05-05,02:18:13.982] [DEBUG] UploadManager Init Complete [2026-05-05,02:18:13.985] [INFO] Initializing GPS... [2026-05-05,02:18:13.987] [INFO] Starting location capture [2026-05-05,02:18:53.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:18:53.125] [INFO] LocationSqlManager initialising [2026-05-05,02:18:53.125] [INFO] Location DB initialising [2026-05-05,02:18:53.135] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:18:53.135] [DEBUG] UploadManager Init [2026-05-05,02:18:53.136] [DEBUG] UploadManager Init Complete [2026-05-05,02:18:53.138] [INFO] Initializing GPS... [2026-05-05,02:18:53.140] [INFO] Starting location capture [2026-05-05,02:19:30.586] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:19:30.591] [INFO] LocationSqlManager initialising [2026-05-05,02:19:30.592] [INFO] Location DB initialising [2026-05-05,02:19:30.601] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:19:30.602] [DEBUG] UploadManager Init [2026-05-05,02:19:30.602] [DEBUG] UploadManager Init Complete [2026-05-05,02:19:30.605] [INFO] Initializing GPS... [2026-05-05,02:19:30.607] [INFO] Starting location capture [2026-05-05,02:20:09.763] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:20:09.773] [INFO] LocationSqlManager initialising [2026-05-05,02:20:09.774] [INFO] Location DB initialising [2026-05-05,02:20:09.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:20:09.789] [DEBUG] UploadManager Init [2026-05-05,02:20:09.789] [DEBUG] UploadManager Init Complete [2026-05-05,02:20:09.794] [INFO] Initializing GPS... [2026-05-05,02:20:09.797] [INFO] Starting location capture [2026-05-05,02:20:48.095] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:20:48.103] [INFO] LocationSqlManager initialising [2026-05-05,02:20:48.104] [INFO] Location DB initialising [2026-05-05,02:20:48.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:20:48.117] [DEBUG] UploadManager Init [2026-05-05,02:20:48.118] [DEBUG] UploadManager Init Complete [2026-05-05,02:20:48.122] [INFO] Initializing GPS... [2026-05-05,02:20:48.126] [INFO] Starting location capture [2026-05-05,02:21:27.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:21:27.039] [INFO] LocationSqlManager initialising [2026-05-05,02:21:27.039] [INFO] Location DB initialising [2026-05-05,02:21:27.049] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:21:27.050] [DEBUG] UploadManager Init [2026-05-05,02:21:27.050] [DEBUG] UploadManager Init Complete [2026-05-05,02:21:27.053] [INFO] Initializing GPS... [2026-05-05,02:21:27.056] [INFO] Starting location capture [2026-05-05,02:22:05.789] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:22:05.795] [INFO] LocationSqlManager initialising [2026-05-05,02:22:05.796] [INFO] Location DB initialising [2026-05-05,02:22:05.807] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:22:05.808] [DEBUG] UploadManager Init [2026-05-05,02:22:05.809] [DEBUG] UploadManager Init Complete [2026-05-05,02:22:05.813] [INFO] Initializing GPS... [2026-05-05,02:22:05.816] [INFO] Starting location capture [2026-05-05,02:22:43.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:22:43.990] [INFO] LocationSqlManager initialising [2026-05-05,02:22:43.991] [INFO] Location DB initialising [2026-05-05,02:22:44.002] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:22:44.004] [DEBUG] UploadManager Init [2026-05-05,02:22:44.004] [DEBUG] UploadManager Init Complete [2026-05-05,02:22:44.009] [INFO] Initializing GPS... [2026-05-05,02:22:44.012] [INFO] Starting location capture [2026-05-05,02:23:22.335] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:23:22.340] [INFO] LocationSqlManager initialising [2026-05-05,02:23:22.341] [INFO] Location DB initialising [2026-05-05,02:23:22.350] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:23:22.350] [DEBUG] UploadManager Init [2026-05-05,02:23:22.351] [DEBUG] UploadManager Init Complete [2026-05-05,02:23:22.353] [INFO] Initializing GPS... [2026-05-05,02:23:22.355] [INFO] Starting location capture [2026-05-05,02:24:01.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:24:01.202] [INFO] LocationSqlManager initialising [2026-05-05,02:24:01.202] [INFO] Location DB initialising [2026-05-05,02:24:01.212] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:24:01.212] [DEBUG] UploadManager Init [2026-05-05,02:24:01.213] [DEBUG] UploadManager Init Complete [2026-05-05,02:24:01.215] [INFO] Initializing GPS... [2026-05-05,02:24:01.217] [INFO] Starting location capture [2026-05-05,02:24:39.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:24:39.023] [INFO] LocationSqlManager initialising [2026-05-05,02:24:39.024] [INFO] Location DB initialising [2026-05-05,02:24:39.034] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:24:39.035] [DEBUG] UploadManager Init [2026-05-05,02:24:39.036] [DEBUG] UploadManager Init Complete [2026-05-05,02:24:39.039] [INFO] Initializing GPS... [2026-05-05,02:24:39.041] [INFO] Starting location capture [2026-05-05,02:25:18.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:25:18.142] [INFO] LocationSqlManager initialising [2026-05-05,02:25:18.143] [INFO] Location DB initialising [2026-05-05,02:25:18.154] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:25:18.155] [DEBUG] UploadManager Init [2026-05-05,02:25:18.156] [DEBUG] UploadManager Init Complete [2026-05-05,02:25:18.160] [INFO] Initializing GPS... [2026-05-05,02:25:18.163] [INFO] Starting location capture [2026-05-05,02:25:55.707] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:25:55.711] [INFO] LocationSqlManager initialising [2026-05-05,02:25:55.712] [INFO] Location DB initialising [2026-05-05,02:25:55.721] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:25:55.722] [DEBUG] UploadManager Init [2026-05-05,02:25:55.723] [DEBUG] UploadManager Init Complete [2026-05-05,02:25:55.725] [INFO] Initializing GPS... [2026-05-05,02:25:55.727] [INFO] Starting location capture [2026-05-05,02:26:34.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:26:34.164] [INFO] LocationSqlManager initialising [2026-05-05,02:26:34.165] [INFO] Location DB initialising [2026-05-05,02:26:34.176] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:26:34.178] [DEBUG] UploadManager Init [2026-05-05,02:26:34.178] [DEBUG] UploadManager Init Complete [2026-05-05,02:26:34.182] [INFO] Initializing GPS... [2026-05-05,02:26:34.185] [INFO] Starting location capture [2026-05-05,02:27:13.671] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:27:13.679] [INFO] LocationSqlManager initialising [2026-05-05,02:27:13.680] [INFO] Location DB initialising [2026-05-05,02:27:13.691] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:27:13.693] [DEBUG] UploadManager Init [2026-05-05,02:27:13.693] [DEBUG] UploadManager Init Complete [2026-05-05,02:27:13.698] [INFO] Initializing GPS... [2026-05-05,02:27:13.701] [INFO] Starting location capture [2026-05-05,02:27:51.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:27:51.524] [INFO] LocationSqlManager initialising [2026-05-05,02:27:51.525] [INFO] Location DB initialising [2026-05-05,02:27:51.535] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:27:51.536] [DEBUG] UploadManager Init [2026-05-05,02:27:51.536] [DEBUG] UploadManager Init Complete [2026-05-05,02:27:51.540] [INFO] Initializing GPS... [2026-05-05,02:27:51.542] [INFO] Starting location capture [2026-05-05,02:28:30.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:28:30.262] [INFO] LocationSqlManager initialising [2026-05-05,02:28:30.263] [INFO] Location DB initialising [2026-05-05,02:28:30.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:28:30.276] [DEBUG] UploadManager Init [2026-05-05,02:28:30.277] [DEBUG] UploadManager Init Complete [2026-05-05,02:28:30.281] [INFO] Initializing GPS... [2026-05-05,02:28:30.284] [INFO] Starting location capture [2026-05-05,02:29:08.227] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:29:08.232] [INFO] LocationSqlManager initialising [2026-05-05,02:29:08.233] [INFO] Location DB initialising [2026-05-05,02:29:08.242] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:29:08.242] [DEBUG] UploadManager Init [2026-05-05,02:29:08.243] [DEBUG] UploadManager Init Complete [2026-05-05,02:29:08.245] [INFO] Initializing GPS... [2026-05-05,02:29:08.247] [INFO] Starting location capture [2026-05-05,02:29:46.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:29:46.882] [INFO] LocationSqlManager initialising [2026-05-05,02:29:46.883] [INFO] Location DB initialising [2026-05-05,02:29:46.893] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:29:46.893] [DEBUG] UploadManager Init [2026-05-05,02:29:46.894] [DEBUG] UploadManager Init Complete [2026-05-05,02:29:46.897] [INFO] Initializing GPS... [2026-05-05,02:29:46.899] [INFO] Starting location capture [2026-05-05,02:30:25.008] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:30:25.014] [INFO] LocationSqlManager initialising [2026-05-05,02:30:25.015] [INFO] Location DB initialising [2026-05-05,02:30:25.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:30:25.026] [DEBUG] UploadManager Init [2026-05-05,02:30:25.026] [DEBUG] UploadManager Init Complete [2026-05-05,02:30:25.029] [INFO] Initializing GPS... [2026-05-05,02:30:25.031] [INFO] Starting location capture [2026-05-05,02:31:03.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:31:03.239] [INFO] LocationSqlManager initialising [2026-05-05,02:31:03.241] [INFO] Location DB initialising [2026-05-05,02:31:03.256] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:31:03.257] [DEBUG] UploadManager Init [2026-05-05,02:31:03.259] [DEBUG] UploadManager Init Complete [2026-05-05,02:31:03.265] [INFO] Initializing GPS... [2026-05-05,02:31:03.270] [INFO] Starting location capture [2026-05-05,02:31:42.500] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:31:42.507] [INFO] LocationSqlManager initialising [2026-05-05,02:31:42.508] [INFO] Location DB initialising [2026-05-05,02:31:42.519] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:31:42.520] [DEBUG] UploadManager Init [2026-05-05,02:31:42.521] [DEBUG] UploadManager Init Complete [2026-05-05,02:31:42.525] [INFO] Initializing GPS... [2026-05-05,02:31:42.528] [INFO] Starting location capture [2026-05-05,02:32:20.151] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:32:20.156] [INFO] LocationSqlManager initialising [2026-05-05,02:32:20.157] [INFO] Location DB initialising [2026-05-05,02:32:20.166] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:32:20.167] [DEBUG] UploadManager Init [2026-05-05,02:32:20.168] [DEBUG] UploadManager Init Complete [2026-05-05,02:32:20.171] [INFO] Initializing GPS... [2026-05-05,02:32:20.173] [INFO] Starting location capture [2026-05-05,02:32:58.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:32:58.976] [INFO] LocationSqlManager initialising [2026-05-05,02:32:58.977] [INFO] Location DB initialising [2026-05-05,02:32:58.988] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:32:58.989] [DEBUG] UploadManager Init [2026-05-05,02:32:58.990] [DEBUG] UploadManager Init Complete [2026-05-05,02:32:58.994] [INFO] Initializing GPS... [2026-05-05,02:32:58.997] [INFO] Starting location capture [2026-05-05,02:33:37.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:33:37.082] [INFO] LocationSqlManager initialising [2026-05-05,02:33:37.082] [INFO] Location DB initialising [2026-05-05,02:33:37.092] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:33:37.093] [DEBUG] UploadManager Init [2026-05-05,02:33:37.093] [DEBUG] UploadManager Init Complete [2026-05-05,02:33:37.095] [INFO] Initializing GPS... [2026-05-05,02:33:37.097] [INFO] Starting location capture [2026-05-05,02:34:16.237] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:34:16.243] [INFO] LocationSqlManager initialising [2026-05-05,02:34:16.243] [INFO] Location DB initialising [2026-05-05,02:34:16.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:34:16.254] [DEBUG] UploadManager Init [2026-05-05,02:34:16.255] [DEBUG] UploadManager Init Complete [2026-05-05,02:34:16.258] [INFO] Initializing GPS... [2026-05-05,02:34:16.260] [INFO] Starting location capture [2026-05-05,02:34:54.372] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:34:54.377] [INFO] LocationSqlManager initialising [2026-05-05,02:34:54.377] [INFO] Location DB initialising [2026-05-05,02:34:54.387] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:34:54.387] [DEBUG] UploadManager Init [2026-05-05,02:34:54.388] [DEBUG] UploadManager Init Complete [2026-05-05,02:34:54.390] [INFO] Initializing GPS... [2026-05-05,02:34:54.392] [INFO] Starting location capture [2026-05-05,02:35:33.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:35:33.984] [INFO] LocationSqlManager initialising [2026-05-05,02:35:33.985] [INFO] Location DB initialising [2026-05-05,02:35:33.997] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:35:33.998] [DEBUG] UploadManager Init [2026-05-05,02:35:33.999] [DEBUG] UploadManager Init Complete [2026-05-05,02:35:34.003] [INFO] Initializing GPS... [2026-05-05,02:35:34.006] [INFO] Starting location capture [2026-05-05,02:36:12.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:36:12.641] [INFO] LocationSqlManager initialising [2026-05-05,02:36:12.642] [INFO] Location DB initialising [2026-05-05,02:36:12.654] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:36:12.655] [DEBUG] UploadManager Init [2026-05-05,02:36:12.656] [DEBUG] UploadManager Init Complete [2026-05-05,02:36:12.661] [INFO] Initializing GPS... [2026-05-05,02:36:12.664] [INFO] Starting location capture [2026-05-05,02:36:50.635] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:36:50.640] [INFO] LocationSqlManager initialising [2026-05-05,02:36:50.640] [INFO] Location DB initialising [2026-05-05,02:36:50.650] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:36:50.650] [DEBUG] UploadManager Init [2026-05-05,02:36:50.651] [DEBUG] UploadManager Init Complete [2026-05-05,02:36:50.654] [INFO] Initializing GPS... [2026-05-05,02:36:50.656] [INFO] Starting location capture [2026-05-05,02:37:28.581] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:37:28.587] [INFO] LocationSqlManager initialising [2026-05-05,02:37:28.588] [INFO] Location DB initialising [2026-05-05,02:37:28.598] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:37:28.599] [DEBUG] UploadManager Init [2026-05-05,02:37:28.599] [DEBUG] UploadManager Init Complete [2026-05-05,02:37:28.602] [INFO] Initializing GPS... [2026-05-05,02:37:28.604] [INFO] Starting location capture [2026-05-05,02:38:06.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:38:06.830] [INFO] LocationSqlManager initialising [2026-05-05,02:38:06.831] [INFO] Location DB initialising [2026-05-05,02:38:06.842] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:38:06.843] [DEBUG] UploadManager Init [2026-05-05,02:38:06.844] [DEBUG] UploadManager Init Complete [2026-05-05,02:38:06.848] [INFO] Initializing GPS... [2026-05-05,02:38:06.851] [INFO] Starting location capture [2026-05-05,02:38:46.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:38:46.921] [INFO] LocationSqlManager initialising [2026-05-05,02:38:46.922] [INFO] Location DB initialising [2026-05-05,02:38:46.933] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:38:46.934] [DEBUG] UploadManager Init [2026-05-05,02:38:46.934] [DEBUG] UploadManager Init Complete [2026-05-05,02:38:46.939] [INFO] Initializing GPS... [2026-05-05,02:38:46.942] [INFO] Starting location capture [2026-05-05,02:39:25.243] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:39:25.248] [INFO] LocationSqlManager initialising [2026-05-05,02:39:25.249] [INFO] Location DB initialising [2026-05-05,02:39:25.258] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:39:25.259] [DEBUG] UploadManager Init [2026-05-05,02:39:25.259] [DEBUG] UploadManager Init Complete [2026-05-05,02:39:25.262] [INFO] Initializing GPS... [2026-05-05,02:39:25.264] [INFO] Starting location capture [2026-05-05,02:40:02.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:40:02.721] [INFO] LocationSqlManager initialising [2026-05-05,02:40:02.722] [INFO] Location DB initialising [2026-05-05,02:40:02.731] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:40:02.732] [DEBUG] UploadManager Init [2026-05-05,02:40:02.732] [DEBUG] UploadManager Init Complete [2026-05-05,02:40:02.735] [INFO] Initializing GPS... [2026-05-05,02:40:02.737] [INFO] Starting location capture [2026-05-05,02:40:41.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:40:41.183] [INFO] LocationSqlManager initialising [2026-05-05,02:40:41.184] [INFO] Location DB initialising [2026-05-05,02:40:41.193] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:40:41.194] [DEBUG] UploadManager Init [2026-05-05,02:40:41.194] [DEBUG] UploadManager Init Complete [2026-05-05,02:40:41.196] [INFO] Initializing GPS... [2026-05-05,02:40:41.198] [INFO] Starting location capture [2026-05-05,02:41:20.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:41:20.023] [INFO] LocationSqlManager initialising [2026-05-05,02:41:20.024] [INFO] Location DB initialising [2026-05-05,02:41:20.033] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:41:20.033] [DEBUG] UploadManager Init [2026-05-05,02:41:20.034] [DEBUG] UploadManager Init Complete [2026-05-05,02:41:20.036] [INFO] Initializing GPS... [2026-05-05,02:41:20.038] [INFO] Starting location capture [2026-05-05,02:41:58.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:41:58.841] [INFO] LocationSqlManager initialising [2026-05-05,02:41:58.841] [INFO] Location DB initialising [2026-05-05,02:41:58.851] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:41:58.852] [DEBUG] UploadManager Init [2026-05-05,02:41:58.853] [DEBUG] UploadManager Init Complete [2026-05-05,02:41:58.856] [INFO] Initializing GPS... [2026-05-05,02:41:58.858] [INFO] Starting location capture [2026-05-05,02:42:33.048] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:42:33.053] [INFO] LocationSqlManager initialising [2026-05-05,02:42:33.054] [INFO] Location DB initialising [2026-05-05,02:42:33.064] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:42:33.064] [DEBUG] UploadManager Init [2026-05-05,02:42:33.065] [DEBUG] UploadManager Init Complete [2026-05-05,02:42:33.068] [INFO] Initializing GPS... [2026-05-05,02:42:33.070] [INFO] Starting location capture [2026-05-05,02:43:11.183] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:43:11.188] [INFO] LocationSqlManager initialising [2026-05-05,02:43:11.189] [INFO] Location DB initialising [2026-05-05,02:43:11.198] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:43:11.198] [DEBUG] UploadManager Init [2026-05-05,02:43:11.199] [DEBUG] UploadManager Init Complete [2026-05-05,02:43:11.201] [INFO] Initializing GPS... [2026-05-05,02:43:11.203] [INFO] Starting location capture [2026-05-05,02:43:48.680] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:43:48.685] [INFO] LocationSqlManager initialising [2026-05-05,02:43:48.686] [INFO] Location DB initialising [2026-05-05,02:43:48.695] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:43:48.696] [DEBUG] UploadManager Init [2026-05-05,02:43:48.696] [DEBUG] UploadManager Init Complete [2026-05-05,02:43:48.700] [INFO] Initializing GPS... [2026-05-05,02:43:48.702] [INFO] Starting location capture [2026-05-05,02:44:28.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:44:28.016] [INFO] LocationSqlManager initialising [2026-05-05,02:44:28.016] [INFO] Location DB initialising [2026-05-05,02:44:28.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:44:28.026] [DEBUG] UploadManager Init [2026-05-05,02:44:28.027] [DEBUG] UploadManager Init Complete [2026-05-05,02:44:28.029] [INFO] Initializing GPS... [2026-05-05,02:44:28.031] [INFO] Starting location capture [2026-05-05,02:45:06.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:45:06.045] [INFO] LocationSqlManager initialising [2026-05-05,02:45:06.046] [INFO] Location DB initialising [2026-05-05,02:45:06.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:45:06.058] [DEBUG] UploadManager Init [2026-05-05,02:45:06.058] [DEBUG] UploadManager Init Complete [2026-05-05,02:45:06.063] [INFO] Initializing GPS... [2026-05-05,02:45:06.066] [INFO] Starting location capture [2026-05-05,02:45:44.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:45:44.913] [INFO] LocationSqlManager initialising [2026-05-05,02:45:44.913] [INFO] Location DB initialising [2026-05-05,02:45:44.923] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:45:44.924] [DEBUG] UploadManager Init [2026-05-05,02:45:44.925] [DEBUG] UploadManager Init Complete [2026-05-05,02:45:44.928] [INFO] Initializing GPS... [2026-05-05,02:45:44.930] [INFO] Starting location capture [2026-05-05,02:46:18.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:46:18.112] [INFO] LocationSqlManager initialising [2026-05-05,02:46:18.112] [INFO] Location DB initialising [2026-05-05,02:46:18.122] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:46:18.122] [DEBUG] UploadManager Init [2026-05-05,02:46:18.123] [DEBUG] UploadManager Init Complete [2026-05-05,02:46:18.125] [INFO] Initializing GPS... [2026-05-05,02:46:18.127] [INFO] Starting location capture [2026-05-05,02:46:57.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:46:57.086] [INFO] LocationSqlManager initialising [2026-05-05,02:46:57.087] [INFO] Location DB initialising [2026-05-05,02:46:57.098] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:46:57.099] [DEBUG] UploadManager Init [2026-05-05,02:46:57.100] [DEBUG] UploadManager Init Complete [2026-05-05,02:46:57.104] [INFO] Initializing GPS... [2026-05-05,02:46:57.107] [INFO] Starting location capture [2026-05-05,02:47:35.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:47:35.766] [INFO] LocationSqlManager initialising [2026-05-05,02:47:35.767] [INFO] Location DB initialising [2026-05-05,02:47:35.777] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:47:35.778] [DEBUG] UploadManager Init [2026-05-05,02:47:35.778] [DEBUG] UploadManager Init Complete [2026-05-05,02:47:35.781] [INFO] Initializing GPS... [2026-05-05,02:47:35.783] [INFO] Starting location capture [2026-05-05,02:48:13.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:48:13.900] [INFO] LocationSqlManager initialising [2026-05-05,02:48:13.901] [INFO] Location DB initialising [2026-05-05,02:48:13.911] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:48:13.912] [DEBUG] UploadManager Init [2026-05-05,02:48:13.913] [DEBUG] UploadManager Init Complete [2026-05-05,02:48:13.918] [INFO] Initializing GPS... [2026-05-05,02:48:13.923] [INFO] Starting location capture [2026-05-05,02:48:52.249] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:48:52.257] [INFO] LocationSqlManager initialising [2026-05-05,02:48:52.258] [INFO] Location DB initialising [2026-05-05,02:48:52.269] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:48:52.270] [DEBUG] UploadManager Init [2026-05-05,02:48:52.271] [DEBUG] UploadManager Init Complete [2026-05-05,02:48:52.275] [INFO] Initializing GPS... [2026-05-05,02:48:52.278] [INFO] Starting location capture [2026-05-05,02:49:30.693] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:49:30.698] [INFO] LocationSqlManager initialising [2026-05-05,02:49:30.698] [INFO] Location DB initialising [2026-05-05,02:49:30.710] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:49:30.711] [DEBUG] UploadManager Init [2026-05-05,02:49:30.711] [DEBUG] UploadManager Init Complete [2026-05-05,02:49:30.715] [INFO] Initializing GPS... [2026-05-05,02:49:30.717] [INFO] Starting location capture [2026-05-05,02:50:09.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:50:09.143] [INFO] LocationSqlManager initialising [2026-05-05,02:50:09.143] [INFO] Location DB initialising [2026-05-05,02:50:09.153] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:50:09.153] [DEBUG] UploadManager Init [2026-05-05,02:50:09.154] [DEBUG] UploadManager Init Complete [2026-05-05,02:50:09.156] [INFO] Initializing GPS... [2026-05-05,02:50:09.158] [INFO] Starting location capture [2026-05-05,02:50:48.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:50:48.028] [INFO] LocationSqlManager initialising [2026-05-05,02:50:48.028] [INFO] Location DB initialising [2026-05-05,02:50:48.037] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:50:48.038] [DEBUG] UploadManager Init [2026-05-05,02:50:48.039] [DEBUG] UploadManager Init Complete [2026-05-05,02:50:48.041] [INFO] Initializing GPS... [2026-05-05,02:50:48.043] [INFO] Starting location capture [2026-05-05,02:51:25.747] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:51:25.754] [INFO] LocationSqlManager initialising [2026-05-05,02:51:25.754] [INFO] Location DB initialising [2026-05-05,02:51:25.767] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:51:25.768] [DEBUG] UploadManager Init [2026-05-05,02:51:25.768] [DEBUG] UploadManager Init Complete [2026-05-05,02:51:25.771] [INFO] Initializing GPS... [2026-05-05,02:51:25.773] [INFO] Starting location capture [2026-05-05,02:52:04.951] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:52:04.955] [INFO] LocationSqlManager initialising [2026-05-05,02:52:04.955] [INFO] Location DB initialising [2026-05-05,02:52:04.965] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:52:04.965] [DEBUG] UploadManager Init [2026-05-05,02:52:04.965] [DEBUG] UploadManager Init Complete [2026-05-05,02:52:04.968] [INFO] Initializing GPS... [2026-05-05,02:52:04.970] [INFO] Starting location capture [2026-05-05,02:52:44.323] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:52:44.331] [INFO] LocationSqlManager initialising [2026-05-05,02:52:44.331] [INFO] Location DB initialising [2026-05-05,02:52:44.343] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:52:44.344] [DEBUG] UploadManager Init [2026-05-05,02:52:44.345] [DEBUG] UploadManager Init Complete [2026-05-05,02:52:44.349] [INFO] Initializing GPS... [2026-05-05,02:52:44.352] [INFO] Starting location capture [2026-05-05,02:53:22.505] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:53:22.510] [INFO] LocationSqlManager initialising [2026-05-05,02:53:22.510] [INFO] Location DB initialising [2026-05-05,02:53:22.520] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:53:22.520] [DEBUG] UploadManager Init [2026-05-05,02:53:22.521] [DEBUG] UploadManager Init Complete [2026-05-05,02:53:22.523] [INFO] Initializing GPS... [2026-05-05,02:53:22.525] [INFO] Starting location capture [2026-05-05,02:54:01.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:54:01.238] [INFO] LocationSqlManager initialising [2026-05-05,02:54:01.238] [INFO] Location DB initialising [2026-05-05,02:54:01.248] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:54:01.249] [DEBUG] UploadManager Init [2026-05-05,02:54:01.249] [DEBUG] UploadManager Init Complete [2026-05-05,02:54:01.253] [INFO] Initializing GPS... [2026-05-05,02:54:01.255] [INFO] Starting location capture [2026-05-05,02:54:38.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:54:38.964] [INFO] LocationSqlManager initialising [2026-05-05,02:54:38.964] [INFO] Location DB initialising [2026-05-05,02:54:38.973] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:54:38.974] [DEBUG] UploadManager Init [2026-05-05,02:54:38.974] [DEBUG] UploadManager Init Complete [2026-05-05,02:54:38.977] [INFO] Initializing GPS... [2026-05-05,02:54:38.979] [INFO] Starting location capture [2026-05-05,02:55:18.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:55:18.111] [INFO] LocationSqlManager initialising [2026-05-05,02:55:18.112] [INFO] Location DB initialising [2026-05-05,02:55:18.123] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:55:18.125] [DEBUG] UploadManager Init [2026-05-05,02:55:18.125] [DEBUG] UploadManager Init Complete [2026-05-05,02:55:18.130] [INFO] Initializing GPS... [2026-05-05,02:55:18.133] [INFO] Starting location capture [2026-05-05,02:55:56.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:55:56.198] [INFO] LocationSqlManager initialising [2026-05-05,02:55:56.198] [INFO] Location DB initialising [2026-05-05,02:55:56.207] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:55:56.208] [DEBUG] UploadManager Init [2026-05-05,02:55:56.208] [DEBUG] UploadManager Init Complete [2026-05-05,02:55:56.211] [INFO] Initializing GPS... [2026-05-05,02:55:56.213] [INFO] Starting location capture [2026-05-05,02:56:34.265] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:56:34.270] [INFO] LocationSqlManager initialising [2026-05-05,02:56:34.270] [INFO] Location DB initialising [2026-05-05,02:56:34.279] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:56:34.280] [DEBUG] UploadManager Init [2026-05-05,02:56:34.281] [DEBUG] UploadManager Init Complete [2026-05-05,02:56:34.283] [INFO] Initializing GPS... [2026-05-05,02:56:34.285] [INFO] Starting location capture [2026-05-05,02:57:12.898] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:57:12.906] [INFO] LocationSqlManager initialising [2026-05-05,02:57:12.907] [INFO] Location DB initialising [2026-05-05,02:57:12.917] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:57:12.919] [DEBUG] UploadManager Init [2026-05-05,02:57:12.919] [DEBUG] UploadManager Init Complete [2026-05-05,02:57:12.924] [INFO] Initializing GPS... [2026-05-05,02:57:12.927] [INFO] Starting location capture [2026-05-05,02:57:50.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:57:50.961] [INFO] LocationSqlManager initialising [2026-05-05,02:57:50.962] [INFO] Location DB initialising [2026-05-05,02:57:50.978] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:57:50.980] [DEBUG] UploadManager Init [2026-05-05,02:57:50.981] [DEBUG] UploadManager Init Complete [2026-05-05,02:57:50.986] [INFO] Initializing GPS... [2026-05-05,02:57:50.988] [INFO] Starting location capture [2026-05-05,02:58:29.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:58:29.016] [INFO] LocationSqlManager initialising [2026-05-05,02:58:29.017] [INFO] Location DB initialising [2026-05-05,02:58:29.026] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:58:29.027] [DEBUG] UploadManager Init [2026-05-05,02:58:29.028] [DEBUG] UploadManager Init Complete [2026-05-05,02:58:29.030] [INFO] Initializing GPS... [2026-05-05,02:58:29.032] [INFO] Starting location capture [2026-05-05,02:59:07.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:59:07.110] [INFO] LocationSqlManager initialising [2026-05-05,02:59:07.111] [INFO] Location DB initialising [2026-05-05,02:59:07.123] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:59:07.124] [DEBUG] UploadManager Init [2026-05-05,02:59:07.124] [DEBUG] UploadManager Init Complete [2026-05-05,02:59:07.128] [INFO] Initializing GPS... [2026-05-05,02:59:07.131] [INFO] Starting location capture [2026-05-05,02:59:45.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,02:59:46.004] [INFO] LocationSqlManager initialising [2026-05-05,02:59:46.004] [INFO] Location DB initialising [2026-05-05,02:59:46.015] [INFO] LocationSqlManager initialisation complete [2026-05-05,02:59:46.016] [DEBUG] UploadManager Init [2026-05-05,02:59:46.017] [DEBUG] UploadManager Init Complete [2026-05-05,02:59:46.021] [INFO] Initializing GPS... [2026-05-05,02:59:46.024] [INFO] Starting location capture [2026-05-05,03:00:23.780] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:00:23.784] [INFO] LocationSqlManager initialising [2026-05-05,03:00:23.784] [INFO] Location DB initialising [2026-05-05,03:00:23.794] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:00:23.794] [DEBUG] UploadManager Init [2026-05-05,03:00:23.794] [DEBUG] UploadManager Init Complete [2026-05-05,03:00:23.797] [INFO] Initializing GPS... [2026-05-05,03:00:23.799] [INFO] Starting location capture [2026-05-05,03:01:02.785] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:01:02.790] [INFO] LocationSqlManager initialising [2026-05-05,03:01:02.791] [INFO] Location DB initialising [2026-05-05,03:01:02.801] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:01:02.802] [DEBUG] UploadManager Init [2026-05-05,03:01:02.802] [DEBUG] UploadManager Init Complete [2026-05-05,03:01:02.805] [INFO] Initializing GPS... [2026-05-05,03:01:02.808] [INFO] Starting location capture [2026-05-05,03:01:41.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:01:41.736] [INFO] LocationSqlManager initialising [2026-05-05,03:01:41.736] [INFO] Location DB initialising [2026-05-05,03:01:41.746] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:01:41.746] [DEBUG] UploadManager Init [2026-05-05,03:01:41.746] [DEBUG] UploadManager Init Complete [2026-05-05,03:01:41.749] [INFO] Initializing GPS... [2026-05-05,03:01:41.751] [INFO] Starting location capture [2026-05-05,03:02:21.237] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:02:21.244] [INFO] LocationSqlManager initialising [2026-05-05,03:02:21.245] [INFO] Location DB initialising [2026-05-05,03:02:21.257] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:02:21.258] [DEBUG] UploadManager Init [2026-05-05,03:02:21.259] [DEBUG] UploadManager Init Complete [2026-05-05,03:02:21.263] [INFO] Initializing GPS... [2026-05-05,03:02:21.266] [INFO] Starting location capture [2026-05-05,03:02:59.687] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:02:59.693] [INFO] LocationSqlManager initialising [2026-05-05,03:02:59.693] [INFO] Location DB initialising [2026-05-05,03:02:59.703] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:02:59.703] [DEBUG] UploadManager Init [2026-05-05,03:02:59.704] [DEBUG] UploadManager Init Complete [2026-05-05,03:02:59.706] [INFO] Initializing GPS... [2026-05-05,03:02:59.708] [INFO] Starting location capture [2026-05-05,03:03:39.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:03:39.012] [INFO] LocationSqlManager initialising [2026-05-05,03:03:39.013] [INFO] Location DB initialising [2026-05-05,03:03:39.024] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:03:39.025] [DEBUG] UploadManager Init [2026-05-05,03:03:39.026] [DEBUG] UploadManager Init Complete [2026-05-05,03:03:39.030] [INFO] Initializing GPS... [2026-05-05,03:03:39.032] [INFO] Starting location capture [2026-05-05,03:04:16.710] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:04:16.715] [INFO] LocationSqlManager initialising [2026-05-05,03:04:16.716] [INFO] Location DB initialising [2026-05-05,03:04:16.725] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:04:16.726] [DEBUG] UploadManager Init [2026-05-05,03:04:16.726] [DEBUG] UploadManager Init Complete [2026-05-05,03:04:16.728] [INFO] Initializing GPS... [2026-05-05,03:04:16.730] [INFO] Starting location capture [2026-05-05,03:04:54.869] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:04:54.875] [INFO] LocationSqlManager initialising [2026-05-05,03:04:54.876] [INFO] Location DB initialising [2026-05-05,03:04:54.886] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:04:54.886] [DEBUG] UploadManager Init [2026-05-05,03:04:54.887] [DEBUG] UploadManager Init Complete [2026-05-05,03:04:54.890] [INFO] Initializing GPS... [2026-05-05,03:04:54.892] [INFO] Starting location capture [2026-05-05,03:05:33.140] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:05:33.147] [INFO] LocationSqlManager initialising [2026-05-05,03:05:33.148] [INFO] Location DB initialising [2026-05-05,03:05:33.159] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:05:33.160] [DEBUG] UploadManager Init [2026-05-05,03:05:33.161] [DEBUG] UploadManager Init Complete [2026-05-05,03:05:33.166] [INFO] Initializing GPS... [2026-05-05,03:05:33.168] [INFO] Starting location capture [2026-05-05,03:06:12.323] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:06:12.331] [INFO] LocationSqlManager initialising [2026-05-05,03:06:12.332] [INFO] Location DB initialising [2026-05-05,03:06:12.343] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:06:12.345] [DEBUG] UploadManager Init [2026-05-05,03:06:12.345] [DEBUG] UploadManager Init Complete [2026-05-05,03:06:12.350] [INFO] Initializing GPS... [2026-05-05,03:06:12.353] [INFO] Starting location capture [2026-05-05,03:06:50.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:06:50.138] [INFO] LocationSqlManager initialising [2026-05-05,03:06:50.138] [INFO] Location DB initialising [2026-05-05,03:06:50.148] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:06:50.148] [DEBUG] UploadManager Init [2026-05-05,03:06:50.149] [DEBUG] UploadManager Init Complete [2026-05-05,03:06:50.151] [INFO] Initializing GPS... [2026-05-05,03:06:50.153] [INFO] Starting location capture [2026-05-05,03:07:29.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:07:29.326] [INFO] LocationSqlManager initialising [2026-05-05,03:07:29.327] [INFO] Location DB initialising [2026-05-05,03:07:29.337] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:07:29.338] [DEBUG] UploadManager Init [2026-05-05,03:07:29.338] [DEBUG] UploadManager Init Complete [2026-05-05,03:07:29.342] [INFO] Initializing GPS... [2026-05-05,03:07:29.344] [INFO] Starting location capture [2026-05-05,03:08:06.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:08:06.947] [INFO] LocationSqlManager initialising [2026-05-05,03:08:06.948] [INFO] Location DB initialising [2026-05-05,03:08:06.958] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:08:06.959] [DEBUG] UploadManager Init [2026-05-05,03:08:06.959] [DEBUG] UploadManager Init Complete [2026-05-05,03:08:06.962] [INFO] Initializing GPS... [2026-05-05,03:08:06.965] [INFO] Starting location capture [2026-05-05,03:08:45.646] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:08:45.653] [INFO] LocationSqlManager initialising [2026-05-05,03:08:45.654] [INFO] Location DB initialising [2026-05-05,03:08:45.665] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:08:45.666] [DEBUG] UploadManager Init [2026-05-05,03:08:45.667] [DEBUG] UploadManager Init Complete [2026-05-05,03:08:45.671] [INFO] Initializing GPS... [2026-05-05,03:08:45.674] [INFO] Starting location capture [2026-05-05,03:09:24.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:09:24.152] [INFO] LocationSqlManager initialising [2026-05-05,03:09:24.153] [INFO] Location DB initialising [2026-05-05,03:09:24.164] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:09:24.165] [DEBUG] UploadManager Init [2026-05-05,03:09:24.166] [DEBUG] UploadManager Init Complete [2026-05-05,03:09:24.171] [INFO] Initializing GPS... [2026-05-05,03:09:24.173] [INFO] Starting location capture [2026-05-05,03:10:01.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:10:01.922] [INFO] LocationSqlManager initialising [2026-05-05,03:10:01.923] [INFO] Location DB initialising [2026-05-05,03:10:01.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:10:01.933] [DEBUG] UploadManager Init [2026-05-05,03:10:01.933] [DEBUG] UploadManager Init Complete [2026-05-05,03:10:01.936] [INFO] Initializing GPS... [2026-05-05,03:10:01.937] [INFO] Starting location capture [2026-05-05,03:10:40.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:10:40.791] [INFO] LocationSqlManager initialising [2026-05-05,03:10:40.792] [INFO] Location DB initialising [2026-05-05,03:10:40.801] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:10:40.801] [DEBUG] UploadManager Init [2026-05-05,03:10:40.802] [DEBUG] UploadManager Init Complete [2026-05-05,03:10:40.805] [INFO] Initializing GPS... [2026-05-05,03:10:40.807] [INFO] Starting location capture [2026-05-05,03:11:19.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:11:19.163] [INFO] LocationSqlManager initialising [2026-05-05,03:11:19.164] [INFO] Location DB initialising [2026-05-05,03:11:19.175] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:11:19.176] [DEBUG] UploadManager Init [2026-05-05,03:11:19.176] [DEBUG] UploadManager Init Complete [2026-05-05,03:11:19.180] [INFO] Initializing GPS... [2026-05-05,03:11:19.183] [INFO] Starting location capture [2026-05-05,03:11:58.025] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:11:58.030] [INFO] LocationSqlManager initialising [2026-05-05,03:11:58.031] [INFO] Location DB initialising [2026-05-05,03:11:58.041] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:11:58.042] [DEBUG] UploadManager Init [2026-05-05,03:11:58.042] [DEBUG] UploadManager Init Complete [2026-05-05,03:11:58.045] [INFO] Initializing GPS... [2026-05-05,03:11:58.048] [INFO] Starting location capture [2026-05-05,03:12:35.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:12:35.779] [INFO] LocationSqlManager initialising [2026-05-05,03:12:35.779] [INFO] Location DB initialising [2026-05-05,03:12:35.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:12:35.789] [DEBUG] UploadManager Init [2026-05-05,03:12:35.789] [DEBUG] UploadManager Init Complete [2026-05-05,03:12:35.792] [INFO] Initializing GPS... [2026-05-05,03:12:35.794] [INFO] Starting location capture [2026-05-05,03:13:14.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:13:14.919] [INFO] LocationSqlManager initialising [2026-05-05,03:13:14.920] [INFO] Location DB initialising [2026-05-05,03:13:14.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:13:14.930] [DEBUG] UploadManager Init [2026-05-05,03:13:14.930] [DEBUG] UploadManager Init Complete [2026-05-05,03:13:14.933] [INFO] Initializing GPS... [2026-05-05,03:13:14.935] [INFO] Starting location capture [2026-05-05,03:13:52.852] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:13:52.857] [INFO] LocationSqlManager initialising [2026-05-05,03:13:52.857] [INFO] Location DB initialising [2026-05-05,03:13:52.867] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:13:52.867] [DEBUG] UploadManager Init [2026-05-05,03:13:52.868] [DEBUG] UploadManager Init Complete [2026-05-05,03:13:52.870] [INFO] Initializing GPS... [2026-05-05,03:13:52.872] [INFO] Starting location capture [2026-05-05,03:14:30.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:14:30.953] [INFO] LocationSqlManager initialising [2026-05-05,03:14:30.953] [INFO] Location DB initialising [2026-05-05,03:14:30.964] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:14:30.965] [DEBUG] UploadManager Init [2026-05-05,03:14:30.965] [DEBUG] UploadManager Init Complete [2026-05-05,03:14:30.970] [INFO] Initializing GPS... [2026-05-05,03:14:30.973] [INFO] Starting location capture [2026-05-05,03:15:09.703] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:15:09.709] [INFO] LocationSqlManager initialising [2026-05-05,03:15:09.710] [INFO] Location DB initialising [2026-05-05,03:15:09.726] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:15:09.728] [DEBUG] UploadManager Init [2026-05-05,03:15:09.729] [DEBUG] UploadManager Init Complete [2026-05-05,03:15:09.735] [INFO] Initializing GPS... [2026-05-05,03:15:09.737] [INFO] Starting location capture [2026-05-05,03:15:47.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:15:47.847] [INFO] LocationSqlManager initialising [2026-05-05,03:15:47.848] [INFO] Location DB initialising [2026-05-05,03:15:47.860] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:15:47.861] [DEBUG] UploadManager Init [2026-05-05,03:15:47.862] [DEBUG] UploadManager Init Complete [2026-05-05,03:15:47.866] [INFO] Initializing GPS... [2026-05-05,03:15:47.869] [INFO] Starting location capture [2026-05-05,03:16:27.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:16:27.238] [INFO] LocationSqlManager initialising [2026-05-05,03:16:27.239] [INFO] Location DB initialising [2026-05-05,03:16:27.248] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:16:27.249] [DEBUG] UploadManager Init [2026-05-05,03:16:27.250] [DEBUG] UploadManager Init Complete [2026-05-05,03:16:27.252] [INFO] Initializing GPS... [2026-05-05,03:16:27.254] [INFO] Starting location capture [2026-05-05,03:17:04.609] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:17:04.613] [INFO] LocationSqlManager initialising [2026-05-05,03:17:04.614] [INFO] Location DB initialising [2026-05-05,03:17:04.623] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:17:04.624] [DEBUG] UploadManager Init [2026-05-05,03:17:04.624] [DEBUG] UploadManager Init Complete [2026-05-05,03:17:04.627] [INFO] Initializing GPS... [2026-05-05,03:17:04.629] [INFO] Starting location capture [2026-05-05,03:17:44.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:17:44.038] [INFO] LocationSqlManager initialising [2026-05-05,03:17:44.039] [INFO] Location DB initialising [2026-05-05,03:17:44.049] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:17:44.050] [DEBUG] UploadManager Init [2026-05-05,03:17:44.050] [DEBUG] UploadManager Init Complete [2026-05-05,03:17:44.053] [INFO] Initializing GPS... [2026-05-05,03:17:44.055] [INFO] Starting location capture [2026-05-05,03:18:22.286] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:18:22.291] [INFO] LocationSqlManager initialising [2026-05-05,03:18:22.292] [INFO] Location DB initialising [2026-05-05,03:18:22.301] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:18:22.302] [DEBUG] UploadManager Init [2026-05-05,03:18:22.302] [DEBUG] UploadManager Init Complete [2026-05-05,03:18:22.305] [INFO] Initializing GPS... [2026-05-05,03:18:22.306] [INFO] Starting location capture [2026-05-05,03:19:01.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:19:01.052] [INFO] LocationSqlManager initialising [2026-05-05,03:19:01.053] [INFO] Location DB initialising [2026-05-05,03:19:01.066] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:19:01.067] [DEBUG] UploadManager Init [2026-05-05,03:19:01.068] [DEBUG] UploadManager Init Complete [2026-05-05,03:19:01.071] [INFO] Initializing GPS... [2026-05-05,03:19:01.073] [INFO] Starting location capture [2026-05-05,03:19:39.371] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:19:39.378] [INFO] LocationSqlManager initialising [2026-05-05,03:19:39.379] [INFO] Location DB initialising [2026-05-05,03:19:39.390] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:19:39.391] [DEBUG] UploadManager Init [2026-05-05,03:19:39.392] [DEBUG] UploadManager Init Complete [2026-05-05,03:19:39.397] [INFO] Initializing GPS... [2026-05-05,03:19:39.399] [INFO] Starting location capture [2026-05-05,03:20:17.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:20:17.057] [INFO] LocationSqlManager initialising [2026-05-05,03:20:17.058] [INFO] Location DB initialising [2026-05-05,03:20:17.070] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:20:17.071] [DEBUG] UploadManager Init [2026-05-05,03:20:17.072] [DEBUG] UploadManager Init Complete [2026-05-05,03:20:17.076] [INFO] Initializing GPS... [2026-05-05,03:20:17.079] [INFO] Starting location capture [2026-05-05,03:20:55.730] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:20:55.735] [INFO] LocationSqlManager initialising [2026-05-05,03:20:55.736] [INFO] Location DB initialising [2026-05-05,03:20:55.745] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:20:55.745] [DEBUG] UploadManager Init [2026-05-05,03:20:55.746] [DEBUG] UploadManager Init Complete [2026-05-05,03:20:55.749] [INFO] Initializing GPS... [2026-05-05,03:20:55.751] [INFO] Starting location capture [2026-05-05,03:21:34.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:21:34.346] [INFO] LocationSqlManager initialising [2026-05-05,03:21:34.347] [INFO] Location DB initialising [2026-05-05,03:21:34.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:21:34.359] [DEBUG] UploadManager Init [2026-05-05,03:21:34.360] [DEBUG] UploadManager Init Complete [2026-05-05,03:21:34.364] [INFO] Initializing GPS... [2026-05-05,03:21:34.367] [INFO] Starting location capture [2026-05-05,03:22:07.899] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:22:07.906] [INFO] LocationSqlManager initialising [2026-05-05,03:22:07.907] [INFO] Location DB initialising [2026-05-05,03:22:07.918] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:22:07.919] [DEBUG] UploadManager Init [2026-05-05,03:22:07.920] [DEBUG] UploadManager Init Complete [2026-05-05,03:22:07.924] [INFO] Initializing GPS... [2026-05-05,03:22:07.927] [INFO] Starting location capture [2026-05-05,03:22:47.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:22:47.220] [INFO] LocationSqlManager initialising [2026-05-05,03:22:47.221] [INFO] Location DB initialising [2026-05-05,03:22:47.232] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:22:47.233] [DEBUG] UploadManager Init [2026-05-05,03:22:47.234] [DEBUG] UploadManager Init Complete [2026-05-05,03:22:47.238] [INFO] Initializing GPS... [2026-05-05,03:22:47.241] [INFO] Starting location capture [2026-05-05,03:23:20.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:23:20.227] [INFO] LocationSqlManager initialising [2026-05-05,03:23:20.227] [INFO] Location DB initialising [2026-05-05,03:23:20.237] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:23:20.238] [DEBUG] UploadManager Init [2026-05-05,03:23:20.239] [DEBUG] UploadManager Init Complete [2026-05-05,03:23:20.242] [INFO] Initializing GPS... [2026-05-05,03:23:20.244] [INFO] Starting location capture [2026-05-05,03:23:58.576] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:23:58.583] [INFO] LocationSqlManager initialising [2026-05-05,03:23:58.584] [INFO] Location DB initialising [2026-05-05,03:23:58.595] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:23:58.597] [DEBUG] UploadManager Init [2026-05-05,03:23:58.597] [DEBUG] UploadManager Init Complete [2026-05-05,03:23:58.602] [INFO] Initializing GPS... [2026-05-05,03:23:58.605] [INFO] Starting location capture [2026-05-05,03:24:36.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:24:36.883] [INFO] LocationSqlManager initialising [2026-05-05,03:24:36.884] [INFO] Location DB initialising [2026-05-05,03:24:36.893] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:24:36.894] [DEBUG] UploadManager Init [2026-05-05,03:24:36.894] [DEBUG] UploadManager Init Complete [2026-05-05,03:24:36.897] [INFO] Initializing GPS... [2026-05-05,03:24:36.899] [INFO] Starting location capture [2026-05-05,03:25:15.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:25:15.308] [INFO] LocationSqlManager initialising [2026-05-05,03:25:15.309] [INFO] Location DB initialising [2026-05-05,03:25:15.318] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:25:15.319] [DEBUG] UploadManager Init [2026-05-05,03:25:15.319] [DEBUG] UploadManager Init Complete [2026-05-05,03:25:15.321] [INFO] Initializing GPS... [2026-05-05,03:25:15.323] [INFO] Starting location capture [2026-05-05,03:25:53.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:25:53.834] [INFO] LocationSqlManager initialising [2026-05-05,03:25:53.835] [INFO] Location DB initialising [2026-05-05,03:25:53.845] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:25:53.846] [DEBUG] UploadManager Init [2026-05-05,03:25:53.846] [DEBUG] UploadManager Init Complete [2026-05-05,03:25:53.849] [INFO] Initializing GPS... [2026-05-05,03:25:53.851] [INFO] Starting location capture [2026-05-05,03:26:31.724] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:26:31.729] [INFO] LocationSqlManager initialising [2026-05-05,03:26:31.730] [INFO] Location DB initialising [2026-05-05,03:26:31.739] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:26:31.739] [DEBUG] UploadManager Init [2026-05-05,03:26:31.740] [DEBUG] UploadManager Init Complete [2026-05-05,03:26:31.743] [INFO] Initializing GPS... [2026-05-05,03:26:31.745] [INFO] Starting location capture [2026-05-05,03:27:10.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:27:10.203] [INFO] LocationSqlManager initialising [2026-05-05,03:27:10.203] [INFO] Location DB initialising [2026-05-05,03:27:10.213] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:27:10.213] [DEBUG] UploadManager Init [2026-05-05,03:27:10.214] [DEBUG] UploadManager Init Complete [2026-05-05,03:27:10.216] [INFO] Initializing GPS... [2026-05-05,03:27:10.218] [INFO] Starting location capture [2026-05-05,03:27:49.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:27:49.065] [INFO] LocationSqlManager initialising [2026-05-05,03:27:49.065] [INFO] Location DB initialising [2026-05-05,03:27:49.075] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:27:49.075] [DEBUG] UploadManager Init [2026-05-05,03:27:49.076] [DEBUG] UploadManager Init Complete [2026-05-05,03:27:49.079] [INFO] Initializing GPS... [2026-05-05,03:27:49.080] [INFO] Starting location capture [2026-05-05,03:28:21.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:28:21.883] [INFO] LocationSqlManager initialising [2026-05-05,03:28:21.884] [INFO] Location DB initialising [2026-05-05,03:28:21.893] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:28:21.894] [DEBUG] UploadManager Init [2026-05-05,03:28:21.894] [DEBUG] UploadManager Init Complete [2026-05-05,03:28:21.897] [INFO] Initializing GPS... [2026-05-05,03:28:21.899] [INFO] Starting location capture [2026-05-05,03:29:00.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:29:00.821] [INFO] LocationSqlManager initialising [2026-05-05,03:29:00.822] [INFO] Location DB initialising [2026-05-05,03:29:00.831] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:29:00.832] [DEBUG] UploadManager Init [2026-05-05,03:29:00.832] [DEBUG] UploadManager Init Complete [2026-05-05,03:29:00.835] [INFO] Initializing GPS... [2026-05-05,03:29:00.837] [INFO] Starting location capture [2026-05-05,03:29:39.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:29:39.054] [INFO] LocationSqlManager initialising [2026-05-05,03:29:39.055] [INFO] Location DB initialising [2026-05-05,03:29:39.064] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:29:39.065] [DEBUG] UploadManager Init [2026-05-05,03:29:39.065] [DEBUG] UploadManager Init Complete [2026-05-05,03:29:39.068] [INFO] Initializing GPS... [2026-05-05,03:29:39.070] [INFO] Starting location capture [2026-05-05,03:30:16.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:30:16.795] [INFO] LocationSqlManager initialising [2026-05-05,03:30:16.796] [INFO] Location DB initialising [2026-05-05,03:30:16.808] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:30:16.809] [DEBUG] UploadManager Init [2026-05-05,03:30:16.810] [DEBUG] UploadManager Init Complete [2026-05-05,03:30:16.814] [INFO] Initializing GPS... [2026-05-05,03:30:16.817] [INFO] Starting location capture [2026-05-05,03:30:54.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:30:54.817] [INFO] LocationSqlManager initialising [2026-05-05,03:30:54.817] [INFO] Location DB initialising [2026-05-05,03:30:54.827] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:30:54.827] [DEBUG] UploadManager Init [2026-05-05,03:30:54.828] [DEBUG] UploadManager Init Complete [2026-05-05,03:30:54.830] [INFO] Initializing GPS... [2026-05-05,03:30:54.832] [INFO] Starting location capture [2026-05-05,03:31:34.346] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:31:34.352] [INFO] LocationSqlManager initialising [2026-05-05,03:31:34.352] [INFO] Location DB initialising [2026-05-05,03:31:34.362] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:31:34.363] [DEBUG] UploadManager Init [2026-05-05,03:31:34.363] [DEBUG] UploadManager Init Complete [2026-05-05,03:31:34.367] [INFO] Initializing GPS... [2026-05-05,03:31:34.369] [INFO] Starting location capture [2026-05-05,03:32:12.596] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:32:12.602] [INFO] LocationSqlManager initialising [2026-05-05,03:32:12.603] [INFO] Location DB initialising [2026-05-05,03:32:12.613] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:32:12.613] [DEBUG] UploadManager Init [2026-05-05,03:32:12.614] [DEBUG] UploadManager Init Complete [2026-05-05,03:32:12.617] [INFO] Initializing GPS... [2026-05-05,03:32:12.620] [INFO] Starting location capture [2026-05-05,03:32:51.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:32:51.276] [INFO] LocationSqlManager initialising [2026-05-05,03:32:51.276] [INFO] Location DB initialising [2026-05-05,03:32:51.287] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:32:51.287] [DEBUG] UploadManager Init [2026-05-05,03:32:51.288] [DEBUG] UploadManager Init Complete [2026-05-05,03:32:51.291] [INFO] Initializing GPS... [2026-05-05,03:32:51.293] [INFO] Starting location capture [2026-05-05,03:33:28.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:33:28.814] [INFO] LocationSqlManager initialising [2026-05-05,03:33:28.814] [INFO] Location DB initialising [2026-05-05,03:33:28.826] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:33:28.827] [DEBUG] UploadManager Init [2026-05-05,03:33:28.827] [DEBUG] UploadManager Init Complete [2026-05-05,03:33:28.832] [INFO] Initializing GPS... [2026-05-05,03:33:28.834] [INFO] Starting location capture [2026-05-05,03:34:07.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:34:07.115] [INFO] LocationSqlManager initialising [2026-05-05,03:34:07.116] [INFO] Location DB initialising [2026-05-05,03:34:07.125] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:34:07.125] [DEBUG] UploadManager Init [2026-05-05,03:34:07.126] [DEBUG] UploadManager Init Complete [2026-05-05,03:34:07.128] [INFO] Initializing GPS... [2026-05-05,03:34:07.130] [INFO] Starting location capture [2026-05-05,03:34:46.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:34:46.072] [INFO] LocationSqlManager initialising [2026-05-05,03:34:46.073] [INFO] Location DB initialising [2026-05-05,03:34:46.082] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:34:46.083] [DEBUG] UploadManager Init [2026-05-05,03:34:46.084] [DEBUG] UploadManager Init Complete [2026-05-05,03:34:46.087] [INFO] Initializing GPS... [2026-05-05,03:34:46.090] [INFO] Starting location capture [2026-05-05,03:35:23.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:35:23.573] [INFO] LocationSqlManager initialising [2026-05-05,03:35:23.573] [INFO] Location DB initialising [2026-05-05,03:35:23.582] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:35:23.583] [DEBUG] UploadManager Init [2026-05-05,03:35:23.583] [DEBUG] UploadManager Init Complete [2026-05-05,03:35:23.586] [INFO] Initializing GPS... [2026-05-05,03:35:23.588] [INFO] Starting location capture [2026-05-05,03:36:02.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:36:02.884] [INFO] LocationSqlManager initialising [2026-05-05,03:36:02.884] [INFO] Location DB initialising [2026-05-05,03:36:02.895] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:36:02.896] [DEBUG] UploadManager Init [2026-05-05,03:36:02.896] [DEBUG] UploadManager Init Complete [2026-05-05,03:36:02.901] [INFO] Initializing GPS... [2026-05-05,03:36:02.904] [INFO] Starting location capture [2026-05-05,03:36:40.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:36:40.964] [INFO] LocationSqlManager initialising [2026-05-05,03:36:40.965] [INFO] Location DB initialising [2026-05-05,03:36:40.975] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:36:40.976] [DEBUG] UploadManager Init [2026-05-05,03:36:40.977] [DEBUG] UploadManager Init Complete [2026-05-05,03:36:40.980] [INFO] Initializing GPS... [2026-05-05,03:36:40.982] [INFO] Starting location capture [2026-05-05,03:37:19.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:37:19.237] [INFO] LocationSqlManager initialising [2026-05-05,03:37:19.237] [INFO] Location DB initialising [2026-05-05,03:37:19.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:37:19.248] [DEBUG] UploadManager Init [2026-05-05,03:37:19.249] [DEBUG] UploadManager Init Complete [2026-05-05,03:37:19.252] [INFO] Initializing GPS... [2026-05-05,03:37:19.254] [INFO] Starting location capture [2026-05-05,03:37:57.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:37:57.964] [INFO] LocationSqlManager initialising [2026-05-05,03:37:57.965] [INFO] Location DB initialising [2026-05-05,03:37:57.974] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:37:57.975] [DEBUG] UploadManager Init [2026-05-05,03:37:57.975] [DEBUG] UploadManager Init Complete [2026-05-05,03:37:57.978] [INFO] Initializing GPS... [2026-05-05,03:37:57.980] [INFO] Starting location capture [2026-05-05,03:38:35.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:38:35.840] [INFO] LocationSqlManager initialising [2026-05-05,03:38:35.840] [INFO] Location DB initialising [2026-05-05,03:38:35.849] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:38:35.850] [DEBUG] UploadManager Init [2026-05-05,03:38:35.850] [DEBUG] UploadManager Init Complete [2026-05-05,03:38:35.853] [INFO] Initializing GPS... [2026-05-05,03:38:35.855] [INFO] Starting location capture [2026-05-05,03:39:13.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:39:13.960] [INFO] LocationSqlManager initialising [2026-05-05,03:39:13.962] [INFO] Location DB initialising [2026-05-05,03:39:13.973] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:39:13.974] [DEBUG] UploadManager Init [2026-05-05,03:39:13.975] [DEBUG] UploadManager Init Complete [2026-05-05,03:39:13.980] [INFO] Initializing GPS... [2026-05-05,03:39:13.983] [INFO] Starting location capture [2026-05-05,03:39:52.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:39:52.943] [INFO] LocationSqlManager initialising [2026-05-05,03:39:52.943] [INFO] Location DB initialising [2026-05-05,03:39:52.953] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:39:52.953] [DEBUG] UploadManager Init [2026-05-05,03:39:52.954] [DEBUG] UploadManager Init Complete [2026-05-05,03:39:52.956] [INFO] Initializing GPS... [2026-05-05,03:39:52.958] [INFO] Starting location capture [2026-05-05,03:40:31.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:40:31.188] [INFO] LocationSqlManager initialising [2026-05-05,03:40:31.189] [INFO] Location DB initialising [2026-05-05,03:40:31.199] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:40:31.199] [DEBUG] UploadManager Init [2026-05-05,03:40:31.200] [DEBUG] UploadManager Init Complete [2026-05-05,03:40:31.203] [INFO] Initializing GPS... [2026-05-05,03:40:31.206] [INFO] Starting location capture [2026-05-05,03:41:09.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:41:09.860] [INFO] LocationSqlManager initialising [2026-05-05,03:41:09.861] [INFO] Location DB initialising [2026-05-05,03:41:09.870] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:41:09.870] [DEBUG] UploadManager Init [2026-05-05,03:41:09.871] [DEBUG] UploadManager Init Complete [2026-05-05,03:41:09.873] [INFO] Initializing GPS... [2026-05-05,03:41:09.875] [INFO] Starting location capture [2026-05-05,03:41:48.600] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:41:48.607] [INFO] LocationSqlManager initialising [2026-05-05,03:41:48.608] [INFO] Location DB initialising [2026-05-05,03:41:48.618] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:41:48.620] [DEBUG] UploadManager Init [2026-05-05,03:41:48.620] [DEBUG] UploadManager Init Complete [2026-05-05,03:41:48.625] [INFO] Initializing GPS... [2026-05-05,03:41:48.628] [INFO] Starting location capture [2026-05-05,03:42:27.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:42:27.076] [INFO] LocationSqlManager initialising [2026-05-05,03:42:27.076] [INFO] Location DB initialising [2026-05-05,03:42:27.086] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:42:27.087] [DEBUG] UploadManager Init [2026-05-05,03:42:27.087] [DEBUG] UploadManager Init Complete [2026-05-05,03:42:27.090] [INFO] Initializing GPS... [2026-05-05,03:42:27.092] [INFO] Starting location capture [2026-05-05,03:43:06.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:43:06.203] [INFO] LocationSqlManager initialising [2026-05-05,03:43:06.204] [INFO] Location DB initialising [2026-05-05,03:43:06.215] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:43:06.216] [DEBUG] UploadManager Init [2026-05-05,03:43:06.217] [DEBUG] UploadManager Init Complete [2026-05-05,03:43:06.221] [INFO] Initializing GPS... [2026-05-05,03:43:06.224] [INFO] Starting location capture [2026-05-05,03:43:44.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:43:44.203] [INFO] LocationSqlManager initialising [2026-05-05,03:43:44.204] [INFO] Location DB initialising [2026-05-05,03:43:44.215] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:43:44.217] [DEBUG] UploadManager Init [2026-05-05,03:43:44.217] [DEBUG] UploadManager Init Complete [2026-05-05,03:43:44.222] [INFO] Initializing GPS... [2026-05-05,03:43:44.225] [INFO] Starting location capture [2026-05-05,03:44:21.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:44:21.767] [INFO] LocationSqlManager initialising [2026-05-05,03:44:21.768] [INFO] Location DB initialising [2026-05-05,03:44:21.779] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:44:21.781] [DEBUG] UploadManager Init [2026-05-05,03:44:21.781] [DEBUG] UploadManager Init Complete [2026-05-05,03:44:21.786] [INFO] Initializing GPS... [2026-05-05,03:44:21.789] [INFO] Starting location capture [2026-05-05,03:44:55.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:44:55.969] [INFO] LocationSqlManager initialising [2026-05-05,03:44:55.970] [INFO] Location DB initialising [2026-05-05,03:44:55.979] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:44:55.980] [DEBUG] UploadManager Init [2026-05-05,03:44:55.981] [DEBUG] UploadManager Init Complete [2026-05-05,03:44:55.983] [INFO] Initializing GPS... [2026-05-05,03:44:55.985] [INFO] Starting location capture [2026-05-05,03:45:34.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:45:34.864] [INFO] LocationSqlManager initialising [2026-05-05,03:45:34.865] [INFO] Location DB initialising [2026-05-05,03:45:34.876] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:45:34.877] [DEBUG] UploadManager Init [2026-05-05,03:45:34.878] [DEBUG] UploadManager Init Complete [2026-05-05,03:45:34.882] [INFO] Initializing GPS... [2026-05-05,03:45:34.885] [INFO] Starting location capture [2026-05-05,03:46:13.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:46:13.065] [INFO] LocationSqlManager initialising [2026-05-05,03:46:13.066] [INFO] Location DB initialising [2026-05-05,03:46:13.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:46:13.083] [DEBUG] UploadManager Init [2026-05-05,03:46:13.084] [DEBUG] UploadManager Init Complete [2026-05-05,03:46:13.090] [INFO] Initializing GPS... [2026-05-05,03:46:13.092] [INFO] Starting location capture [2026-05-05,03:46:51.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:46:51.818] [INFO] LocationSqlManager initialising [2026-05-05,03:46:51.818] [INFO] Location DB initialising [2026-05-05,03:46:51.828] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:46:51.829] [DEBUG] UploadManager Init [2026-05-05,03:46:51.829] [DEBUG] UploadManager Init Complete [2026-05-05,03:46:51.833] [INFO] Initializing GPS... [2026-05-05,03:46:51.835] [INFO] Starting location capture [2026-05-05,03:47:29.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:47:29.776] [INFO] LocationSqlManager initialising [2026-05-05,03:47:29.777] [INFO] Location DB initialising [2026-05-05,03:47:29.787] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:47:29.788] [DEBUG] UploadManager Init [2026-05-05,03:47:29.789] [DEBUG] UploadManager Init Complete [2026-05-05,03:47:29.794] [INFO] Initializing GPS... [2026-05-05,03:47:29.797] [INFO] Starting location capture [2026-05-05,03:48:08.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:48:08.842] [INFO] LocationSqlManager initialising [2026-05-05,03:48:08.843] [INFO] Location DB initialising [2026-05-05,03:48:08.852] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:48:08.853] [DEBUG] UploadManager Init [2026-05-05,03:48:08.853] [DEBUG] UploadManager Init Complete [2026-05-05,03:48:08.856] [INFO] Initializing GPS... [2026-05-05,03:48:08.858] [INFO] Starting location capture [2026-05-05,03:48:47.479] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:48:47.486] [INFO] LocationSqlManager initialising [2026-05-05,03:48:47.487] [INFO] Location DB initialising [2026-05-05,03:48:47.499] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:48:47.500] [DEBUG] UploadManager Init [2026-05-05,03:48:47.501] [DEBUG] UploadManager Init Complete [2026-05-05,03:48:47.505] [INFO] Initializing GPS... [2026-05-05,03:48:47.508] [INFO] Starting location capture [2026-05-05,03:49:20.514] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:49:20.521] [INFO] LocationSqlManager initialising [2026-05-05,03:49:20.522] [INFO] Location DB initialising [2026-05-05,03:49:20.533] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:49:20.534] [DEBUG] UploadManager Init [2026-05-05,03:49:20.535] [DEBUG] UploadManager Init Complete [2026-05-05,03:49:20.539] [INFO] Initializing GPS... [2026-05-05,03:49:20.542] [INFO] Starting location capture [2026-05-05,03:49:59.712] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:49:59.717] [INFO] LocationSqlManager initialising [2026-05-05,03:49:59.717] [INFO] Location DB initialising [2026-05-05,03:49:59.726] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:49:59.727] [DEBUG] UploadManager Init [2026-05-05,03:49:59.727] [DEBUG] UploadManager Init Complete [2026-05-05,03:49:59.730] [INFO] Initializing GPS... [2026-05-05,03:49:59.732] [INFO] Starting location capture [2026-05-05,03:50:38.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:50:38.167] [INFO] LocationSqlManager initialising [2026-05-05,03:50:38.167] [INFO] Location DB initialising [2026-05-05,03:50:38.177] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:50:38.177] [DEBUG] UploadManager Init [2026-05-05,03:50:38.178] [DEBUG] UploadManager Init Complete [2026-05-05,03:50:38.180] [INFO] Initializing GPS... [2026-05-05,03:50:38.182] [INFO] Starting location capture [2026-05-05,03:51:16.564] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:51:16.569] [INFO] LocationSqlManager initialising [2026-05-05,03:51:16.570] [INFO] Location DB initialising [2026-05-05,03:51:16.579] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:51:16.580] [DEBUG] UploadManager Init [2026-05-05,03:51:16.581] [DEBUG] UploadManager Init Complete [2026-05-05,03:51:16.583] [INFO] Initializing GPS... [2026-05-05,03:51:16.585] [INFO] Starting location capture [2026-05-05,03:51:55.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:51:55.066] [INFO] LocationSqlManager initialising [2026-05-05,03:51:55.067] [INFO] Location DB initialising [2026-05-05,03:51:55.077] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:51:55.078] [DEBUG] UploadManager Init [2026-05-05,03:51:55.078] [DEBUG] UploadManager Init Complete [2026-05-05,03:51:55.082] [INFO] Initializing GPS... [2026-05-05,03:51:55.084] [INFO] Starting location capture [2026-05-05,03:52:32.903] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:52:32.908] [INFO] LocationSqlManager initialising [2026-05-05,03:52:32.909] [INFO] Location DB initialising [2026-05-05,03:52:32.920] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:52:32.921] [DEBUG] UploadManager Init [2026-05-05,03:52:32.921] [DEBUG] UploadManager Init Complete [2026-05-05,03:52:32.926] [INFO] Initializing GPS... [2026-05-05,03:52:32.929] [INFO] Starting location capture [2026-05-05,03:53:11.249] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:53:11.256] [INFO] LocationSqlManager initialising [2026-05-05,03:53:11.257] [INFO] Location DB initialising [2026-05-05,03:53:11.267] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:53:11.268] [DEBUG] UploadManager Init [2026-05-05,03:53:11.268] [DEBUG] UploadManager Init Complete [2026-05-05,03:53:11.271] [INFO] Initializing GPS... [2026-05-05,03:53:11.273] [INFO] Starting location capture [2026-05-05,03:53:44.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:53:45.004] [INFO] LocationSqlManager initialising [2026-05-05,03:53:45.004] [INFO] Location DB initialising [2026-05-05,03:53:45.013] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:53:45.014] [DEBUG] UploadManager Init [2026-05-05,03:53:45.015] [DEBUG] UploadManager Init Complete [2026-05-05,03:53:45.017] [INFO] Initializing GPS... [2026-05-05,03:53:45.019] [INFO] Starting location capture [2026-05-05,03:54:24.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:54:24.102] [INFO] LocationSqlManager initialising [2026-05-05,03:54:24.102] [INFO] Location DB initialising [2026-05-05,03:54:24.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:54:24.112] [DEBUG] UploadManager Init [2026-05-05,03:54:24.113] [DEBUG] UploadManager Init Complete [2026-05-05,03:54:24.116] [INFO] Initializing GPS... [2026-05-05,03:54:24.117] [INFO] Starting location capture [2026-05-05,03:55:02.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:55:02.997] [INFO] LocationSqlManager initialising [2026-05-05,03:55:02.998] [INFO] Location DB initialising [2026-05-05,03:55:03.007] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:55:03.008] [DEBUG] UploadManager Init [2026-05-05,03:55:03.008] [DEBUG] UploadManager Init Complete [2026-05-05,03:55:03.011] [INFO] Initializing GPS... [2026-05-05,03:55:03.013] [INFO] Starting location capture [2026-05-05,03:55:41.428] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:55:41.435] [INFO] LocationSqlManager initialising [2026-05-05,03:55:41.436] [INFO] Location DB initialising [2026-05-05,03:55:41.448] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:55:41.449] [DEBUG] UploadManager Init [2026-05-05,03:55:41.450] [DEBUG] UploadManager Init Complete [2026-05-05,03:55:41.455] [INFO] Initializing GPS... [2026-05-05,03:55:41.458] [INFO] Starting location capture [2026-05-05,03:56:20.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:56:20.335] [INFO] LocationSqlManager initialising [2026-05-05,03:56:20.336] [INFO] Location DB initialising [2026-05-05,03:56:20.347] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:56:20.348] [DEBUG] UploadManager Init [2026-05-05,03:56:20.348] [DEBUG] UploadManager Init Complete [2026-05-05,03:56:20.353] [INFO] Initializing GPS... [2026-05-05,03:56:20.356] [INFO] Starting location capture [2026-05-05,03:56:57.988] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:56:57.993] [INFO] LocationSqlManager initialising [2026-05-05,03:56:57.994] [INFO] Location DB initialising [2026-05-05,03:56:58.003] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:56:58.004] [DEBUG] UploadManager Init [2026-05-05,03:56:58.004] [DEBUG] UploadManager Init Complete [2026-05-05,03:56:58.007] [INFO] Initializing GPS... [2026-05-05,03:56:58.009] [INFO] Starting location capture [2026-05-05,03:57:37.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:57:37.115] [INFO] LocationSqlManager initialising [2026-05-05,03:57:37.115] [INFO] Location DB initialising [2026-05-05,03:57:37.126] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:57:37.128] [DEBUG] UploadManager Init [2026-05-05,03:57:37.128] [DEBUG] UploadManager Init Complete [2026-05-05,03:57:37.133] [INFO] Initializing GPS... [2026-05-05,03:57:37.136] [INFO] Starting location capture [2026-05-05,03:58:14.893] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:58:14.898] [INFO] LocationSqlManager initialising [2026-05-05,03:58:14.899] [INFO] Location DB initialising [2026-05-05,03:58:14.908] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:58:14.908] [DEBUG] UploadManager Init [2026-05-05,03:58:14.909] [DEBUG] UploadManager Init Complete [2026-05-05,03:58:14.912] [INFO] Initializing GPS... [2026-05-05,03:58:14.914] [INFO] Starting location capture [2026-05-05,03:58:54.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:58:54.102] [INFO] LocationSqlManager initialising [2026-05-05,03:58:54.103] [INFO] Location DB initialising [2026-05-05,03:58:54.113] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:58:54.113] [DEBUG] UploadManager Init [2026-05-05,03:58:54.114] [DEBUG] UploadManager Init Complete [2026-05-05,03:58:54.116] [INFO] Initializing GPS... [2026-05-05,03:58:54.118] [INFO] Starting location capture [2026-05-05,03:59:32.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,03:59:32.802] [INFO] LocationSqlManager initialising [2026-05-05,03:59:32.803] [INFO] Location DB initialising [2026-05-05,03:59:32.814] [INFO] LocationSqlManager initialisation complete [2026-05-05,03:59:32.816] [DEBUG] UploadManager Init [2026-05-05,03:59:32.816] [DEBUG] UploadManager Init Complete [2026-05-05,03:59:32.821] [INFO] Initializing GPS... [2026-05-05,03:59:32.823] [INFO] Starting location capture [2026-05-05,04:00:11.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:00:11.046] [INFO] LocationSqlManager initialising [2026-05-05,04:00:11.047] [INFO] Location DB initialising [2026-05-05,04:00:11.059] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:00:11.060] [DEBUG] UploadManager Init [2026-05-05,04:00:11.061] [DEBUG] UploadManager Init Complete [2026-05-05,04:00:11.065] [INFO] Initializing GPS... [2026-05-05,04:00:11.068] [INFO] Starting location capture [2026-05-05,04:00:49.274] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:00:49.281] [INFO] LocationSqlManager initialising [2026-05-05,04:00:49.282] [INFO] Location DB initialising [2026-05-05,04:00:49.294] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:00:49.295] [DEBUG] UploadManager Init [2026-05-05,04:00:49.296] [DEBUG] UploadManager Init Complete [2026-05-05,04:00:49.300] [INFO] Initializing GPS... [2026-05-05,04:00:49.303] [INFO] Starting location capture [2026-05-05,04:01:27.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:01:27.897] [INFO] LocationSqlManager initialising [2026-05-05,04:01:27.899] [INFO] Location DB initialising [2026-05-05,04:01:27.910] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:01:27.911] [DEBUG] UploadManager Init [2026-05-05,04:01:27.912] [DEBUG] UploadManager Init Complete [2026-05-05,04:01:27.916] [INFO] Initializing GPS... [2026-05-05,04:01:27.919] [INFO] Starting location capture [2026-05-05,04:02:06.434] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:02:06.441] [INFO] LocationSqlManager initialising [2026-05-05,04:02:06.443] [INFO] Location DB initialising [2026-05-05,04:02:06.454] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:02:06.455] [DEBUG] UploadManager Init [2026-05-05,04:02:06.456] [DEBUG] UploadManager Init Complete [2026-05-05,04:02:06.460] [INFO] Initializing GPS... [2026-05-05,04:02:06.463] [INFO] Starting location capture [2026-05-05,04:02:45.674] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:02:45.681] [INFO] LocationSqlManager initialising [2026-05-05,04:02:45.682] [INFO] Location DB initialising [2026-05-05,04:02:45.693] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:02:45.694] [DEBUG] UploadManager Init [2026-05-05,04:02:45.695] [DEBUG] UploadManager Init Complete [2026-05-05,04:02:45.699] [INFO] Initializing GPS... [2026-05-05,04:02:45.702] [INFO] Starting location capture [2026-05-05,04:03:23.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:03:23.234] [INFO] LocationSqlManager initialising [2026-05-05,04:03:23.235] [INFO] Location DB initialising [2026-05-05,04:03:23.244] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:03:23.245] [DEBUG] UploadManager Init [2026-05-05,04:03:23.245] [DEBUG] UploadManager Init Complete [2026-05-05,04:03:23.248] [INFO] Initializing GPS... [2026-05-05,04:03:23.250] [INFO] Starting location capture [2026-05-05,04:04:01.991] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:04:01.999] [INFO] LocationSqlManager initialising [2026-05-05,04:04:02.000] [INFO] Location DB initialising [2026-05-05,04:04:02.011] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:04:02.012] [DEBUG] UploadManager Init [2026-05-05,04:04:02.013] [DEBUG] UploadManager Init Complete [2026-05-05,04:04:02.017] [INFO] Initializing GPS... [2026-05-05,04:04:02.020] [INFO] Starting location capture [2026-05-05,04:04:39.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:04:39.845] [INFO] LocationSqlManager initialising [2026-05-05,04:04:39.846] [INFO] Location DB initialising [2026-05-05,04:04:39.856] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:04:39.858] [DEBUG] UploadManager Init [2026-05-05,04:04:39.858] [DEBUG] UploadManager Init Complete [2026-05-05,04:04:39.863] [INFO] Initializing GPS... [2026-05-05,04:04:39.865] [INFO] Starting location capture [2026-05-05,04:05:18.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:05:18.060] [INFO] LocationSqlManager initialising [2026-05-05,04:05:18.061] [INFO] Location DB initialising [2026-05-05,04:05:18.072] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:05:18.074] [DEBUG] UploadManager Init [2026-05-05,04:05:18.074] [DEBUG] UploadManager Init Complete [2026-05-05,04:05:18.079] [INFO] Initializing GPS... [2026-05-05,04:05:18.081] [INFO] Starting location capture [2026-05-05,04:05:57.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:05:57.080] [INFO] LocationSqlManager initialising [2026-05-05,04:05:57.081] [INFO] Location DB initialising [2026-05-05,04:05:57.090] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:05:57.091] [DEBUG] UploadManager Init [2026-05-05,04:05:57.092] [DEBUG] UploadManager Init Complete [2026-05-05,04:05:57.095] [INFO] Initializing GPS... [2026-05-05,04:05:57.097] [INFO] Starting location capture [2026-05-05,04:06:34.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:06:34.952] [INFO] LocationSqlManager initialising [2026-05-05,04:06:34.953] [INFO] Location DB initialising [2026-05-05,04:06:34.963] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:06:34.964] [DEBUG] UploadManager Init [2026-05-05,04:06:34.964] [DEBUG] UploadManager Init Complete [2026-05-05,04:06:34.968] [INFO] Initializing GPS... [2026-05-05,04:06:34.970] [INFO] Starting location capture [2026-05-05,04:07:14.030] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:07:14.035] [INFO] LocationSqlManager initialising [2026-05-05,04:07:14.036] [INFO] Location DB initialising [2026-05-05,04:07:14.045] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:07:14.045] [DEBUG] UploadManager Init [2026-05-05,04:07:14.046] [DEBUG] UploadManager Init Complete [2026-05-05,04:07:14.048] [INFO] Initializing GPS... [2026-05-05,04:07:14.050] [INFO] Starting location capture [2026-05-05,04:07:52.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:07:52.157] [INFO] LocationSqlManager initialising [2026-05-05,04:07:52.158] [INFO] Location DB initialising [2026-05-05,04:07:52.167] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:07:52.168] [DEBUG] UploadManager Init [2026-05-05,04:07:52.168] [DEBUG] UploadManager Init Complete [2026-05-05,04:07:52.171] [INFO] Initializing GPS... [2026-05-05,04:07:52.173] [INFO] Starting location capture [2026-05-05,04:08:31.199] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:08:31.205] [INFO] LocationSqlManager initialising [2026-05-05,04:08:31.205] [INFO] Location DB initialising [2026-05-05,04:08:31.215] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:08:31.216] [DEBUG] UploadManager Init [2026-05-05,04:08:31.217] [DEBUG] UploadManager Init Complete [2026-05-05,04:08:31.220] [INFO] Initializing GPS... [2026-05-05,04:08:31.222] [INFO] Starting location capture [2026-05-05,04:09:10.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:09:10.153] [INFO] LocationSqlManager initialising [2026-05-05,04:09:10.153] [INFO] Location DB initialising [2026-05-05,04:09:10.163] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:09:10.164] [DEBUG] UploadManager Init [2026-05-05,04:09:10.164] [DEBUG] UploadManager Init Complete [2026-05-05,04:09:10.167] [INFO] Initializing GPS... [2026-05-05,04:09:10.169] [INFO] Starting location capture [2026-05-05,04:09:48.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:09:48.049] [INFO] LocationSqlManager initialising [2026-05-05,04:09:48.050] [INFO] Location DB initialising [2026-05-05,04:09:48.059] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:09:48.060] [DEBUG] UploadManager Init [2026-05-05,04:09:48.060] [DEBUG] UploadManager Init Complete [2026-05-05,04:09:48.063] [INFO] Initializing GPS... [2026-05-05,04:09:48.064] [INFO] Starting location capture [2026-05-05,04:10:27.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:10:27.181] [INFO] LocationSqlManager initialising [2026-05-05,04:10:27.181] [INFO] Location DB initialising [2026-05-05,04:10:27.191] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:10:27.192] [DEBUG] UploadManager Init [2026-05-05,04:10:27.193] [DEBUG] UploadManager Init Complete [2026-05-05,04:10:27.196] [INFO] Initializing GPS... [2026-05-05,04:10:27.198] [INFO] Starting location capture [2026-05-05,04:11:04.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:11:04.832] [INFO] LocationSqlManager initialising [2026-05-05,04:11:04.833] [INFO] Location DB initialising [2026-05-05,04:11:04.842] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:11:04.843] [DEBUG] UploadManager Init [2026-05-05,04:11:04.843] [DEBUG] UploadManager Init Complete [2026-05-05,04:11:04.846] [INFO] Initializing GPS... [2026-05-05,04:11:04.848] [INFO] Starting location capture [2026-05-05,04:11:44.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:11:44.414] [INFO] LocationSqlManager initialising [2026-05-05,04:11:44.415] [INFO] Location DB initialising [2026-05-05,04:11:44.426] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:11:44.427] [DEBUG] UploadManager Init [2026-05-05,04:11:44.427] [DEBUG] UploadManager Init Complete [2026-05-05,04:11:44.432] [INFO] Initializing GPS... [2026-05-05,04:11:44.434] [INFO] Starting location capture [2026-05-05,04:12:22.349] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:12:22.354] [INFO] LocationSqlManager initialising [2026-05-05,04:12:22.354] [INFO] Location DB initialising [2026-05-05,04:12:22.364] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:12:22.364] [DEBUG] UploadManager Init [2026-05-05,04:12:22.365] [DEBUG] UploadManager Init Complete [2026-05-05,04:12:22.367] [INFO] Initializing GPS... [2026-05-05,04:12:22.369] [INFO] Starting location capture [2026-05-05,04:13:00.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:13:00.426] [INFO] LocationSqlManager initialising [2026-05-05,04:13:00.426] [INFO] Location DB initialising [2026-05-05,04:13:00.435] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:13:00.436] [DEBUG] UploadManager Init [2026-05-05,04:13:00.437] [DEBUG] UploadManager Init Complete [2026-05-05,04:13:00.439] [INFO] Initializing GPS... [2026-05-05,04:13:00.441] [INFO] Starting location capture [2026-05-05,04:13:39.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:13:39.045] [INFO] LocationSqlManager initialising [2026-05-05,04:13:39.045] [INFO] Location DB initialising [2026-05-05,04:13:39.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:13:39.057] [DEBUG] UploadManager Init [2026-05-05,04:13:39.057] [DEBUG] UploadManager Init Complete [2026-05-05,04:13:39.060] [INFO] Initializing GPS... [2026-05-05,04:13:39.063] [INFO] Starting location capture [2026-05-05,04:14:17.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:14:17.971] [INFO] LocationSqlManager initialising [2026-05-05,04:14:17.972] [INFO] Location DB initialising [2026-05-05,04:14:17.982] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:14:17.983] [DEBUG] UploadManager Init [2026-05-05,04:14:17.983] [DEBUG] UploadManager Init Complete [2026-05-05,04:14:17.987] [INFO] Initializing GPS... [2026-05-05,04:14:17.989] [INFO] Starting location capture [2026-05-05,04:14:55.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:14:55.967] [INFO] LocationSqlManager initialising [2026-05-05,04:14:55.968] [INFO] Location DB initialising [2026-05-05,04:14:55.980] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:14:55.982] [DEBUG] UploadManager Init [2026-05-05,04:14:55.983] [DEBUG] UploadManager Init Complete [2026-05-05,04:14:55.989] [INFO] Initializing GPS... [2026-05-05,04:14:55.993] [INFO] Starting location capture [2026-05-05,04:15:35.417] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:15:35.425] [INFO] LocationSqlManager initialising [2026-05-05,04:15:35.426] [INFO] Location DB initialising [2026-05-05,04:15:35.436] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:15:35.438] [DEBUG] UploadManager Init [2026-05-05,04:15:35.438] [DEBUG] UploadManager Init Complete [2026-05-05,04:15:35.443] [INFO] Initializing GPS... [2026-05-05,04:15:35.445] [INFO] Starting location capture [2026-05-05,04:16:12.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:16:12.955] [INFO] LocationSqlManager initialising [2026-05-05,04:16:12.956] [INFO] Location DB initialising [2026-05-05,04:16:12.965] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:16:12.966] [DEBUG] UploadManager Init [2026-05-05,04:16:12.966] [DEBUG] UploadManager Init Complete [2026-05-05,04:16:12.969] [INFO] Initializing GPS... [2026-05-05,04:16:12.971] [INFO] Starting location capture [2026-05-05,04:16:50.506] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:16:50.512] [INFO] LocationSqlManager initialising [2026-05-05,04:16:50.513] [INFO] Location DB initialising [2026-05-05,04:16:50.523] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:16:50.524] [DEBUG] UploadManager Init [2026-05-05,04:16:50.524] [DEBUG] UploadManager Init Complete [2026-05-05,04:16:50.527] [INFO] Initializing GPS... [2026-05-05,04:16:50.529] [INFO] Starting location capture [2026-05-05,04:17:30.279] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:17:30.284] [INFO] LocationSqlManager initialising [2026-05-05,04:17:30.284] [INFO] Location DB initialising [2026-05-05,04:17:30.294] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:17:30.294] [DEBUG] UploadManager Init [2026-05-05,04:17:30.295] [DEBUG] UploadManager Init Complete [2026-05-05,04:17:30.297] [INFO] Initializing GPS... [2026-05-05,04:17:30.299] [INFO] Starting location capture [2026-05-05,04:18:08.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:18:08.261] [INFO] LocationSqlManager initialising [2026-05-05,04:18:08.262] [INFO] Location DB initialising [2026-05-05,04:18:08.271] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:18:08.271] [DEBUG] UploadManager Init [2026-05-05,04:18:08.272] [DEBUG] UploadManager Init Complete [2026-05-05,04:18:08.275] [INFO] Initializing GPS... [2026-05-05,04:18:08.277] [INFO] Starting location capture [2026-05-05,04:18:46.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:18:46.020] [INFO] LocationSqlManager initialising [2026-05-05,04:18:46.021] [INFO] Location DB initialising [2026-05-05,04:18:46.031] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:18:46.032] [DEBUG] UploadManager Init [2026-05-05,04:18:46.032] [DEBUG] UploadManager Init Complete [2026-05-05,04:18:46.035] [INFO] Initializing GPS... [2026-05-05,04:18:46.038] [INFO] Starting location capture [2026-05-05,04:19:25.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:19:25.134] [INFO] LocationSqlManager initialising [2026-05-05,04:19:25.135] [INFO] Location DB initialising [2026-05-05,04:19:25.146] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:19:25.147] [DEBUG] UploadManager Init [2026-05-05,04:19:25.148] [DEBUG] UploadManager Init Complete [2026-05-05,04:19:25.153] [INFO] Initializing GPS... [2026-05-05,04:19:25.156] [INFO] Starting location capture [2026-05-05,04:20:02.510] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:20:02.516] [INFO] LocationSqlManager initialising [2026-05-05,04:20:02.517] [INFO] Location DB initialising [2026-05-05,04:20:02.527] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:20:02.527] [DEBUG] UploadManager Init [2026-05-05,04:20:02.528] [DEBUG] UploadManager Init Complete [2026-05-05,04:20:02.531] [INFO] Initializing GPS... [2026-05-05,04:20:02.533] [INFO] Starting location capture [2026-05-05,04:20:41.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:20:41.060] [INFO] LocationSqlManager initialising [2026-05-05,04:20:41.060] [INFO] Location DB initialising [2026-05-05,04:20:41.069] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:20:41.070] [DEBUG] UploadManager Init [2026-05-05,04:20:41.071] [DEBUG] UploadManager Init Complete [2026-05-05,04:20:41.073] [INFO] Initializing GPS... [2026-05-05,04:20:41.075] [INFO] Starting location capture [2026-05-05,04:21:19.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:21:19.040] [INFO] LocationSqlManager initialising [2026-05-05,04:21:19.041] [INFO] Location DB initialising [2026-05-05,04:21:19.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:21:19.051] [DEBUG] UploadManager Init [2026-05-05,04:21:19.051] [DEBUG] UploadManager Init Complete [2026-05-05,04:21:19.054] [INFO] Initializing GPS... [2026-05-05,04:21:19.056] [INFO] Starting location capture [2026-05-05,04:21:52.745] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:21:52.753] [INFO] LocationSqlManager initialising [2026-05-05,04:21:52.754] [INFO] Location DB initialising [2026-05-05,04:21:52.765] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:21:52.766] [DEBUG] UploadManager Init [2026-05-05,04:21:52.767] [DEBUG] UploadManager Init Complete [2026-05-05,04:21:52.771] [INFO] Initializing GPS... [2026-05-05,04:21:52.775] [INFO] Starting location capture [2026-05-05,04:22:31.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:22:31.291] [INFO] LocationSqlManager initialising [2026-05-05,04:22:31.292] [INFO] Location DB initialising [2026-05-05,04:22:31.304] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:22:31.305] [DEBUG] UploadManager Init [2026-05-05,04:22:31.306] [DEBUG] UploadManager Init Complete [2026-05-05,04:22:31.310] [INFO] Initializing GPS... [2026-05-05,04:22:31.313] [INFO] Starting location capture [2026-05-05,04:23:10.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:23:10.026] [INFO] LocationSqlManager initialising [2026-05-05,04:23:10.027] [INFO] Location DB initialising [2026-05-05,04:23:10.038] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:23:10.039] [DEBUG] UploadManager Init [2026-05-05,04:23:10.040] [DEBUG] UploadManager Init Complete [2026-05-05,04:23:10.044] [INFO] Initializing GPS... [2026-05-05,04:23:10.047] [INFO] Starting location capture [2026-05-05,04:23:48.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:23:48.179] [INFO] LocationSqlManager initialising [2026-05-05,04:23:48.180] [INFO] Location DB initialising [2026-05-05,04:23:48.191] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:23:48.192] [DEBUG] UploadManager Init [2026-05-05,04:23:48.193] [DEBUG] UploadManager Init Complete [2026-05-05,04:23:48.197] [INFO] Initializing GPS... [2026-05-05,04:23:48.200] [INFO] Starting location capture [2026-05-05,04:24:26.901] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:24:26.905] [INFO] LocationSqlManager initialising [2026-05-05,04:24:26.906] [INFO] Location DB initialising [2026-05-05,04:24:26.915] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:24:26.916] [DEBUG] UploadManager Init [2026-05-05,04:24:26.916] [DEBUG] UploadManager Init Complete [2026-05-05,04:24:26.919] [INFO] Initializing GPS... [2026-05-05,04:24:26.921] [INFO] Starting location capture [2026-05-05,04:25:06.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:25:06.032] [INFO] LocationSqlManager initialising [2026-05-05,04:25:06.033] [INFO] Location DB initialising [2026-05-05,04:25:06.044] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:25:06.045] [DEBUG] UploadManager Init [2026-05-05,04:25:06.046] [DEBUG] UploadManager Init Complete [2026-05-05,04:25:06.050] [INFO] Initializing GPS... [2026-05-05,04:25:06.053] [INFO] Starting location capture [2026-05-05,04:25:43.612] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:25:43.619] [INFO] LocationSqlManager initialising [2026-05-05,04:25:43.620] [INFO] Location DB initialising [2026-05-05,04:25:43.631] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:25:43.632] [DEBUG] UploadManager Init [2026-05-05,04:25:43.632] [DEBUG] UploadManager Init Complete [2026-05-05,04:25:43.635] [INFO] Initializing GPS... [2026-05-05,04:25:43.636] [INFO] Starting location capture [2026-05-05,04:26:21.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:26:21.745] [INFO] LocationSqlManager initialising [2026-05-05,04:26:21.745] [INFO] Location DB initialising [2026-05-05,04:26:21.754] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:26:21.755] [DEBUG] UploadManager Init [2026-05-05,04:26:21.755] [DEBUG] UploadManager Init Complete [2026-05-05,04:26:21.758] [INFO] Initializing GPS... [2026-05-05,04:26:21.760] [INFO] Starting location capture [2026-05-05,04:27:00.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:27:00.939] [INFO] LocationSqlManager initialising [2026-05-05,04:27:00.939] [INFO] Location DB initialising [2026-05-05,04:27:00.948] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:27:00.949] [DEBUG] UploadManager Init [2026-05-05,04:27:00.949] [DEBUG] UploadManager Init Complete [2026-05-05,04:27:00.952] [INFO] Initializing GPS... [2026-05-05,04:27:00.954] [INFO] Starting location capture [2026-05-05,04:27:39.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:27:39.042] [INFO] LocationSqlManager initialising [2026-05-05,04:27:39.043] [INFO] Location DB initialising [2026-05-05,04:27:39.054] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:27:39.055] [DEBUG] UploadManager Init [2026-05-05,04:27:39.056] [DEBUG] UploadManager Init Complete [2026-05-05,04:27:39.059] [INFO] Initializing GPS... [2026-05-05,04:27:39.061] [INFO] Starting location capture [2026-05-05,04:28:18.465] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:28:18.470] [INFO] LocationSqlManager initialising [2026-05-05,04:28:18.471] [INFO] Location DB initialising [2026-05-05,04:28:18.481] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:28:18.482] [DEBUG] UploadManager Init [2026-05-05,04:28:18.482] [DEBUG] UploadManager Init Complete [2026-05-05,04:28:18.485] [INFO] Initializing GPS... [2026-05-05,04:28:18.488] [INFO] Starting location capture [2026-05-05,04:28:56.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:28:56.208] [INFO] LocationSqlManager initialising [2026-05-05,04:28:56.209] [INFO] Location DB initialising [2026-05-05,04:28:56.220] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:28:56.221] [DEBUG] UploadManager Init [2026-05-05,04:28:56.221] [DEBUG] UploadManager Init Complete [2026-05-05,04:28:56.226] [INFO] Initializing GPS... [2026-05-05,04:28:56.229] [INFO] Starting location capture [2026-05-05,04:29:33.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:29:33.773] [INFO] LocationSqlManager initialising [2026-05-05,04:29:33.773] [INFO] Location DB initialising [2026-05-05,04:29:33.783] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:29:33.783] [DEBUG] UploadManager Init [2026-05-05,04:29:33.784] [DEBUG] UploadManager Init Complete [2026-05-05,04:29:33.786] [INFO] Initializing GPS... [2026-05-05,04:29:33.788] [INFO] Starting location capture [2026-05-05,04:30:12.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:30:12.673] [INFO] LocationSqlManager initialising [2026-05-05,04:30:12.673] [INFO] Location DB initialising [2026-05-05,04:30:12.682] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:30:12.683] [DEBUG] UploadManager Init [2026-05-05,04:30:12.683] [DEBUG] UploadManager Init Complete [2026-05-05,04:30:12.686] [INFO] Initializing GPS... [2026-05-05,04:30:12.688] [INFO] Starting location capture [2026-05-05,04:30:51.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:30:51.287] [INFO] LocationSqlManager initialising [2026-05-05,04:30:51.287] [INFO] Location DB initialising [2026-05-05,04:30:51.298] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:30:51.299] [DEBUG] UploadManager Init [2026-05-05,04:30:51.300] [DEBUG] UploadManager Init Complete [2026-05-05,04:30:51.304] [INFO] Initializing GPS... [2026-05-05,04:30:51.307] [INFO] Starting location capture [2026-05-05,04:31:29.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:31:29.955] [INFO] LocationSqlManager initialising [2026-05-05,04:31:29.956] [INFO] Location DB initialising [2026-05-05,04:31:29.968] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:31:29.969] [DEBUG] UploadManager Init [2026-05-05,04:31:29.970] [DEBUG] UploadManager Init Complete [2026-05-05,04:31:29.974] [INFO] Initializing GPS... [2026-05-05,04:31:29.977] [INFO] Starting location capture [2026-05-05,04:32:08.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:32:08.282] [INFO] LocationSqlManager initialising [2026-05-05,04:32:08.283] [INFO] Location DB initialising [2026-05-05,04:32:08.293] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:32:08.295] [DEBUG] UploadManager Init [2026-05-05,04:32:08.295] [DEBUG] UploadManager Init Complete [2026-05-05,04:32:08.300] [INFO] Initializing GPS... [2026-05-05,04:32:08.303] [INFO] Starting location capture [2026-05-05,04:32:46.272] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:32:46.277] [INFO] LocationSqlManager initialising [2026-05-05,04:32:46.278] [INFO] Location DB initialising [2026-05-05,04:32:46.287] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:32:46.288] [DEBUG] UploadManager Init [2026-05-05,04:32:46.288] [DEBUG] UploadManager Init Complete [2026-05-05,04:32:46.291] [INFO] Initializing GPS... [2026-05-05,04:32:46.293] [INFO] Starting location capture [2026-05-05,04:33:25.682] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:33:25.687] [INFO] LocationSqlManager initialising [2026-05-05,04:33:25.688] [INFO] Location DB initialising [2026-05-05,04:33:25.697] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:33:25.697] [DEBUG] UploadManager Init [2026-05-05,04:33:25.698] [DEBUG] UploadManager Init Complete [2026-05-05,04:33:25.700] [INFO] Initializing GPS... [2026-05-05,04:33:25.703] [INFO] Starting location capture [2026-05-05,04:34:03.556] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:34:03.564] [INFO] LocationSqlManager initialising [2026-05-05,04:34:03.565] [INFO] Location DB initialising [2026-05-05,04:34:03.576] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:34:03.577] [DEBUG] UploadManager Init [2026-05-05,04:34:03.578] [DEBUG] UploadManager Init Complete [2026-05-05,04:34:03.582] [INFO] Initializing GPS... [2026-05-05,04:34:03.586] [INFO] Starting location capture [2026-05-05,04:34:42.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:34:42.010] [INFO] LocationSqlManager initialising [2026-05-05,04:34:42.011] [INFO] Location DB initialising [2026-05-05,04:34:42.020] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:34:42.021] [DEBUG] UploadManager Init [2026-05-05,04:34:42.021] [DEBUG] UploadManager Init Complete [2026-05-05,04:34:42.024] [INFO] Initializing GPS... [2026-05-05,04:34:42.026] [INFO] Starting location capture [2026-05-05,04:35:21.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:35:21.099] [INFO] LocationSqlManager initialising [2026-05-05,04:35:21.100] [INFO] Location DB initialising [2026-05-05,04:35:21.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:35:21.113] [DEBUG] UploadManager Init [2026-05-05,04:35:21.114] [DEBUG] UploadManager Init Complete [2026-05-05,04:35:21.118] [INFO] Initializing GPS... [2026-05-05,04:35:21.121] [INFO] Starting location capture [2026-05-05,04:35:59.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:35:59.826] [INFO] LocationSqlManager initialising [2026-05-05,04:35:59.827] [INFO] Location DB initialising [2026-05-05,04:35:59.836] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:35:59.837] [DEBUG] UploadManager Init [2026-05-05,04:35:59.837] [DEBUG] UploadManager Init Complete [2026-05-05,04:35:59.840] [INFO] Initializing GPS... [2026-05-05,04:35:59.841] [INFO] Starting location capture [2026-05-05,04:36:37.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:36:37.718] [INFO] LocationSqlManager initialising [2026-05-05,04:36:37.719] [INFO] Location DB initialising [2026-05-05,04:36:37.728] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:36:37.728] [DEBUG] UploadManager Init [2026-05-05,04:36:37.729] [DEBUG] UploadManager Init Complete [2026-05-05,04:36:37.732] [INFO] Initializing GPS... [2026-05-05,04:36:37.734] [INFO] Starting location capture [2026-05-05,04:37:16.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:37:16.937] [INFO] LocationSqlManager initialising [2026-05-05,04:37:16.937] [INFO] Location DB initialising [2026-05-05,04:37:16.948] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:37:16.948] [DEBUG] UploadManager Init [2026-05-05,04:37:16.949] [DEBUG] UploadManager Init Complete [2026-05-05,04:37:16.952] [INFO] Initializing GPS... [2026-05-05,04:37:16.954] [INFO] Starting location capture [2026-05-05,04:37:54.734] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:37:54.742] [INFO] LocationSqlManager initialising [2026-05-05,04:37:54.742] [INFO] Location DB initialising [2026-05-05,04:37:54.754] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:37:54.755] [DEBUG] UploadManager Init [2026-05-05,04:37:54.756] [DEBUG] UploadManager Init Complete [2026-05-05,04:37:54.760] [INFO] Initializing GPS... [2026-05-05,04:37:54.763] [INFO] Starting location capture [2026-05-05,04:38:32.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:38:32.827] [INFO] LocationSqlManager initialising [2026-05-05,04:38:32.828] [INFO] Location DB initialising [2026-05-05,04:38:32.837] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:38:32.837] [DEBUG] UploadManager Init [2026-05-05,04:38:32.838] [DEBUG] UploadManager Init Complete [2026-05-05,04:38:32.840] [INFO] Initializing GPS... [2026-05-05,04:38:32.842] [INFO] Starting location capture [2026-05-05,04:39:12.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:39:12.232] [INFO] LocationSqlManager initialising [2026-05-05,04:39:12.233] [INFO] Location DB initialising [2026-05-05,04:39:12.244] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:39:12.245] [DEBUG] UploadManager Init [2026-05-05,04:39:12.246] [DEBUG] UploadManager Init Complete [2026-05-05,04:39:12.251] [INFO] Initializing GPS... [2026-05-05,04:39:12.253] [INFO] Starting location capture [2026-05-05,04:39:50.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:39:50.108] [INFO] LocationSqlManager initialising [2026-05-05,04:39:50.109] [INFO] Location DB initialising [2026-05-05,04:39:50.120] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:39:50.121] [DEBUG] UploadManager Init [2026-05-05,04:39:50.122] [DEBUG] UploadManager Init Complete [2026-05-05,04:39:50.126] [INFO] Initializing GPS... [2026-05-05,04:39:50.129] [INFO] Starting location capture [2026-05-05,04:40:27.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:40:27.896] [INFO] LocationSqlManager initialising [2026-05-05,04:40:27.896] [INFO] Location DB initialising [2026-05-05,04:40:27.906] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:40:27.907] [DEBUG] UploadManager Init [2026-05-05,04:40:27.909] [DEBUG] UploadManager Init Complete [2026-05-05,04:40:27.916] [INFO] Initializing GPS... [2026-05-05,04:40:27.920] [INFO] Starting location capture [2026-05-05,04:41:06.375] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:41:06.380] [INFO] LocationSqlManager initialising [2026-05-05,04:41:06.381] [INFO] Location DB initialising [2026-05-05,04:41:06.390] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:41:06.391] [DEBUG] UploadManager Init [2026-05-05,04:41:06.391] [DEBUG] UploadManager Init Complete [2026-05-05,04:41:06.394] [INFO] Initializing GPS... [2026-05-05,04:41:06.396] [INFO] Starting location capture [2026-05-05,04:41:45.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:41:45.240] [INFO] LocationSqlManager initialising [2026-05-05,04:41:45.241] [INFO] Location DB initialising [2026-05-05,04:41:45.251] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:41:45.253] [DEBUG] UploadManager Init [2026-05-05,04:41:45.253] [DEBUG] UploadManager Init Complete [2026-05-05,04:41:45.258] [INFO] Initializing GPS... [2026-05-05,04:41:45.260] [INFO] Starting location capture [2026-05-05,04:42:23.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:42:23.988] [INFO] LocationSqlManager initialising [2026-05-05,04:42:23.989] [INFO] Location DB initialising [2026-05-05,04:42:23.999] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:42:23.999] [DEBUG] UploadManager Init [2026-05-05,04:42:24.000] [DEBUG] UploadManager Init Complete [2026-05-05,04:42:24.002] [INFO] Initializing GPS... [2026-05-05,04:42:24.004] [INFO] Starting location capture [2026-05-05,04:43:02.944] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:43:02.949] [INFO] LocationSqlManager initialising [2026-05-05,04:43:02.950] [INFO] Location DB initialising [2026-05-05,04:43:02.959] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:43:02.960] [DEBUG] UploadManager Init [2026-05-05,04:43:02.960] [DEBUG] UploadManager Init Complete [2026-05-05,04:43:02.963] [INFO] Initializing GPS... [2026-05-05,04:43:02.964] [INFO] Starting location capture [2026-05-05,04:43:41.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:43:41.090] [INFO] LocationSqlManager initialising [2026-05-05,04:43:41.090] [INFO] Location DB initialising [2026-05-05,04:43:41.101] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:43:41.101] [DEBUG] UploadManager Init [2026-05-05,04:43:41.102] [DEBUG] UploadManager Init Complete [2026-05-05,04:43:41.105] [INFO] Initializing GPS... [2026-05-05,04:43:41.107] [INFO] Starting location capture [2026-05-05,04:44:19.378] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:44:19.383] [INFO] LocationSqlManager initialising [2026-05-05,04:44:19.384] [INFO] Location DB initialising [2026-05-05,04:44:19.394] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:44:19.396] [DEBUG] UploadManager Init [2026-05-05,04:44:19.397] [DEBUG] UploadManager Init Complete [2026-05-05,04:44:19.402] [INFO] Initializing GPS... [2026-05-05,04:44:19.405] [INFO] Starting location capture [2026-05-05,04:44:58.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:44:58.116] [INFO] LocationSqlManager initialising [2026-05-05,04:44:58.117] [INFO] Location DB initialising [2026-05-05,04:44:58.128] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:44:58.129] [DEBUG] UploadManager Init [2026-05-05,04:44:58.130] [DEBUG] UploadManager Init Complete [2026-05-05,04:44:58.135] [INFO] Initializing GPS... [2026-05-05,04:44:58.138] [INFO] Starting location capture [2026-05-05,04:45:36.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:45:36.090] [INFO] LocationSqlManager initialising [2026-05-05,04:45:36.090] [INFO] Location DB initialising [2026-05-05,04:45:36.101] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:45:36.103] [DEBUG] UploadManager Init [2026-05-05,04:45:36.103] [DEBUG] UploadManager Init Complete [2026-05-05,04:45:36.107] [INFO] Initializing GPS... [2026-05-05,04:45:36.109] [INFO] Starting location capture [2026-05-05,04:46:14.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:46:14.934] [INFO] LocationSqlManager initialising [2026-05-05,04:46:14.935] [INFO] Location DB initialising [2026-05-05,04:46:14.945] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:46:14.945] [DEBUG] UploadManager Init [2026-05-05,04:46:14.946] [DEBUG] UploadManager Init Complete [2026-05-05,04:46:14.949] [INFO] Initializing GPS... [2026-05-05,04:46:14.951] [INFO] Starting location capture [2026-05-05,04:46:52.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:46:52.919] [INFO] LocationSqlManager initialising [2026-05-05,04:46:52.920] [INFO] Location DB initialising [2026-05-05,04:46:52.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:46:52.930] [DEBUG] UploadManager Init [2026-05-05,04:46:52.930] [DEBUG] UploadManager Init Complete [2026-05-05,04:46:52.933] [INFO] Initializing GPS... [2026-05-05,04:46:52.935] [INFO] Starting location capture [2026-05-05,04:47:32.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:47:32.428] [INFO] LocationSqlManager initialising [2026-05-05,04:47:32.429] [INFO] Location DB initialising [2026-05-05,04:47:32.441] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:47:32.442] [DEBUG] UploadManager Init [2026-05-05,04:47:32.442] [DEBUG] UploadManager Init Complete [2026-05-05,04:47:32.447] [INFO] Initializing GPS... [2026-05-05,04:47:32.449] [INFO] Starting location capture [2026-05-05,04:48:11.490] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:48:11.495] [INFO] LocationSqlManager initialising [2026-05-05,04:48:11.496] [INFO] Location DB initialising [2026-05-05,04:48:11.505] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:48:11.506] [DEBUG] UploadManager Init [2026-05-05,04:48:11.506] [DEBUG] UploadManager Init Complete [2026-05-05,04:48:11.509] [INFO] Initializing GPS... [2026-05-05,04:48:11.511] [INFO] Starting location capture [2026-05-05,04:48:45.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:48:45.895] [INFO] LocationSqlManager initialising [2026-05-05,04:48:45.896] [INFO] Location DB initialising [2026-05-05,04:48:45.908] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:48:45.909] [DEBUG] UploadManager Init [2026-05-05,04:48:45.910] [DEBUG] UploadManager Init Complete [2026-05-05,04:48:45.914] [INFO] Initializing GPS... [2026-05-05,04:48:45.917] [INFO] Starting location capture [2026-05-05,04:49:23.660] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:49:23.668] [INFO] LocationSqlManager initialising [2026-05-05,04:49:23.669] [INFO] Location DB initialising [2026-05-05,04:49:23.681] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:49:23.682] [DEBUG] UploadManager Init [2026-05-05,04:49:23.683] [DEBUG] UploadManager Init Complete [2026-05-05,04:49:23.687] [INFO] Initializing GPS... [2026-05-05,04:49:23.690] [INFO] Starting location capture [2026-05-05,04:50:01.721] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:50:01.729] [INFO] LocationSqlManager initialising [2026-05-05,04:50:01.730] [INFO] Location DB initialising [2026-05-05,04:50:01.741] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:50:01.742] [DEBUG] UploadManager Init [2026-05-05,04:50:01.742] [DEBUG] UploadManager Init Complete [2026-05-05,04:50:01.747] [INFO] Initializing GPS... [2026-05-05,04:50:01.749] [INFO] Starting location capture [2026-05-05,04:50:39.815] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:50:39.822] [INFO] LocationSqlManager initialising [2026-05-05,04:50:39.823] [INFO] Location DB initialising [2026-05-05,04:50:39.835] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:50:39.836] [DEBUG] UploadManager Init [2026-05-05,04:50:39.836] [DEBUG] UploadManager Init Complete [2026-05-05,04:50:39.841] [INFO] Initializing GPS... [2026-05-05,04:50:39.844] [INFO] Starting location capture [2026-05-05,04:51:19.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:51:19.547] [INFO] LocationSqlManager initialising [2026-05-05,04:51:19.548] [INFO] Location DB initialising [2026-05-05,04:51:19.560] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:51:19.561] [DEBUG] UploadManager Init [2026-05-05,04:51:19.562] [DEBUG] UploadManager Init Complete [2026-05-05,04:51:19.566] [INFO] Initializing GPS... [2026-05-05,04:51:19.569] [INFO] Starting location capture [2026-05-05,04:51:57.553] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:51:57.560] [INFO] LocationSqlManager initialising [2026-05-05,04:51:57.561] [INFO] Location DB initialising [2026-05-05,04:51:57.572] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:51:57.573] [DEBUG] UploadManager Init [2026-05-05,04:51:57.573] [DEBUG] UploadManager Init Complete [2026-05-05,04:51:57.578] [INFO] Initializing GPS... [2026-05-05,04:51:57.581] [INFO] Starting location capture [2026-05-05,04:52:36.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:52:36.293] [INFO] LocationSqlManager initialising [2026-05-05,04:52:36.293] [INFO] Location DB initialising [2026-05-05,04:52:36.303] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:52:36.303] [DEBUG] UploadManager Init [2026-05-05,04:52:36.304] [DEBUG] UploadManager Init Complete [2026-05-05,04:52:36.306] [INFO] Initializing GPS... [2026-05-05,04:52:36.308] [INFO] Starting location capture [2026-05-05,04:53:14.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:53:14.676] [INFO] LocationSqlManager initialising [2026-05-05,04:53:14.677] [INFO] Location DB initialising [2026-05-05,04:53:14.688] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:53:14.690] [DEBUG] UploadManager Init [2026-05-05,04:53:14.690] [DEBUG] UploadManager Init Complete [2026-05-05,04:53:14.694] [INFO] Initializing GPS... [2026-05-05,04:53:14.697] [INFO] Starting location capture [2026-05-05,04:53:53.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:53:54.000] [INFO] LocationSqlManager initialising [2026-05-05,04:53:54.001] [INFO] Location DB initialising [2026-05-05,04:53:54.012] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:53:54.013] [DEBUG] UploadManager Init [2026-05-05,04:53:54.014] [DEBUG] UploadManager Init Complete [2026-05-05,04:53:54.018] [INFO] Initializing GPS... [2026-05-05,04:53:54.021] [INFO] Starting location capture [2026-05-05,04:54:28.459] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:54:28.466] [INFO] LocationSqlManager initialising [2026-05-05,04:54:28.467] [INFO] Location DB initialising [2026-05-05,04:54:28.479] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:54:28.480] [DEBUG] UploadManager Init [2026-05-05,04:54:28.480] [DEBUG] UploadManager Init Complete [2026-05-05,04:54:28.485] [INFO] Initializing GPS... [2026-05-05,04:54:28.488] [INFO] Starting location capture [2026-05-05,04:55:06.079] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:55:06.086] [INFO] LocationSqlManager initialising [2026-05-05,04:55:06.087] [INFO] Location DB initialising [2026-05-05,04:55:06.099] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:55:06.100] [DEBUG] UploadManager Init [2026-05-05,04:55:06.101] [DEBUG] UploadManager Init Complete [2026-05-05,04:55:06.105] [INFO] Initializing GPS... [2026-05-05,04:55:06.108] [INFO] Starting location capture [2026-05-05,04:55:45.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:55:45.078] [INFO] LocationSqlManager initialising [2026-05-05,04:55:45.078] [INFO] Location DB initialising [2026-05-05,04:55:45.088] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:55:45.088] [DEBUG] UploadManager Init [2026-05-05,04:55:45.089] [DEBUG] UploadManager Init Complete [2026-05-05,04:55:45.091] [INFO] Initializing GPS... [2026-05-05,04:55:45.093] [INFO] Starting location capture [2026-05-05,04:56:24.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:56:24.080] [INFO] LocationSqlManager initialising [2026-05-05,04:56:24.081] [INFO] Location DB initialising [2026-05-05,04:56:24.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:56:24.092] [DEBUG] UploadManager Init [2026-05-05,04:56:24.092] [DEBUG] UploadManager Init Complete [2026-05-05,04:56:24.096] [INFO] Initializing GPS... [2026-05-05,04:56:24.098] [INFO] Starting location capture [2026-05-05,04:57:01.884] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:57:01.889] [INFO] LocationSqlManager initialising [2026-05-05,04:57:01.889] [INFO] Location DB initialising [2026-05-05,04:57:01.898] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:57:01.899] [DEBUG] UploadManager Init [2026-05-05,04:57:01.900] [DEBUG] UploadManager Init Complete [2026-05-05,04:57:01.902] [INFO] Initializing GPS... [2026-05-05,04:57:01.904] [INFO] Starting location capture [2026-05-05,04:57:40.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:57:40.945] [INFO] LocationSqlManager initialising [2026-05-05,04:57:40.945] [INFO] Location DB initialising [2026-05-05,04:57:40.954] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:57:40.955] [DEBUG] UploadManager Init [2026-05-05,04:57:40.955] [DEBUG] UploadManager Init Complete [2026-05-05,04:57:40.958] [INFO] Initializing GPS... [2026-05-05,04:57:40.960] [INFO] Starting location capture [2026-05-05,04:58:18.735] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:58:18.739] [INFO] LocationSqlManager initialising [2026-05-05,04:58:18.739] [INFO] Location DB initialising [2026-05-05,04:58:18.749] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:58:18.749] [DEBUG] UploadManager Init [2026-05-05,04:58:18.750] [DEBUG] UploadManager Init Complete [2026-05-05,04:58:18.752] [INFO] Initializing GPS... [2026-05-05,04:58:18.755] [INFO] Starting location capture [2026-05-05,04:58:57.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:58:57.920] [INFO] LocationSqlManager initialising [2026-05-05,04:58:57.921] [INFO] Location DB initialising [2026-05-05,04:58:57.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:58:57.933] [DEBUG] UploadManager Init [2026-05-05,04:58:57.934] [DEBUG] UploadManager Init Complete [2026-05-05,04:58:57.938] [INFO] Initializing GPS... [2026-05-05,04:58:57.941] [INFO] Starting location capture [2026-05-05,04:59:35.769] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,04:59:35.774] [INFO] LocationSqlManager initialising [2026-05-05,04:59:35.775] [INFO] Location DB initialising [2026-05-05,04:59:35.784] [INFO] LocationSqlManager initialisation complete [2026-05-05,04:59:35.785] [DEBUG] UploadManager Init [2026-05-05,04:59:35.785] [DEBUG] UploadManager Init Complete [2026-05-05,04:59:35.788] [INFO] Initializing GPS... [2026-05-05,04:59:35.790] [INFO] Starting location capture [2026-05-05,05:00:13.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:00:13.982] [INFO] LocationSqlManager initialising [2026-05-05,05:00:13.982] [INFO] Location DB initialising [2026-05-05,05:00:13.992] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:00:13.992] [DEBUG] UploadManager Init [2026-05-05,05:00:13.993] [DEBUG] UploadManager Init Complete [2026-05-05,05:00:13.995] [INFO] Initializing GPS... [2026-05-05,05:00:13.997] [INFO] Starting location capture [2026-05-05,05:00:53.598] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:00:53.608] [INFO] LocationSqlManager initialising [2026-05-05,05:00:53.609] [INFO] Location DB initialising [2026-05-05,05:00:53.621] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:00:53.622] [DEBUG] UploadManager Init [2026-05-05,05:00:53.622] [DEBUG] UploadManager Init Complete [2026-05-05,05:00:53.626] [INFO] Initializing GPS... [2026-05-05,05:00:53.629] [INFO] Starting location capture [2026-05-05,05:01:32.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:01:32.166] [INFO] LocationSqlManager initialising [2026-05-05,05:01:32.167] [INFO] Location DB initialising [2026-05-05,05:01:32.176] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:01:32.177] [DEBUG] UploadManager Init [2026-05-05,05:01:32.177] [DEBUG] UploadManager Init Complete [2026-05-05,05:01:32.180] [INFO] Initializing GPS... [2026-05-05,05:01:32.181] [INFO] Starting location capture [2026-05-05,05:02:10.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:02:10.019] [INFO] LocationSqlManager initialising [2026-05-05,05:02:10.020] [INFO] Location DB initialising [2026-05-05,05:02:10.029] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:02:10.030] [DEBUG] UploadManager Init [2026-05-05,05:02:10.030] [DEBUG] UploadManager Init Complete [2026-05-05,05:02:10.032] [INFO] Initializing GPS... [2026-05-05,05:02:10.034] [INFO] Starting location capture [2026-05-05,05:02:48.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:02:48.523] [INFO] LocationSqlManager initialising [2026-05-05,05:02:48.524] [INFO] Location DB initialising [2026-05-05,05:02:48.534] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:02:48.535] [DEBUG] UploadManager Init [2026-05-05,05:02:48.536] [DEBUG] UploadManager Init Complete [2026-05-05,05:02:48.540] [INFO] Initializing GPS... [2026-05-05,05:02:48.543] [INFO] Starting location capture [2026-05-05,05:03:27.378] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:03:27.385] [INFO] LocationSqlManager initialising [2026-05-05,05:03:27.386] [INFO] Location DB initialising [2026-05-05,05:03:27.397] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:03:27.398] [DEBUG] UploadManager Init [2026-05-05,05:03:27.399] [DEBUG] UploadManager Init Complete [2026-05-05,05:03:27.403] [INFO] Initializing GPS... [2026-05-05,05:03:27.406] [INFO] Starting location capture [2026-05-05,05:04:06.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:04:06.021] [INFO] LocationSqlManager initialising [2026-05-05,05:04:06.021] [INFO] Location DB initialising [2026-05-05,05:04:06.031] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:04:06.031] [DEBUG] UploadManager Init [2026-05-05,05:04:06.032] [DEBUG] UploadManager Init Complete [2026-05-05,05:04:06.034] [INFO] Initializing GPS... [2026-05-05,05:04:06.036] [INFO] Starting location capture [2026-05-05,05:04:40.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:04:40.101] [INFO] LocationSqlManager initialising [2026-05-05,05:04:40.102] [INFO] Location DB initialising [2026-05-05,05:04:40.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:04:40.112] [DEBUG] UploadManager Init [2026-05-05,05:04:40.113] [DEBUG] UploadManager Init Complete [2026-05-05,05:04:40.115] [INFO] Initializing GPS... [2026-05-05,05:04:40.117] [INFO] Starting location capture [2026-05-05,05:05:19.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:05:19.049] [INFO] LocationSqlManager initialising [2026-05-05,05:05:19.049] [INFO] Location DB initialising [2026-05-05,05:05:19.058] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:05:19.059] [DEBUG] UploadManager Init [2026-05-05,05:05:19.059] [DEBUG] UploadManager Init Complete [2026-05-05,05:05:19.062] [INFO] Initializing GPS... [2026-05-05,05:05:19.064] [INFO] Starting location capture [2026-05-05,05:05:56.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:05:56.938] [INFO] LocationSqlManager initialising [2026-05-05,05:05:56.938] [INFO] Location DB initialising [2026-05-05,05:05:56.949] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:05:56.950] [DEBUG] UploadManager Init [2026-05-05,05:05:56.950] [DEBUG] UploadManager Init Complete [2026-05-05,05:05:56.953] [INFO] Initializing GPS... [2026-05-05,05:05:56.956] [INFO] Starting location capture [2026-05-05,05:06:36.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:06:36.287] [INFO] LocationSqlManager initialising [2026-05-05,05:06:36.288] [INFO] Location DB initialising [2026-05-05,05:06:36.299] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:06:36.301] [DEBUG] UploadManager Init [2026-05-05,05:06:36.301] [DEBUG] UploadManager Init Complete [2026-05-05,05:06:36.306] [INFO] Initializing GPS... [2026-05-05,05:06:36.309] [INFO] Starting location capture [2026-05-05,05:07:14.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:07:14.264] [INFO] LocationSqlManager initialising [2026-05-05,05:07:14.264] [INFO] Location DB initialising [2026-05-05,05:07:14.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:07:14.274] [DEBUG] UploadManager Init [2026-05-05,05:07:14.275] [DEBUG] UploadManager Init Complete [2026-05-05,05:07:14.277] [INFO] Initializing GPS... [2026-05-05,05:07:14.279] [INFO] Starting location capture [2026-05-05,05:07:51.711] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:07:51.716] [INFO] LocationSqlManager initialising [2026-05-05,05:07:51.717] [INFO] Location DB initialising [2026-05-05,05:07:51.727] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:07:51.728] [DEBUG] UploadManager Init [2026-05-05,05:07:51.728] [DEBUG] UploadManager Init Complete [2026-05-05,05:07:51.731] [INFO] Initializing GPS... [2026-05-05,05:07:51.734] [INFO] Starting location capture [2026-05-05,05:08:30.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:08:30.940] [INFO] LocationSqlManager initialising [2026-05-05,05:08:30.941] [INFO] Location DB initialising [2026-05-05,05:08:30.950] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:08:30.951] [DEBUG] UploadManager Init [2026-05-05,05:08:30.951] [DEBUG] UploadManager Init Complete [2026-05-05,05:08:30.954] [INFO] Initializing GPS... [2026-05-05,05:08:30.956] [INFO] Starting location capture [2026-05-05,05:09:08.781] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:09:08.789] [INFO] LocationSqlManager initialising [2026-05-05,05:09:08.790] [INFO] Location DB initialising [2026-05-05,05:09:08.800] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:09:08.801] [DEBUG] UploadManager Init [2026-05-05,05:09:08.802] [DEBUG] UploadManager Init Complete [2026-05-05,05:09:08.806] [INFO] Initializing GPS... [2026-05-05,05:09:08.810] [INFO] Starting location capture [2026-05-05,05:09:43.465] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:09:43.470] [INFO] LocationSqlManager initialising [2026-05-05,05:09:43.470] [INFO] Location DB initialising [2026-05-05,05:09:43.480] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:09:43.480] [DEBUG] UploadManager Init [2026-05-05,05:09:43.481] [DEBUG] UploadManager Init Complete [2026-05-05,05:09:43.483] [INFO] Initializing GPS... [2026-05-05,05:09:43.485] [INFO] Starting location capture [2026-05-05,05:10:22.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:10:22.032] [INFO] LocationSqlManager initialising [2026-05-05,05:10:22.033] [INFO] Location DB initialising [2026-05-05,05:10:22.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:10:22.044] [DEBUG] UploadManager Init [2026-05-05,05:10:22.044] [DEBUG] UploadManager Init Complete [2026-05-05,05:10:22.048] [INFO] Initializing GPS... [2026-05-05,05:10:22.050] [INFO] Starting location capture [2026-05-05,05:11:01.363] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:11:01.368] [INFO] LocationSqlManager initialising [2026-05-05,05:11:01.369] [INFO] Location DB initialising [2026-05-05,05:11:01.378] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:11:01.379] [DEBUG] UploadManager Init [2026-05-05,05:11:01.379] [DEBUG] UploadManager Init Complete [2026-05-05,05:11:01.382] [INFO] Initializing GPS... [2026-05-05,05:11:01.384] [INFO] Starting location capture [2026-05-05,05:11:39.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:11:39.964] [INFO] LocationSqlManager initialising [2026-05-05,05:11:39.965] [INFO] Location DB initialising [2026-05-05,05:11:39.980] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:11:39.981] [DEBUG] UploadManager Init [2026-05-05,05:11:39.982] [DEBUG] UploadManager Init Complete [2026-05-05,05:11:39.986] [INFO] Initializing GPS... [2026-05-05,05:11:39.988] [INFO] Starting location capture [2026-05-05,05:12:18.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:12:18.039] [INFO] LocationSqlManager initialising [2026-05-05,05:12:18.040] [INFO] Location DB initialising [2026-05-05,05:12:18.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:12:18.051] [DEBUG] UploadManager Init [2026-05-05,05:12:18.051] [DEBUG] UploadManager Init Complete [2026-05-05,05:12:18.054] [INFO] Initializing GPS... [2026-05-05,05:12:18.056] [INFO] Starting location capture [2026-05-05,05:12:57.535] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:12:57.543] [INFO] LocationSqlManager initialising [2026-05-05,05:12:57.544] [INFO] Location DB initialising [2026-05-05,05:12:57.555] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:12:57.556] [DEBUG] UploadManager Init [2026-05-05,05:12:57.557] [DEBUG] UploadManager Init Complete [2026-05-05,05:12:57.562] [INFO] Initializing GPS... [2026-05-05,05:12:57.564] [INFO] Starting location capture [2026-05-05,05:13:35.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:13:35.839] [INFO] LocationSqlManager initialising [2026-05-05,05:13:35.839] [INFO] Location DB initialising [2026-05-05,05:13:35.849] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:13:35.849] [DEBUG] UploadManager Init [2026-05-05,05:13:35.850] [DEBUG] UploadManager Init Complete [2026-05-05,05:13:35.853] [INFO] Initializing GPS... [2026-05-05,05:13:35.855] [INFO] Starting location capture [2026-05-05,05:14:14.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:14:14.122] [INFO] LocationSqlManager initialising [2026-05-05,05:14:14.123] [INFO] Location DB initialising [2026-05-05,05:14:14.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:14:14.133] [DEBUG] UploadManager Init [2026-05-05,05:14:14.134] [DEBUG] UploadManager Init Complete [2026-05-05,05:14:14.138] [INFO] Initializing GPS... [2026-05-05,05:14:14.141] [INFO] Starting location capture [2026-05-05,05:14:52.762] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:14:52.769] [INFO] LocationSqlManager initialising [2026-05-05,05:14:52.770] [INFO] Location DB initialising [2026-05-05,05:14:52.781] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:14:52.782] [DEBUG] UploadManager Init [2026-05-05,05:14:52.783] [DEBUG] UploadManager Init Complete [2026-05-05,05:14:52.787] [INFO] Initializing GPS... [2026-05-05,05:14:52.790] [INFO] Starting location capture [2026-05-05,05:15:30.464] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:15:30.471] [INFO] LocationSqlManager initialising [2026-05-05,05:15:30.472] [INFO] Location DB initialising [2026-05-05,05:15:30.484] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:15:30.485] [DEBUG] UploadManager Init [2026-05-05,05:15:30.485] [DEBUG] UploadManager Init Complete [2026-05-05,05:15:30.490] [INFO] Initializing GPS... [2026-05-05,05:15:30.492] [INFO] Starting location capture [2026-05-05,05:16:09.205] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:16:09.210] [INFO] LocationSqlManager initialising [2026-05-05,05:16:09.210] [INFO] Location DB initialising [2026-05-05,05:16:09.220] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:16:09.221] [DEBUG] UploadManager Init [2026-05-05,05:16:09.221] [DEBUG] UploadManager Init Complete [2026-05-05,05:16:09.224] [INFO] Initializing GPS... [2026-05-05,05:16:09.226] [INFO] Starting location capture [2026-05-05,05:16:47.697] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:16:47.702] [INFO] LocationSqlManager initialising [2026-05-05,05:16:47.703] [INFO] Location DB initialising [2026-05-05,05:16:47.713] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:16:47.713] [DEBUG] UploadManager Init [2026-05-05,05:16:47.714] [DEBUG] UploadManager Init Complete [2026-05-05,05:16:47.716] [INFO] Initializing GPS... [2026-05-05,05:16:47.718] [INFO] Starting location capture [2026-05-05,05:17:25.901] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:17:25.907] [INFO] LocationSqlManager initialising [2026-05-05,05:17:25.907] [INFO] Location DB initialising [2026-05-05,05:17:25.917] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:17:25.918] [DEBUG] UploadManager Init [2026-05-05,05:17:25.918] [DEBUG] UploadManager Init Complete [2026-05-05,05:17:25.921] [INFO] Initializing GPS... [2026-05-05,05:17:25.922] [INFO] Starting location capture [2026-05-05,05:18:04.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:18:04.806] [INFO] LocationSqlManager initialising [2026-05-05,05:18:04.806] [INFO] Location DB initialising [2026-05-05,05:18:04.816] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:18:04.816] [DEBUG] UploadManager Init [2026-05-05,05:18:04.817] [DEBUG] UploadManager Init Complete [2026-05-05,05:18:04.819] [INFO] Initializing GPS... [2026-05-05,05:18:04.821] [INFO] Starting location capture [2026-05-05,05:18:43.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:18:43.142] [INFO] LocationSqlManager initialising [2026-05-05,05:18:43.142] [INFO] Location DB initialising [2026-05-05,05:18:43.152] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:18:43.152] [DEBUG] UploadManager Init [2026-05-05,05:18:43.153] [DEBUG] UploadManager Init Complete [2026-05-05,05:18:43.155] [INFO] Initializing GPS... [2026-05-05,05:18:43.157] [INFO] Starting location capture [2026-05-05,05:19:22.003] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:19:22.008] [INFO] LocationSqlManager initialising [2026-05-05,05:19:22.009] [INFO] Location DB initialising [2026-05-05,05:19:22.019] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:19:22.019] [DEBUG] UploadManager Init [2026-05-05,05:19:22.020] [DEBUG] UploadManager Init Complete [2026-05-05,05:19:22.022] [INFO] Initializing GPS... [2026-05-05,05:19:22.024] [INFO] Starting location capture [2026-05-05,05:20:00.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:20:00.182] [INFO] LocationSqlManager initialising [2026-05-05,05:20:00.182] [INFO] Location DB initialising [2026-05-05,05:20:00.192] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:20:00.192] [DEBUG] UploadManager Init [2026-05-05,05:20:00.193] [DEBUG] UploadManager Init Complete [2026-05-05,05:20:00.195] [INFO] Initializing GPS... [2026-05-05,05:20:00.197] [INFO] Starting location capture [2026-05-05,05:20:38.752] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:20:38.759] [INFO] LocationSqlManager initialising [2026-05-05,05:20:38.760] [INFO] Location DB initialising [2026-05-05,05:20:38.771] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:20:38.773] [DEBUG] UploadManager Init [2026-05-05,05:20:38.773] [DEBUG] UploadManager Init Complete [2026-05-05,05:20:38.778] [INFO] Initializing GPS... [2026-05-05,05:20:38.781] [INFO] Starting location capture [2026-05-05,05:21:17.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:21:17.237] [INFO] LocationSqlManager initialising [2026-05-05,05:21:17.237] [INFO] Location DB initialising [2026-05-05,05:21:17.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:21:17.247] [DEBUG] UploadManager Init [2026-05-05,05:21:17.248] [DEBUG] UploadManager Init Complete [2026-05-05,05:21:17.250] [INFO] Initializing GPS... [2026-05-05,05:21:17.252] [INFO] Starting location capture [2026-05-05,05:21:56.345] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:21:56.353] [INFO] LocationSqlManager initialising [2026-05-05,05:21:56.354] [INFO] Location DB initialising [2026-05-05,05:21:56.365] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:21:56.366] [DEBUG] UploadManager Init [2026-05-05,05:21:56.367] [DEBUG] UploadManager Init Complete [2026-05-05,05:21:56.371] [INFO] Initializing GPS... [2026-05-05,05:21:56.374] [INFO] Starting location capture [2026-05-05,05:22:34.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:22:34.007] [INFO] LocationSqlManager initialising [2026-05-05,05:22:34.008] [INFO] Location DB initialising [2026-05-05,05:22:34.017] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:22:34.018] [DEBUG] UploadManager Init [2026-05-05,05:22:34.018] [DEBUG] UploadManager Init Complete [2026-05-05,05:22:34.021] [INFO] Initializing GPS... [2026-05-05,05:22:34.024] [INFO] Starting location capture [2026-05-05,05:23:13.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:23:13.057] [INFO] LocationSqlManager initialising [2026-05-05,05:23:13.057] [INFO] Location DB initialising [2026-05-05,05:23:13.068] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:23:13.068] [DEBUG] UploadManager Init [2026-05-05,05:23:13.069] [DEBUG] UploadManager Init Complete [2026-05-05,05:23:13.072] [INFO] Initializing GPS... [2026-05-05,05:23:13.075] [INFO] Starting location capture [2026-05-05,05:23:51.497] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:23:51.504] [INFO] LocationSqlManager initialising [2026-05-05,05:23:51.505] [INFO] Location DB initialising [2026-05-05,05:23:51.516] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:23:51.517] [DEBUG] UploadManager Init [2026-05-05,05:23:51.517] [DEBUG] UploadManager Init Complete [2026-05-05,05:23:51.522] [INFO] Initializing GPS... [2026-05-05,05:23:51.525] [INFO] Starting location capture [2026-05-05,05:24:30.236] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:24:30.241] [INFO] LocationSqlManager initialising [2026-05-05,05:24:30.241] [INFO] Location DB initialising [2026-05-05,05:24:30.251] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:24:30.252] [DEBUG] UploadManager Init [2026-05-05,05:24:30.252] [DEBUG] UploadManager Init Complete [2026-05-05,05:24:30.255] [INFO] Initializing GPS... [2026-05-05,05:24:30.257] [INFO] Starting location capture [2026-05-05,05:25:08.057] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:25:08.065] [INFO] LocationSqlManager initialising [2026-05-05,05:25:08.066] [INFO] Location DB initialising [2026-05-05,05:25:08.078] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:25:08.080] [DEBUG] UploadManager Init [2026-05-05,05:25:08.081] [DEBUG] UploadManager Init Complete [2026-05-05,05:25:08.086] [INFO] Initializing GPS... [2026-05-05,05:25:08.089] [INFO] Starting location capture [2026-05-05,05:25:47.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:25:47.421] [INFO] LocationSqlManager initialising [2026-05-05,05:25:47.422] [INFO] Location DB initialising [2026-05-05,05:25:47.434] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:25:47.435] [DEBUG] UploadManager Init [2026-05-05,05:25:47.436] [DEBUG] UploadManager Init Complete [2026-05-05,05:25:47.440] [INFO] Initializing GPS... [2026-05-05,05:25:47.443] [INFO] Starting location capture [2026-05-05,05:26:26.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:26:26.123] [INFO] LocationSqlManager initialising [2026-05-05,05:26:26.124] [INFO] Location DB initialising [2026-05-05,05:26:26.135] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:26:26.137] [DEBUG] UploadManager Init [2026-05-05,05:26:26.137] [DEBUG] UploadManager Init Complete [2026-05-05,05:26:26.142] [INFO] Initializing GPS... [2026-05-05,05:26:26.146] [INFO] Starting location capture [2026-05-05,05:27:04.672] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:27:04.677] [INFO] LocationSqlManager initialising [2026-05-05,05:27:04.677] [INFO] Location DB initialising [2026-05-05,05:27:04.686] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:27:04.687] [DEBUG] UploadManager Init [2026-05-05,05:27:04.687] [DEBUG] UploadManager Init Complete [2026-05-05,05:27:04.690] [INFO] Initializing GPS... [2026-05-05,05:27:04.692] [INFO] Starting location capture [2026-05-05,05:27:43.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:27:43.164] [INFO] LocationSqlManager initialising [2026-05-05,05:27:43.164] [INFO] Location DB initialising [2026-05-05,05:27:43.174] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:27:43.174] [DEBUG] UploadManager Init [2026-05-05,05:27:43.175] [DEBUG] UploadManager Init Complete [2026-05-05,05:27:43.178] [INFO] Initializing GPS... [2026-05-05,05:27:43.180] [INFO] Starting location capture [2026-05-05,05:28:21.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:28:21.205] [INFO] LocationSqlManager initialising [2026-05-05,05:28:21.205] [INFO] Location DB initialising [2026-05-05,05:28:21.215] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:28:21.215] [DEBUG] UploadManager Init [2026-05-05,05:28:21.216] [DEBUG] UploadManager Init Complete [2026-05-05,05:28:21.218] [INFO] Initializing GPS... [2026-05-05,05:28:21.220] [INFO] Starting location capture [2026-05-05,05:28:59.882] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:28:59.890] [INFO] LocationSqlManager initialising [2026-05-05,05:28:59.890] [INFO] Location DB initialising [2026-05-05,05:28:59.901] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:28:59.902] [DEBUG] UploadManager Init [2026-05-05,05:28:59.903] [DEBUG] UploadManager Init Complete [2026-05-05,05:28:59.907] [INFO] Initializing GPS... [2026-05-05,05:28:59.910] [INFO] Starting location capture [2026-05-05,05:29:34.379] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:29:34.385] [INFO] LocationSqlManager initialising [2026-05-05,05:29:34.386] [INFO] Location DB initialising [2026-05-05,05:29:34.396] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:29:34.397] [DEBUG] UploadManager Init [2026-05-05,05:29:34.397] [DEBUG] UploadManager Init Complete [2026-05-05,05:29:34.400] [INFO] Initializing GPS... [2026-05-05,05:29:34.403] [INFO] Starting location capture [2026-05-05,05:30:13.420] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:30:13.425] [INFO] LocationSqlManager initialising [2026-05-05,05:30:13.426] [INFO] Location DB initialising [2026-05-05,05:30:13.435] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:30:13.436] [DEBUG] UploadManager Init [2026-05-05,05:30:13.436] [DEBUG] UploadManager Init Complete [2026-05-05,05:30:13.439] [INFO] Initializing GPS... [2026-05-05,05:30:13.441] [INFO] Starting location capture [2026-05-05,05:30:51.297] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:30:51.302] [INFO] LocationSqlManager initialising [2026-05-05,05:30:51.302] [INFO] Location DB initialising [2026-05-05,05:30:51.312] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:30:51.313] [DEBUG] UploadManager Init [2026-05-05,05:30:51.313] [DEBUG] UploadManager Init Complete [2026-05-05,05:30:51.316] [INFO] Initializing GPS... [2026-05-05,05:30:51.318] [INFO] Starting location capture [2026-05-05,05:31:29.436] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:31:29.441] [INFO] LocationSqlManager initialising [2026-05-05,05:31:29.442] [INFO] Location DB initialising [2026-05-05,05:31:29.451] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:31:29.452] [DEBUG] UploadManager Init [2026-05-05,05:31:29.452] [DEBUG] UploadManager Init Complete [2026-05-05,05:31:29.455] [INFO] Initializing GPS... [2026-05-05,05:31:29.457] [INFO] Starting location capture [2026-05-05,05:32:07.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:32:07.742] [INFO] LocationSqlManager initialising [2026-05-05,05:32:07.742] [INFO] Location DB initialising [2026-05-05,05:32:07.752] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:32:07.752] [DEBUG] UploadManager Init [2026-05-05,05:32:07.753] [DEBUG] UploadManager Init Complete [2026-05-05,05:32:07.755] [INFO] Initializing GPS... [2026-05-05,05:32:07.757] [INFO] Starting location capture [2026-05-05,05:32:45.813] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:32:45.818] [INFO] LocationSqlManager initialising [2026-05-05,05:32:45.818] [INFO] Location DB initialising [2026-05-05,05:32:45.828] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:32:45.828] [DEBUG] UploadManager Init [2026-05-05,05:32:45.829] [DEBUG] UploadManager Init Complete [2026-05-05,05:32:45.832] [INFO] Initializing GPS... [2026-05-05,05:32:45.834] [INFO] Starting location capture [2026-05-05,05:33:25.454] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:33:25.462] [INFO] LocationSqlManager initialising [2026-05-05,05:33:25.462] [INFO] Location DB initialising [2026-05-05,05:33:25.474] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:33:25.475] [DEBUG] UploadManager Init [2026-05-05,05:33:25.476] [DEBUG] UploadManager Init Complete [2026-05-05,05:33:25.478] [INFO] Initializing GPS... [2026-05-05,05:33:25.480] [INFO] Starting location capture [2026-05-05,05:34:02.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:34:02.854] [INFO] LocationSqlManager initialising [2026-05-05,05:34:02.854] [INFO] Location DB initialising [2026-05-05,05:34:02.863] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:34:02.864] [DEBUG] UploadManager Init [2026-05-05,05:34:02.864] [DEBUG] UploadManager Init Complete [2026-05-05,05:34:02.867] [INFO] Initializing GPS... [2026-05-05,05:34:02.869] [INFO] Starting location capture [2026-05-05,05:34:41.417] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:34:41.422] [INFO] LocationSqlManager initialising [2026-05-05,05:34:41.423] [INFO] Location DB initialising [2026-05-05,05:34:41.432] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:34:41.433] [DEBUG] UploadManager Init [2026-05-05,05:34:41.433] [DEBUG] UploadManager Init Complete [2026-05-05,05:34:41.436] [INFO] Initializing GPS... [2026-05-05,05:34:41.438] [INFO] Starting location capture [2026-05-05,05:35:20.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:35:20.209] [INFO] LocationSqlManager initialising [2026-05-05,05:35:20.209] [INFO] Location DB initialising [2026-05-05,05:35:20.219] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:35:20.220] [DEBUG] UploadManager Init [2026-05-05,05:35:20.220] [DEBUG] UploadManager Init Complete [2026-05-05,05:35:20.223] [INFO] Initializing GPS... [2026-05-05,05:35:20.225] [INFO] Starting location capture [2026-05-05,05:35:58.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:35:58.344] [INFO] LocationSqlManager initialising [2026-05-05,05:35:58.345] [INFO] Location DB initialising [2026-05-05,05:35:58.356] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:35:58.357] [DEBUG] UploadManager Init [2026-05-05,05:35:58.358] [DEBUG] UploadManager Init Complete [2026-05-05,05:35:58.362] [INFO] Initializing GPS... [2026-05-05,05:35:58.365] [INFO] Starting location capture [2026-05-05,05:36:36.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:36:36.952] [INFO] LocationSqlManager initialising [2026-05-05,05:36:36.952] [INFO] Location DB initialising [2026-05-05,05:36:36.962] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:36:36.962] [DEBUG] UploadManager Init [2026-05-05,05:36:36.962] [DEBUG] UploadManager Init Complete [2026-05-05,05:36:36.965] [INFO] Initializing GPS... [2026-05-05,05:36:36.967] [INFO] Starting location capture [2026-05-05,05:37:16.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:37:16.027] [INFO] LocationSqlManager initialising [2026-05-05,05:37:16.028] [INFO] Location DB initialising [2026-05-05,05:37:16.038] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:37:16.039] [DEBUG] UploadManager Init [2026-05-05,05:37:16.039] [DEBUG] UploadManager Init Complete [2026-05-05,05:37:16.042] [INFO] Initializing GPS... [2026-05-05,05:37:16.044] [INFO] Starting location capture [2026-05-05,05:37:54.381] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:37:54.386] [INFO] LocationSqlManager initialising [2026-05-05,05:37:54.387] [INFO] Location DB initialising [2026-05-05,05:37:54.396] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:37:54.397] [DEBUG] UploadManager Init [2026-05-05,05:37:54.397] [DEBUG] UploadManager Init Complete [2026-05-05,05:37:54.400] [INFO] Initializing GPS... [2026-05-05,05:37:54.402] [INFO] Starting location capture [2026-05-05,05:38:33.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:38:33.322] [INFO] LocationSqlManager initialising [2026-05-05,05:38:33.323] [INFO] Location DB initialising [2026-05-05,05:38:33.332] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:38:33.333] [DEBUG] UploadManager Init [2026-05-05,05:38:33.333] [DEBUG] UploadManager Init Complete [2026-05-05,05:38:33.336] [INFO] Initializing GPS... [2026-05-05,05:38:33.338] [INFO] Starting location capture [2026-05-05,05:39:10.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:39:10.910] [INFO] LocationSqlManager initialising [2026-05-05,05:39:10.911] [INFO] Location DB initialising [2026-05-05,05:39:10.921] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:39:10.922] [DEBUG] UploadManager Init [2026-05-05,05:39:10.922] [DEBUG] UploadManager Init Complete [2026-05-05,05:39:10.925] [INFO] Initializing GPS... [2026-05-05,05:39:10.927] [INFO] Starting location capture [2026-05-05,05:39:50.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:39:50.130] [INFO] LocationSqlManager initialising [2026-05-05,05:39:50.130] [INFO] Location DB initialising [2026-05-05,05:39:50.140] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:39:50.141] [DEBUG] UploadManager Init [2026-05-05,05:39:50.141] [DEBUG] UploadManager Init Complete [2026-05-05,05:39:50.143] [INFO] Initializing GPS... [2026-05-05,05:39:50.145] [INFO] Starting location capture [2026-05-05,05:40:28.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:40:28.200] [INFO] LocationSqlManager initialising [2026-05-05,05:40:28.201] [INFO] Location DB initialising [2026-05-05,05:40:28.210] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:40:28.210] [DEBUG] UploadManager Init [2026-05-05,05:40:28.211] [DEBUG] UploadManager Init Complete [2026-05-05,05:40:28.213] [INFO] Initializing GPS... [2026-05-05,05:40:28.215] [INFO] Starting location capture [2026-05-05,05:41:07.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:41:07.348] [INFO] LocationSqlManager initialising [2026-05-05,05:41:07.349] [INFO] Location DB initialising [2026-05-05,05:41:07.360] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:41:07.361] [DEBUG] UploadManager Init [2026-05-05,05:41:07.362] [DEBUG] UploadManager Init Complete [2026-05-05,05:41:07.366] [INFO] Initializing GPS... [2026-05-05,05:41:07.369] [INFO] Starting location capture [2026-05-05,05:41:45.336] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:41:45.341] [INFO] LocationSqlManager initialising [2026-05-05,05:41:45.341] [INFO] Location DB initialising [2026-05-05,05:41:45.351] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:41:45.352] [DEBUG] UploadManager Init [2026-05-05,05:41:45.352] [DEBUG] UploadManager Init Complete [2026-05-05,05:41:45.355] [INFO] Initializing GPS... [2026-05-05,05:41:45.356] [INFO] Starting location capture [2026-05-05,05:42:24.526] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:42:24.536] [INFO] LocationSqlManager initialising [2026-05-05,05:42:24.538] [INFO] Location DB initialising [2026-05-05,05:42:24.552] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:42:24.554] [DEBUG] UploadManager Init [2026-05-05,05:42:24.554] [DEBUG] UploadManager Init Complete [2026-05-05,05:42:24.558] [INFO] Initializing GPS... [2026-05-05,05:42:24.562] [INFO] Starting location capture [2026-05-05,05:43:02.618] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:43:02.626] [INFO] LocationSqlManager initialising [2026-05-05,05:43:02.627] [INFO] Location DB initialising [2026-05-05,05:43:02.640] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:43:02.641] [DEBUG] UploadManager Init [2026-05-05,05:43:02.642] [DEBUG] UploadManager Init Complete [2026-05-05,05:43:02.645] [INFO] Initializing GPS... [2026-05-05,05:43:02.647] [INFO] Starting location capture [2026-05-05,05:43:40.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:43:40.894] [INFO] LocationSqlManager initialising [2026-05-05,05:43:40.895] [INFO] Location DB initialising [2026-05-05,05:43:40.906] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:43:40.907] [DEBUG] UploadManager Init [2026-05-05,05:43:40.908] [DEBUG] UploadManager Init Complete [2026-05-05,05:43:40.913] [INFO] Initializing GPS... [2026-05-05,05:43:40.915] [INFO] Starting location capture [2026-05-05,05:44:18.798] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:44:18.805] [INFO] LocationSqlManager initialising [2026-05-05,05:44:18.806] [INFO] Location DB initialising [2026-05-05,05:44:18.817] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:44:18.818] [DEBUG] UploadManager Init [2026-05-05,05:44:18.819] [DEBUG] UploadManager Init Complete [2026-05-05,05:44:18.823] [INFO] Initializing GPS... [2026-05-05,05:44:18.826] [INFO] Starting location capture [2026-05-05,05:44:58.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:44:58.138] [INFO] LocationSqlManager initialising [2026-05-05,05:44:58.139] [INFO] Location DB initialising [2026-05-05,05:44:58.148] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:44:58.149] [DEBUG] UploadManager Init [2026-05-05,05:44:58.149] [DEBUG] UploadManager Init Complete [2026-05-05,05:44:58.151] [INFO] Initializing GPS... [2026-05-05,05:44:58.153] [INFO] Starting location capture [2026-05-05,05:45:35.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:45:35.708] [INFO] LocationSqlManager initialising [2026-05-05,05:45:35.709] [INFO] Location DB initialising [2026-05-05,05:45:35.720] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:45:35.721] [DEBUG] UploadManager Init [2026-05-05,05:45:35.722] [DEBUG] UploadManager Init Complete [2026-05-05,05:45:35.726] [INFO] Initializing GPS... [2026-05-05,05:45:35.733] [INFO] Starting location capture [2026-05-05,05:46:14.797] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:46:14.804] [INFO] LocationSqlManager initialising [2026-05-05,05:46:14.805] [INFO] Location DB initialising [2026-05-05,05:46:14.816] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:46:14.817] [DEBUG] UploadManager Init [2026-05-05,05:46:14.818] [DEBUG] UploadManager Init Complete [2026-05-05,05:46:14.822] [INFO] Initializing GPS... [2026-05-05,05:46:14.825] [INFO] Starting location capture [2026-05-05,05:46:54.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:46:54.041] [INFO] LocationSqlManager initialising [2026-05-05,05:46:54.042] [INFO] Location DB initialising [2026-05-05,05:46:54.051] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:46:54.052] [DEBUG] UploadManager Init [2026-05-05,05:46:54.052] [DEBUG] UploadManager Init Complete [2026-05-05,05:46:54.055] [INFO] Initializing GPS... [2026-05-05,05:46:54.057] [INFO] Starting location capture [2026-05-05,05:47:31.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:47:31.799] [INFO] LocationSqlManager initialising [2026-05-05,05:47:31.800] [INFO] Location DB initialising [2026-05-05,05:47:31.810] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:47:31.811] [DEBUG] UploadManager Init [2026-05-05,05:47:31.811] [DEBUG] UploadManager Init Complete [2026-05-05,05:47:31.814] [INFO] Initializing GPS... [2026-05-05,05:47:31.816] [INFO] Starting location capture [2026-05-05,05:48:11.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:48:11.097] [INFO] LocationSqlManager initialising [2026-05-05,05:48:11.098] [INFO] Location DB initialising [2026-05-05,05:48:11.107] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:48:11.108] [DEBUG] UploadManager Init [2026-05-05,05:48:11.108] [DEBUG] UploadManager Init Complete [2026-05-05,05:48:11.111] [INFO] Initializing GPS... [2026-05-05,05:48:11.113] [INFO] Starting location capture [2026-05-05,05:48:48.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:48:48.810] [INFO] LocationSqlManager initialising [2026-05-05,05:48:48.810] [INFO] Location DB initialising [2026-05-05,05:48:48.821] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:48:48.821] [DEBUG] UploadManager Init [2026-05-05,05:48:48.822] [DEBUG] UploadManager Init Complete [2026-05-05,05:48:48.825] [INFO] Initializing GPS... [2026-05-05,05:48:48.827] [INFO] Starting location capture [2026-05-05,05:49:27.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:49:27.982] [INFO] LocationSqlManager initialising [2026-05-05,05:49:27.983] [INFO] Location DB initialising [2026-05-05,05:49:27.993] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:49:27.994] [DEBUG] UploadManager Init [2026-05-05,05:49:27.995] [DEBUG] UploadManager Init Complete [2026-05-05,05:49:27.999] [INFO] Initializing GPS... [2026-05-05,05:49:28.003] [INFO] Starting location capture [2026-05-05,05:50:06.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:50:06.032] [INFO] LocationSqlManager initialising [2026-05-05,05:50:06.032] [INFO] Location DB initialising [2026-05-05,05:50:06.042] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:50:06.042] [DEBUG] UploadManager Init [2026-05-05,05:50:06.043] [DEBUG] UploadManager Init Complete [2026-05-05,05:50:06.045] [INFO] Initializing GPS... [2026-05-05,05:50:06.047] [INFO] Starting location capture [2026-05-05,05:50:44.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:50:44.114] [INFO] LocationSqlManager initialising [2026-05-05,05:50:44.115] [INFO] Location DB initialising [2026-05-05,05:50:44.127] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:50:44.128] [DEBUG] UploadManager Init [2026-05-05,05:50:44.128] [DEBUG] UploadManager Init Complete [2026-05-05,05:50:44.133] [INFO] Initializing GPS... [2026-05-05,05:50:44.135] [INFO] Starting location capture [2026-05-05,05:51:23.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:51:23.077] [INFO] LocationSqlManager initialising [2026-05-05,05:51:23.078] [INFO] Location DB initialising [2026-05-05,05:51:23.087] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:51:23.087] [DEBUG] UploadManager Init [2026-05-05,05:51:23.088] [DEBUG] UploadManager Init Complete [2026-05-05,05:51:23.090] [INFO] Initializing GPS... [2026-05-05,05:51:23.092] [INFO] Starting location capture [2026-05-05,05:51:56.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:51:56.902] [INFO] LocationSqlManager initialising [2026-05-05,05:51:56.902] [INFO] Location DB initialising [2026-05-05,05:51:56.912] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:51:56.912] [DEBUG] UploadManager Init [2026-05-05,05:51:56.913] [DEBUG] UploadManager Init Complete [2026-05-05,05:51:56.915] [INFO] Initializing GPS... [2026-05-05,05:51:56.917] [INFO] Starting location capture [2026-05-05,05:52:34.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:52:34.808] [INFO] LocationSqlManager initialising [2026-05-05,05:52:34.808] [INFO] Location DB initialising [2026-05-05,05:52:34.818] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:52:34.819] [DEBUG] UploadManager Init [2026-05-05,05:52:34.820] [DEBUG] UploadManager Init Complete [2026-05-05,05:52:34.823] [INFO] Initializing GPS... [2026-05-05,05:52:34.825] [INFO] Starting location capture [2026-05-05,05:53:14.610] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:53:14.613] [INFO] LocationSqlManager initialising [2026-05-05,05:53:14.614] [INFO] Location DB initialising [2026-05-05,05:53:14.624] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:53:14.624] [DEBUG] UploadManager Init [2026-05-05,05:53:14.625] [DEBUG] UploadManager Init Complete [2026-05-05,05:53:14.627] [INFO] Initializing GPS... [2026-05-05,05:53:14.629] [INFO] Starting location capture [2026-05-05,05:53:52.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:53:52.176] [INFO] LocationSqlManager initialising [2026-05-05,05:53:52.177] [INFO] Location DB initialising [2026-05-05,05:53:52.186] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:53:52.187] [DEBUG] UploadManager Init [2026-05-05,05:53:52.187] [DEBUG] UploadManager Init Complete [2026-05-05,05:53:52.191] [INFO] Initializing GPS... [2026-05-05,05:53:52.193] [INFO] Starting location capture [2026-05-05,05:54:31.025] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:54:31.032] [INFO] LocationSqlManager initialising [2026-05-05,05:54:31.032] [INFO] Location DB initialising [2026-05-05,05:54:31.042] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:54:31.043] [DEBUG] UploadManager Init [2026-05-05,05:54:31.044] [DEBUG] UploadManager Init Complete [2026-05-05,05:54:31.047] [INFO] Initializing GPS... [2026-05-05,05:54:31.050] [INFO] Starting location capture [2026-05-05,05:55:09.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:55:09.153] [INFO] LocationSqlManager initialising [2026-05-05,05:55:09.153] [INFO] Location DB initialising [2026-05-05,05:55:09.162] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:55:09.163] [DEBUG] UploadManager Init [2026-05-05,05:55:09.163] [DEBUG] UploadManager Init Complete [2026-05-05,05:55:09.166] [INFO] Initializing GPS... [2026-05-05,05:55:09.168] [INFO] Starting location capture [2026-05-05,05:55:47.869] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:55:47.874] [INFO] LocationSqlManager initialising [2026-05-05,05:55:47.874] [INFO] Location DB initialising [2026-05-05,05:55:47.883] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:55:47.884] [DEBUG] UploadManager Init [2026-05-05,05:55:47.885] [DEBUG] UploadManager Init Complete [2026-05-05,05:55:47.887] [INFO] Initializing GPS... [2026-05-05,05:55:47.890] [INFO] Starting location capture [2026-05-05,05:56:26.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:56:26.074] [INFO] LocationSqlManager initialising [2026-05-05,05:56:26.075] [INFO] Location DB initialising [2026-05-05,05:56:26.087] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:56:26.088] [DEBUG] UploadManager Init [2026-05-05,05:56:26.089] [DEBUG] UploadManager Init Complete [2026-05-05,05:56:26.094] [INFO] Initializing GPS... [2026-05-05,05:56:26.096] [INFO] Starting location capture [2026-05-05,05:57:04.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:57:04.951] [INFO] LocationSqlManager initialising [2026-05-05,05:57:04.952] [INFO] Location DB initialising [2026-05-05,05:57:04.964] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:57:04.965] [DEBUG] UploadManager Init [2026-05-05,05:57:04.966] [DEBUG] UploadManager Init Complete [2026-05-05,05:57:04.969] [INFO] Initializing GPS... [2026-05-05,05:57:04.972] [INFO] Starting location capture [2026-05-05,05:57:42.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:57:42.947] [INFO] LocationSqlManager initialising [2026-05-05,05:57:42.948] [INFO] Location DB initialising [2026-05-05,05:57:42.960] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:57:42.961] [DEBUG] UploadManager Init [2026-05-05,05:57:42.961] [DEBUG] UploadManager Init Complete [2026-05-05,05:57:42.966] [INFO] Initializing GPS... [2026-05-05,05:57:42.969] [INFO] Starting location capture [2026-05-05,05:58:20.597] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:58:20.602] [INFO] LocationSqlManager initialising [2026-05-05,05:58:20.603] [INFO] Location DB initialising [2026-05-05,05:58:20.612] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:58:20.613] [DEBUG] UploadManager Init [2026-05-05,05:58:20.614] [DEBUG] UploadManager Init Complete [2026-05-05,05:58:20.616] [INFO] Initializing GPS... [2026-05-05,05:58:20.618] [INFO] Starting location capture [2026-05-05,05:58:55.551] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:58:55.559] [INFO] LocationSqlManager initialising [2026-05-05,05:58:55.560] [INFO] Location DB initialising [2026-05-05,05:58:55.571] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:58:55.573] [DEBUG] UploadManager Init [2026-05-05,05:58:55.573] [DEBUG] UploadManager Init Complete [2026-05-05,05:58:55.578] [INFO] Initializing GPS... [2026-05-05,05:58:55.581] [INFO] Starting location capture [2026-05-05,05:59:34.537] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,05:59:34.543] [INFO] LocationSqlManager initialising [2026-05-05,05:59:34.544] [INFO] Location DB initialising [2026-05-05,05:59:34.555] [INFO] LocationSqlManager initialisation complete [2026-05-05,05:59:34.557] [DEBUG] UploadManager Init [2026-05-05,05:59:34.557] [DEBUG] UploadManager Init Complete [2026-05-05,05:59:34.562] [INFO] Initializing GPS... [2026-05-05,05:59:34.565] [INFO] Starting location capture [2026-05-05,06:00:12.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:00:12.945] [INFO] LocationSqlManager initialising [2026-05-05,06:00:12.946] [INFO] Location DB initialising [2026-05-05,06:00:12.956] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:00:12.958] [DEBUG] UploadManager Init [2026-05-05,06:00:12.958] [DEBUG] UploadManager Init Complete [2026-05-05,06:00:12.963] [INFO] Initializing GPS... [2026-05-05,06:00:12.966] [INFO] Starting location capture [2026-05-05,06:00:51.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:00:51.190] [INFO] LocationSqlManager initialising [2026-05-05,06:00:51.190] [INFO] Location DB initialising [2026-05-05,06:00:51.199] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:00:51.200] [DEBUG] UploadManager Init [2026-05-05,06:00:51.200] [DEBUG] UploadManager Init Complete [2026-05-05,06:00:51.203] [INFO] Initializing GPS... [2026-05-05,06:00:51.205] [INFO] Starting location capture [2026-05-05,06:01:30.063] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:01:30.068] [INFO] LocationSqlManager initialising [2026-05-05,06:01:30.068] [INFO] Location DB initialising [2026-05-05,06:01:30.077] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:01:30.078] [DEBUG] UploadManager Init [2026-05-05,06:01:30.078] [DEBUG] UploadManager Init Complete [2026-05-05,06:01:30.081] [INFO] Initializing GPS... [2026-05-05,06:01:30.083] [INFO] Starting location capture [2026-05-05,06:02:09.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:02:09.071] [INFO] LocationSqlManager initialising [2026-05-05,06:02:09.071] [INFO] Location DB initialising [2026-05-05,06:02:09.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:02:09.082] [DEBUG] UploadManager Init [2026-05-05,06:02:09.082] [DEBUG] UploadManager Init Complete [2026-05-05,06:02:09.086] [INFO] Initializing GPS... [2026-05-05,06:02:09.088] [INFO] Starting location capture [2026-05-05,06:02:47.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:02:47.014] [INFO] LocationSqlManager initialising [2026-05-05,06:02:47.015] [INFO] Location DB initialising [2026-05-05,06:02:47.026] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:02:47.027] [DEBUG] UploadManager Init [2026-05-05,06:02:47.028] [DEBUG] UploadManager Init Complete [2026-05-05,06:02:47.033] [INFO] Initializing GPS... [2026-05-05,06:02:47.036] [INFO] Starting location capture [2026-05-05,06:03:26.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:03:26.428] [INFO] LocationSqlManager initialising [2026-05-05,06:03:26.429] [INFO] Location DB initialising [2026-05-05,06:03:26.441] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:03:26.442] [DEBUG] UploadManager Init [2026-05-05,06:03:26.442] [DEBUG] UploadManager Init Complete [2026-05-05,06:03:26.447] [INFO] Initializing GPS... [2026-05-05,06:03:26.450] [INFO] Starting location capture [2026-05-05,06:04:03.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:04:03.962] [INFO] LocationSqlManager initialising [2026-05-05,06:04:03.963] [INFO] Location DB initialising [2026-05-05,06:04:03.972] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:04:03.973] [DEBUG] UploadManager Init [2026-05-05,06:04:03.973] [DEBUG] UploadManager Init Complete [2026-05-05,06:04:03.976] [INFO] Initializing GPS... [2026-05-05,06:04:03.979] [INFO] Starting location capture [2026-05-05,06:04:43.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:04:43.101] [INFO] LocationSqlManager initialising [2026-05-05,06:04:43.102] [INFO] Location DB initialising [2026-05-05,06:04:43.113] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:04:43.114] [DEBUG] UploadManager Init [2026-05-05,06:04:43.115] [DEBUG] UploadManager Init Complete [2026-05-05,06:04:43.120] [INFO] Initializing GPS... [2026-05-05,06:04:43.123] [INFO] Starting location capture [2026-05-05,06:05:17.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:05:17.118] [INFO] LocationSqlManager initialising [2026-05-05,06:05:17.119] [INFO] Location DB initialising [2026-05-05,06:05:17.128] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:05:17.129] [DEBUG] UploadManager Init [2026-05-05,06:05:17.129] [DEBUG] UploadManager Init Complete [2026-05-05,06:05:17.132] [INFO] Initializing GPS... [2026-05-05,06:05:17.134] [INFO] Starting location capture [2026-05-05,06:05:51.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:05:51.253] [INFO] LocationSqlManager initialising [2026-05-05,06:05:51.253] [INFO] Location DB initialising [2026-05-05,06:05:51.263] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:05:51.265] [DEBUG] UploadManager Init [2026-05-05,06:05:51.265] [DEBUG] UploadManager Init Complete [2026-05-05,06:05:51.270] [INFO] Initializing GPS... [2026-05-05,06:05:51.273] [INFO] Starting location capture [2026-05-05,06:06:30.226] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:06:30.232] [INFO] LocationSqlManager initialising [2026-05-05,06:06:30.233] [INFO] Location DB initialising [2026-05-05,06:06:30.242] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:06:30.243] [DEBUG] UploadManager Init [2026-05-05,06:06:30.244] [DEBUG] UploadManager Init Complete [2026-05-05,06:06:30.247] [INFO] Initializing GPS... [2026-05-05,06:06:30.249] [INFO] Starting location capture [2026-05-05,06:07:08.619] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:07:08.627] [INFO] LocationSqlManager initialising [2026-05-05,06:07:08.627] [INFO] Location DB initialising [2026-05-05,06:07:08.638] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:07:08.638] [DEBUG] UploadManager Init [2026-05-05,06:07:08.639] [DEBUG] UploadManager Init Complete [2026-05-05,06:07:08.641] [INFO] Initializing GPS... [2026-05-05,06:07:08.643] [INFO] Starting location capture [2026-05-05,06:07:47.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:07:47.076] [INFO] LocationSqlManager initialising [2026-05-05,06:07:47.077] [INFO] Location DB initialising [2026-05-05,06:07:47.087] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:07:47.088] [DEBUG] UploadManager Init [2026-05-05,06:07:47.088] [DEBUG] UploadManager Init Complete [2026-05-05,06:07:47.091] [INFO] Initializing GPS... [2026-05-05,06:07:47.094] [INFO] Starting location capture [2026-05-05,06:08:19.935] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:08:19.943] [INFO] LocationSqlManager initialising [2026-05-05,06:08:19.944] [INFO] Location DB initialising [2026-05-05,06:08:19.955] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:08:19.956] [DEBUG] UploadManager Init [2026-05-05,06:08:19.956] [DEBUG] UploadManager Init Complete [2026-05-05,06:08:19.960] [INFO] Initializing GPS... [2026-05-05,06:08:19.962] [INFO] Starting location capture [2026-05-05,06:08:59.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:08:59.221] [INFO] LocationSqlManager initialising [2026-05-05,06:08:59.221] [INFO] Location DB initialising [2026-05-05,06:08:59.231] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:08:59.231] [DEBUG] UploadManager Init [2026-05-05,06:08:59.232] [DEBUG] UploadManager Init Complete [2026-05-05,06:08:59.235] [INFO] Initializing GPS... [2026-05-05,06:08:59.237] [INFO] Starting location capture [2026-05-05,06:09:36.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:09:36.757] [INFO] LocationSqlManager initialising [2026-05-05,06:09:36.758] [INFO] Location DB initialising [2026-05-05,06:09:36.769] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:09:36.770] [DEBUG] UploadManager Init [2026-05-05,06:09:36.771] [DEBUG] UploadManager Init Complete [2026-05-05,06:09:36.776] [INFO] Initializing GPS... [2026-05-05,06:09:36.780] [INFO] Starting location capture [2026-05-05,06:10:16.128] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:10:16.133] [INFO] LocationSqlManager initialising [2026-05-05,06:10:16.133] [INFO] Location DB initialising [2026-05-05,06:10:16.142] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:10:16.143] [DEBUG] UploadManager Init [2026-05-05,06:10:16.144] [DEBUG] UploadManager Init Complete [2026-05-05,06:10:16.146] [INFO] Initializing GPS... [2026-05-05,06:10:16.148] [INFO] Starting location capture [2026-05-05,06:10:55.260] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:10:55.266] [INFO] LocationSqlManager initialising [2026-05-05,06:10:55.266] [INFO] Location DB initialising [2026-05-05,06:10:55.276] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:10:55.277] [DEBUG] UploadManager Init [2026-05-05,06:10:55.277] [DEBUG] UploadManager Init Complete [2026-05-05,06:10:55.280] [INFO] Initializing GPS... [2026-05-05,06:10:55.281] [INFO] Starting location capture [2026-05-05,06:11:33.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:11:33.277] [INFO] LocationSqlManager initialising [2026-05-05,06:11:33.277] [INFO] Location DB initialising [2026-05-05,06:11:33.287] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:11:33.288] [DEBUG] UploadManager Init [2026-05-05,06:11:33.288] [DEBUG] UploadManager Init Complete [2026-05-05,06:11:33.291] [INFO] Initializing GPS... [2026-05-05,06:11:33.294] [INFO] Starting location capture [2026-05-05,06:12:11.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:12:11.265] [INFO] LocationSqlManager initialising [2026-05-05,06:12:11.266] [INFO] Location DB initialising [2026-05-05,06:12:11.277] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:12:11.278] [DEBUG] UploadManager Init [2026-05-05,06:12:11.278] [DEBUG] UploadManager Init Complete [2026-05-05,06:12:11.283] [INFO] Initializing GPS... [2026-05-05,06:12:11.285] [INFO] Starting location capture [2026-05-05,06:12:50.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:12:50.164] [INFO] LocationSqlManager initialising [2026-05-05,06:12:50.165] [INFO] Location DB initialising [2026-05-05,06:12:50.174] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:12:50.175] [DEBUG] UploadManager Init [2026-05-05,06:12:50.175] [DEBUG] UploadManager Init Complete [2026-05-05,06:12:50.178] [INFO] Initializing GPS... [2026-05-05,06:12:50.180] [INFO] Starting location capture [2026-05-05,06:13:27.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:13:27.956] [INFO] LocationSqlManager initialising [2026-05-05,06:13:27.956] [INFO] Location DB initialising [2026-05-05,06:13:27.968] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:13:27.969] [DEBUG] UploadManager Init [2026-05-05,06:13:27.969] [DEBUG] UploadManager Init Complete [2026-05-05,06:13:27.974] [INFO] Initializing GPS... [2026-05-05,06:13:27.977] [INFO] Starting location capture [2026-05-05,06:14:06.227] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:14:06.232] [INFO] LocationSqlManager initialising [2026-05-05,06:14:06.232] [INFO] Location DB initialising [2026-05-05,06:14:06.241] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:14:06.242] [DEBUG] UploadManager Init [2026-05-05,06:14:06.243] [DEBUG] UploadManager Init Complete [2026-05-05,06:14:06.245] [INFO] Initializing GPS... [2026-05-05,06:14:06.247] [INFO] Starting location capture [2026-05-05,06:14:45.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:14:45.059] [INFO] LocationSqlManager initialising [2026-05-05,06:14:45.059] [INFO] Location DB initialising [2026-05-05,06:14:45.070] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:14:45.070] [DEBUG] UploadManager Init [2026-05-05,06:14:45.071] [DEBUG] UploadManager Init Complete [2026-05-05,06:14:45.074] [INFO] Initializing GPS... [2026-05-05,06:14:45.076] [INFO] Starting location capture [2026-05-05,06:15:20.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:15:20.037] [INFO] LocationSqlManager initialising [2026-05-05,06:15:20.037] [INFO] Location DB initialising [2026-05-05,06:15:20.049] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:15:20.050] [DEBUG] UploadManager Init [2026-05-05,06:15:20.051] [DEBUG] UploadManager Init Complete [2026-05-05,06:15:20.054] [INFO] Initializing GPS... [2026-05-05,06:15:20.058] [INFO] Starting location capture [2026-05-05,06:15:59.260] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:15:59.268] [INFO] LocationSqlManager initialising [2026-05-05,06:15:59.269] [INFO] Location DB initialising [2026-05-05,06:15:59.281] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:15:59.283] [DEBUG] UploadManager Init [2026-05-05,06:15:59.283] [DEBUG] UploadManager Init Complete [2026-05-05,06:15:59.286] [INFO] Initializing GPS... [2026-05-05,06:15:59.288] [INFO] Starting location capture [2026-05-05,06:16:38.057] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:16:38.065] [INFO] LocationSqlManager initialising [2026-05-05,06:16:38.066] [INFO] Location DB initialising [2026-05-05,06:16:38.076] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:16:38.076] [DEBUG] UploadManager Init [2026-05-05,06:16:38.077] [DEBUG] UploadManager Init Complete [2026-05-05,06:16:38.080] [INFO] Initializing GPS... [2026-05-05,06:16:38.082] [INFO] Starting location capture [2026-05-05,06:17:16.381] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:17:16.390] [INFO] LocationSqlManager initialising [2026-05-05,06:17:16.391] [INFO] Location DB initialising [2026-05-05,06:17:16.401] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:17:16.403] [DEBUG] UploadManager Init [2026-05-05,06:17:16.403] [DEBUG] UploadManager Init Complete [2026-05-05,06:17:16.408] [INFO] Initializing GPS... [2026-05-05,06:17:16.410] [INFO] Starting location capture [2026-05-05,06:17:55.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:17:55.815] [INFO] LocationSqlManager initialising [2026-05-05,06:17:55.816] [INFO] Location DB initialising [2026-05-05,06:17:55.828] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:17:55.829] [DEBUG] UploadManager Init [2026-05-05,06:17:55.829] [DEBUG] UploadManager Init Complete [2026-05-05,06:17:55.834] [INFO] Initializing GPS... [2026-05-05,06:17:55.837] [INFO] Starting location capture [2026-05-05,06:18:30.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:18:30.224] [INFO] LocationSqlManager initialising [2026-05-05,06:18:30.224] [INFO] Location DB initialising [2026-05-05,06:18:30.234] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:18:30.234] [DEBUG] UploadManager Init [2026-05-05,06:18:30.235] [DEBUG] UploadManager Init Complete [2026-05-05,06:18:30.237] [INFO] Initializing GPS... [2026-05-05,06:18:30.239] [INFO] Starting location capture [2026-05-05,06:19:08.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:19:08.987] [INFO] LocationSqlManager initialising [2026-05-05,06:19:08.987] [INFO] Location DB initialising [2026-05-05,06:19:08.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:19:08.997] [DEBUG] UploadManager Init [2026-05-05,06:19:08.997] [DEBUG] UploadManager Init Complete [2026-05-05,06:19:09.000] [INFO] Initializing GPS... [2026-05-05,06:19:09.002] [INFO] Starting location capture [2026-05-05,06:19:47.795] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:19:47.801] [INFO] LocationSqlManager initialising [2026-05-05,06:19:47.802] [INFO] Location DB initialising [2026-05-05,06:19:47.811] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:19:47.812] [DEBUG] UploadManager Init [2026-05-05,06:19:47.812] [DEBUG] UploadManager Init Complete [2026-05-05,06:19:47.816] [INFO] Initializing GPS... [2026-05-05,06:19:47.818] [INFO] Starting location capture [2026-05-05,06:20:26.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:20:26.032] [INFO] LocationSqlManager initialising [2026-05-05,06:20:26.033] [INFO] Location DB initialising [2026-05-05,06:20:26.042] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:20:26.042] [DEBUG] UploadManager Init [2026-05-05,06:20:26.043] [DEBUG] UploadManager Init Complete [2026-05-05,06:20:26.046] [INFO] Initializing GPS... [2026-05-05,06:20:26.047] [INFO] Starting location capture [2026-05-05,06:21:05.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:21:05.142] [INFO] LocationSqlManager initialising [2026-05-05,06:21:05.142] [INFO] Location DB initialising [2026-05-05,06:21:05.152] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:21:05.153] [DEBUG] UploadManager Init [2026-05-05,06:21:05.153] [DEBUG] UploadManager Init Complete [2026-05-05,06:21:05.156] [INFO] Initializing GPS... [2026-05-05,06:21:05.158] [INFO] Starting location capture [2026-05-05,06:21:43.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:21:43.127] [INFO] LocationSqlManager initialising [2026-05-05,06:21:43.128] [INFO] Location DB initialising [2026-05-05,06:21:43.137] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:21:43.138] [DEBUG] UploadManager Init [2026-05-05,06:21:43.138] [DEBUG] UploadManager Init Complete [2026-05-05,06:21:43.141] [INFO] Initializing GPS... [2026-05-05,06:21:43.143] [INFO] Starting location capture [2026-05-05,06:22:17.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:22:17.213] [INFO] LocationSqlManager initialising [2026-05-05,06:22:17.214] [INFO] Location DB initialising [2026-05-05,06:22:17.223] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:22:17.224] [DEBUG] UploadManager Init [2026-05-05,06:22:17.224] [DEBUG] UploadManager Init Complete [2026-05-05,06:22:17.227] [INFO] Initializing GPS... [2026-05-05,06:22:17.229] [INFO] Starting location capture [2026-05-05,06:22:56.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:22:56.198] [INFO] LocationSqlManager initialising [2026-05-05,06:22:56.199] [INFO] Location DB initialising [2026-05-05,06:22:56.209] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:22:56.209] [DEBUG] UploadManager Init [2026-05-05,06:22:56.210] [DEBUG] UploadManager Init Complete [2026-05-05,06:22:56.212] [INFO] Initializing GPS... [2026-05-05,06:22:56.214] [INFO] Starting location capture [2026-05-05,06:23:35.059] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:23:35.064] [INFO] LocationSqlManager initialising [2026-05-05,06:23:35.065] [INFO] Location DB initialising [2026-05-05,06:23:35.074] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:23:35.075] [DEBUG] UploadManager Init [2026-05-05,06:23:35.075] [DEBUG] UploadManager Init Complete [2026-05-05,06:23:35.078] [INFO] Initializing GPS... [2026-05-05,06:23:35.080] [INFO] Starting location capture [2026-05-05,06:24:12.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:24:12.860] [INFO] LocationSqlManager initialising [2026-05-05,06:24:12.861] [INFO] Location DB initialising [2026-05-05,06:24:12.873] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:24:12.874] [DEBUG] UploadManager Init [2026-05-05,06:24:12.875] [DEBUG] UploadManager Init Complete [2026-05-05,06:24:12.879] [INFO] Initializing GPS... [2026-05-05,06:24:12.882] [INFO] Starting location capture [2026-05-05,06:24:51.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:24:51.298] [INFO] LocationSqlManager initialising [2026-05-05,06:24:51.298] [INFO] Location DB initialising [2026-05-05,06:24:51.308] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:24:51.308] [DEBUG] UploadManager Init [2026-05-05,06:24:51.309] [DEBUG] UploadManager Init Complete [2026-05-05,06:24:51.311] [INFO] Initializing GPS... [2026-05-05,06:24:51.313] [INFO] Starting location capture [2026-05-05,06:25:30.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:25:30.103] [INFO] LocationSqlManager initialising [2026-05-05,06:25:30.104] [INFO] Location DB initialising [2026-05-05,06:25:30.113] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:25:30.114] [DEBUG] UploadManager Init [2026-05-05,06:25:30.114] [DEBUG] UploadManager Init Complete [2026-05-05,06:25:30.116] [INFO] Initializing GPS... [2026-05-05,06:25:30.118] [INFO] Starting location capture [2026-05-05,06:26:08.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:26:08.237] [INFO] LocationSqlManager initialising [2026-05-05,06:26:08.237] [INFO] Location DB initialising [2026-05-05,06:26:08.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:26:08.247] [DEBUG] UploadManager Init [2026-05-05,06:26:08.248] [DEBUG] UploadManager Init Complete [2026-05-05,06:26:08.250] [INFO] Initializing GPS... [2026-05-05,06:26:08.252] [INFO] Starting location capture [2026-05-05,06:26:47.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:26:47.290] [INFO] LocationSqlManager initialising [2026-05-05,06:26:47.291] [INFO] Location DB initialising [2026-05-05,06:26:47.302] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:26:47.304] [DEBUG] UploadManager Init [2026-05-05,06:26:47.304] [DEBUG] UploadManager Init Complete [2026-05-05,06:26:47.308] [INFO] Initializing GPS... [2026-05-05,06:26:47.312] [INFO] Starting location capture [2026-05-05,06:27:25.008] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:27:25.011] [INFO] LocationSqlManager initialising [2026-05-05,06:27:25.012] [INFO] Location DB initialising [2026-05-05,06:27:25.022] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:27:25.022] [DEBUG] UploadManager Init [2026-05-05,06:27:25.023] [DEBUG] UploadManager Init Complete [2026-05-05,06:27:25.025] [INFO] Initializing GPS... [2026-05-05,06:27:25.027] [INFO] Starting location capture [2026-05-05,06:28:04.348] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:28:04.354] [INFO] LocationSqlManager initialising [2026-05-05,06:28:04.355] [INFO] Location DB initialising [2026-05-05,06:28:04.366] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:28:04.368] [DEBUG] UploadManager Init [2026-05-05,06:28:04.368] [DEBUG] UploadManager Init Complete [2026-05-05,06:28:04.373] [INFO] Initializing GPS... [2026-05-05,06:28:04.376] [INFO] Starting location capture [2026-05-05,06:28:42.446] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:28:42.453] [INFO] LocationSqlManager initialising [2026-05-05,06:28:42.454] [INFO] Location DB initialising [2026-05-05,06:28:42.465] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:28:42.467] [DEBUG] UploadManager Init [2026-05-05,06:28:42.467] [DEBUG] UploadManager Init Complete [2026-05-05,06:28:42.472] [INFO] Initializing GPS... [2026-05-05,06:28:42.475] [INFO] Starting location capture [2026-05-05,06:29:21.273] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:29:21.278] [INFO] LocationSqlManager initialising [2026-05-05,06:29:21.279] [INFO] Location DB initialising [2026-05-05,06:29:21.288] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:29:21.289] [DEBUG] UploadManager Init [2026-05-05,06:29:21.289] [DEBUG] UploadManager Init Complete [2026-05-05,06:29:21.292] [INFO] Initializing GPS... [2026-05-05,06:29:21.294] [INFO] Starting location capture [2026-05-05,06:29:59.795] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:29:59.798] [INFO] LocationSqlManager initialising [2026-05-05,06:29:59.799] [INFO] Location DB initialising [2026-05-05,06:29:59.808] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:29:59.809] [DEBUG] UploadManager Init [2026-05-05,06:29:59.810] [DEBUG] UploadManager Init Complete [2026-05-05,06:29:59.813] [INFO] Initializing GPS... [2026-05-05,06:29:59.815] [INFO] Starting location capture [2026-05-05,06:30:38.324] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:30:38.332] [INFO] LocationSqlManager initialising [2026-05-05,06:30:38.333] [INFO] Location DB initialising [2026-05-05,06:30:38.346] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:30:38.348] [DEBUG] UploadManager Init [2026-05-05,06:30:38.349] [DEBUG] UploadManager Init Complete [2026-05-05,06:30:38.356] [INFO] Initializing GPS... [2026-05-05,06:30:38.360] [INFO] Starting location capture [2026-05-05,06:31:17.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:31:17.931] [INFO] LocationSqlManager initialising [2026-05-05,06:31:17.931] [INFO] Location DB initialising [2026-05-05,06:31:17.942] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:31:17.942] [DEBUG] UploadManager Init [2026-05-05,06:31:17.943] [DEBUG] UploadManager Init Complete [2026-05-05,06:31:17.946] [INFO] Initializing GPS... [2026-05-05,06:31:17.948] [INFO] Starting location capture [2026-05-05,06:31:55.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:31:55.838] [INFO] LocationSqlManager initialising [2026-05-05,06:31:55.839] [INFO] Location DB initialising [2026-05-05,06:31:55.848] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:31:55.849] [DEBUG] UploadManager Init [2026-05-05,06:31:55.849] [DEBUG] UploadManager Init Complete [2026-05-05,06:31:55.852] [INFO] Initializing GPS... [2026-05-05,06:31:55.854] [INFO] Starting location capture [2026-05-05,06:32:34.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:32:34.776] [INFO] LocationSqlManager initialising [2026-05-05,06:32:34.777] [INFO] Location DB initialising [2026-05-05,06:32:34.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:32:34.789] [DEBUG] UploadManager Init [2026-05-05,06:32:34.790] [DEBUG] UploadManager Init Complete [2026-05-05,06:32:34.794] [INFO] Initializing GPS... [2026-05-05,06:32:34.797] [INFO] Starting location capture [2026-05-05,06:33:13.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:33:13.230] [INFO] LocationSqlManager initialising [2026-05-05,06:33:13.231] [INFO] Location DB initialising [2026-05-05,06:33:13.241] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:33:13.242] [DEBUG] UploadManager Init [2026-05-05,06:33:13.242] [DEBUG] UploadManager Init Complete [2026-05-05,06:33:13.245] [INFO] Initializing GPS... [2026-05-05,06:33:13.248] [INFO] Starting location capture [2026-05-05,06:33:52.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:33:52.010] [INFO] LocationSqlManager initialising [2026-05-05,06:33:52.010] [INFO] Location DB initialising [2026-05-05,06:33:52.020] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:33:52.020] [DEBUG] UploadManager Init [2026-05-05,06:33:52.021] [DEBUG] UploadManager Init Complete [2026-05-05,06:33:52.023] [INFO] Initializing GPS... [2026-05-05,06:33:52.025] [INFO] Starting location capture [2026-05-05,06:34:30.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:34:30.120] [INFO] LocationSqlManager initialising [2026-05-05,06:34:30.120] [INFO] Location DB initialising [2026-05-05,06:34:30.131] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:34:30.131] [DEBUG] UploadManager Init [2026-05-05,06:34:30.132] [DEBUG] UploadManager Init Complete [2026-05-05,06:34:30.134] [INFO] Initializing GPS... [2026-05-05,06:34:30.137] [INFO] Starting location capture [2026-05-05,06:35:04.339] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:35:04.347] [INFO] LocationSqlManager initialising [2026-05-05,06:35:04.348] [INFO] Location DB initialising [2026-05-05,06:35:04.359] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:35:04.360] [DEBUG] UploadManager Init [2026-05-05,06:35:04.361] [DEBUG] UploadManager Init Complete [2026-05-05,06:35:04.366] [INFO] Initializing GPS... [2026-05-05,06:35:04.369] [INFO] Starting location capture [2026-05-05,06:35:42.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:35:42.843] [INFO] LocationSqlManager initialising [2026-05-05,06:35:42.844] [INFO] Location DB initialising [2026-05-05,06:35:42.854] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:35:42.856] [DEBUG] UploadManager Init [2026-05-05,06:35:42.856] [DEBUG] UploadManager Init Complete [2026-05-05,06:35:42.860] [INFO] Initializing GPS... [2026-05-05,06:35:42.863] [INFO] Starting location capture [2026-05-05,06:36:20.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:36:20.934] [INFO] LocationSqlManager initialising [2026-05-05,06:36:20.935] [INFO] Location DB initialising [2026-05-05,06:36:20.948] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:36:20.949] [DEBUG] UploadManager Init [2026-05-05,06:36:20.951] [DEBUG] UploadManager Init Complete [2026-05-05,06:36:20.957] [INFO] Initializing GPS... [2026-05-05,06:36:20.961] [INFO] Starting location capture [2026-05-05,06:37:00.268] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:37:00.275] [INFO] LocationSqlManager initialising [2026-05-05,06:37:00.276] [INFO] Location DB initialising [2026-05-05,06:37:00.287] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:37:00.288] [DEBUG] UploadManager Init [2026-05-05,06:37:00.289] [DEBUG] UploadManager Init Complete [2026-05-05,06:37:00.293] [INFO] Initializing GPS... [2026-05-05,06:37:00.296] [INFO] Starting location capture [2026-05-05,06:37:39.331] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:37:39.339] [INFO] LocationSqlManager initialising [2026-05-05,06:37:39.340] [INFO] Location DB initialising [2026-05-05,06:37:39.351] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:37:39.352] [DEBUG] UploadManager Init [2026-05-05,06:37:39.353] [DEBUG] UploadManager Init Complete [2026-05-05,06:37:39.357] [INFO] Initializing GPS... [2026-05-05,06:37:39.360] [INFO] Starting location capture [2026-05-05,06:38:16.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:38:16.918] [INFO] LocationSqlManager initialising [2026-05-05,06:38:16.919] [INFO] Location DB initialising [2026-05-05,06:38:16.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:38:16.930] [DEBUG] UploadManager Init [2026-05-05,06:38:16.931] [DEBUG] UploadManager Init Complete [2026-05-05,06:38:16.934] [INFO] Initializing GPS... [2026-05-05,06:38:16.936] [INFO] Starting location capture [2026-05-05,06:38:56.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:38:56.309] [INFO] LocationSqlManager initialising [2026-05-05,06:38:56.309] [INFO] Location DB initialising [2026-05-05,06:38:56.319] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:38:56.319] [DEBUG] UploadManager Init [2026-05-05,06:38:56.320] [DEBUG] UploadManager Init Complete [2026-05-05,06:38:56.322] [INFO] Initializing GPS... [2026-05-05,06:38:56.324] [INFO] Starting location capture [2026-05-05,06:39:35.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:39:35.214] [INFO] LocationSqlManager initialising [2026-05-05,06:39:35.214] [INFO] Location DB initialising [2026-05-05,06:39:35.224] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:39:35.224] [DEBUG] UploadManager Init [2026-05-05,06:39:35.225] [DEBUG] UploadManager Init Complete [2026-05-05,06:39:35.227] [INFO] Initializing GPS... [2026-05-05,06:39:35.229] [INFO] Starting location capture [2026-05-05,06:40:12.684] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:40:12.691] [INFO] LocationSqlManager initialising [2026-05-05,06:40:12.692] [INFO] Location DB initialising [2026-05-05,06:40:12.703] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:40:12.704] [DEBUG] UploadManager Init [2026-05-05,06:40:12.704] [DEBUG] UploadManager Init Complete [2026-05-05,06:40:12.709] [INFO] Initializing GPS... [2026-05-05,06:40:12.712] [INFO] Starting location capture [2026-05-05,06:40:50.991] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:40:50.996] [INFO] LocationSqlManager initialising [2026-05-05,06:40:50.997] [INFO] Location DB initialising [2026-05-05,06:40:51.006] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:40:51.007] [DEBUG] UploadManager Init [2026-05-05,06:40:51.007] [DEBUG] UploadManager Init Complete [2026-05-05,06:40:51.010] [INFO] Initializing GPS... [2026-05-05,06:40:51.011] [INFO] Starting location capture [2026-05-05,06:41:24.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:41:24.816] [INFO] LocationSqlManager initialising [2026-05-05,06:41:24.817] [INFO] Location DB initialising [2026-05-05,06:41:24.826] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:41:24.827] [DEBUG] UploadManager Init [2026-05-05,06:41:24.827] [DEBUG] UploadManager Init Complete [2026-05-05,06:41:24.830] [INFO] Initializing GPS... [2026-05-05,06:41:24.832] [INFO] Starting location capture [2026-05-05,06:42:03.358] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:42:03.362] [INFO] LocationSqlManager initialising [2026-05-05,06:42:03.363] [INFO] Location DB initialising [2026-05-05,06:42:03.372] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:42:03.373] [DEBUG] UploadManager Init [2026-05-05,06:42:03.374] [DEBUG] UploadManager Init Complete [2026-05-05,06:42:03.376] [INFO] Initializing GPS... [2026-05-05,06:42:03.378] [INFO] Starting location capture [2026-05-05,06:42:42.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:42:42.076] [INFO] LocationSqlManager initialising [2026-05-05,06:42:42.076] [INFO] Location DB initialising [2026-05-05,06:42:42.086] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:42:42.087] [DEBUG] UploadManager Init [2026-05-05,06:42:42.087] [DEBUG] UploadManager Init Complete [2026-05-05,06:42:42.090] [INFO] Initializing GPS... [2026-05-05,06:42:42.092] [INFO] Starting location capture [2026-05-05,06:43:21.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:43:21.012] [INFO] LocationSqlManager initialising [2026-05-05,06:43:21.012] [INFO] Location DB initialising [2026-05-05,06:43:21.022] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:43:21.022] [DEBUG] UploadManager Init [2026-05-05,06:43:21.023] [DEBUG] UploadManager Init Complete [2026-05-05,06:43:21.025] [INFO] Initializing GPS... [2026-05-05,06:43:21.027] [INFO] Starting location capture [2026-05-05,06:43:58.798] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:43:58.805] [INFO] LocationSqlManager initialising [2026-05-05,06:43:58.806] [INFO] Location DB initialising [2026-05-05,06:43:58.817] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:43:58.818] [DEBUG] UploadManager Init [2026-05-05,06:43:58.819] [DEBUG] UploadManager Init Complete [2026-05-05,06:43:58.823] [INFO] Initializing GPS... [2026-05-05,06:43:58.826] [INFO] Starting location capture [2026-05-05,06:44:38.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:44:38.592] [INFO] LocationSqlManager initialising [2026-05-05,06:44:38.593] [INFO] Location DB initialising [2026-05-05,06:44:38.604] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:44:38.605] [DEBUG] UploadManager Init [2026-05-05,06:44:38.605] [DEBUG] UploadManager Init Complete [2026-05-05,06:44:38.610] [INFO] Initializing GPS... [2026-05-05,06:44:38.613] [INFO] Starting location capture [2026-05-05,06:45:15.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:45:15.894] [INFO] LocationSqlManager initialising [2026-05-05,06:45:15.894] [INFO] Location DB initialising [2026-05-05,06:45:15.904] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:45:15.905] [DEBUG] UploadManager Init [2026-05-05,06:45:15.905] [DEBUG] UploadManager Init Complete [2026-05-05,06:45:15.909] [INFO] Initializing GPS... [2026-05-05,06:45:15.911] [INFO] Starting location capture [2026-05-05,06:45:55.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:45:55.169] [INFO] LocationSqlManager initialising [2026-05-05,06:45:55.170] [INFO] Location DB initialising [2026-05-05,06:45:55.181] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:45:55.182] [DEBUG] UploadManager Init [2026-05-05,06:45:55.183] [DEBUG] UploadManager Init Complete [2026-05-05,06:45:55.187] [INFO] Initializing GPS... [2026-05-05,06:45:55.191] [INFO] Starting location capture [2026-05-05,06:46:33.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:46:33.247] [INFO] LocationSqlManager initialising [2026-05-05,06:46:33.248] [INFO] Location DB initialising [2026-05-05,06:46:33.259] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:46:33.260] [DEBUG] UploadManager Init [2026-05-05,06:46:33.260] [DEBUG] UploadManager Init Complete [2026-05-05,06:46:33.265] [INFO] Initializing GPS... [2026-05-05,06:46:33.267] [INFO] Starting location capture [2026-05-05,06:47:06.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:47:06.877] [INFO] LocationSqlManager initialising [2026-05-05,06:47:06.877] [INFO] Location DB initialising [2026-05-05,06:47:06.887] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:47:06.888] [DEBUG] UploadManager Init [2026-05-05,06:47:06.888] [DEBUG] UploadManager Init Complete [2026-05-05,06:47:06.891] [INFO] Initializing GPS... [2026-05-05,06:47:06.893] [INFO] Starting location capture [2026-05-05,06:47:45.541] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:47:45.547] [INFO] LocationSqlManager initialising [2026-05-05,06:47:45.547] [INFO] Location DB initialising [2026-05-05,06:47:45.557] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:47:45.558] [DEBUG] UploadManager Init [2026-05-05,06:47:45.559] [DEBUG] UploadManager Init Complete [2026-05-05,06:47:45.562] [INFO] Initializing GPS... [2026-05-05,06:47:45.564] [INFO] Starting location capture [2026-05-05,06:48:24.446] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:48:24.453] [INFO] LocationSqlManager initialising [2026-05-05,06:48:24.454] [INFO] Location DB initialising [2026-05-05,06:48:24.466] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:48:24.467] [DEBUG] UploadManager Init [2026-05-05,06:48:24.468] [DEBUG] UploadManager Init Complete [2026-05-05,06:48:24.472] [INFO] Initializing GPS... [2026-05-05,06:48:24.475] [INFO] Starting location capture [2026-05-05,06:49:03.074] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:49:03.081] [INFO] LocationSqlManager initialising [2026-05-05,06:49:03.082] [INFO] Location DB initialising [2026-05-05,06:49:03.093] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:49:03.094] [DEBUG] UploadManager Init [2026-05-05,06:49:03.095] [DEBUG] UploadManager Init Complete [2026-05-05,06:49:03.100] [INFO] Initializing GPS... [2026-05-05,06:49:03.103] [INFO] Starting location capture [2026-05-05,06:49:42.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:49:42.202] [INFO] LocationSqlManager initialising [2026-05-05,06:49:42.203] [INFO] Location DB initialising [2026-05-05,06:49:42.213] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:49:42.213] [DEBUG] UploadManager Init [2026-05-05,06:49:42.214] [DEBUG] UploadManager Init Complete [2026-05-05,06:49:42.217] [INFO] Initializing GPS... [2026-05-05,06:49:42.219] [INFO] Starting location capture [2026-05-05,06:50:19.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:50:19.944] [INFO] LocationSqlManager initialising [2026-05-05,06:50:19.944] [INFO] Location DB initialising [2026-05-05,06:50:19.958] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:50:19.959] [DEBUG] UploadManager Init [2026-05-05,06:50:19.960] [DEBUG] UploadManager Init Complete [2026-05-05,06:50:19.963] [INFO] Initializing GPS... [2026-05-05,06:50:19.965] [INFO] Starting location capture [2026-05-05,06:50:58.880] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:50:58.886] [INFO] LocationSqlManager initialising [2026-05-05,06:50:58.887] [INFO] Location DB initialising [2026-05-05,06:50:58.899] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:50:58.900] [DEBUG] UploadManager Init [2026-05-05,06:50:58.901] [DEBUG] UploadManager Init Complete [2026-05-05,06:50:58.905] [INFO] Initializing GPS... [2026-05-05,06:50:58.908] [INFO] Starting location capture [2026-05-05,06:51:38.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:51:38.228] [INFO] LocationSqlManager initialising [2026-05-05,06:51:38.228] [INFO] Location DB initialising [2026-05-05,06:51:38.238] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:51:38.239] [DEBUG] UploadManager Init [2026-05-05,06:51:38.239] [DEBUG] UploadManager Init Complete [2026-05-05,06:51:38.242] [INFO] Initializing GPS... [2026-05-05,06:51:38.243] [INFO] Starting location capture [2026-05-05,06:52:16.573] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:52:16.577] [INFO] LocationSqlManager initialising [2026-05-05,06:52:16.578] [INFO] Location DB initialising [2026-05-05,06:52:16.587] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:52:16.588] [DEBUG] UploadManager Init [2026-05-05,06:52:16.588] [DEBUG] UploadManager Init Complete [2026-05-05,06:52:16.591] [INFO] Initializing GPS... [2026-05-05,06:52:16.593] [INFO] Starting location capture [2026-05-05,06:52:55.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:52:55.337] [INFO] LocationSqlManager initialising [2026-05-05,06:52:55.338] [INFO] Location DB initialising [2026-05-05,06:52:55.349] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:52:55.350] [DEBUG] UploadManager Init [2026-05-05,06:52:55.351] [DEBUG] UploadManager Init Complete [2026-05-05,06:52:55.355] [INFO] Initializing GPS... [2026-05-05,06:52:55.358] [INFO] Starting location capture [2026-05-05,06:53:33.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:53:33.831] [INFO] LocationSqlManager initialising [2026-05-05,06:53:33.832] [INFO] Location DB initialising [2026-05-05,06:53:33.842] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:53:33.843] [DEBUG] UploadManager Init [2026-05-05,06:53:33.843] [DEBUG] UploadManager Init Complete [2026-05-05,06:53:33.846] [INFO] Initializing GPS... [2026-05-05,06:53:33.849] [INFO] Starting location capture [2026-05-05,06:54:12.495] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:54:12.500] [INFO] LocationSqlManager initialising [2026-05-05,06:54:12.500] [INFO] Location DB initialising [2026-05-05,06:54:12.510] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:54:12.511] [DEBUG] UploadManager Init [2026-05-05,06:54:12.511] [DEBUG] UploadManager Init Complete [2026-05-05,06:54:12.514] [INFO] Initializing GPS... [2026-05-05,06:54:12.516] [INFO] Starting location capture [2026-05-05,06:54:50.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:54:50.715] [INFO] LocationSqlManager initialising [2026-05-05,06:54:50.715] [INFO] Location DB initialising [2026-05-05,06:54:50.726] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:54:50.728] [DEBUG] UploadManager Init [2026-05-05,06:54:50.728] [DEBUG] UploadManager Init Complete [2026-05-05,06:54:50.733] [INFO] Initializing GPS... [2026-05-05,06:54:50.735] [INFO] Starting location capture [2026-05-05,06:55:29.310] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:55:29.315] [INFO] LocationSqlManager initialising [2026-05-05,06:55:29.316] [INFO] Location DB initialising [2026-05-05,06:55:29.327] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:55:29.328] [DEBUG] UploadManager Init [2026-05-05,06:55:29.329] [DEBUG] UploadManager Init Complete [2026-05-05,06:55:29.333] [INFO] Initializing GPS... [2026-05-05,06:55:29.337] [INFO] Starting location capture [2026-05-05,06:56:08.578] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:56:08.586] [INFO] LocationSqlManager initialising [2026-05-05,06:56:08.587] [INFO] Location DB initialising [2026-05-05,06:56:08.598] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:56:08.599] [DEBUG] UploadManager Init [2026-05-05,06:56:08.600] [DEBUG] UploadManager Init Complete [2026-05-05,06:56:08.604] [INFO] Initializing GPS... [2026-05-05,06:56:08.607] [INFO] Starting location capture [2026-05-05,06:56:46.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:56:46.236] [INFO] LocationSqlManager initialising [2026-05-05,06:56:46.237] [INFO] Location DB initialising [2026-05-05,06:56:46.246] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:56:46.246] [DEBUG] UploadManager Init [2026-05-05,06:56:46.247] [DEBUG] UploadManager Init Complete [2026-05-05,06:56:46.250] [INFO] Initializing GPS... [2026-05-05,06:56:46.252] [INFO] Starting location capture [2026-05-05,06:57:25.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:57:25.118] [INFO] LocationSqlManager initialising [2026-05-05,06:57:25.118] [INFO] Location DB initialising [2026-05-05,06:57:25.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:57:25.131] [DEBUG] UploadManager Init [2026-05-05,06:57:25.131] [DEBUG] UploadManager Init Complete [2026-05-05,06:57:25.136] [INFO] Initializing GPS... [2026-05-05,06:57:25.138] [INFO] Starting location capture [2026-05-05,06:58:04.785] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:58:04.789] [INFO] LocationSqlManager initialising [2026-05-05,06:58:04.790] [INFO] Location DB initialising [2026-05-05,06:58:04.799] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:58:04.800] [DEBUG] UploadManager Init [2026-05-05,06:58:04.800] [DEBUG] UploadManager Init Complete [2026-05-05,06:58:04.803] [INFO] Initializing GPS... [2026-05-05,06:58:04.805] [INFO] Starting location capture [2026-05-05,06:58:42.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:58:42.929] [INFO] LocationSqlManager initialising [2026-05-05,06:58:42.930] [INFO] Location DB initialising [2026-05-05,06:58:42.941] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:58:42.943] [DEBUG] UploadManager Init [2026-05-05,06:58:42.943] [DEBUG] UploadManager Init Complete [2026-05-05,06:58:42.947] [INFO] Initializing GPS... [2026-05-05,06:58:42.949] [INFO] Starting location capture [2026-05-05,06:59:22.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:59:22.323] [INFO] LocationSqlManager initialising [2026-05-05,06:59:22.323] [INFO] Location DB initialising [2026-05-05,06:59:22.334] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:59:22.335] [DEBUG] UploadManager Init [2026-05-05,06:59:22.336] [DEBUG] UploadManager Init Complete [2026-05-05,06:59:22.340] [INFO] Initializing GPS... [2026-05-05,06:59:22.344] [INFO] Starting location capture [2026-05-05,07:00:01.373] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:00:01.381] [INFO] LocationSqlManager initialising [2026-05-05,07:00:01.382] [INFO] Location DB initialising [2026-05-05,07:00:01.393] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:00:01.394] [DEBUG] UploadManager Init [2026-05-05,07:00:01.394] [DEBUG] UploadManager Init Complete [2026-05-05,07:00:01.399] [INFO] Initializing GPS... [2026-05-05,07:00:01.402] [INFO] Starting location capture [2026-05-05,07:00:39.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:00:39.079] [INFO] LocationSqlManager initialising [2026-05-05,07:00:39.080] [INFO] Location DB initialising [2026-05-05,07:00:39.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:00:39.093] [DEBUG] UploadManager Init [2026-05-05,07:00:39.093] [DEBUG] UploadManager Init Complete [2026-05-05,07:00:39.098] [INFO] Initializing GPS... [2026-05-05,07:00:39.101] [INFO] Starting location capture [2026-05-05,07:01:18.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:01:18.119] [INFO] LocationSqlManager initialising [2026-05-05,07:01:18.120] [INFO] Location DB initialising [2026-05-05,07:01:18.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:01:18.130] [DEBUG] UploadManager Init [2026-05-05,07:01:18.131] [DEBUG] UploadManager Init Complete [2026-05-05,07:01:18.134] [INFO] Initializing GPS... [2026-05-05,07:01:18.137] [INFO] Starting location capture [2026-05-05,07:01:56.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:01:56.261] [INFO] LocationSqlManager initialising [2026-05-05,07:01:56.261] [INFO] Location DB initialising [2026-05-05,07:01:56.271] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:01:56.271] [DEBUG] UploadManager Init [2026-05-05,07:01:56.271] [DEBUG] UploadManager Init Complete [2026-05-05,07:01:56.274] [INFO] Initializing GPS... [2026-05-05,07:01:56.276] [INFO] Starting location capture [2026-05-05,07:02:34.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:02:34.898] [INFO] LocationSqlManager initialising [2026-05-05,07:02:34.899] [INFO] Location DB initialising [2026-05-05,07:02:34.909] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:02:34.910] [DEBUG] UploadManager Init [2026-05-05,07:02:34.911] [DEBUG] UploadManager Init Complete [2026-05-05,07:02:34.916] [INFO] Initializing GPS... [2026-05-05,07:02:34.919] [INFO] Starting location capture [2026-05-05,07:03:13.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:03:13.014] [INFO] LocationSqlManager initialising [2026-05-05,07:03:13.014] [INFO] Location DB initialising [2026-05-05,07:03:13.023] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:03:13.024] [DEBUG] UploadManager Init [2026-05-05,07:03:13.024] [DEBUG] UploadManager Init Complete [2026-05-05,07:03:13.027] [INFO] Initializing GPS... [2026-05-05,07:03:13.029] [INFO] Starting location capture [2026-05-05,07:03:50.847] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:03:50.852] [INFO] LocationSqlManager initialising [2026-05-05,07:03:50.853] [INFO] Location DB initialising [2026-05-05,07:03:50.863] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:03:50.863] [DEBUG] UploadManager Init [2026-05-05,07:03:50.864] [DEBUG] UploadManager Init Complete [2026-05-05,07:03:50.866] [INFO] Initializing GPS... [2026-05-05,07:03:50.868] [INFO] Starting location capture [2026-05-05,07:04:30.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:04:30.319] [INFO] LocationSqlManager initialising [2026-05-05,07:04:30.320] [INFO] Location DB initialising [2026-05-05,07:04:30.329] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:04:30.329] [DEBUG] UploadManager Init [2026-05-05,07:04:30.330] [DEBUG] UploadManager Init Complete [2026-05-05,07:04:30.333] [INFO] Initializing GPS... [2026-05-05,07:04:30.334] [INFO] Starting location capture [2026-05-05,07:05:08.238] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:05:08.245] [INFO] LocationSqlManager initialising [2026-05-05,07:05:08.246] [INFO] Location DB initialising [2026-05-05,07:05:08.257] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:05:08.258] [DEBUG] UploadManager Init [2026-05-05,07:05:08.258] [DEBUG] UploadManager Init Complete [2026-05-05,07:05:08.263] [INFO] Initializing GPS... [2026-05-05,07:05:08.266] [INFO] Starting location capture [2026-05-05,07:05:46.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:05:46.920] [INFO] LocationSqlManager initialising [2026-05-05,07:05:46.921] [INFO] Location DB initialising [2026-05-05,07:05:46.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:05:46.934] [DEBUG] UploadManager Init [2026-05-05,07:05:46.934] [DEBUG] UploadManager Init Complete [2026-05-05,07:05:46.939] [INFO] Initializing GPS... [2026-05-05,07:05:46.942] [INFO] Starting location capture [2026-05-05,07:06:25.795] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:06:25.800] [INFO] LocationSqlManager initialising [2026-05-05,07:06:25.801] [INFO] Location DB initialising [2026-05-05,07:06:25.810] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:06:25.811] [DEBUG] UploadManager Init [2026-05-05,07:06:25.811] [DEBUG] UploadManager Init Complete [2026-05-05,07:06:25.814] [INFO] Initializing GPS... [2026-05-05,07:06:25.816] [INFO] Starting location capture [2026-05-05,07:07:04.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:07:04.275] [INFO] LocationSqlManager initialising [2026-05-05,07:07:04.275] [INFO] Location DB initialising [2026-05-05,07:07:04.285] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:07:04.286] [DEBUG] UploadManager Init [2026-05-05,07:07:04.286] [DEBUG] UploadManager Init Complete [2026-05-05,07:07:04.289] [INFO] Initializing GPS... [2026-05-05,07:07:04.290] [INFO] Starting location capture [2026-05-05,07:07:42.772] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:07:42.778] [INFO] LocationSqlManager initialising [2026-05-05,07:07:42.778] [INFO] Location DB initialising [2026-05-05,07:07:42.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:07:42.789] [DEBUG] UploadManager Init [2026-05-05,07:07:42.790] [DEBUG] UploadManager Init Complete [2026-05-05,07:07:42.793] [INFO] Initializing GPS... [2026-05-05,07:07:42.795] [INFO] Starting location capture [2026-05-05,07:08:15.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:08:15.900] [INFO] LocationSqlManager initialising [2026-05-05,07:08:15.900] [INFO] Location DB initialising [2026-05-05,07:08:15.911] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:08:15.912] [DEBUG] UploadManager Init [2026-05-05,07:08:15.913] [DEBUG] UploadManager Init Complete [2026-05-05,07:08:15.921] [INFO] Initializing GPS... [2026-05-05,07:08:15.925] [INFO] Starting location capture [2026-05-05,07:08:55.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:08:55.067] [INFO] LocationSqlManager initialising [2026-05-05,07:08:55.068] [INFO] Location DB initialising [2026-05-05,07:08:55.077] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:08:55.078] [DEBUG] UploadManager Init [2026-05-05,07:08:55.078] [DEBUG] UploadManager Init Complete [2026-05-05,07:08:55.081] [INFO] Initializing GPS... [2026-05-05,07:08:55.083] [INFO] Starting location capture [2026-05-05,07:09:33.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:09:33.013] [INFO] LocationSqlManager initialising [2026-05-05,07:09:33.014] [INFO] Location DB initialising [2026-05-05,07:09:33.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:09:33.026] [DEBUG] UploadManager Init [2026-05-05,07:09:33.027] [DEBUG] UploadManager Init Complete [2026-05-05,07:09:33.031] [INFO] Initializing GPS... [2026-05-05,07:09:33.034] [INFO] Starting location capture [2026-05-05,07:10:13.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:10:13.338] [INFO] LocationSqlManager initialising [2026-05-05,07:10:13.339] [INFO] Location DB initialising [2026-05-05,07:10:13.348] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:10:13.349] [DEBUG] UploadManager Init [2026-05-05,07:10:13.350] [DEBUG] UploadManager Init Complete [2026-05-05,07:10:13.353] [INFO] Initializing GPS... [2026-05-05,07:10:13.355] [INFO] Starting location capture [2026-05-05,07:10:50.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:10:50.826] [INFO] LocationSqlManager initialising [2026-05-05,07:10:50.827] [INFO] Location DB initialising [2026-05-05,07:10:50.837] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:10:50.837] [DEBUG] UploadManager Init [2026-05-05,07:10:50.838] [DEBUG] UploadManager Init Complete [2026-05-05,07:10:50.840] [INFO] Initializing GPS... [2026-05-05,07:10:50.842] [INFO] Starting location capture [2026-05-05,07:11:30.556] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:11:30.561] [INFO] LocationSqlManager initialising [2026-05-05,07:11:30.562] [INFO] Location DB initialising [2026-05-05,07:11:30.571] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:11:30.572] [DEBUG] UploadManager Init [2026-05-05,07:11:30.573] [DEBUG] UploadManager Init Complete [2026-05-05,07:11:30.576] [INFO] Initializing GPS... [2026-05-05,07:11:30.578] [INFO] Starting location capture [2026-05-05,07:12:09.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:12:09.137] [INFO] LocationSqlManager initialising [2026-05-05,07:12:09.138] [INFO] Location DB initialising [2026-05-05,07:12:09.147] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:12:09.148] [DEBUG] UploadManager Init [2026-05-05,07:12:09.149] [DEBUG] UploadManager Init Complete [2026-05-05,07:12:09.152] [INFO] Initializing GPS... [2026-05-05,07:12:09.154] [INFO] Starting location capture [2026-05-05,07:12:46.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:12:46.722] [INFO] LocationSqlManager initialising [2026-05-05,07:12:46.722] [INFO] Location DB initialising [2026-05-05,07:12:46.731] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:12:46.732] [DEBUG] UploadManager Init [2026-05-05,07:12:46.732] [DEBUG] UploadManager Init Complete [2026-05-05,07:12:46.735] [INFO] Initializing GPS... [2026-05-05,07:12:46.737] [INFO] Starting location capture [2026-05-05,07:13:26.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:13:26.078] [INFO] LocationSqlManager initialising [2026-05-05,07:13:26.079] [INFO] Location DB initialising [2026-05-05,07:13:26.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:13:26.091] [DEBUG] UploadManager Init [2026-05-05,07:13:26.092] [DEBUG] UploadManager Init Complete [2026-05-05,07:13:26.096] [INFO] Initializing GPS... [2026-05-05,07:13:26.098] [INFO] Starting location capture [2026-05-05,07:14:04.253] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:14:04.258] [INFO] LocationSqlManager initialising [2026-05-05,07:14:04.259] [INFO] Location DB initialising [2026-05-05,07:14:04.268] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:14:04.269] [DEBUG] UploadManager Init [2026-05-05,07:14:04.269] [DEBUG] UploadManager Init Complete [2026-05-05,07:14:04.272] [INFO] Initializing GPS... [2026-05-05,07:14:04.274] [INFO] Starting location capture [2026-05-05,07:14:42.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:14:42.784] [INFO] LocationSqlManager initialising [2026-05-05,07:14:42.784] [INFO] Location DB initialising [2026-05-05,07:14:42.794] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:14:42.795] [DEBUG] UploadManager Init [2026-05-05,07:14:42.795] [DEBUG] UploadManager Init Complete [2026-05-05,07:14:42.798] [INFO] Initializing GPS... [2026-05-05,07:14:42.799] [INFO] Starting location capture [2026-05-05,07:15:21.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:15:21.884] [INFO] LocationSqlManager initialising [2026-05-05,07:15:21.884] [INFO] Location DB initialising [2026-05-05,07:15:21.894] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:15:21.894] [DEBUG] UploadManager Init [2026-05-05,07:15:21.895] [DEBUG] UploadManager Init Complete [2026-05-05,07:15:21.897] [INFO] Initializing GPS... [2026-05-05,07:15:21.899] [INFO] Starting location capture [2026-05-05,07:16:00.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:16:00.165] [INFO] LocationSqlManager initialising [2026-05-05,07:16:00.166] [INFO] Location DB initialising [2026-05-05,07:16:00.177] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:16:00.178] [DEBUG] UploadManager Init [2026-05-05,07:16:00.178] [DEBUG] UploadManager Init Complete [2026-05-05,07:16:00.182] [INFO] Initializing GPS... [2026-05-05,07:16:00.184] [INFO] Starting location capture [2026-05-05,07:16:39.293] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:16:39.300] [INFO] LocationSqlManager initialising [2026-05-05,07:16:39.301] [INFO] Location DB initialising [2026-05-05,07:16:39.312] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:16:39.314] [DEBUG] UploadManager Init [2026-05-05,07:16:39.314] [DEBUG] UploadManager Init Complete [2026-05-05,07:16:39.319] [INFO] Initializing GPS... [2026-05-05,07:16:39.322] [INFO] Starting location capture [2026-05-05,07:17:17.577] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:17:17.583] [INFO] LocationSqlManager initialising [2026-05-05,07:17:17.584] [INFO] Location DB initialising [2026-05-05,07:17:17.594] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:17:17.595] [DEBUG] UploadManager Init [2026-05-05,07:17:17.596] [DEBUG] UploadManager Init Complete [2026-05-05,07:17:17.599] [INFO] Initializing GPS... [2026-05-05,07:17:17.601] [INFO] Starting location capture [2026-05-05,07:17:56.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:17:56.445] [INFO] LocationSqlManager initialising [2026-05-05,07:17:56.446] [INFO] Location DB initialising [2026-05-05,07:17:56.456] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:17:56.457] [DEBUG] UploadManager Init [2026-05-05,07:17:56.458] [DEBUG] UploadManager Init Complete [2026-05-05,07:17:56.463] [INFO] Initializing GPS... [2026-05-05,07:17:56.465] [INFO] Starting location capture [2026-05-05,07:18:35.268] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:18:35.272] [INFO] LocationSqlManager initialising [2026-05-05,07:18:35.273] [INFO] Location DB initialising [2026-05-05,07:18:35.282] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:18:35.283] [DEBUG] UploadManager Init [2026-05-05,07:18:35.283] [DEBUG] UploadManager Init Complete [2026-05-05,07:18:35.286] [INFO] Initializing GPS... [2026-05-05,07:18:35.287] [INFO] Starting location capture [2026-05-05,07:19:13.282] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:19:13.289] [INFO] LocationSqlManager initialising [2026-05-05,07:19:13.289] [INFO] Location DB initialising [2026-05-05,07:19:13.301] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:19:13.302] [DEBUG] UploadManager Init [2026-05-05,07:19:13.302] [DEBUG] UploadManager Init Complete [2026-05-05,07:19:13.307] [INFO] Initializing GPS... [2026-05-05,07:19:13.309] [INFO] Starting location capture [2026-05-05,07:19:51.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:19:51.191] [INFO] LocationSqlManager initialising [2026-05-05,07:19:51.192] [INFO] Location DB initialising [2026-05-05,07:19:51.202] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:19:51.203] [DEBUG] UploadManager Init [2026-05-05,07:19:51.203] [DEBUG] UploadManager Init Complete [2026-05-05,07:19:51.206] [INFO] Initializing GPS... [2026-05-05,07:19:51.209] [INFO] Starting location capture [2026-05-05,07:20:25.211] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:20:25.216] [INFO] LocationSqlManager initialising [2026-05-05,07:20:25.217] [INFO] Location DB initialising [2026-05-05,07:20:25.226] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:20:25.226] [DEBUG] UploadManager Init [2026-05-05,07:20:25.227] [DEBUG] UploadManager Init Complete [2026-05-05,07:20:25.229] [INFO] Initializing GPS... [2026-05-05,07:20:25.231] [INFO] Starting location capture [2026-05-05,07:21:03.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:21:03.781] [INFO] LocationSqlManager initialising [2026-05-05,07:21:03.782] [INFO] Location DB initialising [2026-05-05,07:21:03.793] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:21:03.794] [DEBUG] UploadManager Init [2026-05-05,07:21:03.795] [DEBUG] UploadManager Init Complete [2026-05-05,07:21:03.800] [INFO] Initializing GPS... [2026-05-05,07:21:03.803] [INFO] Starting location capture [2026-05-05,07:21:42.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:21:42.719] [INFO] LocationSqlManager initialising [2026-05-05,07:21:42.720] [INFO] Location DB initialising [2026-05-05,07:21:42.730] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:21:42.731] [DEBUG] UploadManager Init [2026-05-05,07:21:42.731] [DEBUG] UploadManager Init Complete [2026-05-05,07:21:42.734] [INFO] Initializing GPS... [2026-05-05,07:21:42.736] [INFO] Starting location capture [2026-05-05,07:22:20.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:22:20.657] [INFO] LocationSqlManager initialising [2026-05-05,07:22:20.658] [INFO] Location DB initialising [2026-05-05,07:22:20.667] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:22:20.668] [DEBUG] UploadManager Init [2026-05-05,07:22:20.668] [DEBUG] UploadManager Init Complete [2026-05-05,07:22:20.671] [INFO] Initializing GPS... [2026-05-05,07:22:20.674] [INFO] Starting location capture [2026-05-05,07:22:58.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:22:59.003] [INFO] LocationSqlManager initialising [2026-05-05,07:22:59.004] [INFO] Location DB initialising [2026-05-05,07:22:59.015] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:22:59.017] [DEBUG] UploadManager Init [2026-05-05,07:22:59.017] [DEBUG] UploadManager Init Complete [2026-05-05,07:22:59.022] [INFO] Initializing GPS... [2026-05-05,07:22:59.025] [INFO] Starting location capture [2026-05-05,07:23:33.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:23:33.020] [INFO] LocationSqlManager initialising [2026-05-05,07:23:33.021] [INFO] Location DB initialising [2026-05-05,07:23:33.032] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:23:33.033] [DEBUG] UploadManager Init [2026-05-05,07:23:33.034] [DEBUG] UploadManager Init Complete [2026-05-05,07:23:33.039] [INFO] Initializing GPS... [2026-05-05,07:23:33.042] [INFO] Starting location capture [2026-05-05,07:24:12.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:24:12.142] [INFO] LocationSqlManager initialising [2026-05-05,07:24:12.143] [INFO] Location DB initialising [2026-05-05,07:24:12.152] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:24:12.153] [DEBUG] UploadManager Init [2026-05-05,07:24:12.153] [DEBUG] UploadManager Init Complete [2026-05-05,07:24:12.156] [INFO] Initializing GPS... [2026-05-05,07:24:12.158] [INFO] Starting location capture [2026-05-05,07:24:49.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:24:49.924] [INFO] LocationSqlManager initialising [2026-05-05,07:24:49.924] [INFO] Location DB initialising [2026-05-05,07:24:49.934] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:24:49.934] [DEBUG] UploadManager Init [2026-05-05,07:24:49.935] [DEBUG] UploadManager Init Complete [2026-05-05,07:24:49.937] [INFO] Initializing GPS... [2026-05-05,07:24:49.939] [INFO] Starting location capture [2026-05-05,07:25:28.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:25:28.955] [INFO] LocationSqlManager initialising [2026-05-05,07:25:28.956] [INFO] Location DB initialising [2026-05-05,07:25:28.967] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:25:28.968] [DEBUG] UploadManager Init [2026-05-05,07:25:28.969] [DEBUG] UploadManager Init Complete [2026-05-05,07:25:28.973] [INFO] Initializing GPS... [2026-05-05,07:25:28.976] [INFO] Starting location capture [2026-05-05,07:26:02.554] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:26:02.562] [INFO] LocationSqlManager initialising [2026-05-05,07:26:02.564] [INFO] Location DB initialising [2026-05-05,07:26:02.577] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:26:02.579] [DEBUG] UploadManager Init [2026-05-05,07:26:02.580] [DEBUG] UploadManager Init Complete [2026-05-05,07:26:02.585] [INFO] Initializing GPS... [2026-05-05,07:26:02.589] [INFO] Starting location capture [2026-05-05,07:26:40.764] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:26:40.774] [INFO] LocationSqlManager initialising [2026-05-05,07:26:40.776] [INFO] Location DB initialising [2026-05-05,07:26:40.790] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:26:40.793] [DEBUG] UploadManager Init [2026-05-05,07:26:40.795] [DEBUG] UploadManager Init Complete [2026-05-05,07:26:40.802] [INFO] Initializing GPS... [2026-05-05,07:26:40.805] [INFO] Starting location capture [2026-05-05,07:27:19.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:27:19.125] [INFO] LocationSqlManager initialising [2026-05-05,07:27:19.126] [INFO] Location DB initialising [2026-05-05,07:27:19.138] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:27:19.139] [DEBUG] UploadManager Init [2026-05-05,07:27:19.139] [DEBUG] UploadManager Init Complete [2026-05-05,07:27:19.143] [INFO] Initializing GPS... [2026-05-05,07:27:19.146] [INFO] Starting location capture [2026-05-05,07:27:57.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:27:57.948] [INFO] LocationSqlManager initialising [2026-05-05,07:27:57.949] [INFO] Location DB initialising [2026-05-05,07:27:57.958] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:27:57.959] [DEBUG] UploadManager Init [2026-05-05,07:27:57.959] [DEBUG] UploadManager Init Complete [2026-05-05,07:27:57.962] [INFO] Initializing GPS... [2026-05-05,07:27:57.964] [INFO] Starting location capture [2026-05-05,07:28:36.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:28:36.319] [INFO] LocationSqlManager initialising [2026-05-05,07:28:36.319] [INFO] Location DB initialising [2026-05-05,07:28:36.328] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:28:36.328] [DEBUG] UploadManager Init [2026-05-05,07:28:36.329] [DEBUG] UploadManager Init Complete [2026-05-05,07:28:36.331] [INFO] Initializing GPS... [2026-05-05,07:28:36.333] [INFO] Starting location capture [2026-05-05,07:29:14.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:29:14.573] [INFO] LocationSqlManager initialising [2026-05-05,07:29:14.573] [INFO] Location DB initialising [2026-05-05,07:29:14.582] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:29:14.583] [DEBUG] UploadManager Init [2026-05-05,07:29:14.583] [DEBUG] UploadManager Init Complete [2026-05-05,07:29:14.586] [INFO] Initializing GPS... [2026-05-05,07:29:14.588] [INFO] Starting location capture [2026-05-05,07:29:53.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:29:53.862] [INFO] LocationSqlManager initialising [2026-05-05,07:29:53.863] [INFO] Location DB initialising [2026-05-05,07:29:53.872] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:29:53.873] [DEBUG] UploadManager Init [2026-05-05,07:29:53.874] [DEBUG] UploadManager Init Complete [2026-05-05,07:29:53.878] [INFO] Initializing GPS... [2026-05-05,07:29:53.880] [INFO] Starting location capture [2026-05-05,07:30:32.068] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:30:32.075] [INFO] LocationSqlManager initialising [2026-05-05,07:30:32.076] [INFO] Location DB initialising [2026-05-05,07:30:32.087] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:30:32.088] [DEBUG] UploadManager Init [2026-05-05,07:30:32.089] [DEBUG] UploadManager Init Complete [2026-05-05,07:30:32.094] [INFO] Initializing GPS... [2026-05-05,07:30:32.096] [INFO] Starting location capture [2026-05-05,07:31:11.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:31:11.023] [INFO] LocationSqlManager initialising [2026-05-05,07:31:11.023] [INFO] Location DB initialising [2026-05-05,07:31:11.033] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:31:11.033] [DEBUG] UploadManager Init [2026-05-05,07:31:11.034] [DEBUG] UploadManager Init Complete [2026-05-05,07:31:11.036] [INFO] Initializing GPS... [2026-05-05,07:31:11.038] [INFO] Starting location capture [2026-05-05,07:31:48.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:31:48.937] [INFO] LocationSqlManager initialising [2026-05-05,07:31:48.938] [INFO] Location DB initialising [2026-05-05,07:31:48.949] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:31:48.950] [DEBUG] UploadManager Init [2026-05-05,07:31:48.950] [DEBUG] UploadManager Init Complete [2026-05-05,07:31:48.954] [INFO] Initializing GPS... [2026-05-05,07:31:48.959] [INFO] Starting location capture [2026-05-05,07:32:27.671] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:32:27.676] [INFO] LocationSqlManager initialising [2026-05-05,07:32:27.677] [INFO] Location DB initialising [2026-05-05,07:32:27.687] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:32:27.687] [DEBUG] UploadManager Init [2026-05-05,07:32:27.688] [DEBUG] UploadManager Init Complete [2026-05-05,07:32:27.690] [INFO] Initializing GPS... [2026-05-05,07:32:27.692] [INFO] Starting location capture [2026-05-05,07:33:06.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:33:06.247] [INFO] LocationSqlManager initialising [2026-05-05,07:33:06.248] [INFO] Location DB initialising [2026-05-05,07:33:06.258] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:33:06.259] [DEBUG] UploadManager Init [2026-05-05,07:33:06.259] [DEBUG] UploadManager Init Complete [2026-05-05,07:33:06.262] [INFO] Initializing GPS... [2026-05-05,07:33:06.264] [INFO] Starting location capture [2026-05-05,07:33:45.382] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:33:45.388] [INFO] LocationSqlManager initialising [2026-05-05,07:33:45.389] [INFO] Location DB initialising [2026-05-05,07:33:45.401] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:33:45.402] [DEBUG] UploadManager Init [2026-05-05,07:33:45.402] [DEBUG] UploadManager Init Complete [2026-05-05,07:33:45.407] [INFO] Initializing GPS... [2026-05-05,07:33:45.410] [INFO] Starting location capture [2026-05-05,07:34:24.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:34:24.183] [INFO] LocationSqlManager initialising [2026-05-05,07:34:24.184] [INFO] Location DB initialising [2026-05-05,07:34:24.194] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:34:24.196] [DEBUG] UploadManager Init [2026-05-05,07:34:24.196] [DEBUG] UploadManager Init Complete [2026-05-05,07:34:24.201] [INFO] Initializing GPS... [2026-05-05,07:34:24.204] [INFO] Starting location capture [2026-05-05,07:35:02.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:35:02.050] [INFO] LocationSqlManager initialising [2026-05-05,07:35:02.050] [INFO] Location DB initialising [2026-05-05,07:35:02.060] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:35:02.060] [DEBUG] UploadManager Init [2026-05-05,07:35:02.061] [DEBUG] UploadManager Init Complete [2026-05-05,07:35:02.064] [INFO] Initializing GPS... [2026-05-05,07:35:02.065] [INFO] Starting location capture [2026-05-05,07:35:41.003] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:35:41.010] [INFO] LocationSqlManager initialising [2026-05-05,07:35:41.011] [INFO] Location DB initialising [2026-05-05,07:35:41.022] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:35:41.024] [DEBUG] UploadManager Init [2026-05-05,07:35:41.024] [DEBUG] UploadManager Init Complete [2026-05-05,07:35:41.029] [INFO] Initializing GPS... [2026-05-05,07:35:41.032] [INFO] Starting location capture [2026-05-05,07:36:15.031] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:36:15.038] [INFO] LocationSqlManager initialising [2026-05-05,07:36:15.039] [INFO] Location DB initialising [2026-05-05,07:36:15.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:36:15.051] [DEBUG] UploadManager Init [2026-05-05,07:36:15.052] [DEBUG] UploadManager Init Complete [2026-05-05,07:36:15.056] [INFO] Initializing GPS... [2026-05-05,07:36:15.059] [INFO] Starting location capture [2026-05-05,07:36:54.597] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:36:54.602] [INFO] LocationSqlManager initialising [2026-05-05,07:36:54.603] [INFO] Location DB initialising [2026-05-05,07:36:54.614] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:36:54.615] [DEBUG] UploadManager Init [2026-05-05,07:36:54.616] [DEBUG] UploadManager Init Complete [2026-05-05,07:36:54.620] [INFO] Initializing GPS... [2026-05-05,07:36:54.623] [INFO] Starting location capture [2026-05-05,07:37:32.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:37:32.833] [INFO] LocationSqlManager initialising [2026-05-05,07:37:32.834] [INFO] Location DB initialising [2026-05-05,07:37:32.845] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:37:32.845] [DEBUG] UploadManager Init [2026-05-05,07:37:32.846] [DEBUG] UploadManager Init Complete [2026-05-05,07:37:32.849] [INFO] Initializing GPS... [2026-05-05,07:37:32.851] [INFO] Starting location capture [2026-05-05,07:38:11.538] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:38:11.546] [INFO] LocationSqlManager initialising [2026-05-05,07:38:11.547] [INFO] Location DB initialising [2026-05-05,07:38:11.556] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:38:11.557] [DEBUG] UploadManager Init [2026-05-05,07:38:11.557] [DEBUG] UploadManager Init Complete [2026-05-05,07:38:11.560] [INFO] Initializing GPS... [2026-05-05,07:38:11.562] [INFO] Starting location capture [2026-05-05,07:38:50.494] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:38:50.501] [INFO] LocationSqlManager initialising [2026-05-05,07:38:50.502] [INFO] Location DB initialising [2026-05-05,07:38:50.514] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:38:50.515] [DEBUG] UploadManager Init [2026-05-05,07:38:50.516] [DEBUG] UploadManager Init Complete [2026-05-05,07:38:50.520] [INFO] Initializing GPS... [2026-05-05,07:38:50.523] [INFO] Starting location capture [2026-05-05,07:39:28.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:39:28.130] [INFO] LocationSqlManager initialising [2026-05-05,07:39:28.131] [INFO] Location DB initialising [2026-05-05,07:39:28.141] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:39:28.142] [DEBUG] UploadManager Init [2026-05-05,07:39:28.143] [DEBUG] UploadManager Init Complete [2026-05-05,07:39:28.147] [INFO] Initializing GPS... [2026-05-05,07:39:28.150] [INFO] Starting location capture [2026-05-05,07:40:06.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:40:06.870] [INFO] LocationSqlManager initialising [2026-05-05,07:40:06.871] [INFO] Location DB initialising [2026-05-05,07:40:06.882] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:40:06.883] [DEBUG] UploadManager Init [2026-05-05,07:40:06.884] [DEBUG] UploadManager Init Complete [2026-05-05,07:40:06.888] [INFO] Initializing GPS... [2026-05-05,07:40:06.891] [INFO] Starting location capture [2026-05-05,07:40:44.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:40:44.177] [INFO] LocationSqlManager initialising [2026-05-05,07:40:44.177] [INFO] Location DB initialising [2026-05-05,07:40:44.188] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:40:44.189] [DEBUG] UploadManager Init [2026-05-05,07:40:44.190] [DEBUG] UploadManager Init Complete [2026-05-05,07:40:44.194] [INFO] Initializing GPS... [2026-05-05,07:40:44.197] [INFO] Starting location capture [2026-05-05,07:41:21.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:41:21.987] [INFO] LocationSqlManager initialising [2026-05-05,07:41:21.987] [INFO] Location DB initialising [2026-05-05,07:41:21.997] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:41:21.998] [DEBUG] UploadManager Init [2026-05-05,07:41:21.998] [DEBUG] UploadManager Init Complete [2026-05-05,07:41:22.002] [INFO] Initializing GPS... [2026-05-05,07:41:22.004] [INFO] Starting location capture [2026-05-05,07:41:57.040] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:41:57.046] [INFO] LocationSqlManager initialising [2026-05-05,07:41:57.046] [INFO] Location DB initialising [2026-05-05,07:41:57.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:41:57.057] [DEBUG] UploadManager Init [2026-05-05,07:41:57.057] [DEBUG] UploadManager Init Complete [2026-05-05,07:41:57.061] [INFO] Initializing GPS... [2026-05-05,07:41:57.063] [INFO] Starting location capture [2026-05-05,07:42:34.519] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:42:34.525] [INFO] LocationSqlManager initialising [2026-05-05,07:42:34.526] [INFO] Location DB initialising [2026-05-05,07:42:34.536] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:42:34.537] [DEBUG] UploadManager Init [2026-05-05,07:42:34.537] [DEBUG] UploadManager Init Complete [2026-05-05,07:42:34.540] [INFO] Initializing GPS... [2026-05-05,07:42:34.542] [INFO] Starting location capture [2026-05-05,07:43:12.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:43:12.870] [INFO] LocationSqlManager initialising [2026-05-05,07:43:12.871] [INFO] Location DB initialising [2026-05-05,07:43:12.880] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:43:12.881] [DEBUG] UploadManager Init [2026-05-05,07:43:12.881] [DEBUG] UploadManager Init Complete [2026-05-05,07:43:12.884] [INFO] Initializing GPS... [2026-05-05,07:43:12.886] [INFO] Starting location capture [2026-05-05,07:43:51.935] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:43:51.940] [INFO] LocationSqlManager initialising [2026-05-05,07:43:51.941] [INFO] Location DB initialising [2026-05-05,07:43:51.952] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:43:51.953] [DEBUG] UploadManager Init [2026-05-05,07:43:51.954] [DEBUG] UploadManager Init Complete [2026-05-05,07:43:51.958] [INFO] Initializing GPS... [2026-05-05,07:43:51.961] [INFO] Starting location capture [2026-05-05,07:44:30.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:44:30.970] [INFO] LocationSqlManager initialising [2026-05-05,07:44:30.971] [INFO] Location DB initialising [2026-05-05,07:44:30.981] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:44:30.981] [DEBUG] UploadManager Init [2026-05-05,07:44:30.982] [DEBUG] UploadManager Init Complete [2026-05-05,07:44:30.985] [INFO] Initializing GPS... [2026-05-05,07:44:30.987] [INFO] Starting location capture [2026-05-05,07:45:09.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:45:09.022] [INFO] LocationSqlManager initialising [2026-05-05,07:45:09.023] [INFO] Location DB initialising [2026-05-05,07:45:09.037] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:45:09.038] [DEBUG] UploadManager Init [2026-05-05,07:45:09.039] [DEBUG] UploadManager Init Complete [2026-05-05,07:45:09.043] [INFO] Initializing GPS... [2026-05-05,07:45:09.047] [INFO] Starting location capture [2026-05-05,07:45:48.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:45:48.246] [INFO] LocationSqlManager initialising [2026-05-05,07:45:48.247] [INFO] Location DB initialising [2026-05-05,07:45:48.259] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:45:48.260] [DEBUG] UploadManager Init [2026-05-05,07:45:48.261] [DEBUG] UploadManager Init Complete [2026-05-05,07:45:48.265] [INFO] Initializing GPS... [2026-05-05,07:45:48.268] [INFO] Starting location capture [2026-05-05,07:46:23.683] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:46:23.690] [INFO] LocationSqlManager initialising [2026-05-05,07:46:23.691] [INFO] Location DB initialising [2026-05-05,07:46:23.700] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:46:23.701] [DEBUG] UploadManager Init [2026-05-05,07:46:23.702] [DEBUG] UploadManager Init Complete [2026-05-05,07:46:23.704] [INFO] Initializing GPS... [2026-05-05,07:46:23.706] [INFO] Starting location capture [2026-05-05,07:47:01.515] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:47:01.521] [INFO] LocationSqlManager initialising [2026-05-05,07:47:01.522] [INFO] Location DB initialising [2026-05-05,07:47:01.531] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:47:01.532] [DEBUG] UploadManager Init [2026-05-05,07:47:01.532] [DEBUG] UploadManager Init Complete [2026-05-05,07:47:01.535] [INFO] Initializing GPS... [2026-05-05,07:47:01.538] [INFO] Starting location capture [2026-05-05,07:47:40.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:47:40.983] [INFO] LocationSqlManager initialising [2026-05-05,07:47:40.984] [INFO] Location DB initialising [2026-05-05,07:47:40.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:47:40.997] [DEBUG] UploadManager Init [2026-05-05,07:47:40.998] [DEBUG] UploadManager Init Complete [2026-05-05,07:47:41.002] [INFO] Initializing GPS... [2026-05-05,07:47:41.005] [INFO] Starting location capture [2026-05-05,07:48:20.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:48:20.150] [INFO] LocationSqlManager initialising [2026-05-05,07:48:20.150] [INFO] Location DB initialising [2026-05-05,07:48:20.159] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:48:20.160] [DEBUG] UploadManager Init [2026-05-05,07:48:20.160] [DEBUG] UploadManager Init Complete [2026-05-05,07:48:20.163] [INFO] Initializing GPS... [2026-05-05,07:48:20.165] [INFO] Starting location capture [2026-05-05,07:48:58.872] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:48:58.877] [INFO] LocationSqlManager initialising [2026-05-05,07:48:58.878] [INFO] Location DB initialising [2026-05-05,07:48:58.888] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:48:58.889] [DEBUG] UploadManager Init [2026-05-05,07:48:58.889] [DEBUG] UploadManager Init Complete [2026-05-05,07:48:58.892] [INFO] Initializing GPS... [2026-05-05,07:48:58.894] [INFO] Starting location capture [2026-05-05,07:49:37.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:49:37.991] [INFO] LocationSqlManager initialising [2026-05-05,07:49:37.992] [INFO] Location DB initialising [2026-05-05,07:49:38.001] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:49:38.002] [DEBUG] UploadManager Init [2026-05-05,07:49:38.002] [DEBUG] UploadManager Init Complete [2026-05-05,07:49:38.005] [INFO] Initializing GPS... [2026-05-05,07:49:38.007] [INFO] Starting location capture [2026-05-05,07:50:16.420] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:50:16.428] [INFO] LocationSqlManager initialising [2026-05-05,07:50:16.429] [INFO] Location DB initialising [2026-05-05,07:50:16.440] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:50:16.441] [DEBUG] UploadManager Init [2026-05-05,07:50:16.442] [DEBUG] UploadManager Init Complete [2026-05-05,07:50:16.446] [INFO] Initializing GPS... [2026-05-05,07:50:16.449] [INFO] Starting location capture [2026-05-05,07:50:50.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:50:50.164] [INFO] LocationSqlManager initialising [2026-05-05,07:50:50.164] [INFO] Location DB initialising [2026-05-05,07:50:50.175] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:50:50.176] [DEBUG] UploadManager Init [2026-05-05,07:50:50.177] [DEBUG] UploadManager Init Complete [2026-05-05,07:50:50.181] [INFO] Initializing GPS... [2026-05-05,07:50:50.184] [INFO] Starting location capture [2026-05-05,07:51:28.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:51:28.902] [INFO] LocationSqlManager initialising [2026-05-05,07:51:28.902] [INFO] Location DB initialising [2026-05-05,07:51:28.912] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:51:28.912] [DEBUG] UploadManager Init [2026-05-05,07:51:28.913] [DEBUG] UploadManager Init Complete [2026-05-05,07:51:28.915] [INFO] Initializing GPS... [2026-05-05,07:51:28.917] [INFO] Starting location capture [2026-05-05,07:52:07.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:52:07.046] [INFO] LocationSqlManager initialising [2026-05-05,07:52:07.047] [INFO] Location DB initialising [2026-05-05,07:52:07.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:52:07.057] [DEBUG] UploadManager Init [2026-05-05,07:52:07.057] [DEBUG] UploadManager Init Complete [2026-05-05,07:52:07.060] [INFO] Initializing GPS... [2026-05-05,07:52:07.062] [INFO] Starting location capture [2026-05-05,07:52:45.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:52:45.938] [INFO] LocationSqlManager initialising [2026-05-05,07:52:45.939] [INFO] Location DB initialising [2026-05-05,07:52:45.964] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:52:45.970] [DEBUG] UploadManager Init [2026-05-05,07:52:45.973] [DEBUG] UploadManager Init Complete [2026-05-05,07:52:45.980] [INFO] Initializing GPS... [2026-05-05,07:52:45.984] [INFO] Starting location capture [2026-05-05,07:53:19.274] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:53:19.281] [INFO] LocationSqlManager initialising [2026-05-05,07:53:19.281] [INFO] Location DB initialising [2026-05-05,07:53:19.295] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:53:19.296] [DEBUG] UploadManager Init [2026-05-05,07:53:19.296] [DEBUG] UploadManager Init Complete [2026-05-05,07:53:19.300] [INFO] Initializing GPS... [2026-05-05,07:53:19.303] [INFO] Starting location capture [2026-05-05,07:53:56.882] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:53:56.889] [INFO] LocationSqlManager initialising [2026-05-05,07:53:56.890] [INFO] Location DB initialising [2026-05-05,07:53:56.902] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:53:56.903] [DEBUG] UploadManager Init [2026-05-05,07:53:56.904] [DEBUG] UploadManager Init Complete [2026-05-05,07:53:56.908] [INFO] Initializing GPS... [2026-05-05,07:53:56.911] [INFO] Starting location capture [2026-05-05,07:54:35.860] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:54:35.865] [INFO] LocationSqlManager initialising [2026-05-05,07:54:35.865] [INFO] Location DB initialising [2026-05-05,07:54:35.874] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:54:35.875] [DEBUG] UploadManager Init [2026-05-05,07:54:35.875] [DEBUG] UploadManager Init Complete [2026-05-05,07:54:35.878] [INFO] Initializing GPS... [2026-05-05,07:54:35.880] [INFO] Starting location capture [2026-05-05,07:55:14.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:55:14.979] [INFO] LocationSqlManager initialising [2026-05-05,07:55:14.980] [INFO] Location DB initialising [2026-05-05,07:55:14.990] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:55:14.991] [DEBUG] UploadManager Init [2026-05-05,07:55:14.991] [DEBUG] UploadManager Init Complete [2026-05-05,07:55:14.994] [INFO] Initializing GPS... [2026-05-05,07:55:14.997] [INFO] Starting location capture [2026-05-05,07:55:52.877] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:55:52.882] [INFO] LocationSqlManager initialising [2026-05-05,07:55:52.883] [INFO] Location DB initialising [2026-05-05,07:55:52.892] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:55:52.893] [DEBUG] UploadManager Init [2026-05-05,07:55:52.894] [DEBUG] UploadManager Init Complete [2026-05-05,07:55:52.899] [INFO] Initializing GPS... [2026-05-05,07:55:52.902] [INFO] Starting location capture [2026-05-05,07:56:31.276] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:56:31.281] [INFO] LocationSqlManager initialising [2026-05-05,07:56:31.282] [INFO] Location DB initialising [2026-05-05,07:56:31.292] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:56:31.292] [DEBUG] UploadManager Init [2026-05-05,07:56:31.293] [DEBUG] UploadManager Init Complete [2026-05-05,07:56:31.295] [INFO] Initializing GPS... [2026-05-05,07:56:31.297] [INFO] Starting location capture [2026-05-05,07:57:10.574] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:57:10.582] [INFO] LocationSqlManager initialising [2026-05-05,07:57:10.583] [INFO] Location DB initialising [2026-05-05,07:57:10.594] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:57:10.595] [DEBUG] UploadManager Init [2026-05-05,07:57:10.596] [DEBUG] UploadManager Init Complete [2026-05-05,07:57:10.600] [INFO] Initializing GPS... [2026-05-05,07:57:10.603] [INFO] Starting location capture [2026-05-05,07:57:49.454] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:57:49.459] [INFO] LocationSqlManager initialising [2026-05-05,07:57:49.460] [INFO] Location DB initialising [2026-05-05,07:57:49.469] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:57:49.470] [DEBUG] UploadManager Init [2026-05-05,07:57:49.470] [DEBUG] UploadManager Init Complete [2026-05-05,07:57:49.473] [INFO] Initializing GPS... [2026-05-05,07:57:49.474] [INFO] Starting location capture [2026-05-05,07:58:27.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:58:27.050] [INFO] LocationSqlManager initialising [2026-05-05,07:58:27.051] [INFO] Location DB initialising [2026-05-05,07:58:27.062] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:58:27.063] [DEBUG] UploadManager Init [2026-05-05,07:58:27.063] [DEBUG] UploadManager Init Complete [2026-05-05,07:58:27.066] [INFO] Initializing GPS... [2026-05-05,07:58:27.068] [INFO] Starting location capture [2026-05-05,07:59:05.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:59:05.977] [INFO] LocationSqlManager initialising [2026-05-05,07:59:05.978] [INFO] Location DB initialising [2026-05-05,07:59:05.989] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:59:05.990] [DEBUG] UploadManager Init [2026-05-05,07:59:05.991] [DEBUG] UploadManager Init Complete [2026-05-05,07:59:05.995] [INFO] Initializing GPS... [2026-05-05,07:59:05.998] [INFO] Starting location capture [2026-05-05,07:59:44.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,07:59:44.098] [INFO] LocationSqlManager initialising [2026-05-05,07:59:44.098] [INFO] Location DB initialising [2026-05-05,07:59:44.109] [INFO] LocationSqlManager initialisation complete [2026-05-05,07:59:44.109] [DEBUG] UploadManager Init [2026-05-05,07:59:44.110] [DEBUG] UploadManager Init Complete [2026-05-05,07:59:44.113] [INFO] Initializing GPS... [2026-05-05,07:59:44.115] [INFO] Starting location capture [2026-05-05,08:00:22.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:00:22.591] [INFO] LocationSqlManager initialising [2026-05-05,08:00:22.591] [INFO] Location DB initialising [2026-05-05,08:00:22.601] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:00:22.602] [DEBUG] UploadManager Init [2026-05-05,08:00:22.602] [DEBUG] UploadManager Init Complete [2026-05-05,08:00:22.606] [INFO] Initializing GPS... [2026-05-05,08:00:22.608] [INFO] Starting location capture [2026-05-05,08:01:01.351] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:01:01.356] [INFO] LocationSqlManager initialising [2026-05-05,08:01:01.357] [INFO] Location DB initialising [2026-05-05,08:01:01.366] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:01:01.366] [DEBUG] UploadManager Init [2026-05-05,08:01:01.367] [DEBUG] UploadManager Init Complete [2026-05-05,08:01:01.369] [INFO] Initializing GPS... [2026-05-05,08:01:01.371] [INFO] Starting location capture [2026-05-05,08:01:40.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:01:40.041] [INFO] LocationSqlManager initialising [2026-05-05,08:01:40.042] [INFO] Location DB initialising [2026-05-05,08:01:40.051] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:01:40.052] [DEBUG] UploadManager Init [2026-05-05,08:01:40.052] [DEBUG] UploadManager Init Complete [2026-05-05,08:01:40.055] [INFO] Initializing GPS... [2026-05-05,08:01:40.057] [INFO] Starting location capture [2026-05-05,08:02:18.419] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:02:18.424] [INFO] LocationSqlManager initialising [2026-05-05,08:02:18.424] [INFO] Location DB initialising [2026-05-05,08:02:18.433] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:02:18.434] [DEBUG] UploadManager Init [2026-05-05,08:02:18.434] [DEBUG] UploadManager Init Complete [2026-05-05,08:02:18.437] [INFO] Initializing GPS... [2026-05-05,08:02:18.439] [INFO] Starting location capture [2026-05-05,08:02:57.883] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:02:57.887] [INFO] LocationSqlManager initialising [2026-05-05,08:02:57.888] [INFO] Location DB initialising [2026-05-05,08:02:57.898] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:02:57.899] [DEBUG] UploadManager Init [2026-05-05,08:02:57.899] [DEBUG] UploadManager Init Complete [2026-05-05,08:02:57.903] [INFO] Initializing GPS... [2026-05-05,08:02:57.905] [INFO] Starting location capture [2026-05-05,08:03:36.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:03:36.168] [INFO] LocationSqlManager initialising [2026-05-05,08:03:36.169] [INFO] Location DB initialising [2026-05-05,08:03:36.178] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:03:36.179] [DEBUG] UploadManager Init [2026-05-05,08:03:36.179] [DEBUG] UploadManager Init Complete [2026-05-05,08:03:36.182] [INFO] Initializing GPS... [2026-05-05,08:03:36.184] [INFO] Starting location capture [2026-05-05,08:04:15.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:04:15.130] [INFO] LocationSqlManager initialising [2026-05-05,08:04:15.130] [INFO] Location DB initialising [2026-05-05,08:04:15.140] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:04:15.141] [DEBUG] UploadManager Init [2026-05-05,08:04:15.142] [DEBUG] UploadManager Init Complete [2026-05-05,08:04:15.145] [INFO] Initializing GPS... [2026-05-05,08:04:15.147] [INFO] Starting location capture [2026-05-05,08:04:54.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:04:54.180] [INFO] LocationSqlManager initialising [2026-05-05,08:04:54.181] [INFO] Location DB initialising [2026-05-05,08:04:54.191] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:04:54.192] [DEBUG] UploadManager Init [2026-05-05,08:04:54.192] [DEBUG] UploadManager Init Complete [2026-05-05,08:04:54.195] [INFO] Initializing GPS... [2026-05-05,08:04:54.198] [INFO] Starting location capture [2026-05-05,08:05:31.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:05:31.746] [INFO] LocationSqlManager initialising [2026-05-05,08:05:31.747] [INFO] Location DB initialising [2026-05-05,08:05:31.756] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:05:31.757] [DEBUG] UploadManager Init [2026-05-05,08:05:31.757] [DEBUG] UploadManager Init Complete [2026-05-05,08:05:31.760] [INFO] Initializing GPS... [2026-05-05,08:05:31.762] [INFO] Starting location capture [2026-05-05,08:06:06.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:06:06.147] [INFO] LocationSqlManager initialising [2026-05-05,08:06:06.148] [INFO] Location DB initialising [2026-05-05,08:06:06.159] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:06:06.159] [DEBUG] UploadManager Init [2026-05-05,08:06:06.160] [DEBUG] UploadManager Init Complete [2026-05-05,08:06:06.163] [INFO] Initializing GPS... [2026-05-05,08:06:06.165] [INFO] Starting location capture [2026-05-05,08:06:43.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:06:43.751] [INFO] LocationSqlManager initialising [2026-05-05,08:06:43.753] [INFO] Location DB initialising [2026-05-05,08:06:43.763] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:06:43.764] [DEBUG] UploadManager Init [2026-05-05,08:06:43.764] [DEBUG] UploadManager Init Complete [2026-05-05,08:06:43.768] [INFO] Initializing GPS... [2026-05-05,08:06:43.770] [INFO] Starting location capture [2026-05-05,08:07:22.164] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:07:22.169] [INFO] LocationSqlManager initialising [2026-05-05,08:07:22.170] [INFO] Location DB initialising [2026-05-05,08:07:22.179] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:07:22.180] [DEBUG] UploadManager Init [2026-05-05,08:07:22.180] [DEBUG] UploadManager Init Complete [2026-05-05,08:07:22.183] [INFO] Initializing GPS... [2026-05-05,08:07:22.185] [INFO] Starting location capture [2026-05-05,08:08:00.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:08:00.986] [INFO] LocationSqlManager initialising [2026-05-05,08:08:00.987] [INFO] Location DB initialising [2026-05-05,08:08:00.998] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:08:00.999] [DEBUG] UploadManager Init [2026-05-05,08:08:01.000] [DEBUG] UploadManager Init Complete [2026-05-05,08:08:01.003] [INFO] Initializing GPS... [2026-05-05,08:08:01.008] [INFO] Starting location capture [2026-05-05,08:08:37.413] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:08:37.419] [INFO] LocationSqlManager initialising [2026-05-05,08:08:37.420] [INFO] Location DB initialising [2026-05-05,08:08:37.429] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:08:37.430] [DEBUG] UploadManager Init [2026-05-05,08:08:37.430] [DEBUG] UploadManager Init Complete [2026-05-05,08:08:37.433] [INFO] Initializing GPS... [2026-05-05,08:08:37.436] [INFO] Starting location capture [2026-05-05,08:09:17.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:09:17.155] [INFO] LocationSqlManager initialising [2026-05-05,08:09:17.156] [INFO] Location DB initialising [2026-05-05,08:09:17.167] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:09:17.168] [DEBUG] UploadManager Init [2026-05-05,08:09:17.169] [DEBUG] UploadManager Init Complete [2026-05-05,08:09:17.174] [INFO] Initializing GPS... [2026-05-05,08:09:17.177] [INFO] Starting location capture [2026-05-05,08:09:55.509] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:09:55.514] [INFO] LocationSqlManager initialising [2026-05-05,08:09:55.514] [INFO] Location DB initialising [2026-05-05,08:09:55.524] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:09:55.525] [DEBUG] UploadManager Init [2026-05-05,08:09:55.525] [DEBUG] UploadManager Init Complete [2026-05-05,08:09:55.528] [INFO] Initializing GPS... [2026-05-05,08:09:55.530] [INFO] Starting location capture [2026-05-05,08:10:34.298] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:10:34.304] [INFO] LocationSqlManager initialising [2026-05-05,08:10:34.305] [INFO] Location DB initialising [2026-05-05,08:10:34.315] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:10:34.315] [DEBUG] UploadManager Init [2026-05-05,08:10:34.316] [DEBUG] UploadManager Init Complete [2026-05-05,08:10:34.319] [INFO] Initializing GPS... [2026-05-05,08:10:34.321] [INFO] Starting location capture [2026-05-05,08:11:13.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:11:13.107] [INFO] LocationSqlManager initialising [2026-05-05,08:11:13.107] [INFO] Location DB initialising [2026-05-05,08:11:13.117] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:11:13.117] [DEBUG] UploadManager Init [2026-05-05,08:11:13.118] [DEBUG] UploadManager Init Complete [2026-05-05,08:11:13.120] [INFO] Initializing GPS... [2026-05-05,08:11:13.122] [INFO] Starting location capture [2026-05-05,08:11:51.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:11:51.128] [INFO] LocationSqlManager initialising [2026-05-05,08:11:51.129] [INFO] Location DB initialising [2026-05-05,08:11:51.140] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:11:51.141] [DEBUG] UploadManager Init [2026-05-05,08:11:51.141] [DEBUG] UploadManager Init Complete [2026-05-05,08:11:51.146] [INFO] Initializing GPS... [2026-05-05,08:11:51.148] [INFO] Starting location capture [2026-05-05,08:12:30.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:12:30.122] [INFO] LocationSqlManager initialising [2026-05-05,08:12:30.122] [INFO] Location DB initialising [2026-05-05,08:12:30.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:12:30.134] [DEBUG] UploadManager Init [2026-05-05,08:12:30.134] [DEBUG] UploadManager Init Complete [2026-05-05,08:12:30.137] [INFO] Initializing GPS... [2026-05-05,08:12:30.140] [INFO] Starting location capture [2026-05-05,08:13:08.022] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:13:08.028] [INFO] LocationSqlManager initialising [2026-05-05,08:13:08.028] [INFO] Location DB initialising [2026-05-05,08:13:08.037] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:13:08.038] [DEBUG] UploadManager Init [2026-05-05,08:13:08.038] [DEBUG] UploadManager Init Complete [2026-05-05,08:13:08.041] [INFO] Initializing GPS... [2026-05-05,08:13:08.043] [INFO] Starting location capture [2026-05-05,08:13:46.984] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:13:46.987] [INFO] LocationSqlManager initialising [2026-05-05,08:13:46.988] [INFO] Location DB initialising [2026-05-05,08:13:46.997] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:13:46.998] [DEBUG] UploadManager Init [2026-05-05,08:13:46.998] [DEBUG] UploadManager Init Complete [2026-05-05,08:13:47.001] [INFO] Initializing GPS... [2026-05-05,08:13:47.002] [INFO] Starting location capture [2026-05-05,08:14:24.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:14:24.832] [INFO] LocationSqlManager initialising [2026-05-05,08:14:24.833] [INFO] Location DB initialising [2026-05-05,08:14:24.844] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:14:24.846] [DEBUG] UploadManager Init [2026-05-05,08:14:24.846] [DEBUG] UploadManager Init Complete [2026-05-05,08:14:24.851] [INFO] Initializing GPS... [2026-05-05,08:14:24.854] [INFO] Starting location capture [2026-05-05,08:15:04.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:15:04.083] [INFO] LocationSqlManager initialising [2026-05-05,08:15:04.084] [INFO] Location DB initialising [2026-05-05,08:15:04.093] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:15:04.094] [DEBUG] UploadManager Init [2026-05-05,08:15:04.094] [DEBUG] UploadManager Init Complete [2026-05-05,08:15:04.097] [INFO] Initializing GPS... [2026-05-05,08:15:04.099] [INFO] Starting location capture [2026-05-05,08:15:42.328] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:15:42.334] [INFO] LocationSqlManager initialising [2026-05-05,08:15:42.334] [INFO] Location DB initialising [2026-05-05,08:15:42.344] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:15:42.344] [DEBUG] UploadManager Init [2026-05-05,08:15:42.345] [DEBUG] UploadManager Init Complete [2026-05-05,08:15:42.347] [INFO] Initializing GPS... [2026-05-05,08:15:42.349] [INFO] Starting location capture [2026-05-05,08:16:21.238] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:16:21.244] [INFO] LocationSqlManager initialising [2026-05-05,08:16:21.244] [INFO] Location DB initialising [2026-05-05,08:16:21.254] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:16:21.255] [DEBUG] UploadManager Init [2026-05-05,08:16:21.256] [DEBUG] UploadManager Init Complete [2026-05-05,08:16:21.259] [INFO] Initializing GPS... [2026-05-05,08:16:21.261] [INFO] Starting location capture [2026-05-05,08:16:59.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:16:59.106] [INFO] LocationSqlManager initialising [2026-05-05,08:16:59.106] [INFO] Location DB initialising [2026-05-05,08:16:59.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:16:59.116] [DEBUG] UploadManager Init [2026-05-05,08:16:59.116] [DEBUG] UploadManager Init Complete [2026-05-05,08:16:59.119] [INFO] Initializing GPS... [2026-05-05,08:16:59.121] [INFO] Starting location capture [2026-05-05,08:17:38.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:17:38.225] [INFO] LocationSqlManager initialising [2026-05-05,08:17:38.226] [INFO] Location DB initialising [2026-05-05,08:17:38.235] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:17:38.236] [DEBUG] UploadManager Init [2026-05-05,08:17:38.236] [DEBUG] UploadManager Init Complete [2026-05-05,08:17:38.239] [INFO] Initializing GPS... [2026-05-05,08:17:38.241] [INFO] Starting location capture [2026-05-05,08:18:15.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:18:15.981] [INFO] LocationSqlManager initialising [2026-05-05,08:18:15.982] [INFO] Location DB initialising [2026-05-05,08:18:15.993] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:18:15.994] [DEBUG] UploadManager Init [2026-05-05,08:18:15.995] [DEBUG] UploadManager Init Complete [2026-05-05,08:18:15.999] [INFO] Initializing GPS... [2026-05-05,08:18:16.001] [INFO] Starting location capture [2026-05-05,08:18:54.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:18:54.981] [INFO] LocationSqlManager initialising [2026-05-05,08:18:54.981] [INFO] Location DB initialising [2026-05-05,08:18:54.991] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:18:54.992] [DEBUG] UploadManager Init [2026-05-05,08:18:54.992] [DEBUG] UploadManager Init Complete [2026-05-05,08:18:54.996] [INFO] Initializing GPS... [2026-05-05,08:18:54.998] [INFO] Starting location capture [2026-05-05,08:19:32.901] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:19:32.906] [INFO] LocationSqlManager initialising [2026-05-05,08:19:32.906] [INFO] Location DB initialising [2026-05-05,08:19:32.916] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:19:32.917] [DEBUG] UploadManager Init [2026-05-05,08:19:32.918] [DEBUG] UploadManager Init Complete [2026-05-05,08:19:32.921] [INFO] Initializing GPS... [2026-05-05,08:19:32.923] [INFO] Starting location capture [2026-05-05,08:20:11.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:20:11.018] [INFO] LocationSqlManager initialising [2026-05-05,08:20:11.018] [INFO] Location DB initialising [2026-05-05,08:20:11.028] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:20:11.028] [DEBUG] UploadManager Init [2026-05-05,08:20:11.029] [DEBUG] UploadManager Init Complete [2026-05-05,08:20:11.031] [INFO] Initializing GPS... [2026-05-05,08:20:11.033] [INFO] Starting location capture [2026-05-05,08:20:50.436] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:20:50.441] [INFO] LocationSqlManager initialising [2026-05-05,08:20:50.442] [INFO] Location DB initialising [2026-05-05,08:20:50.452] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:20:50.452] [DEBUG] UploadManager Init [2026-05-05,08:20:50.453] [DEBUG] UploadManager Init Complete [2026-05-05,08:20:50.456] [INFO] Initializing GPS... [2026-05-05,08:20:50.458] [INFO] Starting location capture [2026-05-05,08:21:29.153] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:21:29.158] [INFO] LocationSqlManager initialising [2026-05-05,08:21:29.159] [INFO] Location DB initialising [2026-05-05,08:21:29.168] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:21:29.169] [DEBUG] UploadManager Init [2026-05-05,08:21:29.169] [DEBUG] UploadManager Init Complete [2026-05-05,08:21:29.172] [INFO] Initializing GPS... [2026-05-05,08:21:29.174] [INFO] Starting location capture [2026-05-05,08:22:08.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:22:08.077] [INFO] LocationSqlManager initialising [2026-05-05,08:22:08.077] [INFO] Location DB initialising [2026-05-05,08:22:08.087] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:22:08.088] [DEBUG] UploadManager Init [2026-05-05,08:22:08.088] [DEBUG] UploadManager Init Complete [2026-05-05,08:22:08.092] [INFO] Initializing GPS... [2026-05-05,08:22:08.094] [INFO] Starting location capture [2026-05-05,08:22:46.066] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:22:46.075] [INFO] LocationSqlManager initialising [2026-05-05,08:22:46.076] [INFO] Location DB initialising [2026-05-05,08:22:46.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:22:46.093] [DEBUG] UploadManager Init [2026-05-05,08:22:46.094] [DEBUG] UploadManager Init Complete [2026-05-05,08:22:46.102] [INFO] Initializing GPS... [2026-05-05,08:22:46.105] [INFO] Starting location capture [2026-05-05,08:23:24.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:23:24.157] [INFO] LocationSqlManager initialising [2026-05-05,08:23:24.158] [INFO] Location DB initialising [2026-05-05,08:23:24.167] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:23:24.168] [DEBUG] UploadManager Init [2026-05-05,08:23:24.168] [DEBUG] UploadManager Init Complete [2026-05-05,08:23:24.171] [INFO] Initializing GPS... [2026-05-05,08:23:24.173] [INFO] Starting location capture [2026-05-05,08:24:02.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:24:02.142] [INFO] LocationSqlManager initialising [2026-05-05,08:24:02.143] [INFO] Location DB initialising [2026-05-05,08:24:02.152] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:24:02.153] [DEBUG] UploadManager Init [2026-05-05,08:24:02.153] [DEBUG] UploadManager Init Complete [2026-05-05,08:24:02.156] [INFO] Initializing GPS... [2026-05-05,08:24:02.158] [INFO] Starting location capture [2026-05-05,08:24:41.295] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:24:41.301] [INFO] LocationSqlManager initialising [2026-05-05,08:24:41.301] [INFO] Location DB initialising [2026-05-05,08:24:41.311] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:24:41.311] [DEBUG] UploadManager Init [2026-05-05,08:24:41.312] [DEBUG] UploadManager Init Complete [2026-05-05,08:24:41.314] [INFO] Initializing GPS... [2026-05-05,08:24:41.316] [INFO] Starting location capture [2026-05-05,08:25:20.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:25:20.034] [INFO] LocationSqlManager initialising [2026-05-05,08:25:20.035] [INFO] Location DB initialising [2026-05-05,08:25:20.048] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:25:20.049] [DEBUG] UploadManager Init [2026-05-05,08:25:20.050] [DEBUG] UploadManager Init Complete [2026-05-05,08:25:20.054] [INFO] Initializing GPS... [2026-05-05,08:25:20.056] [INFO] Starting location capture [2026-05-05,08:25:57.673] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:25:57.680] [INFO] LocationSqlManager initialising [2026-05-05,08:25:57.681] [INFO] Location DB initialising [2026-05-05,08:25:57.693] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:25:57.694] [DEBUG] UploadManager Init [2026-05-05,08:25:57.694] [DEBUG] UploadManager Init Complete [2026-05-05,08:25:57.699] [INFO] Initializing GPS... [2026-05-05,08:25:57.702] [INFO] Starting location capture [2026-05-05,08:26:36.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:26:36.928] [INFO] LocationSqlManager initialising [2026-05-05,08:26:36.929] [INFO] Location DB initialising [2026-05-05,08:26:36.940] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:26:36.941] [DEBUG] UploadManager Init [2026-05-05,08:26:36.942] [DEBUG] UploadManager Init Complete [2026-05-05,08:26:36.946] [INFO] Initializing GPS... [2026-05-05,08:26:36.949] [INFO] Starting location capture [2026-05-05,08:27:15.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:27:15.126] [INFO] LocationSqlManager initialising [2026-05-05,08:27:15.126] [INFO] Location DB initialising [2026-05-05,08:27:15.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:27:15.136] [DEBUG] UploadManager Init [2026-05-05,08:27:15.137] [DEBUG] UploadManager Init Complete [2026-05-05,08:27:15.140] [INFO] Initializing GPS... [2026-05-05,08:27:15.142] [INFO] Starting location capture [2026-05-05,08:27:55.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:27:55.252] [INFO] LocationSqlManager initialising [2026-05-05,08:27:55.253] [INFO] Location DB initialising [2026-05-05,08:27:55.265] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:27:55.266] [DEBUG] UploadManager Init [2026-05-05,08:27:55.267] [DEBUG] UploadManager Init Complete [2026-05-05,08:27:55.270] [INFO] Initializing GPS... [2026-05-05,08:27:55.272] [INFO] Starting location capture [2026-05-05,08:28:32.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:28:32.812] [INFO] LocationSqlManager initialising [2026-05-05,08:28:32.813] [INFO] Location DB initialising [2026-05-05,08:28:32.822] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:28:32.823] [DEBUG] UploadManager Init [2026-05-05,08:28:32.823] [DEBUG] UploadManager Init Complete [2026-05-05,08:28:32.826] [INFO] Initializing GPS... [2026-05-05,08:28:32.828] [INFO] Starting location capture [2026-05-05,08:29:12.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:29:12.032] [INFO] LocationSqlManager initialising [2026-05-05,08:29:12.033] [INFO] Location DB initialising [2026-05-05,08:29:12.042] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:29:12.043] [DEBUG] UploadManager Init [2026-05-05,08:29:12.044] [DEBUG] UploadManager Init Complete [2026-05-05,08:29:12.047] [INFO] Initializing GPS... [2026-05-05,08:29:12.049] [INFO] Starting location capture [2026-05-05,08:29:50.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:29:50.262] [INFO] LocationSqlManager initialising [2026-05-05,08:29:50.263] [INFO] Location DB initialising [2026-05-05,08:29:50.273] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:29:50.273] [DEBUG] UploadManager Init [2026-05-05,08:29:50.274] [DEBUG] UploadManager Init Complete [2026-05-05,08:29:50.277] [INFO] Initializing GPS... [2026-05-05,08:29:50.279] [INFO] Starting location capture [2026-05-05,08:30:29.294] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:30:29.300] [INFO] LocationSqlManager initialising [2026-05-05,08:30:29.301] [INFO] Location DB initialising [2026-05-05,08:30:29.311] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:30:29.311] [DEBUG] UploadManager Init [2026-05-05,08:30:29.312] [DEBUG] UploadManager Init Complete [2026-05-05,08:30:29.315] [INFO] Initializing GPS... [2026-05-05,08:30:29.317] [INFO] Starting location capture [2026-05-05,08:31:08.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:31:08.267] [INFO] LocationSqlManager initialising [2026-05-05,08:31:08.267] [INFO] Location DB initialising [2026-05-05,08:31:08.276] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:31:08.277] [DEBUG] UploadManager Init [2026-05-05,08:31:08.277] [DEBUG] UploadManager Init Complete [2026-05-05,08:31:08.280] [INFO] Initializing GPS... [2026-05-05,08:31:08.282] [INFO] Starting location capture [2026-05-05,08:31:46.375] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:31:46.382] [INFO] LocationSqlManager initialising [2026-05-05,08:31:46.383] [INFO] Location DB initialising [2026-05-05,08:31:46.394] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:31:46.395] [DEBUG] UploadManager Init [2026-05-05,08:31:46.396] [DEBUG] UploadManager Init Complete [2026-05-05,08:31:46.400] [INFO] Initializing GPS... [2026-05-05,08:31:46.403] [INFO] Starting location capture [2026-05-05,08:32:25.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:32:25.183] [INFO] LocationSqlManager initialising [2026-05-05,08:32:25.183] [INFO] Location DB initialising [2026-05-05,08:32:25.193] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:32:25.194] [DEBUG] UploadManager Init [2026-05-05,08:32:25.194] [DEBUG] UploadManager Init Complete [2026-05-05,08:32:25.197] [INFO] Initializing GPS... [2026-05-05,08:32:25.199] [INFO] Starting location capture [2026-05-05,08:33:03.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:33:03.236] [INFO] LocationSqlManager initialising [2026-05-05,08:33:03.237] [INFO] Location DB initialising [2026-05-05,08:33:03.246] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:33:03.247] [DEBUG] UploadManager Init [2026-05-05,08:33:03.247] [DEBUG] UploadManager Init Complete [2026-05-05,08:33:03.250] [INFO] Initializing GPS... [2026-05-05,08:33:03.251] [INFO] Starting location capture [2026-05-05,08:33:42.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:33:42.107] [INFO] LocationSqlManager initialising [2026-05-05,08:33:42.108] [INFO] Location DB initialising [2026-05-05,08:33:42.119] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:33:42.120] [DEBUG] UploadManager Init [2026-05-05,08:33:42.120] [DEBUG] UploadManager Init Complete [2026-05-05,08:33:42.125] [INFO] Initializing GPS... [2026-05-05,08:33:42.128] [INFO] Starting location capture [2026-05-05,08:34:20.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:34:20.119] [INFO] LocationSqlManager initialising [2026-05-05,08:34:20.119] [INFO] Location DB initialising [2026-05-05,08:34:20.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:34:20.130] [DEBUG] UploadManager Init [2026-05-05,08:34:20.131] [DEBUG] UploadManager Init Complete [2026-05-05,08:34:20.134] [INFO] Initializing GPS... [2026-05-05,08:34:20.136] [INFO] Starting location capture [2026-05-05,08:34:59.439] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:34:59.446] [INFO] LocationSqlManager initialising [2026-05-05,08:34:59.447] [INFO] Location DB initialising [2026-05-05,08:34:59.458] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:34:59.459] [DEBUG] UploadManager Init [2026-05-05,08:34:59.459] [DEBUG] UploadManager Init Complete [2026-05-05,08:34:59.464] [INFO] Initializing GPS... [2026-05-05,08:34:59.467] [INFO] Starting location capture [2026-05-05,08:35:34.456] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:35:34.461] [INFO] LocationSqlManager initialising [2026-05-05,08:35:34.462] [INFO] Location DB initialising [2026-05-05,08:35:34.471] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:35:34.472] [DEBUG] UploadManager Init [2026-05-05,08:35:34.472] [DEBUG] UploadManager Init Complete [2026-05-05,08:35:34.476] [INFO] Initializing GPS... [2026-05-05,08:35:34.479] [INFO] Starting location capture [2026-05-05,08:36:13.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:36:13.193] [INFO] LocationSqlManager initialising [2026-05-05,08:36:13.194] [INFO] Location DB initialising [2026-05-05,08:36:13.205] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:36:13.206] [DEBUG] UploadManager Init [2026-05-05,08:36:13.207] [DEBUG] UploadManager Init Complete [2026-05-05,08:36:13.211] [INFO] Initializing GPS... [2026-05-05,08:36:13.214] [INFO] Starting location capture [2026-05-05,08:36:47.383] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:36:47.389] [INFO] LocationSqlManager initialising [2026-05-05,08:36:47.389] [INFO] Location DB initialising [2026-05-05,08:36:47.399] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:36:47.400] [DEBUG] UploadManager Init [2026-05-05,08:36:47.401] [DEBUG] UploadManager Init Complete [2026-05-05,08:36:47.404] [INFO] Initializing GPS... [2026-05-05,08:36:47.406] [INFO] Starting location capture [2026-05-05,08:37:26.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:37:26.247] [INFO] LocationSqlManager initialising [2026-05-05,08:37:26.248] [INFO] Location DB initialising [2026-05-05,08:37:26.258] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:37:26.258] [DEBUG] UploadManager Init [2026-05-05,08:37:26.259] [DEBUG] UploadManager Init Complete [2026-05-05,08:37:26.261] [INFO] Initializing GPS... [2026-05-05,08:37:26.263] [INFO] Starting location capture [2026-05-05,08:38:04.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:38:04.120] [INFO] LocationSqlManager initialising [2026-05-05,08:38:04.120] [INFO] Location DB initialising [2026-05-05,08:38:04.131] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:38:04.132] [DEBUG] UploadManager Init [2026-05-05,08:38:04.132] [DEBUG] UploadManager Init Complete [2026-05-05,08:38:04.135] [INFO] Initializing GPS... [2026-05-05,08:38:04.138] [INFO] Starting location capture [2026-05-05,08:38:43.392] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:38:43.399] [INFO] LocationSqlManager initialising [2026-05-05,08:38:43.400] [INFO] Location DB initialising [2026-05-05,08:38:43.411] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:38:43.413] [DEBUG] UploadManager Init [2026-05-05,08:38:43.413] [DEBUG] UploadManager Init Complete [2026-05-05,08:38:43.417] [INFO] Initializing GPS... [2026-05-05,08:38:43.420] [INFO] Starting location capture [2026-05-05,08:39:21.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:39:21.982] [INFO] LocationSqlManager initialising [2026-05-05,08:39:21.983] [INFO] Location DB initialising [2026-05-05,08:39:21.992] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:39:21.993] [DEBUG] UploadManager Init [2026-05-05,08:39:21.993] [DEBUG] UploadManager Init Complete [2026-05-05,08:39:21.996] [INFO] Initializing GPS... [2026-05-05,08:39:21.998] [INFO] Starting location capture [2026-05-05,08:40:00.429] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:40:00.434] [INFO] LocationSqlManager initialising [2026-05-05,08:40:00.434] [INFO] Location DB initialising [2026-05-05,08:40:00.444] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:40:00.445] [DEBUG] UploadManager Init [2026-05-05,08:40:00.446] [DEBUG] UploadManager Init Complete [2026-05-05,08:40:00.449] [INFO] Initializing GPS... [2026-05-05,08:40:00.451] [INFO] Starting location capture [2026-05-05,08:40:38.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:40:38.830] [INFO] LocationSqlManager initialising [2026-05-05,08:40:38.830] [INFO] Location DB initialising [2026-05-05,08:40:38.840] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:40:38.840] [DEBUG] UploadManager Init [2026-05-05,08:40:38.841] [DEBUG] UploadManager Init Complete [2026-05-05,08:40:38.843] [INFO] Initializing GPS... [2026-05-05,08:40:38.845] [INFO] Starting location capture [2026-05-05,08:41:16.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:41:16.806] [INFO] LocationSqlManager initialising [2026-05-05,08:41:16.807] [INFO] Location DB initialising [2026-05-05,08:41:16.819] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:41:16.820] [DEBUG] UploadManager Init [2026-05-05,08:41:16.820] [DEBUG] UploadManager Init Complete [2026-05-05,08:41:16.824] [INFO] Initializing GPS... [2026-05-05,08:41:16.825] [INFO] Starting location capture [2026-05-05,08:41:54.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:41:54.983] [INFO] LocationSqlManager initialising [2026-05-05,08:41:54.984] [INFO] Location DB initialising [2026-05-05,08:41:54.995] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:41:54.996] [DEBUG] UploadManager Init [2026-05-05,08:41:54.997] [DEBUG] UploadManager Init Complete [2026-05-05,08:41:55.002] [INFO] Initializing GPS... [2026-05-05,08:41:55.005] [INFO] Starting location capture [2026-05-05,08:42:33.620] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:42:33.625] [INFO] LocationSqlManager initialising [2026-05-05,08:42:33.625] [INFO] Location DB initialising [2026-05-05,08:42:33.637] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:42:33.638] [DEBUG] UploadManager Init [2026-05-05,08:42:33.638] [DEBUG] UploadManager Init Complete [2026-05-05,08:42:33.643] [INFO] Initializing GPS... [2026-05-05,08:42:33.645] [INFO] Starting location capture [2026-05-05,08:43:12.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:43:12.106] [INFO] LocationSqlManager initialising [2026-05-05,08:43:12.107] [INFO] Location DB initialising [2026-05-05,08:43:12.118] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:43:12.120] [DEBUG] UploadManager Init [2026-05-05,08:43:12.120] [DEBUG] UploadManager Init Complete [2026-05-05,08:43:12.125] [INFO] Initializing GPS... [2026-05-05,08:43:12.127] [INFO] Starting location capture [2026-05-05,08:43:51.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:43:51.165] [INFO] LocationSqlManager initialising [2026-05-05,08:43:51.166] [INFO] Location DB initialising [2026-05-05,08:43:51.175] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:43:51.176] [DEBUG] UploadManager Init [2026-05-05,08:43:51.176] [DEBUG] UploadManager Init Complete [2026-05-05,08:43:51.179] [INFO] Initializing GPS... [2026-05-05,08:43:51.180] [INFO] Starting location capture [2026-05-05,08:44:29.658] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:44:29.663] [INFO] LocationSqlManager initialising [2026-05-05,08:44:29.663] [INFO] Location DB initialising [2026-05-05,08:44:29.673] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:44:29.674] [DEBUG] UploadManager Init [2026-05-05,08:44:29.675] [DEBUG] UploadManager Init Complete [2026-05-05,08:44:29.678] [INFO] Initializing GPS... [2026-05-05,08:44:29.680] [INFO] Starting location capture [2026-05-05,08:45:07.920] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:45:07.927] [INFO] LocationSqlManager initialising [2026-05-05,08:45:07.928] [INFO] Location DB initialising [2026-05-05,08:45:07.937] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:45:07.938] [DEBUG] UploadManager Init [2026-05-05,08:45:07.938] [DEBUG] UploadManager Init Complete [2026-05-05,08:45:07.941] [INFO] Initializing GPS... [2026-05-05,08:45:07.943] [INFO] Starting location capture [2026-05-05,08:45:46.976] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:45:46.984] [INFO] LocationSqlManager initialising [2026-05-05,08:45:46.985] [INFO] Location DB initialising [2026-05-05,08:45:46.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:45:46.997] [DEBUG] UploadManager Init [2026-05-05,08:45:46.997] [DEBUG] UploadManager Init Complete [2026-05-05,08:45:47.002] [INFO] Initializing GPS... [2026-05-05,08:45:47.004] [INFO] Starting location capture [2026-05-05,08:46:25.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:46:25.109] [INFO] LocationSqlManager initialising [2026-05-05,08:46:25.110] [INFO] Location DB initialising [2026-05-05,08:46:25.122] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:46:25.123] [DEBUG] UploadManager Init [2026-05-05,08:46:25.123] [DEBUG] UploadManager Init Complete [2026-05-05,08:46:25.128] [INFO] Initializing GPS... [2026-05-05,08:46:25.130] [INFO] Starting location capture [2026-05-05,08:47:04.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:47:04.069] [INFO] LocationSqlManager initialising [2026-05-05,08:47:04.070] [INFO] Location DB initialising [2026-05-05,08:47:04.079] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:47:04.080] [DEBUG] UploadManager Init [2026-05-05,08:47:04.080] [DEBUG] UploadManager Init Complete [2026-05-05,08:47:04.084] [INFO] Initializing GPS... [2026-05-05,08:47:04.086] [INFO] Starting location capture [2026-05-05,08:47:41.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:47:41.808] [INFO] LocationSqlManager initialising [2026-05-05,08:47:41.809] [INFO] Location DB initialising [2026-05-05,08:47:41.820] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:47:41.822] [DEBUG] UploadManager Init [2026-05-05,08:47:41.822] [DEBUG] UploadManager Init Complete [2026-05-05,08:47:41.827] [INFO] Initializing GPS... [2026-05-05,08:47:41.830] [INFO] Starting location capture [2026-05-05,08:48:20.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:48:20.975] [INFO] LocationSqlManager initialising [2026-05-05,08:48:20.975] [INFO] Location DB initialising [2026-05-05,08:48:20.985] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:48:20.986] [DEBUG] UploadManager Init [2026-05-05,08:48:20.986] [DEBUG] UploadManager Init Complete [2026-05-05,08:48:20.989] [INFO] Initializing GPS... [2026-05-05,08:48:20.991] [INFO] Starting location capture [2026-05-05,08:49:00.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:49:00.165] [INFO] LocationSqlManager initialising [2026-05-05,08:49:00.165] [INFO] Location DB initialising [2026-05-05,08:49:00.176] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:49:00.178] [DEBUG] UploadManager Init [2026-05-05,08:49:00.178] [DEBUG] UploadManager Init Complete [2026-05-05,08:49:00.183] [INFO] Initializing GPS... [2026-05-05,08:49:00.185] [INFO] Starting location capture [2026-05-05,08:49:37.976] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:49:37.982] [INFO] LocationSqlManager initialising [2026-05-05,08:49:37.982] [INFO] Location DB initialising [2026-05-05,08:49:37.991] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:49:37.992] [DEBUG] UploadManager Init [2026-05-05,08:49:37.992] [DEBUG] UploadManager Init Complete [2026-05-05,08:49:37.995] [INFO] Initializing GPS... [2026-05-05,08:49:37.997] [INFO] Starting location capture [2026-05-05,08:50:16.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:50:16.979] [INFO] LocationSqlManager initialising [2026-05-05,08:50:16.980] [INFO] Location DB initialising [2026-05-05,08:50:16.991] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:50:16.992] [DEBUG] UploadManager Init [2026-05-05,08:50:16.993] [DEBUG] UploadManager Init Complete [2026-05-05,08:50:16.997] [INFO] Initializing GPS... [2026-05-05,08:50:17.000] [INFO] Starting location capture [2026-05-05,08:50:55.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:50:55.923] [INFO] LocationSqlManager initialising [2026-05-05,08:50:55.924] [INFO] Location DB initialising [2026-05-05,08:50:55.935] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:50:55.937] [DEBUG] UploadManager Init [2026-05-05,08:50:55.937] [DEBUG] UploadManager Init Complete [2026-05-05,08:50:55.942] [INFO] Initializing GPS... [2026-05-05,08:50:55.945] [INFO] Starting location capture [2026-05-05,08:51:33.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:51:33.921] [INFO] LocationSqlManager initialising [2026-05-05,08:51:33.921] [INFO] Location DB initialising [2026-05-05,08:51:33.931] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:51:33.931] [DEBUG] UploadManager Init [2026-05-05,08:51:33.932] [DEBUG] UploadManager Init Complete [2026-05-05,08:51:33.934] [INFO] Initializing GPS... [2026-05-05,08:51:33.936] [INFO] Starting location capture [2026-05-05,08:52:14.494] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:52:14.500] [INFO] LocationSqlManager initialising [2026-05-05,08:52:14.501] [INFO] Location DB initialising [2026-05-05,08:52:14.512] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:52:14.514] [DEBUG] UploadManager Init [2026-05-05,08:52:14.514] [DEBUG] UploadManager Init Complete [2026-05-05,08:52:14.519] [INFO] Initializing GPS... [2026-05-05,08:52:14.522] [INFO] Starting location capture [2026-05-05,08:52:53.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:52:53.040] [INFO] LocationSqlManager initialising [2026-05-05,08:52:53.040] [INFO] Location DB initialising [2026-05-05,08:52:53.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:52:53.051] [DEBUG] UploadManager Init [2026-05-05,08:52:53.051] [DEBUG] UploadManager Init Complete [2026-05-05,08:52:53.054] [INFO] Initializing GPS... [2026-05-05,08:52:53.056] [INFO] Starting location capture [2026-05-05,08:53:31.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:53:31.276] [INFO] LocationSqlManager initialising [2026-05-05,08:53:31.276] [INFO] Location DB initialising [2026-05-05,08:53:31.286] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:53:31.286] [DEBUG] UploadManager Init [2026-05-05,08:53:31.287] [DEBUG] UploadManager Init Complete [2026-05-05,08:53:31.289] [INFO] Initializing GPS... [2026-05-05,08:53:31.291] [INFO] Starting location capture [2026-05-05,08:54:08.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:54:08.843] [INFO] LocationSqlManager initialising [2026-05-05,08:54:08.844] [INFO] Location DB initialising [2026-05-05,08:54:08.854] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:54:08.854] [DEBUG] UploadManager Init [2026-05-05,08:54:08.855] [DEBUG] UploadManager Init Complete [2026-05-05,08:54:08.857] [INFO] Initializing GPS... [2026-05-05,08:54:08.859] [INFO] Starting location capture [2026-05-05,08:54:48.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:54:48.283] [INFO] LocationSqlManager initialising [2026-05-05,08:54:48.284] [INFO] Location DB initialising [2026-05-05,08:54:48.294] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:54:48.294] [DEBUG] UploadManager Init [2026-05-05,08:54:48.295] [DEBUG] UploadManager Init Complete [2026-05-05,08:54:48.297] [INFO] Initializing GPS... [2026-05-05,08:54:48.299] [INFO] Starting location capture [2026-05-05,08:55:26.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:55:26.960] [INFO] LocationSqlManager initialising [2026-05-05,08:55:26.961] [INFO] Location DB initialising [2026-05-05,08:55:26.971] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:55:26.972] [DEBUG] UploadManager Init [2026-05-05,08:55:26.973] [DEBUG] UploadManager Init Complete [2026-05-05,08:55:26.976] [INFO] Initializing GPS... [2026-05-05,08:55:26.978] [INFO] Starting location capture [2026-05-05,08:56:06.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:56:06.033] [INFO] LocationSqlManager initialising [2026-05-05,08:56:06.034] [INFO] Location DB initialising [2026-05-05,08:56:06.044] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:56:06.045] [DEBUG] UploadManager Init [2026-05-05,08:56:06.045] [DEBUG] UploadManager Init Complete [2026-05-05,08:56:06.048] [INFO] Initializing GPS... [2026-05-05,08:56:06.051] [INFO] Starting location capture [2026-05-05,08:56:44.475] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:56:44.483] [INFO] LocationSqlManager initialising [2026-05-05,08:56:44.484] [INFO] Location DB initialising [2026-05-05,08:56:44.494] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:56:44.496] [DEBUG] UploadManager Init [2026-05-05,08:56:44.496] [DEBUG] UploadManager Init Complete [2026-05-05,08:56:44.501] [INFO] Initializing GPS... [2026-05-05,08:56:44.503] [INFO] Starting location capture [2026-05-05,08:57:22.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:57:22.101] [INFO] LocationSqlManager initialising [2026-05-05,08:57:22.102] [INFO] Location DB initialising [2026-05-05,08:57:22.113] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:57:22.115] [DEBUG] UploadManager Init [2026-05-05,08:57:22.115] [DEBUG] UploadManager Init Complete [2026-05-05,08:57:22.120] [INFO] Initializing GPS... [2026-05-05,08:57:22.123] [INFO] Starting location capture [2026-05-05,08:58:00.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:58:00.451] [INFO] LocationSqlManager initialising [2026-05-05,08:58:00.452] [INFO] Location DB initialising [2026-05-05,08:58:00.462] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:58:00.463] [DEBUG] UploadManager Init [2026-05-05,08:58:00.463] [DEBUG] UploadManager Init Complete [2026-05-05,08:58:00.467] [INFO] Initializing GPS... [2026-05-05,08:58:00.469] [INFO] Starting location capture [2026-05-05,08:58:39.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:58:39.346] [INFO] LocationSqlManager initialising [2026-05-05,08:58:39.347] [INFO] Location DB initialising [2026-05-05,08:58:39.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:58:39.359] [DEBUG] UploadManager Init [2026-05-05,08:58:39.359] [DEBUG] UploadManager Init Complete [2026-05-05,08:58:39.364] [INFO] Initializing GPS... [2026-05-05,08:58:39.366] [INFO] Starting location capture [2026-05-05,08:59:17.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:59:17.010] [INFO] LocationSqlManager initialising [2026-05-05,08:59:17.010] [INFO] Location DB initialising [2026-05-05,08:59:17.020] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:59:17.020] [DEBUG] UploadManager Init [2026-05-05,08:59:17.021] [DEBUG] UploadManager Init Complete [2026-05-05,08:59:17.023] [INFO] Initializing GPS... [2026-05-05,08:59:17.025] [INFO] Starting location capture [2026-05-05,08:59:54.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,08:59:54.869] [INFO] LocationSqlManager initialising [2026-05-05,08:59:54.869] [INFO] Location DB initialising [2026-05-05,08:59:54.880] [INFO] LocationSqlManager initialisation complete [2026-05-05,08:59:54.881] [DEBUG] UploadManager Init [2026-05-05,08:59:54.881] [DEBUG] UploadManager Init Complete [2026-05-05,08:59:54.886] [INFO] Initializing GPS... [2026-05-05,08:59:54.889] [INFO] Starting location capture [2026-05-05,09:00:34.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:00:34.202] [INFO] LocationSqlManager initialising [2026-05-05,09:00:34.202] [INFO] Location DB initialising [2026-05-05,09:00:34.211] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:00:34.212] [DEBUG] UploadManager Init [2026-05-05,09:00:34.212] [DEBUG] UploadManager Init Complete [2026-05-05,09:00:34.215] [INFO] Initializing GPS... [2026-05-05,09:00:34.217] [INFO] Starting location capture [2026-05-05,09:01:12.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:01:12.078] [INFO] LocationSqlManager initialising [2026-05-05,09:01:12.079] [INFO] Location DB initialising [2026-05-05,09:01:12.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:01:12.093] [DEBUG] UploadManager Init [2026-05-05,09:01:12.093] [DEBUG] UploadManager Init Complete [2026-05-05,09:01:12.098] [INFO] Initializing GPS... [2026-05-05,09:01:12.100] [INFO] Starting location capture [2026-05-05,09:01:51.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:01:51.139] [INFO] LocationSqlManager initialising [2026-05-05,09:01:51.140] [INFO] Location DB initialising [2026-05-05,09:01:51.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:01:51.152] [DEBUG] UploadManager Init [2026-05-05,09:01:51.153] [DEBUG] UploadManager Init Complete [2026-05-05,09:01:51.157] [INFO] Initializing GPS... [2026-05-05,09:01:51.160] [INFO] Starting location capture [2026-05-05,09:02:28.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:02:28.913] [INFO] LocationSqlManager initialising [2026-05-05,09:02:28.914] [INFO] Location DB initialising [2026-05-05,09:02:28.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:02:28.925] [DEBUG] UploadManager Init [2026-05-05,09:02:28.925] [DEBUG] UploadManager Init Complete [2026-05-05,09:02:28.928] [INFO] Initializing GPS... [2026-05-05,09:02:28.930] [INFO] Starting location capture [2026-05-05,09:03:07.153] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:03:07.159] [INFO] LocationSqlManager initialising [2026-05-05,09:03:07.160] [INFO] Location DB initialising [2026-05-05,09:03:07.172] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:03:07.172] [DEBUG] UploadManager Init [2026-05-05,09:03:07.173] [DEBUG] UploadManager Init Complete [2026-05-05,09:03:07.176] [INFO] Initializing GPS... [2026-05-05,09:03:07.178] [INFO] Starting location capture [2026-05-05,09:03:45.815] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:03:45.823] [INFO] LocationSqlManager initialising [2026-05-05,09:03:45.824] [INFO] Location DB initialising [2026-05-05,09:03:45.835] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:03:45.836] [DEBUG] UploadManager Init [2026-05-05,09:03:45.836] [DEBUG] UploadManager Init Complete [2026-05-05,09:03:45.841] [INFO] Initializing GPS... [2026-05-05,09:03:45.844] [INFO] Starting location capture [2026-05-05,09:04:24.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:04:24.056] [INFO] LocationSqlManager initialising [2026-05-05,09:04:24.057] [INFO] Location DB initialising [2026-05-05,09:04:24.066] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:04:24.066] [DEBUG] UploadManager Init [2026-05-05,09:04:24.067] [DEBUG] UploadManager Init Complete [2026-05-05,09:04:24.070] [INFO] Initializing GPS... [2026-05-05,09:04:24.072] [INFO] Starting location capture [2026-05-05,09:05:02.777] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:05:02.782] [INFO] LocationSqlManager initialising [2026-05-05,09:05:02.783] [INFO] Location DB initialising [2026-05-05,09:05:02.792] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:05:02.793] [DEBUG] UploadManager Init [2026-05-05,09:05:02.793] [DEBUG] UploadManager Init Complete [2026-05-05,09:05:02.796] [INFO] Initializing GPS... [2026-05-05,09:05:02.798] [INFO] Starting location capture [2026-05-05,09:05:41.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:05:41.150] [INFO] LocationSqlManager initialising [2026-05-05,09:05:41.151] [INFO] Location DB initialising [2026-05-05,09:05:41.161] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:05:41.161] [DEBUG] UploadManager Init [2026-05-05,09:05:41.162] [DEBUG] UploadManager Init Complete [2026-05-05,09:05:41.165] [INFO] Initializing GPS... [2026-05-05,09:05:41.167] [INFO] Starting location capture [2026-05-05,09:06:19.789] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:06:19.797] [INFO] LocationSqlManager initialising [2026-05-05,09:06:19.798] [INFO] Location DB initialising [2026-05-05,09:06:19.808] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:06:19.810] [DEBUG] UploadManager Init [2026-05-05,09:06:19.810] [DEBUG] UploadManager Init Complete [2026-05-05,09:06:19.815] [INFO] Initializing GPS... [2026-05-05,09:06:19.817] [INFO] Starting location capture [2026-05-05,09:06:59.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:06:59.136] [INFO] LocationSqlManager initialising [2026-05-05,09:06:59.136] [INFO] Location DB initialising [2026-05-05,09:06:59.146] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:06:59.146] [DEBUG] UploadManager Init [2026-05-05,09:06:59.147] [DEBUG] UploadManager Init Complete [2026-05-05,09:06:59.149] [INFO] Initializing GPS... [2026-05-05,09:06:59.151] [INFO] Starting location capture [2026-05-05,09:07:37.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:07:37.198] [INFO] LocationSqlManager initialising [2026-05-05,09:07:37.199] [INFO] Location DB initialising [2026-05-05,09:07:37.208] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:07:37.209] [DEBUG] UploadManager Init [2026-05-05,09:07:37.209] [DEBUG] UploadManager Init Complete [2026-05-05,09:07:37.212] [INFO] Initializing GPS... [2026-05-05,09:07:37.214] [INFO] Starting location capture [2026-05-05,09:08:16.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:08:16.123] [INFO] LocationSqlManager initialising [2026-05-05,09:08:16.124] [INFO] Location DB initialising [2026-05-05,09:08:16.134] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:08:16.135] [DEBUG] UploadManager Init [2026-05-05,09:08:16.136] [DEBUG] UploadManager Init Complete [2026-05-05,09:08:16.141] [INFO] Initializing GPS... [2026-05-05,09:08:16.143] [INFO] Starting location capture [2026-05-05,09:08:54.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:08:54.981] [INFO] LocationSqlManager initialising [2026-05-05,09:08:54.982] [INFO] Location DB initialising [2026-05-05,09:08:54.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:08:54.997] [DEBUG] UploadManager Init [2026-05-05,09:08:54.998] [DEBUG] UploadManager Init Complete [2026-05-05,09:08:55.002] [INFO] Initializing GPS... [2026-05-05,09:08:55.004] [INFO] Starting location capture [2026-05-05,09:09:33.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:09:33.332] [INFO] LocationSqlManager initialising [2026-05-05,09:09:33.333] [INFO] Location DB initialising [2026-05-05,09:09:33.342] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:09:33.343] [DEBUG] UploadManager Init [2026-05-05,09:09:33.343] [DEBUG] UploadManager Init Complete [2026-05-05,09:09:33.346] [INFO] Initializing GPS... [2026-05-05,09:09:33.348] [INFO] Starting location capture [2026-05-05,09:10:11.661] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:10:11.669] [INFO] LocationSqlManager initialising [2026-05-05,09:10:11.669] [INFO] Location DB initialising [2026-05-05,09:10:11.681] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:10:11.682] [DEBUG] UploadManager Init [2026-05-05,09:10:11.683] [DEBUG] UploadManager Init Complete [2026-05-05,09:10:11.687] [INFO] Initializing GPS... [2026-05-05,09:10:11.690] [INFO] Starting location capture [2026-05-05,09:10:50.318] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:10:50.324] [INFO] LocationSqlManager initialising [2026-05-05,09:10:50.325] [INFO] Location DB initialising [2026-05-05,09:10:50.334] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:10:50.336] [DEBUG] UploadManager Init [2026-05-05,09:10:50.337] [DEBUG] UploadManager Init Complete [2026-05-05,09:10:50.342] [INFO] Initializing GPS... [2026-05-05,09:10:50.345] [INFO] Starting location capture [2026-05-05,09:11:29.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:11:29.277] [INFO] LocationSqlManager initialising [2026-05-05,09:11:29.277] [INFO] Location DB initialising [2026-05-05,09:11:29.287] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:11:29.287] [DEBUG] UploadManager Init [2026-05-05,09:11:29.288] [DEBUG] UploadManager Init Complete [2026-05-05,09:11:29.290] [INFO] Initializing GPS... [2026-05-05,09:11:29.292] [INFO] Starting location capture [2026-05-05,09:12:06.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:12:06.832] [INFO] LocationSqlManager initialising [2026-05-05,09:12:06.832] [INFO] Location DB initialising [2026-05-05,09:12:06.842] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:12:06.842] [DEBUG] UploadManager Init [2026-05-05,09:12:06.843] [DEBUG] UploadManager Init Complete [2026-05-05,09:12:06.845] [INFO] Initializing GPS... [2026-05-05,09:12:06.847] [INFO] Starting location capture [2026-05-05,09:12:46.387] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:12:46.392] [INFO] LocationSqlManager initialising [2026-05-05,09:12:46.393] [INFO] Location DB initialising [2026-05-05,09:12:46.403] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:12:46.403] [DEBUG] UploadManager Init [2026-05-05,09:12:46.404] [DEBUG] UploadManager Init Complete [2026-05-05,09:12:46.407] [INFO] Initializing GPS... [2026-05-05,09:12:46.409] [INFO] Starting location capture [2026-05-05,09:13:24.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:13:24.110] [INFO] LocationSqlManager initialising [2026-05-05,09:13:24.111] [INFO] Location DB initialising [2026-05-05,09:13:24.120] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:13:24.121] [DEBUG] UploadManager Init [2026-05-05,09:13:24.121] [DEBUG] UploadManager Init Complete [2026-05-05,09:13:24.124] [INFO] Initializing GPS... [2026-05-05,09:13:24.126] [INFO] Starting location capture [2026-05-05,09:14:02.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:14:02.873] [INFO] LocationSqlManager initialising [2026-05-05,09:14:02.874] [INFO] Location DB initialising [2026-05-05,09:14:02.883] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:14:02.884] [DEBUG] UploadManager Init [2026-05-05,09:14:02.884] [DEBUG] UploadManager Init Complete [2026-05-05,09:14:02.887] [INFO] Initializing GPS... [2026-05-05,09:14:02.889] [INFO] Starting location capture [2026-05-05,09:14:36.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:14:36.830] [INFO] LocationSqlManager initialising [2026-05-05,09:14:36.831] [INFO] Location DB initialising [2026-05-05,09:14:36.840] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:14:36.841] [DEBUG] UploadManager Init [2026-05-05,09:14:36.841] [DEBUG] UploadManager Init Complete [2026-05-05,09:14:36.844] [INFO] Initializing GPS... [2026-05-05,09:14:36.846] [INFO] Starting location capture [2026-05-05,09:15:15.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:15:15.297] [INFO] LocationSqlManager initialising [2026-05-05,09:15:15.298] [INFO] Location DB initialising [2026-05-05,09:15:15.307] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:15:15.308] [DEBUG] UploadManager Init [2026-05-05,09:15:15.308] [DEBUG] UploadManager Init Complete [2026-05-05,09:15:15.311] [INFO] Initializing GPS... [2026-05-05,09:15:15.313] [INFO] Starting location capture [2026-05-05,09:15:54.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:15:54.224] [INFO] LocationSqlManager initialising [2026-05-05,09:15:54.224] [INFO] Location DB initialising [2026-05-05,09:15:54.233] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:15:54.234] [DEBUG] UploadManager Init [2026-05-05,09:15:54.234] [DEBUG] UploadManager Init Complete [2026-05-05,09:15:54.237] [INFO] Initializing GPS... [2026-05-05,09:15:54.239] [INFO] Starting location capture [2026-05-05,09:16:32.903] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:16:32.908] [INFO] LocationSqlManager initialising [2026-05-05,09:16:32.908] [INFO] Location DB initialising [2026-05-05,09:16:32.918] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:16:32.918] [DEBUG] UploadManager Init [2026-05-05,09:16:32.919] [DEBUG] UploadManager Init Complete [2026-05-05,09:16:32.921] [INFO] Initializing GPS... [2026-05-05,09:16:32.923] [INFO] Starting location capture [2026-05-05,09:17:10.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:17:10.969] [INFO] LocationSqlManager initialising [2026-05-05,09:17:10.969] [INFO] Location DB initialising [2026-05-05,09:17:10.981] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:17:10.982] [DEBUG] UploadManager Init [2026-05-05,09:17:10.983] [DEBUG] UploadManager Init Complete [2026-05-05,09:17:10.988] [INFO] Initializing GPS... [2026-05-05,09:17:10.991] [INFO] Starting location capture [2026-05-05,09:17:50.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:17:50.076] [INFO] LocationSqlManager initialising [2026-05-05,09:17:50.077] [INFO] Location DB initialising [2026-05-05,09:17:50.086] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:17:50.087] [DEBUG] UploadManager Init [2026-05-05,09:17:50.087] [DEBUG] UploadManager Init Complete [2026-05-05,09:17:50.090] [INFO] Initializing GPS... [2026-05-05,09:17:50.092] [INFO] Starting location capture [2026-05-05,09:18:27.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:18:27.899] [INFO] LocationSqlManager initialising [2026-05-05,09:18:27.900] [INFO] Location DB initialising [2026-05-05,09:18:27.910] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:18:27.910] [DEBUG] UploadManager Init [2026-05-05,09:18:27.911] [DEBUG] UploadManager Init Complete [2026-05-05,09:18:27.913] [INFO] Initializing GPS... [2026-05-05,09:18:27.915] [INFO] Starting location capture [2026-05-05,09:19:07.063] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:19:07.071] [INFO] LocationSqlManager initialising [2026-05-05,09:19:07.072] [INFO] Location DB initialising [2026-05-05,09:19:07.083] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:19:07.085] [DEBUG] UploadManager Init [2026-05-05,09:19:07.085] [DEBUG] UploadManager Init Complete [2026-05-05,09:19:07.089] [INFO] Initializing GPS... [2026-05-05,09:19:07.092] [INFO] Starting location capture [2026-05-05,09:19:44.820] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:19:44.827] [INFO] LocationSqlManager initialising [2026-05-05,09:19:44.827] [INFO] Location DB initialising [2026-05-05,09:19:44.837] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:19:44.837] [DEBUG] UploadManager Init [2026-05-05,09:19:44.838] [DEBUG] UploadManager Init Complete [2026-05-05,09:19:44.840] [INFO] Initializing GPS... [2026-05-05,09:19:44.842] [INFO] Starting location capture [2026-05-05,09:20:24.238] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:20:24.243] [INFO] LocationSqlManager initialising [2026-05-05,09:20:24.243] [INFO] Location DB initialising [2026-05-05,09:20:24.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:20:24.254] [DEBUG] UploadManager Init [2026-05-05,09:20:24.254] [DEBUG] UploadManager Init Complete [2026-05-05,09:20:24.257] [INFO] Initializing GPS... [2026-05-05,09:20:24.258] [INFO] Starting location capture [2026-05-05,09:20:59.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:20:59.119] [INFO] LocationSqlManager initialising [2026-05-05,09:20:59.119] [INFO] Location DB initialising [2026-05-05,09:20:59.128] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:20:59.129] [DEBUG] UploadManager Init [2026-05-05,09:20:59.129] [DEBUG] UploadManager Init Complete [2026-05-05,09:20:59.132] [INFO] Initializing GPS... [2026-05-05,09:20:59.135] [INFO] Starting location capture [2026-05-05,09:21:38.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:21:38.243] [INFO] LocationSqlManager initialising [2026-05-05,09:21:38.244] [INFO] Location DB initialising [2026-05-05,09:21:38.255] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:21:38.256] [DEBUG] UploadManager Init [2026-05-05,09:21:38.257] [DEBUG] UploadManager Init Complete [2026-05-05,09:21:38.262] [INFO] Initializing GPS... [2026-05-05,09:21:38.265] [INFO] Starting location capture [2026-05-05,09:22:16.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:22:16.922] [INFO] LocationSqlManager initialising [2026-05-05,09:22:16.923] [INFO] Location DB initialising [2026-05-05,09:22:16.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:22:16.933] [DEBUG] UploadManager Init [2026-05-05,09:22:16.934] [DEBUG] UploadManager Init Complete [2026-05-05,09:22:16.936] [INFO] Initializing GPS... [2026-05-05,09:22:16.938] [INFO] Starting location capture [2026-05-05,09:22:55.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:22:55.776] [INFO] LocationSqlManager initialising [2026-05-05,09:22:55.777] [INFO] Location DB initialising [2026-05-05,09:22:55.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:22:55.789] [DEBUG] UploadManager Init [2026-05-05,09:22:55.790] [DEBUG] UploadManager Init Complete [2026-05-05,09:22:55.794] [INFO] Initializing GPS... [2026-05-05,09:22:55.797] [INFO] Starting location capture [2026-05-05,09:23:33.753] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:23:33.758] [INFO] LocationSqlManager initialising [2026-05-05,09:23:33.759] [INFO] Location DB initialising [2026-05-05,09:23:33.768] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:23:33.769] [DEBUG] UploadManager Init [2026-05-05,09:23:33.769] [DEBUG] UploadManager Init Complete [2026-05-05,09:23:33.772] [INFO] Initializing GPS... [2026-05-05,09:23:33.774] [INFO] Starting location capture [2026-05-05,09:24:13.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:24:13.181] [INFO] LocationSqlManager initialising [2026-05-05,09:24:13.182] [INFO] Location DB initialising [2026-05-05,09:24:13.191] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:24:13.192] [DEBUG] UploadManager Init [2026-05-05,09:24:13.193] [DEBUG] UploadManager Init Complete [2026-05-05,09:24:13.195] [INFO] Initializing GPS... [2026-05-05,09:24:13.197] [INFO] Starting location capture [2026-05-05,09:24:51.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:24:51.209] [INFO] LocationSqlManager initialising [2026-05-05,09:24:51.210] [INFO] Location DB initialising [2026-05-05,09:24:51.219] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:24:51.219] [DEBUG] UploadManager Init [2026-05-05,09:24:51.220] [DEBUG] UploadManager Init Complete [2026-05-05,09:24:51.222] [INFO] Initializing GPS... [2026-05-05,09:24:51.224] [INFO] Starting location capture [2026-05-05,09:25:30.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:25:30.314] [INFO] LocationSqlManager initialising [2026-05-05,09:25:30.315] [INFO] Location DB initialising [2026-05-05,09:25:30.325] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:25:30.325] [DEBUG] UploadManager Init [2026-05-05,09:25:30.326] [DEBUG] UploadManager Init Complete [2026-05-05,09:25:30.328] [INFO] Initializing GPS... [2026-05-05,09:25:30.330] [INFO] Starting location capture [2026-05-05,09:26:09.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:26:09.102] [INFO] LocationSqlManager initialising [2026-05-05,09:26:09.103] [INFO] Location DB initialising [2026-05-05,09:26:09.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:26:09.113] [DEBUG] UploadManager Init [2026-05-05,09:26:09.113] [DEBUG] UploadManager Init Complete [2026-05-05,09:26:09.116] [INFO] Initializing GPS... [2026-05-05,09:26:09.118] [INFO] Starting location capture [2026-05-05,09:26:46.881] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:26:46.886] [INFO] LocationSqlManager initialising [2026-05-05,09:26:46.886] [INFO] Location DB initialising [2026-05-05,09:26:46.896] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:26:46.897] [DEBUG] UploadManager Init [2026-05-05,09:26:46.897] [DEBUG] UploadManager Init Complete [2026-05-05,09:26:46.900] [INFO] Initializing GPS... [2026-05-05,09:26:46.903] [INFO] Starting location capture [2026-05-05,09:27:24.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:27:24.991] [INFO] LocationSqlManager initialising [2026-05-05,09:27:24.991] [INFO] Location DB initialising [2026-05-05,09:27:25.001] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:27:25.001] [DEBUG] UploadManager Init [2026-05-05,09:27:25.002] [DEBUG] UploadManager Init Complete [2026-05-05,09:27:25.006] [INFO] Initializing GPS... [2026-05-05,09:27:25.008] [INFO] Starting location capture [2026-05-05,09:28:04.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:28:04.070] [INFO] LocationSqlManager initialising [2026-05-05,09:28:04.071] [INFO] Location DB initialising [2026-05-05,09:28:04.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:28:04.082] [DEBUG] UploadManager Init [2026-05-05,09:28:04.082] [DEBUG] UploadManager Init Complete [2026-05-05,09:28:04.085] [INFO] Initializing GPS... [2026-05-05,09:28:04.087] [INFO] Starting location capture [2026-05-05,09:28:42.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:28:42.283] [INFO] LocationSqlManager initialising [2026-05-05,09:28:42.284] [INFO] Location DB initialising [2026-05-05,09:28:42.295] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:28:42.296] [DEBUG] UploadManager Init [2026-05-05,09:28:42.296] [DEBUG] UploadManager Init Complete [2026-05-05,09:28:42.301] [INFO] Initializing GPS... [2026-05-05,09:28:42.305] [INFO] Starting location capture [2026-05-05,09:29:20.701] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:29:20.707] [INFO] LocationSqlManager initialising [2026-05-05,09:29:20.708] [INFO] Location DB initialising [2026-05-05,09:29:20.718] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:29:20.719] [DEBUG] UploadManager Init [2026-05-05,09:29:20.719] [DEBUG] UploadManager Init Complete [2026-05-05,09:29:20.722] [INFO] Initializing GPS... [2026-05-05,09:29:20.724] [INFO] Starting location capture [2026-05-05,09:29:59.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:29:59.248] [INFO] LocationSqlManager initialising [2026-05-05,09:29:59.248] [INFO] Location DB initialising [2026-05-05,09:29:59.258] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:29:59.259] [DEBUG] UploadManager Init [2026-05-05,09:29:59.260] [DEBUG] UploadManager Init Complete [2026-05-05,09:29:59.263] [INFO] Initializing GPS... [2026-05-05,09:29:59.266] [INFO] Starting location capture [2026-05-05,09:30:37.631] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:30:37.635] [INFO] LocationSqlManager initialising [2026-05-05,09:30:37.636] [INFO] Location DB initialising [2026-05-05,09:30:37.645] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:30:37.646] [DEBUG] UploadManager Init [2026-05-05,09:30:37.646] [DEBUG] UploadManager Init Complete [2026-05-05,09:30:37.649] [INFO] Initializing GPS... [2026-05-05,09:30:37.651] [INFO] Starting location capture [2026-05-05,09:31:16.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:31:16.167] [INFO] LocationSqlManager initialising [2026-05-05,09:31:16.168] [INFO] Location DB initialising [2026-05-05,09:31:16.177] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:31:16.177] [DEBUG] UploadManager Init [2026-05-05,09:31:16.178] [DEBUG] UploadManager Init Complete [2026-05-05,09:31:16.181] [INFO] Initializing GPS... [2026-05-05,09:31:16.183] [INFO] Starting location capture [2026-05-05,09:31:54.901] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:31:54.906] [INFO] LocationSqlManager initialising [2026-05-05,09:31:54.907] [INFO] Location DB initialising [2026-05-05,09:31:54.916] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:31:54.917] [DEBUG] UploadManager Init [2026-05-05,09:31:54.917] [DEBUG] UploadManager Init Complete [2026-05-05,09:31:54.920] [INFO] Initializing GPS... [2026-05-05,09:31:54.922] [INFO] Starting location capture [2026-05-05,09:32:33.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:32:33.046] [INFO] LocationSqlManager initialising [2026-05-05,09:32:33.047] [INFO] Location DB initialising [2026-05-05,09:32:33.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:32:33.057] [DEBUG] UploadManager Init [2026-05-05,09:32:33.057] [DEBUG] UploadManager Init Complete [2026-05-05,09:32:33.060] [INFO] Initializing GPS... [2026-05-05,09:32:33.062] [INFO] Starting location capture [2026-05-05,09:33:12.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:33:12.835] [INFO] LocationSqlManager initialising [2026-05-05,09:33:12.836] [INFO] Location DB initialising [2026-05-05,09:33:12.846] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:33:12.847] [DEBUG] UploadManager Init [2026-05-05,09:33:12.847] [DEBUG] UploadManager Init Complete [2026-05-05,09:33:12.850] [INFO] Initializing GPS... [2026-05-05,09:33:12.852] [INFO] Starting location capture [2026-05-05,09:33:51.007] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:33:51.015] [INFO] LocationSqlManager initialising [2026-05-05,09:33:51.016] [INFO] Location DB initialising [2026-05-05,09:33:51.028] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:33:51.029] [DEBUG] UploadManager Init [2026-05-05,09:33:51.030] [DEBUG] UploadManager Init Complete [2026-05-05,09:33:51.034] [INFO] Initializing GPS... [2026-05-05,09:33:51.039] [INFO] Starting location capture [2026-05-05,09:34:29.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:34:29.178] [INFO] LocationSqlManager initialising [2026-05-05,09:34:29.179] [INFO] Location DB initialising [2026-05-05,09:34:29.189] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:34:29.190] [DEBUG] UploadManager Init [2026-05-05,09:34:29.190] [DEBUG] UploadManager Init Complete [2026-05-05,09:34:29.193] [INFO] Initializing GPS... [2026-05-05,09:34:29.196] [INFO] Starting location capture [2026-05-05,09:35:08.517] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:35:08.525] [INFO] LocationSqlManager initialising [2026-05-05,09:35:08.526] [INFO] Location DB initialising [2026-05-05,09:35:08.537] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:35:08.539] [DEBUG] UploadManager Init [2026-05-05,09:35:08.539] [DEBUG] UploadManager Init Complete [2026-05-05,09:35:08.544] [INFO] Initializing GPS... [2026-05-05,09:35:08.547] [INFO] Starting location capture [2026-05-05,09:35:46.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:35:46.944] [INFO] LocationSqlManager initialising [2026-05-05,09:35:46.944] [INFO] Location DB initialising [2026-05-05,09:35:46.955] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:35:46.955] [DEBUG] UploadManager Init [2026-05-05,09:35:46.956] [DEBUG] UploadManager Init Complete [2026-05-05,09:35:46.958] [INFO] Initializing GPS... [2026-05-05,09:35:46.960] [INFO] Starting location capture [2026-05-05,09:36:25.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:36:25.049] [INFO] LocationSqlManager initialising [2026-05-05,09:36:25.050] [INFO] Location DB initialising [2026-05-05,09:36:25.060] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:36:25.061] [DEBUG] UploadManager Init [2026-05-05,09:36:25.061] [DEBUG] UploadManager Init Complete [2026-05-05,09:36:25.064] [INFO] Initializing GPS... [2026-05-05,09:36:25.067] [INFO] Starting location capture [2026-05-05,09:37:04.517] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:37:04.522] [INFO] LocationSqlManager initialising [2026-05-05,09:37:04.523] [INFO] Location DB initialising [2026-05-05,09:37:04.533] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:37:04.534] [DEBUG] UploadManager Init [2026-05-05,09:37:04.534] [DEBUG] UploadManager Init Complete [2026-05-05,09:37:04.539] [INFO] Initializing GPS... [2026-05-05,09:37:04.542] [INFO] Starting location capture [2026-05-05,09:37:43.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:37:43.117] [INFO] LocationSqlManager initialising [2026-05-05,09:37:43.118] [INFO] Location DB initialising [2026-05-05,09:37:43.127] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:37:43.128] [DEBUG] UploadManager Init [2026-05-05,09:37:43.128] [DEBUG] UploadManager Init Complete [2026-05-05,09:37:43.130] [INFO] Initializing GPS... [2026-05-05,09:37:43.132] [INFO] Starting location capture [2026-05-05,09:38:21.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:38:21.138] [INFO] LocationSqlManager initialising [2026-05-05,09:38:21.139] [INFO] Location DB initialising [2026-05-05,09:38:21.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:38:21.151] [DEBUG] UploadManager Init [2026-05-05,09:38:21.152] [DEBUG] UploadManager Init Complete [2026-05-05,09:38:21.157] [INFO] Initializing GPS... [2026-05-05,09:38:21.160] [INFO] Starting location capture [2026-05-05,09:38:55.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:38:55.240] [INFO] LocationSqlManager initialising [2026-05-05,09:38:55.241] [INFO] Location DB initialising [2026-05-05,09:38:55.252] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:38:55.253] [DEBUG] UploadManager Init [2026-05-05,09:38:55.254] [DEBUG] UploadManager Init Complete [2026-05-05,09:38:55.258] [INFO] Initializing GPS... [2026-05-05,09:38:55.261] [INFO] Starting location capture [2026-05-05,09:39:34.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:39:34.223] [INFO] LocationSqlManager initialising [2026-05-05,09:39:34.224] [INFO] Location DB initialising [2026-05-05,09:39:34.233] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:39:34.233] [DEBUG] UploadManager Init [2026-05-05,09:39:34.234] [DEBUG] UploadManager Init Complete [2026-05-05,09:39:34.236] [INFO] Initializing GPS... [2026-05-05,09:39:34.238] [INFO] Starting location capture [2026-05-05,09:40:11.679] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:40:11.683] [INFO] LocationSqlManager initialising [2026-05-05,09:40:11.683] [INFO] Location DB initialising [2026-05-05,09:40:11.692] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:40:11.693] [DEBUG] UploadManager Init [2026-05-05,09:40:11.693] [DEBUG] UploadManager Init Complete [2026-05-05,09:40:11.696] [INFO] Initializing GPS... [2026-05-05,09:40:11.698] [INFO] Starting location capture [2026-05-05,09:40:51.022] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:40:51.027] [INFO] LocationSqlManager initialising [2026-05-05,09:40:51.027] [INFO] Location DB initialising [2026-05-05,09:40:51.038] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:40:51.038] [DEBUG] UploadManager Init [2026-05-05,09:40:51.039] [DEBUG] UploadManager Init Complete [2026-05-05,09:40:51.042] [INFO] Initializing GPS... [2026-05-05,09:40:51.044] [INFO] Starting location capture [2026-05-05,09:41:30.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:41:30.025] [INFO] LocationSqlManager initialising [2026-05-05,09:41:30.026] [INFO] Location DB initialising [2026-05-05,09:41:30.035] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:41:30.035] [DEBUG] UploadManager Init [2026-05-05,09:41:30.036] [DEBUG] UploadManager Init Complete [2026-05-05,09:41:30.038] [INFO] Initializing GPS... [2026-05-05,09:41:30.040] [INFO] Starting location capture [2026-05-05,09:42:03.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:42:03.343] [INFO] LocationSqlManager initialising [2026-05-05,09:42:03.344] [INFO] Location DB initialising [2026-05-05,09:42:03.353] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:42:03.354] [DEBUG] UploadManager Init [2026-05-05,09:42:03.354] [DEBUG] UploadManager Init Complete [2026-05-05,09:42:03.357] [INFO] Initializing GPS... [2026-05-05,09:42:03.359] [INFO] Starting location capture [2026-05-05,09:42:41.739] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:42:41.744] [INFO] LocationSqlManager initialising [2026-05-05,09:42:41.744] [INFO] Location DB initialising [2026-05-05,09:42:41.753] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:42:41.754] [DEBUG] UploadManager Init [2026-05-05,09:42:41.755] [DEBUG] UploadManager Init Complete [2026-05-05,09:42:41.757] [INFO] Initializing GPS... [2026-05-05,09:42:41.759] [INFO] Starting location capture [2026-05-05,09:43:20.276] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:43:20.281] [INFO] LocationSqlManager initialising [2026-05-05,09:43:20.282] [INFO] Location DB initialising [2026-05-05,09:43:20.291] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:43:20.292] [DEBUG] UploadManager Init [2026-05-05,09:43:20.292] [DEBUG] UploadManager Init Complete [2026-05-05,09:43:20.295] [INFO] Initializing GPS... [2026-05-05,09:43:20.297] [INFO] Starting location capture [2026-05-05,09:43:59.361] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:43:59.370] [INFO] LocationSqlManager initialising [2026-05-05,09:43:59.371] [INFO] Location DB initialising [2026-05-05,09:43:59.382] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:43:59.383] [DEBUG] UploadManager Init [2026-05-05,09:43:59.384] [DEBUG] UploadManager Init Complete [2026-05-05,09:43:59.388] [INFO] Initializing GPS... [2026-05-05,09:43:59.391] [INFO] Starting location capture [2026-05-05,09:44:36.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:44:36.811] [INFO] LocationSqlManager initialising [2026-05-05,09:44:36.812] [INFO] Location DB initialising [2026-05-05,09:44:36.823] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:44:36.824] [DEBUG] UploadManager Init [2026-05-05,09:44:36.824] [DEBUG] UploadManager Init Complete [2026-05-05,09:44:36.829] [INFO] Initializing GPS... [2026-05-05,09:44:36.832] [INFO] Starting location capture [2026-05-05,09:45:14.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:45:14.861] [INFO] LocationSqlManager initialising [2026-05-05,09:45:14.862] [INFO] Location DB initialising [2026-05-05,09:45:14.873] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:45:14.875] [DEBUG] UploadManager Init [2026-05-05,09:45:14.875] [DEBUG] UploadManager Init Complete [2026-05-05,09:45:14.880] [INFO] Initializing GPS... [2026-05-05,09:45:14.883] [INFO] Starting location capture [2026-05-05,09:45:53.689] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:45:53.694] [INFO] LocationSqlManager initialising [2026-05-05,09:45:53.695] [INFO] Location DB initialising [2026-05-05,09:45:53.705] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:45:53.705] [DEBUG] UploadManager Init [2026-05-05,09:45:53.706] [DEBUG] UploadManager Init Complete [2026-05-05,09:45:53.709] [INFO] Initializing GPS... [2026-05-05,09:45:53.710] [INFO] Starting location capture [2026-05-05,09:46:31.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:46:31.920] [INFO] LocationSqlManager initialising [2026-05-05,09:46:31.920] [INFO] Location DB initialising [2026-05-05,09:46:31.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:46:31.930] [DEBUG] UploadManager Init [2026-05-05,09:46:31.930] [DEBUG] UploadManager Init Complete [2026-05-05,09:46:31.933] [INFO] Initializing GPS... [2026-05-05,09:46:31.935] [INFO] Starting location capture [2026-05-05,09:47:10.703] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:47:10.710] [INFO] LocationSqlManager initialising [2026-05-05,09:47:10.711] [INFO] Location DB initialising [2026-05-05,09:47:10.720] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:47:10.721] [DEBUG] UploadManager Init [2026-05-05,09:47:10.721] [DEBUG] UploadManager Init Complete [2026-05-05,09:47:10.724] [INFO] Initializing GPS... [2026-05-05,09:47:10.725] [INFO] Starting location capture [2026-05-05,09:47:49.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:47:49.031] [INFO] LocationSqlManager initialising [2026-05-05,09:47:49.032] [INFO] Location DB initialising [2026-05-05,09:47:49.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:47:49.044] [DEBUG] UploadManager Init [2026-05-05,09:47:49.045] [DEBUG] UploadManager Init Complete [2026-05-05,09:47:49.049] [INFO] Initializing GPS... [2026-05-05,09:47:49.052] [INFO] Starting location capture [2026-05-05,09:48:27.295] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:48:27.303] [INFO] LocationSqlManager initialising [2026-05-05,09:48:27.304] [INFO] Location DB initialising [2026-05-05,09:48:27.315] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:48:27.316] [DEBUG] UploadManager Init [2026-05-05,09:48:27.317] [DEBUG] UploadManager Init Complete [2026-05-05,09:48:27.322] [INFO] Initializing GPS... [2026-05-05,09:48:27.324] [INFO] Starting location capture [2026-05-05,09:49:06.251] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:49:06.256] [INFO] LocationSqlManager initialising [2026-05-05,09:49:06.256] [INFO] Location DB initialising [2026-05-05,09:49:06.265] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:49:06.266] [DEBUG] UploadManager Init [2026-05-05,09:49:06.267] [DEBUG] UploadManager Init Complete [2026-05-05,09:49:06.269] [INFO] Initializing GPS... [2026-05-05,09:49:06.271] [INFO] Starting location capture [2026-05-05,09:49:45.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:49:45.102] [INFO] LocationSqlManager initialising [2026-05-05,09:49:45.102] [INFO] Location DB initialising [2026-05-05,09:49:45.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:49:45.113] [DEBUG] UploadManager Init [2026-05-05,09:49:45.114] [DEBUG] UploadManager Init Complete [2026-05-05,09:49:45.117] [INFO] Initializing GPS... [2026-05-05,09:49:45.119] [INFO] Starting location capture [2026-05-05,09:50:24.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:50:24.185] [INFO] LocationSqlManager initialising [2026-05-05,09:50:24.186] [INFO] Location DB initialising [2026-05-05,09:50:24.195] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:50:24.196] [DEBUG] UploadManager Init [2026-05-05,09:50:24.196] [DEBUG] UploadManager Init Complete [2026-05-05,09:50:24.199] [INFO] Initializing GPS... [2026-05-05,09:50:24.201] [INFO] Starting location capture [2026-05-05,09:51:02.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:51:02.025] [INFO] LocationSqlManager initialising [2026-05-05,09:51:02.025] [INFO] Location DB initialising [2026-05-05,09:51:02.036] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:51:02.037] [DEBUG] UploadManager Init [2026-05-05,09:51:02.038] [DEBUG] UploadManager Init Complete [2026-05-05,09:51:02.041] [INFO] Initializing GPS... [2026-05-05,09:51:02.043] [INFO] Starting location capture [2026-05-05,09:51:40.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:51:40.812] [INFO] LocationSqlManager initialising [2026-05-05,09:51:40.813] [INFO] Location DB initialising [2026-05-05,09:51:40.822] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:51:40.823] [DEBUG] UploadManager Init [2026-05-05,09:51:40.823] [DEBUG] UploadManager Init Complete [2026-05-05,09:51:40.826] [INFO] Initializing GPS... [2026-05-05,09:51:40.828] [INFO] Starting location capture [2026-05-05,09:52:19.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:52:19.991] [INFO] LocationSqlManager initialising [2026-05-05,09:52:19.992] [INFO] Location DB initialising [2026-05-05,09:52:20.004] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:52:20.005] [DEBUG] UploadManager Init [2026-05-05,09:52:20.006] [DEBUG] UploadManager Init Complete [2026-05-05,09:52:20.010] [INFO] Initializing GPS... [2026-05-05,09:52:20.013] [INFO] Starting location capture [2026-05-05,09:52:58.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:52:58.014] [INFO] LocationSqlManager initialising [2026-05-05,09:52:58.015] [INFO] Location DB initialising [2026-05-05,09:52:58.026] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:52:58.027] [DEBUG] UploadManager Init [2026-05-05,09:52:58.028] [DEBUG] UploadManager Init Complete [2026-05-05,09:52:58.032] [INFO] Initializing GPS... [2026-05-05,09:52:58.035] [INFO] Starting location capture [2026-05-05,09:53:36.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:53:36.936] [INFO] LocationSqlManager initialising [2026-05-05,09:53:36.937] [INFO] Location DB initialising [2026-05-05,09:53:36.948] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:53:36.949] [DEBUG] UploadManager Init [2026-05-05,09:53:36.950] [DEBUG] UploadManager Init Complete [2026-05-05,09:53:36.954] [INFO] Initializing GPS... [2026-05-05,09:53:36.957] [INFO] Starting location capture [2026-05-05,09:54:15.022] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:54:15.029] [INFO] LocationSqlManager initialising [2026-05-05,09:54:15.030] [INFO] Location DB initialising [2026-05-05,09:54:15.046] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:54:15.048] [DEBUG] UploadManager Init [2026-05-05,09:54:15.049] [DEBUG] UploadManager Init Complete [2026-05-05,09:54:15.055] [INFO] Initializing GPS... [2026-05-05,09:54:15.058] [INFO] Starting location capture [2026-05-05,09:54:53.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:54:53.049] [INFO] LocationSqlManager initialising [2026-05-05,09:54:53.050] [INFO] Location DB initialising [2026-05-05,09:54:53.059] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:54:53.059] [DEBUG] UploadManager Init [2026-05-05,09:54:53.060] [DEBUG] UploadManager Init Complete [2026-05-05,09:54:53.062] [INFO] Initializing GPS... [2026-05-05,09:54:53.064] [INFO] Starting location capture [2026-05-05,09:55:32.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:55:32.039] [INFO] LocationSqlManager initialising [2026-05-05,09:55:32.040] [INFO] Location DB initialising [2026-05-05,09:55:32.049] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:55:32.050] [DEBUG] UploadManager Init [2026-05-05,09:55:32.050] [DEBUG] UploadManager Init Complete [2026-05-05,09:55:32.053] [INFO] Initializing GPS... [2026-05-05,09:55:32.054] [INFO] Starting location capture [2026-05-05,09:56:10.233] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:56:10.238] [INFO] LocationSqlManager initialising [2026-05-05,09:56:10.239] [INFO] Location DB initialising [2026-05-05,09:56:10.248] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:56:10.249] [DEBUG] UploadManager Init [2026-05-05,09:56:10.249] [DEBUG] UploadManager Init Complete [2026-05-05,09:56:10.252] [INFO] Initializing GPS... [2026-05-05,09:56:10.254] [INFO] Starting location capture [2026-05-05,09:56:49.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:56:49.807] [INFO] LocationSqlManager initialising [2026-05-05,09:56:49.808] [INFO] Location DB initialising [2026-05-05,09:56:49.817] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:56:49.818] [DEBUG] UploadManager Init [2026-05-05,09:56:49.818] [DEBUG] UploadManager Init Complete [2026-05-05,09:56:49.820] [INFO] Initializing GPS... [2026-05-05,09:56:49.822] [INFO] Starting location capture [2026-05-05,09:57:28.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:57:28.058] [INFO] LocationSqlManager initialising [2026-05-05,09:57:28.058] [INFO] Location DB initialising [2026-05-05,09:57:28.069] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:57:28.070] [DEBUG] UploadManager Init [2026-05-05,09:57:28.071] [DEBUG] UploadManager Init Complete [2026-05-05,09:57:28.075] [INFO] Initializing GPS... [2026-05-05,09:57:28.078] [INFO] Starting location capture [2026-05-05,09:58:06.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:58:06.745] [INFO] LocationSqlManager initialising [2026-05-05,09:58:06.746] [INFO] Location DB initialising [2026-05-05,09:58:06.755] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:58:06.755] [DEBUG] UploadManager Init [2026-05-05,09:58:06.756] [DEBUG] UploadManager Init Complete [2026-05-05,09:58:06.758] [INFO] Initializing GPS... [2026-05-05,09:58:06.760] [INFO] Starting location capture [2026-05-05,09:58:44.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:58:44.921] [INFO] LocationSqlManager initialising [2026-05-05,09:58:44.922] [INFO] Location DB initialising [2026-05-05,09:58:44.938] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:58:44.939] [DEBUG] UploadManager Init [2026-05-05,09:58:44.939] [DEBUG] UploadManager Init Complete [2026-05-05,09:58:44.944] [INFO] Initializing GPS... [2026-05-05,09:58:44.947] [INFO] Starting location capture [2026-05-05,09:59:24.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,09:59:24.081] [INFO] LocationSqlManager initialising [2026-05-05,09:59:24.081] [INFO] Location DB initialising [2026-05-05,09:59:24.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,09:59:24.092] [DEBUG] UploadManager Init [2026-05-05,09:59:24.092] [DEBUG] UploadManager Init Complete [2026-05-05,09:59:24.095] [INFO] Initializing GPS... [2026-05-05,09:59:24.097] [INFO] Starting location capture [2026-05-05,10:00:02.793] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:00:02.798] [INFO] LocationSqlManager initialising [2026-05-05,10:00:02.799] [INFO] Location DB initialising [2026-05-05,10:00:02.808] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:00:02.809] [DEBUG] UploadManager Init [2026-05-05,10:00:02.809] [DEBUG] UploadManager Init Complete [2026-05-05,10:00:02.812] [INFO] Initializing GPS... [2026-05-05,10:00:02.814] [INFO] Starting location capture [2026-05-05,10:00:40.869] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:00:40.874] [INFO] LocationSqlManager initialising [2026-05-05,10:00:40.875] [INFO] Location DB initialising [2026-05-05,10:00:40.884] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:00:40.885] [DEBUG] UploadManager Init [2026-05-05,10:00:40.886] [DEBUG] UploadManager Init Complete [2026-05-05,10:00:40.888] [INFO] Initializing GPS... [2026-05-05,10:00:40.890] [INFO] Starting location capture [2026-05-05,10:01:18.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:01:18.983] [INFO] LocationSqlManager initialising [2026-05-05,10:01:18.983] [INFO] Location DB initialising [2026-05-05,10:01:18.993] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:01:18.993] [DEBUG] UploadManager Init [2026-05-05,10:01:18.994] [DEBUG] UploadManager Init Complete [2026-05-05,10:01:18.996] [INFO] Initializing GPS... [2026-05-05,10:01:18.998] [INFO] Starting location capture [2026-05-05,10:01:53.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:01:53.187] [INFO] LocationSqlManager initialising [2026-05-05,10:01:53.187] [INFO] Location DB initialising [2026-05-05,10:01:53.197] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:01:53.197] [DEBUG] UploadManager Init [2026-05-05,10:01:53.198] [DEBUG] UploadManager Init Complete [2026-05-05,10:01:53.200] [INFO] Initializing GPS... [2026-05-05,10:01:53.202] [INFO] Starting location capture [2026-05-05,10:02:32.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:02:32.160] [INFO] LocationSqlManager initialising [2026-05-05,10:02:32.161] [INFO] Location DB initialising [2026-05-05,10:02:32.170] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:02:32.171] [DEBUG] UploadManager Init [2026-05-05,10:02:32.171] [DEBUG] UploadManager Init Complete [2026-05-05,10:02:32.174] [INFO] Initializing GPS... [2026-05-05,10:02:32.176] [INFO] Starting location capture [2026-05-05,10:03:10.755] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:03:10.761] [INFO] LocationSqlManager initialising [2026-05-05,10:03:10.762] [INFO] Location DB initialising [2026-05-05,10:03:10.774] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:03:10.775] [DEBUG] UploadManager Init [2026-05-05,10:03:10.776] [DEBUG] UploadManager Init Complete [2026-05-05,10:03:10.781] [INFO] Initializing GPS... [2026-05-05,10:03:10.784] [INFO] Starting location capture [2026-05-05,10:03:49.226] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:03:49.232] [INFO] LocationSqlManager initialising [2026-05-05,10:03:49.232] [INFO] Location DB initialising [2026-05-05,10:03:49.241] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:03:49.242] [DEBUG] UploadManager Init [2026-05-05,10:03:49.242] [DEBUG] UploadManager Init Complete [2026-05-05,10:03:49.245] [INFO] Initializing GPS... [2026-05-05,10:03:49.247] [INFO] Starting location capture [2026-05-05,10:04:27.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:04:27.968] [INFO] LocationSqlManager initialising [2026-05-05,10:04:27.968] [INFO] Location DB initialising [2026-05-05,10:04:27.978] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:04:27.979] [DEBUG] UploadManager Init [2026-05-05,10:04:27.980] [DEBUG] UploadManager Init Complete [2026-05-05,10:04:27.987] [INFO] Initializing GPS... [2026-05-05,10:04:27.991] [INFO] Starting location capture [2026-05-05,10:05:07.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:05:07.085] [INFO] LocationSqlManager initialising [2026-05-05,10:05:07.086] [INFO] Location DB initialising [2026-05-05,10:05:07.098] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:05:07.099] [DEBUG] UploadManager Init [2026-05-05,10:05:07.100] [DEBUG] UploadManager Init Complete [2026-05-05,10:05:07.103] [INFO] Initializing GPS... [2026-05-05,10:05:07.105] [INFO] Starting location capture [2026-05-05,10:05:44.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:05:44.990] [INFO] LocationSqlManager initialising [2026-05-05,10:05:44.991] [INFO] Location DB initialising [2026-05-05,10:05:45.003] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:05:45.004] [DEBUG] UploadManager Init [2026-05-05,10:05:45.004] [DEBUG] UploadManager Init Complete [2026-05-05,10:05:45.008] [INFO] Initializing GPS... [2026-05-05,10:05:45.010] [INFO] Starting location capture [2026-05-05,10:06:24.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:06:24.091] [INFO] LocationSqlManager initialising [2026-05-05,10:06:24.091] [INFO] Location DB initialising [2026-05-05,10:06:24.101] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:06:24.101] [DEBUG] UploadManager Init [2026-05-05,10:06:24.102] [DEBUG] UploadManager Init Complete [2026-05-05,10:06:24.104] [INFO] Initializing GPS... [2026-05-05,10:06:24.106] [INFO] Starting location capture [2026-05-05,10:07:01.764] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:07:01.770] [INFO] LocationSqlManager initialising [2026-05-05,10:07:01.771] [INFO] Location DB initialising [2026-05-05,10:07:01.781] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:07:01.782] [DEBUG] UploadManager Init [2026-05-05,10:07:01.782] [DEBUG] UploadManager Init Complete [2026-05-05,10:07:01.785] [INFO] Initializing GPS... [2026-05-05,10:07:01.788] [INFO] Starting location capture [2026-05-05,10:07:40.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:07:40.224] [INFO] LocationSqlManager initialising [2026-05-05,10:07:40.225] [INFO] Location DB initialising [2026-05-05,10:07:40.238] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:07:40.239] [DEBUG] UploadManager Init [2026-05-05,10:07:40.240] [DEBUG] UploadManager Init Complete [2026-05-05,10:07:40.244] [INFO] Initializing GPS... [2026-05-05,10:07:40.247] [INFO] Starting location capture [2026-05-05,10:08:19.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:08:19.103] [INFO] LocationSqlManager initialising [2026-05-05,10:08:19.104] [INFO] Location DB initialising [2026-05-05,10:08:19.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:08:19.117] [DEBUG] UploadManager Init [2026-05-05,10:08:19.118] [DEBUG] UploadManager Init Complete [2026-05-05,10:08:19.123] [INFO] Initializing GPS... [2026-05-05,10:08:19.126] [INFO] Starting location capture [2026-05-05,10:08:57.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:08:57.846] [INFO] LocationSqlManager initialising [2026-05-05,10:08:57.847] [INFO] Location DB initialising [2026-05-05,10:08:57.858] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:08:57.859] [DEBUG] UploadManager Init [2026-05-05,10:08:57.860] [DEBUG] UploadManager Init Complete [2026-05-05,10:08:57.865] [INFO] Initializing GPS... [2026-05-05,10:08:57.868] [INFO] Starting location capture [2026-05-05,10:09:36.396] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:09:36.401] [INFO] LocationSqlManager initialising [2026-05-05,10:09:36.402] [INFO] Location DB initialising [2026-05-05,10:09:36.413] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:09:36.414] [DEBUG] UploadManager Init [2026-05-05,10:09:36.415] [DEBUG] UploadManager Init Complete [2026-05-05,10:09:36.420] [INFO] Initializing GPS... [2026-05-05,10:09:36.423] [INFO] Starting location capture [2026-05-05,10:10:15.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:10:15.254] [INFO] LocationSqlManager initialising [2026-05-05,10:10:15.255] [INFO] Location DB initialising [2026-05-05,10:10:15.266] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:10:15.267] [DEBUG] UploadManager Init [2026-05-05,10:10:15.268] [DEBUG] UploadManager Init Complete [2026-05-05,10:10:15.272] [INFO] Initializing GPS... [2026-05-05,10:10:15.275] [INFO] Starting location capture [2026-05-05,10:10:52.783] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:10:52.791] [INFO] LocationSqlManager initialising [2026-05-05,10:10:52.792] [INFO] Location DB initialising [2026-05-05,10:10:52.803] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:10:52.805] [DEBUG] UploadManager Init [2026-05-05,10:10:52.805] [DEBUG] UploadManager Init Complete [2026-05-05,10:10:52.810] [INFO] Initializing GPS... [2026-05-05,10:10:52.813] [INFO] Starting location capture [2026-05-05,10:11:31.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:11:31.818] [INFO] LocationSqlManager initialising [2026-05-05,10:11:31.818] [INFO] Location DB initialising [2026-05-05,10:11:31.828] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:11:31.828] [DEBUG] UploadManager Init [2026-05-05,10:11:31.829] [DEBUG] UploadManager Init Complete [2026-05-05,10:11:31.831] [INFO] Initializing GPS... [2026-05-05,10:11:31.833] [INFO] Starting location capture [2026-05-05,10:12:10.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:12:10.045] [INFO] LocationSqlManager initialising [2026-05-05,10:12:10.046] [INFO] Location DB initialising [2026-05-05,10:12:10.057] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:12:10.058] [DEBUG] UploadManager Init [2026-05-05,10:12:10.059] [DEBUG] UploadManager Init Complete [2026-05-05,10:12:10.063] [INFO] Initializing GPS... [2026-05-05,10:12:10.066] [INFO] Starting location capture [2026-05-05,10:12:49.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:12:49.358] [INFO] LocationSqlManager initialising [2026-05-05,10:12:49.359] [INFO] Location DB initialising [2026-05-05,10:12:49.368] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:12:49.368] [DEBUG] UploadManager Init [2026-05-05,10:12:49.369] [DEBUG] UploadManager Init Complete [2026-05-05,10:12:49.371] [INFO] Initializing GPS... [2026-05-05,10:12:49.373] [INFO] Starting location capture [2026-05-05,10:13:27.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:13:27.834] [INFO] LocationSqlManager initialising [2026-05-05,10:13:27.835] [INFO] Location DB initialising [2026-05-05,10:13:27.844] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:13:27.845] [DEBUG] UploadManager Init [2026-05-05,10:13:27.845] [DEBUG] UploadManager Init Complete [2026-05-05,10:13:27.848] [INFO] Initializing GPS... [2026-05-05,10:13:27.850] [INFO] Starting location capture [2026-05-05,10:14:07.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:14:07.120] [INFO] LocationSqlManager initialising [2026-05-05,10:14:07.120] [INFO] Location DB initialising [2026-05-05,10:14:07.130] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:14:07.131] [DEBUG] UploadManager Init [2026-05-05,10:14:07.132] [DEBUG] UploadManager Init Complete [2026-05-05,10:14:07.134] [INFO] Initializing GPS... [2026-05-05,10:14:07.136] [INFO] Starting location capture [2026-05-05,10:14:45.322] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:14:45.328] [INFO] LocationSqlManager initialising [2026-05-05,10:14:45.328] [INFO] Location DB initialising [2026-05-05,10:14:45.338] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:14:45.339] [DEBUG] UploadManager Init [2026-05-05,10:14:45.339] [DEBUG] UploadManager Init Complete [2026-05-05,10:14:45.342] [INFO] Initializing GPS... [2026-05-05,10:14:45.343] [INFO] Starting location capture [2026-05-05,10:15:23.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:15:23.441] [INFO] LocationSqlManager initialising [2026-05-05,10:15:23.441] [INFO] Location DB initialising [2026-05-05,10:15:23.450] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:15:23.451] [DEBUG] UploadManager Init [2026-05-05,10:15:23.451] [DEBUG] UploadManager Init Complete [2026-05-05,10:15:23.454] [INFO] Initializing GPS... [2026-05-05,10:15:23.456] [INFO] Starting location capture [2026-05-05,10:16:01.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:16:01.992] [INFO] LocationSqlManager initialising [2026-05-05,10:16:01.993] [INFO] Location DB initialising [2026-05-05,10:16:02.002] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:16:02.003] [DEBUG] UploadManager Init [2026-05-05,10:16:02.003] [DEBUG] UploadManager Init Complete [2026-05-05,10:16:02.006] [INFO] Initializing GPS... [2026-05-05,10:16:02.008] [INFO] Starting location capture [2026-05-05,10:16:41.164] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:16:41.167] [INFO] LocationSqlManager initialising [2026-05-05,10:16:41.168] [INFO] Location DB initialising [2026-05-05,10:16:41.177] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:16:41.178] [DEBUG] UploadManager Init [2026-05-05,10:16:41.178] [DEBUG] UploadManager Init Complete [2026-05-05,10:16:41.181] [INFO] Initializing GPS... [2026-05-05,10:16:41.183] [INFO] Starting location capture [2026-05-05,10:17:19.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:17:19.762] [INFO] LocationSqlManager initialising [2026-05-05,10:17:19.762] [INFO] Location DB initialising [2026-05-05,10:17:19.772] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:17:19.772] [DEBUG] UploadManager Init [2026-05-05,10:17:19.773] [DEBUG] UploadManager Init Complete [2026-05-05,10:17:19.775] [INFO] Initializing GPS... [2026-05-05,10:17:19.777] [INFO] Starting location capture [2026-05-05,10:17:57.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:17:57.805] [INFO] LocationSqlManager initialising [2026-05-05,10:17:57.805] [INFO] Location DB initialising [2026-05-05,10:17:57.815] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:17:57.815] [DEBUG] UploadManager Init [2026-05-05,10:17:57.816] [DEBUG] UploadManager Init Complete [2026-05-05,10:17:57.818] [INFO] Initializing GPS... [2026-05-05,10:17:57.820] [INFO] Starting location capture [2026-05-05,10:18:36.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:18:36.159] [INFO] LocationSqlManager initialising [2026-05-05,10:18:36.160] [INFO] Location DB initialising [2026-05-05,10:18:36.169] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:18:36.170] [DEBUG] UploadManager Init [2026-05-05,10:18:36.170] [DEBUG] UploadManager Init Complete [2026-05-05,10:18:36.173] [INFO] Initializing GPS... [2026-05-05,10:18:36.175] [INFO] Starting location capture [2026-05-05,10:19:15.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:19:15.038] [INFO] LocationSqlManager initialising [2026-05-05,10:19:15.039] [INFO] Location DB initialising [2026-05-05,10:19:15.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:19:15.051] [DEBUG] UploadManager Init [2026-05-05,10:19:15.052] [DEBUG] UploadManager Init Complete [2026-05-05,10:19:15.056] [INFO] Initializing GPS... [2026-05-05,10:19:15.059] [INFO] Starting location capture [2026-05-05,10:19:53.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:19:53.836] [INFO] LocationSqlManager initialising [2026-05-05,10:19:53.837] [INFO] Location DB initialising [2026-05-05,10:19:53.848] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:19:53.849] [DEBUG] UploadManager Init [2026-05-05,10:19:53.849] [DEBUG] UploadManager Init Complete [2026-05-05,10:19:53.855] [INFO] Initializing GPS... [2026-05-05,10:19:53.858] [INFO] Starting location capture [2026-05-05,10:20:31.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:20:31.987] [INFO] LocationSqlManager initialising [2026-05-05,10:20:31.988] [INFO] Location DB initialising [2026-05-05,10:20:31.997] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:20:31.997] [DEBUG] UploadManager Init [2026-05-05,10:20:31.998] [DEBUG] UploadManager Init Complete [2026-05-05,10:20:32.001] [INFO] Initializing GPS... [2026-05-05,10:20:32.002] [INFO] Starting location capture [2026-05-05,10:21:10.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:21:10.887] [INFO] LocationSqlManager initialising [2026-05-05,10:21:10.889] [INFO] Location DB initialising [2026-05-05,10:21:10.901] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:21:10.902] [DEBUG] UploadManager Init [2026-05-05,10:21:10.902] [DEBUG] UploadManager Init Complete [2026-05-05,10:21:10.907] [INFO] Initializing GPS... [2026-05-05,10:21:10.910] [INFO] Starting location capture [2026-05-05,10:21:50.419] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:21:50.424] [INFO] LocationSqlManager initialising [2026-05-05,10:21:50.425] [INFO] Location DB initialising [2026-05-05,10:21:50.436] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:21:50.437] [DEBUG] UploadManager Init [2026-05-05,10:21:50.438] [DEBUG] UploadManager Init Complete [2026-05-05,10:21:50.443] [INFO] Initializing GPS... [2026-05-05,10:21:50.445] [INFO] Starting location capture [2026-05-05,10:22:27.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:22:27.968] [INFO] LocationSqlManager initialising [2026-05-05,10:22:27.968] [INFO] Location DB initialising [2026-05-05,10:22:27.979] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:22:27.980] [DEBUG] UploadManager Init [2026-05-05,10:22:27.980] [DEBUG] UploadManager Init Complete [2026-05-05,10:22:27.984] [INFO] Initializing GPS... [2026-05-05,10:22:27.986] [INFO] Starting location capture [2026-05-05,10:23:07.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:23:07.114] [INFO] LocationSqlManager initialising [2026-05-05,10:23:07.115] [INFO] Location DB initialising [2026-05-05,10:23:07.124] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:23:07.125] [DEBUG] UploadManager Init [2026-05-05,10:23:07.125] [DEBUG] UploadManager Init Complete [2026-05-05,10:23:07.128] [INFO] Initializing GPS... [2026-05-05,10:23:07.130] [INFO] Starting location capture [2026-05-05,10:23:45.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:23:45.348] [INFO] LocationSqlManager initialising [2026-05-05,10:23:45.349] [INFO] Location DB initialising [2026-05-05,10:23:45.360] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:23:45.362] [DEBUG] UploadManager Init [2026-05-05,10:23:45.362] [DEBUG] UploadManager Init Complete [2026-05-05,10:23:45.366] [INFO] Initializing GPS... [2026-05-05,10:23:45.369] [INFO] Starting location capture [2026-05-05,10:24:24.058] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:24:24.063] [INFO] LocationSqlManager initialising [2026-05-05,10:24:24.063] [INFO] Location DB initialising [2026-05-05,10:24:24.073] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:24:24.073] [DEBUG] UploadManager Init [2026-05-05,10:24:24.074] [DEBUG] UploadManager Init Complete [2026-05-05,10:24:24.076] [INFO] Initializing GPS... [2026-05-05,10:24:24.078] [INFO] Starting location capture [2026-05-05,10:25:03.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:25:03.075] [INFO] LocationSqlManager initialising [2026-05-05,10:25:03.077] [INFO] Location DB initialising [2026-05-05,10:25:03.090] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:25:03.091] [DEBUG] UploadManager Init [2026-05-05,10:25:03.092] [DEBUG] UploadManager Init Complete [2026-05-05,10:25:03.095] [INFO] Initializing GPS... [2026-05-05,10:25:03.097] [INFO] Starting location capture [2026-05-05,10:25:41.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:25:41.022] [INFO] LocationSqlManager initialising [2026-05-05,10:25:41.024] [INFO] Location DB initialising [2026-05-05,10:25:41.041] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:25:41.042] [DEBUG] UploadManager Init [2026-05-05,10:25:41.044] [DEBUG] UploadManager Init Complete [2026-05-05,10:25:41.050] [INFO] Initializing GPS... [2026-05-05,10:25:41.053] [INFO] Starting location capture [2026-05-05,10:26:20.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:26:20.026] [INFO] LocationSqlManager initialising [2026-05-05,10:26:20.027] [INFO] Location DB initialising [2026-05-05,10:26:20.039] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:26:20.040] [DEBUG] UploadManager Init [2026-05-05,10:26:20.041] [DEBUG] UploadManager Init Complete [2026-05-05,10:26:20.044] [INFO] Initializing GPS... [2026-05-05,10:26:20.047] [INFO] Starting location capture [2026-05-05,10:26:55.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:26:55.983] [INFO] LocationSqlManager initialising [2026-05-05,10:26:55.984] [INFO] Location DB initialising [2026-05-05,10:26:55.994] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:26:55.996] [DEBUG] UploadManager Init [2026-05-05,10:26:55.996] [DEBUG] UploadManager Init Complete [2026-05-05,10:26:56.000] [INFO] Initializing GPS... [2026-05-05,10:26:56.003] [INFO] Starting location capture [2026-05-05,10:27:35.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:27:35.034] [INFO] LocationSqlManager initialising [2026-05-05,10:27:35.035] [INFO] Location DB initialising [2026-05-05,10:27:35.046] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:27:35.048] [DEBUG] UploadManager Init [2026-05-05,10:27:35.048] [DEBUG] UploadManager Init Complete [2026-05-05,10:27:35.053] [INFO] Initializing GPS... [2026-05-05,10:27:35.056] [INFO] Starting location capture [2026-05-05,10:28:13.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:28:13.205] [INFO] LocationSqlManager initialising [2026-05-05,10:28:13.206] [INFO] Location DB initialising [2026-05-05,10:28:13.215] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:28:13.216] [DEBUG] UploadManager Init [2026-05-05,10:28:13.216] [DEBUG] UploadManager Init Complete [2026-05-05,10:28:13.219] [INFO] Initializing GPS... [2026-05-05,10:28:13.221] [INFO] Starting location capture [2026-05-05,10:28:51.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:28:51.900] [INFO] LocationSqlManager initialising [2026-05-05,10:28:51.901] [INFO] Location DB initialising [2026-05-05,10:28:51.911] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:28:51.912] [DEBUG] UploadManager Init [2026-05-05,10:28:51.912] [DEBUG] UploadManager Init Complete [2026-05-05,10:28:51.916] [INFO] Initializing GPS... [2026-05-05,10:28:51.918] [INFO] Starting location capture [2026-05-05,10:29:30.128] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:29:30.134] [INFO] LocationSqlManager initialising [2026-05-05,10:29:30.135] [INFO] Location DB initialising [2026-05-05,10:29:30.144] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:29:30.145] [DEBUG] UploadManager Init [2026-05-05,10:29:30.146] [DEBUG] UploadManager Init Complete [2026-05-05,10:29:30.149] [INFO] Initializing GPS... [2026-05-05,10:29:30.151] [INFO] Starting location capture [2026-05-05,10:30:09.346] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:30:09.354] [INFO] LocationSqlManager initialising [2026-05-05,10:30:09.354] [INFO] Location DB initialising [2026-05-05,10:30:09.365] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:30:09.367] [DEBUG] UploadManager Init [2026-05-05,10:30:09.367] [DEBUG] UploadManager Init Complete [2026-05-05,10:30:09.371] [INFO] Initializing GPS... [2026-05-05,10:30:09.374] [INFO] Starting location capture [2026-05-05,10:30:46.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:30:46.881] [INFO] LocationSqlManager initialising [2026-05-05,10:30:46.882] [INFO] Location DB initialising [2026-05-05,10:30:46.891] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:30:46.892] [DEBUG] UploadManager Init [2026-05-05,10:30:46.892] [DEBUG] UploadManager Init Complete [2026-05-05,10:30:46.895] [INFO] Initializing GPS... [2026-05-05,10:30:46.897] [INFO] Starting location capture [2026-05-05,10:31:26.273] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:31:26.279] [INFO] LocationSqlManager initialising [2026-05-05,10:31:26.280] [INFO] Location DB initialising [2026-05-05,10:31:26.290] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:31:26.291] [DEBUG] UploadManager Init [2026-05-05,10:31:26.291] [DEBUG] UploadManager Init Complete [2026-05-05,10:31:26.294] [INFO] Initializing GPS... [2026-05-05,10:31:26.296] [INFO] Starting location capture [2026-05-05,10:32:04.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:32:04.037] [INFO] LocationSqlManager initialising [2026-05-05,10:32:04.038] [INFO] Location DB initialising [2026-05-05,10:32:04.049] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:32:04.050] [DEBUG] UploadManager Init [2026-05-05,10:32:04.051] [DEBUG] UploadManager Init Complete [2026-05-05,10:32:04.055] [INFO] Initializing GPS... [2026-05-05,10:32:04.058] [INFO] Starting location capture [2026-05-05,10:32:43.250] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:32:43.255] [INFO] LocationSqlManager initialising [2026-05-05,10:32:43.255] [INFO] Location DB initialising [2026-05-05,10:32:43.265] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:32:43.265] [DEBUG] UploadManager Init [2026-05-05,10:32:43.266] [DEBUG] UploadManager Init Complete [2026-05-05,10:32:43.269] [INFO] Initializing GPS... [2026-05-05,10:32:43.270] [INFO] Starting location capture [2026-05-05,10:33:21.984] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:33:21.989] [INFO] LocationSqlManager initialising [2026-05-05,10:33:21.990] [INFO] Location DB initialising [2026-05-05,10:33:21.999] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:33:22.000] [DEBUG] UploadManager Init [2026-05-05,10:33:22.000] [DEBUG] UploadManager Init Complete [2026-05-05,10:33:22.003] [INFO] Initializing GPS... [2026-05-05,10:33:22.004] [INFO] Starting location capture [2026-05-05,10:33:59.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:33:59.869] [INFO] LocationSqlManager initialising [2026-05-05,10:33:59.869] [INFO] Location DB initialising [2026-05-05,10:33:59.879] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:33:59.879] [DEBUG] UploadManager Init [2026-05-05,10:33:59.880] [DEBUG] UploadManager Init Complete [2026-05-05,10:33:59.882] [INFO] Initializing GPS... [2026-05-05,10:33:59.884] [INFO] Starting location capture [2026-05-05,10:34:39.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:34:39.813] [INFO] LocationSqlManager initialising [2026-05-05,10:34:39.814] [INFO] Location DB initialising [2026-05-05,10:34:39.826] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:34:39.827] [DEBUG] UploadManager Init [2026-05-05,10:34:39.828] [DEBUG] UploadManager Init Complete [2026-05-05,10:34:39.832] [INFO] Initializing GPS... [2026-05-05,10:34:39.835] [INFO] Starting location capture [2026-05-05,10:35:18.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:35:18.108] [INFO] LocationSqlManager initialising [2026-05-05,10:35:18.109] [INFO] Location DB initialising [2026-05-05,10:35:18.122] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:35:18.123] [DEBUG] UploadManager Init [2026-05-05,10:35:18.123] [DEBUG] UploadManager Init Complete [2026-05-05,10:35:18.128] [INFO] Initializing GPS... [2026-05-05,10:35:18.131] [INFO] Starting location capture [2026-05-05,10:35:57.364] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:35:57.370] [INFO] LocationSqlManager initialising [2026-05-05,10:35:57.370] [INFO] Location DB initialising [2026-05-05,10:35:57.380] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:35:57.380] [DEBUG] UploadManager Init [2026-05-05,10:35:57.380] [DEBUG] UploadManager Init Complete [2026-05-05,10:35:57.383] [INFO] Initializing GPS... [2026-05-05,10:35:57.385] [INFO] Starting location capture [2026-05-05,10:36:36.503] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:36:36.509] [INFO] LocationSqlManager initialising [2026-05-05,10:36:36.510] [INFO] Location DB initialising [2026-05-05,10:36:36.520] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:36:36.521] [DEBUG] UploadManager Init [2026-05-05,10:36:36.522] [DEBUG] UploadManager Init Complete [2026-05-05,10:36:36.525] [INFO] Initializing GPS... [2026-05-05,10:36:36.527] [INFO] Starting location capture [2026-05-05,10:37:15.336] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:37:15.341] [INFO] LocationSqlManager initialising [2026-05-05,10:37:15.342] [INFO] Location DB initialising [2026-05-05,10:37:15.351] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:37:15.352] [DEBUG] UploadManager Init [2026-05-05,10:37:15.352] [DEBUG] UploadManager Init Complete [2026-05-05,10:37:15.355] [INFO] Initializing GPS... [2026-05-05,10:37:15.357] [INFO] Starting location capture [2026-05-05,10:37:53.354] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:37:53.361] [INFO] LocationSqlManager initialising [2026-05-05,10:37:53.361] [INFO] Location DB initialising [2026-05-05,10:37:53.372] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:37:53.372] [DEBUG] UploadManager Init [2026-05-05,10:37:53.373] [DEBUG] UploadManager Init Complete [2026-05-05,10:37:53.376] [INFO] Initializing GPS... [2026-05-05,10:37:53.378] [INFO] Starting location capture [2026-05-05,10:38:28.509] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:38:28.513] [INFO] LocationSqlManager initialising [2026-05-05,10:38:28.514] [INFO] Location DB initialising [2026-05-05,10:38:28.523] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:38:28.524] [DEBUG] UploadManager Init [2026-05-05,10:38:28.524] [DEBUG] UploadManager Init Complete [2026-05-05,10:38:28.527] [INFO] Initializing GPS... [2026-05-05,10:38:28.529] [INFO] Starting location capture [2026-05-05,10:39:06.971] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:39:06.977] [INFO] LocationSqlManager initialising [2026-05-05,10:39:06.978] [INFO] Location DB initialising [2026-05-05,10:39:06.988] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:39:06.989] [DEBUG] UploadManager Init [2026-05-05,10:39:06.989] [DEBUG] UploadManager Init Complete [2026-05-05,10:39:06.992] [INFO] Initializing GPS... [2026-05-05,10:39:06.994] [INFO] Starting location capture [2026-05-05,10:39:46.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:39:46.413] [INFO] LocationSqlManager initialising [2026-05-05,10:39:46.413] [INFO] Location DB initialising [2026-05-05,10:39:46.423] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:39:46.424] [DEBUG] UploadManager Init [2026-05-05,10:39:46.424] [DEBUG] UploadManager Init Complete [2026-05-05,10:39:46.426] [INFO] Initializing GPS... [2026-05-05,10:39:46.428] [INFO] Starting location capture [2026-05-05,10:40:25.626] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:40:25.634] [INFO] LocationSqlManager initialising [2026-05-05,10:40:25.635] [INFO] Location DB initialising [2026-05-05,10:40:25.646] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:40:25.648] [DEBUG] UploadManager Init [2026-05-05,10:40:25.649] [DEBUG] UploadManager Init Complete [2026-05-05,10:40:25.653] [INFO] Initializing GPS... [2026-05-05,10:40:25.656] [INFO] Starting location capture [2026-05-05,10:41:04.549] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:41:04.552] [INFO] LocationSqlManager initialising [2026-05-05,10:41:04.553] [INFO] Location DB initialising [2026-05-05,10:41:04.562] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:41:04.563] [DEBUG] UploadManager Init [2026-05-05,10:41:04.563] [DEBUG] UploadManager Init Complete [2026-05-05,10:41:04.566] [INFO] Initializing GPS... [2026-05-05,10:41:04.567] [INFO] Starting location capture [2026-05-05,10:41:39.418] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:41:39.424] [INFO] LocationSqlManager initialising [2026-05-05,10:41:39.425] [INFO] Location DB initialising [2026-05-05,10:41:39.434] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:41:39.435] [DEBUG] UploadManager Init [2026-05-05,10:41:39.435] [DEBUG] UploadManager Init Complete [2026-05-05,10:41:39.438] [INFO] Initializing GPS... [2026-05-05,10:41:39.440] [INFO] Starting location capture [2026-05-05,10:42:18.653] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:42:18.661] [INFO] LocationSqlManager initialising [2026-05-05,10:42:18.662] [INFO] Location DB initialising [2026-05-05,10:42:18.674] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:42:18.675] [DEBUG] UploadManager Init [2026-05-05,10:42:18.675] [DEBUG] UploadManager Init Complete [2026-05-05,10:42:18.680] [INFO] Initializing GPS... [2026-05-05,10:42:18.682] [INFO] Starting location capture [2026-05-05,10:42:57.374] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:42:57.382] [INFO] LocationSqlManager initialising [2026-05-05,10:42:57.383] [INFO] Location DB initialising [2026-05-05,10:42:57.394] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:42:57.395] [DEBUG] UploadManager Init [2026-05-05,10:42:57.396] [DEBUG] UploadManager Init Complete [2026-05-05,10:42:57.400] [INFO] Initializing GPS... [2026-05-05,10:42:57.403] [INFO] Starting location capture [2026-05-05,10:43:36.654] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:43:36.661] [INFO] LocationSqlManager initialising [2026-05-05,10:43:36.662] [INFO] Location DB initialising [2026-05-05,10:43:36.672] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:43:36.674] [DEBUG] UploadManager Init [2026-05-05,10:43:36.675] [DEBUG] UploadManager Init Complete [2026-05-05,10:43:36.679] [INFO] Initializing GPS... [2026-05-05,10:43:36.682] [INFO] Starting location capture [2026-05-05,10:44:16.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:44:16.100] [INFO] LocationSqlManager initialising [2026-05-05,10:44:16.101] [INFO] Location DB initialising [2026-05-05,10:44:16.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:44:16.113] [DEBUG] UploadManager Init [2026-05-05,10:44:16.114] [DEBUG] UploadManager Init Complete [2026-05-05,10:44:16.118] [INFO] Initializing GPS... [2026-05-05,10:44:16.121] [INFO] Starting location capture [2026-05-05,10:44:55.797] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:44:55.802] [INFO] LocationSqlManager initialising [2026-05-05,10:44:55.802] [INFO] Location DB initialising [2026-05-05,10:44:55.812] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:44:55.812] [DEBUG] UploadManager Init [2026-05-05,10:44:55.813] [DEBUG] UploadManager Init Complete [2026-05-05,10:44:55.815] [INFO] Initializing GPS... [2026-05-05,10:44:55.817] [INFO] Starting location capture [2026-05-05,10:45:34.406] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:45:34.411] [INFO] LocationSqlManager initialising [2026-05-05,10:45:34.412] [INFO] Location DB initialising [2026-05-05,10:45:34.422] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:45:34.422] [DEBUG] UploadManager Init [2026-05-05,10:45:34.423] [DEBUG] UploadManager Init Complete [2026-05-05,10:45:34.425] [INFO] Initializing GPS... [2026-05-05,10:45:34.427] [INFO] Starting location capture [2026-05-05,10:46:14.451] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:46:14.459] [INFO] LocationSqlManager initialising [2026-05-05,10:46:14.460] [INFO] Location DB initialising [2026-05-05,10:46:14.472] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:46:14.473] [DEBUG] UploadManager Init [2026-05-05,10:46:14.474] [DEBUG] UploadManager Init Complete [2026-05-05,10:46:14.478] [INFO] Initializing GPS... [2026-05-05,10:46:14.481] [INFO] Starting location capture [2026-05-05,10:46:53.771] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:46:53.776] [INFO] LocationSqlManager initialising [2026-05-05,10:46:53.777] [INFO] Location DB initialising [2026-05-05,10:46:53.786] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:46:53.787] [DEBUG] UploadManager Init [2026-05-05,10:46:53.787] [DEBUG] UploadManager Init Complete [2026-05-05,10:46:53.789] [INFO] Initializing GPS... [2026-05-05,10:46:53.791] [INFO] Starting location capture [2026-05-05,10:47:33.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:47:33.860] [INFO] LocationSqlManager initialising [2026-05-05,10:47:33.861] [INFO] Location DB initialising [2026-05-05,10:47:33.873] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:47:33.874] [DEBUG] UploadManager Init [2026-05-05,10:47:33.875] [DEBUG] UploadManager Init Complete [2026-05-05,10:47:33.878] [INFO] Initializing GPS... [2026-05-05,10:47:33.880] [INFO] Starting location capture [2026-05-05,10:48:13.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:48:13.229] [INFO] LocationSqlManager initialising [2026-05-05,10:48:13.230] [INFO] Location DB initialising [2026-05-05,10:48:13.239] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:48:13.240] [DEBUG] UploadManager Init [2026-05-05,10:48:13.241] [DEBUG] UploadManager Init Complete [2026-05-05,10:48:13.245] [INFO] Initializing GPS... [2026-05-05,10:48:13.247] [INFO] Starting location capture [2026-05-05,10:48:54.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:48:54.211] [INFO] LocationSqlManager initialising [2026-05-05,10:48:54.212] [INFO] Location DB initialising [2026-05-05,10:48:54.221] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:48:54.222] [DEBUG] UploadManager Init [2026-05-05,10:48:54.222] [DEBUG] UploadManager Init Complete [2026-05-05,10:48:54.225] [INFO] Initializing GPS... [2026-05-05,10:48:54.227] [INFO] Starting location capture [2026-05-05,10:49:33.334] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:49:33.339] [INFO] LocationSqlManager initialising [2026-05-05,10:49:33.340] [INFO] Location DB initialising [2026-05-05,10:49:33.349] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:49:33.349] [DEBUG] UploadManager Init [2026-05-05,10:49:33.350] [DEBUG] UploadManager Init Complete [2026-05-05,10:49:33.352] [INFO] Initializing GPS... [2026-05-05,10:49:33.354] [INFO] Starting location capture [2026-05-05,10:50:12.197] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:50:12.205] [INFO] LocationSqlManager initialising [2026-05-05,10:50:12.206] [INFO] Location DB initialising [2026-05-05,10:50:12.219] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:50:12.220] [DEBUG] UploadManager Init [2026-05-05,10:50:12.221] [DEBUG] UploadManager Init Complete [2026-05-05,10:50:12.225] [INFO] Initializing GPS... [2026-05-05,10:50:12.228] [INFO] Starting location capture [2026-05-05,10:50:51.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:50:51.986] [INFO] LocationSqlManager initialising [2026-05-05,10:50:51.987] [INFO] Location DB initialising [2026-05-05,10:50:51.998] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:50:51.999] [DEBUG] UploadManager Init [2026-05-05,10:50:51.999] [DEBUG] UploadManager Init Complete [2026-05-05,10:50:52.003] [INFO] Initializing GPS... [2026-05-05,10:50:52.006] [INFO] Starting location capture [2026-05-05,10:51:28.140] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:51:28.150] [INFO] LocationSqlManager initialising [2026-05-05,10:51:28.151] [INFO] Location DB initialising [2026-05-05,10:51:28.166] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:51:28.167] [DEBUG] UploadManager Init [2026-05-05,10:51:28.168] [DEBUG] UploadManager Init Complete [2026-05-05,10:51:28.175] [INFO] Initializing GPS... [2026-05-05,10:51:28.179] [INFO] Starting location capture [2026-05-05,10:52:07.478] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:52:07.483] [INFO] LocationSqlManager initialising [2026-05-05,10:52:07.484] [INFO] Location DB initialising [2026-05-05,10:52:07.494] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:52:07.495] [DEBUG] UploadManager Init [2026-05-05,10:52:07.495] [DEBUG] UploadManager Init Complete [2026-05-05,10:52:07.498] [INFO] Initializing GPS... [2026-05-05,10:52:07.501] [INFO] Starting location capture [2026-05-05,10:52:43.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:52:43.193] [INFO] LocationSqlManager initialising [2026-05-05,10:52:43.194] [INFO] Location DB initialising [2026-05-05,10:52:43.205] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:52:43.206] [DEBUG] UploadManager Init [2026-05-05,10:52:43.207] [DEBUG] UploadManager Init Complete [2026-05-05,10:52:43.210] [INFO] Initializing GPS... [2026-05-05,10:52:43.213] [INFO] Starting location capture [2026-05-05,10:53:24.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:53:24.270] [INFO] LocationSqlManager initialising [2026-05-05,10:53:24.271] [INFO] Location DB initialising [2026-05-05,10:53:24.283] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:53:24.285] [DEBUG] UploadManager Init [2026-05-05,10:53:24.286] [DEBUG] UploadManager Init Complete [2026-05-05,10:53:24.291] [INFO] Initializing GPS... [2026-05-05,10:53:24.295] [INFO] Starting location capture [2026-05-05,10:54:03.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:54:04.113] [INFO] LocationSqlManager initialising [2026-05-05,10:54:04.121] [INFO] Location DB initialising [2026-05-05,10:54:04.140] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:54:04.142] [DEBUG] UploadManager Init [2026-05-05,10:54:04.143] [DEBUG] UploadManager Init Complete [2026-05-05,10:54:04.151] [INFO] Initializing GPS... [2026-05-05,10:54:04.157] [INFO] Starting location capture [2026-05-05,10:54:45.264] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:54:45.270] [INFO] LocationSqlManager initialising [2026-05-05,10:54:45.270] [INFO] Location DB initialising [2026-05-05,10:54:45.281] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:54:45.282] [DEBUG] UploadManager Init [2026-05-05,10:54:45.282] [DEBUG] UploadManager Init Complete [2026-05-05,10:54:45.286] [INFO] Initializing GPS... [2026-05-05,10:54:45.289] [INFO] Starting location capture [2026-05-05,10:55:25.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:55:25.184] [INFO] LocationSqlManager initialising [2026-05-05,10:55:25.185] [INFO] Location DB initialising [2026-05-05,10:55:25.203] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:55:25.206] [DEBUG] UploadManager Init [2026-05-05,10:55:25.208] [DEBUG] UploadManager Init Complete [2026-05-05,10:55:25.217] [INFO] Initializing GPS... [2026-05-05,10:55:25.223] [INFO] Starting location capture [2026-05-05,10:56:04.522] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:56:04.528] [INFO] LocationSqlManager initialising [2026-05-05,10:56:04.528] [INFO] Location DB initialising [2026-05-05,10:56:04.543] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:56:04.544] [DEBUG] UploadManager Init [2026-05-05,10:56:04.545] [DEBUG] UploadManager Init Complete [2026-05-05,10:56:04.549] [INFO] Initializing GPS... [2026-05-05,10:56:04.552] [INFO] Starting location capture [2026-05-05,10:56:44.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:56:44.987] [INFO] LocationSqlManager initialising [2026-05-05,10:56:44.988] [INFO] Location DB initialising [2026-05-05,10:56:45.000] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:56:45.001] [DEBUG] UploadManager Init [2026-05-05,10:56:45.002] [DEBUG] UploadManager Init Complete [2026-05-05,10:56:45.006] [INFO] Initializing GPS... [2026-05-05,10:56:45.009] [INFO] Starting location capture [2026-05-05,10:57:25.128] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:57:25.135] [INFO] LocationSqlManager initialising [2026-05-05,10:57:25.136] [INFO] Location DB initialising [2026-05-05,10:57:25.147] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:57:25.148] [DEBUG] UploadManager Init [2026-05-05,10:57:25.149] [DEBUG] UploadManager Init Complete [2026-05-05,10:57:25.152] [INFO] Initializing GPS... [2026-05-05,10:57:25.155] [INFO] Starting location capture [2026-05-05,10:58:05.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:58:05.137] [INFO] LocationSqlManager initialising [2026-05-05,10:58:05.141] [INFO] Location DB initialising [2026-05-05,10:58:05.163] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:58:05.164] [DEBUG] UploadManager Init [2026-05-05,10:58:05.165] [DEBUG] UploadManager Init Complete [2026-05-05,10:58:05.172] [INFO] Initializing GPS... [2026-05-05,10:58:05.178] [INFO] Starting location capture [2026-05-05,10:58:46.244] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:58:46.251] [INFO] LocationSqlManager initialising [2026-05-05,10:58:46.252] [INFO] Location DB initialising [2026-05-05,10:58:46.263] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:58:46.264] [DEBUG] UploadManager Init [2026-05-05,10:58:46.265] [DEBUG] UploadManager Init Complete [2026-05-05,10:58:46.269] [INFO] Initializing GPS... [2026-05-05,10:58:46.272] [INFO] Starting location capture [2026-05-05,10:59:26.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,10:59:26.276] [INFO] LocationSqlManager initialising [2026-05-05,10:59:26.277] [INFO] Location DB initialising [2026-05-05,10:59:26.290] [INFO] LocationSqlManager initialisation complete [2026-05-05,10:59:26.292] [DEBUG] UploadManager Init [2026-05-05,10:59:26.293] [DEBUG] UploadManager Init Complete [2026-05-05,10:59:26.298] [INFO] Initializing GPS... [2026-05-05,10:59:26.301] [INFO] Starting location capture [2026-05-05,11:00:08.379] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:00:08.384] [INFO] LocationSqlManager initialising [2026-05-05,11:00:08.385] [INFO] Location DB initialising [2026-05-05,11:00:08.397] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:00:08.398] [DEBUG] UploadManager Init [2026-05-05,11:00:08.399] [DEBUG] UploadManager Init Complete [2026-05-05,11:00:08.403] [INFO] Initializing GPS... [2026-05-05,11:00:08.406] [INFO] Starting location capture [2026-05-05,11:00:48.363] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:00:48.369] [INFO] LocationSqlManager initialising [2026-05-05,11:00:48.370] [INFO] Location DB initialising [2026-05-05,11:00:48.382] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:00:48.383] [DEBUG] UploadManager Init [2026-05-05,11:00:48.384] [DEBUG] UploadManager Init Complete [2026-05-05,11:00:48.387] [INFO] Initializing GPS... [2026-05-05,11:00:48.390] [INFO] Starting location capture [2026-05-05,11:01:26.542] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:01:26.558] [INFO] LocationSqlManager initialising [2026-05-05,11:01:26.559] [INFO] Location DB initialising [2026-05-05,11:01:26.581] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:01:26.583] [DEBUG] UploadManager Init [2026-05-05,11:01:26.585] [DEBUG] UploadManager Init Complete [2026-05-05,11:01:26.594] [INFO] Initializing GPS... [2026-05-05,11:01:26.601] [INFO] Starting location capture [2026-05-05,11:02:07.770] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:02:07.779] [INFO] LocationSqlManager initialising [2026-05-05,11:02:07.780] [INFO] Location DB initialising [2026-05-05,11:02:07.794] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:02:07.795] [DEBUG] UploadManager Init [2026-05-05,11:02:07.796] [DEBUG] UploadManager Init Complete [2026-05-05,11:02:07.801] [INFO] Initializing GPS... [2026-05-05,11:02:07.805] [INFO] Starting location capture [2026-05-05,11:02:46.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:02:46.989] [INFO] LocationSqlManager initialising [2026-05-05,11:02:46.990] [INFO] Location DB initialising [2026-05-05,11:02:47.008] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:02:47.010] [DEBUG] UploadManager Init [2026-05-05,11:02:47.011] [DEBUG] UploadManager Init Complete [2026-05-05,11:02:47.017] [INFO] Initializing GPS... [2026-05-05,11:02:47.023] [INFO] Starting location capture [2026-05-05,11:03:27.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:03:27.974] [INFO] LocationSqlManager initialising [2026-05-05,11:03:27.975] [INFO] Location DB initialising [2026-05-05,11:03:27.987] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:03:27.988] [DEBUG] UploadManager Init [2026-05-05,11:03:27.989] [DEBUG] UploadManager Init Complete [2026-05-05,11:03:27.992] [INFO] Initializing GPS... [2026-05-05,11:03:27.995] [INFO] Starting location capture [2026-05-05,11:04:05.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:04:05.245] [INFO] LocationSqlManager initialising [2026-05-05,11:04:05.247] [INFO] Location DB initialising [2026-05-05,11:04:05.266] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:04:05.268] [DEBUG] UploadManager Init [2026-05-05,11:04:05.269] [DEBUG] UploadManager Init Complete [2026-05-05,11:04:05.276] [INFO] Initializing GPS... [2026-05-05,11:04:05.282] [INFO] Starting location capture [2026-05-05,11:04:47.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:04:47.133] [INFO] LocationSqlManager initialising [2026-05-05,11:04:47.134] [INFO] Location DB initialising [2026-05-05,11:04:47.149] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:04:47.150] [DEBUG] UploadManager Init [2026-05-05,11:04:47.151] [DEBUG] UploadManager Init Complete [2026-05-05,11:04:47.156] [INFO] Initializing GPS... [2026-05-05,11:04:47.161] [INFO] Starting location capture [2026-05-05,11:05:29.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:05:29.754] [INFO] LocationSqlManager initialising [2026-05-05,11:05:29.755] [INFO] Location DB initialising [2026-05-05,11:05:29.771] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:05:29.772] [DEBUG] UploadManager Init [2026-05-05,11:05:29.773] [DEBUG] UploadManager Init Complete [2026-05-05,11:05:29.778] [INFO] Initializing GPS... [2026-05-05,11:05:29.782] [INFO] Starting location capture [2026-05-05,11:06:12.227] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:06:12.240] [INFO] LocationSqlManager initialising [2026-05-05,11:06:12.242] [INFO] Location DB initialising [2026-05-05,11:06:12.258] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:06:12.260] [DEBUG] UploadManager Init [2026-05-05,11:06:12.262] [DEBUG] UploadManager Init Complete [2026-05-05,11:06:12.269] [INFO] Initializing GPS... [2026-05-05,11:06:12.274] [INFO] Starting location capture [2026-05-05,11:06:53.627] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:06:53.634] [INFO] LocationSqlManager initialising [2026-05-05,11:06:53.635] [INFO] Location DB initialising [2026-05-05,11:06:53.647] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:06:53.648] [DEBUG] UploadManager Init [2026-05-05,11:06:53.648] [DEBUG] UploadManager Init Complete [2026-05-05,11:06:53.652] [INFO] Initializing GPS... [2026-05-05,11:06:53.655] [INFO] Starting location capture [2026-05-05,11:07:34.520] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:07:34.529] [INFO] LocationSqlManager initialising [2026-05-05,11:07:34.530] [INFO] Location DB initialising [2026-05-05,11:07:34.545] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:07:34.546] [DEBUG] UploadManager Init [2026-05-05,11:07:34.547] [DEBUG] UploadManager Init Complete [2026-05-05,11:07:34.551] [INFO] Initializing GPS... [2026-05-05,11:07:34.554] [INFO] Starting location capture [2026-05-05,11:08:15.699] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:08:15.709] [INFO] LocationSqlManager initialising [2026-05-05,11:08:15.710] [INFO] Location DB initialising [2026-05-05,11:08:15.725] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:08:15.726] [DEBUG] UploadManager Init [2026-05-05,11:08:15.727] [DEBUG] UploadManager Init Complete [2026-05-05,11:08:15.732] [INFO] Initializing GPS... [2026-05-05,11:08:15.736] [INFO] Starting location capture [2026-05-05,11:08:57.579] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:08:57.587] [INFO] LocationSqlManager initialising [2026-05-05,11:08:57.588] [INFO] Location DB initialising [2026-05-05,11:08:57.600] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:08:57.601] [DEBUG] UploadManager Init [2026-05-05,11:08:57.601] [DEBUG] UploadManager Init Complete [2026-05-05,11:08:57.605] [INFO] Initializing GPS... [2026-05-05,11:08:57.608] [INFO] Starting location capture [2026-05-05,11:09:37.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:09:37.194] [INFO] LocationSqlManager initialising [2026-05-05,11:09:37.195] [INFO] Location DB initialising [2026-05-05,11:09:37.208] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:09:37.209] [DEBUG] UploadManager Init [2026-05-05,11:09:37.210] [DEBUG] UploadManager Init Complete [2026-05-05,11:09:37.215] [INFO] Initializing GPS... [2026-05-05,11:09:37.218] [INFO] Starting location capture [2026-05-05,11:10:19.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:10:19.261] [INFO] LocationSqlManager initialising [2026-05-05,11:10:19.261] [INFO] Location DB initialising [2026-05-05,11:10:19.275] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:10:19.275] [DEBUG] UploadManager Init [2026-05-05,11:10:19.276] [DEBUG] UploadManager Init Complete [2026-05-05,11:10:19.279] [INFO] Initializing GPS... [2026-05-05,11:10:19.284] [INFO] Starting location capture [2026-05-05,11:10:59.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:10:59.295] [INFO] LocationSqlManager initialising [2026-05-05,11:10:59.297] [INFO] Location DB initialising [2026-05-05,11:10:59.317] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:10:59.318] [DEBUG] UploadManager Init [2026-05-05,11:10:59.319] [DEBUG] UploadManager Init Complete [2026-05-05,11:10:59.326] [INFO] Initializing GPS... [2026-05-05,11:10:59.332] [INFO] Starting location capture [2026-05-05,11:11:38.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:11:38.875] [INFO] LocationSqlManager initialising [2026-05-05,11:11:38.877] [INFO] Location DB initialising [2026-05-05,11:11:38.894] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:11:38.896] [DEBUG] UploadManager Init [2026-05-05,11:11:38.897] [DEBUG] UploadManager Init Complete [2026-05-05,11:11:38.905] [INFO] Initializing GPS... [2026-05-05,11:11:38.911] [INFO] Starting location capture [2026-05-05,11:12:20.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:12:20.297] [INFO] LocationSqlManager initialising [2026-05-05,11:12:20.297] [INFO] Location DB initialising [2026-05-05,11:12:20.309] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:12:20.309] [DEBUG] UploadManager Init [2026-05-05,11:12:20.310] [DEBUG] UploadManager Init Complete [2026-05-05,11:12:20.313] [INFO] Initializing GPS... [2026-05-05,11:12:20.315] [INFO] Starting location capture [2026-05-05,11:13:00.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:13:00.900] [INFO] LocationSqlManager initialising [2026-05-05,11:13:00.901] [INFO] Location DB initialising [2026-05-05,11:13:00.914] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:13:00.915] [DEBUG] UploadManager Init [2026-05-05,11:13:00.915] [DEBUG] UploadManager Init Complete [2026-05-05,11:13:00.920] [INFO] Initializing GPS... [2026-05-05,11:13:00.924] [INFO] Starting location capture [2026-05-05,11:13:41.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:13:41.398] [INFO] LocationSqlManager initialising [2026-05-05,11:13:41.399] [INFO] Location DB initialising [2026-05-05,11:13:41.410] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:13:41.411] [DEBUG] UploadManager Init [2026-05-05,11:13:41.412] [DEBUG] UploadManager Init Complete [2026-05-05,11:13:41.416] [INFO] Initializing GPS... [2026-05-05,11:13:41.418] [INFO] Starting location capture [2026-05-05,11:14:18.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:14:18.989] [INFO] LocationSqlManager initialising [2026-05-05,11:14:18.990] [INFO] Location DB initialising [2026-05-05,11:14:19.004] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:14:19.004] [DEBUG] UploadManager Init [2026-05-05,11:14:19.005] [DEBUG] UploadManager Init Complete [2026-05-05,11:14:19.009] [INFO] Initializing GPS... [2026-05-05,11:14:19.012] [INFO] Starting location capture [2026-05-05,11:14:55.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:14:55.078] [INFO] LocationSqlManager initialising [2026-05-05,11:14:55.079] [INFO] Location DB initialising [2026-05-05,11:14:55.097] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:14:55.098] [DEBUG] UploadManager Init [2026-05-05,11:14:55.100] [DEBUG] UploadManager Init Complete [2026-05-05,11:14:55.107] [INFO] Initializing GPS... [2026-05-05,11:14:55.113] [INFO] Starting location capture [2026-05-05,11:15:35.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:15:35.347] [INFO] LocationSqlManager initialising [2026-05-05,11:15:35.349] [INFO] Location DB initialising [2026-05-05,11:15:35.364] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:15:35.365] [DEBUG] UploadManager Init [2026-05-05,11:15:35.366] [DEBUG] UploadManager Init Complete [2026-05-05,11:15:35.371] [INFO] Initializing GPS... [2026-05-05,11:15:35.375] [INFO] Starting location capture [2026-05-05,11:16:15.655] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:16:15.662] [INFO] LocationSqlManager initialising [2026-05-05,11:16:15.663] [INFO] Location DB initialising [2026-05-05,11:16:15.678] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:16:15.678] [DEBUG] UploadManager Init [2026-05-05,11:16:15.679] [DEBUG] UploadManager Init Complete [2026-05-05,11:16:15.682] [INFO] Initializing GPS... [2026-05-05,11:16:15.685] [INFO] Starting location capture [2026-05-05,11:16:56.935] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:16:56.941] [INFO] LocationSqlManager initialising [2026-05-05,11:16:56.942] [INFO] Location DB initialising [2026-05-05,11:16:56.953] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:16:56.954] [DEBUG] UploadManager Init [2026-05-05,11:16:56.955] [DEBUG] UploadManager Init Complete [2026-05-05,11:16:56.958] [INFO] Initializing GPS... [2026-05-05,11:16:56.961] [INFO] Starting location capture [2026-05-05,11:17:37.509] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:17:37.515] [INFO] LocationSqlManager initialising [2026-05-05,11:17:37.516] [INFO] Location DB initialising [2026-05-05,11:17:37.525] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:17:37.526] [DEBUG] UploadManager Init [2026-05-05,11:17:37.526] [DEBUG] UploadManager Init Complete [2026-05-05,11:17:37.529] [INFO] Initializing GPS... [2026-05-05,11:17:37.531] [INFO] Starting location capture [2026-05-05,11:18:14.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:18:14.812] [INFO] LocationSqlManager initialising [2026-05-05,11:18:14.813] [INFO] Location DB initialising [2026-05-05,11:18:14.830] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:18:14.831] [DEBUG] UploadManager Init [2026-05-05,11:18:14.832] [DEBUG] UploadManager Init Complete [2026-05-05,11:18:14.839] [INFO] Initializing GPS... [2026-05-05,11:18:14.844] [INFO] Starting location capture [2026-05-05,11:18:54.003] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:18:54.010] [INFO] LocationSqlManager initialising [2026-05-05,11:18:54.011] [INFO] Location DB initialising [2026-05-05,11:18:54.022] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:18:54.023] [DEBUG] UploadManager Init [2026-05-05,11:18:54.024] [DEBUG] UploadManager Init Complete [2026-05-05,11:18:54.027] [INFO] Initializing GPS... [2026-05-05,11:18:54.030] [INFO] Starting location capture [2026-05-05,11:19:33.358] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:19:33.366] [INFO] LocationSqlManager initialising [2026-05-05,11:19:33.366] [INFO] Location DB initialising [2026-05-05,11:19:33.378] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:19:33.379] [DEBUG] UploadManager Init [2026-05-05,11:19:33.380] [DEBUG] UploadManager Init Complete [2026-05-05,11:19:33.384] [INFO] Initializing GPS... [2026-05-05,11:19:33.386] [INFO] Starting location capture [2026-05-05,11:20:13.325] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:20:13.330] [INFO] LocationSqlManager initialising [2026-05-05,11:20:13.331] [INFO] Location DB initialising [2026-05-05,11:20:13.347] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:20:13.348] [DEBUG] UploadManager Init [2026-05-05,11:20:13.349] [DEBUG] UploadManager Init Complete [2026-05-05,11:20:13.354] [INFO] Initializing GPS... [2026-05-05,11:20:13.359] [INFO] Starting location capture [2026-05-05,11:20:54.688] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:20:54.696] [INFO] LocationSqlManager initialising [2026-05-05,11:20:54.697] [INFO] Location DB initialising [2026-05-05,11:20:54.717] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:20:54.718] [DEBUG] UploadManager Init [2026-05-05,11:20:54.719] [DEBUG] UploadManager Init Complete [2026-05-05,11:20:54.725] [INFO] Initializing GPS... [2026-05-05,11:20:54.731] [INFO] Starting location capture [2026-05-05,11:21:35.057] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:21:35.065] [INFO] LocationSqlManager initialising [2026-05-05,11:21:35.066] [INFO] Location DB initialising [2026-05-05,11:21:35.077] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:21:35.078] [DEBUG] UploadManager Init [2026-05-05,11:21:35.078] [DEBUG] UploadManager Init Complete [2026-05-05,11:21:35.082] [INFO] Initializing GPS... [2026-05-05,11:21:35.084] [INFO] Starting location capture [2026-05-05,11:22:15.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:22:15.447] [INFO] LocationSqlManager initialising [2026-05-05,11:22:15.448] [INFO] Location DB initialising [2026-05-05,11:22:15.462] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:22:15.463] [DEBUG] UploadManager Init [2026-05-05,11:22:15.464] [DEBUG] UploadManager Init Complete [2026-05-05,11:22:15.472] [INFO] Initializing GPS... [2026-05-05,11:22:15.476] [INFO] Starting location capture [2026-05-05,11:22:55.498] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:22:55.506] [INFO] LocationSqlManager initialising [2026-05-05,11:22:55.507] [INFO] Location DB initialising [2026-05-05,11:22:55.519] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:22:55.520] [DEBUG] UploadManager Init [2026-05-05,11:22:55.521] [DEBUG] UploadManager Init Complete [2026-05-05,11:22:55.529] [INFO] Initializing GPS... [2026-05-05,11:22:55.533] [INFO] Starting location capture [2026-05-05,11:23:37.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:23:37.228] [INFO] LocationSqlManager initialising [2026-05-05,11:23:37.229] [INFO] Location DB initialising [2026-05-05,11:23:37.240] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:23:37.241] [DEBUG] UploadManager Init [2026-05-05,11:23:37.241] [DEBUG] UploadManager Init Complete [2026-05-05,11:23:37.245] [INFO] Initializing GPS... [2026-05-05,11:23:37.247] [INFO] Starting location capture [2026-05-05,11:24:18.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:24:18.350] [INFO] LocationSqlManager initialising [2026-05-05,11:24:18.351] [INFO] Location DB initialising [2026-05-05,11:24:18.364] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:24:18.365] [DEBUG] UploadManager Init [2026-05-05,11:24:18.366] [DEBUG] UploadManager Init Complete [2026-05-05,11:24:18.370] [INFO] Initializing GPS... [2026-05-05,11:24:18.373] [INFO] Starting location capture [2026-05-05,11:24:58.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:24:58.717] [INFO] LocationSqlManager initialising [2026-05-05,11:24:58.717] [INFO] Location DB initialising [2026-05-05,11:24:58.729] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:24:58.730] [DEBUG] UploadManager Init [2026-05-05,11:24:58.731] [DEBUG] UploadManager Init Complete [2026-05-05,11:24:58.735] [INFO] Initializing GPS... [2026-05-05,11:24:58.738] [INFO] Starting location capture [2026-05-05,11:25:34.701] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:25:34.709] [INFO] LocationSqlManager initialising [2026-05-05,11:25:34.710] [INFO] Location DB initialising [2026-05-05,11:25:34.723] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:25:34.724] [DEBUG] UploadManager Init [2026-05-05,11:25:34.725] [DEBUG] UploadManager Init Complete [2026-05-05,11:25:34.728] [INFO] Initializing GPS... [2026-05-05,11:25:34.732] [INFO] Starting location capture [2026-05-05,11:26:15.988] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:26:15.994] [INFO] LocationSqlManager initialising [2026-05-05,11:26:15.995] [INFO] Location DB initialising [2026-05-05,11:26:16.007] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:26:16.008] [DEBUG] UploadManager Init [2026-05-05,11:26:16.008] [DEBUG] UploadManager Init Complete [2026-05-05,11:26:16.012] [INFO] Initializing GPS... [2026-05-05,11:26:16.015] [INFO] Starting location capture [2026-05-05,11:26:56.465] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:26:56.479] [INFO] LocationSqlManager initialising [2026-05-05,11:26:56.481] [INFO] Location DB initialising [2026-05-05,11:26:56.497] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:26:56.499] [DEBUG] UploadManager Init [2026-05-05,11:26:56.501] [DEBUG] UploadManager Init Complete [2026-05-05,11:26:56.508] [INFO] Initializing GPS... [2026-05-05,11:26:56.512] [INFO] Starting location capture [2026-05-05,11:27:35.757] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:27:35.769] [INFO] LocationSqlManager initialising [2026-05-05,11:27:35.771] [INFO] Location DB initialising [2026-05-05,11:27:35.786] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:27:35.788] [DEBUG] UploadManager Init [2026-05-05,11:27:35.789] [DEBUG] UploadManager Init Complete [2026-05-05,11:27:35.795] [INFO] Initializing GPS... [2026-05-05,11:27:35.800] [INFO] Starting location capture [2026-05-05,11:28:12.587] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:28:12.594] [INFO] LocationSqlManager initialising [2026-05-05,11:28:12.594] [INFO] Location DB initialising [2026-05-05,11:28:12.608] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:28:12.609] [DEBUG] UploadManager Init [2026-05-05,11:28:12.609] [DEBUG] UploadManager Init Complete [2026-05-05,11:28:12.613] [INFO] Initializing GPS... [2026-05-05,11:28:12.616] [INFO] Starting location capture [2026-05-05,11:28:55.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:28:55.185] [INFO] LocationSqlManager initialising [2026-05-05,11:28:55.186] [INFO] Location DB initialising [2026-05-05,11:28:55.205] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:28:55.207] [DEBUG] UploadManager Init [2026-05-05,11:28:55.208] [DEBUG] UploadManager Init Complete [2026-05-05,11:28:55.215] [INFO] Initializing GPS... [2026-05-05,11:28:55.221] [INFO] Starting location capture [2026-05-05,11:29:34.431] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:29:34.439] [INFO] LocationSqlManager initialising [2026-05-05,11:29:34.440] [INFO] Location DB initialising [2026-05-05,11:29:34.452] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:29:34.453] [DEBUG] UploadManager Init [2026-05-05,11:29:34.453] [DEBUG] UploadManager Init Complete [2026-05-05,11:29:34.458] [INFO] Initializing GPS... [2026-05-05,11:29:34.461] [INFO] Starting location capture [2026-05-05,11:30:09.297] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:30:09.305] [INFO] LocationSqlManager initialising [2026-05-05,11:30:09.306] [INFO] Location DB initialising [2026-05-05,11:30:09.318] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:30:09.319] [DEBUG] UploadManager Init [2026-05-05,11:30:09.319] [DEBUG] UploadManager Init Complete [2026-05-05,11:30:09.323] [INFO] Initializing GPS... [2026-05-05,11:30:09.327] [INFO] Starting location capture [2026-05-05,11:30:49.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:30:49.790] [INFO] LocationSqlManager initialising [2026-05-05,11:30:49.791] [INFO] Location DB initialising [2026-05-05,11:30:49.804] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:30:49.805] [DEBUG] UploadManager Init [2026-05-05,11:30:49.806] [DEBUG] UploadManager Init Complete [2026-05-05,11:30:49.811] [INFO] Initializing GPS... [2026-05-05,11:30:49.814] [INFO] Starting location capture [2026-05-05,11:31:30.637] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:31:30.643] [INFO] LocationSqlManager initialising [2026-05-05,11:31:30.644] [INFO] Location DB initialising [2026-05-05,11:31:30.658] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:31:30.659] [DEBUG] UploadManager Init [2026-05-05,11:31:30.659] [DEBUG] UploadManager Init Complete [2026-05-05,11:31:30.664] [INFO] Initializing GPS... [2026-05-05,11:31:30.667] [INFO] Starting location capture [2026-05-05,11:32:10.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:32:10.196] [INFO] LocationSqlManager initialising [2026-05-05,11:32:10.197] [INFO] Location DB initialising [2026-05-05,11:32:10.213] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:32:10.214] [DEBUG] UploadManager Init [2026-05-05,11:32:10.215] [DEBUG] UploadManager Init Complete [2026-05-05,11:32:10.220] [INFO] Initializing GPS... [2026-05-05,11:32:10.224] [INFO] Starting location capture [2026-05-05,11:32:50.143] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:32:50.151] [INFO] LocationSqlManager initialising [2026-05-05,11:32:50.152] [INFO] Location DB initialising [2026-05-05,11:32:50.165] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:32:50.167] [DEBUG] UploadManager Init [2026-05-05,11:32:50.167] [DEBUG] UploadManager Init Complete [2026-05-05,11:32:50.172] [INFO] Initializing GPS... [2026-05-05,11:32:50.177] [INFO] Starting location capture [2026-05-05,11:33:31.201] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:33:31.208] [INFO] LocationSqlManager initialising [2026-05-05,11:33:31.209] [INFO] Location DB initialising [2026-05-05,11:33:31.221] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:33:31.222] [DEBUG] UploadManager Init [2026-05-05,11:33:31.222] [DEBUG] UploadManager Init Complete [2026-05-05,11:33:31.227] [INFO] Initializing GPS... [2026-05-05,11:33:31.230] [INFO] Starting location capture [2026-05-05,11:34:10.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:34:10.226] [INFO] LocationSqlManager initialising [2026-05-05,11:34:10.227] [INFO] Location DB initialising [2026-05-05,11:34:10.239] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:34:10.240] [DEBUG] UploadManager Init [2026-05-05,11:34:10.241] [DEBUG] UploadManager Init Complete [2026-05-05,11:34:10.246] [INFO] Initializing GPS... [2026-05-05,11:34:10.251] [INFO] Starting location capture [2026-05-05,11:34:49.140] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:34:49.145] [INFO] LocationSqlManager initialising [2026-05-05,11:34:49.146] [INFO] Location DB initialising [2026-05-05,11:34:49.155] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:34:49.156] [DEBUG] UploadManager Init [2026-05-05,11:34:49.156] [DEBUG] UploadManager Init Complete [2026-05-05,11:34:49.159] [INFO] Initializing GPS... [2026-05-05,11:34:49.161] [INFO] Starting location capture [2026-05-05,11:35:29.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:35:29.829] [INFO] LocationSqlManager initialising [2026-05-05,11:35:29.830] [INFO] Location DB initialising [2026-05-05,11:35:29.840] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:35:29.841] [DEBUG] UploadManager Init [2026-05-05,11:35:29.841] [DEBUG] UploadManager Init Complete [2026-05-05,11:35:29.844] [INFO] Initializing GPS... [2026-05-05,11:35:29.847] [INFO] Starting location capture [2026-05-05,11:36:03.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:36:03.779] [INFO] LocationSqlManager initialising [2026-05-05,11:36:03.779] [INFO] Location DB initialising [2026-05-05,11:36:03.789] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:36:03.790] [DEBUG] UploadManager Init [2026-05-05,11:36:03.790] [DEBUG] UploadManager Init Complete [2026-05-05,11:36:03.793] [INFO] Initializing GPS... [2026-05-05,11:36:03.795] [INFO] Starting location capture [2026-05-05,11:36:44.976] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:36:44.982] [INFO] LocationSqlManager initialising [2026-05-05,11:36:44.982] [INFO] Location DB initialising [2026-05-05,11:36:44.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:36:44.997] [DEBUG] UploadManager Init [2026-05-05,11:36:44.998] [DEBUG] UploadManager Init Complete [2026-05-05,11:36:45.002] [INFO] Initializing GPS... [2026-05-05,11:36:45.005] [INFO] Starting location capture [2026-05-05,11:37:23.732] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:37:23.736] [INFO] LocationSqlManager initialising [2026-05-05,11:37:23.737] [INFO] Location DB initialising [2026-05-05,11:37:23.746] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:37:23.747] [DEBUG] UploadManager Init [2026-05-05,11:37:23.748] [DEBUG] UploadManager Init Complete [2026-05-05,11:37:23.751] [INFO] Initializing GPS... [2026-05-05,11:37:23.753] [INFO] Starting location capture [2026-05-05,11:38:03.530] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:38:03.536] [INFO] LocationSqlManager initialising [2026-05-05,11:38:03.537] [INFO] Location DB initialising [2026-05-05,11:38:03.549] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:38:03.550] [DEBUG] UploadManager Init [2026-05-05,11:38:03.550] [DEBUG] UploadManager Init Complete [2026-05-05,11:38:03.554] [INFO] Initializing GPS... [2026-05-05,11:38:03.556] [INFO] Starting location capture [2026-05-05,11:38:42.438] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:38:42.447] [INFO] LocationSqlManager initialising [2026-05-05,11:38:42.448] [INFO] Location DB initialising [2026-05-05,11:38:42.459] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:38:42.460] [DEBUG] UploadManager Init [2026-05-05,11:38:42.461] [DEBUG] UploadManager Init Complete [2026-05-05,11:38:42.466] [INFO] Initializing GPS... [2026-05-05,11:38:42.469] [INFO] Starting location capture [2026-05-05,11:39:22.535] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:39:22.539] [INFO] LocationSqlManager initialising [2026-05-05,11:39:22.539] [INFO] Location DB initialising [2026-05-05,11:39:22.549] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:39:22.550] [DEBUG] UploadManager Init [2026-05-05,11:39:22.550] [DEBUG] UploadManager Init Complete [2026-05-05,11:39:22.553] [INFO] Initializing GPS... [2026-05-05,11:39:22.555] [INFO] Starting location capture [2026-05-05,11:40:02.644] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:40:02.649] [INFO] LocationSqlManager initialising [2026-05-05,11:40:02.650] [INFO] Location DB initialising [2026-05-05,11:40:02.663] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:40:02.664] [DEBUG] UploadManager Init [2026-05-05,11:40:02.665] [DEBUG] UploadManager Init Complete [2026-05-05,11:40:02.668] [INFO] Initializing GPS... [2026-05-05,11:40:02.671] [INFO] Starting location capture [2026-05-05,11:40:41.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:40:41.132] [INFO] LocationSqlManager initialising [2026-05-05,11:40:41.133] [INFO] Location DB initialising [2026-05-05,11:40:41.144] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:40:41.146] [DEBUG] UploadManager Init [2026-05-05,11:40:41.146] [DEBUG] UploadManager Init Complete [2026-05-05,11:40:41.151] [INFO] Initializing GPS... [2026-05-05,11:40:41.154] [INFO] Starting location capture [2026-05-05,11:41:21.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:41:21.141] [INFO] LocationSqlManager initialising [2026-05-05,11:41:21.142] [INFO] Location DB initialising [2026-05-05,11:41:21.153] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:41:21.154] [DEBUG] UploadManager Init [2026-05-05,11:41:21.155] [DEBUG] UploadManager Init Complete [2026-05-05,11:41:21.159] [INFO] Initializing GPS... [2026-05-05,11:41:21.162] [INFO] Starting location capture [2026-05-05,11:42:01.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:42:01.179] [INFO] LocationSqlManager initialising [2026-05-05,11:42:01.180] [INFO] Location DB initialising [2026-05-05,11:42:01.189] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:42:01.190] [DEBUG] UploadManager Init [2026-05-05,11:42:01.190] [DEBUG] UploadManager Init Complete [2026-05-05,11:42:01.193] [INFO] Initializing GPS... [2026-05-05,11:42:01.195] [INFO] Starting location capture [2026-05-05,11:42:41.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:42:41.255] [INFO] LocationSqlManager initialising [2026-05-05,11:42:41.256] [INFO] Location DB initialising [2026-05-05,11:42:41.267] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:42:41.269] [DEBUG] UploadManager Init [2026-05-05,11:42:41.269] [DEBUG] UploadManager Init Complete [2026-05-05,11:42:41.274] [INFO] Initializing GPS... [2026-05-05,11:42:41.277] [INFO] Starting location capture [2026-05-05,11:43:20.395] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:43:20.402] [INFO] LocationSqlManager initialising [2026-05-05,11:43:20.403] [INFO] Location DB initialising [2026-05-05,11:43:20.414] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:43:20.415] [DEBUG] UploadManager Init [2026-05-05,11:43:20.416] [DEBUG] UploadManager Init Complete [2026-05-05,11:43:20.424] [INFO] Initializing GPS... [2026-05-05,11:43:20.427] [INFO] Starting location capture [2026-05-05,11:44:00.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:44:00.916] [INFO] LocationSqlManager initialising [2026-05-05,11:44:00.917] [INFO] Location DB initialising [2026-05-05,11:44:00.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:44:00.930] [DEBUG] UploadManager Init [2026-05-05,11:44:00.931] [DEBUG] UploadManager Init Complete [2026-05-05,11:44:00.935] [INFO] Initializing GPS... [2026-05-05,11:44:00.938] [INFO] Starting location capture [2026-05-05,11:44:40.555] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:44:40.566] [INFO] LocationSqlManager initialising [2026-05-05,11:44:40.567] [INFO] Location DB initialising [2026-05-05,11:44:40.582] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:44:40.583] [DEBUG] UploadManager Init [2026-05-05,11:44:40.584] [DEBUG] UploadManager Init Complete [2026-05-05,11:44:40.590] [INFO] Initializing GPS... [2026-05-05,11:44:40.595] [INFO] Starting location capture [2026-05-05,11:45:19.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:45:19.916] [INFO] LocationSqlManager initialising [2026-05-05,11:45:19.916] [INFO] Location DB initialising [2026-05-05,11:45:19.926] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:45:19.927] [DEBUG] UploadManager Init [2026-05-05,11:45:19.927] [DEBUG] UploadManager Init Complete [2026-05-05,11:45:19.930] [INFO] Initializing GPS... [2026-05-05,11:45:19.932] [INFO] Starting location capture [2026-05-05,11:45:58.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:45:58.874] [INFO] LocationSqlManager initialising [2026-05-05,11:45:58.874] [INFO] Location DB initialising [2026-05-05,11:45:58.884] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:45:58.884] [DEBUG] UploadManager Init [2026-05-05,11:45:58.885] [DEBUG] UploadManager Init Complete [2026-05-05,11:45:58.888] [INFO] Initializing GPS... [2026-05-05,11:45:58.890] [INFO] Starting location capture [2026-05-05,11:46:38.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:46:38.271] [INFO] LocationSqlManager initialising [2026-05-05,11:46:38.272] [INFO] Location DB initialising [2026-05-05,11:46:38.284] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:46:38.285] [DEBUG] UploadManager Init [2026-05-05,11:46:38.286] [DEBUG] UploadManager Init Complete [2026-05-05,11:46:38.290] [INFO] Initializing GPS... [2026-05-05,11:46:38.293] [INFO] Starting location capture [2026-05-05,11:47:14.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:47:14.829] [INFO] LocationSqlManager initialising [2026-05-05,11:47:14.829] [INFO] Location DB initialising [2026-05-05,11:47:14.839] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:47:14.839] [DEBUG] UploadManager Init [2026-05-05,11:47:14.840] [DEBUG] UploadManager Init Complete [2026-05-05,11:47:14.842] [INFO] Initializing GPS... [2026-05-05,11:47:14.844] [INFO] Starting location capture [2026-05-05,11:47:54.440] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:47:54.443] [INFO] LocationSqlManager initialising [2026-05-05,11:47:54.444] [INFO] Location DB initialising [2026-05-05,11:47:54.453] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:47:54.454] [DEBUG] UploadManager Init [2026-05-05,11:47:54.454] [DEBUG] UploadManager Init Complete [2026-05-05,11:47:54.457] [INFO] Initializing GPS... [2026-05-05,11:47:54.459] [INFO] Starting location capture [2026-05-05,11:48:28.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:48:28.108] [INFO] LocationSqlManager initialising [2026-05-05,11:48:28.109] [INFO] Location DB initialising [2026-05-05,11:48:28.123] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:48:28.124] [DEBUG] UploadManager Init [2026-05-05,11:48:28.125] [DEBUG] UploadManager Init Complete [2026-05-05,11:48:28.129] [INFO] Initializing GPS... [2026-05-05,11:48:28.132] [INFO] Starting location capture [2026-05-05,11:49:08.237] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:49:08.242] [INFO] LocationSqlManager initialising [2026-05-05,11:49:08.243] [INFO] Location DB initialising [2026-05-05,11:49:08.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:49:08.254] [DEBUG] UploadManager Init [2026-05-05,11:49:08.254] [DEBUG] UploadManager Init Complete [2026-05-05,11:49:08.257] [INFO] Initializing GPS... [2026-05-05,11:49:08.259] [INFO] Starting location capture [2026-05-05,11:49:44.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:49:44.936] [INFO] LocationSqlManager initialising [2026-05-05,11:49:44.937] [INFO] Location DB initialising [2026-05-05,11:49:44.946] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:49:44.947] [DEBUG] UploadManager Init [2026-05-05,11:49:44.947] [DEBUG] UploadManager Init Complete [2026-05-05,11:49:44.950] [INFO] Initializing GPS... [2026-05-05,11:49:44.952] [INFO] Starting location capture [2026-05-05,11:50:23.710] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:50:23.718] [INFO] LocationSqlManager initialising [2026-05-05,11:50:23.719] [INFO] Location DB initialising [2026-05-05,11:50:23.730] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:50:23.731] [DEBUG] UploadManager Init [2026-05-05,11:50:23.732] [DEBUG] UploadManager Init Complete [2026-05-05,11:50:23.736] [INFO] Initializing GPS... [2026-05-05,11:50:23.739] [INFO] Starting location capture [2026-05-05,11:51:03.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:51:03.103] [INFO] LocationSqlManager initialising [2026-05-05,11:51:03.104] [INFO] Location DB initialising [2026-05-05,11:51:03.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:51:03.117] [DEBUG] UploadManager Init [2026-05-05,11:51:03.118] [DEBUG] UploadManager Init Complete [2026-05-05,11:51:03.122] [INFO] Initializing GPS... [2026-05-05,11:51:03.125] [INFO] Starting location capture [2026-05-05,11:51:41.843] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:51:41.848] [INFO] LocationSqlManager initialising [2026-05-05,11:51:41.849] [INFO] Location DB initialising [2026-05-05,11:51:41.858] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:51:41.859] [DEBUG] UploadManager Init [2026-05-05,11:51:41.859] [DEBUG] UploadManager Init Complete [2026-05-05,11:51:41.862] [INFO] Initializing GPS... [2026-05-05,11:51:41.864] [INFO] Starting location capture [2026-05-05,11:52:21.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:52:21.918] [INFO] LocationSqlManager initialising [2026-05-05,11:52:21.918] [INFO] Location DB initialising [2026-05-05,11:52:21.928] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:52:21.928] [DEBUG] UploadManager Init [2026-05-05,11:52:21.929] [DEBUG] UploadManager Init Complete [2026-05-05,11:52:21.931] [INFO] Initializing GPS... [2026-05-05,11:52:21.933] [INFO] Starting location capture [2026-05-05,11:53:00.995] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:53:01.001] [INFO] LocationSqlManager initialising [2026-05-05,11:53:01.002] [INFO] Location DB initialising [2026-05-05,11:53:01.011] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:53:01.012] [DEBUG] UploadManager Init [2026-05-05,11:53:01.012] [DEBUG] UploadManager Init Complete [2026-05-05,11:53:01.015] [INFO] Initializing GPS... [2026-05-05,11:53:01.017] [INFO] Starting location capture [2026-05-05,11:53:41.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:53:41.181] [INFO] LocationSqlManager initialising [2026-05-05,11:53:41.182] [INFO] Location DB initialising [2026-05-05,11:53:41.194] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:53:41.195] [DEBUG] UploadManager Init [2026-05-05,11:53:41.196] [DEBUG] UploadManager Init Complete [2026-05-05,11:53:41.203] [INFO] Initializing GPS... [2026-05-05,11:53:41.207] [INFO] Starting location capture [2026-05-05,11:54:20.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:54:20.893] [INFO] LocationSqlManager initialising [2026-05-05,11:54:20.894] [INFO] Location DB initialising [2026-05-05,11:54:20.903] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:54:20.904] [DEBUG] UploadManager Init [2026-05-05,11:54:20.904] [DEBUG] UploadManager Init Complete [2026-05-05,11:54:20.907] [INFO] Initializing GPS... [2026-05-05,11:54:20.909] [INFO] Starting location capture [2026-05-05,11:54:59.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:54:59.713] [INFO] LocationSqlManager initialising [2026-05-05,11:54:59.714] [INFO] Location DB initialising [2026-05-05,11:54:59.727] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:54:59.728] [DEBUG] UploadManager Init [2026-05-05,11:54:59.729] [DEBUG] UploadManager Init Complete [2026-05-05,11:54:59.734] [INFO] Initializing GPS... [2026-05-05,11:54:59.738] [INFO] Starting location capture [2026-05-05,11:55:41.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:55:41.130] [INFO] LocationSqlManager initialising [2026-05-05,11:55:41.131] [INFO] Location DB initialising [2026-05-05,11:55:41.142] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:55:41.144] [DEBUG] UploadManager Init [2026-05-05,11:55:41.144] [DEBUG] UploadManager Init Complete [2026-05-05,11:55:41.149] [INFO] Initializing GPS... [2026-05-05,11:55:41.151] [INFO] Starting location capture [2026-05-05,11:56:18.882] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:56:18.887] [INFO] LocationSqlManager initialising [2026-05-05,11:56:18.887] [INFO] Location DB initialising [2026-05-05,11:56:18.897] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:56:18.898] [DEBUG] UploadManager Init [2026-05-05,11:56:18.899] [DEBUG] UploadManager Init Complete [2026-05-05,11:56:18.903] [INFO] Initializing GPS... [2026-05-05,11:56:18.905] [INFO] Starting location capture [2026-05-05,11:56:58.609] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:56:58.615] [INFO] LocationSqlManager initialising [2026-05-05,11:56:58.615] [INFO] Location DB initialising [2026-05-05,11:56:58.624] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:56:58.625] [DEBUG] UploadManager Init [2026-05-05,11:56:58.626] [DEBUG] UploadManager Init Complete [2026-05-05,11:56:58.628] [INFO] Initializing GPS... [2026-05-05,11:56:58.630] [INFO] Starting location capture [2026-05-05,11:57:33.365] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:57:33.370] [INFO] LocationSqlManager initialising [2026-05-05,11:57:33.371] [INFO] Location DB initialising [2026-05-05,11:57:33.380] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:57:33.381] [DEBUG] UploadManager Init [2026-05-05,11:57:33.381] [DEBUG] UploadManager Init Complete [2026-05-05,11:57:33.384] [INFO] Initializing GPS... [2026-05-05,11:57:33.386] [INFO] Starting location capture [2026-05-05,11:58:13.685] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:58:13.689] [INFO] LocationSqlManager initialising [2026-05-05,11:58:13.689] [INFO] Location DB initialising [2026-05-05,11:58:13.699] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:58:13.700] [DEBUG] UploadManager Init [2026-05-05,11:58:13.700] [DEBUG] UploadManager Init Complete [2026-05-05,11:58:13.703] [INFO] Initializing GPS... [2026-05-05,11:58:13.705] [INFO] Starting location capture [2026-05-05,11:58:52.268] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:58:52.273] [INFO] LocationSqlManager initialising [2026-05-05,11:58:52.274] [INFO] Location DB initialising [2026-05-05,11:58:52.283] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:58:52.283] [DEBUG] UploadManager Init [2026-05-05,11:58:52.284] [DEBUG] UploadManager Init Complete [2026-05-05,11:58:52.287] [INFO] Initializing GPS... [2026-05-05,11:58:52.289] [INFO] Starting location capture [2026-05-05,11:59:30.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,11:59:30.972] [INFO] LocationSqlManager initialising [2026-05-05,11:59:30.974] [INFO] Location DB initialising [2026-05-05,11:59:30.985] [INFO] LocationSqlManager initialisation complete [2026-05-05,11:59:30.986] [DEBUG] UploadManager Init [2026-05-05,11:59:30.987] [DEBUG] UploadManager Init Complete [2026-05-05,11:59:30.991] [INFO] Initializing GPS... [2026-05-05,11:59:30.994] [INFO] Starting location capture [2026-05-05,12:00:10.764] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:00:10.771] [INFO] LocationSqlManager initialising [2026-05-05,12:00:10.772] [INFO] Location DB initialising [2026-05-05,12:00:10.783] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:00:10.784] [DEBUG] UploadManager Init [2026-05-05,12:00:10.785] [DEBUG] UploadManager Init Complete [2026-05-05,12:00:10.789] [INFO] Initializing GPS... [2026-05-05,12:00:10.792] [INFO] Starting location capture [2026-05-05,12:00:50.447] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:00:50.450] [INFO] LocationSqlManager initialising [2026-05-05,12:00:50.451] [INFO] Location DB initialising [2026-05-05,12:00:50.460] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:00:50.461] [DEBUG] UploadManager Init [2026-05-05,12:00:50.461] [DEBUG] UploadManager Init Complete [2026-05-05,12:00:50.463] [INFO] Initializing GPS... [2026-05-05,12:00:50.465] [INFO] Starting location capture [2026-05-05,12:01:29.369] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:01:29.377] [INFO] LocationSqlManager initialising [2026-05-05,12:01:29.377] [INFO] Location DB initialising [2026-05-05,12:01:29.390] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:01:29.391] [DEBUG] UploadManager Init [2026-05-05,12:01:29.392] [DEBUG] UploadManager Init Complete [2026-05-05,12:01:29.396] [INFO] Initializing GPS... [2026-05-05,12:01:29.399] [INFO] Starting location capture [2026-05-05,12:02:08.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:02:08.780] [INFO] LocationSqlManager initialising [2026-05-05,12:02:08.780] [INFO] Location DB initialising [2026-05-05,12:02:08.789] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:02:08.790] [DEBUG] UploadManager Init [2026-05-05,12:02:08.790] [DEBUG] UploadManager Init Complete [2026-05-05,12:02:08.793] [INFO] Initializing GPS... [2026-05-05,12:02:08.795] [INFO] Starting location capture [2026-05-05,12:02:48.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:02:48.027] [INFO] LocationSqlManager initialising [2026-05-05,12:02:48.027] [INFO] Location DB initialising [2026-05-05,12:02:48.039] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:02:48.040] [DEBUG] UploadManager Init [2026-05-05,12:02:48.041] [DEBUG] UploadManager Init Complete [2026-05-05,12:02:48.045] [INFO] Initializing GPS... [2026-05-05,12:02:48.048] [INFO] Starting location capture [2026-05-05,12:03:27.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:03:27.968] [INFO] LocationSqlManager initialising [2026-05-05,12:03:27.969] [INFO] Location DB initialising [2026-05-05,12:03:27.980] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:03:27.982] [DEBUG] UploadManager Init [2026-05-05,12:03:27.982] [DEBUG] UploadManager Init Complete [2026-05-05,12:03:27.987] [INFO] Initializing GPS... [2026-05-05,12:03:27.990] [INFO] Starting location capture [2026-05-05,12:04:07.759] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:04:07.764] [INFO] LocationSqlManager initialising [2026-05-05,12:04:07.765] [INFO] Location DB initialising [2026-05-05,12:04:07.775] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:04:07.776] [DEBUG] UploadManager Init [2026-05-05,12:04:07.776] [DEBUG] UploadManager Init Complete [2026-05-05,12:04:07.779] [INFO] Initializing GPS... [2026-05-05,12:04:07.781] [INFO] Starting location capture [2026-05-05,12:04:46.345] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:04:46.350] [INFO] LocationSqlManager initialising [2026-05-05,12:04:46.351] [INFO] Location DB initialising [2026-05-05,12:04:46.361] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:04:46.362] [DEBUG] UploadManager Init [2026-05-05,12:04:46.362] [DEBUG] UploadManager Init Complete [2026-05-05,12:04:46.365] [INFO] Initializing GPS... [2026-05-05,12:04:46.367] [INFO] Starting location capture [2026-05-05,12:05:26.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:05:26.033] [INFO] LocationSqlManager initialising [2026-05-05,12:05:26.033] [INFO] Location DB initialising [2026-05-05,12:05:26.044] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:05:26.045] [DEBUG] UploadManager Init [2026-05-05,12:05:26.046] [DEBUG] UploadManager Init Complete [2026-05-05,12:05:26.049] [INFO] Initializing GPS... [2026-05-05,12:05:26.052] [INFO] Starting location capture [2026-05-05,12:06:05.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:06:05.028] [INFO] LocationSqlManager initialising [2026-05-05,12:06:05.029] [INFO] Location DB initialising [2026-05-05,12:06:05.040] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:06:05.041] [DEBUG] UploadManager Init [2026-05-05,12:06:05.042] [DEBUG] UploadManager Init Complete [2026-05-05,12:06:05.046] [INFO] Initializing GPS... [2026-05-05,12:06:05.049] [INFO] Starting location capture [2026-05-05,12:06:44.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:06:44.913] [INFO] LocationSqlManager initialising [2026-05-05,12:06:44.914] [INFO] Location DB initialising [2026-05-05,12:06:44.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:06:44.925] [DEBUG] UploadManager Init [2026-05-05,12:06:44.926] [DEBUG] UploadManager Init Complete [2026-05-05,12:06:44.929] [INFO] Initializing GPS... [2026-05-05,12:06:44.931] [INFO] Starting location capture [2026-05-05,12:07:23.884] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:07:23.890] [INFO] LocationSqlManager initialising [2026-05-05,12:07:23.890] [INFO] Location DB initialising [2026-05-05,12:07:23.900] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:07:23.901] [DEBUG] UploadManager Init [2026-05-05,12:07:23.901] [DEBUG] UploadManager Init Complete [2026-05-05,12:07:23.904] [INFO] Initializing GPS... [2026-05-05,12:07:23.906] [INFO] Starting location capture [2026-05-05,12:08:03.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:08:03.812] [INFO] LocationSqlManager initialising [2026-05-05,12:08:03.813] [INFO] Location DB initialising [2026-05-05,12:08:03.822] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:08:03.823] [DEBUG] UploadManager Init [2026-05-05,12:08:03.823] [DEBUG] UploadManager Init Complete [2026-05-05,12:08:03.826] [INFO] Initializing GPS... [2026-05-05,12:08:03.828] [INFO] Starting location capture [2026-05-05,12:08:42.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:08:42.760] [INFO] LocationSqlManager initialising [2026-05-05,12:08:42.761] [INFO] Location DB initialising [2026-05-05,12:08:42.777] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:08:42.778] [DEBUG] UploadManager Init [2026-05-05,12:08:42.779] [DEBUG] UploadManager Init Complete [2026-05-05,12:08:42.784] [INFO] Initializing GPS... [2026-05-05,12:08:42.787] [INFO] Starting location capture [2026-05-05,12:09:21.958] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:09:21.965] [INFO] LocationSqlManager initialising [2026-05-05,12:09:21.966] [INFO] Location DB initialising [2026-05-05,12:09:21.977] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:09:21.978] [DEBUG] UploadManager Init [2026-05-05,12:09:21.979] [DEBUG] UploadManager Init Complete [2026-05-05,12:09:21.983] [INFO] Initializing GPS... [2026-05-05,12:09:21.986] [INFO] Starting location capture [2026-05-05,12:10:01.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:10:02.004] [INFO] LocationSqlManager initialising [2026-05-05,12:10:02.005] [INFO] Location DB initialising [2026-05-05,12:10:02.014] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:10:02.015] [DEBUG] UploadManager Init [2026-05-05,12:10:02.015] [DEBUG] UploadManager Init Complete [2026-05-05,12:10:02.018] [INFO] Initializing GPS... [2026-05-05,12:10:02.019] [INFO] Starting location capture [2026-05-05,12:10:41.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:10:41.964] [INFO] LocationSqlManager initialising [2026-05-05,12:10:41.965] [INFO] Location DB initialising [2026-05-05,12:10:41.976] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:10:41.977] [DEBUG] UploadManager Init [2026-05-05,12:10:41.978] [DEBUG] UploadManager Init Complete [2026-05-05,12:10:41.982] [INFO] Initializing GPS... [2026-05-05,12:10:41.985] [INFO] Starting location capture [2026-05-05,12:11:16.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:11:16.962] [INFO] LocationSqlManager initialising [2026-05-05,12:11:16.963] [INFO] Location DB initialising [2026-05-05,12:11:16.973] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:11:16.973] [DEBUG] UploadManager Init [2026-05-05,12:11:16.974] [DEBUG] UploadManager Init Complete [2026-05-05,12:11:16.977] [INFO] Initializing GPS... [2026-05-05,12:11:16.979] [INFO] Starting location capture [2026-05-05,12:11:55.636] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:11:55.644] [INFO] LocationSqlManager initialising [2026-05-05,12:11:55.645] [INFO] Location DB initialising [2026-05-05,12:11:55.656] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:11:55.657] [DEBUG] UploadManager Init [2026-05-05,12:11:55.658] [DEBUG] UploadManager Init Complete [2026-05-05,12:11:55.663] [INFO] Initializing GPS... [2026-05-05,12:11:55.665] [INFO] Starting location capture [2026-05-05,12:12:35.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:12:35.572] [INFO] LocationSqlManager initialising [2026-05-05,12:12:35.572] [INFO] Location DB initialising [2026-05-05,12:12:35.582] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:12:35.583] [DEBUG] UploadManager Init [2026-05-05,12:12:35.583] [DEBUG] UploadManager Init Complete [2026-05-05,12:12:35.587] [INFO] Initializing GPS... [2026-05-05,12:12:35.590] [INFO] Starting location capture [2026-05-05,12:13:14.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:13:14.757] [INFO] LocationSqlManager initialising [2026-05-05,12:13:14.757] [INFO] Location DB initialising [2026-05-05,12:13:14.767] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:13:14.767] [DEBUG] UploadManager Init [2026-05-05,12:13:14.768] [DEBUG] UploadManager Init Complete [2026-05-05,12:13:14.770] [INFO] Initializing GPS... [2026-05-05,12:13:14.772] [INFO] Starting location capture [2026-05-05,12:13:53.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:13:53.819] [INFO] LocationSqlManager initialising [2026-05-05,12:13:53.820] [INFO] Location DB initialising [2026-05-05,12:13:53.831] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:13:53.833] [DEBUG] UploadManager Init [2026-05-05,12:13:53.833] [DEBUG] UploadManager Init Complete [2026-05-05,12:13:53.838] [INFO] Initializing GPS... [2026-05-05,12:13:53.840] [INFO] Starting location capture [2026-05-05,12:14:33.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:14:33.772] [INFO] LocationSqlManager initialising [2026-05-05,12:14:33.774] [INFO] Location DB initialising [2026-05-05,12:14:33.789] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:14:33.791] [DEBUG] UploadManager Init [2026-05-05,12:14:33.792] [DEBUG] UploadManager Init Complete [2026-05-05,12:14:33.798] [INFO] Initializing GPS... [2026-05-05,12:14:33.801] [INFO] Starting location capture [2026-05-05,12:15:13.483] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:15:13.491] [INFO] LocationSqlManager initialising [2026-05-05,12:15:13.492] [INFO] Location DB initialising [2026-05-05,12:15:13.503] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:15:13.505] [DEBUG] UploadManager Init [2026-05-05,12:15:13.505] [DEBUG] UploadManager Init Complete [2026-05-05,12:15:13.510] [INFO] Initializing GPS... [2026-05-05,12:15:13.513] [INFO] Starting location capture [2026-05-05,12:15:52.648] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:15:52.653] [INFO] LocationSqlManager initialising [2026-05-05,12:15:52.654] [INFO] Location DB initialising [2026-05-05,12:15:52.663] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:15:52.663] [DEBUG] UploadManager Init [2026-05-05,12:15:52.664] [DEBUG] UploadManager Init Complete [2026-05-05,12:15:52.666] [INFO] Initializing GPS... [2026-05-05,12:15:52.668] [INFO] Starting location capture [2026-05-05,12:16:32.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:16:32.747] [INFO] LocationSqlManager initialising [2026-05-05,12:16:32.747] [INFO] Location DB initialising [2026-05-05,12:16:32.757] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:16:32.758] [DEBUG] UploadManager Init [2026-05-05,12:16:32.758] [DEBUG] UploadManager Init Complete [2026-05-05,12:16:32.761] [INFO] Initializing GPS... [2026-05-05,12:16:32.762] [INFO] Starting location capture [2026-05-05,12:17:11.639] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:17:11.645] [INFO] LocationSqlManager initialising [2026-05-05,12:17:11.646] [INFO] Location DB initialising [2026-05-05,12:17:11.656] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:17:11.656] [DEBUG] UploadManager Init [2026-05-05,12:17:11.657] [DEBUG] UploadManager Init Complete [2026-05-05,12:17:11.660] [INFO] Initializing GPS... [2026-05-05,12:17:11.663] [INFO] Starting location capture [2026-05-05,12:17:50.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:17:50.636] [INFO] LocationSqlManager initialising [2026-05-05,12:17:50.636] [INFO] Location DB initialising [2026-05-05,12:17:50.646] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:17:50.647] [DEBUG] UploadManager Init [2026-05-05,12:17:50.648] [DEBUG] UploadManager Init Complete [2026-05-05,12:17:50.651] [INFO] Initializing GPS... [2026-05-05,12:17:50.654] [INFO] Starting location capture [2026-05-05,12:18:29.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:18:29.812] [INFO] LocationSqlManager initialising [2026-05-05,12:18:29.813] [INFO] Location DB initialising [2026-05-05,12:18:29.825] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:18:29.826] [DEBUG] UploadManager Init [2026-05-05,12:18:29.826] [DEBUG] UploadManager Init Complete [2026-05-05,12:18:29.831] [INFO] Initializing GPS... [2026-05-05,12:18:29.833] [INFO] Starting location capture [2026-05-05,12:19:09.563] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:19:09.570] [INFO] LocationSqlManager initialising [2026-05-05,12:19:09.571] [INFO] Location DB initialising [2026-05-05,12:19:09.582] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:19:09.584] [DEBUG] UploadManager Init [2026-05-05,12:19:09.584] [DEBUG] UploadManager Init Complete [2026-05-05,12:19:09.589] [INFO] Initializing GPS... [2026-05-05,12:19:09.592] [INFO] Starting location capture [2026-05-05,12:19:48.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:19:48.342] [INFO] LocationSqlManager initialising [2026-05-05,12:19:48.343] [INFO] Location DB initialising [2026-05-05,12:19:48.352] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:19:48.352] [DEBUG] UploadManager Init [2026-05-05,12:19:48.353] [DEBUG] UploadManager Init Complete [2026-05-05,12:19:48.355] [INFO] Initializing GPS... [2026-05-05,12:19:48.357] [INFO] Starting location capture [2026-05-05,12:20:27.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:20:27.916] [INFO] LocationSqlManager initialising [2026-05-05,12:20:27.917] [INFO] Location DB initialising [2026-05-05,12:20:27.926] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:20:27.927] [DEBUG] UploadManager Init [2026-05-05,12:20:27.927] [DEBUG] UploadManager Init Complete [2026-05-05,12:20:27.930] [INFO] Initializing GPS... [2026-05-05,12:20:27.932] [INFO] Starting location capture [2026-05-05,12:21:06.590] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:21:06.595] [INFO] LocationSqlManager initialising [2026-05-05,12:21:06.596] [INFO] Location DB initialising [2026-05-05,12:21:06.605] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:21:06.606] [DEBUG] UploadManager Init [2026-05-05,12:21:06.606] [DEBUG] UploadManager Init Complete [2026-05-05,12:21:06.609] [INFO] Initializing GPS... [2026-05-05,12:21:06.611] [INFO] Starting location capture [2026-05-05,12:21:45.412] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:21:45.419] [INFO] LocationSqlManager initialising [2026-05-05,12:21:45.420] [INFO] Location DB initialising [2026-05-05,12:21:45.432] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:21:45.433] [DEBUG] UploadManager Init [2026-05-05,12:21:45.434] [DEBUG] UploadManager Init Complete [2026-05-05,12:21:45.438] [INFO] Initializing GPS... [2026-05-05,12:21:45.441] [INFO] Starting location capture [2026-05-05,12:22:25.586] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:22:25.594] [INFO] LocationSqlManager initialising [2026-05-05,12:22:25.595] [INFO] Location DB initialising [2026-05-05,12:22:25.605] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:22:25.606] [DEBUG] UploadManager Init [2026-05-05,12:22:25.606] [DEBUG] UploadManager Init Complete [2026-05-05,12:22:25.610] [INFO] Initializing GPS... [2026-05-05,12:22:25.612] [INFO] Starting location capture [2026-05-05,12:23:04.769] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:23:04.774] [INFO] LocationSqlManager initialising [2026-05-05,12:23:04.775] [INFO] Location DB initialising [2026-05-05,12:23:04.784] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:23:04.785] [DEBUG] UploadManager Init [2026-05-05,12:23:04.785] [DEBUG] UploadManager Init Complete [2026-05-05,12:23:04.788] [INFO] Initializing GPS... [2026-05-05,12:23:04.790] [INFO] Starting location capture [2026-05-05,12:23:44.780] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:23:44.785] [INFO] LocationSqlManager initialising [2026-05-05,12:23:44.786] [INFO] Location DB initialising [2026-05-05,12:23:44.799] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:23:44.800] [DEBUG] UploadManager Init [2026-05-05,12:23:44.801] [DEBUG] UploadManager Init Complete [2026-05-05,12:23:44.806] [INFO] Initializing GPS... [2026-05-05,12:23:44.809] [INFO] Starting location capture [2026-05-05,12:24:23.877] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:24:23.882] [INFO] LocationSqlManager initialising [2026-05-05,12:24:23.882] [INFO] Location DB initialising [2026-05-05,12:24:23.891] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:24:23.892] [DEBUG] UploadManager Init [2026-05-05,12:24:23.892] [DEBUG] UploadManager Init Complete [2026-05-05,12:24:23.895] [INFO] Initializing GPS... [2026-05-05,12:24:23.897] [INFO] Starting location capture [2026-05-05,12:25:02.689] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:25:02.695] [INFO] LocationSqlManager initialising [2026-05-05,12:25:02.695] [INFO] Location DB initialising [2026-05-05,12:25:02.705] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:25:02.706] [DEBUG] UploadManager Init [2026-05-05,12:25:02.707] [DEBUG] UploadManager Init Complete [2026-05-05,12:25:02.712] [INFO] Initializing GPS... [2026-05-05,12:25:02.715] [INFO] Starting location capture [2026-05-05,12:25:42.561] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:25:42.568] [INFO] LocationSqlManager initialising [2026-05-05,12:25:42.569] [INFO] Location DB initialising [2026-05-05,12:25:42.581] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:25:42.582] [DEBUG] UploadManager Init [2026-05-05,12:25:42.583] [DEBUG] UploadManager Init Complete [2026-05-05,12:25:42.587] [INFO] Initializing GPS... [2026-05-05,12:25:42.590] [INFO] Starting location capture [2026-05-05,12:26:22.618] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:26:22.623] [INFO] LocationSqlManager initialising [2026-05-05,12:26:22.624] [INFO] Location DB initialising [2026-05-05,12:26:22.634] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:26:22.635] [DEBUG] UploadManager Init [2026-05-05,12:26:22.636] [DEBUG] UploadManager Init Complete [2026-05-05,12:26:22.639] [INFO] Initializing GPS... [2026-05-05,12:26:22.641] [INFO] Starting location capture [2026-05-05,12:27:01.781] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:27:01.790] [INFO] LocationSqlManager initialising [2026-05-05,12:27:01.792] [INFO] Location DB initialising [2026-05-05,12:27:01.806] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:27:01.807] [DEBUG] UploadManager Init [2026-05-05,12:27:01.808] [DEBUG] UploadManager Init Complete [2026-05-05,12:27:01.812] [INFO] Initializing GPS... [2026-05-05,12:27:01.815] [INFO] Starting location capture [2026-05-05,12:27:40.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:27:40.723] [INFO] LocationSqlManager initialising [2026-05-05,12:27:40.724] [INFO] Location DB initialising [2026-05-05,12:27:40.735] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:27:40.736] [DEBUG] UploadManager Init [2026-05-05,12:27:40.737] [DEBUG] UploadManager Init Complete [2026-05-05,12:27:40.741] [INFO] Initializing GPS... [2026-05-05,12:27:40.744] [INFO] Starting location capture [2026-05-05,12:28:19.512] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:28:19.518] [INFO] LocationSqlManager initialising [2026-05-05,12:28:19.518] [INFO] Location DB initialising [2026-05-05,12:28:19.528] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:28:19.529] [DEBUG] UploadManager Init [2026-05-05,12:28:19.529] [DEBUG] UploadManager Init Complete [2026-05-05,12:28:19.532] [INFO] Initializing GPS... [2026-05-05,12:28:19.534] [INFO] Starting location capture [2026-05-05,12:28:58.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:28:58.881] [INFO] LocationSqlManager initialising [2026-05-05,12:28:58.881] [INFO] Location DB initialising [2026-05-05,12:28:58.891] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:28:58.891] [DEBUG] UploadManager Init [2026-05-05,12:28:58.892] [DEBUG] UploadManager Init Complete [2026-05-05,12:28:58.895] [INFO] Initializing GPS... [2026-05-05,12:28:58.896] [INFO] Starting location capture [2026-05-05,12:29:38.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:29:38.894] [INFO] LocationSqlManager initialising [2026-05-05,12:29:38.895] [INFO] Location DB initialising [2026-05-05,12:29:38.906] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:29:38.907] [DEBUG] UploadManager Init [2026-05-05,12:29:38.908] [DEBUG] UploadManager Init Complete [2026-05-05,12:29:38.912] [INFO] Initializing GPS... [2026-05-05,12:29:38.915] [INFO] Starting location capture [2026-05-05,12:30:17.788] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:30:17.795] [INFO] LocationSqlManager initialising [2026-05-05,12:30:17.796] [INFO] Location DB initialising [2026-05-05,12:30:17.807] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:30:17.808] [DEBUG] UploadManager Init [2026-05-05,12:30:17.809] [DEBUG] UploadManager Init Complete [2026-05-05,12:30:17.813] [INFO] Initializing GPS... [2026-05-05,12:30:17.816] [INFO] Starting location capture [2026-05-05,12:30:56.651] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:30:56.656] [INFO] LocationSqlManager initialising [2026-05-05,12:30:56.657] [INFO] Location DB initialising [2026-05-05,12:30:56.666] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:30:56.666] [DEBUG] UploadManager Init [2026-05-05,12:30:56.667] [DEBUG] UploadManager Init Complete [2026-05-05,12:30:56.670] [INFO] Initializing GPS... [2026-05-05,12:30:56.672] [INFO] Starting location capture [2026-05-05,12:31:37.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:31:37.082] [INFO] LocationSqlManager initialising [2026-05-05,12:31:37.082] [INFO] Location DB initialising [2026-05-05,12:31:37.092] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:31:37.092] [DEBUG] UploadManager Init [2026-05-05,12:31:37.093] [DEBUG] UploadManager Init Complete [2026-05-05,12:31:37.095] [INFO] Initializing GPS... [2026-05-05,12:31:37.097] [INFO] Starting location capture [2026-05-05,12:32:17.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:32:17.142] [INFO] LocationSqlManager initialising [2026-05-05,12:32:17.143] [INFO] Location DB initialising [2026-05-05,12:32:17.155] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:32:17.156] [DEBUG] UploadManager Init [2026-05-05,12:32:17.156] [DEBUG] UploadManager Init Complete [2026-05-05,12:32:17.160] [INFO] Initializing GPS... [2026-05-05,12:32:17.163] [INFO] Starting location capture [2026-05-05,12:32:55.525] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:32:55.533] [INFO] LocationSqlManager initialising [2026-05-05,12:32:55.534] [INFO] Location DB initialising [2026-05-05,12:32:55.545] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:32:55.546] [DEBUG] UploadManager Init [2026-05-05,12:32:55.547] [DEBUG] UploadManager Init Complete [2026-05-05,12:32:55.552] [INFO] Initializing GPS... [2026-05-05,12:32:55.554] [INFO] Starting location capture [2026-05-05,12:33:35.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:33:35.925] [INFO] LocationSqlManager initialising [2026-05-05,12:33:35.926] [INFO] Location DB initialising [2026-05-05,12:33:35.937] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:33:35.939] [DEBUG] UploadManager Init [2026-05-05,12:33:35.939] [DEBUG] UploadManager Init Complete [2026-05-05,12:33:35.944] [INFO] Initializing GPS... [2026-05-05,12:33:35.947] [INFO] Starting location capture [2026-05-05,12:34:14.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:34:14.766] [INFO] LocationSqlManager initialising [2026-05-05,12:34:14.767] [INFO] Location DB initialising [2026-05-05,12:34:14.781] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:34:14.783] [DEBUG] UploadManager Init [2026-05-05,12:34:14.783] [DEBUG] UploadManager Init Complete [2026-05-05,12:34:14.788] [INFO] Initializing GPS... [2026-05-05,12:34:14.791] [INFO] Starting location capture [2026-05-05,12:34:53.492] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:34:53.499] [INFO] LocationSqlManager initialising [2026-05-05,12:34:53.499] [INFO] Location DB initialising [2026-05-05,12:34:53.509] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:34:53.509] [DEBUG] UploadManager Init [2026-05-05,12:34:53.510] [DEBUG] UploadManager Init Complete [2026-05-05,12:34:53.512] [INFO] Initializing GPS... [2026-05-05,12:34:53.514] [INFO] Starting location capture [2026-05-05,12:35:33.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:35:33.641] [INFO] LocationSqlManager initialising [2026-05-05,12:35:33.642] [INFO] Location DB initialising [2026-05-05,12:35:33.654] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:35:33.655] [DEBUG] UploadManager Init [2026-05-05,12:35:33.655] [DEBUG] UploadManager Init Complete [2026-05-05,12:35:33.660] [INFO] Initializing GPS... [2026-05-05,12:35:33.663] [INFO] Starting location capture [2026-05-05,12:36:12.362] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:36:12.367] [INFO] LocationSqlManager initialising [2026-05-05,12:36:12.368] [INFO] Location DB initialising [2026-05-05,12:36:12.377] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:36:12.378] [DEBUG] UploadManager Init [2026-05-05,12:36:12.378] [DEBUG] UploadManager Init Complete [2026-05-05,12:36:12.381] [INFO] Initializing GPS... [2026-05-05,12:36:12.383] [INFO] Starting location capture [2026-05-05,12:36:51.486] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:36:51.492] [INFO] LocationSqlManager initialising [2026-05-05,12:36:51.493] [INFO] Location DB initialising [2026-05-05,12:36:51.504] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:36:51.506] [DEBUG] UploadManager Init [2026-05-05,12:36:51.506] [DEBUG] UploadManager Init Complete [2026-05-05,12:36:51.511] [INFO] Initializing GPS... [2026-05-05,12:36:51.513] [INFO] Starting location capture [2026-05-05,12:37:27.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:37:27.098] [INFO] LocationSqlManager initialising [2026-05-05,12:37:27.099] [INFO] Location DB initialising [2026-05-05,12:37:27.109] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:37:27.110] [DEBUG] UploadManager Init [2026-05-05,12:37:27.110] [DEBUG] UploadManager Init Complete [2026-05-05,12:37:27.114] [INFO] Initializing GPS... [2026-05-05,12:37:27.116] [INFO] Starting location capture [2026-05-05,12:38:06.571] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:38:06.576] [INFO] LocationSqlManager initialising [2026-05-05,12:38:06.576] [INFO] Location DB initialising [2026-05-05,12:38:06.586] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:38:06.586] [DEBUG] UploadManager Init [2026-05-05,12:38:06.587] [DEBUG] UploadManager Init Complete [2026-05-05,12:38:06.589] [INFO] Initializing GPS... [2026-05-05,12:38:06.591] [INFO] Starting location capture [2026-05-05,12:38:45.286] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:38:45.294] [INFO] LocationSqlManager initialising [2026-05-05,12:38:45.295] [INFO] Location DB initialising [2026-05-05,12:38:45.306] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:38:45.307] [DEBUG] UploadManager Init [2026-05-05,12:38:45.307] [DEBUG] UploadManager Init Complete [2026-05-05,12:38:45.312] [INFO] Initializing GPS... [2026-05-05,12:38:45.315] [INFO] Starting location capture [2026-05-05,12:39:24.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:39:24.829] [INFO] LocationSqlManager initialising [2026-05-05,12:39:24.830] [INFO] Location DB initialising [2026-05-05,12:39:24.841] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:39:24.843] [DEBUG] UploadManager Init [2026-05-05,12:39:24.844] [DEBUG] UploadManager Init Complete [2026-05-05,12:39:24.848] [INFO] Initializing GPS... [2026-05-05,12:39:24.851] [INFO] Starting location capture [2026-05-05,12:40:04.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:40:04.397] [INFO] LocationSqlManager initialising [2026-05-05,12:40:04.397] [INFO] Location DB initialising [2026-05-05,12:40:04.410] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:40:04.411] [DEBUG] UploadManager Init [2026-05-05,12:40:04.412] [DEBUG] UploadManager Init Complete [2026-05-05,12:40:04.416] [INFO] Initializing GPS... [2026-05-05,12:40:04.420] [INFO] Starting location capture [2026-05-05,12:40:43.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:40:43.660] [INFO] LocationSqlManager initialising [2026-05-05,12:40:43.661] [INFO] Location DB initialising [2026-05-05,12:40:43.672] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:40:43.673] [DEBUG] UploadManager Init [2026-05-05,12:40:43.674] [DEBUG] UploadManager Init Complete [2026-05-05,12:40:43.679] [INFO] Initializing GPS... [2026-05-05,12:40:43.682] [INFO] Starting location capture [2026-05-05,12:41:22.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:41:22.936] [INFO] LocationSqlManager initialising [2026-05-05,12:41:22.937] [INFO] Location DB initialising [2026-05-05,12:41:22.950] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:41:22.951] [DEBUG] UploadManager Init [2026-05-05,12:41:22.951] [DEBUG] UploadManager Init Complete [2026-05-05,12:41:22.957] [INFO] Initializing GPS... [2026-05-05,12:41:22.962] [INFO] Starting location capture [2026-05-05,12:42:01.543] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:42:01.548] [INFO] LocationSqlManager initialising [2026-05-05,12:42:01.549] [INFO] Location DB initialising [2026-05-05,12:42:01.558] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:42:01.559] [DEBUG] UploadManager Init [2026-05-05,12:42:01.559] [DEBUG] UploadManager Init Complete [2026-05-05,12:42:01.562] [INFO] Initializing GPS... [2026-05-05,12:42:01.564] [INFO] Starting location capture [2026-05-05,12:42:41.532] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:42:41.537] [INFO] LocationSqlManager initialising [2026-05-05,12:42:41.537] [INFO] Location DB initialising [2026-05-05,12:42:41.548] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:42:41.549] [DEBUG] UploadManager Init [2026-05-05,12:42:41.550] [DEBUG] UploadManager Init Complete [2026-05-05,12:42:41.554] [INFO] Initializing GPS... [2026-05-05,12:42:41.557] [INFO] Starting location capture [2026-05-05,12:43:20.776] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:43:20.784] [INFO] LocationSqlManager initialising [2026-05-05,12:43:20.785] [INFO] Location DB initialising [2026-05-05,12:43:20.797] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:43:20.798] [DEBUG] UploadManager Init [2026-05-05,12:43:20.799] [DEBUG] UploadManager Init Complete [2026-05-05,12:43:20.803] [INFO] Initializing GPS... [2026-05-05,12:43:20.806] [INFO] Starting location capture [2026-05-05,12:43:59.735] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:43:59.742] [INFO] LocationSqlManager initialising [2026-05-05,12:43:59.743] [INFO] Location DB initialising [2026-05-05,12:43:59.753] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:43:59.754] [DEBUG] UploadManager Init [2026-05-05,12:43:59.755] [DEBUG] UploadManager Init Complete [2026-05-05,12:43:59.760] [INFO] Initializing GPS... [2026-05-05,12:43:59.763] [INFO] Starting location capture [2026-05-05,12:44:39.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:44:39.857] [INFO] LocationSqlManager initialising [2026-05-05,12:44:39.858] [INFO] Location DB initialising [2026-05-05,12:44:39.868] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:44:39.870] [DEBUG] UploadManager Init [2026-05-05,12:44:39.870] [DEBUG] UploadManager Init Complete [2026-05-05,12:44:39.875] [INFO] Initializing GPS... [2026-05-05,12:44:39.878] [INFO] Starting location capture [2026-05-05,12:45:18.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:45:18.322] [INFO] LocationSqlManager initialising [2026-05-05,12:45:18.323] [INFO] Location DB initialising [2026-05-05,12:45:18.334] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:45:18.335] [DEBUG] UploadManager Init [2026-05-05,12:45:18.336] [DEBUG] UploadManager Init Complete [2026-05-05,12:45:18.340] [INFO] Initializing GPS... [2026-05-05,12:45:18.343] [INFO] Starting location capture [2026-05-05,12:45:58.076] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:45:58.084] [INFO] LocationSqlManager initialising [2026-05-05,12:45:58.085] [INFO] Location DB initialising [2026-05-05,12:45:58.095] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:45:58.096] [DEBUG] UploadManager Init [2026-05-05,12:45:58.097] [DEBUG] UploadManager Init Complete [2026-05-05,12:45:58.101] [INFO] Initializing GPS... [2026-05-05,12:45:58.104] [INFO] Starting location capture [2026-05-05,12:46:37.746] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:46:37.751] [INFO] LocationSqlManager initialising [2026-05-05,12:46:37.751] [INFO] Location DB initialising [2026-05-05,12:46:37.761] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:46:37.761] [DEBUG] UploadManager Init [2026-05-05,12:46:37.762] [DEBUG] UploadManager Init Complete [2026-05-05,12:46:37.764] [INFO] Initializing GPS... [2026-05-05,12:46:37.766] [INFO] Starting location capture [2026-05-05,12:47:16.705] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:47:16.710] [INFO] LocationSqlManager initialising [2026-05-05,12:47:16.711] [INFO] Location DB initialising [2026-05-05,12:47:16.720] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:47:16.721] [DEBUG] UploadManager Init [2026-05-05,12:47:16.721] [DEBUG] UploadManager Init Complete [2026-05-05,12:47:16.724] [INFO] Initializing GPS... [2026-05-05,12:47:16.725] [INFO] Starting location capture [2026-05-05,12:47:55.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:47:55.716] [INFO] LocationSqlManager initialising [2026-05-05,12:47:55.717] [INFO] Location DB initialising [2026-05-05,12:47:55.728] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:47:55.729] [DEBUG] UploadManager Init [2026-05-05,12:47:55.730] [DEBUG] UploadManager Init Complete [2026-05-05,12:47:55.734] [INFO] Initializing GPS... [2026-05-05,12:47:55.739] [INFO] Starting location capture [2026-05-05,12:48:34.341] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:48:34.349] [INFO] LocationSqlManager initialising [2026-05-05,12:48:34.350] [INFO] Location DB initialising [2026-05-05,12:48:34.362] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:48:34.363] [DEBUG] UploadManager Init [2026-05-05,12:48:34.364] [DEBUG] UploadManager Init Complete [2026-05-05,12:48:34.368] [INFO] Initializing GPS... [2026-05-05,12:48:34.372] [INFO] Starting location capture [2026-05-05,12:49:14.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:49:14.342] [INFO] LocationSqlManager initialising [2026-05-05,12:49:14.342] [INFO] Location DB initialising [2026-05-05,12:49:14.352] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:49:14.353] [DEBUG] UploadManager Init [2026-05-05,12:49:14.353] [DEBUG] UploadManager Init Complete [2026-05-05,12:49:14.356] [INFO] Initializing GPS... [2026-05-05,12:49:14.358] [INFO] Starting location capture [2026-05-05,12:49:52.394] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:49:52.401] [INFO] LocationSqlManager initialising [2026-05-05,12:49:52.402] [INFO] Location DB initialising [2026-05-05,12:49:52.412] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:49:52.414] [DEBUG] UploadManager Init [2026-05-05,12:49:52.414] [DEBUG] UploadManager Init Complete [2026-05-05,12:49:52.419] [INFO] Initializing GPS... [2026-05-05,12:49:52.422] [INFO] Starting location capture [2026-05-05,12:50:32.373] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:50:32.380] [INFO] LocationSqlManager initialising [2026-05-05,12:50:32.381] [INFO] Location DB initialising [2026-05-05,12:50:32.392] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:50:32.393] [DEBUG] UploadManager Init [2026-05-05,12:50:32.394] [DEBUG] UploadManager Init Complete [2026-05-05,12:50:32.398] [INFO] Initializing GPS... [2026-05-05,12:50:32.401] [INFO] Starting location capture [2026-05-05,12:51:11.056] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:51:11.069] [INFO] LocationSqlManager initialising [2026-05-05,12:51:11.070] [INFO] Location DB initialising [2026-05-05,12:51:11.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:51:11.082] [DEBUG] UploadManager Init [2026-05-05,12:51:11.083] [DEBUG] UploadManager Init Complete [2026-05-05,12:51:11.088] [INFO] Initializing GPS... [2026-05-05,12:51:11.091] [INFO] Starting location capture [2026-05-05,12:51:50.324] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:51:50.331] [INFO] LocationSqlManager initialising [2026-05-05,12:51:50.332] [INFO] Location DB initialising [2026-05-05,12:51:50.343] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:51:50.344] [DEBUG] UploadManager Init [2026-05-05,12:51:50.345] [DEBUG] UploadManager Init Complete [2026-05-05,12:51:50.349] [INFO] Initializing GPS... [2026-05-05,12:51:50.352] [INFO] Starting location capture [2026-05-05,12:52:29.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:52:29.660] [INFO] LocationSqlManager initialising [2026-05-05,12:52:29.661] [INFO] Location DB initialising [2026-05-05,12:52:29.674] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:52:29.675] [DEBUG] UploadManager Init [2026-05-05,12:52:29.676] [DEBUG] UploadManager Init Complete [2026-05-05,12:52:29.680] [INFO] Initializing GPS... [2026-05-05,12:52:29.683] [INFO] Starting location capture [2026-05-05,12:53:08.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:53:08.742] [INFO] LocationSqlManager initialising [2026-05-05,12:53:08.744] [INFO] Location DB initialising [2026-05-05,12:53:08.760] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:53:08.761] [DEBUG] UploadManager Init [2026-05-05,12:53:08.762] [DEBUG] UploadManager Init Complete [2026-05-05,12:53:08.771] [INFO] Initializing GPS... [2026-05-05,12:53:08.776] [INFO] Starting location capture [2026-05-05,12:53:43.641] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:53:43.645] [INFO] LocationSqlManager initialising [2026-05-05,12:53:43.646] [INFO] Location DB initialising [2026-05-05,12:53:43.660] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:53:43.661] [DEBUG] UploadManager Init [2026-05-05,12:53:43.663] [DEBUG] UploadManager Init Complete [2026-05-05,12:53:43.668] [INFO] Initializing GPS... [2026-05-05,12:53:43.671] [INFO] Starting location capture [2026-05-05,12:54:22.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:54:22.883] [INFO] LocationSqlManager initialising [2026-05-05,12:54:22.884] [INFO] Location DB initialising [2026-05-05,12:54:22.893] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:54:22.894] [DEBUG] UploadManager Init [2026-05-05,12:54:22.894] [DEBUG] UploadManager Init Complete [2026-05-05,12:54:22.897] [INFO] Initializing GPS... [2026-05-05,12:54:22.898] [INFO] Starting location capture [2026-05-05,12:55:02.504] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:55:02.510] [INFO] LocationSqlManager initialising [2026-05-05,12:55:02.510] [INFO] Location DB initialising [2026-05-05,12:55:02.520] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:55:02.520] [DEBUG] UploadManager Init [2026-05-05,12:55:02.521] [DEBUG] UploadManager Init Complete [2026-05-05,12:55:02.523] [INFO] Initializing GPS... [2026-05-05,12:55:02.525] [INFO] Starting location capture [2026-05-05,12:55:41.531] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:55:41.539] [INFO] LocationSqlManager initialising [2026-05-05,12:55:41.540] [INFO] Location DB initialising [2026-05-05,12:55:41.551] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:55:41.552] [DEBUG] UploadManager Init [2026-05-05,12:55:41.552] [DEBUG] UploadManager Init Complete [2026-05-05,12:55:41.557] [INFO] Initializing GPS... [2026-05-05,12:55:41.559] [INFO] Starting location capture [2026-05-05,12:56:20.533] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:56:20.539] [INFO] LocationSqlManager initialising [2026-05-05,12:56:20.539] [INFO] Location DB initialising [2026-05-05,12:56:20.549] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:56:20.549] [DEBUG] UploadManager Init [2026-05-05,12:56:20.550] [DEBUG] UploadManager Init Complete [2026-05-05,12:56:20.552] [INFO] Initializing GPS... [2026-05-05,12:56:20.554] [INFO] Starting location capture [2026-05-05,12:56:59.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:56:59.936] [INFO] LocationSqlManager initialising [2026-05-05,12:56:59.937] [INFO] Location DB initialising [2026-05-05,12:56:59.949] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:56:59.950] [DEBUG] UploadManager Init [2026-05-05,12:56:59.951] [DEBUG] UploadManager Init Complete [2026-05-05,12:56:59.955] [INFO] Initializing GPS... [2026-05-05,12:56:59.958] [INFO] Starting location capture [2026-05-05,12:57:39.502] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:57:39.507] [INFO] LocationSqlManager initialising [2026-05-05,12:57:39.508] [INFO] Location DB initialising [2026-05-05,12:57:39.517] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:57:39.518] [DEBUG] UploadManager Init [2026-05-05,12:57:39.519] [DEBUG] UploadManager Init Complete [2026-05-05,12:57:39.521] [INFO] Initializing GPS... [2026-05-05,12:57:39.523] [INFO] Starting location capture [2026-05-05,12:58:18.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:58:18.524] [INFO] LocationSqlManager initialising [2026-05-05,12:58:18.525] [INFO] Location DB initialising [2026-05-05,12:58:18.535] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:58:18.535] [DEBUG] UploadManager Init [2026-05-05,12:58:18.536] [DEBUG] UploadManager Init Complete [2026-05-05,12:58:18.538] [INFO] Initializing GPS... [2026-05-05,12:58:18.540] [INFO] Starting location capture [2026-05-05,12:58:57.704] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:58:57.711] [INFO] LocationSqlManager initialising [2026-05-05,12:58:57.711] [INFO] Location DB initialising [2026-05-05,12:58:57.723] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:58:57.723] [DEBUG] UploadManager Init [2026-05-05,12:58:57.724] [DEBUG] UploadManager Init Complete [2026-05-05,12:58:57.727] [INFO] Initializing GPS... [2026-05-05,12:58:57.729] [INFO] Starting location capture [2026-05-05,12:59:36.627] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,12:59:36.631] [INFO] LocationSqlManager initialising [2026-05-05,12:59:36.632] [INFO] Location DB initialising [2026-05-05,12:59:36.641] [INFO] LocationSqlManager initialisation complete [2026-05-05,12:59:36.642] [DEBUG] UploadManager Init [2026-05-05,12:59:36.642] [DEBUG] UploadManager Init Complete [2026-05-05,12:59:36.645] [INFO] Initializing GPS... [2026-05-05,12:59:36.647] [INFO] Starting location capture [2026-05-05,13:00:15.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:00:15.790] [INFO] LocationSqlManager initialising [2026-05-05,13:00:15.791] [INFO] Location DB initialising [2026-05-05,13:00:15.800] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:00:15.801] [DEBUG] UploadManager Init [2026-05-05,13:00:15.802] [DEBUG] UploadManager Init Complete [2026-05-05,13:00:15.805] [INFO] Initializing GPS... [2026-05-05,13:00:15.807] [INFO] Starting location capture [2026-05-05,13:00:55.710] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:00:55.716] [INFO] LocationSqlManager initialising [2026-05-05,13:00:55.716] [INFO] Location DB initialising [2026-05-05,13:00:55.726] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:00:55.726] [DEBUG] UploadManager Init [2026-05-05,13:00:55.727] [DEBUG] UploadManager Init Complete [2026-05-05,13:00:55.730] [INFO] Initializing GPS... [2026-05-05,13:00:55.731] [INFO] Starting location capture [2026-05-05,13:01:34.587] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:01:34.596] [INFO] LocationSqlManager initialising [2026-05-05,13:01:34.597] [INFO] Location DB initialising [2026-05-05,13:01:34.608] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:01:34.609] [DEBUG] UploadManager Init [2026-05-05,13:01:34.610] [DEBUG] UploadManager Init Complete [2026-05-05,13:01:34.615] [INFO] Initializing GPS... [2026-05-05,13:01:34.617] [INFO] Starting location capture [2026-05-05,13:02:14.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:02:14.791] [INFO] LocationSqlManager initialising [2026-05-05,13:02:14.792] [INFO] Location DB initialising [2026-05-05,13:02:14.801] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:02:14.802] [DEBUG] UploadManager Init [2026-05-05,13:02:14.802] [DEBUG] UploadManager Init Complete [2026-05-05,13:02:14.805] [INFO] Initializing GPS... [2026-05-05,13:02:14.807] [INFO] Starting location capture [2026-05-05,13:02:53.681] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:02:53.691] [INFO] LocationSqlManager initialising [2026-05-05,13:02:53.692] [INFO] Location DB initialising [2026-05-05,13:02:53.703] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:02:53.703] [DEBUG] UploadManager Init [2026-05-05,13:02:53.704] [DEBUG] UploadManager Init Complete [2026-05-05,13:02:53.707] [INFO] Initializing GPS... [2026-05-05,13:02:53.709] [INFO] Starting location capture [2026-05-05,13:03:32.595] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:03:32.601] [INFO] LocationSqlManager initialising [2026-05-05,13:03:32.601] [INFO] Location DB initialising [2026-05-05,13:03:32.611] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:03:32.611] [DEBUG] UploadManager Init [2026-05-05,13:03:32.612] [DEBUG] UploadManager Init Complete [2026-05-05,13:03:32.614] [INFO] Initializing GPS... [2026-05-05,13:03:32.616] [INFO] Starting location capture [2026-05-05,13:04:11.725] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:04:11.731] [INFO] LocationSqlManager initialising [2026-05-05,13:04:11.731] [INFO] Location DB initialising [2026-05-05,13:04:11.741] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:04:11.741] [DEBUG] UploadManager Init [2026-05-05,13:04:11.742] [DEBUG] UploadManager Init Complete [2026-05-05,13:04:11.744] [INFO] Initializing GPS... [2026-05-05,13:04:11.746] [INFO] Starting location capture [2026-05-05,13:04:48.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:04:49.004] [INFO] LocationSqlManager initialising [2026-05-05,13:04:49.004] [INFO] Location DB initialising [2026-05-05,13:04:49.016] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:04:49.017] [DEBUG] UploadManager Init [2026-05-05,13:04:49.018] [DEBUG] UploadManager Init Complete [2026-05-05,13:04:49.022] [INFO] Initializing GPS... [2026-05-05,13:04:49.025] [INFO] Starting location capture [2026-05-05,13:05:29.365] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:05:29.371] [INFO] LocationSqlManager initialising [2026-05-05,13:05:29.372] [INFO] Location DB initialising [2026-05-05,13:05:29.383] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:05:29.384] [DEBUG] UploadManager Init [2026-05-05,13:05:29.385] [DEBUG] UploadManager Init Complete [2026-05-05,13:05:29.390] [INFO] Initializing GPS... [2026-05-05,13:05:29.393] [INFO] Starting location capture [2026-05-05,13:06:07.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:06:07.714] [INFO] LocationSqlManager initialising [2026-05-05,13:06:07.715] [INFO] Location DB initialising [2026-05-05,13:06:07.724] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:06:07.725] [DEBUG] UploadManager Init [2026-05-05,13:06:07.725] [DEBUG] UploadManager Init Complete [2026-05-05,13:06:07.728] [INFO] Initializing GPS... [2026-05-05,13:06:07.730] [INFO] Starting location capture [2026-05-05,13:06:47.293] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:06:47.298] [INFO] LocationSqlManager initialising [2026-05-05,13:06:47.299] [INFO] Location DB initialising [2026-05-05,13:06:47.308] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:06:47.309] [DEBUG] UploadManager Init [2026-05-05,13:06:47.309] [DEBUG] UploadManager Init Complete [2026-05-05,13:06:47.312] [INFO] Initializing GPS... [2026-05-05,13:06:47.314] [INFO] Starting location capture [2026-05-05,13:07:26.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:07:26.636] [INFO] LocationSqlManager initialising [2026-05-05,13:07:26.637] [INFO] Location DB initialising [2026-05-05,13:07:26.646] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:07:26.647] [DEBUG] UploadManager Init [2026-05-05,13:07:26.648] [DEBUG] UploadManager Init Complete [2026-05-05,13:07:26.651] [INFO] Initializing GPS... [2026-05-05,13:07:26.654] [INFO] Starting location capture [2026-05-05,13:08:06.358] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:08:06.362] [INFO] LocationSqlManager initialising [2026-05-05,13:08:06.363] [INFO] Location DB initialising [2026-05-05,13:08:06.373] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:08:06.374] [DEBUG] UploadManager Init [2026-05-05,13:08:06.374] [DEBUG] UploadManager Init Complete [2026-05-05,13:08:06.377] [INFO] Initializing GPS... [2026-05-05,13:08:06.380] [INFO] Starting location capture [2026-05-05,13:08:44.545] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:08:44.550] [INFO] LocationSqlManager initialising [2026-05-05,13:08:44.551] [INFO] Location DB initialising [2026-05-05,13:08:44.561] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:08:44.561] [DEBUG] UploadManager Init [2026-05-05,13:08:44.562] [DEBUG] UploadManager Init Complete [2026-05-05,13:08:44.564] [INFO] Initializing GPS... [2026-05-05,13:08:44.566] [INFO] Starting location capture [2026-05-05,13:09:23.479] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:09:23.485] [INFO] LocationSqlManager initialising [2026-05-05,13:09:23.485] [INFO] Location DB initialising [2026-05-05,13:09:23.494] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:09:23.495] [DEBUG] UploadManager Init [2026-05-05,13:09:23.496] [DEBUG] UploadManager Init Complete [2026-05-05,13:09:23.498] [INFO] Initializing GPS... [2026-05-05,13:09:23.500] [INFO] Starting location capture [2026-05-05,13:09:58.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:09:58.156] [INFO] LocationSqlManager initialising [2026-05-05,13:09:58.157] [INFO] Location DB initialising [2026-05-05,13:09:58.167] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:09:58.168] [DEBUG] UploadManager Init [2026-05-05,13:09:58.168] [DEBUG] UploadManager Init Complete [2026-05-05,13:09:58.172] [INFO] Initializing GPS... [2026-05-05,13:09:58.174] [INFO] Starting location capture [2026-05-05,13:10:37.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:10:37.754] [INFO] LocationSqlManager initialising [2026-05-05,13:10:37.755] [INFO] Location DB initialising [2026-05-05,13:10:37.764] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:10:37.764] [DEBUG] UploadManager Init [2026-05-05,13:10:37.765] [DEBUG] UploadManager Init Complete [2026-05-05,13:10:37.767] [INFO] Initializing GPS... [2026-05-05,13:10:37.769] [INFO] Starting location capture [2026-05-05,13:11:17.205] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:11:17.211] [INFO] LocationSqlManager initialising [2026-05-05,13:11:17.212] [INFO] Location DB initialising [2026-05-05,13:11:17.223] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:11:17.225] [DEBUG] UploadManager Init [2026-05-05,13:11:17.225] [DEBUG] UploadManager Init Complete [2026-05-05,13:11:17.230] [INFO] Initializing GPS... [2026-05-05,13:11:17.233] [INFO] Starting location capture [2026-05-05,13:11:51.592] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:11:51.597] [INFO] LocationSqlManager initialising [2026-05-05,13:11:51.597] [INFO] Location DB initialising [2026-05-05,13:11:51.607] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:11:51.608] [DEBUG] UploadManager Init [2026-05-05,13:11:51.608] [DEBUG] UploadManager Init Complete [2026-05-05,13:11:51.611] [INFO] Initializing GPS... [2026-05-05,13:11:51.612] [INFO] Starting location capture [2026-05-05,13:12:30.438] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:12:30.444] [INFO] LocationSqlManager initialising [2026-05-05,13:12:30.445] [INFO] Location DB initialising [2026-05-05,13:12:30.454] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:12:30.455] [DEBUG] UploadManager Init [2026-05-05,13:12:30.456] [DEBUG] UploadManager Init Complete [2026-05-05,13:12:30.459] [INFO] Initializing GPS... [2026-05-05,13:12:30.461] [INFO] Starting location capture [2026-05-05,13:13:10.433] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:13:10.437] [INFO] LocationSqlManager initialising [2026-05-05,13:13:10.438] [INFO] Location DB initialising [2026-05-05,13:13:10.448] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:13:10.449] [DEBUG] UploadManager Init [2026-05-05,13:13:10.449] [DEBUG] UploadManager Init Complete [2026-05-05,13:13:10.452] [INFO] Initializing GPS... [2026-05-05,13:13:10.454] [INFO] Starting location capture [2026-05-05,13:13:44.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:13:44.792] [INFO] LocationSqlManager initialising [2026-05-05,13:13:44.793] [INFO] Location DB initialising [2026-05-05,13:13:44.802] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:13:44.802] [DEBUG] UploadManager Init [2026-05-05,13:13:44.803] [DEBUG] UploadManager Init Complete [2026-05-05,13:13:44.805] [INFO] Initializing GPS... [2026-05-05,13:13:44.807] [INFO] Starting location capture [2026-05-05,13:14:24.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:14:24.893] [INFO] LocationSqlManager initialising [2026-05-05,13:14:24.894] [INFO] Location DB initialising [2026-05-05,13:14:24.905] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:14:24.906] [DEBUG] UploadManager Init [2026-05-05,13:14:24.907] [DEBUG] UploadManager Init Complete [2026-05-05,13:14:24.911] [INFO] Initializing GPS... [2026-05-05,13:14:24.914] [INFO] Starting location capture [2026-05-05,13:15:04.703] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:15:04.708] [INFO] LocationSqlManager initialising [2026-05-05,13:15:04.709] [INFO] Location DB initialising [2026-05-05,13:15:04.719] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:15:04.720] [DEBUG] UploadManager Init [2026-05-05,13:15:04.720] [DEBUG] UploadManager Init Complete [2026-05-05,13:15:04.723] [INFO] Initializing GPS... [2026-05-05,13:15:04.725] [INFO] Starting location capture [2026-05-05,13:15:43.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:15:43.899] [INFO] LocationSqlManager initialising [2026-05-05,13:15:43.900] [INFO] Location DB initialising [2026-05-05,13:15:43.915] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:15:43.916] [DEBUG] UploadManager Init [2026-05-05,13:15:43.918] [DEBUG] UploadManager Init Complete [2026-05-05,13:15:43.924] [INFO] Initializing GPS... [2026-05-05,13:15:43.928] [INFO] Starting location capture [2026-05-05,13:16:23.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:16:23.434] [INFO] LocationSqlManager initialising [2026-05-05,13:16:23.435] [INFO] Location DB initialising [2026-05-05,13:16:23.446] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:16:23.446] [DEBUG] UploadManager Init [2026-05-05,13:16:23.447] [DEBUG] UploadManager Init Complete [2026-05-05,13:16:23.449] [INFO] Initializing GPS... [2026-05-05,13:16:23.451] [INFO] Starting location capture [2026-05-05,13:17:03.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:17:03.052] [INFO] LocationSqlManager initialising [2026-05-05,13:17:03.053] [INFO] Location DB initialising [2026-05-05,13:17:03.066] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:17:03.067] [DEBUG] UploadManager Init [2026-05-05,13:17:03.068] [DEBUG] UploadManager Init Complete [2026-05-05,13:17:03.073] [INFO] Initializing GPS... [2026-05-05,13:17:03.077] [INFO] Starting location capture [2026-05-05,13:17:43.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:17:43.095] [INFO] LocationSqlManager initialising [2026-05-05,13:17:43.096] [INFO] Location DB initialising [2026-05-05,13:17:43.107] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:17:43.108] [DEBUG] UploadManager Init [2026-05-05,13:17:43.109] [DEBUG] UploadManager Init Complete [2026-05-05,13:17:43.113] [INFO] Initializing GPS... [2026-05-05,13:17:43.116] [INFO] Starting location capture [2026-05-05,13:18:21.832] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:18:21.844] [INFO] LocationSqlManager initialising [2026-05-05,13:18:21.845] [INFO] Location DB initialising [2026-05-05,13:18:21.861] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:18:21.863] [DEBUG] UploadManager Init [2026-05-05,13:18:21.864] [DEBUG] UploadManager Init Complete [2026-05-05,13:18:21.868] [INFO] Initializing GPS... [2026-05-05,13:18:21.871] [INFO] Starting location capture [2026-05-05,13:19:01.719] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:19:01.724] [INFO] LocationSqlManager initialising [2026-05-05,13:19:01.725] [INFO] Location DB initialising [2026-05-05,13:19:01.734] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:19:01.735] [DEBUG] UploadManager Init [2026-05-05,13:19:01.735] [DEBUG] UploadManager Init Complete [2026-05-05,13:19:01.738] [INFO] Initializing GPS... [2026-05-05,13:19:01.740] [INFO] Starting location capture [2026-05-05,13:19:40.990] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:19:40.994] [INFO] LocationSqlManager initialising [2026-05-05,13:19:40.994] [INFO] Location DB initialising [2026-05-05,13:19:41.004] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:19:41.004] [DEBUG] UploadManager Init [2026-05-05,13:19:41.005] [DEBUG] UploadManager Init Complete [2026-05-05,13:19:41.007] [INFO] Initializing GPS... [2026-05-05,13:19:41.009] [INFO] Starting location capture [2026-05-05,13:20:20.795] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:20:20.800] [INFO] LocationSqlManager initialising [2026-05-05,13:20:20.801] [INFO] Location DB initialising [2026-05-05,13:20:20.810] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:20:20.811] [DEBUG] UploadManager Init [2026-05-05,13:20:20.811] [DEBUG] UploadManager Init Complete [2026-05-05,13:20:20.814] [INFO] Initializing GPS... [2026-05-05,13:20:20.816] [INFO] Starting location capture [2026-05-05,13:20:59.418] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:20:59.423] [INFO] LocationSqlManager initialising [2026-05-05,13:20:59.424] [INFO] Location DB initialising [2026-05-05,13:20:59.433] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:20:59.433] [DEBUG] UploadManager Init [2026-05-05,13:20:59.434] [DEBUG] UploadManager Init Complete [2026-05-05,13:20:59.437] [INFO] Initializing GPS... [2026-05-05,13:20:59.439] [INFO] Starting location capture [2026-05-05,13:21:38.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:21:38.880] [INFO] LocationSqlManager initialising [2026-05-05,13:21:38.882] [INFO] Location DB initialising [2026-05-05,13:21:38.896] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:21:38.898] [DEBUG] UploadManager Init [2026-05-05,13:21:38.899] [DEBUG] UploadManager Init Complete [2026-05-05,13:21:38.904] [INFO] Initializing GPS... [2026-05-05,13:21:38.908] [INFO] Starting location capture [2026-05-05,13:22:18.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:22:18.753] [INFO] LocationSqlManager initialising [2026-05-05,13:22:18.754] [INFO] Location DB initialising [2026-05-05,13:22:18.765] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:22:18.766] [DEBUG] UploadManager Init [2026-05-05,13:22:18.767] [DEBUG] UploadManager Init Complete [2026-05-05,13:22:18.771] [INFO] Initializing GPS... [2026-05-05,13:22:18.774] [INFO] Starting location capture [2026-05-05,13:22:58.514] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:22:58.517] [INFO] LocationSqlManager initialising [2026-05-05,13:22:58.518] [INFO] Location DB initialising [2026-05-05,13:22:58.528] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:22:58.528] [DEBUG] UploadManager Init [2026-05-05,13:22:58.529] [DEBUG] UploadManager Init Complete [2026-05-05,13:22:58.531] [INFO] Initializing GPS... [2026-05-05,13:22:58.533] [INFO] Starting location capture [2026-05-05,13:23:37.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:23:37.999] [INFO] LocationSqlManager initialising [2026-05-05,13:23:38.000] [INFO] Location DB initialising [2026-05-05,13:23:38.010] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:23:38.011] [DEBUG] UploadManager Init [2026-05-05,13:23:38.011] [DEBUG] UploadManager Init Complete [2026-05-05,13:23:38.015] [INFO] Initializing GPS... [2026-05-05,13:23:38.017] [INFO] Starting location capture [2026-05-05,13:24:17.022] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:24:17.030] [INFO] LocationSqlManager initialising [2026-05-05,13:24:17.031] [INFO] Location DB initialising [2026-05-05,13:24:17.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:24:17.044] [DEBUG] UploadManager Init [2026-05-05,13:24:17.045] [DEBUG] UploadManager Init Complete [2026-05-05,13:24:17.050] [INFO] Initializing GPS... [2026-05-05,13:24:17.053] [INFO] Starting location capture [2026-05-05,13:24:56.745] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:24:56.753] [INFO] LocationSqlManager initialising [2026-05-05,13:24:56.754] [INFO] Location DB initialising [2026-05-05,13:24:56.766] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:24:56.767] [DEBUG] UploadManager Init [2026-05-05,13:24:56.768] [DEBUG] UploadManager Init Complete [2026-05-05,13:24:56.772] [INFO] Initializing GPS... [2026-05-05,13:24:56.775] [INFO] Starting location capture [2026-05-05,13:25:31.988] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:25:31.994] [INFO] LocationSqlManager initialising [2026-05-05,13:25:31.994] [INFO] Location DB initialising [2026-05-05,13:25:32.004] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:25:32.005] [DEBUG] UploadManager Init [2026-05-05,13:25:32.005] [DEBUG] UploadManager Init Complete [2026-05-05,13:25:32.008] [INFO] Initializing GPS... [2026-05-05,13:25:32.010] [INFO] Starting location capture [2026-05-05,13:26:06.573] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:26:06.580] [INFO] LocationSqlManager initialising [2026-05-05,13:26:06.581] [INFO] Location DB initialising [2026-05-05,13:26:06.592] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:26:06.593] [DEBUG] UploadManager Init [2026-05-05,13:26:06.594] [DEBUG] UploadManager Init Complete [2026-05-05,13:26:06.598] [INFO] Initializing GPS... [2026-05-05,13:26:06.601] [INFO] Starting location capture [2026-05-05,13:26:45.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:26:45.775] [INFO] LocationSqlManager initialising [2026-05-05,13:26:45.776] [INFO] Location DB initialising [2026-05-05,13:26:45.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:26:45.789] [DEBUG] UploadManager Init [2026-05-05,13:26:45.790] [DEBUG] UploadManager Init Complete [2026-05-05,13:26:45.795] [INFO] Initializing GPS... [2026-05-05,13:26:45.797] [INFO] Starting location capture [2026-05-05,13:27:26.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:27:26.026] [INFO] LocationSqlManager initialising [2026-05-05,13:27:26.027] [INFO] Location DB initialising [2026-05-05,13:27:26.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:27:26.045] [DEBUG] UploadManager Init [2026-05-05,13:27:26.047] [DEBUG] UploadManager Init Complete [2026-05-05,13:27:26.054] [INFO] Initializing GPS... [2026-05-05,13:27:26.060] [INFO] Starting location capture [2026-05-05,13:28:05.860] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:28:05.865] [INFO] LocationSqlManager initialising [2026-05-05,13:28:05.866] [INFO] Location DB initialising [2026-05-05,13:28:05.876] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:28:05.876] [DEBUG] UploadManager Init [2026-05-05,13:28:05.877] [DEBUG] UploadManager Init Complete [2026-05-05,13:28:05.880] [INFO] Initializing GPS... [2026-05-05,13:28:05.883] [INFO] Starting location capture [2026-05-05,13:28:39.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:28:39.772] [INFO] LocationSqlManager initialising [2026-05-05,13:28:39.773] [INFO] Location DB initialising [2026-05-05,13:28:39.782] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:28:39.783] [DEBUG] UploadManager Init [2026-05-05,13:28:39.783] [DEBUG] UploadManager Init Complete [2026-05-05,13:28:39.786] [INFO] Initializing GPS... [2026-05-05,13:28:39.787] [INFO] Starting location capture [2026-05-05,13:29:14.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:29:14.374] [INFO] LocationSqlManager initialising [2026-05-05,13:29:14.375] [INFO] Location DB initialising [2026-05-05,13:29:14.389] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:29:14.389] [DEBUG] UploadManager Init [2026-05-05,13:29:14.390] [DEBUG] UploadManager Init Complete [2026-05-05,13:29:14.394] [INFO] Initializing GPS... [2026-05-05,13:29:14.396] [INFO] Starting location capture [2026-05-05,13:29:50.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:29:50.345] [INFO] LocationSqlManager initialising [2026-05-05,13:29:50.346] [INFO] Location DB initialising [2026-05-05,13:29:50.361] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:29:50.362] [DEBUG] UploadManager Init [2026-05-05,13:29:50.362] [DEBUG] UploadManager Init Complete [2026-05-05,13:29:50.366] [INFO] Initializing GPS... [2026-05-05,13:29:50.369] [INFO] Starting location capture [2026-05-05,13:30:26.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:30:26.025] [INFO] LocationSqlManager initialising [2026-05-05,13:30:26.025] [INFO] Location DB initialising [2026-05-05,13:30:26.035] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:30:26.036] [DEBUG] UploadManager Init [2026-05-05,13:30:26.036] [DEBUG] UploadManager Init Complete [2026-05-05,13:30:26.039] [INFO] Initializing GPS... [2026-05-05,13:30:26.041] [INFO] Starting location capture [2026-05-05,13:31:05.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:31:05.144] [INFO] LocationSqlManager initialising [2026-05-05,13:31:05.145] [INFO] Location DB initialising [2026-05-05,13:31:05.156] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:31:05.157] [DEBUG] UploadManager Init [2026-05-05,13:31:05.157] [DEBUG] UploadManager Init Complete [2026-05-05,13:31:05.161] [INFO] Initializing GPS... [2026-05-05,13:31:05.165] [INFO] Starting location capture [2026-05-05,13:31:44.392] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:31:44.400] [INFO] LocationSqlManager initialising [2026-05-05,13:31:44.401] [INFO] Location DB initialising [2026-05-05,13:31:44.412] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:31:44.414] [DEBUG] UploadManager Init [2026-05-05,13:31:44.414] [DEBUG] UploadManager Init Complete [2026-05-05,13:31:44.419] [INFO] Initializing GPS... [2026-05-05,13:31:44.422] [INFO] Starting location capture [2026-05-05,13:32:23.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:32:23.954] [INFO] LocationSqlManager initialising [2026-05-05,13:32:23.955] [INFO] Location DB initialising [2026-05-05,13:32:23.964] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:32:23.965] [DEBUG] UploadManager Init [2026-05-05,13:32:23.965] [DEBUG] UploadManager Init Complete [2026-05-05,13:32:23.968] [INFO] Initializing GPS... [2026-05-05,13:32:23.970] [INFO] Starting location capture [2026-05-05,13:33:04.373] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:33:04.380] [INFO] LocationSqlManager initialising [2026-05-05,13:33:04.381] [INFO] Location DB initialising [2026-05-05,13:33:04.392] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:33:04.393] [DEBUG] UploadManager Init [2026-05-05,13:33:04.393] [DEBUG] UploadManager Init Complete [2026-05-05,13:33:04.397] [INFO] Initializing GPS... [2026-05-05,13:33:04.399] [INFO] Starting location capture [2026-05-05,13:33:41.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:33:41.115] [INFO] LocationSqlManager initialising [2026-05-05,13:33:41.116] [INFO] Location DB initialising [2026-05-05,13:33:41.130] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:33:41.131] [DEBUG] UploadManager Init [2026-05-05,13:33:41.131] [DEBUG] UploadManager Init Complete [2026-05-05,13:33:41.135] [INFO] Initializing GPS... [2026-05-05,13:33:41.138] [INFO] Starting location capture [2026-05-05,13:34:19.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:34:19.170] [INFO] LocationSqlManager initialising [2026-05-05,13:34:19.171] [INFO] Location DB initialising [2026-05-05,13:34:19.184] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:34:19.185] [DEBUG] UploadManager Init [2026-05-05,13:34:19.186] [DEBUG] UploadManager Init Complete [2026-05-05,13:34:19.190] [INFO] Initializing GPS... [2026-05-05,13:34:19.192] [INFO] Starting location capture [2026-05-05,13:34:58.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:34:58.717] [INFO] LocationSqlManager initialising [2026-05-05,13:34:58.718] [INFO] Location DB initialising [2026-05-05,13:34:58.729] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:34:58.731] [DEBUG] UploadManager Init [2026-05-05,13:34:58.731] [DEBUG] UploadManager Init Complete [2026-05-05,13:34:58.736] [INFO] Initializing GPS... [2026-05-05,13:34:58.738] [INFO] Starting location capture [2026-05-05,13:35:38.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:35:38.593] [INFO] LocationSqlManager initialising [2026-05-05,13:35:38.594] [INFO] Location DB initialising [2026-05-05,13:35:38.606] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:35:38.608] [DEBUG] UploadManager Init [2026-05-05,13:35:38.608] [DEBUG] UploadManager Init Complete [2026-05-05,13:35:38.612] [INFO] Initializing GPS... [2026-05-05,13:35:38.615] [INFO] Starting location capture [2026-05-05,13:36:17.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:36:17.925] [INFO] LocationSqlManager initialising [2026-05-05,13:36:17.926] [INFO] Location DB initialising [2026-05-05,13:36:17.937] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:36:17.939] [DEBUG] UploadManager Init [2026-05-05,13:36:17.940] [DEBUG] UploadManager Init Complete [2026-05-05,13:36:17.944] [INFO] Initializing GPS... [2026-05-05,13:36:17.947] [INFO] Starting location capture [2026-05-05,13:36:56.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:36:56.979] [INFO] LocationSqlManager initialising [2026-05-05,13:36:56.980] [INFO] Location DB initialising [2026-05-05,13:36:56.992] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:36:56.993] [DEBUG] UploadManager Init [2026-05-05,13:36:56.994] [DEBUG] UploadManager Init Complete [2026-05-05,13:36:56.999] [INFO] Initializing GPS... [2026-05-05,13:36:57.002] [INFO] Starting location capture [2026-05-05,13:37:36.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:37:36.140] [INFO] LocationSqlManager initialising [2026-05-05,13:37:36.140] [INFO] Location DB initialising [2026-05-05,13:37:36.153] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:37:36.154] [DEBUG] UploadManager Init [2026-05-05,13:37:36.155] [DEBUG] UploadManager Init Complete [2026-05-05,13:37:36.160] [INFO] Initializing GPS... [2026-05-05,13:37:36.164] [INFO] Starting location capture [2026-05-05,13:38:14.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:38:14.746] [INFO] LocationSqlManager initialising [2026-05-05,13:38:14.746] [INFO] Location DB initialising [2026-05-05,13:38:14.757] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:38:14.758] [DEBUG] UploadManager Init [2026-05-05,13:38:14.759] [DEBUG] UploadManager Init Complete [2026-05-05,13:38:14.763] [INFO] Initializing GPS... [2026-05-05,13:38:14.767] [INFO] Starting location capture [2026-05-05,13:38:53.831] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:38:53.840] [INFO] LocationSqlManager initialising [2026-05-05,13:38:53.841] [INFO] Location DB initialising [2026-05-05,13:38:53.852] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:38:53.853] [DEBUG] UploadManager Init [2026-05-05,13:38:53.854] [DEBUG] UploadManager Init Complete [2026-05-05,13:38:53.858] [INFO] Initializing GPS... [2026-05-05,13:38:53.861] [INFO] Starting location capture [2026-05-05,13:39:33.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:39:33.548] [INFO] LocationSqlManager initialising [2026-05-05,13:39:33.549] [INFO] Location DB initialising [2026-05-05,13:39:33.559] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:39:33.561] [DEBUG] UploadManager Init [2026-05-05,13:39:33.561] [DEBUG] UploadManager Init Complete [2026-05-05,13:39:33.566] [INFO] Initializing GPS... [2026-05-05,13:39:33.569] [INFO] Starting location capture [2026-05-05,13:40:12.728] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:40:12.733] [INFO] LocationSqlManager initialising [2026-05-05,13:40:12.734] [INFO] Location DB initialising [2026-05-05,13:40:12.743] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:40:12.744] [DEBUG] UploadManager Init [2026-05-05,13:40:12.744] [DEBUG] UploadManager Init Complete [2026-05-05,13:40:12.747] [INFO] Initializing GPS... [2026-05-05,13:40:12.749] [INFO] Starting location capture [2026-05-05,13:40:52.476] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:40:52.483] [INFO] LocationSqlManager initialising [2026-05-05,13:40:52.484] [INFO] Location DB initialising [2026-05-05,13:40:52.495] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:40:52.496] [DEBUG] UploadManager Init [2026-05-05,13:40:52.496] [DEBUG] UploadManager Init Complete [2026-05-05,13:40:52.501] [INFO] Initializing GPS... [2026-05-05,13:40:52.504] [INFO] Starting location capture [2026-05-05,13:41:31.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:41:31.749] [INFO] LocationSqlManager initialising [2026-05-05,13:41:31.750] [INFO] Location DB initialising [2026-05-05,13:41:31.762] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:41:31.763] [DEBUG] UploadManager Init [2026-05-05,13:41:31.764] [DEBUG] UploadManager Init Complete [2026-05-05,13:41:31.768] [INFO] Initializing GPS... [2026-05-05,13:41:31.771] [INFO] Starting location capture [2026-05-05,13:42:11.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:42:11.006] [INFO] LocationSqlManager initialising [2026-05-05,13:42:11.006] [INFO] Location DB initialising [2026-05-05,13:42:11.015] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:42:11.016] [DEBUG] UploadManager Init [2026-05-05,13:42:11.016] [DEBUG] UploadManager Init Complete [2026-05-05,13:42:11.019] [INFO] Initializing GPS... [2026-05-05,13:42:11.021] [INFO] Starting location capture [2026-05-05,13:42:46.405] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:42:46.409] [INFO] LocationSqlManager initialising [2026-05-05,13:42:46.410] [INFO] Location DB initialising [2026-05-05,13:42:46.419] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:42:46.420] [DEBUG] UploadManager Init [2026-05-05,13:42:46.421] [DEBUG] UploadManager Init Complete [2026-05-05,13:42:46.423] [INFO] Initializing GPS... [2026-05-05,13:42:46.425] [INFO] Starting location capture [2026-05-05,13:43:25.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:43:25.317] [INFO] LocationSqlManager initialising [2026-05-05,13:43:25.318] [INFO] Location DB initialising [2026-05-05,13:43:25.327] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:43:25.328] [DEBUG] UploadManager Init [2026-05-05,13:43:25.328] [DEBUG] UploadManager Init Complete [2026-05-05,13:43:25.331] [INFO] Initializing GPS... [2026-05-05,13:43:25.333] [INFO] Starting location capture [2026-05-05,13:44:04.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:44:04.913] [INFO] LocationSqlManager initialising [2026-05-05,13:44:04.914] [INFO] Location DB initialising [2026-05-05,13:44:04.923] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:44:04.924] [DEBUG] UploadManager Init [2026-05-05,13:44:04.925] [DEBUG] UploadManager Init Complete [2026-05-05,13:44:04.927] [INFO] Initializing GPS... [2026-05-05,13:44:04.929] [INFO] Starting location capture [2026-05-05,13:44:43.584] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:44:43.590] [INFO] LocationSqlManager initialising [2026-05-05,13:44:43.590] [INFO] Location DB initialising [2026-05-05,13:44:43.600] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:44:43.601] [DEBUG] UploadManager Init [2026-05-05,13:44:43.601] [DEBUG] UploadManager Init Complete [2026-05-05,13:44:43.604] [INFO] Initializing GPS... [2026-05-05,13:44:43.605] [INFO] Starting location capture [2026-05-05,13:45:23.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:45:23.761] [INFO] LocationSqlManager initialising [2026-05-05,13:45:23.762] [INFO] Location DB initialising [2026-05-05,13:45:23.772] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:45:23.772] [DEBUG] UploadManager Init [2026-05-05,13:45:23.773] [DEBUG] UploadManager Init Complete [2026-05-05,13:45:23.776] [INFO] Initializing GPS... [2026-05-05,13:45:23.778] [INFO] Starting location capture [2026-05-05,13:45:59.443] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:45:59.447] [INFO] LocationSqlManager initialising [2026-05-05,13:45:59.448] [INFO] Location DB initialising [2026-05-05,13:45:59.457] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:45:59.458] [DEBUG] UploadManager Init [2026-05-05,13:45:59.458] [DEBUG] UploadManager Init Complete [2026-05-05,13:45:59.461] [INFO] Initializing GPS... [2026-05-05,13:45:59.463] [INFO] Starting location capture [2026-05-05,13:46:34.484] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:46:34.490] [INFO] LocationSqlManager initialising [2026-05-05,13:46:34.490] [INFO] Location DB initialising [2026-05-05,13:46:34.500] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:46:34.501] [DEBUG] UploadManager Init [2026-05-05,13:46:34.501] [DEBUG] UploadManager Init Complete [2026-05-05,13:46:34.503] [INFO] Initializing GPS... [2026-05-05,13:46:34.505] [INFO] Starting location capture [2026-05-05,13:47:13.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:47:13.760] [INFO] LocationSqlManager initialising [2026-05-05,13:47:13.760] [INFO] Location DB initialising [2026-05-05,13:47:13.770] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:47:13.770] [DEBUG] UploadManager Init [2026-05-05,13:47:13.771] [DEBUG] UploadManager Init Complete [2026-05-05,13:47:13.773] [INFO] Initializing GPS... [2026-05-05,13:47:13.775] [INFO] Starting location capture [2026-05-05,13:47:54.347] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:47:54.355] [INFO] LocationSqlManager initialising [2026-05-05,13:47:54.356] [INFO] Location DB initialising [2026-05-05,13:47:54.368] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:47:54.369] [DEBUG] UploadManager Init [2026-05-05,13:47:54.370] [DEBUG] UploadManager Init Complete [2026-05-05,13:47:54.374] [INFO] Initializing GPS... [2026-05-05,13:47:54.378] [INFO] Starting location capture [2026-05-05,13:48:32.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:48:32.988] [INFO] LocationSqlManager initialising [2026-05-05,13:48:32.989] [INFO] Location DB initialising [2026-05-05,13:48:32.998] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:48:32.999] [DEBUG] UploadManager Init [2026-05-05,13:48:33.000] [DEBUG] UploadManager Init Complete [2026-05-05,13:48:33.002] [INFO] Initializing GPS... [2026-05-05,13:48:33.004] [INFO] Starting location capture [2026-05-05,13:49:12.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:49:12.943] [INFO] LocationSqlManager initialising [2026-05-05,13:49:12.944] [INFO] Location DB initialising [2026-05-05,13:49:12.953] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:49:12.954] [DEBUG] UploadManager Init [2026-05-05,13:49:12.954] [DEBUG] UploadManager Init Complete [2026-05-05,13:49:12.957] [INFO] Initializing GPS... [2026-05-05,13:49:12.959] [INFO] Starting location capture [2026-05-05,13:49:52.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:49:52.807] [INFO] LocationSqlManager initialising [2026-05-05,13:49:52.808] [INFO] Location DB initialising [2026-05-05,13:49:52.819] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:49:52.820] [DEBUG] UploadManager Init [2026-05-05,13:49:52.820] [DEBUG] UploadManager Init Complete [2026-05-05,13:49:52.825] [INFO] Initializing GPS... [2026-05-05,13:49:52.828] [INFO] Starting location capture [2026-05-05,13:50:32.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:50:32.088] [INFO] LocationSqlManager initialising [2026-05-05,13:50:32.089] [INFO] Location DB initialising [2026-05-05,13:50:32.099] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:50:32.099] [DEBUG] UploadManager Init [2026-05-05,13:50:32.100] [DEBUG] UploadManager Init Complete [2026-05-05,13:50:32.103] [INFO] Initializing GPS... [2026-05-05,13:50:32.105] [INFO] Starting location capture [2026-05-05,13:51:11.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:51:11.040] [INFO] LocationSqlManager initialising [2026-05-05,13:51:11.041] [INFO] Location DB initialising [2026-05-05,13:51:11.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:51:11.051] [DEBUG] UploadManager Init [2026-05-05,13:51:11.051] [DEBUG] UploadManager Init Complete [2026-05-05,13:51:11.054] [INFO] Initializing GPS... [2026-05-05,13:51:11.056] [INFO] Starting location capture [2026-05-05,13:51:50.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:51:50.038] [INFO] LocationSqlManager initialising [2026-05-05,13:51:50.039] [INFO] Location DB initialising [2026-05-05,13:51:50.049] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:51:50.049] [DEBUG] UploadManager Init [2026-05-05,13:51:50.050] [DEBUG] UploadManager Init Complete [2026-05-05,13:51:50.052] [INFO] Initializing GPS... [2026-05-05,13:51:50.054] [INFO] Starting location capture [2026-05-05,13:52:29.492] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:52:29.496] [INFO] LocationSqlManager initialising [2026-05-05,13:52:29.497] [INFO] Location DB initialising [2026-05-05,13:52:29.506] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:52:29.507] [DEBUG] UploadManager Init [2026-05-05,13:52:29.507] [DEBUG] UploadManager Init Complete [2026-05-05,13:52:29.510] [INFO] Initializing GPS... [2026-05-05,13:52:29.512] [INFO] Starting location capture [2026-05-05,13:53:09.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:53:09.446] [INFO] LocationSqlManager initialising [2026-05-05,13:53:09.447] [INFO] Location DB initialising [2026-05-05,13:53:09.460] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:53:09.462] [DEBUG] UploadManager Init [2026-05-05,13:53:09.463] [DEBUG] UploadManager Init Complete [2026-05-05,13:53:09.469] [INFO] Initializing GPS... [2026-05-05,13:53:09.473] [INFO] Starting location capture [2026-05-05,13:53:43.478] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:53:43.486] [INFO] LocationSqlManager initialising [2026-05-05,13:53:43.487] [INFO] Location DB initialising [2026-05-05,13:53:43.497] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:53:43.499] [DEBUG] UploadManager Init [2026-05-05,13:53:43.499] [DEBUG] UploadManager Init Complete [2026-05-05,13:53:43.504] [INFO] Initializing GPS... [2026-05-05,13:53:43.507] [INFO] Starting location capture [2026-05-05,13:54:24.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:54:24.193] [INFO] LocationSqlManager initialising [2026-05-05,13:54:24.194] [INFO] Location DB initialising [2026-05-05,13:54:24.203] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:54:24.204] [DEBUG] UploadManager Init [2026-05-05,13:54:24.204] [DEBUG] UploadManager Init Complete [2026-05-05,13:54:24.207] [INFO] Initializing GPS... [2026-05-05,13:54:24.209] [INFO] Starting location capture [2026-05-05,13:55:02.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:55:02.842] [INFO] LocationSqlManager initialising [2026-05-05,13:55:02.843] [INFO] Location DB initialising [2026-05-05,13:55:02.852] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:55:02.853] [DEBUG] UploadManager Init [2026-05-05,13:55:02.853] [DEBUG] UploadManager Init Complete [2026-05-05,13:55:02.856] [INFO] Initializing GPS... [2026-05-05,13:55:02.858] [INFO] Starting location capture [2026-05-05,13:55:41.882] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:55:41.888] [INFO] LocationSqlManager initialising [2026-05-05,13:55:41.888] [INFO] Location DB initialising [2026-05-05,13:55:41.899] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:55:41.900] [DEBUG] UploadManager Init [2026-05-05,13:55:41.901] [DEBUG] UploadManager Init Complete [2026-05-05,13:55:41.905] [INFO] Initializing GPS... [2026-05-05,13:55:41.908] [INFO] Starting location capture [2026-05-05,13:56:20.557] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:56:20.565] [INFO] LocationSqlManager initialising [2026-05-05,13:56:20.566] [INFO] Location DB initialising [2026-05-05,13:56:20.577] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:56:20.578] [DEBUG] UploadManager Init [2026-05-05,13:56:20.579] [DEBUG] UploadManager Init Complete [2026-05-05,13:56:20.582] [INFO] Initializing GPS... [2026-05-05,13:56:20.584] [INFO] Starting location capture [2026-05-05,13:56:56.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:56:56.017] [INFO] LocationSqlManager initialising [2026-05-05,13:56:56.018] [INFO] Location DB initialising [2026-05-05,13:56:56.029] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:56:56.031] [DEBUG] UploadManager Init [2026-05-05,13:56:56.032] [DEBUG] UploadManager Init Complete [2026-05-05,13:56:56.036] [INFO] Initializing GPS... [2026-05-05,13:56:56.040] [INFO] Starting location capture [2026-05-05,13:57:35.548] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:57:35.557] [INFO] LocationSqlManager initialising [2026-05-05,13:57:35.558] [INFO] Location DB initialising [2026-05-05,13:57:35.569] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:57:35.570] [DEBUG] UploadManager Init [2026-05-05,13:57:35.571] [DEBUG] UploadManager Init Complete [2026-05-05,13:57:35.575] [INFO] Initializing GPS... [2026-05-05,13:57:35.578] [INFO] Starting location capture [2026-05-05,13:58:14.779] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:58:14.787] [INFO] LocationSqlManager initialising [2026-05-05,13:58:14.788] [INFO] Location DB initialising [2026-05-05,13:58:14.799] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:58:14.801] [DEBUG] UploadManager Init [2026-05-05,13:58:14.801] [DEBUG] UploadManager Init Complete [2026-05-05,13:58:14.805] [INFO] Initializing GPS... [2026-05-05,13:58:14.808] [INFO] Starting location capture [2026-05-05,13:58:53.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:58:53.803] [INFO] LocationSqlManager initialising [2026-05-05,13:58:53.804] [INFO] Location DB initialising [2026-05-05,13:58:53.815] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:58:53.816] [DEBUG] UploadManager Init [2026-05-05,13:58:53.817] [DEBUG] UploadManager Init Complete [2026-05-05,13:58:53.821] [INFO] Initializing GPS... [2026-05-05,13:58:53.824] [INFO] Starting location capture [2026-05-05,13:59:33.587] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,13:59:33.595] [INFO] LocationSqlManager initialising [2026-05-05,13:59:33.596] [INFO] Location DB initialising [2026-05-05,13:59:33.609] [INFO] LocationSqlManager initialisation complete [2026-05-05,13:59:33.611] [DEBUG] UploadManager Init [2026-05-05,13:59:33.612] [DEBUG] UploadManager Init Complete [2026-05-05,13:59:33.619] [INFO] Initializing GPS... [2026-05-05,13:59:33.623] [INFO] Starting location capture [2026-05-05,14:00:12.499] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:00:12.507] [INFO] LocationSqlManager initialising [2026-05-05,14:00:12.508] [INFO] Location DB initialising [2026-05-05,14:00:12.519] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:00:12.520] [DEBUG] UploadManager Init [2026-05-05,14:00:12.521] [DEBUG] UploadManager Init Complete [2026-05-05,14:00:12.525] [INFO] Initializing GPS... [2026-05-05,14:00:12.528] [INFO] Starting location capture [2026-05-05,14:00:52.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:00:52.139] [INFO] LocationSqlManager initialising [2026-05-05,14:00:52.139] [INFO] Location DB initialising [2026-05-05,14:00:52.149] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:00:52.150] [DEBUG] UploadManager Init [2026-05-05,14:00:52.151] [DEBUG] UploadManager Init Complete [2026-05-05,14:00:52.153] [INFO] Initializing GPS... [2026-05-05,14:00:52.155] [INFO] Starting location capture [2026-05-05,14:01:31.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:01:31.026] [INFO] LocationSqlManager initialising [2026-05-05,14:01:31.027] [INFO] Location DB initialising [2026-05-05,14:01:31.038] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:01:31.039] [DEBUG] UploadManager Init [2026-05-05,14:01:31.040] [DEBUG] UploadManager Init Complete [2026-05-05,14:01:31.044] [INFO] Initializing GPS... [2026-05-05,14:01:31.047] [INFO] Starting location capture [2026-05-05,14:02:11.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:02:11.114] [INFO] LocationSqlManager initialising [2026-05-05,14:02:11.115] [INFO] Location DB initialising [2026-05-05,14:02:11.126] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:02:11.127] [DEBUG] UploadManager Init [2026-05-05,14:02:11.128] [DEBUG] UploadManager Init Complete [2026-05-05,14:02:11.132] [INFO] Initializing GPS... [2026-05-05,14:02:11.135] [INFO] Starting location capture [2026-05-05,14:02:50.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:02:50.842] [INFO] LocationSqlManager initialising [2026-05-05,14:02:50.843] [INFO] Location DB initialising [2026-05-05,14:02:50.854] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:02:50.856] [DEBUG] UploadManager Init [2026-05-05,14:02:50.856] [DEBUG] UploadManager Init Complete [2026-05-05,14:02:50.860] [INFO] Initializing GPS... [2026-05-05,14:02:50.863] [INFO] Starting location capture [2026-05-05,14:03:29.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:03:29.861] [INFO] LocationSqlManager initialising [2026-05-05,14:03:29.862] [INFO] Location DB initialising [2026-05-05,14:03:29.872] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:03:29.873] [DEBUG] UploadManager Init [2026-05-05,14:03:29.874] [DEBUG] UploadManager Init Complete [2026-05-05,14:03:29.878] [INFO] Initializing GPS... [2026-05-05,14:03:29.882] [INFO] Starting location capture [2026-05-05,14:04:09.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:04:09.941] [INFO] LocationSqlManager initialising [2026-05-05,14:04:09.942] [INFO] Location DB initialising [2026-05-05,14:04:09.951] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:04:09.952] [DEBUG] UploadManager Init [2026-05-05,14:04:09.952] [DEBUG] UploadManager Init Complete [2026-05-05,14:04:09.955] [INFO] Initializing GPS... [2026-05-05,14:04:09.957] [INFO] Starting location capture [2026-05-05,14:04:46.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:04:46.140] [INFO] LocationSqlManager initialising [2026-05-05,14:04:46.141] [INFO] Location DB initialising [2026-05-05,14:04:46.153] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:04:46.154] [DEBUG] UploadManager Init [2026-05-05,14:04:46.154] [DEBUG] UploadManager Init Complete [2026-05-05,14:04:46.159] [INFO] Initializing GPS... [2026-05-05,14:04:46.162] [INFO] Starting location capture [2026-05-05,14:05:24.882] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:05:24.887] [INFO] LocationSqlManager initialising [2026-05-05,14:05:24.888] [INFO] Location DB initialising [2026-05-05,14:05:24.897] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:05:24.898] [DEBUG] UploadManager Init [2026-05-05,14:05:24.898] [DEBUG] UploadManager Init Complete [2026-05-05,14:05:24.901] [INFO] Initializing GPS... [2026-05-05,14:05:24.903] [INFO] Starting location capture [2026-05-05,14:06:00.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:06:00.284] [INFO] LocationSqlManager initialising [2026-05-05,14:06:00.285] [INFO] Location DB initialising [2026-05-05,14:06:00.300] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:06:00.301] [DEBUG] UploadManager Init [2026-05-05,14:06:00.302] [DEBUG] UploadManager Init Complete [2026-05-05,14:06:00.307] [INFO] Initializing GPS... [2026-05-05,14:06:00.310] [INFO] Starting location capture [2026-05-05,14:06:40.469] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:06:40.473] [INFO] LocationSqlManager initialising [2026-05-05,14:06:40.474] [INFO] Location DB initialising [2026-05-05,14:06:40.483] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:06:40.483] [DEBUG] UploadManager Init [2026-05-05,14:06:40.484] [DEBUG] UploadManager Init Complete [2026-05-05,14:06:40.486] [INFO] Initializing GPS... [2026-05-05,14:06:40.488] [INFO] Starting location capture [2026-05-05,14:07:18.797] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:07:18.803] [INFO] LocationSqlManager initialising [2026-05-05,14:07:18.804] [INFO] Location DB initialising [2026-05-05,14:07:18.813] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:07:18.814] [DEBUG] UploadManager Init [2026-05-05,14:07:18.815] [DEBUG] UploadManager Init Complete [2026-05-05,14:07:18.818] [INFO] Initializing GPS... [2026-05-05,14:07:18.821] [INFO] Starting location capture [2026-05-05,14:07:57.813] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:07:57.819] [INFO] LocationSqlManager initialising [2026-05-05,14:07:57.819] [INFO] Location DB initialising [2026-05-05,14:07:57.829] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:07:57.830] [DEBUG] UploadManager Init [2026-05-05,14:07:57.830] [DEBUG] UploadManager Init Complete [2026-05-05,14:07:57.833] [INFO] Initializing GPS... [2026-05-05,14:07:57.834] [INFO] Starting location capture [2026-05-05,14:08:37.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:08:37.808] [INFO] LocationSqlManager initialising [2026-05-05,14:08:37.808] [INFO] Location DB initialising [2026-05-05,14:08:37.818] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:08:37.819] [DEBUG] UploadManager Init [2026-05-05,14:08:37.819] [DEBUG] UploadManager Init Complete [2026-05-05,14:08:37.822] [INFO] Initializing GPS... [2026-05-05,14:08:37.823] [INFO] Starting location capture [2026-05-05,14:09:16.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:09:16.994] [INFO] LocationSqlManager initialising [2026-05-05,14:09:16.995] [INFO] Location DB initialising [2026-05-05,14:09:17.011] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:09:17.013] [DEBUG] UploadManager Init [2026-05-05,14:09:17.014] [DEBUG] UploadManager Init Complete [2026-05-05,14:09:17.020] [INFO] Initializing GPS... [2026-05-05,14:09:17.023] [INFO] Starting location capture [2026-05-05,14:09:55.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:09:55.928] [INFO] LocationSqlManager initialising [2026-05-05,14:09:55.928] [INFO] Location DB initialising [2026-05-05,14:09:55.938] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:09:55.938] [DEBUG] UploadManager Init [2026-05-05,14:09:55.939] [DEBUG] UploadManager Init Complete [2026-05-05,14:09:55.941] [INFO] Initializing GPS... [2026-05-05,14:09:55.943] [INFO] Starting location capture [2026-05-05,14:10:34.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:10:34.836] [INFO] LocationSqlManager initialising [2026-05-05,14:10:34.837] [INFO] Location DB initialising [2026-05-05,14:10:34.848] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:10:34.849] [DEBUG] UploadManager Init [2026-05-05,14:10:34.850] [DEBUG] UploadManager Init Complete [2026-05-05,14:10:34.855] [INFO] Initializing GPS... [2026-05-05,14:10:34.858] [INFO] Starting location capture [2026-05-05,14:11:14.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:11:14.031] [INFO] LocationSqlManager initialising [2026-05-05,14:11:14.032] [INFO] Location DB initialising [2026-05-05,14:11:14.044] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:11:14.046] [DEBUG] UploadManager Init [2026-05-05,14:11:14.046] [DEBUG] UploadManager Init Complete [2026-05-05,14:11:14.052] [INFO] Initializing GPS... [2026-05-05,14:11:14.055] [INFO] Starting location capture [2026-05-05,14:11:54.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:11:54.056] [INFO] LocationSqlManager initialising [2026-05-05,14:11:54.057] [INFO] Location DB initialising [2026-05-05,14:11:54.067] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:11:54.068] [DEBUG] UploadManager Init [2026-05-05,14:11:54.068] [DEBUG] UploadManager Init Complete [2026-05-05,14:11:54.072] [INFO] Initializing GPS... [2026-05-05,14:11:54.074] [INFO] Starting location capture [2026-05-05,14:12:32.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:12:32.803] [INFO] LocationSqlManager initialising [2026-05-05,14:12:32.804] [INFO] Location DB initialising [2026-05-05,14:12:32.816] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:12:32.817] [DEBUG] UploadManager Init [2026-05-05,14:12:32.818] [DEBUG] UploadManager Init Complete [2026-05-05,14:12:32.822] [INFO] Initializing GPS... [2026-05-05,14:12:32.826] [INFO] Starting location capture [2026-05-05,14:13:12.872] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:13:12.878] [INFO] LocationSqlManager initialising [2026-05-05,14:13:12.879] [INFO] Location DB initialising [2026-05-05,14:13:12.889] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:13:12.890] [DEBUG] UploadManager Init [2026-05-05,14:13:12.890] [DEBUG] UploadManager Init Complete [2026-05-05,14:13:12.894] [INFO] Initializing GPS... [2026-05-05,14:13:12.896] [INFO] Starting location capture [2026-05-05,14:13:47.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:13:47.918] [INFO] LocationSqlManager initialising [2026-05-05,14:13:47.918] [INFO] Location DB initialising [2026-05-05,14:13:47.927] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:13:47.928] [DEBUG] UploadManager Init [2026-05-05,14:13:47.928] [DEBUG] UploadManager Init Complete [2026-05-05,14:13:47.931] [INFO] Initializing GPS... [2026-05-05,14:13:47.933] [INFO] Starting location capture [2026-05-05,14:14:27.090] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:14:27.096] [INFO] LocationSqlManager initialising [2026-05-05,14:14:27.096] [INFO] Location DB initialising [2026-05-05,14:14:27.106] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:14:27.107] [DEBUG] UploadManager Init [2026-05-05,14:14:27.107] [DEBUG] UploadManager Init Complete [2026-05-05,14:14:27.111] [INFO] Initializing GPS... [2026-05-05,14:14:27.113] [INFO] Starting location capture [2026-05-05,14:15:05.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:15:05.917] [INFO] LocationSqlManager initialising [2026-05-05,14:15:05.918] [INFO] Location DB initialising [2026-05-05,14:15:05.928] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:15:05.929] [DEBUG] UploadManager Init [2026-05-05,14:15:05.929] [DEBUG] UploadManager Init Complete [2026-05-05,14:15:05.932] [INFO] Initializing GPS... [2026-05-05,14:15:05.934] [INFO] Starting location capture [2026-05-05,14:15:44.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:15:44.899] [INFO] LocationSqlManager initialising [2026-05-05,14:15:44.899] [INFO] Location DB initialising [2026-05-05,14:15:44.909] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:15:44.909] [DEBUG] UploadManager Init [2026-05-05,14:15:44.910] [DEBUG] UploadManager Init Complete [2026-05-05,14:15:44.912] [INFO] Initializing GPS... [2026-05-05,14:15:44.914] [INFO] Starting location capture [2026-05-05,14:16:24.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:16:24.995] [INFO] LocationSqlManager initialising [2026-05-05,14:16:24.996] [INFO] Location DB initialising [2026-05-05,14:16:25.007] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:16:25.008] [DEBUG] UploadManager Init [2026-05-05,14:16:25.009] [DEBUG] UploadManager Init Complete [2026-05-05,14:16:25.013] [INFO] Initializing GPS... [2026-05-05,14:16:25.017] [INFO] Starting location capture [2026-05-05,14:17:04.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:17:04.805] [INFO] LocationSqlManager initialising [2026-05-05,14:17:04.806] [INFO] Location DB initialising [2026-05-05,14:17:04.816] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:17:04.817] [DEBUG] UploadManager Init [2026-05-05,14:17:04.817] [DEBUG] UploadManager Init Complete [2026-05-05,14:17:04.820] [INFO] Initializing GPS... [2026-05-05,14:17:04.823] [INFO] Starting location capture [2026-05-05,14:17:39.538] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:17:39.541] [INFO] LocationSqlManager initialising [2026-05-05,14:17:39.542] [INFO] Location DB initialising [2026-05-05,14:17:39.552] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:17:39.554] [DEBUG] UploadManager Init [2026-05-05,14:17:39.554] [DEBUG] UploadManager Init Complete [2026-05-05,14:17:39.559] [INFO] Initializing GPS... [2026-05-05,14:17:39.562] [INFO] Starting location capture [2026-05-05,14:18:19.251] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:18:19.260] [INFO] LocationSqlManager initialising [2026-05-05,14:18:19.261] [INFO] Location DB initialising [2026-05-05,14:18:19.275] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:18:19.277] [DEBUG] UploadManager Init [2026-05-05,14:18:19.278] [DEBUG] UploadManager Init Complete [2026-05-05,14:18:19.284] [INFO] Initializing GPS... [2026-05-05,14:18:19.289] [INFO] Starting location capture [2026-05-05,14:18:54.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:18:54.066] [INFO] LocationSqlManager initialising [2026-05-05,14:18:54.066] [INFO] Location DB initialising [2026-05-05,14:18:54.076] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:18:54.076] [DEBUG] UploadManager Init [2026-05-05,14:18:54.077] [DEBUG] UploadManager Init Complete [2026-05-05,14:18:54.079] [INFO] Initializing GPS... [2026-05-05,14:18:54.081] [INFO] Starting location capture [2026-05-05,14:19:33.874] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:19:33.880] [INFO] LocationSqlManager initialising [2026-05-05,14:19:33.880] [INFO] Location DB initialising [2026-05-05,14:19:33.890] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:19:33.891] [DEBUG] UploadManager Init [2026-05-05,14:19:33.892] [DEBUG] UploadManager Init Complete [2026-05-05,14:19:33.895] [INFO] Initializing GPS... [2026-05-05,14:19:33.897] [INFO] Starting location capture [2026-05-05,14:20:12.695] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:20:12.703] [INFO] LocationSqlManager initialising [2026-05-05,14:20:12.704] [INFO] Location DB initialising [2026-05-05,14:20:12.716] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:20:12.717] [DEBUG] UploadManager Init [2026-05-05,14:20:12.718] [DEBUG] UploadManager Init Complete [2026-05-05,14:20:12.722] [INFO] Initializing GPS... [2026-05-05,14:20:12.725] [INFO] Starting location capture [2026-05-05,14:20:53.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:20:53.087] [INFO] LocationSqlManager initialising [2026-05-05,14:20:53.088] [INFO] Location DB initialising [2026-05-05,14:20:53.100] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:20:53.100] [DEBUG] UploadManager Init [2026-05-05,14:20:53.101] [DEBUG] UploadManager Init Complete [2026-05-05,14:20:53.104] [INFO] Initializing GPS... [2026-05-05,14:20:53.107] [INFO] Starting location capture [2026-05-05,14:21:31.378] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:21:31.391] [INFO] LocationSqlManager initialising [2026-05-05,14:21:31.392] [INFO] Location DB initialising [2026-05-05,14:21:31.407] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:21:31.408] [DEBUG] UploadManager Init [2026-05-05,14:21:31.409] [DEBUG] UploadManager Init Complete [2026-05-05,14:21:31.414] [INFO] Initializing GPS... [2026-05-05,14:21:31.418] [INFO] Starting location capture [2026-05-05,14:22:10.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:22:10.806] [INFO] LocationSqlManager initialising [2026-05-05,14:22:10.806] [INFO] Location DB initialising [2026-05-05,14:22:10.816] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:22:10.817] [DEBUG] UploadManager Init [2026-05-05,14:22:10.817] [DEBUG] UploadManager Init Complete [2026-05-05,14:22:10.820] [INFO] Initializing GPS... [2026-05-05,14:22:10.822] [INFO] Starting location capture [2026-05-05,14:22:51.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:22:51.099] [INFO] LocationSqlManager initialising [2026-05-05,14:22:51.100] [INFO] Location DB initialising [2026-05-05,14:22:51.110] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:22:51.110] [DEBUG] UploadManager Init [2026-05-05,14:22:51.111] [DEBUG] UploadManager Init Complete [2026-05-05,14:22:51.114] [INFO] Initializing GPS... [2026-05-05,14:22:51.116] [INFO] Starting location capture [2026-05-05,14:23:30.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:23:30.044] [INFO] LocationSqlManager initialising [2026-05-05,14:23:30.045] [INFO] Location DB initialising [2026-05-05,14:23:30.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:23:30.058] [DEBUG] UploadManager Init [2026-05-05,14:23:30.058] [DEBUG] UploadManager Init Complete [2026-05-05,14:23:30.063] [INFO] Initializing GPS... [2026-05-05,14:23:30.066] [INFO] Starting location capture [2026-05-05,14:24:10.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:24:10.040] [INFO] LocationSqlManager initialising [2026-05-05,14:24:10.041] [INFO] Location DB initialising [2026-05-05,14:24:10.052] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:24:10.054] [DEBUG] UploadManager Init [2026-05-05,14:24:10.054] [DEBUG] UploadManager Init Complete [2026-05-05,14:24:10.059] [INFO] Initializing GPS... [2026-05-05,14:24:10.062] [INFO] Starting location capture [2026-05-05,14:24:49.557] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:24:49.564] [INFO] LocationSqlManager initialising [2026-05-05,14:24:49.565] [INFO] Location DB initialising [2026-05-05,14:24:49.575] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:24:49.575] [DEBUG] UploadManager Init [2026-05-05,14:24:49.576] [DEBUG] UploadManager Init Complete [2026-05-05,14:24:49.578] [INFO] Initializing GPS... [2026-05-05,14:24:49.580] [INFO] Starting location capture [2026-05-05,14:25:29.721] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:25:29.727] [INFO] LocationSqlManager initialising [2026-05-05,14:25:29.728] [INFO] Location DB initialising [2026-05-05,14:25:29.738] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:25:29.739] [DEBUG] UploadManager Init [2026-05-05,14:25:29.739] [DEBUG] UploadManager Init Complete [2026-05-05,14:25:29.743] [INFO] Initializing GPS... [2026-05-05,14:25:29.745] [INFO] Starting location capture [2026-05-05,14:26:08.663] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:26:08.668] [INFO] LocationSqlManager initialising [2026-05-05,14:26:08.669] [INFO] Location DB initialising [2026-05-05,14:26:08.678] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:26:08.678] [DEBUG] UploadManager Init [2026-05-05,14:26:08.679] [DEBUG] UploadManager Init Complete [2026-05-05,14:26:08.682] [INFO] Initializing GPS... [2026-05-05,14:26:08.683] [INFO] Starting location capture [2026-05-05,14:26:47.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:26:47.813] [INFO] LocationSqlManager initialising [2026-05-05,14:26:47.815] [INFO] Location DB initialising [2026-05-05,14:26:47.826] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:26:47.827] [DEBUG] UploadManager Init [2026-05-05,14:26:47.828] [DEBUG] UploadManager Init Complete [2026-05-05,14:26:47.833] [INFO] Initializing GPS... [2026-05-05,14:26:47.835] [INFO] Starting location capture [2026-05-05,14:27:27.240] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:27:27.248] [INFO] LocationSqlManager initialising [2026-05-05,14:27:27.249] [INFO] Location DB initialising [2026-05-05,14:27:27.260] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:27:27.261] [DEBUG] UploadManager Init [2026-05-05,14:27:27.262] [DEBUG] UploadManager Init Complete [2026-05-05,14:27:27.266] [INFO] Initializing GPS... [2026-05-05,14:27:27.270] [INFO] Starting location capture [2026-05-05,14:28:06.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:28:06.716] [INFO] LocationSqlManager initialising [2026-05-05,14:28:06.716] [INFO] Location DB initialising [2026-05-05,14:28:06.727] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:28:06.727] [DEBUG] UploadManager Init [2026-05-05,14:28:06.728] [DEBUG] UploadManager Init Complete [2026-05-05,14:28:06.731] [INFO] Initializing GPS... [2026-05-05,14:28:06.733] [INFO] Starting location capture [2026-05-05,14:28:46.594] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:28:46.599] [INFO] LocationSqlManager initialising [2026-05-05,14:28:46.599] [INFO] Location DB initialising [2026-05-05,14:28:46.609] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:28:46.609] [DEBUG] UploadManager Init [2026-05-05,14:28:46.610] [DEBUG] UploadManager Init Complete [2026-05-05,14:28:46.612] [INFO] Initializing GPS... [2026-05-05,14:28:46.614] [INFO] Starting location capture [2026-05-05,14:29:25.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:29:25.698] [INFO] LocationSqlManager initialising [2026-05-05,14:29:25.699] [INFO] Location DB initialising [2026-05-05,14:29:25.710] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:29:25.711] [DEBUG] UploadManager Init [2026-05-05,14:29:25.711] [DEBUG] UploadManager Init Complete [2026-05-05,14:29:25.715] [INFO] Initializing GPS... [2026-05-05,14:29:25.717] [INFO] Starting location capture [2026-05-05,14:30:05.425] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:30:05.430] [INFO] LocationSqlManager initialising [2026-05-05,14:30:05.431] [INFO] Location DB initialising [2026-05-05,14:30:05.440] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:30:05.440] [DEBUG] UploadManager Init [2026-05-05,14:30:05.441] [DEBUG] UploadManager Init Complete [2026-05-05,14:30:05.443] [INFO] Initializing GPS... [2026-05-05,14:30:05.445] [INFO] Starting location capture [2026-05-05,14:30:39.617] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:30:39.623] [INFO] LocationSqlManager initialising [2026-05-05,14:30:39.623] [INFO] Location DB initialising [2026-05-05,14:30:39.633] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:30:39.633] [DEBUG] UploadManager Init [2026-05-05,14:30:39.634] [DEBUG] UploadManager Init Complete [2026-05-05,14:30:39.636] [INFO] Initializing GPS... [2026-05-05,14:30:39.638] [INFO] Starting location capture [2026-05-05,14:31:18.578] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:31:18.587] [INFO] LocationSqlManager initialising [2026-05-05,14:31:18.588] [INFO] Location DB initialising [2026-05-05,14:31:18.598] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:31:18.599] [DEBUG] UploadManager Init [2026-05-05,14:31:18.599] [DEBUG] UploadManager Init Complete [2026-05-05,14:31:18.602] [INFO] Initializing GPS... [2026-05-05,14:31:18.604] [INFO] Starting location capture [2026-05-05,14:31:57.680] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:31:57.686] [INFO] LocationSqlManager initialising [2026-05-05,14:31:57.687] [INFO] Location DB initialising [2026-05-05,14:31:57.697] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:31:57.698] [DEBUG] UploadManager Init [2026-05-05,14:31:57.698] [DEBUG] UploadManager Init Complete [2026-05-05,14:31:57.701] [INFO] Initializing GPS... [2026-05-05,14:31:57.704] [INFO] Starting location capture [2026-05-05,14:32:37.374] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:32:37.382] [INFO] LocationSqlManager initialising [2026-05-05,14:32:37.383] [INFO] Location DB initialising [2026-05-05,14:32:37.394] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:32:37.395] [DEBUG] UploadManager Init [2026-05-05,14:32:37.396] [DEBUG] UploadManager Init Complete [2026-05-05,14:32:37.400] [INFO] Initializing GPS... [2026-05-05,14:32:37.403] [INFO] Starting location capture [2026-05-05,14:33:16.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:33:16.176] [INFO] LocationSqlManager initialising [2026-05-05,14:33:16.176] [INFO] Location DB initialising [2026-05-05,14:33:16.186] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:33:16.187] [DEBUG] UploadManager Init [2026-05-05,14:33:16.187] [DEBUG] UploadManager Init Complete [2026-05-05,14:33:16.190] [INFO] Initializing GPS... [2026-05-05,14:33:16.192] [INFO] Starting location capture [2026-05-05,14:33:50.843] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:33:50.850] [INFO] LocationSqlManager initialising [2026-05-05,14:33:50.851] [INFO] Location DB initialising [2026-05-05,14:33:50.862] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:33:50.863] [DEBUG] UploadManager Init [2026-05-05,14:33:50.864] [DEBUG] UploadManager Init Complete [2026-05-05,14:33:50.868] [INFO] Initializing GPS... [2026-05-05,14:33:50.871] [INFO] Starting location capture [2026-05-05,14:34:28.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:34:28.966] [INFO] LocationSqlManager initialising [2026-05-05,14:34:28.967] [INFO] Location DB initialising [2026-05-05,14:34:28.978] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:34:28.979] [DEBUG] UploadManager Init [2026-05-05,14:34:28.982] [DEBUG] UploadManager Init Complete [2026-05-05,14:34:28.989] [INFO] Initializing GPS... [2026-05-05,14:34:28.993] [INFO] Starting location capture [2026-05-05,14:35:08.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:35:08.216] [INFO] LocationSqlManager initialising [2026-05-05,14:35:08.216] [INFO] Location DB initialising [2026-05-05,14:35:08.226] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:35:08.226] [DEBUG] UploadManager Init [2026-05-05,14:35:08.227] [DEBUG] UploadManager Init Complete [2026-05-05,14:35:08.229] [INFO] Initializing GPS... [2026-05-05,14:35:08.231] [INFO] Starting location capture [2026-05-05,14:35:48.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:35:48.373] [INFO] LocationSqlManager initialising [2026-05-05,14:35:48.373] [INFO] Location DB initialising [2026-05-05,14:35:48.383] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:35:48.385] [DEBUG] UploadManager Init [2026-05-05,14:35:48.385] [DEBUG] UploadManager Init Complete [2026-05-05,14:35:48.390] [INFO] Initializing GPS... [2026-05-05,14:35:48.393] [INFO] Starting location capture [2026-05-05,14:36:27.481] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:36:27.489] [INFO] LocationSqlManager initialising [2026-05-05,14:36:27.490] [INFO] Location DB initialising [2026-05-05,14:36:27.501] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:36:27.502] [DEBUG] UploadManager Init [2026-05-05,14:36:27.503] [DEBUG] UploadManager Init Complete [2026-05-05,14:36:27.507] [INFO] Initializing GPS... [2026-05-05,14:36:27.510] [INFO] Starting location capture [2026-05-05,14:37:06.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:37:06.193] [INFO] LocationSqlManager initialising [2026-05-05,14:37:06.194] [INFO] Location DB initialising [2026-05-05,14:37:06.203] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:37:06.204] [DEBUG] UploadManager Init [2026-05-05,14:37:06.205] [DEBUG] UploadManager Init Complete [2026-05-05,14:37:06.208] [INFO] Initializing GPS... [2026-05-05,14:37:06.210] [INFO] Starting location capture [2026-05-05,14:37:44.245] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:37:44.253] [INFO] LocationSqlManager initialising [2026-05-05,14:37:44.254] [INFO] Location DB initialising [2026-05-05,14:37:44.266] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:37:44.267] [DEBUG] UploadManager Init [2026-05-05,14:37:44.267] [DEBUG] UploadManager Init Complete [2026-05-05,14:37:44.272] [INFO] Initializing GPS... [2026-05-05,14:37:44.274] [INFO] Starting location capture [2026-05-05,14:38:23.606] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:38:23.612] [INFO] LocationSqlManager initialising [2026-05-05,14:38:23.613] [INFO] Location DB initialising [2026-05-05,14:38:23.624] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:38:23.625] [DEBUG] UploadManager Init [2026-05-05,14:38:23.626] [DEBUG] UploadManager Init Complete [2026-05-05,14:38:23.630] [INFO] Initializing GPS... [2026-05-05,14:38:23.634] [INFO] Starting location capture [2026-05-05,14:39:03.382] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:39:03.402] [INFO] LocationSqlManager initialising [2026-05-05,14:39:03.403] [INFO] Location DB initialising [2026-05-05,14:39:03.419] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:39:03.420] [DEBUG] UploadManager Init [2026-05-05,14:39:03.422] [DEBUG] UploadManager Init Complete [2026-05-05,14:39:03.429] [INFO] Initializing GPS... [2026-05-05,14:39:03.436] [INFO] Starting location capture [2026-05-05,14:39:42.504] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:39:42.509] [INFO] LocationSqlManager initialising [2026-05-05,14:39:42.510] [INFO] Location DB initialising [2026-05-05,14:39:42.521] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:39:42.523] [DEBUG] UploadManager Init [2026-05-05,14:39:42.523] [DEBUG] UploadManager Init Complete [2026-05-05,14:39:42.528] [INFO] Initializing GPS... [2026-05-05,14:39:42.530] [INFO] Starting location capture [2026-05-05,14:40:21.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:40:22.002] [INFO] LocationSqlManager initialising [2026-05-05,14:40:22.003] [INFO] Location DB initialising [2026-05-05,14:40:22.013] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:40:22.014] [DEBUG] UploadManager Init [2026-05-05,14:40:22.014] [DEBUG] UploadManager Init Complete [2026-05-05,14:40:22.017] [INFO] Initializing GPS... [2026-05-05,14:40:22.019] [INFO] Starting location capture [2026-05-05,14:41:01.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:41:01.441] [INFO] LocationSqlManager initialising [2026-05-05,14:41:01.442] [INFO] Location DB initialising [2026-05-05,14:41:01.451] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:41:01.452] [DEBUG] UploadManager Init [2026-05-05,14:41:01.453] [DEBUG] UploadManager Init Complete [2026-05-05,14:41:01.455] [INFO] Initializing GPS... [2026-05-05,14:41:01.457] [INFO] Starting location capture [2026-05-05,14:41:39.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:41:39.421] [INFO] LocationSqlManager initialising [2026-05-05,14:41:39.421] [INFO] Location DB initialising [2026-05-05,14:41:39.431] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:41:39.431] [DEBUG] UploadManager Init [2026-05-05,14:41:39.432] [DEBUG] UploadManager Init Complete [2026-05-05,14:41:39.434] [INFO] Initializing GPS... [2026-05-05,14:41:39.436] [INFO] Starting location capture [2026-05-05,14:42:19.629] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:42:19.638] [INFO] LocationSqlManager initialising [2026-05-05,14:42:19.638] [INFO] Location DB initialising [2026-05-05,14:42:19.650] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:42:19.651] [DEBUG] UploadManager Init [2026-05-05,14:42:19.651] [DEBUG] UploadManager Init Complete [2026-05-05,14:42:19.656] [INFO] Initializing GPS... [2026-05-05,14:42:19.659] [INFO] Starting location capture [2026-05-05,14:42:58.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:42:58.430] [INFO] LocationSqlManager initialising [2026-05-05,14:42:58.431] [INFO] Location DB initialising [2026-05-05,14:42:58.442] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:42:58.443] [DEBUG] UploadManager Init [2026-05-05,14:42:58.443] [DEBUG] UploadManager Init Complete [2026-05-05,14:42:58.446] [INFO] Initializing GPS... [2026-05-05,14:42:58.449] [INFO] Starting location capture [2026-05-05,14:43:37.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:43:37.435] [INFO] LocationSqlManager initialising [2026-05-05,14:43:37.436] [INFO] Location DB initialising [2026-05-05,14:43:37.448] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:43:37.449] [DEBUG] UploadManager Init [2026-05-05,14:43:37.450] [DEBUG] UploadManager Init Complete [2026-05-05,14:43:37.454] [INFO] Initializing GPS... [2026-05-05,14:43:37.457] [INFO] Starting location capture [2026-05-05,14:44:11.487] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:44:11.495] [INFO] LocationSqlManager initialising [2026-05-05,14:44:11.495] [INFO] Location DB initialising [2026-05-05,14:44:11.507] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:44:11.508] [DEBUG] UploadManager Init [2026-05-05,14:44:11.509] [DEBUG] UploadManager Init Complete [2026-05-05,14:44:11.513] [INFO] Initializing GPS... [2026-05-05,14:44:11.516] [INFO] Starting location capture [2026-05-05,14:44:50.599] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:44:50.607] [INFO] LocationSqlManager initialising [2026-05-05,14:44:50.608] [INFO] Location DB initialising [2026-05-05,14:44:50.619] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:44:50.620] [DEBUG] UploadManager Init [2026-05-05,14:44:50.621] [DEBUG] UploadManager Init Complete [2026-05-05,14:44:50.626] [INFO] Initializing GPS... [2026-05-05,14:44:50.629] [INFO] Starting location capture [2026-05-05,14:45:30.500] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:45:30.513] [INFO] LocationSqlManager initialising [2026-05-05,14:45:30.514] [INFO] Location DB initialising [2026-05-05,14:45:30.526] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:45:30.527] [DEBUG] UploadManager Init [2026-05-05,14:45:30.528] [DEBUG] UploadManager Init Complete [2026-05-05,14:45:30.532] [INFO] Initializing GPS... [2026-05-05,14:45:30.535] [INFO] Starting location capture [2026-05-05,14:46:09.469] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:46:09.476] [INFO] LocationSqlManager initialising [2026-05-05,14:46:09.477] [INFO] Location DB initialising [2026-05-05,14:46:09.488] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:46:09.489] [DEBUG] UploadManager Init [2026-05-05,14:46:09.490] [DEBUG] UploadManager Init Complete [2026-05-05,14:46:09.494] [INFO] Initializing GPS... [2026-05-05,14:46:09.497] [INFO] Starting location capture [2026-05-05,14:46:48.436] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:46:48.444] [INFO] LocationSqlManager initialising [2026-05-05,14:46:48.445] [INFO] Location DB initialising [2026-05-05,14:46:48.456] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:46:48.457] [DEBUG] UploadManager Init [2026-05-05,14:46:48.458] [DEBUG] UploadManager Init Complete [2026-05-05,14:46:48.463] [INFO] Initializing GPS... [2026-05-05,14:46:48.466] [INFO] Starting location capture [2026-05-05,14:47:27.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:47:27.031] [INFO] LocationSqlManager initialising [2026-05-05,14:47:27.032] [INFO] Location DB initialising [2026-05-05,14:47:27.048] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:47:27.049] [DEBUG] UploadManager Init [2026-05-05,14:47:27.051] [DEBUG] UploadManager Init Complete [2026-05-05,14:47:27.057] [INFO] Initializing GPS... [2026-05-05,14:47:27.061] [INFO] Starting location capture [2026-05-05,14:48:06.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:48:06.280] [INFO] LocationSqlManager initialising [2026-05-05,14:48:06.280] [INFO] Location DB initialising [2026-05-05,14:48:06.290] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:48:06.290] [DEBUG] UploadManager Init [2026-05-05,14:48:06.291] [DEBUG] UploadManager Init Complete [2026-05-05,14:48:06.293] [INFO] Initializing GPS... [2026-05-05,14:48:06.295] [INFO] Starting location capture [2026-05-05,14:48:45.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:48:45.336] [INFO] LocationSqlManager initialising [2026-05-05,14:48:45.337] [INFO] Location DB initialising [2026-05-05,14:48:45.353] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:48:45.354] [DEBUG] UploadManager Init [2026-05-05,14:48:45.355] [DEBUG] UploadManager Init Complete [2026-05-05,14:48:45.363] [INFO] Initializing GPS... [2026-05-05,14:48:45.371] [INFO] Starting location capture [2026-05-05,14:49:24.180] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:49:24.184] [INFO] LocationSqlManager initialising [2026-05-05,14:49:24.184] [INFO] Location DB initialising [2026-05-05,14:49:24.193] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:49:24.194] [DEBUG] UploadManager Init [2026-05-05,14:49:24.195] [DEBUG] UploadManager Init Complete [2026-05-05,14:49:24.197] [INFO] Initializing GPS... [2026-05-05,14:49:24.199] [INFO] Starting location capture [2026-05-05,14:50:03.599] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:50:03.603] [INFO] LocationSqlManager initialising [2026-05-05,14:50:03.604] [INFO] Location DB initialising [2026-05-05,14:50:03.614] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:50:03.614] [DEBUG] UploadManager Init [2026-05-05,14:50:03.615] [DEBUG] UploadManager Init Complete [2026-05-05,14:50:03.617] [INFO] Initializing GPS... [2026-05-05,14:50:03.619] [INFO] Starting location capture [2026-05-05,14:50:43.610] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:50:43.618] [INFO] LocationSqlManager initialising [2026-05-05,14:50:43.619] [INFO] Location DB initialising [2026-05-05,14:50:43.630] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:50:43.631] [DEBUG] UploadManager Init [2026-05-05,14:50:43.632] [DEBUG] UploadManager Init Complete [2026-05-05,14:50:43.636] [INFO] Initializing GPS... [2026-05-05,14:50:43.639] [INFO] Starting location capture [2026-05-05,14:51:22.233] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:51:22.241] [INFO] LocationSqlManager initialising [2026-05-05,14:51:22.242] [INFO] Location DB initialising [2026-05-05,14:51:22.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:51:22.254] [DEBUG] UploadManager Init [2026-05-05,14:51:22.255] [DEBUG] UploadManager Init Complete [2026-05-05,14:51:22.260] [INFO] Initializing GPS... [2026-05-05,14:51:22.263] [INFO] Starting location capture [2026-05-05,14:52:00.207] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:52:00.213] [INFO] LocationSqlManager initialising [2026-05-05,14:52:00.213] [INFO] Location DB initialising [2026-05-05,14:52:00.224] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:52:00.226] [DEBUG] UploadManager Init [2026-05-05,14:52:00.226] [DEBUG] UploadManager Init Complete [2026-05-05,14:52:00.231] [INFO] Initializing GPS... [2026-05-05,14:52:00.234] [INFO] Starting location capture [2026-05-05,14:52:34.666] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:52:34.670] [INFO] LocationSqlManager initialising [2026-05-05,14:52:34.671] [INFO] Location DB initialising [2026-05-05,14:52:34.681] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:52:34.682] [DEBUG] UploadManager Init [2026-05-05,14:52:34.683] [DEBUG] UploadManager Init Complete [2026-05-05,14:52:34.686] [INFO] Initializing GPS... [2026-05-05,14:52:34.688] [INFO] Starting location capture [2026-05-05,14:53:14.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:53:14.639] [INFO] LocationSqlManager initialising [2026-05-05,14:53:14.639] [INFO] Location DB initialising [2026-05-05,14:53:14.651] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:53:14.653] [DEBUG] UploadManager Init [2026-05-05,14:53:14.653] [DEBUG] UploadManager Init Complete [2026-05-05,14:53:14.657] [INFO] Initializing GPS... [2026-05-05,14:53:14.660] [INFO] Starting location capture [2026-05-05,14:53:48.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:53:48.182] [INFO] LocationSqlManager initialising [2026-05-05,14:53:48.183] [INFO] Location DB initialising [2026-05-05,14:53:48.193] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:53:48.194] [DEBUG] UploadManager Init [2026-05-05,14:53:48.195] [DEBUG] UploadManager Init Complete [2026-05-05,14:53:48.198] [INFO] Initializing GPS... [2026-05-05,14:53:48.200] [INFO] Starting location capture [2026-05-05,14:54:27.260] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:54:27.265] [INFO] LocationSqlManager initialising [2026-05-05,14:54:27.265] [INFO] Location DB initialising [2026-05-05,14:54:27.276] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:54:27.277] [DEBUG] UploadManager Init [2026-05-05,14:54:27.278] [DEBUG] UploadManager Init Complete [2026-05-05,14:54:27.283] [INFO] Initializing GPS... [2026-05-05,14:54:27.286] [INFO] Starting location capture [2026-05-05,14:55:06.352] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:55:06.357] [INFO] LocationSqlManager initialising [2026-05-05,14:55:06.357] [INFO] Location DB initialising [2026-05-05,14:55:06.367] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:55:06.368] [DEBUG] UploadManager Init [2026-05-05,14:55:06.369] [DEBUG] UploadManager Init Complete [2026-05-05,14:55:06.372] [INFO] Initializing GPS... [2026-05-05,14:55:06.374] [INFO] Starting location capture [2026-05-05,14:55:45.302] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:55:45.308] [INFO] LocationSqlManager initialising [2026-05-05,14:55:45.309] [INFO] Location DB initialising [2026-05-05,14:55:45.320] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:55:45.321] [DEBUG] UploadManager Init [2026-05-05,14:55:45.322] [DEBUG] UploadManager Init Complete [2026-05-05,14:55:45.327] [INFO] Initializing GPS... [2026-05-05,14:55:45.329] [INFO] Starting location capture [2026-05-05,14:56:24.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:56:24.451] [INFO] LocationSqlManager initialising [2026-05-05,14:56:24.451] [INFO] Location DB initialising [2026-05-05,14:56:24.462] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:56:24.462] [DEBUG] UploadManager Init [2026-05-05,14:56:24.463] [DEBUG] UploadManager Init Complete [2026-05-05,14:56:24.466] [INFO] Initializing GPS... [2026-05-05,14:56:24.468] [INFO] Starting location capture [2026-05-05,14:57:03.336] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:57:03.344] [INFO] LocationSqlManager initialising [2026-05-05,14:57:03.345] [INFO] Location DB initialising [2026-05-05,14:57:03.356] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:57:03.357] [DEBUG] UploadManager Init [2026-05-05,14:57:03.357] [DEBUG] UploadManager Init Complete [2026-05-05,14:57:03.364] [INFO] Initializing GPS... [2026-05-05,14:57:03.368] [INFO] Starting location capture [2026-05-05,14:57:43.295] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:57:43.301] [INFO] LocationSqlManager initialising [2026-05-05,14:57:43.302] [INFO] Location DB initialising [2026-05-05,14:57:43.311] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:57:43.312] [DEBUG] UploadManager Init [2026-05-05,14:57:43.312] [DEBUG] UploadManager Init Complete [2026-05-05,14:57:43.315] [INFO] Initializing GPS... [2026-05-05,14:57:43.317] [INFO] Starting location capture [2026-05-05,14:58:22.478] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:58:22.482] [INFO] LocationSqlManager initialising [2026-05-05,14:58:22.482] [INFO] Location DB initialising [2026-05-05,14:58:22.492] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:58:22.493] [DEBUG] UploadManager Init [2026-05-05,14:58:22.493] [DEBUG] UploadManager Init Complete [2026-05-05,14:58:22.498] [INFO] Initializing GPS... [2026-05-05,14:58:22.501] [INFO] Starting location capture [2026-05-05,14:59:01.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:59:01.546] [INFO] LocationSqlManager initialising [2026-05-05,14:59:01.546] [INFO] Location DB initialising [2026-05-05,14:59:01.556] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:59:01.556] [DEBUG] UploadManager Init [2026-05-05,14:59:01.557] [DEBUG] UploadManager Init Complete [2026-05-05,14:59:01.559] [INFO] Initializing GPS... [2026-05-05,14:59:01.561] [INFO] Starting location capture [2026-05-05,14:59:40.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,14:59:40.148] [INFO] LocationSqlManager initialising [2026-05-05,14:59:40.149] [INFO] Location DB initialising [2026-05-05,14:59:40.160] [INFO] LocationSqlManager initialisation complete [2026-05-05,14:59:40.161] [DEBUG] UploadManager Init [2026-05-05,14:59:40.162] [DEBUG] UploadManager Init Complete [2026-05-05,14:59:40.167] [INFO] Initializing GPS... [2026-05-05,14:59:40.170] [INFO] Starting location capture [2026-05-05,15:00:19.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:00:19.195] [INFO] LocationSqlManager initialising [2026-05-05,15:00:19.195] [INFO] Location DB initialising [2026-05-05,15:00:19.205] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:00:19.205] [DEBUG] UploadManager Init [2026-05-05,15:00:19.206] [DEBUG] UploadManager Init Complete [2026-05-05,15:00:19.208] [INFO] Initializing GPS... [2026-05-05,15:00:19.210] [INFO] Starting location capture [2026-05-05,15:00:58.429] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:00:58.440] [INFO] LocationSqlManager initialising [2026-05-05,15:00:58.440] [INFO] Location DB initialising [2026-05-05,15:00:58.453] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:00:58.453] [DEBUG] UploadManager Init [2026-05-05,15:00:58.454] [DEBUG] UploadManager Init Complete [2026-05-05,15:00:58.457] [INFO] Initializing GPS... [2026-05-05,15:00:58.459] [INFO] Starting location capture [2026-05-05,15:01:38.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:01:38.794] [INFO] LocationSqlManager initialising [2026-05-05,15:01:38.795] [INFO] Location DB initialising [2026-05-05,15:01:38.806] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:01:38.808] [DEBUG] UploadManager Init [2026-05-05,15:01:38.808] [DEBUG] UploadManager Init Complete [2026-05-05,15:01:38.813] [INFO] Initializing GPS... [2026-05-05,15:01:38.816] [INFO] Starting location capture [2026-05-05,15:02:17.369] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:02:17.377] [INFO] LocationSqlManager initialising [2026-05-05,15:02:17.378] [INFO] Location DB initialising [2026-05-05,15:02:17.389] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:02:17.390] [DEBUG] UploadManager Init [2026-05-05,15:02:17.391] [DEBUG] UploadManager Init Complete [2026-05-05,15:02:17.396] [INFO] Initializing GPS... [2026-05-05,15:02:17.399] [INFO] Starting location capture [2026-05-05,15:02:51.649] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:02:51.655] [INFO] LocationSqlManager initialising [2026-05-05,15:02:51.656] [INFO] Location DB initialising [2026-05-05,15:02:51.667] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:02:51.669] [DEBUG] UploadManager Init [2026-05-05,15:02:51.669] [DEBUG] UploadManager Init Complete [2026-05-05,15:02:51.674] [INFO] Initializing GPS... [2026-05-05,15:02:51.677] [INFO] Starting location capture [2026-05-05,15:03:30.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:03:30.779] [INFO] LocationSqlManager initialising [2026-05-05,15:03:30.779] [INFO] Location DB initialising [2026-05-05,15:03:30.789] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:03:30.790] [DEBUG] UploadManager Init [2026-05-05,15:03:30.790] [DEBUG] UploadManager Init Complete [2026-05-05,15:03:30.793] [INFO] Initializing GPS... [2026-05-05,15:03:30.795] [INFO] Starting location capture [2026-05-05,15:04:10.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:04:10.146] [INFO] LocationSqlManager initialising [2026-05-05,15:04:10.147] [INFO] Location DB initialising [2026-05-05,15:04:10.158] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:04:10.160] [DEBUG] UploadManager Init [2026-05-05,15:04:10.160] [DEBUG] UploadManager Init Complete [2026-05-05,15:04:10.165] [INFO] Initializing GPS... [2026-05-05,15:04:10.168] [INFO] Starting location capture [2026-05-05,15:04:49.466] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:04:49.474] [INFO] LocationSqlManager initialising [2026-05-05,15:04:49.475] [INFO] Location DB initialising [2026-05-05,15:04:49.487] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:04:49.488] [DEBUG] UploadManager Init [2026-05-05,15:04:49.489] [DEBUG] UploadManager Init Complete [2026-05-05,15:04:49.494] [INFO] Initializing GPS... [2026-05-05,15:04:49.496] [INFO] Starting location capture [2026-05-05,15:05:28.440] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:05:28.446] [INFO] LocationSqlManager initialising [2026-05-05,15:05:28.447] [INFO] Location DB initialising [2026-05-05,15:05:28.459] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:05:28.460] [DEBUG] UploadManager Init [2026-05-05,15:05:28.460] [DEBUG] UploadManager Init Complete [2026-05-05,15:05:28.465] [INFO] Initializing GPS... [2026-05-05,15:05:28.468] [INFO] Starting location capture [2026-05-05,15:06:06.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:06:07.002] [INFO] LocationSqlManager initialising [2026-05-05,15:06:07.003] [INFO] Location DB initialising [2026-05-05,15:06:07.015] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:06:07.016] [DEBUG] UploadManager Init [2026-05-05,15:06:07.017] [DEBUG] UploadManager Init Complete [2026-05-05,15:06:07.021] [INFO] Initializing GPS... [2026-05-05,15:06:07.026] [INFO] Starting location capture [2026-05-05,15:06:46.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:06:46.125] [INFO] LocationSqlManager initialising [2026-05-05,15:06:46.126] [INFO] Location DB initialising [2026-05-05,15:06:46.138] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:06:46.139] [DEBUG] UploadManager Init [2026-05-05,15:06:46.140] [DEBUG] UploadManager Init Complete [2026-05-05,15:06:46.144] [INFO] Initializing GPS... [2026-05-05,15:06:46.147] [INFO] Starting location capture [2026-05-05,15:07:25.312] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:07:25.317] [INFO] LocationSqlManager initialising [2026-05-05,15:07:25.318] [INFO] Location DB initialising [2026-05-05,15:07:25.327] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:07:25.327] [DEBUG] UploadManager Init [2026-05-05,15:07:25.328] [DEBUG] UploadManager Init Complete [2026-05-05,15:07:25.330] [INFO] Initializing GPS... [2026-05-05,15:07:25.332] [INFO] Starting location capture [2026-05-05,15:08:00.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:08:00.410] [INFO] LocationSqlManager initialising [2026-05-05,15:08:00.411] [INFO] Location DB initialising [2026-05-05,15:08:00.421] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:08:00.421] [DEBUG] UploadManager Init [2026-05-05,15:08:00.422] [DEBUG] UploadManager Init Complete [2026-05-05,15:08:00.424] [INFO] Initializing GPS... [2026-05-05,15:08:00.426] [INFO] Starting location capture [2026-05-05,15:08:39.512] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:08:39.519] [INFO] LocationSqlManager initialising [2026-05-05,15:08:39.520] [INFO] Location DB initialising [2026-05-05,15:08:39.529] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:08:39.530] [DEBUG] UploadManager Init [2026-05-05,15:08:39.530] [DEBUG] UploadManager Init Complete [2026-05-05,15:08:39.533] [INFO] Initializing GPS... [2026-05-05,15:08:39.536] [INFO] Starting location capture [2026-05-05,15:09:18.299] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:09:18.304] [INFO] LocationSqlManager initialising [2026-05-05,15:09:18.305] [INFO] Location DB initialising [2026-05-05,15:09:18.314] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:09:18.315] [DEBUG] UploadManager Init [2026-05-05,15:09:18.315] [DEBUG] UploadManager Init Complete [2026-05-05,15:09:18.318] [INFO] Initializing GPS... [2026-05-05,15:09:18.320] [INFO] Starting location capture [2026-05-05,15:09:56.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:09:56.039] [INFO] LocationSqlManager initialising [2026-05-05,15:09:56.039] [INFO] Location DB initialising [2026-05-05,15:09:56.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:09:56.051] [DEBUG] UploadManager Init [2026-05-05,15:09:56.051] [DEBUG] UploadManager Init Complete [2026-05-05,15:09:56.056] [INFO] Initializing GPS... [2026-05-05,15:09:56.059] [INFO] Starting location capture [2026-05-05,15:10:31.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:10:31.401] [INFO] LocationSqlManager initialising [2026-05-05,15:10:31.403] [INFO] Location DB initialising [2026-05-05,15:10:31.418] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:10:31.420] [DEBUG] UploadManager Init [2026-05-05,15:10:31.421] [DEBUG] UploadManager Init Complete [2026-05-05,15:10:31.426] [INFO] Initializing GPS... [2026-05-05,15:10:31.429] [INFO] Starting location capture [2026-05-05,15:11:10.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:11:10.161] [INFO] LocationSqlManager initialising [2026-05-05,15:11:10.162] [INFO] Location DB initialising [2026-05-05,15:11:10.171] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:11:10.172] [DEBUG] UploadManager Init [2026-05-05,15:11:10.172] [DEBUG] UploadManager Init Complete [2026-05-05,15:11:10.175] [INFO] Initializing GPS... [2026-05-05,15:11:10.177] [INFO] Starting location capture [2026-05-05,15:11:49.415] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:11:49.420] [INFO] LocationSqlManager initialising [2026-05-05,15:11:49.421] [INFO] Location DB initialising [2026-05-05,15:11:49.430] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:11:49.431] [DEBUG] UploadManager Init [2026-05-05,15:11:49.431] [DEBUG] UploadManager Init Complete [2026-05-05,15:11:49.434] [INFO] Initializing GPS... [2026-05-05,15:11:49.435] [INFO] Starting location capture [2026-05-05,15:12:28.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:12:28.162] [INFO] LocationSqlManager initialising [2026-05-05,15:12:28.162] [INFO] Location DB initialising [2026-05-05,15:12:28.172] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:12:28.172] [DEBUG] UploadManager Init [2026-05-05,15:12:28.173] [DEBUG] UploadManager Init Complete [2026-05-05,15:12:28.175] [INFO] Initializing GPS... [2026-05-05,15:12:28.177] [INFO] Starting location capture [2026-05-05,15:13:06.381] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:13:06.388] [INFO] LocationSqlManager initialising [2026-05-05,15:13:06.389] [INFO] Location DB initialising [2026-05-05,15:13:06.400] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:13:06.401] [DEBUG] UploadManager Init [2026-05-05,15:13:06.402] [DEBUG] UploadManager Init Complete [2026-05-05,15:13:06.406] [INFO] Initializing GPS... [2026-05-05,15:13:06.409] [INFO] Starting location capture [2026-05-05,15:13:45.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:13:45.112] [INFO] LocationSqlManager initialising [2026-05-05,15:13:45.113] [INFO] Location DB initialising [2026-05-05,15:13:45.123] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:13:45.124] [DEBUG] UploadManager Init [2026-05-05,15:13:45.125] [DEBUG] UploadManager Init Complete [2026-05-05,15:13:45.128] [INFO] Initializing GPS... [2026-05-05,15:13:45.130] [INFO] Starting location capture [2026-05-05,15:14:24.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:14:24.137] [INFO] LocationSqlManager initialising [2026-05-05,15:14:24.138] [INFO] Location DB initialising [2026-05-05,15:14:24.149] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:14:24.150] [DEBUG] UploadManager Init [2026-05-05,15:14:24.151] [DEBUG] UploadManager Init Complete [2026-05-05,15:14:24.155] [INFO] Initializing GPS... [2026-05-05,15:14:24.158] [INFO] Starting location capture [2026-05-05,15:15:03.492] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:15:03.498] [INFO] LocationSqlManager initialising [2026-05-05,15:15:03.498] [INFO] Location DB initialising [2026-05-05,15:15:03.507] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:15:03.508] [DEBUG] UploadManager Init [2026-05-05,15:15:03.508] [DEBUG] UploadManager Init Complete [2026-05-05,15:15:03.511] [INFO] Initializing GPS... [2026-05-05,15:15:03.513] [INFO] Starting location capture [2026-05-05,15:15:42.524] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:15:42.532] [INFO] LocationSqlManager initialising [2026-05-05,15:15:42.533] [INFO] Location DB initialising [2026-05-05,15:15:42.544] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:15:42.546] [DEBUG] UploadManager Init [2026-05-05,15:15:42.547] [DEBUG] UploadManager Init Complete [2026-05-05,15:15:42.551] [INFO] Initializing GPS... [2026-05-05,15:15:42.554] [INFO] Starting location capture [2026-05-05,15:16:21.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:16:21.144] [INFO] LocationSqlManager initialising [2026-05-05,15:16:21.145] [INFO] Location DB initialising [2026-05-05,15:16:21.154] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:16:21.155] [DEBUG] UploadManager Init [2026-05-05,15:16:21.155] [DEBUG] UploadManager Init Complete [2026-05-05,15:16:21.159] [INFO] Initializing GPS... [2026-05-05,15:16:21.161] [INFO] Starting location capture [2026-05-05,15:16:58.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:16:58.954] [INFO] LocationSqlManager initialising [2026-05-05,15:16:58.955] [INFO] Location DB initialising [2026-05-05,15:16:58.965] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:16:58.967] [DEBUG] UploadManager Init [2026-05-05,15:16:58.967] [DEBUG] UploadManager Init Complete [2026-05-05,15:16:58.972] [INFO] Initializing GPS... [2026-05-05,15:16:58.975] [INFO] Starting location capture [2026-05-05,15:17:38.463] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:17:38.468] [INFO] LocationSqlManager initialising [2026-05-05,15:17:38.469] [INFO] Location DB initialising [2026-05-05,15:17:38.478] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:17:38.479] [DEBUG] UploadManager Init [2026-05-05,15:17:38.479] [DEBUG] UploadManager Init Complete [2026-05-05,15:17:38.482] [INFO] Initializing GPS... [2026-05-05,15:17:38.484] [INFO] Starting location capture [2026-05-05,15:18:17.676] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:18:17.682] [INFO] LocationSqlManager initialising [2026-05-05,15:18:17.683] [INFO] Location DB initialising [2026-05-05,15:18:17.695] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:18:17.696] [DEBUG] UploadManager Init [2026-05-05,15:18:17.697] [DEBUG] UploadManager Init Complete [2026-05-05,15:18:17.701] [INFO] Initializing GPS... [2026-05-05,15:18:17.704] [INFO] Starting location capture [2026-05-05,15:18:51.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:18:51.122] [INFO] LocationSqlManager initialising [2026-05-05,15:18:51.123] [INFO] Location DB initialising [2026-05-05,15:18:51.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:18:51.134] [DEBUG] UploadManager Init [2026-05-05,15:18:51.134] [DEBUG] UploadManager Init Complete [2026-05-05,15:18:51.137] [INFO] Initializing GPS... [2026-05-05,15:18:51.140] [INFO] Starting location capture [2026-05-05,15:19:30.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:19:30.192] [INFO] LocationSqlManager initialising [2026-05-05,15:19:30.194] [INFO] Location DB initialising [2026-05-05,15:19:30.212] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:19:30.213] [DEBUG] UploadManager Init [2026-05-05,15:19:30.214] [DEBUG] UploadManager Init Complete [2026-05-05,15:19:30.221] [INFO] Initializing GPS... [2026-05-05,15:19:30.227] [INFO] Starting location capture [2026-05-05,15:20:08.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:20:08.965] [INFO] LocationSqlManager initialising [2026-05-05,15:20:08.966] [INFO] Location DB initialising [2026-05-05,15:20:08.977] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:20:08.978] [DEBUG] UploadManager Init [2026-05-05,15:20:08.979] [DEBUG] UploadManager Init Complete [2026-05-05,15:20:08.983] [INFO] Initializing GPS... [2026-05-05,15:20:08.986] [INFO] Starting location capture [2026-05-05,15:20:46.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:20:46.859] [INFO] LocationSqlManager initialising [2026-05-05,15:20:46.860] [INFO] Location DB initialising [2026-05-05,15:20:46.871] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:20:46.872] [DEBUG] UploadManager Init [2026-05-05,15:20:46.873] [DEBUG] UploadManager Init Complete [2026-05-05,15:20:46.877] [INFO] Initializing GPS... [2026-05-05,15:20:46.882] [INFO] Starting location capture [2026-05-05,15:21:25.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:21:25.927] [INFO] LocationSqlManager initialising [2026-05-05,15:21:25.928] [INFO] Location DB initialising [2026-05-05,15:21:25.940] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:21:25.941] [DEBUG] UploadManager Init [2026-05-05,15:21:25.942] [DEBUG] UploadManager Init Complete [2026-05-05,15:21:25.946] [INFO] Initializing GPS... [2026-05-05,15:21:25.949] [INFO] Starting location capture [2026-05-05,15:22:04.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:22:04.281] [INFO] LocationSqlManager initialising [2026-05-05,15:22:04.283] [INFO] Location DB initialising [2026-05-05,15:22:04.297] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:22:04.298] [DEBUG] UploadManager Init [2026-05-05,15:22:04.298] [DEBUG] UploadManager Init Complete [2026-05-05,15:22:04.303] [INFO] Initializing GPS... [2026-05-05,15:22:04.306] [INFO] Starting location capture [2026-05-05,15:22:42.873] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:22:42.882] [INFO] LocationSqlManager initialising [2026-05-05,15:22:42.883] [INFO] Location DB initialising [2026-05-05,15:22:42.894] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:22:42.895] [DEBUG] UploadManager Init [2026-05-05,15:22:42.896] [DEBUG] UploadManager Init Complete [2026-05-05,15:22:42.902] [INFO] Initializing GPS... [2026-05-05,15:22:42.906] [INFO] Starting location capture [2026-05-05,15:23:22.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:23:22.118] [INFO] LocationSqlManager initialising [2026-05-05,15:23:22.119] [INFO] Location DB initialising [2026-05-05,15:23:22.128] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:23:22.129] [DEBUG] UploadManager Init [2026-05-05,15:23:22.129] [DEBUG] UploadManager Init Complete [2026-05-05,15:23:22.132] [INFO] Initializing GPS... [2026-05-05,15:23:22.134] [INFO] Starting location capture [2026-05-05,15:24:01.214] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:24:01.219] [INFO] LocationSqlManager initialising [2026-05-05,15:24:01.220] [INFO] Location DB initialising [2026-05-05,15:24:01.230] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:24:01.232] [DEBUG] UploadManager Init [2026-05-05,15:24:01.232] [DEBUG] UploadManager Init Complete [2026-05-05,15:24:01.236] [INFO] Initializing GPS... [2026-05-05,15:24:01.239] [INFO] Starting location capture [2026-05-05,15:24:39.727] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:24:39.733] [INFO] LocationSqlManager initialising [2026-05-05,15:24:39.734] [INFO] Location DB initialising [2026-05-05,15:24:39.743] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:24:39.744] [DEBUG] UploadManager Init [2026-05-05,15:24:39.744] [DEBUG] UploadManager Init Complete [2026-05-05,15:24:39.747] [INFO] Initializing GPS... [2026-05-05,15:24:39.749] [INFO] Starting location capture [2026-05-05,15:25:19.311] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:25:19.317] [INFO] LocationSqlManager initialising [2026-05-05,15:25:19.317] [INFO] Location DB initialising [2026-05-05,15:25:19.327] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:25:19.327] [DEBUG] UploadManager Init [2026-05-05,15:25:19.328] [DEBUG] UploadManager Init Complete [2026-05-05,15:25:19.330] [INFO] Initializing GPS... [2026-05-05,15:25:19.332] [INFO] Starting location capture [2026-05-05,15:25:57.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:25:57.243] [INFO] LocationSqlManager initialising [2026-05-05,15:25:57.244] [INFO] Location DB initialising [2026-05-05,15:25:57.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:25:57.254] [DEBUG] UploadManager Init [2026-05-05,15:25:57.254] [DEBUG] UploadManager Init Complete [2026-05-05,15:25:57.257] [INFO] Initializing GPS... [2026-05-05,15:25:57.258] [INFO] Starting location capture [2026-05-05,15:26:36.397] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:26:36.402] [INFO] LocationSqlManager initialising [2026-05-05,15:26:36.402] [INFO] Location DB initialising [2026-05-05,15:26:36.411] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:26:36.412] [DEBUG] UploadManager Init [2026-05-05,15:26:36.412] [DEBUG] UploadManager Init Complete [2026-05-05,15:26:36.415] [INFO] Initializing GPS... [2026-05-05,15:26:36.417] [INFO] Starting location capture [2026-05-05,15:27:14.918] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:27:14.924] [INFO] LocationSqlManager initialising [2026-05-05,15:27:14.924] [INFO] Location DB initialising [2026-05-05,15:27:14.934] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:27:14.934] [DEBUG] UploadManager Init [2026-05-05,15:27:14.935] [DEBUG] UploadManager Init Complete [2026-05-05,15:27:14.937] [INFO] Initializing GPS... [2026-05-05,15:27:14.939] [INFO] Starting location capture [2026-05-05,15:27:54.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:27:54.124] [INFO] LocationSqlManager initialising [2026-05-05,15:27:54.125] [INFO] Location DB initialising [2026-05-05,15:27:54.135] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:27:54.136] [DEBUG] UploadManager Init [2026-05-05,15:27:54.136] [DEBUG] UploadManager Init Complete [2026-05-05,15:27:54.139] [INFO] Initializing GPS... [2026-05-05,15:27:54.141] [INFO] Starting location capture [2026-05-05,15:28:33.621] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:28:33.627] [INFO] LocationSqlManager initialising [2026-05-05,15:28:33.627] [INFO] Location DB initialising [2026-05-05,15:28:33.638] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:28:33.638] [DEBUG] UploadManager Init [2026-05-05,15:28:33.639] [DEBUG] UploadManager Init Complete [2026-05-05,15:28:33.642] [INFO] Initializing GPS... [2026-05-05,15:28:33.645] [INFO] Starting location capture [2026-05-05,15:29:12.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:29:12.198] [INFO] LocationSqlManager initialising [2026-05-05,15:29:12.198] [INFO] Location DB initialising [2026-05-05,15:29:12.208] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:29:12.209] [DEBUG] UploadManager Init [2026-05-05,15:29:12.209] [DEBUG] UploadManager Init Complete [2026-05-05,15:29:12.212] [INFO] Initializing GPS... [2026-05-05,15:29:12.213] [INFO] Starting location capture [2026-05-05,15:29:52.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:29:52.140] [INFO] LocationSqlManager initialising [2026-05-05,15:29:52.141] [INFO] Location DB initialising [2026-05-05,15:29:52.151] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:29:52.151] [DEBUG] UploadManager Init [2026-05-05,15:29:52.152] [DEBUG] UploadManager Init Complete [2026-05-05,15:29:52.154] [INFO] Initializing GPS... [2026-05-05,15:29:52.156] [INFO] Starting location capture [2026-05-05,15:30:31.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:30:31.140] [INFO] LocationSqlManager initialising [2026-05-05,15:30:31.140] [INFO] Location DB initialising [2026-05-05,15:30:31.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:30:31.150] [DEBUG] UploadManager Init [2026-05-05,15:30:31.151] [DEBUG] UploadManager Init Complete [2026-05-05,15:30:31.154] [INFO] Initializing GPS... [2026-05-05,15:30:31.156] [INFO] Starting location capture [2026-05-05,15:31:09.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:31:09.970] [INFO] LocationSqlManager initialising [2026-05-05,15:31:09.971] [INFO] Location DB initialising [2026-05-05,15:31:09.982] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:31:09.984] [DEBUG] UploadManager Init [2026-05-05,15:31:09.984] [DEBUG] UploadManager Init Complete [2026-05-05,15:31:09.989] [INFO] Initializing GPS... [2026-05-05,15:31:09.992] [INFO] Starting location capture [2026-05-05,15:31:48.389] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:31:48.393] [INFO] LocationSqlManager initialising [2026-05-05,15:31:48.393] [INFO] Location DB initialising [2026-05-05,15:31:48.402] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:31:48.403] [DEBUG] UploadManager Init [2026-05-05,15:31:48.403] [DEBUG] UploadManager Init Complete [2026-05-05,15:31:48.406] [INFO] Initializing GPS... [2026-05-05,15:31:48.408] [INFO] Starting location capture [2026-05-05,15:32:28.493] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:32:28.498] [INFO] LocationSqlManager initialising [2026-05-05,15:32:28.499] [INFO] Location DB initialising [2026-05-05,15:32:28.510] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:32:28.511] [DEBUG] UploadManager Init [2026-05-05,15:32:28.512] [DEBUG] UploadManager Init Complete [2026-05-05,15:32:28.516] [INFO] Initializing GPS... [2026-05-05,15:32:28.520] [INFO] Starting location capture [2026-05-05,15:33:07.164] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:33:07.171] [INFO] LocationSqlManager initialising [2026-05-05,15:33:07.172] [INFO] Location DB initialising [2026-05-05,15:33:07.184] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:33:07.185] [DEBUG] UploadManager Init [2026-05-05,15:33:07.185] [DEBUG] UploadManager Init Complete [2026-05-05,15:33:07.188] [INFO] Initializing GPS... [2026-05-05,15:33:07.191] [INFO] Starting location capture [2026-05-05,15:33:46.509] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:33:46.517] [INFO] LocationSqlManager initialising [2026-05-05,15:33:46.518] [INFO] Location DB initialising [2026-05-05,15:33:46.528] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:33:46.530] [DEBUG] UploadManager Init [2026-05-05,15:33:46.530] [DEBUG] UploadManager Init Complete [2026-05-05,15:33:46.535] [INFO] Initializing GPS... [2026-05-05,15:33:46.537] [INFO] Starting location capture [2026-05-05,15:34:25.373] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:34:25.383] [INFO] LocationSqlManager initialising [2026-05-05,15:34:25.384] [INFO] Location DB initialising [2026-05-05,15:34:25.395] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:34:25.396] [DEBUG] UploadManager Init [2026-05-05,15:34:25.397] [DEBUG] UploadManager Init Complete [2026-05-05,15:34:25.401] [INFO] Initializing GPS... [2026-05-05,15:34:25.404] [INFO] Starting location capture [2026-05-05,15:35:04.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:35:04.526] [INFO] LocationSqlManager initialising [2026-05-05,15:35:04.527] [INFO] Location DB initialising [2026-05-05,15:35:04.539] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:35:04.540] [DEBUG] UploadManager Init [2026-05-05,15:35:04.541] [DEBUG] UploadManager Init Complete [2026-05-05,15:35:04.545] [INFO] Initializing GPS... [2026-05-05,15:35:04.548] [INFO] Starting location capture [2026-05-05,15:35:42.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:35:42.650] [INFO] LocationSqlManager initialising [2026-05-05,15:35:42.650] [INFO] Location DB initialising [2026-05-05,15:35:42.660] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:35:42.660] [DEBUG] UploadManager Init [2026-05-05,15:35:42.661] [DEBUG] UploadManager Init Complete [2026-05-05,15:35:42.663] [INFO] Initializing GPS... [2026-05-05,15:35:42.665] [INFO] Starting location capture [2026-05-05,15:36:22.318] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:36:22.326] [INFO] LocationSqlManager initialising [2026-05-05,15:36:22.327] [INFO] Location DB initialising [2026-05-05,15:36:22.339] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:36:22.340] [DEBUG] UploadManager Init [2026-05-05,15:36:22.340] [DEBUG] UploadManager Init Complete [2026-05-05,15:36:22.345] [INFO] Initializing GPS... [2026-05-05,15:36:22.347] [INFO] Starting location capture [2026-05-05,15:37:00.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:37:00.060] [INFO] LocationSqlManager initialising [2026-05-05,15:37:00.061] [INFO] Location DB initialising [2026-05-05,15:37:00.075] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:37:00.077] [DEBUG] UploadManager Init [2026-05-05,15:37:00.078] [DEBUG] UploadManager Init Complete [2026-05-05,15:37:00.084] [INFO] Initializing GPS... [2026-05-05,15:37:00.088] [INFO] Starting location capture [2026-05-05,15:37:38.656] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:37:38.661] [INFO] LocationSqlManager initialising [2026-05-05,15:37:38.661] [INFO] Location DB initialising [2026-05-05,15:37:38.671] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:37:38.672] [DEBUG] UploadManager Init [2026-05-05,15:37:38.672] [DEBUG] UploadManager Init Complete [2026-05-05,15:37:38.675] [INFO] Initializing GPS... [2026-05-05,15:37:38.677] [INFO] Starting location capture [2026-05-05,15:38:17.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:38:17.027] [INFO] LocationSqlManager initialising [2026-05-05,15:38:17.028] [INFO] Location DB initialising [2026-05-05,15:38:17.039] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:38:17.041] [DEBUG] UploadManager Init [2026-05-05,15:38:17.041] [DEBUG] UploadManager Init Complete [2026-05-05,15:38:17.046] [INFO] Initializing GPS... [2026-05-05,15:38:17.049] [INFO] Starting location capture [2026-05-05,15:38:52.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:38:52.430] [INFO] LocationSqlManager initialising [2026-05-05,15:38:52.430] [INFO] Location DB initialising [2026-05-05,15:38:52.440] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:38:52.440] [DEBUG] UploadManager Init [2026-05-05,15:38:52.441] [DEBUG] UploadManager Init Complete [2026-05-05,15:38:52.443] [INFO] Initializing GPS... [2026-05-05,15:38:52.445] [INFO] Starting location capture [2026-05-05,15:39:31.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:39:31.126] [INFO] LocationSqlManager initialising [2026-05-05,15:39:31.126] [INFO] Location DB initialising [2026-05-05,15:39:31.138] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:39:31.139] [DEBUG] UploadManager Init [2026-05-05,15:39:31.139] [DEBUG] UploadManager Init Complete [2026-05-05,15:39:31.142] [INFO] Initializing GPS... [2026-05-05,15:39:31.144] [INFO] Starting location capture [2026-05-05,15:40:09.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:40:09.989] [INFO] LocationSqlManager initialising [2026-05-05,15:40:09.991] [INFO] Location DB initialising [2026-05-05,15:40:10.005] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:40:10.007] [DEBUG] UploadManager Init [2026-05-05,15:40:10.007] [DEBUG] UploadManager Init Complete [2026-05-05,15:40:10.012] [INFO] Initializing GPS... [2026-05-05,15:40:10.015] [INFO] Starting location capture [2026-05-05,15:40:48.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:40:48.150] [INFO] LocationSqlManager initialising [2026-05-05,15:40:48.151] [INFO] Location DB initialising [2026-05-05,15:40:48.160] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:40:48.161] [DEBUG] UploadManager Init [2026-05-05,15:40:48.162] [DEBUG] UploadManager Init Complete [2026-05-05,15:40:48.167] [INFO] Initializing GPS... [2026-05-05,15:40:48.169] [INFO] Starting location capture [2026-05-05,15:41:27.252] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:41:27.259] [INFO] LocationSqlManager initialising [2026-05-05,15:41:27.260] [INFO] Location DB initialising [2026-05-05,15:41:27.271] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:41:27.273] [DEBUG] UploadManager Init [2026-05-05,15:41:27.273] [DEBUG] UploadManager Init Complete [2026-05-05,15:41:27.277] [INFO] Initializing GPS... [2026-05-05,15:41:27.280] [INFO] Starting location capture [2026-05-05,15:42:06.134] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:42:06.142] [INFO] LocationSqlManager initialising [2026-05-05,15:42:06.143] [INFO] Location DB initialising [2026-05-05,15:42:06.155] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:42:06.156] [DEBUG] UploadManager Init [2026-05-05,15:42:06.157] [DEBUG] UploadManager Init Complete [2026-05-05,15:42:06.161] [INFO] Initializing GPS... [2026-05-05,15:42:06.164] [INFO] Starting location capture [2026-05-05,15:42:45.418] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:42:45.423] [INFO] LocationSqlManager initialising [2026-05-05,15:42:45.424] [INFO] Location DB initialising [2026-05-05,15:42:45.433] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:42:45.434] [DEBUG] UploadManager Init [2026-05-05,15:42:45.434] [DEBUG] UploadManager Init Complete [2026-05-05,15:42:45.437] [INFO] Initializing GPS... [2026-05-05,15:42:45.440] [INFO] Starting location capture [2026-05-05,15:43:24.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:43:24.658] [INFO] LocationSqlManager initialising [2026-05-05,15:43:24.658] [INFO] Location DB initialising [2026-05-05,15:43:24.668] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:43:24.669] [DEBUG] UploadManager Init [2026-05-05,15:43:24.669] [DEBUG] UploadManager Init Complete [2026-05-05,15:43:24.671] [INFO] Initializing GPS... [2026-05-05,15:43:24.673] [INFO] Starting location capture [2026-05-05,15:44:03.342] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:44:03.347] [INFO] LocationSqlManager initialising [2026-05-05,15:44:03.348] [INFO] Location DB initialising [2026-05-05,15:44:03.357] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:44:03.358] [DEBUG] UploadManager Init [2026-05-05,15:44:03.358] [DEBUG] UploadManager Init Complete [2026-05-05,15:44:03.361] [INFO] Initializing GPS... [2026-05-05,15:44:03.363] [INFO] Starting location capture [2026-05-05,15:44:42.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:44:42.140] [INFO] LocationSqlManager initialising [2026-05-05,15:44:42.140] [INFO] Location DB initialising [2026-05-05,15:44:42.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:44:42.150] [DEBUG] UploadManager Init [2026-05-05,15:44:42.151] [DEBUG] UploadManager Init Complete [2026-05-05,15:44:42.153] [INFO] Initializing GPS... [2026-05-05,15:44:42.155] [INFO] Starting location capture [2026-05-05,15:45:20.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:45:20.953] [INFO] LocationSqlManager initialising [2026-05-05,15:45:20.954] [INFO] Location DB initialising [2026-05-05,15:45:20.964] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:45:20.965] [DEBUG] UploadManager Init [2026-05-05,15:45:20.966] [DEBUG] UploadManager Init Complete [2026-05-05,15:45:20.971] [INFO] Initializing GPS... [2026-05-05,15:45:20.973] [INFO] Starting location capture [2026-05-05,15:45:54.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:45:54.983] [INFO] LocationSqlManager initialising [2026-05-05,15:45:54.983] [INFO] Location DB initialising [2026-05-05,15:45:54.993] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:45:54.993] [DEBUG] UploadManager Init [2026-05-05,15:45:54.994] [DEBUG] UploadManager Init Complete [2026-05-05,15:45:54.997] [INFO] Initializing GPS... [2026-05-05,15:45:54.999] [INFO] Starting location capture [2026-05-05,15:46:33.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:46:33.178] [INFO] LocationSqlManager initialising [2026-05-05,15:46:33.178] [INFO] Location DB initialising [2026-05-05,15:46:33.188] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:46:33.188] [DEBUG] UploadManager Init [2026-05-05,15:46:33.189] [DEBUG] UploadManager Init Complete [2026-05-05,15:46:33.192] [INFO] Initializing GPS... [2026-05-05,15:46:33.194] [INFO] Starting location capture [2026-05-05,15:47:13.458] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:47:13.463] [INFO] LocationSqlManager initialising [2026-05-05,15:47:13.464] [INFO] Location DB initialising [2026-05-05,15:47:13.473] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:47:13.473] [DEBUG] UploadManager Init [2026-05-05,15:47:13.474] [DEBUG] UploadManager Init Complete [2026-05-05,15:47:13.476] [INFO] Initializing GPS... [2026-05-05,15:47:13.478] [INFO] Starting location capture [2026-05-05,15:47:51.558] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:47:51.566] [INFO] LocationSqlManager initialising [2026-05-05,15:47:51.567] [INFO] Location DB initialising [2026-05-05,15:47:51.578] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:47:51.580] [DEBUG] UploadManager Init [2026-05-05,15:47:51.580] [DEBUG] UploadManager Init Complete [2026-05-05,15:47:51.585] [INFO] Initializing GPS... [2026-05-05,15:47:51.588] [INFO] Starting location capture [2026-05-05,15:48:30.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:48:30.052] [INFO] LocationSqlManager initialising [2026-05-05,15:48:30.053] [INFO] Location DB initialising [2026-05-05,15:48:30.063] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:48:30.065] [DEBUG] UploadManager Init [2026-05-05,15:48:30.065] [DEBUG] UploadManager Init Complete [2026-05-05,15:48:30.070] [INFO] Initializing GPS... [2026-05-05,15:48:30.073] [INFO] Starting location capture [2026-05-05,15:49:09.265] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:49:09.270] [INFO] LocationSqlManager initialising [2026-05-05,15:49:09.271] [INFO] Location DB initialising [2026-05-05,15:49:09.280] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:49:09.281] [DEBUG] UploadManager Init [2026-05-05,15:49:09.281] [DEBUG] UploadManager Init Complete [2026-05-05,15:49:09.284] [INFO] Initializing GPS... [2026-05-05,15:49:09.286] [INFO] Starting location capture [2026-05-05,15:49:49.393] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:49:49.401] [INFO] LocationSqlManager initialising [2026-05-05,15:49:49.402] [INFO] Location DB initialising [2026-05-05,15:49:49.418] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:49:49.419] [DEBUG] UploadManager Init [2026-05-05,15:49:49.421] [DEBUG] UploadManager Init Complete [2026-05-05,15:49:49.427] [INFO] Initializing GPS... [2026-05-05,15:49:49.430] [INFO] Starting location capture [2026-05-05,15:50:22.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:50:22.974] [INFO] LocationSqlManager initialising [2026-05-05,15:50:22.974] [INFO] Location DB initialising [2026-05-05,15:50:22.984] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:50:22.984] [DEBUG] UploadManager Init [2026-05-05,15:50:22.985] [DEBUG] UploadManager Init Complete [2026-05-05,15:50:22.987] [INFO] Initializing GPS... [2026-05-05,15:50:22.989] [INFO] Starting location capture [2026-05-05,15:51:02.059] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:51:02.067] [INFO] LocationSqlManager initialising [2026-05-05,15:51:02.068] [INFO] Location DB initialising [2026-05-05,15:51:02.079] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:51:02.080] [DEBUG] UploadManager Init [2026-05-05,15:51:02.081] [DEBUG] UploadManager Init Complete [2026-05-05,15:51:02.085] [INFO] Initializing GPS... [2026-05-05,15:51:02.088] [INFO] Starting location capture [2026-05-05,15:51:40.655] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:51:40.665] [INFO] LocationSqlManager initialising [2026-05-05,15:51:40.666] [INFO] Location DB initialising [2026-05-05,15:51:40.677] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:51:40.678] [DEBUG] UploadManager Init [2026-05-05,15:51:40.679] [DEBUG] UploadManager Init Complete [2026-05-05,15:51:40.684] [INFO] Initializing GPS... [2026-05-05,15:51:40.687] [INFO] Starting location capture [2026-05-05,15:52:19.424] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:52:19.431] [INFO] LocationSqlManager initialising [2026-05-05,15:52:19.432] [INFO] Location DB initialising [2026-05-05,15:52:19.443] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:52:19.444] [DEBUG] UploadManager Init [2026-05-05,15:52:19.445] [DEBUG] UploadManager Init Complete [2026-05-05,15:52:19.449] [INFO] Initializing GPS... [2026-05-05,15:52:19.452] [INFO] Starting location capture [2026-05-05,15:52:57.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:52:57.920] [INFO] LocationSqlManager initialising [2026-05-05,15:52:57.921] [INFO] Location DB initialising [2026-05-05,15:52:57.930] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:52:57.931] [DEBUG] UploadManager Init [2026-05-05,15:52:57.931] [DEBUG] UploadManager Init Complete [2026-05-05,15:52:57.935] [INFO] Initializing GPS... [2026-05-05,15:52:57.937] [INFO] Starting location capture [2026-05-05,15:53:37.215] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:53:37.219] [INFO] LocationSqlManager initialising [2026-05-05,15:53:37.220] [INFO] Location DB initialising [2026-05-05,15:53:37.229] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:53:37.230] [DEBUG] UploadManager Init [2026-05-05,15:53:37.230] [DEBUG] UploadManager Init Complete [2026-05-05,15:53:37.233] [INFO] Initializing GPS... [2026-05-05,15:53:37.235] [INFO] Starting location capture [2026-05-05,15:54:16.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:54:16.177] [INFO] LocationSqlManager initialising [2026-05-05,15:54:16.178] [INFO] Location DB initialising [2026-05-05,15:54:16.189] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:54:16.190] [DEBUG] UploadManager Init [2026-05-05,15:54:16.191] [DEBUG] UploadManager Init Complete [2026-05-05,15:54:16.195] [INFO] Initializing GPS... [2026-05-05,15:54:16.198] [INFO] Starting location capture [2026-05-05,15:54:54.588] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:54:54.594] [INFO] LocationSqlManager initialising [2026-05-05,15:54:54.595] [INFO] Location DB initialising [2026-05-05,15:54:54.605] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:54:54.606] [DEBUG] UploadManager Init [2026-05-05,15:54:54.607] [DEBUG] UploadManager Init Complete [2026-05-05,15:54:54.610] [INFO] Initializing GPS... [2026-05-05,15:54:54.612] [INFO] Starting location capture [2026-05-05,15:55:32.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:55:32.990] [INFO] LocationSqlManager initialising [2026-05-05,15:55:32.991] [INFO] Location DB initialising [2026-05-05,15:55:33.001] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:55:33.001] [DEBUG] UploadManager Init [2026-05-05,15:55:33.002] [DEBUG] UploadManager Init Complete [2026-05-05,15:55:33.004] [INFO] Initializing GPS... [2026-05-05,15:55:33.006] [INFO] Starting location capture [2026-05-05,15:56:11.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:56:11.868] [INFO] LocationSqlManager initialising [2026-05-05,15:56:11.868] [INFO] Location DB initialising [2026-05-05,15:56:11.885] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:56:11.886] [DEBUG] UploadManager Init [2026-05-05,15:56:11.888] [DEBUG] UploadManager Init Complete [2026-05-05,15:56:11.895] [INFO] Initializing GPS... [2026-05-05,15:56:11.902] [INFO] Starting location capture [2026-05-05,15:56:51.593] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:56:51.601] [INFO] LocationSqlManager initialising [2026-05-05,15:56:51.602] [INFO] Location DB initialising [2026-05-05,15:56:51.613] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:56:51.614] [DEBUG] UploadManager Init [2026-05-05,15:56:51.615] [DEBUG] UploadManager Init Complete [2026-05-05,15:56:51.619] [INFO] Initializing GPS... [2026-05-05,15:56:51.622] [INFO] Starting location capture [2026-05-05,15:57:30.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:57:30.428] [INFO] LocationSqlManager initialising [2026-05-05,15:57:30.429] [INFO] Location DB initialising [2026-05-05,15:57:30.440] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:57:30.441] [DEBUG] UploadManager Init [2026-05-05,15:57:30.442] [DEBUG] UploadManager Init Complete [2026-05-05,15:57:30.446] [INFO] Initializing GPS... [2026-05-05,15:57:30.449] [INFO] Starting location capture [2026-05-05,15:58:08.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:58:08.238] [INFO] LocationSqlManager initialising [2026-05-05,15:58:08.239] [INFO] Location DB initialising [2026-05-05,15:58:08.248] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:58:08.249] [DEBUG] UploadManager Init [2026-05-05,15:58:08.249] [DEBUG] UploadManager Init Complete [2026-05-05,15:58:08.252] [INFO] Initializing GPS... [2026-05-05,15:58:08.254] [INFO] Starting location capture [2026-05-05,15:58:47.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:58:47.314] [INFO] LocationSqlManager initialising [2026-05-05,15:58:47.314] [INFO] Location DB initialising [2026-05-05,15:58:47.324] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:58:47.324] [DEBUG] UploadManager Init [2026-05-05,15:58:47.325] [DEBUG] UploadManager Init Complete [2026-05-05,15:58:47.327] [INFO] Initializing GPS... [2026-05-05,15:58:47.329] [INFO] Starting location capture [2026-05-05,15:59:25.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,15:59:25.116] [INFO] LocationSqlManager initialising [2026-05-05,15:59:25.116] [INFO] Location DB initialising [2026-05-05,15:59:25.127] [INFO] LocationSqlManager initialisation complete [2026-05-05,15:59:25.127] [DEBUG] UploadManager Init [2026-05-05,15:59:25.128] [DEBUG] UploadManager Init Complete [2026-05-05,15:59:25.130] [INFO] Initializing GPS... [2026-05-05,15:59:25.132] [INFO] Starting location capture [2026-05-05,16:00:03.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:00:03.869] [INFO] LocationSqlManager initialising [2026-05-05,16:00:03.870] [INFO] Location DB initialising [2026-05-05,16:00:03.879] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:00:03.880] [DEBUG] UploadManager Init [2026-05-05,16:00:03.881] [DEBUG] UploadManager Init Complete [2026-05-05,16:00:03.884] [INFO] Initializing GPS... [2026-05-05,16:00:03.886] [INFO] Starting location capture [2026-05-05,16:00:43.387] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:00:43.394] [INFO] LocationSqlManager initialising [2026-05-05,16:00:43.396] [INFO] Location DB initialising [2026-05-05,16:00:43.406] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:00:43.408] [DEBUG] UploadManager Init [2026-05-05,16:00:43.409] [DEBUG] UploadManager Init Complete [2026-05-05,16:00:43.413] [INFO] Initializing GPS... [2026-05-05,16:00:43.416] [INFO] Starting location capture [2026-05-05,16:01:22.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:01:22.110] [INFO] LocationSqlManager initialising [2026-05-05,16:01:22.112] [INFO] Location DB initialising [2026-05-05,16:01:22.123] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:01:22.124] [DEBUG] UploadManager Init [2026-05-05,16:01:22.125] [DEBUG] UploadManager Init Complete [2026-05-05,16:01:22.130] [INFO] Initializing GPS... [2026-05-05,16:01:22.133] [INFO] Starting location capture [2026-05-05,16:02:00.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:02:00.146] [INFO] LocationSqlManager initialising [2026-05-05,16:02:00.147] [INFO] Location DB initialising [2026-05-05,16:02:00.157] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:02:00.158] [DEBUG] UploadManager Init [2026-05-05,16:02:00.159] [DEBUG] UploadManager Init Complete [2026-05-05,16:02:00.163] [INFO] Initializing GPS... [2026-05-05,16:02:00.165] [INFO] Starting location capture [2026-05-05,16:02:39.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:02:39.232] [INFO] LocationSqlManager initialising [2026-05-05,16:02:39.232] [INFO] Location DB initialising [2026-05-05,16:02:39.242] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:02:39.243] [DEBUG] UploadManager Init [2026-05-05,16:02:39.243] [DEBUG] UploadManager Init Complete [2026-05-05,16:02:39.246] [INFO] Initializing GPS... [2026-05-05,16:02:39.248] [INFO] Starting location capture [2026-05-05,16:03:16.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:03:16.934] [INFO] LocationSqlManager initialising [2026-05-05,16:03:16.935] [INFO] Location DB initialising [2026-05-05,16:03:16.946] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:03:16.947] [DEBUG] UploadManager Init [2026-05-05,16:03:16.948] [DEBUG] UploadManager Init Complete [2026-05-05,16:03:16.951] [INFO] Initializing GPS... [2026-05-05,16:03:16.954] [INFO] Starting location capture [2026-05-05,16:03:52.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:03:52.006] [INFO] LocationSqlManager initialising [2026-05-05,16:03:52.006] [INFO] Location DB initialising [2026-05-05,16:03:52.016] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:03:52.016] [DEBUG] UploadManager Init [2026-05-05,16:03:52.017] [DEBUG] UploadManager Init Complete [2026-05-05,16:03:52.020] [INFO] Initializing GPS... [2026-05-05,16:03:52.022] [INFO] Starting location capture [2026-05-05,16:04:30.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:04:30.826] [INFO] LocationSqlManager initialising [2026-05-05,16:04:30.827] [INFO] Location DB initialising [2026-05-05,16:04:30.839] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:04:30.840] [DEBUG] UploadManager Init [2026-05-05,16:04:30.841] [DEBUG] UploadManager Init Complete [2026-05-05,16:04:30.846] [INFO] Initializing GPS... [2026-05-05,16:04:30.849] [INFO] Starting location capture [2026-05-05,16:05:09.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:05:09.210] [INFO] LocationSqlManager initialising [2026-05-05,16:05:09.210] [INFO] Location DB initialising [2026-05-05,16:05:09.220] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:05:09.221] [DEBUG] UploadManager Init [2026-05-05,16:05:09.221] [DEBUG] UploadManager Init Complete [2026-05-05,16:05:09.224] [INFO] Initializing GPS... [2026-05-05,16:05:09.226] [INFO] Starting location capture [2026-05-05,16:05:47.650] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:05:47.657] [INFO] LocationSqlManager initialising [2026-05-05,16:05:47.658] [INFO] Location DB initialising [2026-05-05,16:05:47.669] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:05:47.671] [DEBUG] UploadManager Init [2026-05-05,16:05:47.671] [DEBUG] UploadManager Init Complete [2026-05-05,16:05:47.676] [INFO] Initializing GPS... [2026-05-05,16:05:47.679] [INFO] Starting location capture [2026-05-05,16:06:27.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:06:27.428] [INFO] LocationSqlManager initialising [2026-05-05,16:06:27.428] [INFO] Location DB initialising [2026-05-05,16:06:27.440] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:06:27.441] [DEBUG] UploadManager Init [2026-05-05,16:06:27.442] [DEBUG] UploadManager Init Complete [2026-05-05,16:06:27.446] [INFO] Initializing GPS... [2026-05-05,16:06:27.449] [INFO] Starting location capture [2026-05-05,16:07:06.188] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:07:06.194] [INFO] LocationSqlManager initialising [2026-05-05,16:07:06.195] [INFO] Location DB initialising [2026-05-05,16:07:06.204] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:07:06.205] [DEBUG] UploadManager Init [2026-05-05,16:07:06.206] [DEBUG] UploadManager Init Complete [2026-05-05,16:07:06.209] [INFO] Initializing GPS... [2026-05-05,16:07:06.211] [INFO] Starting location capture [2026-05-05,16:07:44.703] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:07:44.713] [INFO] LocationSqlManager initialising [2026-05-05,16:07:44.714] [INFO] Location DB initialising [2026-05-05,16:07:44.724] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:07:44.725] [DEBUG] UploadManager Init [2026-05-05,16:07:44.725] [DEBUG] UploadManager Init Complete [2026-05-05,16:07:44.728] [INFO] Initializing GPS... [2026-05-05,16:07:44.731] [INFO] Starting location capture [2026-05-05,16:08:23.413] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:08:23.421] [INFO] LocationSqlManager initialising [2026-05-05,16:08:23.422] [INFO] Location DB initialising [2026-05-05,16:08:23.434] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:08:23.435] [DEBUG] UploadManager Init [2026-05-05,16:08:23.436] [DEBUG] UploadManager Init Complete [2026-05-05,16:08:23.440] [INFO] Initializing GPS... [2026-05-05,16:08:23.443] [INFO] Starting location capture [2026-05-05,16:09:01.626] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:09:01.632] [INFO] LocationSqlManager initialising [2026-05-05,16:09:01.632] [INFO] Location DB initialising [2026-05-05,16:09:01.641] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:09:01.642] [DEBUG] UploadManager Init [2026-05-05,16:09:01.642] [DEBUG] UploadManager Init Complete [2026-05-05,16:09:01.645] [INFO] Initializing GPS... [2026-05-05,16:09:01.647] [INFO] Starting location capture [2026-05-05,16:09:39.557] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:09:39.562] [INFO] LocationSqlManager initialising [2026-05-05,16:09:39.563] [INFO] Location DB initialising [2026-05-05,16:09:39.572] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:09:39.573] [DEBUG] UploadManager Init [2026-05-05,16:09:39.573] [DEBUG] UploadManager Init Complete [2026-05-05,16:09:39.576] [INFO] Initializing GPS... [2026-05-05,16:09:39.578] [INFO] Starting location capture [2026-05-05,16:10:19.304] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:10:19.310] [INFO] LocationSqlManager initialising [2026-05-05,16:10:19.311] [INFO] Location DB initialising [2026-05-05,16:10:19.323] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:10:19.324] [DEBUG] UploadManager Init [2026-05-05,16:10:19.324] [DEBUG] UploadManager Init Complete [2026-05-05,16:10:19.328] [INFO] Initializing GPS... [2026-05-05,16:10:19.330] [INFO] Starting location capture [2026-05-05,16:10:57.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:10:57.034] [INFO] LocationSqlManager initialising [2026-05-05,16:10:57.035] [INFO] Location DB initialising [2026-05-05,16:10:57.046] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:10:57.047] [DEBUG] UploadManager Init [2026-05-05,16:10:57.048] [DEBUG] UploadManager Init Complete [2026-05-05,16:10:57.052] [INFO] Initializing GPS... [2026-05-05,16:10:57.055] [INFO] Starting location capture [2026-05-05,16:11:35.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:11:35.651] [INFO] LocationSqlManager initialising [2026-05-05,16:11:35.651] [INFO] Location DB initialising [2026-05-05,16:11:35.663] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:11:35.664] [DEBUG] UploadManager Init [2026-05-05,16:11:35.664] [DEBUG] UploadManager Init Complete [2026-05-05,16:11:35.667] [INFO] Initializing GPS... [2026-05-05,16:11:35.670] [INFO] Starting location capture [2026-05-05,16:12:15.623] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:12:15.629] [INFO] LocationSqlManager initialising [2026-05-05,16:12:15.630] [INFO] Location DB initialising [2026-05-05,16:12:15.640] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:12:15.641] [DEBUG] UploadManager Init [2026-05-05,16:12:15.642] [DEBUG] UploadManager Init Complete [2026-05-05,16:12:15.645] [INFO] Initializing GPS... [2026-05-05,16:12:15.647] [INFO] Starting location capture [2026-05-05,16:12:53.845] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:12:53.850] [INFO] LocationSqlManager initialising [2026-05-05,16:12:53.851] [INFO] Location DB initialising [2026-05-05,16:12:53.861] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:12:53.862] [DEBUG] UploadManager Init [2026-05-05,16:12:53.862] [DEBUG] UploadManager Init Complete [2026-05-05,16:12:53.866] [INFO] Initializing GPS... [2026-05-05,16:12:53.868] [INFO] Starting location capture [2026-05-05,16:13:32.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:13:32.296] [INFO] LocationSqlManager initialising [2026-05-05,16:13:32.297] [INFO] Location DB initialising [2026-05-05,16:13:32.308] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:13:32.309] [DEBUG] UploadManager Init [2026-05-05,16:13:32.310] [DEBUG] UploadManager Init Complete [2026-05-05,16:13:32.314] [INFO] Initializing GPS... [2026-05-05,16:13:32.317] [INFO] Starting location capture [2026-05-05,16:14:11.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:14:11.168] [INFO] LocationSqlManager initialising [2026-05-05,16:14:11.169] [INFO] Location DB initialising [2026-05-05,16:14:11.179] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:14:11.180] [DEBUG] UploadManager Init [2026-05-05,16:14:11.181] [DEBUG] UploadManager Init Complete [2026-05-05,16:14:11.184] [INFO] Initializing GPS... [2026-05-05,16:14:11.186] [INFO] Starting location capture [2026-05-05,16:14:51.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:14:51.241] [INFO] LocationSqlManager initialising [2026-05-05,16:14:51.242] [INFO] Location DB initialising [2026-05-05,16:14:51.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:14:51.254] [DEBUG] UploadManager Init [2026-05-05,16:14:51.255] [DEBUG] UploadManager Init Complete [2026-05-05,16:14:51.259] [INFO] Initializing GPS... [2026-05-05,16:14:51.262] [INFO] Starting location capture [2026-05-05,16:15:30.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:15:30.102] [INFO] LocationSqlManager initialising [2026-05-05,16:15:30.103] [INFO] Location DB initialising [2026-05-05,16:15:30.114] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:15:30.115] [DEBUG] UploadManager Init [2026-05-05,16:15:30.116] [DEBUG] UploadManager Init Complete [2026-05-05,16:15:30.122] [INFO] Initializing GPS... [2026-05-05,16:15:30.125] [INFO] Starting location capture [2026-05-05,16:16:08.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:16:08.232] [INFO] LocationSqlManager initialising [2026-05-05,16:16:08.234] [INFO] Location DB initialising [2026-05-05,16:16:08.245] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:16:08.246] [DEBUG] UploadManager Init [2026-05-05,16:16:08.247] [DEBUG] UploadManager Init Complete [2026-05-05,16:16:08.251] [INFO] Initializing GPS... [2026-05-05,16:16:08.256] [INFO] Starting location capture [2026-05-05,16:16:47.151] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:16:47.156] [INFO] LocationSqlManager initialising [2026-05-05,16:16:47.157] [INFO] Location DB initialising [2026-05-05,16:16:47.166] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:16:47.167] [DEBUG] UploadManager Init [2026-05-05,16:16:47.167] [DEBUG] UploadManager Init Complete [2026-05-05,16:16:47.170] [INFO] Initializing GPS... [2026-05-05,16:16:47.172] [INFO] Starting location capture [2026-05-05,16:17:25.717] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:17:25.721] [INFO] LocationSqlManager initialising [2026-05-05,16:17:25.721] [INFO] Location DB initialising [2026-05-05,16:17:25.731] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:17:25.731] [DEBUG] UploadManager Init [2026-05-05,16:17:25.732] [DEBUG] UploadManager Init Complete [2026-05-05,16:17:25.735] [INFO] Initializing GPS... [2026-05-05,16:17:25.737] [INFO] Starting location capture [2026-05-05,16:18:00.551] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:18:00.557] [INFO] LocationSqlManager initialising [2026-05-05,16:18:00.557] [INFO] Location DB initialising [2026-05-05,16:18:00.567] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:18:00.567] [DEBUG] UploadManager Init [2026-05-05,16:18:00.568] [DEBUG] UploadManager Init Complete [2026-05-05,16:18:00.570] [INFO] Initializing GPS... [2026-05-05,16:18:00.573] [INFO] Starting location capture [2026-05-05,16:18:39.481] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:18:39.487] [INFO] LocationSqlManager initialising [2026-05-05,16:18:39.487] [INFO] Location DB initialising [2026-05-05,16:18:39.497] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:18:39.498] [DEBUG] UploadManager Init [2026-05-05,16:18:39.498] [DEBUG] UploadManager Init Complete [2026-05-05,16:18:39.501] [INFO] Initializing GPS... [2026-05-05,16:18:39.503] [INFO] Starting location capture [2026-05-05,16:19:18.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:19:18.209] [INFO] LocationSqlManager initialising [2026-05-05,16:19:18.210] [INFO] Location DB initialising [2026-05-05,16:19:18.222] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:19:18.223] [DEBUG] UploadManager Init [2026-05-05,16:19:18.223] [DEBUG] UploadManager Init Complete [2026-05-05,16:19:18.227] [INFO] Initializing GPS... [2026-05-05,16:19:18.229] [INFO] Starting location capture [2026-05-05,16:19:56.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:19:56.301] [INFO] LocationSqlManager initialising [2026-05-05,16:19:56.302] [INFO] Location DB initialising [2026-05-05,16:19:56.312] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:19:56.313] [DEBUG] UploadManager Init [2026-05-05,16:19:56.314] [DEBUG] UploadManager Init Complete [2026-05-05,16:19:56.319] [INFO] Initializing GPS... [2026-05-05,16:19:56.321] [INFO] Starting location capture [2026-05-05,16:20:35.409] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:20:35.415] [INFO] LocationSqlManager initialising [2026-05-05,16:20:35.416] [INFO] Location DB initialising [2026-05-05,16:20:35.425] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:20:35.426] [DEBUG] UploadManager Init [2026-05-05,16:20:35.427] [DEBUG] UploadManager Init Complete [2026-05-05,16:20:35.430] [INFO] Initializing GPS... [2026-05-05,16:20:35.432] [INFO] Starting location capture [2026-05-05,16:21:13.624] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:21:13.628] [INFO] LocationSqlManager initialising [2026-05-05,16:21:13.628] [INFO] Location DB initialising [2026-05-05,16:21:13.638] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:21:13.638] [DEBUG] UploadManager Init [2026-05-05,16:21:13.639] [DEBUG] UploadManager Init Complete [2026-05-05,16:21:13.641] [INFO] Initializing GPS... [2026-05-05,16:21:13.643] [INFO] Starting location capture [2026-05-05,16:21:52.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:21:52.799] [INFO] LocationSqlManager initialising [2026-05-05,16:21:52.800] [INFO] Location DB initialising [2026-05-05,16:21:52.810] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:21:52.811] [DEBUG] UploadManager Init [2026-05-05,16:21:52.812] [DEBUG] UploadManager Init Complete [2026-05-05,16:21:52.816] [INFO] Initializing GPS... [2026-05-05,16:21:52.819] [INFO] Starting location capture [2026-05-05,16:22:31.212] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:22:31.218] [INFO] LocationSqlManager initialising [2026-05-05,16:22:31.219] [INFO] Location DB initialising [2026-05-05,16:22:31.229] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:22:31.230] [DEBUG] UploadManager Init [2026-05-05,16:22:31.230] [DEBUG] UploadManager Init Complete [2026-05-05,16:22:31.233] [INFO] Initializing GPS... [2026-05-05,16:22:31.236] [INFO] Starting location capture [2026-05-05,16:23:05.554] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:23:05.565] [INFO] LocationSqlManager initialising [2026-05-05,16:23:05.567] [INFO] Location DB initialising [2026-05-05,16:23:05.581] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:23:05.583] [DEBUG] UploadManager Init [2026-05-05,16:23:05.585] [DEBUG] UploadManager Init Complete [2026-05-05,16:23:05.590] [INFO] Initializing GPS... [2026-05-05,16:23:05.593] [INFO] Starting location capture [2026-05-05,16:23:43.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:23:43.987] [INFO] LocationSqlManager initialising [2026-05-05,16:23:43.988] [INFO] Location DB initialising [2026-05-05,16:23:43.999] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:23:44.001] [DEBUG] UploadManager Init [2026-05-05,16:23:44.001] [DEBUG] UploadManager Init Complete [2026-05-05,16:23:44.006] [INFO] Initializing GPS... [2026-05-05,16:23:44.008] [INFO] Starting location capture [2026-05-05,16:24:22.815] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:24:22.821] [INFO] LocationSqlManager initialising [2026-05-05,16:24:22.822] [INFO] Location DB initialising [2026-05-05,16:24:22.833] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:24:22.835] [DEBUG] UploadManager Init [2026-05-05,16:24:22.835] [DEBUG] UploadManager Init Complete [2026-05-05,16:24:22.840] [INFO] Initializing GPS... [2026-05-05,16:24:22.843] [INFO] Starting location capture [2026-05-05,16:25:01.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:25:01.079] [INFO] LocationSqlManager initialising [2026-05-05,16:25:01.079] [INFO] Location DB initialising [2026-05-05,16:25:01.092] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:25:01.093] [DEBUG] UploadManager Init [2026-05-05,16:25:01.094] [DEBUG] UploadManager Init Complete [2026-05-05,16:25:01.098] [INFO] Initializing GPS... [2026-05-05,16:25:01.101] [INFO] Starting location capture [2026-05-05,16:25:39.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:25:39.834] [INFO] LocationSqlManager initialising [2026-05-05,16:25:39.835] [INFO] Location DB initialising [2026-05-05,16:25:39.846] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:25:39.847] [DEBUG] UploadManager Init [2026-05-05,16:25:39.848] [DEBUG] UploadManager Init Complete [2026-05-05,16:25:39.852] [INFO] Initializing GPS... [2026-05-05,16:25:39.855] [INFO] Starting location capture [2026-05-05,16:26:19.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:26:19.145] [INFO] LocationSqlManager initialising [2026-05-05,16:26:19.146] [INFO] Location DB initialising [2026-05-05,16:26:19.156] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:26:19.158] [DEBUG] UploadManager Init [2026-05-05,16:26:19.158] [DEBUG] UploadManager Init Complete [2026-05-05,16:26:19.162] [INFO] Initializing GPS... [2026-05-05,16:26:19.165] [INFO] Starting location capture [2026-05-05,16:26:57.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:26:57.128] [INFO] LocationSqlManager initialising [2026-05-05,16:26:57.129] [INFO] Location DB initialising [2026-05-05,16:26:57.140] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:26:57.141] [DEBUG] UploadManager Init [2026-05-05,16:26:57.142] [DEBUG] UploadManager Init Complete [2026-05-05,16:26:57.146] [INFO] Initializing GPS... [2026-05-05,16:26:57.149] [INFO] Starting location capture [2026-05-05,16:27:36.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:27:36.105] [INFO] LocationSqlManager initialising [2026-05-05,16:27:36.106] [INFO] Location DB initialising [2026-05-05,16:27:36.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:27:36.117] [DEBUG] UploadManager Init [2026-05-05,16:27:36.117] [DEBUG] UploadManager Init Complete [2026-05-05,16:27:36.121] [INFO] Initializing GPS... [2026-05-05,16:27:36.123] [INFO] Starting location capture [2026-05-05,16:28:13.831] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:28:13.836] [INFO] LocationSqlManager initialising [2026-05-05,16:28:13.837] [INFO] Location DB initialising [2026-05-05,16:28:13.846] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:28:13.847] [DEBUG] UploadManager Init [2026-05-05,16:28:13.847] [DEBUG] UploadManager Init Complete [2026-05-05,16:28:13.850] [INFO] Initializing GPS... [2026-05-05,16:28:13.852] [INFO] Starting location capture [2026-05-05,16:28:53.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:28:53.216] [INFO] LocationSqlManager initialising [2026-05-05,16:28:53.217] [INFO] Location DB initialising [2026-05-05,16:28:53.227] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:28:53.228] [DEBUG] UploadManager Init [2026-05-05,16:28:53.229] [DEBUG] UploadManager Init Complete [2026-05-05,16:28:53.232] [INFO] Initializing GPS... [2026-05-05,16:28:53.234] [INFO] Starting location capture [2026-05-05,16:29:30.651] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:29:30.659] [INFO] LocationSqlManager initialising [2026-05-05,16:29:30.660] [INFO] Location DB initialising [2026-05-05,16:29:30.672] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:29:30.673] [DEBUG] UploadManager Init [2026-05-05,16:29:30.673] [DEBUG] UploadManager Init Complete [2026-05-05,16:29:30.678] [INFO] Initializing GPS... [2026-05-05,16:29:30.681] [INFO] Starting location capture [2026-05-05,16:30:09.795] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:30:09.801] [INFO] LocationSqlManager initialising [2026-05-05,16:30:09.802] [INFO] Location DB initialising [2026-05-05,16:30:09.814] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:30:09.815] [DEBUG] UploadManager Init [2026-05-05,16:30:09.816] [DEBUG] UploadManager Init Complete [2026-05-05,16:30:09.820] [INFO] Initializing GPS... [2026-05-05,16:30:09.823] [INFO] Starting location capture [2026-05-05,16:30:44.665] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:30:44.673] [INFO] LocationSqlManager initialising [2026-05-05,16:30:44.674] [INFO] Location DB initialising [2026-05-05,16:30:44.684] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:30:44.685] [DEBUG] UploadManager Init [2026-05-05,16:30:44.685] [DEBUG] UploadManager Init Complete [2026-05-05,16:30:44.688] [INFO] Initializing GPS... [2026-05-05,16:30:44.690] [INFO] Starting location capture [2026-05-05,16:31:17.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:31:17.956] [INFO] LocationSqlManager initialising [2026-05-05,16:31:17.957] [INFO] Location DB initialising [2026-05-05,16:31:17.969] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:31:17.970] [DEBUG] UploadManager Init [2026-05-05,16:31:17.970] [DEBUG] UploadManager Init Complete [2026-05-05,16:31:17.973] [INFO] Initializing GPS... [2026-05-05,16:31:17.975] [INFO] Starting location capture [2026-05-05,16:31:57.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:31:57.121] [INFO] LocationSqlManager initialising [2026-05-05,16:31:57.122] [INFO] Location DB initialising [2026-05-05,16:31:57.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:31:57.134] [DEBUG] UploadManager Init [2026-05-05,16:31:57.135] [DEBUG] UploadManager Init Complete [2026-05-05,16:31:57.139] [INFO] Initializing GPS... [2026-05-05,16:31:57.142] [INFO] Starting location capture [2026-05-05,16:32:36.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:32:36.228] [INFO] LocationSqlManager initialising [2026-05-05,16:32:36.228] [INFO] Location DB initialising [2026-05-05,16:32:36.237] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:32:36.238] [DEBUG] UploadManager Init [2026-05-05,16:32:36.238] [DEBUG] UploadManager Init Complete [2026-05-05,16:32:36.241] [INFO] Initializing GPS... [2026-05-05,16:32:36.243] [INFO] Starting location capture [2026-05-05,16:33:14.042] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:33:14.050] [INFO] LocationSqlManager initialising [2026-05-05,16:33:14.051] [INFO] Location DB initialising [2026-05-05,16:33:14.063] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:33:14.064] [DEBUG] UploadManager Init [2026-05-05,16:33:14.064] [DEBUG] UploadManager Init Complete [2026-05-05,16:33:14.069] [INFO] Initializing GPS... [2026-05-05,16:33:14.072] [INFO] Starting location capture [2026-05-05,16:33:52.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:33:52.907] [INFO] LocationSqlManager initialising [2026-05-05,16:33:52.908] [INFO] Location DB initialising [2026-05-05,16:33:52.919] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:33:52.921] [DEBUG] UploadManager Init [2026-05-05,16:33:52.921] [DEBUG] UploadManager Init Complete [2026-05-05,16:33:52.926] [INFO] Initializing GPS... [2026-05-05,16:33:52.929] [INFO] Starting location capture [2026-05-05,16:34:30.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:34:30.924] [INFO] LocationSqlManager initialising [2026-05-05,16:34:30.925] [INFO] Location DB initialising [2026-05-05,16:34:30.936] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:34:30.937] [DEBUG] UploadManager Init [2026-05-05,16:34:30.938] [DEBUG] UploadManager Init Complete [2026-05-05,16:34:30.942] [INFO] Initializing GPS... [2026-05-05,16:34:30.945] [INFO] Starting location capture [2026-05-05,16:35:09.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:35:09.881] [INFO] LocationSqlManager initialising [2026-05-05,16:35:09.882] [INFO] Location DB initialising [2026-05-05,16:35:09.891] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:35:09.892] [DEBUG] UploadManager Init [2026-05-05,16:35:09.892] [DEBUG] UploadManager Init Complete [2026-05-05,16:35:09.895] [INFO] Initializing GPS... [2026-05-05,16:35:09.897] [INFO] Starting location capture [2026-05-05,16:35:48.428] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:35:48.436] [INFO] LocationSqlManager initialising [2026-05-05,16:35:48.437] [INFO] Location DB initialising [2026-05-05,16:35:48.448] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:35:48.449] [DEBUG] UploadManager Init [2026-05-05,16:35:48.450] [DEBUG] UploadManager Init Complete [2026-05-05,16:35:48.455] [INFO] Initializing GPS... [2026-05-05,16:35:48.457] [INFO] Starting location capture [2026-05-05,16:36:27.384] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:36:27.392] [INFO] LocationSqlManager initialising [2026-05-05,16:36:27.393] [INFO] Location DB initialising [2026-05-05,16:36:27.404] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:36:27.405] [DEBUG] UploadManager Init [2026-05-05,16:36:27.406] [DEBUG] UploadManager Init Complete [2026-05-05,16:36:27.411] [INFO] Initializing GPS... [2026-05-05,16:36:27.414] [INFO] Starting location capture [2026-05-05,16:37:06.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:37:06.045] [INFO] LocationSqlManager initialising [2026-05-05,16:37:06.046] [INFO] Location DB initialising [2026-05-05,16:37:06.057] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:37:06.058] [DEBUG] UploadManager Init [2026-05-05,16:37:06.059] [DEBUG] UploadManager Init Complete [2026-05-05,16:37:06.063] [INFO] Initializing GPS... [2026-05-05,16:37:06.066] [INFO] Starting location capture [2026-05-05,16:37:44.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:37:44.320] [INFO] LocationSqlManager initialising [2026-05-05,16:37:44.321] [INFO] Location DB initialising [2026-05-05,16:37:44.332] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:37:44.333] [DEBUG] UploadManager Init [2026-05-05,16:37:44.334] [DEBUG] UploadManager Init Complete [2026-05-05,16:37:44.337] [INFO] Initializing GPS... [2026-05-05,16:37:44.340] [INFO] Starting location capture [2026-05-05,16:38:23.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:38:23.120] [INFO] LocationSqlManager initialising [2026-05-05,16:38:23.120] [INFO] Location DB initialising [2026-05-05,16:38:23.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:38:23.130] [DEBUG] UploadManager Init [2026-05-05,16:38:23.130] [DEBUG] UploadManager Init Complete [2026-05-05,16:38:23.133] [INFO] Initializing GPS... [2026-05-05,16:38:23.135] [INFO] Starting location capture [2026-05-05,16:39:02.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:39:02.237] [INFO] LocationSqlManager initialising [2026-05-05,16:39:02.237] [INFO] Location DB initialising [2026-05-05,16:39:02.246] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:39:02.247] [DEBUG] UploadManager Init [2026-05-05,16:39:02.247] [DEBUG] UploadManager Init Complete [2026-05-05,16:39:02.250] [INFO] Initializing GPS... [2026-05-05,16:39:02.252] [INFO] Starting location capture [2026-05-05,16:39:41.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:39:41.076] [INFO] LocationSqlManager initialising [2026-05-05,16:39:41.077] [INFO] Location DB initialising [2026-05-05,16:39:41.086] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:39:41.087] [DEBUG] UploadManager Init [2026-05-05,16:39:41.087] [DEBUG] UploadManager Init Complete [2026-05-05,16:39:41.090] [INFO] Initializing GPS... [2026-05-05,16:39:41.092] [INFO] Starting location capture [2026-05-05,16:40:19.746] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:40:19.753] [INFO] LocationSqlManager initialising [2026-05-05,16:40:19.754] [INFO] Location DB initialising [2026-05-05,16:40:19.769] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:40:19.770] [DEBUG] UploadManager Init [2026-05-05,16:40:19.771] [DEBUG] UploadManager Init Complete [2026-05-05,16:40:19.779] [INFO] Initializing GPS... [2026-05-05,16:40:19.786] [INFO] Starting location capture [2026-05-05,16:40:58.425] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:40:58.432] [INFO] LocationSqlManager initialising [2026-05-05,16:40:58.433] [INFO] Location DB initialising [2026-05-05,16:40:58.444] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:40:58.446] [DEBUG] UploadManager Init [2026-05-05,16:40:58.446] [DEBUG] UploadManager Init Complete [2026-05-05,16:40:58.451] [INFO] Initializing GPS... [2026-05-05,16:40:58.454] [INFO] Starting location capture [2026-05-05,16:41:37.539] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:41:37.547] [INFO] LocationSqlManager initialising [2026-05-05,16:41:37.548] [INFO] Location DB initialising [2026-05-05,16:41:37.559] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:41:37.560] [DEBUG] UploadManager Init [2026-05-05,16:41:37.560] [DEBUG] UploadManager Init Complete [2026-05-05,16:41:37.565] [INFO] Initializing GPS... [2026-05-05,16:41:37.568] [INFO] Starting location capture [2026-05-05,16:42:16.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:42:16.313] [INFO] LocationSqlManager initialising [2026-05-05,16:42:16.315] [INFO] Location DB initialising [2026-05-05,16:42:16.330] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:42:16.331] [DEBUG] UploadManager Init [2026-05-05,16:42:16.331] [DEBUG] UploadManager Init Complete [2026-05-05,16:42:16.336] [INFO] Initializing GPS... [2026-05-05,16:42:16.339] [INFO] Starting location capture [2026-05-05,16:42:55.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:42:55.187] [INFO] LocationSqlManager initialising [2026-05-05,16:42:55.187] [INFO] Location DB initialising [2026-05-05,16:42:55.196] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:42:55.197] [DEBUG] UploadManager Init [2026-05-05,16:42:55.198] [DEBUG] UploadManager Init Complete [2026-05-05,16:42:55.200] [INFO] Initializing GPS... [2026-05-05,16:42:55.202] [INFO] Starting location capture [2026-05-05,16:43:33.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:43:33.034] [INFO] LocationSqlManager initialising [2026-05-05,16:43:33.034] [INFO] Location DB initialising [2026-05-05,16:43:33.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:43:33.044] [DEBUG] UploadManager Init [2026-05-05,16:43:33.044] [DEBUG] UploadManager Init Complete [2026-05-05,16:43:33.047] [INFO] Initializing GPS... [2026-05-05,16:43:33.049] [INFO] Starting location capture [2026-05-05,16:44:11.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:44:11.830] [INFO] LocationSqlManager initialising [2026-05-05,16:44:11.830] [INFO] Location DB initialising [2026-05-05,16:44:11.839] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:44:11.840] [DEBUG] UploadManager Init [2026-05-05,16:44:11.840] [DEBUG] UploadManager Init Complete [2026-05-05,16:44:11.843] [INFO] Initializing GPS... [2026-05-05,16:44:11.845] [INFO] Starting location capture [2026-05-05,16:44:45.694] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:44:45.702] [INFO] LocationSqlManager initialising [2026-05-05,16:44:45.703] [INFO] Location DB initialising [2026-05-05,16:44:45.713] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:44:45.715] [DEBUG] UploadManager Init [2026-05-05,16:44:45.715] [DEBUG] UploadManager Init Complete [2026-05-05,16:44:45.720] [INFO] Initializing GPS... [2026-05-05,16:44:45.723] [INFO] Starting location capture [2026-05-05,16:45:24.521] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:45:24.529] [INFO] LocationSqlManager initialising [2026-05-05,16:45:24.530] [INFO] Location DB initialising [2026-05-05,16:45:24.541] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:45:24.543] [DEBUG] UploadManager Init [2026-05-05,16:45:24.543] [DEBUG] UploadManager Init Complete [2026-05-05,16:45:24.548] [INFO] Initializing GPS... [2026-05-05,16:45:24.551] [INFO] Starting location capture [2026-05-05,16:46:01.797] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:46:01.805] [INFO] LocationSqlManager initialising [2026-05-05,16:46:01.806] [INFO] Location DB initialising [2026-05-05,16:46:01.817] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:46:01.818] [DEBUG] UploadManager Init [2026-05-05,16:46:01.819] [DEBUG] UploadManager Init Complete [2026-05-05,16:46:01.823] [INFO] Initializing GPS... [2026-05-05,16:46:01.826] [INFO] Starting location capture [2026-05-05,16:46:39.779] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:46:39.787] [INFO] LocationSqlManager initialising [2026-05-05,16:46:39.788] [INFO] Location DB initialising [2026-05-05,16:46:39.799] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:46:39.800] [DEBUG] UploadManager Init [2026-05-05,16:46:39.801] [DEBUG] UploadManager Init Complete [2026-05-05,16:46:39.805] [INFO] Initializing GPS... [2026-05-05,16:46:39.808] [INFO] Starting location capture [2026-05-05,16:47:18.727] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:47:18.734] [INFO] LocationSqlManager initialising [2026-05-05,16:47:18.735] [INFO] Location DB initialising [2026-05-05,16:47:18.745] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:47:18.745] [DEBUG] UploadManager Init [2026-05-05,16:47:18.746] [DEBUG] UploadManager Init Complete [2026-05-05,16:47:18.749] [INFO] Initializing GPS... [2026-05-05,16:47:18.750] [INFO] Starting location capture [2026-05-05,16:47:56.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:47:56.696] [INFO] LocationSqlManager initialising [2026-05-05,16:47:56.697] [INFO] Location DB initialising [2026-05-05,16:47:56.706] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:47:56.706] [DEBUG] UploadManager Init [2026-05-05,16:47:56.707] [DEBUG] UploadManager Init Complete [2026-05-05,16:47:56.709] [INFO] Initializing GPS... [2026-05-05,16:47:56.711] [INFO] Starting location capture [2026-05-05,16:48:35.324] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:48:35.329] [INFO] LocationSqlManager initialising [2026-05-05,16:48:35.329] [INFO] Location DB initialising [2026-05-05,16:48:35.339] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:48:35.340] [DEBUG] UploadManager Init [2026-05-05,16:48:35.340] [DEBUG] UploadManager Init Complete [2026-05-05,16:48:35.343] [INFO] Initializing GPS... [2026-05-05,16:48:35.345] [INFO] Starting location capture [2026-05-05,16:49:14.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:49:14.085] [INFO] LocationSqlManager initialising [2026-05-05,16:49:14.086] [INFO] Location DB initialising [2026-05-05,16:49:14.097] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:49:14.098] [DEBUG] UploadManager Init [2026-05-05,16:49:14.099] [DEBUG] UploadManager Init Complete [2026-05-05,16:49:14.103] [INFO] Initializing GPS... [2026-05-05,16:49:14.106] [INFO] Starting location capture [2026-05-05,16:49:52.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:49:52.212] [INFO] LocationSqlManager initialising [2026-05-05,16:49:52.213] [INFO] Location DB initialising [2026-05-05,16:49:52.223] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:49:52.224] [DEBUG] UploadManager Init [2026-05-05,16:49:52.225] [DEBUG] UploadManager Init Complete [2026-05-05,16:49:52.228] [INFO] Initializing GPS... [2026-05-05,16:49:52.230] [INFO] Starting location capture [2026-05-05,16:50:30.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:50:30.921] [INFO] LocationSqlManager initialising [2026-05-05,16:50:30.922] [INFO] Location DB initialising [2026-05-05,16:50:30.931] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:50:30.932] [DEBUG] UploadManager Init [2026-05-05,16:50:30.933] [DEBUG] UploadManager Init Complete [2026-05-05,16:50:30.936] [INFO] Initializing GPS... [2026-05-05,16:50:30.938] [INFO] Starting location capture [2026-05-05,16:51:09.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:51:09.142] [INFO] LocationSqlManager initialising [2026-05-05,16:51:09.142] [INFO] Location DB initialising [2026-05-05,16:51:09.152] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:51:09.153] [DEBUG] UploadManager Init [2026-05-05,16:51:09.154] [DEBUG] UploadManager Init Complete [2026-05-05,16:51:09.157] [INFO] Initializing GPS... [2026-05-05,16:51:09.159] [INFO] Starting location capture [2026-05-05,16:51:48.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:51:48.095] [INFO] LocationSqlManager initialising [2026-05-05,16:51:48.096] [INFO] Location DB initialising [2026-05-05,16:51:48.107] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:51:48.107] [DEBUG] UploadManager Init [2026-05-05,16:51:48.108] [DEBUG] UploadManager Init Complete [2026-05-05,16:51:48.110] [INFO] Initializing GPS... [2026-05-05,16:51:48.112] [INFO] Starting location capture [2026-05-05,16:52:25.723] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:52:25.731] [INFO] LocationSqlManager initialising [2026-05-05,16:52:25.732] [INFO] Location DB initialising [2026-05-05,16:52:25.744] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:52:25.746] [DEBUG] UploadManager Init [2026-05-05,16:52:25.746] [DEBUG] UploadManager Init Complete [2026-05-05,16:52:25.751] [INFO] Initializing GPS... [2026-05-05,16:52:25.754] [INFO] Starting location capture [2026-05-05,16:53:05.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:53:05.398] [INFO] LocationSqlManager initialising [2026-05-05,16:53:05.398] [INFO] Location DB initialising [2026-05-05,16:53:05.409] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:53:05.410] [DEBUG] UploadManager Init [2026-05-05,16:53:05.411] [DEBUG] UploadManager Init Complete [2026-05-05,16:53:05.415] [INFO] Initializing GPS... [2026-05-05,16:53:05.418] [INFO] Starting location capture [2026-05-05,16:53:43.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:53:43.226] [INFO] LocationSqlManager initialising [2026-05-05,16:53:43.226] [INFO] Location DB initialising [2026-05-05,16:53:43.235] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:53:43.236] [DEBUG] UploadManager Init [2026-05-05,16:53:43.236] [DEBUG] UploadManager Init Complete [2026-05-05,16:53:43.239] [INFO] Initializing GPS... [2026-05-05,16:53:43.241] [INFO] Starting location capture [2026-05-05,16:54:21.788] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:54:21.794] [INFO] LocationSqlManager initialising [2026-05-05,16:54:21.795] [INFO] Location DB initialising [2026-05-05,16:54:21.804] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:54:21.805] [DEBUG] UploadManager Init [2026-05-05,16:54:21.805] [DEBUG] UploadManager Init Complete [2026-05-05,16:54:21.808] [INFO] Initializing GPS... [2026-05-05,16:54:21.809] [INFO] Starting location capture [2026-05-05,16:55:00.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:55:00.325] [INFO] LocationSqlManager initialising [2026-05-05,16:55:00.327] [INFO] Location DB initialising [2026-05-05,16:55:00.339] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:55:00.340] [DEBUG] UploadManager Init [2026-05-05,16:55:00.341] [DEBUG] UploadManager Init Complete [2026-05-05,16:55:00.345] [INFO] Initializing GPS... [2026-05-05,16:55:00.348] [INFO] Starting location capture [2026-05-05,16:55:39.339] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:55:39.346] [INFO] LocationSqlManager initialising [2026-05-05,16:55:39.347] [INFO] Location DB initialising [2026-05-05,16:55:39.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:55:39.359] [DEBUG] UploadManager Init [2026-05-05,16:55:39.360] [DEBUG] UploadManager Init Complete [2026-05-05,16:55:39.364] [INFO] Initializing GPS... [2026-05-05,16:55:39.367] [INFO] Starting location capture [2026-05-05,16:56:17.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:56:17.982] [INFO] LocationSqlManager initialising [2026-05-05,16:56:17.983] [INFO] Location DB initialising [2026-05-05,16:56:17.992] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:56:17.993] [DEBUG] UploadManager Init [2026-05-05,16:56:17.993] [DEBUG] UploadManager Init Complete [2026-05-05,16:56:17.996] [INFO] Initializing GPS... [2026-05-05,16:56:17.998] [INFO] Starting location capture [2026-05-05,16:56:56.493] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:56:56.500] [INFO] LocationSqlManager initialising [2026-05-05,16:56:56.500] [INFO] Location DB initialising [2026-05-05,16:56:56.510] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:56:56.511] [DEBUG] UploadManager Init [2026-05-05,16:56:56.512] [DEBUG] UploadManager Init Complete [2026-05-05,16:56:56.515] [INFO] Initializing GPS... [2026-05-05,16:56:56.517] [INFO] Starting location capture [2026-05-05,16:57:34.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:57:34.952] [INFO] LocationSqlManager initialising [2026-05-05,16:57:34.952] [INFO] Location DB initialising [2026-05-05,16:57:34.962] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:57:34.963] [DEBUG] UploadManager Init [2026-05-05,16:57:34.963] [DEBUG] UploadManager Init Complete [2026-05-05,16:57:34.966] [INFO] Initializing GPS... [2026-05-05,16:57:34.968] [INFO] Starting location capture [2026-05-05,16:58:14.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:58:14.288] [INFO] LocationSqlManager initialising [2026-05-05,16:58:14.289] [INFO] Location DB initialising [2026-05-05,16:58:14.298] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:58:14.299] [DEBUG] UploadManager Init [2026-05-05,16:58:14.299] [DEBUG] UploadManager Init Complete [2026-05-05,16:58:14.302] [INFO] Initializing GPS... [2026-05-05,16:58:14.304] [INFO] Starting location capture [2026-05-05,16:58:52.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:58:52.197] [INFO] LocationSqlManager initialising [2026-05-05,16:58:52.198] [INFO] Location DB initialising [2026-05-05,16:58:52.207] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:58:52.208] [DEBUG] UploadManager Init [2026-05-05,16:58:52.208] [DEBUG] UploadManager Init Complete [2026-05-05,16:58:52.211] [INFO] Initializing GPS... [2026-05-05,16:58:52.213] [INFO] Starting location capture [2026-05-05,16:59:30.690] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:59:30.696] [INFO] LocationSqlManager initialising [2026-05-05,16:59:30.697] [INFO] Location DB initialising [2026-05-05,16:59:30.707] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:59:30.708] [DEBUG] UploadManager Init [2026-05-05,16:59:30.708] [DEBUG] UploadManager Init Complete [2026-05-05,16:59:30.711] [INFO] Initializing GPS... [2026-05-05,16:59:30.713] [INFO] Starting location capture [2026-05-05,17:00:09.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:00:09.979] [INFO] LocationSqlManager initialising [2026-05-05,17:00:09.980] [INFO] Location DB initialising [2026-05-05,17:00:09.992] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:00:09.993] [DEBUG] UploadManager Init [2026-05-05,17:00:09.994] [DEBUG] UploadManager Init Complete [2026-05-05,17:00:09.998] [INFO] Initializing GPS... [2026-05-05,17:00:10.001] [INFO] Starting location capture [2026-05-05,17:00:48.820] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:00:48.828] [INFO] LocationSqlManager initialising [2026-05-05,17:00:48.829] [INFO] Location DB initialising [2026-05-05,17:00:48.841] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:00:48.842] [DEBUG] UploadManager Init [2026-05-05,17:00:48.843] [DEBUG] UploadManager Init Complete [2026-05-05,17:00:48.848] [INFO] Initializing GPS... [2026-05-05,17:00:48.851] [INFO] Starting location capture [2026-05-05,17:01:26.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:01:26.839] [INFO] LocationSqlManager initialising [2026-05-05,17:01:26.839] [INFO] Location DB initialising [2026-05-05,17:01:26.849] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:01:26.849] [DEBUG] UploadManager Init [2026-05-05,17:01:26.850] [DEBUG] UploadManager Init Complete [2026-05-05,17:01:26.852] [INFO] Initializing GPS... [2026-05-05,17:01:26.854] [INFO] Starting location capture [2026-05-05,17:02:04.622] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:02:04.627] [INFO] LocationSqlManager initialising [2026-05-05,17:02:04.628] [INFO] Location DB initialising [2026-05-05,17:02:04.637] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:02:04.638] [DEBUG] UploadManager Init [2026-05-05,17:02:04.638] [DEBUG] UploadManager Init Complete [2026-05-05,17:02:04.641] [INFO] Initializing GPS... [2026-05-05,17:02:04.643] [INFO] Starting location capture [2026-05-05,17:02:44.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:02:44.113] [INFO] LocationSqlManager initialising [2026-05-05,17:02:44.114] [INFO] Location DB initialising [2026-05-05,17:02:44.125] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:02:44.126] [DEBUG] UploadManager Init [2026-05-05,17:02:44.127] [DEBUG] UploadManager Init Complete [2026-05-05,17:02:44.131] [INFO] Initializing GPS... [2026-05-05,17:02:44.134] [INFO] Starting location capture [2026-05-05,17:03:23.501] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:03:23.506] [INFO] LocationSqlManager initialising [2026-05-05,17:03:23.507] [INFO] Location DB initialising [2026-05-05,17:03:23.516] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:03:23.517] [DEBUG] UploadManager Init [2026-05-05,17:03:23.517] [DEBUG] UploadManager Init Complete [2026-05-05,17:03:23.520] [INFO] Initializing GPS... [2026-05-05,17:03:23.522] [INFO] Starting location capture [2026-05-05,17:04:02.149] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:04:02.154] [INFO] LocationSqlManager initialising [2026-05-05,17:04:02.154] [INFO] Location DB initialising [2026-05-05,17:04:02.164] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:04:02.165] [DEBUG] UploadManager Init [2026-05-05,17:04:02.165] [DEBUG] UploadManager Init Complete [2026-05-05,17:04:02.168] [INFO] Initializing GPS... [2026-05-05,17:04:02.169] [INFO] Starting location capture [2026-05-05,17:04:39.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:04:39.917] [INFO] LocationSqlManager initialising [2026-05-05,17:04:39.918] [INFO] Location DB initialising [2026-05-05,17:04:39.929] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:04:39.930] [DEBUG] UploadManager Init [2026-05-05,17:04:39.931] [DEBUG] UploadManager Init Complete [2026-05-05,17:04:39.936] [INFO] Initializing GPS... [2026-05-05,17:04:39.939] [INFO] Starting location capture [2026-05-05,17:05:13.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:05:14.002] [INFO] LocationSqlManager initialising [2026-05-05,17:05:14.003] [INFO] Location DB initialising [2026-05-05,17:05:14.012] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:05:14.013] [DEBUG] UploadManager Init [2026-05-05,17:05:14.013] [DEBUG] UploadManager Init Complete [2026-05-05,17:05:14.016] [INFO] Initializing GPS... [2026-05-05,17:05:14.018] [INFO] Starting location capture [2026-05-05,17:05:52.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:05:52.976] [INFO] LocationSqlManager initialising [2026-05-05,17:05:52.977] [INFO] Location DB initialising [2026-05-05,17:05:52.986] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:05:52.987] [DEBUG] UploadManager Init [2026-05-05,17:05:52.987] [DEBUG] UploadManager Init Complete [2026-05-05,17:05:52.990] [INFO] Initializing GPS... [2026-05-05,17:05:52.992] [INFO] Starting location capture [2026-05-05,17:06:30.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:06:30.988] [INFO] LocationSqlManager initialising [2026-05-05,17:06:30.989] [INFO] Location DB initialising [2026-05-05,17:06:31.000] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:06:31.001] [DEBUG] UploadManager Init [2026-05-05,17:06:31.001] [DEBUG] UploadManager Init Complete [2026-05-05,17:06:31.006] [INFO] Initializing GPS... [2026-05-05,17:06:31.008] [INFO] Starting location capture [2026-05-05,17:07:10.324] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:07:10.332] [INFO] LocationSqlManager initialising [2026-05-05,17:07:10.333] [INFO] Location DB initialising [2026-05-05,17:07:10.343] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:07:10.345] [DEBUG] UploadManager Init [2026-05-05,17:07:10.345] [DEBUG] UploadManager Init Complete [2026-05-05,17:07:10.349] [INFO] Initializing GPS... [2026-05-05,17:07:10.352] [INFO] Starting location capture [2026-05-05,17:07:47.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:07:47.723] [INFO] LocationSqlManager initialising [2026-05-05,17:07:47.724] [INFO] Location DB initialising [2026-05-05,17:07:47.736] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:07:47.737] [DEBUG] UploadManager Init [2026-05-05,17:07:47.738] [DEBUG] UploadManager Init Complete [2026-05-05,17:07:47.742] [INFO] Initializing GPS... [2026-05-05,17:07:47.745] [INFO] Starting location capture [2026-05-05,17:08:26.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:08:26.863] [INFO] LocationSqlManager initialising [2026-05-05,17:08:26.864] [INFO] Location DB initialising [2026-05-05,17:08:26.874] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:08:26.874] [DEBUG] UploadManager Init [2026-05-05,17:08:26.875] [DEBUG] UploadManager Init Complete [2026-05-05,17:08:26.877] [INFO] Initializing GPS... [2026-05-05,17:08:26.879] [INFO] Starting location capture [2026-05-05,17:09:06.332] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:09:06.338] [INFO] LocationSqlManager initialising [2026-05-05,17:09:06.338] [INFO] Location DB initialising [2026-05-05,17:09:06.348] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:09:06.349] [DEBUG] UploadManager Init [2026-05-05,17:09:06.349] [DEBUG] UploadManager Init Complete [2026-05-05,17:09:06.352] [INFO] Initializing GPS... [2026-05-05,17:09:06.354] [INFO] Starting location capture [2026-05-05,17:09:44.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:09:44.114] [INFO] LocationSqlManager initialising [2026-05-05,17:09:44.114] [INFO] Location DB initialising [2026-05-05,17:09:44.124] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:09:44.124] [DEBUG] UploadManager Init [2026-05-05,17:09:44.125] [DEBUG] UploadManager Init Complete [2026-05-05,17:09:44.127] [INFO] Initializing GPS... [2026-05-05,17:09:44.129] [INFO] Starting location capture [2026-05-05,17:10:23.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:10:23.263] [INFO] LocationSqlManager initialising [2026-05-05,17:10:23.263] [INFO] Location DB initialising [2026-05-05,17:10:23.273] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:10:23.274] [DEBUG] UploadManager Init [2026-05-05,17:10:23.274] [DEBUG] UploadManager Init Complete [2026-05-05,17:10:23.277] [INFO] Initializing GPS... [2026-05-05,17:10:23.278] [INFO] Starting location capture [2026-05-05,17:11:03.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:11:03.157] [INFO] LocationSqlManager initialising [2026-05-05,17:11:03.158] [INFO] Location DB initialising [2026-05-05,17:11:03.173] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:11:03.175] [DEBUG] UploadManager Init [2026-05-05,17:11:03.177] [DEBUG] UploadManager Init Complete [2026-05-05,17:11:03.184] [INFO] Initializing GPS... [2026-05-05,17:11:03.187] [INFO] Starting location capture [2026-05-05,17:11:41.134] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:11:41.139] [INFO] LocationSqlManager initialising [2026-05-05,17:11:41.140] [INFO] Location DB initialising [2026-05-05,17:11:41.149] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:11:41.150] [DEBUG] UploadManager Init [2026-05-05,17:11:41.150] [DEBUG] UploadManager Init Complete [2026-05-05,17:11:41.154] [INFO] Initializing GPS... [2026-05-05,17:11:41.156] [INFO] Starting location capture [2026-05-05,17:12:19.831] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:12:19.836] [INFO] LocationSqlManager initialising [2026-05-05,17:12:19.836] [INFO] Location DB initialising [2026-05-05,17:12:19.846] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:12:19.846] [DEBUG] UploadManager Init [2026-05-05,17:12:19.847] [DEBUG] UploadManager Init Complete [2026-05-05,17:12:19.849] [INFO] Initializing GPS... [2026-05-05,17:12:19.851] [INFO] Starting location capture [2026-05-05,17:12:58.368] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:12:58.373] [INFO] LocationSqlManager initialising [2026-05-05,17:12:58.374] [INFO] Location DB initialising [2026-05-05,17:12:58.386] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:12:58.387] [DEBUG] UploadManager Init [2026-05-05,17:12:58.387] [DEBUG] UploadManager Init Complete [2026-05-05,17:12:58.392] [INFO] Initializing GPS... [2026-05-05,17:12:58.395] [INFO] Starting location capture [2026-05-05,17:13:36.736] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:13:36.742] [INFO] LocationSqlManager initialising [2026-05-05,17:13:36.742] [INFO] Location DB initialising [2026-05-05,17:13:36.752] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:13:36.752] [DEBUG] UploadManager Init [2026-05-05,17:13:36.753] [DEBUG] UploadManager Init Complete [2026-05-05,17:13:36.755] [INFO] Initializing GPS... [2026-05-05,17:13:36.758] [INFO] Starting location capture [2026-05-05,17:14:15.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:14:15.263] [INFO] LocationSqlManager initialising [2026-05-05,17:14:15.264] [INFO] Location DB initialising [2026-05-05,17:14:15.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:14:15.274] [DEBUG] UploadManager Init [2026-05-05,17:14:15.275] [DEBUG] UploadManager Init Complete [2026-05-05,17:14:15.279] [INFO] Initializing GPS... [2026-05-05,17:14:15.282] [INFO] Starting location capture [2026-05-05,17:14:53.705] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:14:53.711] [INFO] LocationSqlManager initialising [2026-05-05,17:14:53.712] [INFO] Location DB initialising [2026-05-05,17:14:53.721] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:14:53.722] [DEBUG] UploadManager Init [2026-05-05,17:14:53.723] [DEBUG] UploadManager Init Complete [2026-05-05,17:14:53.726] [INFO] Initializing GPS... [2026-05-05,17:14:53.728] [INFO] Starting location capture [2026-05-05,17:15:33.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:15:33.157] [INFO] LocationSqlManager initialising [2026-05-05,17:15:33.157] [INFO] Location DB initialising [2026-05-05,17:15:33.167] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:15:33.168] [DEBUG] UploadManager Init [2026-05-05,17:15:33.168] [DEBUG] UploadManager Init Complete [2026-05-05,17:15:33.172] [INFO] Initializing GPS... [2026-05-05,17:15:33.174] [INFO] Starting location capture [2026-05-05,17:16:12.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:16:12.131] [INFO] LocationSqlManager initialising [2026-05-05,17:16:12.132] [INFO] Location DB initialising [2026-05-05,17:16:12.143] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:16:12.145] [DEBUG] UploadManager Init [2026-05-05,17:16:12.146] [DEBUG] UploadManager Init Complete [2026-05-05,17:16:12.150] [INFO] Initializing GPS... [2026-05-05,17:16:12.154] [INFO] Starting location capture [2026-05-05,17:16:49.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:16:49.948] [INFO] LocationSqlManager initialising [2026-05-05,17:16:49.949] [INFO] Location DB initialising [2026-05-05,17:16:49.960] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:16:49.961] [DEBUG] UploadManager Init [2026-05-05,17:16:49.961] [DEBUG] UploadManager Init Complete [2026-05-05,17:16:49.968] [INFO] Initializing GPS... [2026-05-05,17:16:49.972] [INFO] Starting location capture [2026-05-05,17:17:28.371] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:17:28.376] [INFO] LocationSqlManager initialising [2026-05-05,17:17:28.377] [INFO] Location DB initialising [2026-05-05,17:17:28.386] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:17:28.386] [DEBUG] UploadManager Init [2026-05-05,17:17:28.387] [DEBUG] UploadManager Init Complete [2026-05-05,17:17:28.390] [INFO] Initializing GPS... [2026-05-05,17:17:28.391] [INFO] Starting location capture [2026-05-05,17:18:07.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:18:07.076] [INFO] LocationSqlManager initialising [2026-05-05,17:18:07.077] [INFO] Location DB initialising [2026-05-05,17:18:07.086] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:18:07.087] [DEBUG] UploadManager Init [2026-05-05,17:18:07.087] [DEBUG] UploadManager Init Complete [2026-05-05,17:18:07.090] [INFO] Initializing GPS... [2026-05-05,17:18:07.092] [INFO] Starting location capture [2026-05-05,17:18:44.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:18:44.838] [INFO] LocationSqlManager initialising [2026-05-05,17:18:44.839] [INFO] Location DB initialising [2026-05-05,17:18:44.848] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:18:44.849] [DEBUG] UploadManager Init [2026-05-05,17:18:44.849] [DEBUG] UploadManager Init Complete [2026-05-05,17:18:44.852] [INFO] Initializing GPS... [2026-05-05,17:18:44.854] [INFO] Starting location capture [2026-05-05,17:19:23.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:19:23.717] [INFO] LocationSqlManager initialising [2026-05-05,17:19:23.718] [INFO] Location DB initialising [2026-05-05,17:19:23.731] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:19:23.733] [DEBUG] UploadManager Init [2026-05-05,17:19:23.734] [DEBUG] UploadManager Init Complete [2026-05-05,17:19:23.741] [INFO] Initializing GPS... [2026-05-05,17:19:23.745] [INFO] Starting location capture [2026-05-05,17:20:02.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:20:02.237] [INFO] LocationSqlManager initialising [2026-05-05,17:20:02.238] [INFO] Location DB initialising [2026-05-05,17:20:02.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:20:02.248] [DEBUG] UploadManager Init [2026-05-05,17:20:02.248] [DEBUG] UploadManager Init Complete [2026-05-05,17:20:02.251] [INFO] Initializing GPS... [2026-05-05,17:20:02.253] [INFO] Starting location capture [2026-05-05,17:20:41.161] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:20:41.166] [INFO] LocationSqlManager initialising [2026-05-05,17:20:41.166] [INFO] Location DB initialising [2026-05-05,17:20:41.176] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:20:41.176] [DEBUG] UploadManager Init [2026-05-05,17:20:41.177] [DEBUG] UploadManager Init Complete [2026-05-05,17:20:41.179] [INFO] Initializing GPS... [2026-05-05,17:20:41.181] [INFO] Starting location capture [2026-05-05,17:21:19.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:21:19.576] [INFO] LocationSqlManager initialising [2026-05-05,17:21:19.577] [INFO] Location DB initialising [2026-05-05,17:21:19.588] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:21:19.589] [DEBUG] UploadManager Init [2026-05-05,17:21:19.590] [DEBUG] UploadManager Init Complete [2026-05-05,17:21:19.594] [INFO] Initializing GPS... [2026-05-05,17:21:19.598] [INFO] Starting location capture [2026-05-05,17:21:57.998] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:21:58.003] [INFO] LocationSqlManager initialising [2026-05-05,17:21:58.004] [INFO] Location DB initialising [2026-05-05,17:21:58.013] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:21:58.014] [DEBUG] UploadManager Init [2026-05-05,17:21:58.014] [DEBUG] UploadManager Init Complete [2026-05-05,17:21:58.017] [INFO] Initializing GPS... [2026-05-05,17:21:58.019] [INFO] Starting location capture [2026-05-05,17:22:37.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:22:37.122] [INFO] LocationSqlManager initialising [2026-05-05,17:22:37.123] [INFO] Location DB initialising [2026-05-05,17:22:37.133] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:22:37.134] [DEBUG] UploadManager Init [2026-05-05,17:22:37.134] [DEBUG] UploadManager Init Complete [2026-05-05,17:22:37.137] [INFO] Initializing GPS... [2026-05-05,17:22:37.139] [INFO] Starting location capture [2026-05-05,17:23:16.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:23:16.311] [INFO] LocationSqlManager initialising [2026-05-05,17:23:16.312] [INFO] Location DB initialising [2026-05-05,17:23:16.324] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:23:16.325] [DEBUG] UploadManager Init [2026-05-05,17:23:16.325] [DEBUG] UploadManager Init Complete [2026-05-05,17:23:16.330] [INFO] Initializing GPS... [2026-05-05,17:23:16.333] [INFO] Starting location capture [2026-05-05,17:23:54.180] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:23:54.186] [INFO] LocationSqlManager initialising [2026-05-05,17:23:54.187] [INFO] Location DB initialising [2026-05-05,17:23:54.198] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:23:54.199] [DEBUG] UploadManager Init [2026-05-05,17:23:54.199] [DEBUG] UploadManager Init Complete [2026-05-05,17:23:54.203] [INFO] Initializing GPS... [2026-05-05,17:23:54.205] [INFO] Starting location capture [2026-05-05,17:24:33.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:24:33.053] [INFO] LocationSqlManager initialising [2026-05-05,17:24:33.053] [INFO] Location DB initialising [2026-05-05,17:24:33.063] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:24:33.063] [DEBUG] UploadManager Init [2026-05-05,17:24:33.064] [DEBUG] UploadManager Init Complete [2026-05-05,17:24:33.066] [INFO] Initializing GPS... [2026-05-05,17:24:33.068] [INFO] Starting location capture [2026-05-05,17:25:10.703] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:25:10.708] [INFO] LocationSqlManager initialising [2026-05-05,17:25:10.709] [INFO] Location DB initialising [2026-05-05,17:25:10.718] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:25:10.718] [DEBUG] UploadManager Init [2026-05-05,17:25:10.719] [DEBUG] UploadManager Init Complete [2026-05-05,17:25:10.721] [INFO] Initializing GPS... [2026-05-05,17:25:10.723] [INFO] Starting location capture [2026-05-05,17:25:49.545] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:25:49.550] [INFO] LocationSqlManager initialising [2026-05-05,17:25:49.550] [INFO] Location DB initialising [2026-05-05,17:25:49.560] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:25:49.560] [DEBUG] UploadManager Init [2026-05-05,17:25:49.561] [DEBUG] UploadManager Init Complete [2026-05-05,17:25:49.563] [INFO] Initializing GPS... [2026-05-05,17:25:49.565] [INFO] Starting location capture [2026-05-05,17:26:28.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:26:28.192] [INFO] LocationSqlManager initialising [2026-05-05,17:26:28.193] [INFO] Location DB initialising [2026-05-05,17:26:28.203] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:26:28.204] [DEBUG] UploadManager Init [2026-05-05,17:26:28.204] [DEBUG] UploadManager Init Complete [2026-05-05,17:26:28.208] [INFO] Initializing GPS... [2026-05-05,17:26:28.210] [INFO] Starting location capture [2026-05-05,17:27:07.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:27:07.246] [INFO] LocationSqlManager initialising [2026-05-05,17:27:07.246] [INFO] Location DB initialising [2026-05-05,17:27:07.259] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:27:07.260] [DEBUG] UploadManager Init [2026-05-05,17:27:07.260] [DEBUG] UploadManager Init Complete [2026-05-05,17:27:07.263] [INFO] Initializing GPS... [2026-05-05,17:27:07.265] [INFO] Starting location capture [2026-05-05,17:27:46.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:27:46.070] [INFO] LocationSqlManager initialising [2026-05-05,17:27:46.071] [INFO] Location DB initialising [2026-05-05,17:27:46.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:27:46.082] [DEBUG] UploadManager Init [2026-05-05,17:27:46.082] [DEBUG] UploadManager Init Complete [2026-05-05,17:27:46.085] [INFO] Initializing GPS... [2026-05-05,17:27:46.088] [INFO] Starting location capture [2026-05-05,17:28:24.488] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:28:24.496] [INFO] LocationSqlManager initialising [2026-05-05,17:28:24.497] [INFO] Location DB initialising [2026-05-05,17:28:24.508] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:28:24.509] [DEBUG] UploadManager Init [2026-05-05,17:28:24.510] [DEBUG] UploadManager Init Complete [2026-05-05,17:28:24.514] [INFO] Initializing GPS... [2026-05-05,17:28:24.517] [INFO] Starting location capture [2026-05-05,17:29:01.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:29:01.880] [INFO] LocationSqlManager initialising [2026-05-05,17:29:01.881] [INFO] Location DB initialising [2026-05-05,17:29:01.890] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:29:01.891] [DEBUG] UploadManager Init [2026-05-05,17:29:01.891] [DEBUG] UploadManager Init Complete [2026-05-05,17:29:01.893] [INFO] Initializing GPS... [2026-05-05,17:29:01.895] [INFO] Starting location capture [2026-05-05,17:29:41.220] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:29:41.226] [INFO] LocationSqlManager initialising [2026-05-05,17:29:41.227] [INFO] Location DB initialising [2026-05-05,17:29:41.237] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:29:41.238] [DEBUG] UploadManager Init [2026-05-05,17:29:41.238] [DEBUG] UploadManager Init Complete [2026-05-05,17:29:41.242] [INFO] Initializing GPS... [2026-05-05,17:29:41.244] [INFO] Starting location capture [2026-05-05,17:30:19.725] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:30:19.731] [INFO] LocationSqlManager initialising [2026-05-05,17:30:19.731] [INFO] Location DB initialising [2026-05-05,17:30:19.740] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:30:19.741] [DEBUG] UploadManager Init [2026-05-05,17:30:19.741] [DEBUG] UploadManager Init Complete [2026-05-05,17:30:19.744] [INFO] Initializing GPS... [2026-05-05,17:30:19.746] [INFO] Starting location capture [2026-05-05,17:30:58.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:30:58.719] [INFO] LocationSqlManager initialising [2026-05-05,17:30:58.719] [INFO] Location DB initialising [2026-05-05,17:30:58.728] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:30:58.729] [DEBUG] UploadManager Init [2026-05-05,17:30:58.730] [DEBUG] UploadManager Init Complete [2026-05-05,17:30:58.732] [INFO] Initializing GPS... [2026-05-05,17:30:58.734] [INFO] Starting location capture [2026-05-05,17:31:36.755] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:31:36.760] [INFO] LocationSqlManager initialising [2026-05-05,17:31:36.761] [INFO] Location DB initialising [2026-05-05,17:31:36.770] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:31:36.771] [DEBUG] UploadManager Init [2026-05-05,17:31:36.771] [DEBUG] UploadManager Init Complete [2026-05-05,17:31:36.774] [INFO] Initializing GPS... [2026-05-05,17:31:36.776] [INFO] Starting location capture [2026-05-05,17:32:14.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:32:14.989] [INFO] LocationSqlManager initialising [2026-05-05,17:32:14.990] [INFO] Location DB initialising [2026-05-05,17:32:15.000] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:32:15.001] [DEBUG] UploadManager Init [2026-05-05,17:32:15.002] [DEBUG] UploadManager Init Complete [2026-05-05,17:32:15.005] [INFO] Initializing GPS... [2026-05-05,17:32:15.007] [INFO] Starting location capture [2026-05-05,17:32:53.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:32:53.838] [INFO] LocationSqlManager initialising [2026-05-05,17:32:53.839] [INFO] Location DB initialising [2026-05-05,17:32:53.850] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:32:53.851] [DEBUG] UploadManager Init [2026-05-05,17:32:53.852] [DEBUG] UploadManager Init Complete [2026-05-05,17:32:53.856] [INFO] Initializing GPS... [2026-05-05,17:32:53.859] [INFO] Starting location capture [2026-05-05,17:33:32.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:33:32.006] [INFO] LocationSqlManager initialising [2026-05-05,17:33:32.007] [INFO] Location DB initialising [2026-05-05,17:33:32.016] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:33:32.016] [DEBUG] UploadManager Init [2026-05-05,17:33:32.017] [DEBUG] UploadManager Init Complete [2026-05-05,17:33:32.020] [INFO] Initializing GPS... [2026-05-05,17:33:32.021] [INFO] Starting location capture [2026-05-05,17:34:09.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:34:09.865] [INFO] LocationSqlManager initialising [2026-05-05,17:34:09.866] [INFO] Location DB initialising [2026-05-05,17:34:09.877] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:34:09.879] [DEBUG] UploadManager Init [2026-05-05,17:34:09.879] [DEBUG] UploadManager Init Complete [2026-05-05,17:34:09.883] [INFO] Initializing GPS... [2026-05-05,17:34:09.886] [INFO] Starting location capture [2026-05-05,17:34:48.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:34:48.921] [INFO] LocationSqlManager initialising [2026-05-05,17:34:48.922] [INFO] Location DB initialising [2026-05-05,17:34:48.931] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:34:48.932] [DEBUG] UploadManager Init [2026-05-05,17:34:48.933] [DEBUG] UploadManager Init Complete [2026-05-05,17:34:48.935] [INFO] Initializing GPS... [2026-05-05,17:34:48.937] [INFO] Starting location capture [2026-05-05,17:35:21.823] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:35:21.828] [INFO] LocationSqlManager initialising [2026-05-05,17:35:21.829] [INFO] Location DB initialising [2026-05-05,17:35:21.838] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:35:21.839] [DEBUG] UploadManager Init [2026-05-05,17:35:21.840] [DEBUG] UploadManager Init Complete [2026-05-05,17:35:21.842] [INFO] Initializing GPS... [2026-05-05,17:35:21.844] [INFO] Starting location capture [2026-05-05,17:36:02.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:36:02.006] [INFO] LocationSqlManager initialising [2026-05-05,17:36:02.007] [INFO] Location DB initialising [2026-05-05,17:36:02.016] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:36:02.017] [DEBUG] UploadManager Init [2026-05-05,17:36:02.017] [DEBUG] UploadManager Init Complete [2026-05-05,17:36:02.020] [INFO] Initializing GPS... [2026-05-05,17:36:02.022] [INFO] Starting location capture [2026-05-05,17:36:36.642] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:36:36.647] [INFO] LocationSqlManager initialising [2026-05-05,17:36:36.648] [INFO] Location DB initialising [2026-05-05,17:36:36.657] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:36:36.657] [DEBUG] UploadManager Init [2026-05-05,17:36:36.658] [DEBUG] UploadManager Init Complete [2026-05-05,17:36:36.660] [INFO] Initializing GPS... [2026-05-05,17:36:36.662] [INFO] Starting location capture [2026-05-05,17:37:15.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:37:15.940] [INFO] LocationSqlManager initialising [2026-05-05,17:37:15.940] [INFO] Location DB initialising [2026-05-05,17:37:15.949] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:37:15.950] [DEBUG] UploadManager Init [2026-05-05,17:37:15.950] [DEBUG] UploadManager Init Complete [2026-05-05,17:37:15.953] [INFO] Initializing GPS... [2026-05-05,17:37:15.955] [INFO] Starting location capture [2026-05-05,17:37:54.168] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:37:54.174] [INFO] LocationSqlManager initialising [2026-05-05,17:37:54.174] [INFO] Location DB initialising [2026-05-05,17:37:54.184] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:37:54.184] [DEBUG] UploadManager Init [2026-05-05,17:37:54.185] [DEBUG] UploadManager Init Complete [2026-05-05,17:37:54.187] [INFO] Initializing GPS... [2026-05-05,17:37:54.189] [INFO] Starting location capture [2026-05-05,17:38:33.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:38:33.068] [INFO] LocationSqlManager initialising [2026-05-05,17:38:33.069] [INFO] Location DB initialising [2026-05-05,17:38:33.080] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:38:33.081] [DEBUG] UploadManager Init [2026-05-05,17:38:33.082] [DEBUG] UploadManager Init Complete [2026-05-05,17:38:33.086] [INFO] Initializing GPS... [2026-05-05,17:38:33.089] [INFO] Starting location capture [2026-05-05,17:39:11.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:39:11.976] [INFO] LocationSqlManager initialising [2026-05-05,17:39:11.977] [INFO] Location DB initialising [2026-05-05,17:39:11.992] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:39:11.993] [DEBUG] UploadManager Init [2026-05-05,17:39:11.995] [DEBUG] UploadManager Init Complete [2026-05-05,17:39:12.001] [INFO] Initializing GPS... [2026-05-05,17:39:12.006] [INFO] Starting location capture [2026-05-05,17:39:51.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:39:51.124] [INFO] LocationSqlManager initialising [2026-05-05,17:39:51.125] [INFO] Location DB initialising [2026-05-05,17:39:51.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:39:51.137] [DEBUG] UploadManager Init [2026-05-05,17:39:51.137] [DEBUG] UploadManager Init Complete [2026-05-05,17:39:51.140] [INFO] Initializing GPS... [2026-05-05,17:39:51.142] [INFO] Starting location capture [2026-05-05,17:40:28.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:40:28.906] [INFO] LocationSqlManager initialising [2026-05-05,17:40:28.906] [INFO] Location DB initialising [2026-05-05,17:40:28.916] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:40:28.916] [DEBUG] UploadManager Init [2026-05-05,17:40:28.917] [DEBUG] UploadManager Init Complete [2026-05-05,17:40:28.919] [INFO] Initializing GPS... [2026-05-05,17:40:28.921] [INFO] Starting location capture [2026-05-05,17:41:09.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:41:09.055] [INFO] LocationSqlManager initialising [2026-05-05,17:41:09.055] [INFO] Location DB initialising [2026-05-05,17:41:09.065] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:41:09.065] [DEBUG] UploadManager Init [2026-05-05,17:41:09.066] [DEBUG] UploadManager Init Complete [2026-05-05,17:41:09.068] [INFO] Initializing GPS... [2026-05-05,17:41:09.070] [INFO] Starting location capture [2026-05-05,17:41:47.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:41:47.943] [INFO] LocationSqlManager initialising [2026-05-05,17:41:47.944] [INFO] Location DB initialising [2026-05-05,17:41:47.954] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:41:47.955] [DEBUG] UploadManager Init [2026-05-05,17:41:47.955] [DEBUG] UploadManager Init Complete [2026-05-05,17:41:47.958] [INFO] Initializing GPS... [2026-05-05,17:41:47.960] [INFO] Starting location capture [2026-05-05,17:42:25.766] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:42:25.771] [INFO] LocationSqlManager initialising [2026-05-05,17:42:25.772] [INFO] Location DB initialising [2026-05-05,17:42:25.781] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:42:25.782] [DEBUG] UploadManager Init [2026-05-05,17:42:25.782] [DEBUG] UploadManager Init Complete [2026-05-05,17:42:25.785] [INFO] Initializing GPS... [2026-05-05,17:42:25.787] [INFO] Starting location capture [2026-05-05,17:43:05.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:43:05.007] [INFO] LocationSqlManager initialising [2026-05-05,17:43:05.008] [INFO] Location DB initialising [2026-05-05,17:43:05.017] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:43:05.018] [DEBUG] UploadManager Init [2026-05-05,17:43:05.018] [DEBUG] UploadManager Init Complete [2026-05-05,17:43:05.021] [INFO] Initializing GPS... [2026-05-05,17:43:05.023] [INFO] Starting location capture [2026-05-05,17:43:43.068] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:43:43.073] [INFO] LocationSqlManager initialising [2026-05-05,17:43:43.074] [INFO] Location DB initialising [2026-05-05,17:43:43.083] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:43:43.084] [DEBUG] UploadManager Init [2026-05-05,17:43:43.084] [DEBUG] UploadManager Init Complete [2026-05-05,17:43:43.087] [INFO] Initializing GPS... [2026-05-05,17:43:43.089] [INFO] Starting location capture [2026-05-05,17:44:17.715] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:44:17.723] [INFO] LocationSqlManager initialising [2026-05-05,17:44:17.724] [INFO] Location DB initialising [2026-05-05,17:44:17.735] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:44:17.736] [DEBUG] UploadManager Init [2026-05-05,17:44:17.737] [DEBUG] UploadManager Init Complete [2026-05-05,17:44:17.741] [INFO] Initializing GPS... [2026-05-05,17:44:17.744] [INFO] Starting location capture [2026-05-05,17:44:55.732] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:44:55.739] [INFO] LocationSqlManager initialising [2026-05-05,17:44:55.740] [INFO] Location DB initialising [2026-05-05,17:44:55.751] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:44:55.752] [DEBUG] UploadManager Init [2026-05-05,17:44:55.753] [DEBUG] UploadManager Init Complete [2026-05-05,17:44:55.758] [INFO] Initializing GPS... [2026-05-05,17:44:55.760] [INFO] Starting location capture [2026-05-05,17:45:35.287] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:45:35.292] [INFO] LocationSqlManager initialising [2026-05-05,17:45:35.293] [INFO] Location DB initialising [2026-05-05,17:45:35.309] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:45:35.311] [DEBUG] UploadManager Init [2026-05-05,17:45:35.312] [DEBUG] UploadManager Init Complete [2026-05-05,17:45:35.319] [INFO] Initializing GPS... [2026-05-05,17:45:35.323] [INFO] Starting location capture [2026-05-05,17:46:14.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:46:14.030] [INFO] LocationSqlManager initialising [2026-05-05,17:46:14.031] [INFO] Location DB initialising [2026-05-05,17:46:14.041] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:46:14.042] [DEBUG] UploadManager Init [2026-05-05,17:46:14.043] [DEBUG] UploadManager Init Complete [2026-05-05,17:46:14.045] [INFO] Initializing GPS... [2026-05-05,17:46:14.047] [INFO] Starting location capture [2026-05-05,17:46:52.339] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:46:52.345] [INFO] LocationSqlManager initialising [2026-05-05,17:46:52.346] [INFO] Location DB initialising [2026-05-05,17:46:52.356] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:46:52.357] [DEBUG] UploadManager Init [2026-05-05,17:46:52.358] [DEBUG] UploadManager Init Complete [2026-05-05,17:46:52.361] [INFO] Initializing GPS... [2026-05-05,17:46:52.363] [INFO] Starting location capture [2026-05-05,17:47:31.141] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:47:31.146] [INFO] LocationSqlManager initialising [2026-05-05,17:47:31.146] [INFO] Location DB initialising [2026-05-05,17:47:31.157] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:47:31.158] [DEBUG] UploadManager Init [2026-05-05,17:47:31.158] [DEBUG] UploadManager Init Complete [2026-05-05,17:47:31.162] [INFO] Initializing GPS... [2026-05-05,17:47:31.165] [INFO] Starting location capture [2026-05-05,17:48:09.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:48:09.153] [INFO] LocationSqlManager initialising [2026-05-05,17:48:09.154] [INFO] Location DB initialising [2026-05-05,17:48:09.164] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:48:09.164] [DEBUG] UploadManager Init [2026-05-05,17:48:09.165] [DEBUG] UploadManager Init Complete [2026-05-05,17:48:09.168] [INFO] Initializing GPS... [2026-05-05,17:48:09.170] [INFO] Starting location capture [2026-05-05,17:48:47.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:48:47.934] [INFO] LocationSqlManager initialising [2026-05-05,17:48:47.935] [INFO] Location DB initialising [2026-05-05,17:48:47.944] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:48:47.945] [DEBUG] UploadManager Init [2026-05-05,17:48:47.945] [DEBUG] UploadManager Init Complete [2026-05-05,17:48:47.948] [INFO] Initializing GPS... [2026-05-05,17:48:47.950] [INFO] Starting location capture [2026-05-05,17:49:27.122] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:49:27.126] [INFO] LocationSqlManager initialising [2026-05-05,17:49:27.126] [INFO] Location DB initialising [2026-05-05,17:49:27.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:49:27.136] [DEBUG] UploadManager Init [2026-05-05,17:49:27.137] [DEBUG] UploadManager Init Complete [2026-05-05,17:49:27.139] [INFO] Initializing GPS... [2026-05-05,17:49:27.141] [INFO] Starting location capture [2026-05-05,17:50:05.952] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:50:05.960] [INFO] LocationSqlManager initialising [2026-05-05,17:50:05.961] [INFO] Location DB initialising [2026-05-05,17:50:05.972] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:50:05.973] [DEBUG] UploadManager Init [2026-05-05,17:50:05.974] [DEBUG] UploadManager Init Complete [2026-05-05,17:50:05.978] [INFO] Initializing GPS... [2026-05-05,17:50:05.981] [INFO] Starting location capture [2026-05-05,17:50:43.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:50:43.934] [INFO] LocationSqlManager initialising [2026-05-05,17:50:43.935] [INFO] Location DB initialising [2026-05-05,17:50:43.944] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:50:43.945] [DEBUG] UploadManager Init [2026-05-05,17:50:43.945] [DEBUG] UploadManager Init Complete [2026-05-05,17:50:43.948] [INFO] Initializing GPS... [2026-05-05,17:50:43.950] [INFO] Starting location capture [2026-05-05,17:51:18.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:51:18.344] [INFO] LocationSqlManager initialising [2026-05-05,17:51:18.344] [INFO] Location DB initialising [2026-05-05,17:51:18.353] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:51:18.354] [DEBUG] UploadManager Init [2026-05-05,17:51:18.354] [DEBUG] UploadManager Init Complete [2026-05-05,17:51:18.357] [INFO] Initializing GPS... [2026-05-05,17:51:18.359] [INFO] Starting location capture [2026-05-05,17:51:57.536] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:51:57.541] [INFO] LocationSqlManager initialising [2026-05-05,17:51:57.542] [INFO] Location DB initialising [2026-05-05,17:51:57.551] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:51:57.551] [DEBUG] UploadManager Init [2026-05-05,17:51:57.552] [DEBUG] UploadManager Init Complete [2026-05-05,17:51:57.554] [INFO] Initializing GPS... [2026-05-05,17:51:57.556] [INFO] Starting location capture [2026-05-05,17:52:35.405] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:52:35.411] [INFO] LocationSqlManager initialising [2026-05-05,17:52:35.412] [INFO] Location DB initialising [2026-05-05,17:52:35.422] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:52:35.423] [DEBUG] UploadManager Init [2026-05-05,17:52:35.423] [DEBUG] UploadManager Init Complete [2026-05-05,17:52:35.426] [INFO] Initializing GPS... [2026-05-05,17:52:35.429] [INFO] Starting location capture [2026-05-05,17:53:14.215] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:53:14.220] [INFO] LocationSqlManager initialising [2026-05-05,17:53:14.220] [INFO] Location DB initialising [2026-05-05,17:53:14.233] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:53:14.234] [DEBUG] UploadManager Init [2026-05-05,17:53:14.235] [DEBUG] UploadManager Init Complete [2026-05-05,17:53:14.238] [INFO] Initializing GPS... [2026-05-05,17:53:14.240] [INFO] Starting location capture [2026-05-05,17:53:53.809] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:53:53.814] [INFO] LocationSqlManager initialising [2026-05-05,17:53:53.814] [INFO] Location DB initialising [2026-05-05,17:53:53.824] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:53:53.824] [DEBUG] UploadManager Init [2026-05-05,17:53:53.825] [DEBUG] UploadManager Init Complete [2026-05-05,17:53:53.828] [INFO] Initializing GPS... [2026-05-05,17:53:53.829] [INFO] Starting location capture [2026-05-05,17:54:32.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:54:32.981] [INFO] LocationSqlManager initialising [2026-05-05,17:54:32.982] [INFO] Location DB initialising [2026-05-05,17:54:32.993] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:54:32.994] [DEBUG] UploadManager Init [2026-05-05,17:54:32.994] [DEBUG] UploadManager Init Complete [2026-05-05,17:54:32.997] [INFO] Initializing GPS... [2026-05-05,17:54:33.000] [INFO] Starting location capture [2026-05-05,17:55:06.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:55:06.789] [INFO] LocationSqlManager initialising [2026-05-05,17:55:06.789] [INFO] Location DB initialising [2026-05-05,17:55:06.799] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:55:06.800] [DEBUG] UploadManager Init [2026-05-05,17:55:06.800] [DEBUG] UploadManager Init Complete [2026-05-05,17:55:06.802] [INFO] Initializing GPS... [2026-05-05,17:55:06.804] [INFO] Starting location capture [2026-05-05,17:55:44.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:55:44.968] [INFO] LocationSqlManager initialising [2026-05-05,17:55:44.969] [INFO] Location DB initialising [2026-05-05,17:55:44.979] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:55:44.980] [DEBUG] UploadManager Init [2026-05-05,17:55:44.980] [DEBUG] UploadManager Init Complete [2026-05-05,17:55:44.984] [INFO] Initializing GPS... [2026-05-05,17:55:44.986] [INFO] Starting location capture [2026-05-05,17:56:22.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:56:22.911] [INFO] LocationSqlManager initialising [2026-05-05,17:56:22.912] [INFO] Location DB initialising [2026-05-05,17:56:22.921] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:56:22.922] [DEBUG] UploadManager Init [2026-05-05,17:56:22.922] [DEBUG] UploadManager Init Complete [2026-05-05,17:56:22.925] [INFO] Initializing GPS... [2026-05-05,17:56:22.926] [INFO] Starting location capture [2026-05-05,17:57:01.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:57:01.674] [INFO] LocationSqlManager initialising [2026-05-05,17:57:01.675] [INFO] Location DB initialising [2026-05-05,17:57:01.684] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:57:01.684] [DEBUG] UploadManager Init [2026-05-05,17:57:01.685] [DEBUG] UploadManager Init Complete [2026-05-05,17:57:01.687] [INFO] Initializing GPS... [2026-05-05,17:57:01.689] [INFO] Starting location capture [2026-05-05,17:57:40.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:57:40.263] [INFO] LocationSqlManager initialising [2026-05-05,17:57:40.264] [INFO] Location DB initialising [2026-05-05,17:57:40.275] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:57:40.276] [DEBUG] UploadManager Init [2026-05-05,17:57:40.276] [DEBUG] UploadManager Init Complete [2026-05-05,17:57:40.281] [INFO] Initializing GPS... [2026-05-05,17:57:40.284] [INFO] Starting location capture [2026-05-05,17:58:18.739] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:58:18.745] [INFO] LocationSqlManager initialising [2026-05-05,17:58:18.745] [INFO] Location DB initialising [2026-05-05,17:58:18.755] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:58:18.755] [DEBUG] UploadManager Init [2026-05-05,17:58:18.756] [DEBUG] UploadManager Init Complete [2026-05-05,17:58:18.758] [INFO] Initializing GPS... [2026-05-05,17:58:18.760] [INFO] Starting location capture [2026-05-05,17:58:56.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:58:56.914] [INFO] LocationSqlManager initialising [2026-05-05,17:58:56.914] [INFO] Location DB initialising [2026-05-05,17:58:56.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:58:56.924] [DEBUG] UploadManager Init [2026-05-05,17:58:56.925] [DEBUG] UploadManager Init Complete [2026-05-05,17:58:56.927] [INFO] Initializing GPS... [2026-05-05,17:58:56.929] [INFO] Starting location capture [2026-05-05,17:59:35.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,17:59:35.193] [INFO] LocationSqlManager initialising [2026-05-05,17:59:35.194] [INFO] Location DB initialising [2026-05-05,17:59:35.203] [INFO] LocationSqlManager initialisation complete [2026-05-05,17:59:35.204] [DEBUG] UploadManager Init [2026-05-05,17:59:35.205] [DEBUG] UploadManager Init Complete [2026-05-05,17:59:35.208] [INFO] Initializing GPS... [2026-05-05,17:59:35.210] [INFO] Starting location capture [2026-05-05,18:00:09.312] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:00:09.317] [INFO] LocationSqlManager initialising [2026-05-05,18:00:09.318] [INFO] Location DB initialising [2026-05-05,18:00:09.327] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:00:09.328] [DEBUG] UploadManager Init [2026-05-05,18:00:09.328] [DEBUG] UploadManager Init Complete [2026-05-05,18:00:09.331] [INFO] Initializing GPS... [2026-05-05,18:00:09.333] [INFO] Starting location capture [2026-05-05,18:00:47.880] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:00:47.885] [INFO] LocationSqlManager initialising [2026-05-05,18:00:47.885] [INFO] Location DB initialising [2026-05-05,18:00:47.895] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:00:47.895] [DEBUG] UploadManager Init [2026-05-05,18:00:47.896] [DEBUG] UploadManager Init Complete [2026-05-05,18:00:47.898] [INFO] Initializing GPS... [2026-05-05,18:00:47.900] [INFO] Starting location capture [2026-05-05,18:01:26.318] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:01:26.326] [INFO] LocationSqlManager initialising [2026-05-05,18:01:26.327] [INFO] Location DB initialising [2026-05-05,18:01:26.338] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:01:26.339] [DEBUG] UploadManager Init [2026-05-05,18:01:26.340] [DEBUG] UploadManager Init Complete [2026-05-05,18:01:26.344] [INFO] Initializing GPS... [2026-05-05,18:01:26.347] [INFO] Starting location capture [2026-05-05,18:02:04.644] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:02:04.652] [INFO] LocationSqlManager initialising [2026-05-05,18:02:04.653] [INFO] Location DB initialising [2026-05-05,18:02:04.664] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:02:04.665] [DEBUG] UploadManager Init [2026-05-05,18:02:04.666] [DEBUG] UploadManager Init Complete [2026-05-05,18:02:04.670] [INFO] Initializing GPS... [2026-05-05,18:02:04.673] [INFO] Starting location capture [2026-05-05,18:02:43.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:02:43.100] [INFO] LocationSqlManager initialising [2026-05-05,18:02:43.100] [INFO] Location DB initialising [2026-05-05,18:02:43.110] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:02:43.111] [DEBUG] UploadManager Init [2026-05-05,18:02:43.111] [DEBUG] UploadManager Init Complete [2026-05-05,18:02:43.113] [INFO] Initializing GPS... [2026-05-05,18:02:43.115] [INFO] Starting location capture [2026-05-05,18:03:21.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:03:21.953] [INFO] LocationSqlManager initialising [2026-05-05,18:03:21.954] [INFO] Location DB initialising [2026-05-05,18:03:21.968] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:03:21.969] [DEBUG] UploadManager Init [2026-05-05,18:03:21.970] [DEBUG] UploadManager Init Complete [2026-05-05,18:03:21.977] [INFO] Initializing GPS... [2026-05-05,18:03:21.981] [INFO] Starting location capture [2026-05-05,18:03:59.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:03:59.923] [INFO] LocationSqlManager initialising [2026-05-05,18:03:59.924] [INFO] Location DB initialising [2026-05-05,18:03:59.934] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:03:59.936] [DEBUG] UploadManager Init [2026-05-05,18:03:59.936] [DEBUG] UploadManager Init Complete [2026-05-05,18:03:59.941] [INFO] Initializing GPS... [2026-05-05,18:03:59.943] [INFO] Starting location capture [2026-05-05,18:04:38.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:04:38.222] [INFO] LocationSqlManager initialising [2026-05-05,18:04:38.222] [INFO] Location DB initialising [2026-05-05,18:04:38.231] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:04:38.232] [DEBUG] UploadManager Init [2026-05-05,18:04:38.232] [DEBUG] UploadManager Init Complete [2026-05-05,18:04:38.235] [INFO] Initializing GPS... [2026-05-05,18:04:38.237] [INFO] Starting location capture [2026-05-05,18:05:16.765] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:05:16.771] [INFO] LocationSqlManager initialising [2026-05-05,18:05:16.771] [INFO] Location DB initialising [2026-05-05,18:05:16.781] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:05:16.782] [DEBUG] UploadManager Init [2026-05-05,18:05:16.783] [DEBUG] UploadManager Init Complete [2026-05-05,18:05:16.786] [INFO] Initializing GPS... [2026-05-05,18:05:16.788] [INFO] Starting location capture [2026-05-05,18:05:55.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:05:55.314] [INFO] LocationSqlManager initialising [2026-05-05,18:05:55.315] [INFO] Location DB initialising [2026-05-05,18:05:55.324] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:05:55.325] [DEBUG] UploadManager Init [2026-05-05,18:05:55.325] [DEBUG] UploadManager Init Complete [2026-05-05,18:05:55.328] [INFO] Initializing GPS... [2026-05-05,18:05:55.330] [INFO] Starting location capture [2026-05-05,18:06:33.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:06:33.957] [INFO] LocationSqlManager initialising [2026-05-05,18:06:33.957] [INFO] Location DB initialising [2026-05-05,18:06:33.968] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:06:33.970] [DEBUG] UploadManager Init [2026-05-05,18:06:33.970] [DEBUG] UploadManager Init Complete [2026-05-05,18:06:33.975] [INFO] Initializing GPS... [2026-05-05,18:06:33.978] [INFO] Starting location capture [2026-05-05,18:07:12.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:07:12.104] [INFO] LocationSqlManager initialising [2026-05-05,18:07:12.104] [INFO] Location DB initialising [2026-05-05,18:07:12.114] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:07:12.115] [DEBUG] UploadManager Init [2026-05-05,18:07:12.115] [DEBUG] UploadManager Init Complete [2026-05-05,18:07:12.118] [INFO] Initializing GPS... [2026-05-05,18:07:12.120] [INFO] Starting location capture [2026-05-05,18:07:51.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:07:51.343] [INFO] LocationSqlManager initialising [2026-05-05,18:07:51.343] [INFO] Location DB initialising [2026-05-05,18:07:51.354] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:07:51.355] [DEBUG] UploadManager Init [2026-05-05,18:07:51.356] [DEBUG] UploadManager Init Complete [2026-05-05,18:07:51.360] [INFO] Initializing GPS... [2026-05-05,18:07:51.363] [INFO] Starting location capture [2026-05-05,18:08:30.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:08:30.116] [INFO] LocationSqlManager initialising [2026-05-05,18:08:30.117] [INFO] Location DB initialising [2026-05-05,18:08:30.126] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:08:30.126] [DEBUG] UploadManager Init [2026-05-05,18:08:30.127] [DEBUG] UploadManager Init Complete [2026-05-05,18:08:30.129] [INFO] Initializing GPS... [2026-05-05,18:08:30.131] [INFO] Starting location capture [2026-05-05,18:09:08.899] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:09:08.905] [INFO] LocationSqlManager initialising [2026-05-05,18:09:08.905] [INFO] Location DB initialising [2026-05-05,18:09:08.915] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:09:08.915] [DEBUG] UploadManager Init [2026-05-05,18:09:08.916] [DEBUG] UploadManager Init Complete [2026-05-05,18:09:08.918] [INFO] Initializing GPS... [2026-05-05,18:09:08.920] [INFO] Starting location capture [2026-05-05,18:09:47.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:09:47.915] [INFO] LocationSqlManager initialising [2026-05-05,18:09:47.915] [INFO] Location DB initialising [2026-05-05,18:09:47.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:09:47.925] [DEBUG] UploadManager Init [2026-05-05,18:09:47.925] [DEBUG] UploadManager Init Complete [2026-05-05,18:09:47.928] [INFO] Initializing GPS... [2026-05-05,18:09:47.930] [INFO] Starting location capture [2026-05-05,18:10:27.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:10:27.144] [INFO] LocationSqlManager initialising [2026-05-05,18:10:27.144] [INFO] Location DB initialising [2026-05-05,18:10:27.154] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:10:27.155] [DEBUG] UploadManager Init [2026-05-05,18:10:27.155] [DEBUG] UploadManager Init Complete [2026-05-05,18:10:27.158] [INFO] Initializing GPS... [2026-05-05,18:10:27.160] [INFO] Starting location capture [2026-05-05,18:11:06.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:11:06.160] [INFO] LocationSqlManager initialising [2026-05-05,18:11:06.161] [INFO] Location DB initialising [2026-05-05,18:11:06.170] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:11:06.171] [DEBUG] UploadManager Init [2026-05-05,18:11:06.172] [DEBUG] UploadManager Init Complete [2026-05-05,18:11:06.174] [INFO] Initializing GPS... [2026-05-05,18:11:06.176] [INFO] Starting location capture [2026-05-05,18:11:43.623] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:11:43.627] [INFO] LocationSqlManager initialising [2026-05-05,18:11:43.627] [INFO] Location DB initialising [2026-05-05,18:11:43.637] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:11:43.637] [DEBUG] UploadManager Init [2026-05-05,18:11:43.638] [DEBUG] UploadManager Init Complete [2026-05-05,18:11:43.640] [INFO] Initializing GPS... [2026-05-05,18:11:43.643] [INFO] Starting location capture [2026-05-05,18:12:23.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:12:23.162] [INFO] LocationSqlManager initialising [2026-05-05,18:12:23.163] [INFO] Location DB initialising [2026-05-05,18:12:23.172] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:12:23.173] [DEBUG] UploadManager Init [2026-05-05,18:12:23.173] [DEBUG] UploadManager Init Complete [2026-05-05,18:12:23.176] [INFO] Initializing GPS... [2026-05-05,18:12:23.178] [INFO] Starting location capture [2026-05-05,18:13:01.342] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:13:01.347] [INFO] LocationSqlManager initialising [2026-05-05,18:13:01.348] [INFO] Location DB initialising [2026-05-05,18:13:01.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:13:01.359] [DEBUG] UploadManager Init [2026-05-05,18:13:01.359] [DEBUG] UploadManager Init Complete [2026-05-05,18:13:01.363] [INFO] Initializing GPS... [2026-05-05,18:13:01.365] [INFO] Starting location capture [2026-05-05,18:13:38.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:13:38.859] [INFO] LocationSqlManager initialising [2026-05-05,18:13:38.860] [INFO] Location DB initialising [2026-05-05,18:13:38.869] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:13:38.870] [DEBUG] UploadManager Init [2026-05-05,18:13:38.870] [DEBUG] UploadManager Init Complete [2026-05-05,18:13:38.873] [INFO] Initializing GPS... [2026-05-05,18:13:38.875] [INFO] Starting location capture [2026-05-05,18:14:18.413] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:14:18.417] [INFO] LocationSqlManager initialising [2026-05-05,18:14:18.417] [INFO] Location DB initialising [2026-05-05,18:14:18.427] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:14:18.428] [DEBUG] UploadManager Init [2026-05-05,18:14:18.428] [DEBUG] UploadManager Init Complete [2026-05-05,18:14:18.431] [INFO] Initializing GPS... [2026-05-05,18:14:18.433] [INFO] Starting location capture [2026-05-05,18:14:55.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:14:55.985] [INFO] LocationSqlManager initialising [2026-05-05,18:14:55.986] [INFO] Location DB initialising [2026-05-05,18:14:55.996] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:14:55.998] [DEBUG] UploadManager Init [2026-05-05,18:14:56.000] [DEBUG] UploadManager Init Complete [2026-05-05,18:14:56.008] [INFO] Initializing GPS... [2026-05-05,18:14:56.012] [INFO] Starting location capture [2026-05-05,18:15:33.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:15:33.897] [INFO] LocationSqlManager initialising [2026-05-05,18:15:33.897] [INFO] Location DB initialising [2026-05-05,18:15:33.907] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:15:33.908] [DEBUG] UploadManager Init [2026-05-05,18:15:33.908] [DEBUG] UploadManager Init Complete [2026-05-05,18:15:33.911] [INFO] Initializing GPS... [2026-05-05,18:15:33.912] [INFO] Starting location capture [2026-05-05,18:16:12.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:16:12.985] [INFO] LocationSqlManager initialising [2026-05-05,18:16:12.986] [INFO] Location DB initialising [2026-05-05,18:16:12.995] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:16:12.996] [DEBUG] UploadManager Init [2026-05-05,18:16:12.996] [DEBUG] UploadManager Init Complete [2026-05-05,18:16:12.999] [INFO] Initializing GPS... [2026-05-05,18:16:13.001] [INFO] Starting location capture [2026-05-05,18:16:51.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:16:51.985] [INFO] LocationSqlManager initialising [2026-05-05,18:16:51.986] [INFO] Location DB initialising [2026-05-05,18:16:51.995] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:16:51.996] [DEBUG] UploadManager Init [2026-05-05,18:16:51.997] [DEBUG] UploadManager Init Complete [2026-05-05,18:16:51.999] [INFO] Initializing GPS... [2026-05-05,18:16:52.001] [INFO] Starting location capture [2026-05-05,18:17:30.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:17:30.877] [INFO] LocationSqlManager initialising [2026-05-05,18:17:30.878] [INFO] Location DB initialising [2026-05-05,18:17:30.888] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:17:30.888] [DEBUG] UploadManager Init [2026-05-05,18:17:30.889] [DEBUG] UploadManager Init Complete [2026-05-05,18:17:30.892] [INFO] Initializing GPS... [2026-05-05,18:17:30.894] [INFO] Starting location capture [2026-05-05,18:18:08.710] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:18:08.717] [INFO] LocationSqlManager initialising [2026-05-05,18:18:08.718] [INFO] Location DB initialising [2026-05-05,18:18:08.729] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:18:08.730] [DEBUG] UploadManager Init [2026-05-05,18:18:08.731] [DEBUG] UploadManager Init Complete [2026-05-05,18:18:08.735] [INFO] Initializing GPS... [2026-05-05,18:18:08.738] [INFO] Starting location capture [2026-05-05,18:18:48.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:18:48.290] [INFO] LocationSqlManager initialising [2026-05-05,18:18:48.291] [INFO] Location DB initialising [2026-05-05,18:18:48.302] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:18:48.303] [DEBUG] UploadManager Init [2026-05-05,18:18:48.303] [DEBUG] UploadManager Init Complete [2026-05-05,18:18:48.306] [INFO] Initializing GPS... [2026-05-05,18:18:48.308] [INFO] Starting location capture [2026-05-05,18:19:26.952] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:19:26.955] [INFO] LocationSqlManager initialising [2026-05-05,18:19:26.956] [INFO] Location DB initialising [2026-05-05,18:19:26.965] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:19:26.965] [DEBUG] UploadManager Init [2026-05-05,18:19:26.966] [DEBUG] UploadManager Init Complete [2026-05-05,18:19:26.968] [INFO] Initializing GPS... [2026-05-05,18:19:26.970] [INFO] Starting location capture [2026-05-05,18:20:05.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:20:05.038] [INFO] LocationSqlManager initialising [2026-05-05,18:20:05.039] [INFO] Location DB initialising [2026-05-05,18:20:05.048] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:20:05.049] [DEBUG] UploadManager Init [2026-05-05,18:20:05.049] [DEBUG] UploadManager Init Complete [2026-05-05,18:20:05.052] [INFO] Initializing GPS... [2026-05-05,18:20:05.054] [INFO] Starting location capture [2026-05-05,18:20:43.893] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:20:43.901] [INFO] LocationSqlManager initialising [2026-05-05,18:20:43.902] [INFO] Location DB initialising [2026-05-05,18:20:43.913] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:20:43.914] [DEBUG] UploadManager Init [2026-05-05,18:20:43.915] [DEBUG] UploadManager Init Complete [2026-05-05,18:20:43.922] [INFO] Initializing GPS... [2026-05-05,18:20:43.928] [INFO] Starting location capture [2026-05-05,18:21:19.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:21:19.218] [INFO] LocationSqlManager initialising [2026-05-05,18:21:19.219] [INFO] Location DB initialising [2026-05-05,18:21:19.228] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:21:19.229] [DEBUG] UploadManager Init [2026-05-05,18:21:19.229] [DEBUG] UploadManager Init Complete [2026-05-05,18:21:19.232] [INFO] Initializing GPS... [2026-05-05,18:21:19.233] [INFO] Starting location capture [2026-05-05,18:21:56.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:21:56.780] [INFO] LocationSqlManager initialising [2026-05-05,18:21:56.781] [INFO] Location DB initialising [2026-05-05,18:21:56.792] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:21:56.794] [DEBUG] UploadManager Init [2026-05-05,18:21:56.794] [DEBUG] UploadManager Init Complete [2026-05-05,18:21:56.801] [INFO] Initializing GPS... [2026-05-05,18:21:56.805] [INFO] Starting location capture [2026-05-05,18:22:35.566] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:22:35.574] [INFO] LocationSqlManager initialising [2026-05-05,18:22:35.575] [INFO] Location DB initialising [2026-05-05,18:22:35.586] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:22:35.587] [DEBUG] UploadManager Init [2026-05-05,18:22:35.588] [DEBUG] UploadManager Init Complete [2026-05-05,18:22:35.593] [INFO] Initializing GPS... [2026-05-05,18:22:35.596] [INFO] Starting location capture [2026-05-05,18:23:13.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:23:13.910] [INFO] LocationSqlManager initialising [2026-05-05,18:23:13.911] [INFO] Location DB initialising [2026-05-05,18:23:13.920] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:23:13.921] [DEBUG] UploadManager Init [2026-05-05,18:23:13.921] [DEBUG] UploadManager Init Complete [2026-05-05,18:23:13.923] [INFO] Initializing GPS... [2026-05-05,18:23:13.925] [INFO] Starting location capture [2026-05-05,18:23:51.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:23:51.913] [INFO] LocationSqlManager initialising [2026-05-05,18:23:51.913] [INFO] Location DB initialising [2026-05-05,18:23:51.925] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:23:51.925] [DEBUG] UploadManager Init [2026-05-05,18:23:51.926] [DEBUG] UploadManager Init Complete [2026-05-05,18:23:51.929] [INFO] Initializing GPS... [2026-05-05,18:23:51.931] [INFO] Starting location capture [2026-05-05,18:24:31.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:24:31.068] [INFO] LocationSqlManager initialising [2026-05-05,18:24:31.069] [INFO] Location DB initialising [2026-05-05,18:24:31.083] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:24:31.085] [DEBUG] UploadManager Init [2026-05-05,18:24:31.086] [DEBUG] UploadManager Init Complete [2026-05-05,18:24:31.092] [INFO] Initializing GPS... [2026-05-05,18:24:31.096] [INFO] Starting location capture [2026-05-05,18:25:08.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:25:09.000] [INFO] LocationSqlManager initialising [2026-05-05,18:25:09.000] [INFO] Location DB initialising [2026-05-05,18:25:09.011] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:25:09.012] [DEBUG] UploadManager Init [2026-05-05,18:25:09.013] [DEBUG] UploadManager Init Complete [2026-05-05,18:25:09.017] [INFO] Initializing GPS... [2026-05-05,18:25:09.020] [INFO] Starting location capture [2026-05-05,18:25:45.294] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:25:45.301] [INFO] LocationSqlManager initialising [2026-05-05,18:25:45.302] [INFO] Location DB initialising [2026-05-05,18:25:45.313] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:25:45.314] [DEBUG] UploadManager Init [2026-05-05,18:25:45.315] [DEBUG] UploadManager Init Complete [2026-05-05,18:25:45.319] [INFO] Initializing GPS... [2026-05-05,18:25:45.323] [INFO] Starting location capture [2026-05-05,18:26:24.274] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:26:24.281] [INFO] LocationSqlManager initialising [2026-05-05,18:26:24.282] [INFO] Location DB initialising [2026-05-05,18:26:24.293] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:26:24.294] [DEBUG] UploadManager Init [2026-05-05,18:26:24.295] [DEBUG] UploadManager Init Complete [2026-05-05,18:26:24.299] [INFO] Initializing GPS... [2026-05-05,18:26:24.302] [INFO] Starting location capture [2026-05-05,18:27:01.775] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:27:01.780] [INFO] LocationSqlManager initialising [2026-05-05,18:27:01.781] [INFO] Location DB initialising [2026-05-05,18:27:01.791] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:27:01.791] [DEBUG] UploadManager Init [2026-05-05,18:27:01.792] [DEBUG] UploadManager Init Complete [2026-05-05,18:27:01.794] [INFO] Initializing GPS... [2026-05-05,18:27:01.796] [INFO] Starting location capture [2026-05-05,18:27:41.180] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:27:41.186] [INFO] LocationSqlManager initialising [2026-05-05,18:27:41.187] [INFO] Location DB initialising [2026-05-05,18:27:41.197] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:27:41.198] [DEBUG] UploadManager Init [2026-05-05,18:27:41.198] [DEBUG] UploadManager Init Complete [2026-05-05,18:27:41.201] [INFO] Initializing GPS... [2026-05-05,18:27:41.204] [INFO] Starting location capture [2026-05-05,18:28:19.673] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:28:19.678] [INFO] LocationSqlManager initialising [2026-05-05,18:28:19.679] [INFO] Location DB initialising [2026-05-05,18:28:19.688] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:28:19.689] [DEBUG] UploadManager Init [2026-05-05,18:28:19.689] [DEBUG] UploadManager Init Complete [2026-05-05,18:28:19.692] [INFO] Initializing GPS... [2026-05-05,18:28:19.694] [INFO] Starting location capture [2026-05-05,18:28:59.296] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:28:59.301] [INFO] LocationSqlManager initialising [2026-05-05,18:28:59.301] [INFO] Location DB initialising [2026-05-05,18:28:59.310] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:28:59.311] [DEBUG] UploadManager Init [2026-05-05,18:28:59.311] [DEBUG] UploadManager Init Complete [2026-05-05,18:28:59.314] [INFO] Initializing GPS... [2026-05-05,18:28:59.316] [INFO] Starting location capture [2026-05-05,18:29:36.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:29:36.969] [INFO] LocationSqlManager initialising [2026-05-05,18:29:36.970] [INFO] Location DB initialising [2026-05-05,18:29:36.979] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:29:36.980] [DEBUG] UploadManager Init [2026-05-05,18:29:36.980] [DEBUG] UploadManager Init Complete [2026-05-05,18:29:36.983] [INFO] Initializing GPS... [2026-05-05,18:29:36.985] [INFO] Starting location capture [2026-05-05,18:30:16.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:30:16.183] [INFO] LocationSqlManager initialising [2026-05-05,18:30:16.183] [INFO] Location DB initialising [2026-05-05,18:30:16.192] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:30:16.193] [DEBUG] UploadManager Init [2026-05-05,18:30:16.193] [DEBUG] UploadManager Init Complete [2026-05-05,18:30:16.196] [INFO] Initializing GPS... [2026-05-05,18:30:16.198] [INFO] Starting location capture [2026-05-05,18:30:55.301] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:30:55.306] [INFO] LocationSqlManager initialising [2026-05-05,18:30:55.307] [INFO] Location DB initialising [2026-05-05,18:30:55.316] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:30:55.317] [DEBUG] UploadManager Init [2026-05-05,18:30:55.318] [DEBUG] UploadManager Init Complete [2026-05-05,18:30:55.320] [INFO] Initializing GPS... [2026-05-05,18:30:55.322] [INFO] Starting location capture [2026-05-05,18:31:34.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:31:34.113] [INFO] LocationSqlManager initialising [2026-05-05,18:31:34.114] [INFO] Location DB initialising [2026-05-05,18:31:34.124] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:31:34.125] [DEBUG] UploadManager Init [2026-05-05,18:31:34.125] [DEBUG] UploadManager Init Complete [2026-05-05,18:31:34.129] [INFO] Initializing GPS... [2026-05-05,18:31:34.131] [INFO] Starting location capture [2026-05-05,18:32:13.008] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:32:13.013] [INFO] LocationSqlManager initialising [2026-05-05,18:32:13.014] [INFO] Location DB initialising [2026-05-05,18:32:13.024] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:32:13.024] [DEBUG] UploadManager Init [2026-05-05,18:32:13.024] [DEBUG] UploadManager Init Complete [2026-05-05,18:32:13.027] [INFO] Initializing GPS... [2026-05-05,18:32:13.029] [INFO] Starting location capture [2026-05-05,18:32:51.991] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:32:51.997] [INFO] LocationSqlManager initialising [2026-05-05,18:32:51.998] [INFO] Location DB initialising [2026-05-05,18:32:52.010] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:32:52.011] [DEBUG] UploadManager Init [2026-05-05,18:32:52.012] [DEBUG] UploadManager Init Complete [2026-05-05,18:32:52.015] [INFO] Initializing GPS... [2026-05-05,18:32:52.019] [INFO] Starting location capture [2026-05-05,18:33:29.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:33:29.913] [INFO] LocationSqlManager initialising [2026-05-05,18:33:29.914] [INFO] Location DB initialising [2026-05-05,18:33:29.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:33:29.926] [DEBUG] UploadManager Init [2026-05-05,18:33:29.926] [DEBUG] UploadManager Init Complete [2026-05-05,18:33:29.931] [INFO] Initializing GPS... [2026-05-05,18:33:29.934] [INFO] Starting location capture [2026-05-05,18:34:04.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:34:04.163] [INFO] LocationSqlManager initialising [2026-05-05,18:34:04.164] [INFO] Location DB initialising [2026-05-05,18:34:04.174] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:34:04.175] [DEBUG] UploadManager Init [2026-05-05,18:34:04.175] [DEBUG] UploadManager Init Complete [2026-05-05,18:34:04.178] [INFO] Initializing GPS... [2026-05-05,18:34:04.179] [INFO] Starting location capture [2026-05-05,18:34:43.291] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:34:43.297] [INFO] LocationSqlManager initialising [2026-05-05,18:34:43.298] [INFO] Location DB initialising [2026-05-05,18:34:43.309] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:34:43.310] [DEBUG] UploadManager Init [2026-05-05,18:34:43.310] [DEBUG] UploadManager Init Complete [2026-05-05,18:34:43.314] [INFO] Initializing GPS... [2026-05-05,18:34:43.317] [INFO] Starting location capture [2026-05-05,18:35:21.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:35:21.801] [INFO] LocationSqlManager initialising [2026-05-05,18:35:21.802] [INFO] Location DB initialising [2026-05-05,18:35:21.811] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:35:21.812] [DEBUG] UploadManager Init [2026-05-05,18:35:21.812] [DEBUG] UploadManager Init Complete [2026-05-05,18:35:21.815] [INFO] Initializing GPS... [2026-05-05,18:35:21.817] [INFO] Starting location capture [2026-05-05,18:36:01.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:36:01.289] [INFO] LocationSqlManager initialising [2026-05-05,18:36:01.289] [INFO] Location DB initialising [2026-05-05,18:36:01.299] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:36:01.300] [DEBUG] UploadManager Init [2026-05-05,18:36:01.300] [DEBUG] UploadManager Init Complete [2026-05-05,18:36:01.303] [INFO] Initializing GPS... [2026-05-05,18:36:01.305] [INFO] Starting location capture [2026-05-05,18:36:39.328] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:36:39.336] [INFO] LocationSqlManager initialising [2026-05-05,18:36:39.337] [INFO] Location DB initialising [2026-05-05,18:36:39.349] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:36:39.350] [DEBUG] UploadManager Init [2026-05-05,18:36:39.350] [DEBUG] UploadManager Init Complete [2026-05-05,18:36:39.355] [INFO] Initializing GPS... [2026-05-05,18:36:39.357] [INFO] Starting location capture [2026-05-05,18:37:18.392] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:37:18.400] [INFO] LocationSqlManager initialising [2026-05-05,18:37:18.401] [INFO] Location DB initialising [2026-05-05,18:37:18.412] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:37:18.413] [DEBUG] UploadManager Init [2026-05-05,18:37:18.414] [DEBUG] UploadManager Init Complete [2026-05-05,18:37:18.418] [INFO] Initializing GPS... [2026-05-05,18:37:18.421] [INFO] Starting location capture [2026-05-05,18:37:56.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:37:56.885] [INFO] LocationSqlManager initialising [2026-05-05,18:37:56.885] [INFO] Location DB initialising [2026-05-05,18:37:56.895] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:37:56.895] [DEBUG] UploadManager Init [2026-05-05,18:37:56.896] [DEBUG] UploadManager Init Complete [2026-05-05,18:37:56.899] [INFO] Initializing GPS... [2026-05-05,18:37:56.900] [INFO] Starting location capture [2026-05-05,18:38:34.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:38:34.942] [INFO] LocationSqlManager initialising [2026-05-05,18:38:34.943] [INFO] Location DB initialising [2026-05-05,18:38:34.953] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:38:34.954] [DEBUG] UploadManager Init [2026-05-05,18:38:34.954] [DEBUG] UploadManager Init Complete [2026-05-05,18:38:34.958] [INFO] Initializing GPS... [2026-05-05,18:38:34.960] [INFO] Starting location capture [2026-05-05,18:39:12.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:39:12.862] [INFO] LocationSqlManager initialising [2026-05-05,18:39:12.863] [INFO] Location DB initialising [2026-05-05,18:39:12.874] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:39:12.875] [DEBUG] UploadManager Init [2026-05-05,18:39:12.876] [DEBUG] UploadManager Init Complete [2026-05-05,18:39:12.880] [INFO] Initializing GPS... [2026-05-05,18:39:12.883] [INFO] Starting location capture [2026-05-05,18:39:52.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:39:52.116] [INFO] LocationSqlManager initialising [2026-05-05,18:39:52.117] [INFO] Location DB initialising [2026-05-05,18:39:52.128] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:39:52.129] [DEBUG] UploadManager Init [2026-05-05,18:39:52.130] [DEBUG] UploadManager Init Complete [2026-05-05,18:39:52.134] [INFO] Initializing GPS... [2026-05-05,18:39:52.137] [INFO] Starting location capture [2026-05-05,18:40:29.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:40:29.895] [INFO] LocationSqlManager initialising [2026-05-05,18:40:29.896] [INFO] Location DB initialising [2026-05-05,18:40:29.905] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:40:29.906] [DEBUG] UploadManager Init [2026-05-05,18:40:29.907] [DEBUG] UploadManager Init Complete [2026-05-05,18:40:29.910] [INFO] Initializing GPS... [2026-05-05,18:40:29.912] [INFO] Starting location capture [2026-05-05,18:41:09.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:41:09.122] [INFO] LocationSqlManager initialising [2026-05-05,18:41:09.122] [INFO] Location DB initialising [2026-05-05,18:41:09.132] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:41:09.132] [DEBUG] UploadManager Init [2026-05-05,18:41:09.133] [DEBUG] UploadManager Init Complete [2026-05-05,18:41:09.135] [INFO] Initializing GPS... [2026-05-05,18:41:09.137] [INFO] Starting location capture [2026-05-05,18:41:42.770] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:41:42.776] [INFO] LocationSqlManager initialising [2026-05-05,18:41:42.776] [INFO] Location DB initialising [2026-05-05,18:41:42.785] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:41:42.786] [DEBUG] UploadManager Init [2026-05-05,18:41:42.787] [DEBUG] UploadManager Init Complete [2026-05-05,18:41:42.789] [INFO] Initializing GPS... [2026-05-05,18:41:42.791] [INFO] Starting location capture [2026-05-05,18:42:22.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:42:22.046] [INFO] LocationSqlManager initialising [2026-05-05,18:42:22.047] [INFO] Location DB initialising [2026-05-05,18:42:22.059] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:42:22.060] [DEBUG] UploadManager Init [2026-05-05,18:42:22.060] [DEBUG] UploadManager Init Complete [2026-05-05,18:42:22.064] [INFO] Initializing GPS... [2026-05-05,18:42:22.066] [INFO] Starting location capture [2026-05-05,18:43:00.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:43:00.250] [INFO] LocationSqlManager initialising [2026-05-05,18:43:00.251] [INFO] Location DB initialising [2026-05-05,18:43:00.264] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:43:00.265] [DEBUG] UploadManager Init [2026-05-05,18:43:00.266] [DEBUG] UploadManager Init Complete [2026-05-05,18:43:00.271] [INFO] Initializing GPS... [2026-05-05,18:43:00.274] [INFO] Starting location capture [2026-05-05,18:43:38.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:43:38.895] [INFO] LocationSqlManager initialising [2026-05-05,18:43:38.895] [INFO] Location DB initialising [2026-05-05,18:43:38.905] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:43:38.905] [DEBUG] UploadManager Init [2026-05-05,18:43:38.906] [DEBUG] UploadManager Init Complete [2026-05-05,18:43:38.908] [INFO] Initializing GPS... [2026-05-05,18:43:38.910] [INFO] Starting location capture [2026-05-05,18:44:12.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:44:12.185] [INFO] LocationSqlManager initialising [2026-05-05,18:44:12.186] [INFO] Location DB initialising [2026-05-05,18:44:12.196] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:44:12.197] [DEBUG] UploadManager Init [2026-05-05,18:44:12.197] [DEBUG] UploadManager Init Complete [2026-05-05,18:44:12.200] [INFO] Initializing GPS... [2026-05-05,18:44:12.203] [INFO] Starting location capture [2026-05-05,18:44:51.143] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:44:51.148] [INFO] LocationSqlManager initialising [2026-05-05,18:44:51.148] [INFO] Location DB initialising [2026-05-05,18:44:51.158] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:44:51.159] [DEBUG] UploadManager Init [2026-05-05,18:44:51.159] [DEBUG] UploadManager Init Complete [2026-05-05,18:44:51.163] [INFO] Initializing GPS... [2026-05-05,18:44:51.165] [INFO] Starting location capture [2026-05-05,18:45:25.388] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:45:25.393] [INFO] LocationSqlManager initialising [2026-05-05,18:45:25.393] [INFO] Location DB initialising [2026-05-05,18:45:25.403] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:45:25.403] [DEBUG] UploadManager Init [2026-05-05,18:45:25.404] [DEBUG] UploadManager Init Complete [2026-05-05,18:45:25.406] [INFO] Initializing GPS... [2026-05-05,18:45:25.408] [INFO] Starting location capture [2026-05-05,18:46:03.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:46:03.904] [INFO] LocationSqlManager initialising [2026-05-05,18:46:03.904] [INFO] Location DB initialising [2026-05-05,18:46:03.917] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:46:03.918] [DEBUG] UploadManager Init [2026-05-05,18:46:03.918] [DEBUG] UploadManager Init Complete [2026-05-05,18:46:03.923] [INFO] Initializing GPS... [2026-05-05,18:46:03.925] [INFO] Starting location capture [2026-05-05,18:46:41.989] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:46:41.996] [INFO] LocationSqlManager initialising [2026-05-05,18:46:41.997] [INFO] Location DB initialising [2026-05-05,18:46:42.008] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:46:42.009] [DEBUG] UploadManager Init [2026-05-05,18:46:42.009] [DEBUG] UploadManager Init Complete [2026-05-05,18:46:42.012] [INFO] Initializing GPS... [2026-05-05,18:46:42.014] [INFO] Starting location capture [2026-05-05,18:47:20.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:47:20.263] [INFO] LocationSqlManager initialising [2026-05-05,18:47:20.264] [INFO] Location DB initialising [2026-05-05,18:47:20.275] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:47:20.277] [DEBUG] UploadManager Init [2026-05-05,18:47:20.277] [DEBUG] UploadManager Init Complete [2026-05-05,18:47:20.282] [INFO] Initializing GPS... [2026-05-05,18:47:20.285] [INFO] Starting location capture [2026-05-05,18:47:59.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:47:59.116] [INFO] LocationSqlManager initialising [2026-05-05,18:47:59.116] [INFO] Location DB initialising [2026-05-05,18:47:59.126] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:47:59.127] [DEBUG] UploadManager Init [2026-05-05,18:47:59.128] [DEBUG] UploadManager Init Complete [2026-05-05,18:47:59.131] [INFO] Initializing GPS... [2026-05-05,18:47:59.132] [INFO] Starting location capture [2026-05-05,18:48:38.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:48:38.365] [INFO] LocationSqlManager initialising [2026-05-05,18:48:38.365] [INFO] Location DB initialising [2026-05-05,18:48:38.375] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:48:38.376] [DEBUG] UploadManager Init [2026-05-05,18:48:38.376] [DEBUG] UploadManager Init Complete [2026-05-05,18:48:38.379] [INFO] Initializing GPS... [2026-05-05,18:48:38.381] [INFO] Starting location capture [2026-05-05,18:49:17.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:49:17.040] [INFO] LocationSqlManager initialising [2026-05-05,18:49:17.041] [INFO] Location DB initialising [2026-05-05,18:49:17.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:49:17.051] [DEBUG] UploadManager Init [2026-05-05,18:49:17.051] [DEBUG] UploadManager Init Complete [2026-05-05,18:49:17.054] [INFO] Initializing GPS... [2026-05-05,18:49:17.055] [INFO] Starting location capture [2026-05-05,18:49:54.935] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:49:54.941] [INFO] LocationSqlManager initialising [2026-05-05,18:49:54.942] [INFO] Location DB initialising [2026-05-05,18:49:54.952] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:49:54.953] [DEBUG] UploadManager Init [2026-05-05,18:49:54.953] [DEBUG] UploadManager Init Complete [2026-05-05,18:49:54.956] [INFO] Initializing GPS... [2026-05-05,18:49:54.958] [INFO] Starting location capture [2026-05-05,18:50:32.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:50:32.906] [INFO] LocationSqlManager initialising [2026-05-05,18:50:32.907] [INFO] Location DB initialising [2026-05-05,18:50:32.919] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:50:32.919] [DEBUG] UploadManager Init [2026-05-05,18:50:32.920] [DEBUG] UploadManager Init Complete [2026-05-05,18:50:32.923] [INFO] Initializing GPS... [2026-05-05,18:50:32.926] [INFO] Starting location capture [2026-05-05,18:51:12.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:51:12.407] [INFO] LocationSqlManager initialising [2026-05-05,18:51:12.408] [INFO] Location DB initialising [2026-05-05,18:51:12.418] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:51:12.419] [DEBUG] UploadManager Init [2026-05-05,18:51:12.420] [DEBUG] UploadManager Init Complete [2026-05-05,18:51:12.423] [INFO] Initializing GPS... [2026-05-05,18:51:12.426] [INFO] Starting location capture [2026-05-05,18:51:52.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:51:52.033] [INFO] LocationSqlManager initialising [2026-05-05,18:51:52.034] [INFO] Location DB initialising [2026-05-05,18:51:52.045] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:51:52.047] [DEBUG] UploadManager Init [2026-05-05,18:51:52.047] [DEBUG] UploadManager Init Complete [2026-05-05,18:51:52.052] [INFO] Initializing GPS... [2026-05-05,18:51:52.055] [INFO] Starting location capture [2026-05-05,18:52:30.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:52:30.160] [INFO] LocationSqlManager initialising [2026-05-05,18:52:30.161] [INFO] Location DB initialising [2026-05-05,18:52:30.170] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:52:30.171] [DEBUG] UploadManager Init [2026-05-05,18:52:30.171] [DEBUG] UploadManager Init Complete [2026-05-05,18:52:30.174] [INFO] Initializing GPS... [2026-05-05,18:52:30.175] [INFO] Starting location capture [2026-05-05,18:53:09.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:53:09.326] [INFO] LocationSqlManager initialising [2026-05-05,18:53:09.326] [INFO] Location DB initialising [2026-05-05,18:53:09.336] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:53:09.337] [DEBUG] UploadManager Init [2026-05-05,18:53:09.337] [DEBUG] UploadManager Init Complete [2026-05-05,18:53:09.340] [INFO] Initializing GPS... [2026-05-05,18:53:09.342] [INFO] Starting location capture [2026-05-05,18:53:47.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:53:47.932] [INFO] LocationSqlManager initialising [2026-05-05,18:53:47.932] [INFO] Location DB initialising [2026-05-05,18:53:47.941] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:53:47.942] [DEBUG] UploadManager Init [2026-05-05,18:53:47.942] [DEBUG] UploadManager Init Complete [2026-05-05,18:53:47.945] [INFO] Initializing GPS... [2026-05-05,18:53:47.947] [INFO] Starting location capture [2026-05-05,18:54:26.375] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:54:26.380] [INFO] LocationSqlManager initialising [2026-05-05,18:54:26.381] [INFO] Location DB initialising [2026-05-05,18:54:26.390] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:54:26.391] [DEBUG] UploadManager Init [2026-05-05,18:54:26.391] [DEBUG] UploadManager Init Complete [2026-05-05,18:54:26.394] [INFO] Initializing GPS... [2026-05-05,18:54:26.396] [INFO] Starting location capture [2026-05-05,18:55:00.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:55:00.088] [INFO] LocationSqlManager initialising [2026-05-05,18:55:00.088] [INFO] Location DB initialising [2026-05-05,18:55:00.098] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:55:00.100] [DEBUG] UploadManager Init [2026-05-05,18:55:00.100] [DEBUG] UploadManager Init Complete [2026-05-05,18:55:00.105] [INFO] Initializing GPS... [2026-05-05,18:55:00.108] [INFO] Starting location capture [2026-05-05,18:55:39.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:55:39.260] [INFO] LocationSqlManager initialising [2026-05-05,18:55:39.261] [INFO] Location DB initialising [2026-05-05,18:55:39.271] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:55:39.271] [DEBUG] UploadManager Init [2026-05-05,18:55:39.272] [DEBUG] UploadManager Init Complete [2026-05-05,18:55:39.275] [INFO] Initializing GPS... [2026-05-05,18:55:39.277] [INFO] Starting location capture [2026-05-05,18:56:18.517] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:56:18.525] [INFO] LocationSqlManager initialising [2026-05-05,18:56:18.526] [INFO] Location DB initialising [2026-05-05,18:56:18.537] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:56:18.538] [DEBUG] UploadManager Init [2026-05-05,18:56:18.538] [DEBUG] UploadManager Init Complete [2026-05-05,18:56:18.543] [INFO] Initializing GPS... [2026-05-05,18:56:18.546] [INFO] Starting location capture [2026-05-05,18:56:57.903] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:56:57.909] [INFO] LocationSqlManager initialising [2026-05-05,18:56:57.909] [INFO] Location DB initialising [2026-05-05,18:56:57.920] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:56:57.921] [DEBUG] UploadManager Init [2026-05-05,18:56:57.922] [DEBUG] UploadManager Init Complete [2026-05-05,18:56:57.926] [INFO] Initializing GPS... [2026-05-05,18:56:57.929] [INFO] Starting location capture [2026-05-05,18:57:36.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:57:36.241] [INFO] LocationSqlManager initialising [2026-05-05,18:57:36.242] [INFO] Location DB initialising [2026-05-05,18:57:36.253] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:57:36.254] [DEBUG] UploadManager Init [2026-05-05,18:57:36.254] [DEBUG] UploadManager Init Complete [2026-05-05,18:57:36.258] [INFO] Initializing GPS... [2026-05-05,18:57:36.260] [INFO] Starting location capture [2026-05-05,18:58:13.991] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:58:13.997] [INFO] LocationSqlManager initialising [2026-05-05,18:58:13.997] [INFO] Location DB initialising [2026-05-05,18:58:14.007] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:58:14.008] [DEBUG] UploadManager Init [2026-05-05,18:58:14.009] [DEBUG] UploadManager Init Complete [2026-05-05,18:58:14.012] [INFO] Initializing GPS... [2026-05-05,18:58:14.014] [INFO] Starting location capture [2026-05-05,18:58:53.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:58:53.107] [INFO] LocationSqlManager initialising [2026-05-05,18:58:53.108] [INFO] Location DB initialising [2026-05-05,18:58:53.119] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:58:53.120] [DEBUG] UploadManager Init [2026-05-05,18:58:53.121] [DEBUG] UploadManager Init Complete [2026-05-05,18:58:53.126] [INFO] Initializing GPS... [2026-05-05,18:58:53.129] [INFO] Starting location capture [2026-05-05,18:59:30.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:59:30.811] [INFO] LocationSqlManager initialising [2026-05-05,18:59:30.812] [INFO] Location DB initialising [2026-05-05,18:59:30.822] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:59:30.823] [DEBUG] UploadManager Init [2026-05-05,18:59:30.824] [DEBUG] UploadManager Init Complete [2026-05-05,18:59:30.827] [INFO] Initializing GPS... [2026-05-05,18:59:30.829] [INFO] Starting location capture [2026-05-05,19:00:10.261] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:00:10.266] [INFO] LocationSqlManager initialising [2026-05-05,19:00:10.267] [INFO] Location DB initialising [2026-05-05,19:00:10.276] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:00:10.277] [DEBUG] UploadManager Init [2026-05-05,19:00:10.277] [DEBUG] UploadManager Init Complete [2026-05-05,19:00:10.280] [INFO] Initializing GPS... [2026-05-05,19:00:10.282] [INFO] Starting location capture [2026-05-05,19:00:47.504] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:00:47.513] [INFO] LocationSqlManager initialising [2026-05-05,19:00:47.514] [INFO] Location DB initialising [2026-05-05,19:00:47.525] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:00:47.526] [DEBUG] UploadManager Init [2026-05-05,19:00:47.527] [DEBUG] UploadManager Init Complete [2026-05-05,19:00:47.531] [INFO] Initializing GPS... [2026-05-05,19:00:47.534] [INFO] Starting location capture [2026-05-05,19:01:27.285] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:01:27.290] [INFO] LocationSqlManager initialising [2026-05-05,19:01:27.291] [INFO] Location DB initialising [2026-05-05,19:01:27.300] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:01:27.301] [DEBUG] UploadManager Init [2026-05-05,19:01:27.301] [DEBUG] UploadManager Init Complete [2026-05-05,19:01:27.304] [INFO] Initializing GPS... [2026-05-05,19:01:27.305] [INFO] Starting location capture [2026-05-05,19:02:05.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:02:05.034] [INFO] LocationSqlManager initialising [2026-05-05,19:02:05.034] [INFO] Location DB initialising [2026-05-05,19:02:05.044] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:02:05.044] [DEBUG] UploadManager Init [2026-05-05,19:02:05.045] [DEBUG] UploadManager Init Complete [2026-05-05,19:02:05.048] [INFO] Initializing GPS... [2026-05-05,19:02:05.049] [INFO] Starting location capture [2026-05-05,19:02:43.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:02:43.974] [INFO] LocationSqlManager initialising [2026-05-05,19:02:43.975] [INFO] Location DB initialising [2026-05-05,19:02:43.985] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:02:43.985] [DEBUG] UploadManager Init [2026-05-05,19:02:43.986] [DEBUG] UploadManager Init Complete [2026-05-05,19:02:43.989] [INFO] Initializing GPS... [2026-05-05,19:02:43.992] [INFO] Starting location capture [2026-05-05,19:03:22.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:03:22.190] [INFO] LocationSqlManager initialising [2026-05-05,19:03:22.191] [INFO] Location DB initialising [2026-05-05,19:03:22.207] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:03:22.208] [DEBUG] UploadManager Init [2026-05-05,19:03:22.210] [DEBUG] UploadManager Init Complete [2026-05-05,19:03:22.214] [INFO] Initializing GPS... [2026-05-05,19:03:22.217] [INFO] Starting location capture [2026-05-05,19:04:01.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:04:01.111] [INFO] LocationSqlManager initialising [2026-05-05,19:04:01.112] [INFO] Location DB initialising [2026-05-05,19:04:01.121] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:04:01.121] [DEBUG] UploadManager Init [2026-05-05,19:04:01.122] [DEBUG] UploadManager Init Complete [2026-05-05,19:04:01.124] [INFO] Initializing GPS... [2026-05-05,19:04:01.126] [INFO] Starting location capture [2026-05-05,19:04:35.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:04:35.096] [INFO] LocationSqlManager initialising [2026-05-05,19:04:35.096] [INFO] Location DB initialising [2026-05-05,19:04:35.105] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:04:35.106] [DEBUG] UploadManager Init [2026-05-05,19:04:35.106] [DEBUG] UploadManager Init Complete [2026-05-05,19:04:35.109] [INFO] Initializing GPS... [2026-05-05,19:04:35.111] [INFO] Starting location capture [2026-05-05,19:05:13.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:05:13.032] [INFO] LocationSqlManager initialising [2026-05-05,19:05:13.032] [INFO] Location DB initialising [2026-05-05,19:05:13.042] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:05:13.042] [DEBUG] UploadManager Init [2026-05-05,19:05:13.043] [DEBUG] UploadManager Init Complete [2026-05-05,19:05:13.045] [INFO] Initializing GPS... [2026-05-05,19:05:13.047] [INFO] Starting location capture [2026-05-05,19:05:52.342] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:05:52.349] [INFO] LocationSqlManager initialising [2026-05-05,19:05:52.350] [INFO] Location DB initialising [2026-05-05,19:05:52.361] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:05:52.363] [DEBUG] UploadManager Init [2026-05-05,19:05:52.363] [DEBUG] UploadManager Init Complete [2026-05-05,19:05:52.368] [INFO] Initializing GPS... [2026-05-05,19:05:52.371] [INFO] Starting location capture [2026-05-05,19:06:32.040] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:06:32.045] [INFO] LocationSqlManager initialising [2026-05-05,19:06:32.046] [INFO] Location DB initialising [2026-05-05,19:06:32.055] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:06:32.055] [DEBUG] UploadManager Init [2026-05-05,19:06:32.056] [DEBUG] UploadManager Init Complete [2026-05-05,19:06:32.058] [INFO] Initializing GPS... [2026-05-05,19:06:32.060] [INFO] Starting location capture [2026-05-05,19:07:09.820] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:07:09.826] [INFO] LocationSqlManager initialising [2026-05-05,19:07:09.827] [INFO] Location DB initialising [2026-05-05,19:07:09.838] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:07:09.839] [DEBUG] UploadManager Init [2026-05-05,19:07:09.840] [DEBUG] UploadManager Init Complete [2026-05-05,19:07:09.846] [INFO] Initializing GPS... [2026-05-05,19:07:09.850] [INFO] Starting location capture [2026-05-05,19:07:49.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:07:49.262] [INFO] LocationSqlManager initialising [2026-05-05,19:07:49.263] [INFO] Location DB initialising [2026-05-05,19:07:49.273] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:07:49.274] [DEBUG] UploadManager Init [2026-05-05,19:07:49.274] [DEBUG] UploadManager Init Complete [2026-05-05,19:07:49.278] [INFO] Initializing GPS... [2026-05-05,19:07:49.280] [INFO] Starting location capture [2026-05-05,19:08:24.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:08:24.021] [INFO] LocationSqlManager initialising [2026-05-05,19:08:24.022] [INFO] Location DB initialising [2026-05-05,19:08:24.032] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:08:24.032] [DEBUG] UploadManager Init [2026-05-05,19:08:24.033] [DEBUG] UploadManager Init Complete [2026-05-05,19:08:24.036] [INFO] Initializing GPS... [2026-05-05,19:08:24.038] [INFO] Starting location capture [2026-05-05,19:09:02.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:09:02.827] [INFO] LocationSqlManager initialising [2026-05-05,19:09:02.827] [INFO] Location DB initialising [2026-05-05,19:09:02.837] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:09:02.838] [DEBUG] UploadManager Init [2026-05-05,19:09:02.838] [DEBUG] UploadManager Init Complete [2026-05-05,19:09:02.841] [INFO] Initializing GPS... [2026-05-05,19:09:02.843] [INFO] Starting location capture [2026-05-05,19:09:41.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:09:41.187] [INFO] LocationSqlManager initialising [2026-05-05,19:09:41.187] [INFO] Location DB initialising [2026-05-05,19:09:41.197] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:09:41.197] [DEBUG] UploadManager Init [2026-05-05,19:09:41.198] [DEBUG] UploadManager Init Complete [2026-05-05,19:09:41.200] [INFO] Initializing GPS... [2026-05-05,19:09:41.202] [INFO] Starting location capture [2026-05-05,19:10:20.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:10:20.323] [INFO] LocationSqlManager initialising [2026-05-05,19:10:20.324] [INFO] Location DB initialising [2026-05-05,19:10:20.335] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:10:20.336] [DEBUG] UploadManager Init [2026-05-05,19:10:20.337] [DEBUG] UploadManager Init Complete [2026-05-05,19:10:20.342] [INFO] Initializing GPS... [2026-05-05,19:10:20.345] [INFO] Starting location capture [2026-05-05,19:10:59.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:10:59.056] [INFO] LocationSqlManager initialising [2026-05-05,19:10:59.057] [INFO] Location DB initialising [2026-05-05,19:10:59.067] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:10:59.068] [DEBUG] UploadManager Init [2026-05-05,19:10:59.069] [DEBUG] UploadManager Init Complete [2026-05-05,19:10:59.072] [INFO] Initializing GPS... [2026-05-05,19:10:59.074] [INFO] Starting location capture [2026-05-05,19:11:36.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:11:36.875] [INFO] LocationSqlManager initialising [2026-05-05,19:11:36.876] [INFO] Location DB initialising [2026-05-05,19:11:36.890] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:11:36.891] [DEBUG] UploadManager Init [2026-05-05,19:11:36.892] [DEBUG] UploadManager Init Complete [2026-05-05,19:11:36.896] [INFO] Initializing GPS... [2026-05-05,19:11:36.899] [INFO] Starting location capture [2026-05-05,19:12:16.542] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:12:16.549] [INFO] LocationSqlManager initialising [2026-05-05,19:12:16.550] [INFO] Location DB initialising [2026-05-05,19:12:16.561] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:12:16.562] [DEBUG] UploadManager Init [2026-05-05,19:12:16.563] [DEBUG] UploadManager Init Complete [2026-05-05,19:12:16.567] [INFO] Initializing GPS... [2026-05-05,19:12:16.570] [INFO] Starting location capture [2026-05-05,19:12:53.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:12:53.776] [INFO] LocationSqlManager initialising [2026-05-05,19:12:53.777] [INFO] Location DB initialising [2026-05-05,19:12:53.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:12:53.789] [DEBUG] UploadManager Init [2026-05-05,19:12:53.790] [DEBUG] UploadManager Init Complete [2026-05-05,19:12:53.794] [INFO] Initializing GPS... [2026-05-05,19:12:53.797] [INFO] Starting location capture [2026-05-05,19:13:32.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:13:32.186] [INFO] LocationSqlManager initialising [2026-05-05,19:13:32.187] [INFO] Location DB initialising [2026-05-05,19:13:32.198] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:13:32.199] [DEBUG] UploadManager Init [2026-05-05,19:13:32.200] [DEBUG] UploadManager Init Complete [2026-05-05,19:13:32.205] [INFO] Initializing GPS... [2026-05-05,19:13:32.207] [INFO] Starting location capture [2026-05-05,19:14:11.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:14:11.252] [INFO] LocationSqlManager initialising [2026-05-05,19:14:11.252] [INFO] Location DB initialising [2026-05-05,19:14:11.262] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:14:11.263] [DEBUG] UploadManager Init [2026-05-05,19:14:11.263] [DEBUG] UploadManager Init Complete [2026-05-05,19:14:11.266] [INFO] Initializing GPS... [2026-05-05,19:14:11.268] [INFO] Starting location capture [2026-05-05,19:14:50.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:14:50.100] [INFO] LocationSqlManager initialising [2026-05-05,19:14:50.101] [INFO] Location DB initialising [2026-05-05,19:14:50.110] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:14:50.111] [DEBUG] UploadManager Init [2026-05-05,19:14:50.111] [DEBUG] UploadManager Init Complete [2026-05-05,19:14:50.114] [INFO] Initializing GPS... [2026-05-05,19:14:50.115] [INFO] Starting location capture [2026-05-05,19:15:28.149] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:15:28.153] [INFO] LocationSqlManager initialising [2026-05-05,19:15:28.153] [INFO] Location DB initialising [2026-05-05,19:15:28.164] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:15:28.165] [DEBUG] UploadManager Init [2026-05-05,19:15:28.165] [DEBUG] UploadManager Init Complete [2026-05-05,19:15:28.168] [INFO] Initializing GPS... [2026-05-05,19:15:28.170] [INFO] Starting location capture [2026-05-05,19:16:06.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:16:06.192] [INFO] LocationSqlManager initialising [2026-05-05,19:16:06.192] [INFO] Location DB initialising [2026-05-05,19:16:06.202] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:16:06.202] [DEBUG] UploadManager Init [2026-05-05,19:16:06.203] [DEBUG] UploadManager Init Complete [2026-05-05,19:16:06.205] [INFO] Initializing GPS... [2026-05-05,19:16:06.207] [INFO] Starting location capture [2026-05-05,19:16:45.486] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:16:45.492] [INFO] LocationSqlManager initialising [2026-05-05,19:16:45.493] [INFO] Location DB initialising [2026-05-05,19:16:45.502] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:16:45.503] [DEBUG] UploadManager Init [2026-05-05,19:16:45.504] [DEBUG] UploadManager Init Complete [2026-05-05,19:16:45.507] [INFO] Initializing GPS... [2026-05-05,19:16:45.509] [INFO] Starting location capture [2026-05-05,19:17:23.814] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:17:23.820] [INFO] LocationSqlManager initialising [2026-05-05,19:17:23.821] [INFO] Location DB initialising [2026-05-05,19:17:23.830] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:17:23.831] [DEBUG] UploadManager Init [2026-05-05,19:17:23.831] [DEBUG] UploadManager Init Complete [2026-05-05,19:17:23.834] [INFO] Initializing GPS... [2026-05-05,19:17:23.836] [INFO] Starting location capture [2026-05-05,19:17:57.429] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:17:57.441] [INFO] LocationSqlManager initialising [2026-05-05,19:17:57.442] [INFO] Location DB initialising [2026-05-05,19:17:57.457] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:17:57.458] [DEBUG] UploadManager Init [2026-05-05,19:17:57.458] [DEBUG] UploadManager Init Complete [2026-05-05,19:17:57.463] [INFO] Initializing GPS... [2026-05-05,19:17:57.465] [INFO] Starting location capture [2026-05-05,19:18:35.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:18:35.834] [INFO] LocationSqlManager initialising [2026-05-05,19:18:35.835] [INFO] Location DB initialising [2026-05-05,19:18:35.844] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:18:35.845] [DEBUG] UploadManager Init [2026-05-05,19:18:35.846] [DEBUG] UploadManager Init Complete [2026-05-05,19:18:35.849] [INFO] Initializing GPS... [2026-05-05,19:18:35.852] [INFO] Starting location capture [2026-05-05,19:19:14.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:19:14.054] [INFO] LocationSqlManager initialising [2026-05-05,19:19:14.055] [INFO] Location DB initialising [2026-05-05,19:19:14.065] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:19:14.067] [DEBUG] UploadManager Init [2026-05-05,19:19:14.067] [DEBUG] UploadManager Init Complete [2026-05-05,19:19:14.071] [INFO] Initializing GPS... [2026-05-05,19:19:14.074] [INFO] Starting location capture [2026-05-05,19:19:53.336] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:19:53.341] [INFO] LocationSqlManager initialising [2026-05-05,19:19:53.342] [INFO] Location DB initialising [2026-05-05,19:19:53.351] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:19:53.351] [DEBUG] UploadManager Init [2026-05-05,19:19:53.352] [DEBUG] UploadManager Init Complete [2026-05-05,19:19:53.354] [INFO] Initializing GPS... [2026-05-05,19:19:53.356] [INFO] Starting location capture [2026-05-05,19:20:30.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:20:30.976] [INFO] LocationSqlManager initialising [2026-05-05,19:20:30.977] [INFO] Location DB initialising [2026-05-05,19:20:30.986] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:20:30.987] [DEBUG] UploadManager Init [2026-05-05,19:20:30.987] [DEBUG] UploadManager Init Complete [2026-05-05,19:20:30.990] [INFO] Initializing GPS... [2026-05-05,19:20:30.992] [INFO] Starting location capture [2026-05-05,19:21:10.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:21:10.177] [INFO] LocationSqlManager initialising [2026-05-05,19:21:10.178] [INFO] Location DB initialising [2026-05-05,19:21:10.189] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:21:10.190] [DEBUG] UploadManager Init [2026-05-05,19:21:10.191] [DEBUG] UploadManager Init Complete [2026-05-05,19:21:10.195] [INFO] Initializing GPS... [2026-05-05,19:21:10.198] [INFO] Starting location capture [2026-05-05,19:21:48.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:21:48.881] [INFO] LocationSqlManager initialising [2026-05-05,19:21:48.882] [INFO] Location DB initialising [2026-05-05,19:21:48.892] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:21:48.893] [DEBUG] UploadManager Init [2026-05-05,19:21:48.893] [DEBUG] UploadManager Init Complete [2026-05-05,19:21:48.897] [INFO] Initializing GPS... [2026-05-05,19:21:48.899] [INFO] Starting location capture [2026-05-05,19:22:26.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:22:26.744] [INFO] LocationSqlManager initialising [2026-05-05,19:22:26.744] [INFO] Location DB initialising [2026-05-05,19:22:26.754] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:22:26.754] [DEBUG] UploadManager Init [2026-05-05,19:22:26.755] [DEBUG] UploadManager Init Complete [2026-05-05,19:22:26.757] [INFO] Initializing GPS... [2026-05-05,19:22:26.759] [INFO] Starting location capture [2026-05-05,19:23:04.958] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:23:04.964] [INFO] LocationSqlManager initialising [2026-05-05,19:23:04.965] [INFO] Location DB initialising [2026-05-05,19:23:04.975] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:23:04.976] [DEBUG] UploadManager Init [2026-05-05,19:23:04.976] [DEBUG] UploadManager Init Complete [2026-05-05,19:23:04.979] [INFO] Initializing GPS... [2026-05-05,19:23:04.981] [INFO] Starting location capture [2026-05-05,19:23:43.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:23:43.937] [INFO] LocationSqlManager initialising [2026-05-05,19:23:43.938] [INFO] Location DB initialising [2026-05-05,19:23:43.949] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:23:43.950] [DEBUG] UploadManager Init [2026-05-05,19:23:43.951] [DEBUG] UploadManager Init Complete [2026-05-05,19:23:43.955] [INFO] Initializing GPS... [2026-05-05,19:23:43.958] [INFO] Starting location capture [2026-05-05,19:24:23.537] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:24:23.545] [INFO] LocationSqlManager initialising [2026-05-05,19:24:23.546] [INFO] Location DB initialising [2026-05-05,19:24:23.557] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:24:23.558] [DEBUG] UploadManager Init [2026-05-05,19:24:23.559] [DEBUG] UploadManager Init Complete [2026-05-05,19:24:23.563] [INFO] Initializing GPS... [2026-05-05,19:24:23.566] [INFO] Starting location capture [2026-05-05,19:25:01.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:25:01.942] [INFO] LocationSqlManager initialising [2026-05-05,19:25:01.943] [INFO] Location DB initialising [2026-05-05,19:25:01.952] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:25:01.953] [DEBUG] UploadManager Init [2026-05-05,19:25:01.953] [DEBUG] UploadManager Init Complete [2026-05-05,19:25:01.956] [INFO] Initializing GPS... [2026-05-05,19:25:01.958] [INFO] Starting location capture [2026-05-05,19:25:35.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:25:35.087] [INFO] LocationSqlManager initialising [2026-05-05,19:25:35.088] [INFO] Location DB initialising [2026-05-05,19:25:35.099] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:25:35.100] [DEBUG] UploadManager Init [2026-05-05,19:25:35.101] [DEBUG] UploadManager Init Complete [2026-05-05,19:25:35.105] [INFO] Initializing GPS... [2026-05-05,19:25:35.107] [INFO] Starting location capture [2026-05-05,19:26:14.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:26:14.291] [INFO] LocationSqlManager initialising [2026-05-05,19:26:14.292] [INFO] Location DB initialising [2026-05-05,19:26:14.303] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:26:14.304] [DEBUG] UploadManager Init [2026-05-05,19:26:14.304] [DEBUG] UploadManager Init Complete [2026-05-05,19:26:14.309] [INFO] Initializing GPS... [2026-05-05,19:26:14.312] [INFO] Starting location capture [2026-05-05,19:26:52.793] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:26:52.799] [INFO] LocationSqlManager initialising [2026-05-05,19:26:52.800] [INFO] Location DB initialising [2026-05-05,19:26:52.810] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:26:52.810] [DEBUG] UploadManager Init [2026-05-05,19:26:52.811] [DEBUG] UploadManager Init Complete [2026-05-05,19:26:52.814] [INFO] Initializing GPS... [2026-05-05,19:26:52.816] [INFO] Starting location capture [2026-05-05,19:27:31.183] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:27:31.191] [INFO] LocationSqlManager initialising [2026-05-05,19:27:31.192] [INFO] Location DB initialising [2026-05-05,19:27:31.203] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:27:31.204] [DEBUG] UploadManager Init [2026-05-05,19:27:31.205] [DEBUG] UploadManager Init Complete [2026-05-05,19:27:31.209] [INFO] Initializing GPS... [2026-05-05,19:27:31.212] [INFO] Starting location capture [2026-05-05,19:28:10.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:28:10.451] [INFO] LocationSqlManager initialising [2026-05-05,19:28:10.451] [INFO] Location DB initialising [2026-05-05,19:28:10.462] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:28:10.463] [DEBUG] UploadManager Init [2026-05-05,19:28:10.463] [DEBUG] UploadManager Init Complete [2026-05-05,19:28:10.466] [INFO] Initializing GPS... [2026-05-05,19:28:10.467] [INFO] Starting location capture [2026-05-05,19:28:48.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:28:48.921] [INFO] LocationSqlManager initialising [2026-05-05,19:28:48.922] [INFO] Location DB initialising [2026-05-05,19:28:48.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:28:48.934] [DEBUG] UploadManager Init [2026-05-05,19:28:48.934] [DEBUG] UploadManager Init Complete [2026-05-05,19:28:48.939] [INFO] Initializing GPS... [2026-05-05,19:28:48.941] [INFO] Starting location capture [2026-05-05,19:29:27.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:29:27.277] [INFO] LocationSqlManager initialising [2026-05-05,19:29:27.278] [INFO] Location DB initialising [2026-05-05,19:29:27.289] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:29:27.291] [DEBUG] UploadManager Init [2026-05-05,19:29:27.291] [DEBUG] UploadManager Init Complete [2026-05-05,19:29:27.296] [INFO] Initializing GPS... [2026-05-05,19:29:27.299] [INFO] Starting location capture [2026-05-05,19:30:01.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:30:01.272] [INFO] LocationSqlManager initialising [2026-05-05,19:30:01.272] [INFO] Location DB initialising [2026-05-05,19:30:01.282] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:30:01.283] [DEBUG] UploadManager Init [2026-05-05,19:30:01.283] [DEBUG] UploadManager Init Complete [2026-05-05,19:30:01.287] [INFO] Initializing GPS... [2026-05-05,19:30:01.289] [INFO] Starting location capture [2026-05-05,19:30:40.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:30:40.132] [INFO] LocationSqlManager initialising [2026-05-05,19:30:40.132] [INFO] Location DB initialising [2026-05-05,19:30:40.141] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:30:40.142] [DEBUG] UploadManager Init [2026-05-05,19:30:40.142] [DEBUG] UploadManager Init Complete [2026-05-05,19:30:40.145] [INFO] Initializing GPS... [2026-05-05,19:30:40.147] [INFO] Starting location capture [2026-05-05,19:31:18.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:31:18.919] [INFO] LocationSqlManager initialising [2026-05-05,19:31:18.920] [INFO] Location DB initialising [2026-05-05,19:31:18.932] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:31:18.933] [DEBUG] UploadManager Init [2026-05-05,19:31:18.933] [DEBUG] UploadManager Init Complete [2026-05-05,19:31:18.938] [INFO] Initializing GPS... [2026-05-05,19:31:18.941] [INFO] Starting location capture [2026-05-05,19:31:57.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:31:57.139] [INFO] LocationSqlManager initialising [2026-05-05,19:31:57.139] [INFO] Location DB initialising [2026-05-05,19:31:57.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:31:57.151] [DEBUG] UploadManager Init [2026-05-05,19:31:57.151] [DEBUG] UploadManager Init Complete [2026-05-05,19:31:57.154] [INFO] Initializing GPS... [2026-05-05,19:31:57.156] [INFO] Starting location capture [2026-05-05,19:32:35.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:32:35.894] [INFO] LocationSqlManager initialising [2026-05-05,19:32:35.894] [INFO] Location DB initialising [2026-05-05,19:32:35.906] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:32:35.907] [DEBUG] UploadManager Init [2026-05-05,19:32:35.908] [DEBUG] UploadManager Init Complete [2026-05-05,19:32:35.912] [INFO] Initializing GPS... [2026-05-05,19:32:35.915] [INFO] Starting location capture [2026-05-05,19:33:12.844] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:33:12.850] [INFO] LocationSqlManager initialising [2026-05-05,19:33:12.851] [INFO] Location DB initialising [2026-05-05,19:33:12.861] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:33:12.863] [DEBUG] UploadManager Init [2026-05-05,19:33:12.863] [DEBUG] UploadManager Init Complete [2026-05-05,19:33:12.867] [INFO] Initializing GPS... [2026-05-05,19:33:12.870] [INFO] Starting location capture [2026-05-05,19:33:52.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:33:52.244] [INFO] LocationSqlManager initialising [2026-05-05,19:33:52.245] [INFO] Location DB initialising [2026-05-05,19:33:52.254] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:33:52.255] [DEBUG] UploadManager Init [2026-05-05,19:33:52.255] [DEBUG] UploadManager Init Complete [2026-05-05,19:33:52.258] [INFO] Initializing GPS... [2026-05-05,19:33:52.260] [INFO] Starting location capture [2026-05-05,19:34:26.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:34:26.179] [INFO] LocationSqlManager initialising [2026-05-05,19:34:26.180] [INFO] Location DB initialising [2026-05-05,19:34:26.191] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:34:26.192] [DEBUG] UploadManager Init [2026-05-05,19:34:26.193] [DEBUG] UploadManager Init Complete [2026-05-05,19:34:26.197] [INFO] Initializing GPS... [2026-05-05,19:34:26.200] [INFO] Starting location capture [2026-05-05,19:35:03.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:35:03.905] [INFO] LocationSqlManager initialising [2026-05-05,19:35:03.906] [INFO] Location DB initialising [2026-05-05,19:35:03.916] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:35:03.916] [DEBUG] UploadManager Init [2026-05-05,19:35:03.917] [DEBUG] UploadManager Init Complete [2026-05-05,19:35:03.919] [INFO] Initializing GPS... [2026-05-05,19:35:03.921] [INFO] Starting location capture [2026-05-05,19:35:43.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:35:43.022] [INFO] LocationSqlManager initialising [2026-05-05,19:35:43.023] [INFO] Location DB initialising [2026-05-05,19:35:43.039] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:35:43.041] [DEBUG] UploadManager Init [2026-05-05,19:35:43.042] [DEBUG] UploadManager Init Complete [2026-05-05,19:35:43.049] [INFO] Initializing GPS... [2026-05-05,19:35:43.054] [INFO] Starting location capture [2026-05-05,19:36:21.285] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:36:21.292] [INFO] LocationSqlManager initialising [2026-05-05,19:36:21.293] [INFO] Location DB initialising [2026-05-05,19:36:21.305] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:36:21.306] [DEBUG] UploadManager Init [2026-05-05,19:36:21.307] [DEBUG] UploadManager Init Complete [2026-05-05,19:36:21.311] [INFO] Initializing GPS... [2026-05-05,19:36:21.314] [INFO] Starting location capture [2026-05-05,19:36:59.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:36:59.067] [INFO] LocationSqlManager initialising [2026-05-05,19:36:59.068] [INFO] Location DB initialising [2026-05-05,19:36:59.079] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:36:59.080] [DEBUG] UploadManager Init [2026-05-05,19:36:59.081] [DEBUG] UploadManager Init Complete [2026-05-05,19:36:59.085] [INFO] Initializing GPS... [2026-05-05,19:36:59.089] [INFO] Starting location capture [2026-05-05,19:37:37.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:37:38.001] [INFO] LocationSqlManager initialising [2026-05-05,19:37:38.002] [INFO] Location DB initialising [2026-05-05,19:37:38.013] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:37:38.014] [DEBUG] UploadManager Init [2026-05-05,19:37:38.015] [DEBUG] UploadManager Init Complete [2026-05-05,19:37:38.020] [INFO] Initializing GPS... [2026-05-05,19:37:38.023] [INFO] Starting location capture [2026-05-05,19:38:16.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:38:16.013] [INFO] LocationSqlManager initialising [2026-05-05,19:38:16.014] [INFO] Location DB initialising [2026-05-05,19:38:16.027] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:38:16.028] [DEBUG] UploadManager Init [2026-05-05,19:38:16.029] [DEBUG] UploadManager Init Complete [2026-05-05,19:38:16.034] [INFO] Initializing GPS... [2026-05-05,19:38:16.037] [INFO] Starting location capture [2026-05-05,19:38:55.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:38:55.297] [INFO] LocationSqlManager initialising [2026-05-05,19:38:55.298] [INFO] Location DB initialising [2026-05-05,19:38:55.307] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:38:55.308] [DEBUG] UploadManager Init [2026-05-05,19:38:55.308] [DEBUG] UploadManager Init Complete [2026-05-05,19:38:55.311] [INFO] Initializing GPS... [2026-05-05,19:38:55.313] [INFO] Starting location capture [2026-05-05,19:39:32.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:39:32.991] [INFO] LocationSqlManager initialising [2026-05-05,19:39:32.991] [INFO] Location DB initialising [2026-05-05,19:39:33.001] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:39:33.001] [DEBUG] UploadManager Init [2026-05-05,19:39:33.002] [DEBUG] UploadManager Init Complete [2026-05-05,19:39:33.004] [INFO] Initializing GPS... [2026-05-05,19:39:33.006] [INFO] Starting location capture [2026-05-05,19:40:12.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:40:12.201] [INFO] LocationSqlManager initialising [2026-05-05,19:40:12.201] [INFO] Location DB initialising [2026-05-05,19:40:12.210] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:40:12.211] [DEBUG] UploadManager Init [2026-05-05,19:40:12.211] [DEBUG] UploadManager Init Complete [2026-05-05,19:40:12.214] [INFO] Initializing GPS... [2026-05-05,19:40:12.216] [INFO] Starting location capture [2026-05-05,19:40:50.674] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:40:50.680] [INFO] LocationSqlManager initialising [2026-05-05,19:40:50.681] [INFO] Location DB initialising [2026-05-05,19:40:50.691] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:40:50.692] [DEBUG] UploadManager Init [2026-05-05,19:40:50.692] [DEBUG] UploadManager Init Complete [2026-05-05,19:40:50.695] [INFO] Initializing GPS... [2026-05-05,19:40:50.697] [INFO] Starting location capture [2026-05-05,19:41:28.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:41:28.862] [INFO] LocationSqlManager initialising [2026-05-05,19:41:28.863] [INFO] Location DB initialising [2026-05-05,19:41:28.872] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:41:28.873] [DEBUG] UploadManager Init [2026-05-05,19:41:28.873] [DEBUG] UploadManager Init Complete [2026-05-05,19:41:28.875] [INFO] Initializing GPS... [2026-05-05,19:41:28.877] [INFO] Starting location capture [2026-05-05,19:42:04.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:42:04.182] [INFO] LocationSqlManager initialising [2026-05-05,19:42:04.183] [INFO] Location DB initialising [2026-05-05,19:42:04.193] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:42:04.194] [DEBUG] UploadManager Init [2026-05-05,19:42:04.194] [DEBUG] UploadManager Init Complete [2026-05-05,19:42:04.197] [INFO] Initializing GPS... [2026-05-05,19:42:04.200] [INFO] Starting location capture [2026-05-05,19:42:38.215] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:42:38.221] [INFO] LocationSqlManager initialising [2026-05-05,19:42:38.221] [INFO] Location DB initialising [2026-05-05,19:42:38.231] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:42:38.231] [DEBUG] UploadManager Init [2026-05-05,19:42:38.232] [DEBUG] UploadManager Init Complete [2026-05-05,19:42:38.235] [INFO] Initializing GPS... [2026-05-05,19:42:38.236] [INFO] Starting location capture [2026-05-05,19:43:11.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:43:11.843] [INFO] LocationSqlManager initialising [2026-05-05,19:43:11.843] [INFO] Location DB initialising [2026-05-05,19:43:11.853] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:43:11.853] [DEBUG] UploadManager Init [2026-05-05,19:43:11.854] [DEBUG] UploadManager Init Complete [2026-05-05,19:43:11.856] [INFO] Initializing GPS... [2026-05-05,19:43:11.858] [INFO] Starting location capture [2026-05-05,19:43:46.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:43:46.126] [INFO] LocationSqlManager initialising [2026-05-05,19:43:46.127] [INFO] Location DB initialising [2026-05-05,19:43:46.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:43:46.136] [DEBUG] UploadManager Init [2026-05-05,19:43:46.137] [DEBUG] UploadManager Init Complete [2026-05-05,19:43:46.140] [INFO] Initializing GPS... [2026-05-05,19:43:46.142] [INFO] Starting location capture [2026-05-05,19:44:20.387] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:44:20.392] [INFO] LocationSqlManager initialising [2026-05-05,19:44:20.392] [INFO] Location DB initialising [2026-05-05,19:44:20.402] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:44:20.402] [DEBUG] UploadManager Init [2026-05-05,19:44:20.403] [DEBUG] UploadManager Init Complete [2026-05-05,19:44:20.405] [INFO] Initializing GPS... [2026-05-05,19:44:20.407] [INFO] Starting location capture [2026-05-05,19:44:58.264] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:44:58.270] [INFO] LocationSqlManager initialising [2026-05-05,19:44:58.270] [INFO] Location DB initialising [2026-05-05,19:44:58.280] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:44:58.281] [DEBUG] UploadManager Init [2026-05-05,19:44:58.282] [DEBUG] UploadManager Init Complete [2026-05-05,19:44:58.285] [INFO] Initializing GPS... [2026-05-05,19:44:58.287] [INFO] Starting location capture [2026-05-05,19:45:36.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:45:36.853] [INFO] LocationSqlManager initialising [2026-05-05,19:45:36.854] [INFO] Location DB initialising [2026-05-05,19:45:36.863] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:45:36.864] [DEBUG] UploadManager Init [2026-05-05,19:45:36.864] [DEBUG] UploadManager Init Complete [2026-05-05,19:45:36.867] [INFO] Initializing GPS... [2026-05-05,19:45:36.869] [INFO] Starting location capture [2026-05-05,19:46:15.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:46:15.434] [INFO] LocationSqlManager initialising [2026-05-05,19:46:15.435] [INFO] Location DB initialising [2026-05-05,19:46:15.447] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:46:15.448] [DEBUG] UploadManager Init [2026-05-05,19:46:15.448] [DEBUG] UploadManager Init Complete [2026-05-05,19:46:15.453] [INFO] Initializing GPS... [2026-05-05,19:46:15.457] [INFO] Starting location capture [2026-05-05,19:46:48.882] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:46:48.887] [INFO] LocationSqlManager initialising [2026-05-05,19:46:48.888] [INFO] Location DB initialising [2026-05-05,19:46:48.897] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:46:48.898] [DEBUG] UploadManager Init [2026-05-05,19:46:48.898] [DEBUG] UploadManager Init Complete [2026-05-05,19:46:48.901] [INFO] Initializing GPS... [2026-05-05,19:46:48.903] [INFO] Starting location capture [2026-05-05,19:47:23.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:47:23.772] [INFO] LocationSqlManager initialising [2026-05-05,19:47:23.773] [INFO] Location DB initialising [2026-05-05,19:47:23.782] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:47:23.783] [DEBUG] UploadManager Init [2026-05-05,19:47:23.783] [DEBUG] UploadManager Init Complete [2026-05-05,19:47:23.785] [INFO] Initializing GPS... [2026-05-05,19:47:23.787] [INFO] Starting location capture [2026-05-05,19:47:58.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:47:58.069] [INFO] LocationSqlManager initialising [2026-05-05,19:47:58.070] [INFO] Location DB initialising [2026-05-05,19:47:58.080] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:47:58.080] [DEBUG] UploadManager Init [2026-05-05,19:47:58.081] [DEBUG] UploadManager Init Complete [2026-05-05,19:47:58.083] [INFO] Initializing GPS... [2026-05-05,19:47:58.085] [INFO] Starting location capture [2026-05-05,19:48:31.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:48:31.113] [INFO] LocationSqlManager initialising [2026-05-05,19:48:31.113] [INFO] Location DB initialising [2026-05-05,19:48:31.123] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:48:31.123] [DEBUG] UploadManager Init [2026-05-05,19:48:31.124] [DEBUG] UploadManager Init Complete [2026-05-05,19:48:31.126] [INFO] Initializing GPS... [2026-05-05,19:48:31.128] [INFO] Starting location capture [2026-05-05,19:49:04.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:49:04.852] [INFO] LocationSqlManager initialising [2026-05-05,19:49:04.854] [INFO] Location DB initialising [2026-05-05,19:49:04.869] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:49:04.871] [DEBUG] UploadManager Init [2026-05-05,19:49:04.871] [DEBUG] UploadManager Init Complete [2026-05-05,19:49:04.876] [INFO] Initializing GPS... [2026-05-05,19:49:04.879] [INFO] Starting location capture [2026-05-05,19:49:44.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:49:44.020] [INFO] LocationSqlManager initialising [2026-05-05,19:49:44.020] [INFO] Location DB initialising [2026-05-05,19:49:44.030] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:49:44.030] [DEBUG] UploadManager Init [2026-05-05,19:49:44.031] [DEBUG] UploadManager Init Complete [2026-05-05,19:49:44.033] [INFO] Initializing GPS... [2026-05-05,19:49:44.035] [INFO] Starting location capture [2026-05-05,19:50:21.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:50:21.991] [INFO] LocationSqlManager initialising [2026-05-05,19:50:21.993] [INFO] Location DB initialising [2026-05-05,19:50:22.006] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:50:22.007] [DEBUG] UploadManager Init [2026-05-05,19:50:22.008] [DEBUG] UploadManager Init Complete [2026-05-05,19:50:22.012] [INFO] Initializing GPS... [2026-05-05,19:50:22.018] [INFO] Starting location capture [2026-05-05,19:51:01.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:51:01.018] [INFO] LocationSqlManager initialising [2026-05-05,19:51:01.018] [INFO] Location DB initialising [2026-05-05,19:51:01.028] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:51:01.028] [DEBUG] UploadManager Init [2026-05-05,19:51:01.029] [DEBUG] UploadManager Init Complete [2026-05-05,19:51:01.032] [INFO] Initializing GPS... [2026-05-05,19:51:01.034] [INFO] Starting location capture [2026-05-05,19:51:34.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:51:34.773] [INFO] LocationSqlManager initialising [2026-05-05,19:51:34.774] [INFO] Location DB initialising [2026-05-05,19:51:34.783] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:51:34.784] [DEBUG] UploadManager Init [2026-05-05,19:51:34.784] [DEBUG] UploadManager Init Complete [2026-05-05,19:51:34.787] [INFO] Initializing GPS... [2026-05-05,19:51:34.789] [INFO] Starting location capture [2026-05-05,19:52:09.076] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:52:09.081] [INFO] LocationSqlManager initialising [2026-05-05,19:52:09.081] [INFO] Location DB initialising [2026-05-05,19:52:09.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:52:09.091] [DEBUG] UploadManager Init [2026-05-05,19:52:09.092] [DEBUG] UploadManager Init Complete [2026-05-05,19:52:09.095] [INFO] Initializing GPS... [2026-05-05,19:52:09.097] [INFO] Starting location capture [2026-05-05,19:52:41.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:52:41.778] [INFO] LocationSqlManager initialising [2026-05-05,19:52:41.778] [INFO] Location DB initialising [2026-05-05,19:52:41.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:52:41.789] [DEBUG] UploadManager Init [2026-05-05,19:52:41.789] [DEBUG] UploadManager Init Complete [2026-05-05,19:52:41.792] [INFO] Initializing GPS... [2026-05-05,19:52:41.793] [INFO] Starting location capture [2026-05-05,19:53:17.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:53:17.107] [INFO] LocationSqlManager initialising [2026-05-05,19:53:17.108] [INFO] Location DB initialising [2026-05-05,19:53:17.117] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:53:17.118] [DEBUG] UploadManager Init [2026-05-05,19:53:17.118] [DEBUG] UploadManager Init Complete [2026-05-05,19:53:17.121] [INFO] Initializing GPS... [2026-05-05,19:53:17.123] [INFO] Starting location capture [2026-05-05,19:53:50.872] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:53:50.880] [INFO] LocationSqlManager initialising [2026-05-05,19:53:50.881] [INFO] Location DB initialising [2026-05-05,19:53:50.892] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:53:50.893] [DEBUG] UploadManager Init [2026-05-05,19:53:50.893] [DEBUG] UploadManager Init Complete [2026-05-05,19:53:50.897] [INFO] Initializing GPS... [2026-05-05,19:53:50.899] [INFO] Starting location capture [2026-05-05,19:54:24.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:54:24.841] [INFO] LocationSqlManager initialising [2026-05-05,19:54:24.842] [INFO] Location DB initialising [2026-05-05,19:54:24.851] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:54:24.852] [DEBUG] UploadManager Init [2026-05-05,19:54:24.852] [DEBUG] UploadManager Init Complete [2026-05-05,19:54:24.855] [INFO] Initializing GPS... [2026-05-05,19:54:24.857] [INFO] Starting location capture [2026-05-05,19:55:03.326] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:55:03.332] [INFO] LocationSqlManager initialising [2026-05-05,19:55:03.332] [INFO] Location DB initialising [2026-05-05,19:55:03.342] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:55:03.343] [DEBUG] UploadManager Init [2026-05-05,19:55:03.343] [DEBUG] UploadManager Init Complete [2026-05-05,19:55:03.345] [INFO] Initializing GPS... [2026-05-05,19:55:03.347] [INFO] Starting location capture [2026-05-05,19:55:43.191] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:55:43.196] [INFO] LocationSqlManager initialising [2026-05-05,19:55:43.197] [INFO] Location DB initialising [2026-05-05,19:55:43.206] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:55:43.207] [DEBUG] UploadManager Init [2026-05-05,19:55:43.207] [DEBUG] UploadManager Init Complete [2026-05-05,19:55:43.210] [INFO] Initializing GPS... [2026-05-05,19:55:43.212] [INFO] Starting location capture [2026-05-05,19:56:21.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:56:21.153] [INFO] LocationSqlManager initialising [2026-05-05,19:56:21.154] [INFO] Location DB initialising [2026-05-05,19:56:21.163] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:56:21.164] [DEBUG] UploadManager Init [2026-05-05,19:56:21.164] [DEBUG] UploadManager Init Complete [2026-05-05,19:56:21.167] [INFO] Initializing GPS... [2026-05-05,19:56:21.169] [INFO] Starting location capture [2026-05-05,19:56:55.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:56:55.201] [INFO] LocationSqlManager initialising [2026-05-05,19:56:55.202] [INFO] Location DB initialising [2026-05-05,19:56:55.211] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:56:55.212] [DEBUG] UploadManager Init [2026-05-05,19:56:55.212] [DEBUG] UploadManager Init Complete [2026-05-05,19:56:55.215] [INFO] Initializing GPS... [2026-05-05,19:56:55.216] [INFO] Starting location capture [2026-05-05,19:57:29.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:57:29.999] [INFO] LocationSqlManager initialising [2026-05-05,19:57:29.999] [INFO] Location DB initialising [2026-05-05,19:57:30.009] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:57:30.009] [DEBUG] UploadManager Init [2026-05-05,19:57:30.010] [DEBUG] UploadManager Init Complete [2026-05-05,19:57:30.012] [INFO] Initializing GPS... [2026-05-05,19:57:30.014] [INFO] Starting location capture [2026-05-05,19:58:04.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:58:04.228] [INFO] LocationSqlManager initialising [2026-05-05,19:58:04.229] [INFO] Location DB initialising [2026-05-05,19:58:04.238] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:58:04.239] [DEBUG] UploadManager Init [2026-05-05,19:58:04.239] [DEBUG] UploadManager Init Complete [2026-05-05,19:58:04.242] [INFO] Initializing GPS... [2026-05-05,19:58:04.244] [INFO] Starting location capture [2026-05-05,19:58:38.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:58:38.206] [INFO] LocationSqlManager initialising [2026-05-05,19:58:38.207] [INFO] Location DB initialising [2026-05-05,19:58:38.217] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:58:38.217] [DEBUG] UploadManager Init [2026-05-05,19:58:38.218] [DEBUG] UploadManager Init Complete [2026-05-05,19:58:38.221] [INFO] Initializing GPS... [2026-05-05,19:58:38.223] [INFO] Starting location capture [2026-05-05,19:59:10.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:59:10.900] [INFO] LocationSqlManager initialising [2026-05-05,19:59:10.901] [INFO] Location DB initialising [2026-05-05,19:59:10.911] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:59:10.912] [DEBUG] UploadManager Init [2026-05-05,19:59:10.912] [DEBUG] UploadManager Init Complete [2026-05-05,19:59:10.915] [INFO] Initializing GPS... [2026-05-05,19:59:10.918] [INFO] Starting location capture [2026-05-05,19:59:44.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:59:44.930] [INFO] LocationSqlManager initialising [2026-05-05,19:59:44.931] [INFO] Location DB initialising [2026-05-05,19:59:44.941] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:59:44.942] [DEBUG] UploadManager Init [2026-05-05,19:59:44.942] [DEBUG] UploadManager Init Complete [2026-05-05,19:59:44.945] [INFO] Initializing GPS... [2026-05-05,19:59:44.948] [INFO] Starting location capture [2026-05-05,20:00:23.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:00:23.833] [INFO] LocationSqlManager initialising [2026-05-05,20:00:23.834] [INFO] Location DB initialising [2026-05-05,20:00:23.845] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:00:23.847] [DEBUG] UploadManager Init [2026-05-05,20:00:23.847] [DEBUG] UploadManager Init Complete [2026-05-05,20:00:23.852] [INFO] Initializing GPS... [2026-05-05,20:00:23.855] [INFO] Starting location capture [2026-05-05,20:01:01.769] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:01:01.774] [INFO] LocationSqlManager initialising [2026-05-05,20:01:01.775] [INFO] Location DB initialising [2026-05-05,20:01:01.784] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:01:01.784] [DEBUG] UploadManager Init [2026-05-05,20:01:01.785] [DEBUG] UploadManager Init Complete [2026-05-05,20:01:01.787] [INFO] Initializing GPS... [2026-05-05,20:01:01.789] [INFO] Starting location capture [2026-05-05,20:01:37.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:01:37.138] [INFO] LocationSqlManager initialising [2026-05-05,20:01:37.139] [INFO] Location DB initialising [2026-05-05,20:01:37.148] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:01:37.149] [DEBUG] UploadManager Init [2026-05-05,20:01:37.149] [DEBUG] UploadManager Init Complete [2026-05-05,20:01:37.152] [INFO] Initializing GPS... [2026-05-05,20:01:37.154] [INFO] Starting location capture [2026-05-05,20:02:10.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:02:10.933] [INFO] LocationSqlManager initialising [2026-05-05,20:02:10.934] [INFO] Location DB initialising [2026-05-05,20:02:10.944] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:02:10.945] [DEBUG] UploadManager Init [2026-05-05,20:02:10.946] [DEBUG] UploadManager Init Complete [2026-05-05,20:02:10.949] [INFO] Initializing GPS... [2026-05-05,20:02:10.952] [INFO] Starting location capture [2026-05-05,20:02:45.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:02:45.079] [INFO] LocationSqlManager initialising [2026-05-05,20:02:45.079] [INFO] Location DB initialising [2026-05-05,20:02:45.089] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:02:45.090] [DEBUG] UploadManager Init [2026-05-05,20:02:45.090] [DEBUG] UploadManager Init Complete [2026-05-05,20:02:45.094] [INFO] Initializing GPS... [2026-05-05,20:02:45.096] [INFO] Starting location capture [2026-05-05,20:03:19.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:03:19.263] [INFO] LocationSqlManager initialising [2026-05-05,20:03:19.264] [INFO] Location DB initialising [2026-05-05,20:03:19.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:03:19.275] [DEBUG] UploadManager Init [2026-05-05,20:03:19.275] [DEBUG] UploadManager Init Complete [2026-05-05,20:03:19.279] [INFO] Initializing GPS... [2026-05-05,20:03:19.281] [INFO] Starting location capture [2026-05-05,20:03:52.615] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:03:52.620] [INFO] LocationSqlManager initialising [2026-05-05,20:03:52.620] [INFO] Location DB initialising [2026-05-05,20:03:52.629] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:03:52.630] [DEBUG] UploadManager Init [2026-05-05,20:03:52.631] [DEBUG] UploadManager Init Complete [2026-05-05,20:03:52.633] [INFO] Initializing GPS... [2026-05-05,20:03:52.635] [INFO] Starting location capture [2026-05-05,20:04:29.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:04:29.767] [INFO] LocationSqlManager initialising [2026-05-05,20:04:29.768] [INFO] Location DB initialising [2026-05-05,20:04:29.779] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:04:29.781] [DEBUG] UploadManager Init [2026-05-05,20:04:29.781] [DEBUG] UploadManager Init Complete [2026-05-05,20:04:29.786] [INFO] Initializing GPS... [2026-05-05,20:04:29.788] [INFO] Starting location capture [2026-05-05,20:05:09.349] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:05:09.354] [INFO] LocationSqlManager initialising [2026-05-05,20:05:09.355] [INFO] Location DB initialising [2026-05-05,20:05:09.364] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:05:09.365] [DEBUG] UploadManager Init [2026-05-05,20:05:09.365] [DEBUG] UploadManager Init Complete [2026-05-05,20:05:09.368] [INFO] Initializing GPS... [2026-05-05,20:05:09.370] [INFO] Starting location capture [2026-05-05,20:05:47.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:05:47.087] [INFO] LocationSqlManager initialising [2026-05-05,20:05:47.087] [INFO] Location DB initialising [2026-05-05,20:05:47.097] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:05:47.097] [DEBUG] UploadManager Init [2026-05-05,20:05:47.098] [DEBUG] UploadManager Init Complete [2026-05-05,20:05:47.100] [INFO] Initializing GPS... [2026-05-05,20:05:47.102] [INFO] Starting location capture [2026-05-05,20:06:21.332] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:06:21.339] [INFO] LocationSqlManager initialising [2026-05-05,20:06:21.340] [INFO] Location DB initialising [2026-05-05,20:06:21.351] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:06:21.353] [DEBUG] UploadManager Init [2026-05-05,20:06:21.353] [DEBUG] UploadManager Init Complete [2026-05-05,20:06:21.358] [INFO] Initializing GPS... [2026-05-05,20:06:21.361] [INFO] Starting location capture [2026-05-05,20:06:54.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:06:55.005] [INFO] LocationSqlManager initialising [2026-05-05,20:06:55.005] [INFO] Location DB initialising [2026-05-05,20:06:55.015] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:06:55.015] [DEBUG] UploadManager Init [2026-05-05,20:06:55.016] [DEBUG] UploadManager Init Complete [2026-05-05,20:06:55.018] [INFO] Initializing GPS... [2026-05-05,20:06:55.020] [INFO] Starting location capture [2026-05-05,20:07:29.244] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:07:29.249] [INFO] LocationSqlManager initialising [2026-05-05,20:07:29.250] [INFO] Location DB initialising [2026-05-05,20:07:29.261] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:07:29.262] [DEBUG] UploadManager Init [2026-05-05,20:07:29.263] [DEBUG] UploadManager Init Complete [2026-05-05,20:07:29.268] [INFO] Initializing GPS... [2026-05-05,20:07:29.271] [INFO] Starting location capture [2026-05-05,20:08:03.063] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:08:03.068] [INFO] LocationSqlManager initialising [2026-05-05,20:08:03.069] [INFO] Location DB initialising [2026-05-05,20:08:03.078] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:08:03.079] [DEBUG] UploadManager Init [2026-05-05,20:08:03.079] [DEBUG] UploadManager Init Complete [2026-05-05,20:08:03.082] [INFO] Initializing GPS... [2026-05-05,20:08:03.084] [INFO] Starting location capture [2026-05-05,20:08:37.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:08:37.191] [INFO] LocationSqlManager initialising [2026-05-05,20:08:37.191] [INFO] Location DB initialising [2026-05-05,20:08:37.201] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:08:37.201] [DEBUG] UploadManager Init [2026-05-05,20:08:37.202] [DEBUG] UploadManager Init Complete [2026-05-05,20:08:37.204] [INFO] Initializing GPS... [2026-05-05,20:08:37.206] [INFO] Starting location capture [2026-05-05,20:09:10.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:09:10.118] [INFO] LocationSqlManager initialising [2026-05-05,20:09:10.118] [INFO] Location DB initialising [2026-05-05,20:09:10.127] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:09:10.128] [DEBUG] UploadManager Init [2026-05-05,20:09:10.129] [DEBUG] UploadManager Init Complete [2026-05-05,20:09:10.131] [INFO] Initializing GPS... [2026-05-05,20:09:10.133] [INFO] Starting location capture [2026-05-05,20:09:47.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:09:47.361] [INFO] LocationSqlManager initialising [2026-05-05,20:09:47.361] [INFO] Location DB initialising [2026-05-05,20:09:47.371] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:09:47.372] [DEBUG] UploadManager Init [2026-05-05,20:09:47.372] [DEBUG] UploadManager Init Complete [2026-05-05,20:09:47.375] [INFO] Initializing GPS... [2026-05-05,20:09:47.378] [INFO] Starting location capture [2026-05-05,20:10:27.323] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:10:27.329] [INFO] LocationSqlManager initialising [2026-05-05,20:10:27.330] [INFO] Location DB initialising [2026-05-05,20:10:27.340] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:10:27.341] [DEBUG] UploadManager Init [2026-05-05,20:10:27.341] [DEBUG] UploadManager Init Complete [2026-05-05,20:10:27.344] [INFO] Initializing GPS... [2026-05-05,20:10:27.347] [INFO] Starting location capture [2026-05-05,20:11:04.847] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:11:04.852] [INFO] LocationSqlManager initialising [2026-05-05,20:11:04.853] [INFO] Location DB initialising [2026-05-05,20:11:04.862] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:11:04.863] [DEBUG] UploadManager Init [2026-05-05,20:11:04.863] [DEBUG] UploadManager Init Complete [2026-05-05,20:11:04.866] [INFO] Initializing GPS... [2026-05-05,20:11:04.869] [INFO] Starting location capture [2026-05-05,20:11:39.251] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:11:39.258] [INFO] LocationSqlManager initialising [2026-05-05,20:11:39.259] [INFO] Location DB initialising [2026-05-05,20:11:39.269] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:11:39.271] [DEBUG] UploadManager Init [2026-05-05,20:11:39.271] [DEBUG] UploadManager Init Complete [2026-05-05,20:11:39.275] [INFO] Initializing GPS... [2026-05-05,20:11:39.278] [INFO] Starting location capture [2026-05-05,20:12:12.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:12:13.007] [INFO] LocationSqlManager initialising [2026-05-05,20:12:13.008] [INFO] Location DB initialising [2026-05-05,20:12:13.019] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:12:13.021] [DEBUG] UploadManager Init [2026-05-05,20:12:13.021] [DEBUG] UploadManager Init Complete [2026-05-05,20:12:13.026] [INFO] Initializing GPS... [2026-05-05,20:12:13.029] [INFO] Starting location capture [2026-05-05,20:12:47.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:12:47.263] [INFO] LocationSqlManager initialising [2026-05-05,20:12:47.263] [INFO] Location DB initialising [2026-05-05,20:12:47.273] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:12:47.273] [DEBUG] UploadManager Init [2026-05-05,20:12:47.274] [DEBUG] UploadManager Init Complete [2026-05-05,20:12:47.276] [INFO] Initializing GPS... [2026-05-05,20:12:47.278] [INFO] Starting location capture [2026-05-05,20:13:20.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:13:20.126] [INFO] LocationSqlManager initialising [2026-05-05,20:13:20.127] [INFO] Location DB initialising [2026-05-05,20:13:20.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:13:20.137] [DEBUG] UploadManager Init [2026-05-05,20:13:20.137] [DEBUG] UploadManager Init Complete [2026-05-05,20:13:20.140] [INFO] Initializing GPS... [2026-05-05,20:13:20.142] [INFO] Starting location capture [2026-05-05,20:13:53.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:13:53.767] [INFO] LocationSqlManager initialising [2026-05-05,20:13:53.768] [INFO] Location DB initialising [2026-05-05,20:13:53.779] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:13:53.781] [DEBUG] UploadManager Init [2026-05-05,20:13:53.781] [DEBUG] UploadManager Init Complete [2026-05-05,20:13:53.786] [INFO] Initializing GPS... [2026-05-05,20:13:53.789] [INFO] Starting location capture [2026-05-05,20:14:33.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:14:33.094] [INFO] LocationSqlManager initialising [2026-05-05,20:14:33.095] [INFO] Location DB initialising [2026-05-05,20:14:33.106] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:14:33.107] [DEBUG] UploadManager Init [2026-05-05,20:14:33.107] [DEBUG] UploadManager Init Complete [2026-05-05,20:14:33.110] [INFO] Initializing GPS... [2026-05-05,20:14:33.112] [INFO] Starting location capture [2026-05-05,20:15:11.791] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:15:11.801] [INFO] LocationSqlManager initialising [2026-05-05,20:15:11.803] [INFO] Location DB initialising [2026-05-05,20:15:11.818] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:15:11.820] [DEBUG] UploadManager Init [2026-05-05,20:15:11.820] [DEBUG] UploadManager Init Complete [2026-05-05,20:15:11.824] [INFO] Initializing GPS... [2026-05-05,20:15:11.827] [INFO] Starting location capture [2026-05-05,20:15:50.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:15:50.018] [INFO] LocationSqlManager initialising [2026-05-05,20:15:50.018] [INFO] Location DB initialising [2026-05-05,20:15:50.028] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:15:50.028] [DEBUG] UploadManager Init [2026-05-05,20:15:50.029] [DEBUG] UploadManager Init Complete [2026-05-05,20:15:50.032] [INFO] Initializing GPS... [2026-05-05,20:15:50.034] [INFO] Starting location capture [2026-05-05,20:16:24.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:16:24.283] [INFO] LocationSqlManager initialising [2026-05-05,20:16:24.284] [INFO] Location DB initialising [2026-05-05,20:16:24.293] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:16:24.294] [DEBUG] UploadManager Init [2026-05-05,20:16:24.295] [DEBUG] UploadManager Init Complete [2026-05-05,20:16:24.298] [INFO] Initializing GPS... [2026-05-05,20:16:24.300] [INFO] Starting location capture [2026-05-05,20:16:59.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:16:59.261] [INFO] LocationSqlManager initialising [2026-05-05,20:16:59.261] [INFO] Location DB initialising [2026-05-05,20:16:59.271] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:16:59.272] [DEBUG] UploadManager Init [2026-05-05,20:16:59.273] [DEBUG] UploadManager Init Complete [2026-05-05,20:16:59.276] [INFO] Initializing GPS... [2026-05-05,20:16:59.278] [INFO] Starting location capture [2026-05-05,20:17:32.607] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:17:32.612] [INFO] LocationSqlManager initialising [2026-05-05,20:17:32.612] [INFO] Location DB initialising [2026-05-05,20:17:32.622] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:17:32.622] [DEBUG] UploadManager Init [2026-05-05,20:17:32.623] [DEBUG] UploadManager Init Complete [2026-05-05,20:17:32.625] [INFO] Initializing GPS... [2026-05-05,20:17:32.627] [INFO] Starting location capture [2026-05-05,20:18:06.056] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:18:06.061] [INFO] LocationSqlManager initialising [2026-05-05,20:18:06.062] [INFO] Location DB initialising [2026-05-05,20:18:06.071] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:18:06.071] [DEBUG] UploadManager Init [2026-05-05,20:18:06.072] [DEBUG] UploadManager Init Complete [2026-05-05,20:18:06.074] [INFO] Initializing GPS... [2026-05-05,20:18:06.076] [INFO] Starting location capture [2026-05-05,20:18:39.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:18:39.812] [INFO] LocationSqlManager initialising [2026-05-05,20:18:39.812] [INFO] Location DB initialising [2026-05-05,20:18:39.822] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:18:39.823] [DEBUG] UploadManager Init [2026-05-05,20:18:39.823] [DEBUG] UploadManager Init Complete [2026-05-05,20:18:39.826] [INFO] Initializing GPS... [2026-05-05,20:18:39.828] [INFO] Starting location capture [2026-05-05,20:19:18.636] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:19:18.646] [INFO] LocationSqlManager initialising [2026-05-05,20:19:18.647] [INFO] Location DB initialising [2026-05-05,20:19:18.659] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:19:18.660] [DEBUG] UploadManager Init [2026-05-05,20:19:18.661] [DEBUG] UploadManager Init Complete [2026-05-05,20:19:18.666] [INFO] Initializing GPS... [2026-05-05,20:19:18.669] [INFO] Starting location capture [2026-05-05,20:19:57.279] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:19:57.284] [INFO] LocationSqlManager initialising [2026-05-05,20:19:57.285] [INFO] Location DB initialising [2026-05-05,20:19:57.294] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:19:57.295] [DEBUG] UploadManager Init [2026-05-05,20:19:57.295] [DEBUG] UploadManager Init Complete [2026-05-05,20:19:57.298] [INFO] Initializing GPS... [2026-05-05,20:19:57.300] [INFO] Starting location capture [2026-05-05,20:20:35.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:20:35.987] [INFO] LocationSqlManager initialising [2026-05-05,20:20:35.988] [INFO] Location DB initialising [2026-05-05,20:20:35.998] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:20:35.999] [DEBUG] UploadManager Init [2026-05-05,20:20:35.999] [DEBUG] UploadManager Init Complete [2026-05-05,20:20:36.002] [INFO] Initializing GPS... [2026-05-05,20:20:36.005] [INFO] Starting location capture [2026-05-05,20:21:10.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:21:10.099] [INFO] LocationSqlManager initialising [2026-05-05,20:21:10.099] [INFO] Location DB initialising [2026-05-05,20:21:10.109] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:21:10.109] [DEBUG] UploadManager Init [2026-05-05,20:21:10.110] [DEBUG] UploadManager Init Complete [2026-05-05,20:21:10.112] [INFO] Initializing GPS... [2026-05-05,20:21:10.114] [INFO] Starting location capture [2026-05-05,20:21:43.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:21:43.143] [INFO] LocationSqlManager initialising [2026-05-05,20:21:43.144] [INFO] Location DB initialising [2026-05-05,20:21:43.155] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:21:43.157] [DEBUG] UploadManager Init [2026-05-05,20:21:43.157] [DEBUG] UploadManager Init Complete [2026-05-05,20:21:43.162] [INFO] Initializing GPS... [2026-05-05,20:21:43.165] [INFO] Starting location capture [2026-05-05,20:22:17.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:22:17.335] [INFO] LocationSqlManager initialising [2026-05-05,20:22:17.335] [INFO] Location DB initialising [2026-05-05,20:22:17.345] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:22:17.345] [DEBUG] UploadManager Init [2026-05-05,20:22:17.346] [DEBUG] UploadManager Init Complete [2026-05-05,20:22:17.348] [INFO] Initializing GPS... [2026-05-05,20:22:17.350] [INFO] Starting location capture [2026-05-05,20:22:50.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:22:50.925] [INFO] LocationSqlManager initialising [2026-05-05,20:22:50.925] [INFO] Location DB initialising [2026-05-05,20:22:50.936] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:22:50.937] [DEBUG] UploadManager Init [2026-05-05,20:22:50.937] [DEBUG] UploadManager Init Complete [2026-05-05,20:22:50.940] [INFO] Initializing GPS... [2026-05-05,20:22:50.944] [INFO] Starting location capture [2026-05-05,20:23:25.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:23:25.042] [INFO] LocationSqlManager initialising [2026-05-05,20:23:25.042] [INFO] Location DB initialising [2026-05-05,20:23:25.052] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:23:25.053] [DEBUG] UploadManager Init [2026-05-05,20:23:25.053] [DEBUG] UploadManager Init Complete [2026-05-05,20:23:25.055] [INFO] Initializing GPS... [2026-05-05,20:23:25.057] [INFO] Starting location capture [2026-05-05,20:23:59.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:23:59.526] [INFO] LocationSqlManager initialising [2026-05-05,20:23:59.527] [INFO] Location DB initialising [2026-05-05,20:23:59.538] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:23:59.540] [DEBUG] UploadManager Init [2026-05-05,20:23:59.540] [DEBUG] UploadManager Init Complete [2026-05-05,20:23:59.544] [INFO] Initializing GPS... [2026-05-05,20:23:59.547] [INFO] Starting location capture [2026-05-05,20:24:38.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:24:38.116] [INFO] LocationSqlManager initialising [2026-05-05,20:24:38.117] [INFO] Location DB initialising [2026-05-05,20:24:38.126] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:24:38.127] [DEBUG] UploadManager Init [2026-05-05,20:24:38.127] [DEBUG] UploadManager Init Complete [2026-05-05,20:24:38.130] [INFO] Initializing GPS... [2026-05-05,20:24:38.133] [INFO] Starting location capture [2026-05-05,20:25:15.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:25:15.856] [INFO] LocationSqlManager initialising [2026-05-05,20:25:15.857] [INFO] Location DB initialising [2026-05-05,20:25:15.868] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:25:15.869] [DEBUG] UploadManager Init [2026-05-05,20:25:15.870] [DEBUG] UploadManager Init Complete [2026-05-05,20:25:15.873] [INFO] Initializing GPS... [2026-05-05,20:25:15.875] [INFO] Starting location capture [2026-05-05,20:25:54.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:25:54.096] [INFO] LocationSqlManager initialising [2026-05-05,20:25:54.097] [INFO] Location DB initialising [2026-05-05,20:25:54.106] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:25:54.107] [DEBUG] UploadManager Init [2026-05-05,20:25:54.107] [DEBUG] UploadManager Init Complete [2026-05-05,20:25:54.110] [INFO] Initializing GPS... [2026-05-05,20:25:54.112] [INFO] Starting location capture [2026-05-05,20:26:29.515] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:26:29.522] [INFO] LocationSqlManager initialising [2026-05-05,20:26:29.523] [INFO] Location DB initialising [2026-05-05,20:26:29.533] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:26:29.534] [DEBUG] UploadManager Init [2026-05-05,20:26:29.534] [DEBUG] UploadManager Init Complete [2026-05-05,20:26:29.537] [INFO] Initializing GPS... [2026-05-05,20:26:29.540] [INFO] Starting location capture [2026-05-05,20:27:02.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:27:02.028] [INFO] LocationSqlManager initialising [2026-05-05,20:27:02.029] [INFO] Location DB initialising [2026-05-05,20:27:02.038] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:27:02.038] [DEBUG] UploadManager Init [2026-05-05,20:27:02.039] [DEBUG] UploadManager Init Complete [2026-05-05,20:27:02.041] [INFO] Initializing GPS... [2026-05-05,20:27:02.043] [INFO] Starting location capture [2026-05-05,20:27:37.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:27:37.805] [INFO] LocationSqlManager initialising [2026-05-05,20:27:37.805] [INFO] Location DB initialising [2026-05-05,20:27:37.814] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:27:37.815] [DEBUG] UploadManager Init [2026-05-05,20:27:37.816] [DEBUG] UploadManager Init Complete [2026-05-05,20:27:37.818] [INFO] Initializing GPS... [2026-05-05,20:27:37.820] [INFO] Starting location capture [2026-05-05,20:28:11.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:28:11.045] [INFO] LocationSqlManager initialising [2026-05-05,20:28:11.045] [INFO] Location DB initialising [2026-05-05,20:28:11.055] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:28:11.055] [DEBUG] UploadManager Init [2026-05-05,20:28:11.056] [DEBUG] UploadManager Init Complete [2026-05-05,20:28:11.058] [INFO] Initializing GPS... [2026-05-05,20:28:11.060] [INFO] Starting location capture [2026-05-05,20:28:45.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:28:45.034] [INFO] LocationSqlManager initialising [2026-05-05,20:28:45.035] [INFO] Location DB initialising [2026-05-05,20:28:45.045] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:28:45.046] [DEBUG] UploadManager Init [2026-05-05,20:28:45.046] [DEBUG] UploadManager Init Complete [2026-05-05,20:28:45.050] [INFO] Initializing GPS... [2026-05-05,20:28:45.052] [INFO] Starting location capture [2026-05-05,20:29:23.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:29:23.912] [INFO] LocationSqlManager initialising [2026-05-05,20:29:23.913] [INFO] Location DB initialising [2026-05-05,20:29:23.922] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:29:23.923] [DEBUG] UploadManager Init [2026-05-05,20:29:23.923] [DEBUG] UploadManager Init Complete [2026-05-05,20:29:23.926] [INFO] Initializing GPS... [2026-05-05,20:29:23.928] [INFO] Starting location capture [2026-05-05,20:30:02.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:30:02.125] [INFO] LocationSqlManager initialising [2026-05-05,20:30:02.126] [INFO] Location DB initialising [2026-05-05,20:30:02.136] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:30:02.136] [DEBUG] UploadManager Init [2026-05-05,20:30:02.137] [DEBUG] UploadManager Init Complete [2026-05-05,20:30:02.140] [INFO] Initializing GPS... [2026-05-05,20:30:02.142] [INFO] Starting location capture [2026-05-05,20:30:40.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:30:40.999] [INFO] LocationSqlManager initialising [2026-05-05,20:30:41.000] [INFO] Location DB initialising [2026-05-05,20:30:41.009] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:30:41.010] [DEBUG] UploadManager Init [2026-05-05,20:30:41.010] [DEBUG] UploadManager Init Complete [2026-05-05,20:30:41.013] [INFO] Initializing GPS... [2026-05-05,20:30:41.015] [INFO] Starting location capture [2026-05-05,20:31:20.548] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:31:20.558] [INFO] LocationSqlManager initialising [2026-05-05,20:31:20.559] [INFO] Location DB initialising [2026-05-05,20:31:20.571] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:31:20.572] [DEBUG] UploadManager Init [2026-05-05,20:31:20.573] [DEBUG] UploadManager Init Complete [2026-05-05,20:31:20.578] [INFO] Initializing GPS... [2026-05-05,20:31:20.581] [INFO] Starting location capture [2026-05-05,20:31:54.653] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:31:54.658] [INFO] LocationSqlManager initialising [2026-05-05,20:31:54.659] [INFO] Location DB initialising [2026-05-05,20:31:54.668] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:31:54.669] [DEBUG] UploadManager Init [2026-05-05,20:31:54.669] [DEBUG] UploadManager Init Complete [2026-05-05,20:31:54.672] [INFO] Initializing GPS... [2026-05-05,20:31:54.674] [INFO] Starting location capture [2026-05-05,20:32:27.559] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:32:27.565] [INFO] LocationSqlManager initialising [2026-05-05,20:32:27.566] [INFO] Location DB initialising [2026-05-05,20:32:27.576] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:32:27.577] [DEBUG] UploadManager Init [2026-05-05,20:32:27.577] [DEBUG] UploadManager Init Complete [2026-05-05,20:32:27.580] [INFO] Initializing GPS... [2026-05-05,20:32:27.582] [INFO] Starting location capture [2026-05-05,20:33:02.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:33:02.087] [INFO] LocationSqlManager initialising [2026-05-05,20:33:02.088] [INFO] Location DB initialising [2026-05-05,20:33:02.097] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:33:02.098] [DEBUG] UploadManager Init [2026-05-05,20:33:02.098] [DEBUG] UploadManager Init Complete [2026-05-05,20:33:02.101] [INFO] Initializing GPS... [2026-05-05,20:33:02.103] [INFO] Starting location capture [2026-05-05,20:33:37.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:33:37.124] [INFO] LocationSqlManager initialising [2026-05-05,20:33:37.125] [INFO] Location DB initialising [2026-05-05,20:33:37.134] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:33:37.135] [DEBUG] UploadManager Init [2026-05-05,20:33:37.135] [DEBUG] UploadManager Init Complete [2026-05-05,20:33:37.138] [INFO] Initializing GPS... [2026-05-05,20:33:37.140] [INFO] Starting location capture [2026-05-05,20:34:15.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:34:15.086] [INFO] LocationSqlManager initialising [2026-05-05,20:34:15.087] [INFO] Location DB initialising [2026-05-05,20:34:15.096] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:34:15.097] [DEBUG] UploadManager Init [2026-05-05,20:34:15.097] [DEBUG] UploadManager Init Complete [2026-05-05,20:34:15.100] [INFO] Initializing GPS... [2026-05-05,20:34:15.103] [INFO] Starting location capture [2026-05-05,20:34:54.166] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:34:54.171] [INFO] LocationSqlManager initialising [2026-05-05,20:34:54.172] [INFO] Location DB initialising [2026-05-05,20:34:54.181] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:34:54.182] [DEBUG] UploadManager Init [2026-05-05,20:34:54.182] [DEBUG] UploadManager Init Complete [2026-05-05,20:34:54.185] [INFO] Initializing GPS... [2026-05-05,20:34:54.187] [INFO] Starting location capture [2026-05-05,20:35:31.602] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:35:31.607] [INFO] LocationSqlManager initialising [2026-05-05,20:35:31.608] [INFO] Location DB initialising [2026-05-05,20:35:31.617] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:35:31.618] [DEBUG] UploadManager Init [2026-05-05,20:35:31.618] [DEBUG] UploadManager Init Complete [2026-05-05,20:35:31.621] [INFO] Initializing GPS... [2026-05-05,20:35:31.623] [INFO] Starting location capture [2026-05-05,20:36:06.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:36:06.105] [INFO] LocationSqlManager initialising [2026-05-05,20:36:06.105] [INFO] Location DB initialising [2026-05-05,20:36:06.115] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:36:06.115] [DEBUG] UploadManager Init [2026-05-05,20:36:06.115] [DEBUG] UploadManager Init Complete [2026-05-05,20:36:06.118] [INFO] Initializing GPS... [2026-05-05,20:36:06.120] [INFO] Starting location capture [2026-05-05,20:36:38.817] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:36:38.822] [INFO] LocationSqlManager initialising [2026-05-05,20:36:38.822] [INFO] Location DB initialising [2026-05-05,20:36:38.832] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:36:38.833] [DEBUG] UploadManager Init [2026-05-05,20:36:38.833] [DEBUG] UploadManager Init Complete [2026-05-05,20:36:38.836] [INFO] Initializing GPS... [2026-05-05,20:36:38.838] [INFO] Starting location capture [2026-05-05,20:37:13.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:37:13.320] [INFO] LocationSqlManager initialising [2026-05-05,20:37:13.321] [INFO] Location DB initialising [2026-05-05,20:37:13.332] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:37:13.334] [DEBUG] UploadManager Init [2026-05-05,20:37:13.334] [DEBUG] UploadManager Init Complete [2026-05-05,20:37:13.339] [INFO] Initializing GPS... [2026-05-05,20:37:13.341] [INFO] Starting location capture [2026-05-05,20:37:46.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:37:46.721] [INFO] LocationSqlManager initialising [2026-05-05,20:37:46.722] [INFO] Location DB initialising [2026-05-05,20:37:46.733] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:37:46.734] [DEBUG] UploadManager Init [2026-05-05,20:37:46.735] [DEBUG] UploadManager Init Complete [2026-05-05,20:37:46.739] [INFO] Initializing GPS... [2026-05-05,20:37:46.742] [INFO] Starting location capture [2026-05-05,20:38:21.076] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:38:21.081] [INFO] LocationSqlManager initialising [2026-05-05,20:38:21.082] [INFO] Location DB initialising [2026-05-05,20:38:21.091] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:38:21.092] [DEBUG] UploadManager Init [2026-05-05,20:38:21.092] [DEBUG] UploadManager Init Complete [2026-05-05,20:38:21.095] [INFO] Initializing GPS... [2026-05-05,20:38:21.097] [INFO] Starting location capture [2026-05-05,20:38:55.722] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:38:55.727] [INFO] LocationSqlManager initialising [2026-05-05,20:38:55.728] [INFO] Location DB initialising [2026-05-05,20:38:55.737] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:38:55.738] [DEBUG] UploadManager Init [2026-05-05,20:38:55.738] [DEBUG] UploadManager Init Complete [2026-05-05,20:38:55.741] [INFO] Initializing GPS... [2026-05-05,20:38:55.743] [INFO] Starting location capture [2026-05-05,20:39:34.074] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:39:34.082] [INFO] LocationSqlManager initialising [2026-05-05,20:39:34.082] [INFO] Location DB initialising [2026-05-05,20:39:34.093] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:39:34.094] [DEBUG] UploadManager Init [2026-05-05,20:39:34.095] [DEBUG] UploadManager Init Complete [2026-05-05,20:39:34.100] [INFO] Initializing GPS... [2026-05-05,20:39:34.103] [INFO] Starting location capture [2026-05-05,20:40:13.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:40:13.022] [INFO] LocationSqlManager initialising [2026-05-05,20:40:13.022] [INFO] Location DB initialising [2026-05-05,20:40:13.032] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:40:13.032] [DEBUG] UploadManager Init [2026-05-05,20:40:13.032] [DEBUG] UploadManager Init Complete [2026-05-05,20:40:13.035] [INFO] Initializing GPS... [2026-05-05,20:40:13.037] [INFO] Starting location capture [2026-05-05,20:40:47.514] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:40:47.520] [INFO] LocationSqlManager initialising [2026-05-05,20:40:47.521] [INFO] Location DB initialising [2026-05-05,20:40:47.531] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:40:47.532] [DEBUG] UploadManager Init [2026-05-05,20:40:47.532] [DEBUG] UploadManager Init Complete [2026-05-05,20:40:47.536] [INFO] Initializing GPS... [2026-05-05,20:40:47.539] [INFO] Starting location capture [2026-05-05,20:41:21.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:41:21.213] [INFO] LocationSqlManager initialising [2026-05-05,20:41:21.213] [INFO] Location DB initialising [2026-05-05,20:41:21.222] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:41:21.223] [DEBUG] UploadManager Init [2026-05-05,20:41:21.224] [DEBUG] UploadManager Init Complete [2026-05-05,20:41:21.226] [INFO] Initializing GPS... [2026-05-05,20:41:21.228] [INFO] Starting location capture [2026-05-05,20:41:54.608] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:41:54.614] [INFO] LocationSqlManager initialising [2026-05-05,20:41:54.615] [INFO] Location DB initialising [2026-05-05,20:41:54.625] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:41:54.625] [DEBUG] UploadManager Init [2026-05-05,20:41:54.626] [DEBUG] UploadManager Init Complete [2026-05-05,20:41:54.629] [INFO] Initializing GPS... [2026-05-05,20:41:54.631] [INFO] Starting location capture [2026-05-05,20:42:29.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:42:29.191] [INFO] LocationSqlManager initialising [2026-05-05,20:42:29.191] [INFO] Location DB initialising [2026-05-05,20:42:29.201] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:42:29.201] [DEBUG] UploadManager Init [2026-05-05,20:42:29.202] [DEBUG] UploadManager Init Complete [2026-05-05,20:42:29.204] [INFO] Initializing GPS... [2026-05-05,20:42:29.206] [INFO] Starting location capture [2026-05-05,20:43:04.142] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:43:04.148] [INFO] LocationSqlManager initialising [2026-05-05,20:43:04.149] [INFO] Location DB initialising [2026-05-05,20:43:04.159] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:43:04.160] [DEBUG] UploadManager Init [2026-05-05,20:43:04.161] [DEBUG] UploadManager Init Complete [2026-05-05,20:43:04.164] [INFO] Initializing GPS... [2026-05-05,20:43:04.166] [INFO] Starting location capture [2026-05-05,20:43:38.183] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:43:38.189] [INFO] LocationSqlManager initialising [2026-05-05,20:43:38.190] [INFO] Location DB initialising [2026-05-05,20:43:38.200] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:43:38.201] [DEBUG] UploadManager Init [2026-05-05,20:43:38.201] [DEBUG] UploadManager Init Complete [2026-05-05,20:43:38.205] [INFO] Initializing GPS... [2026-05-05,20:43:38.207] [INFO] Starting location capture [2026-05-05,20:44:15.873] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:44:15.881] [INFO] LocationSqlManager initialising [2026-05-05,20:44:15.882] [INFO] Location DB initialising [2026-05-05,20:44:15.895] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:44:15.896] [DEBUG] UploadManager Init [2026-05-05,20:44:15.897] [DEBUG] UploadManager Init Complete [2026-05-05,20:44:15.901] [INFO] Initializing GPS... [2026-05-05,20:44:15.905] [INFO] Starting location capture [2026-05-05,20:44:54.874] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:44:54.880] [INFO] LocationSqlManager initialising [2026-05-05,20:44:54.881] [INFO] Location DB initialising [2026-05-05,20:44:54.890] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:44:54.891] [DEBUG] UploadManager Init [2026-05-05,20:44:54.891] [DEBUG] UploadManager Init Complete [2026-05-05,20:44:54.894] [INFO] Initializing GPS... [2026-05-05,20:44:54.896] [INFO] Starting location capture [2026-05-05,20:45:34.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:45:34.088] [INFO] LocationSqlManager initialising [2026-05-05,20:45:34.088] [INFO] Location DB initialising [2026-05-05,20:45:34.098] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:45:34.098] [DEBUG] UploadManager Init [2026-05-05,20:45:34.099] [DEBUG] UploadManager Init Complete [2026-05-05,20:45:34.101] [INFO] Initializing GPS... [2026-05-05,20:45:34.103] [INFO] Starting location capture [2026-05-05,20:46:08.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:46:08.054] [INFO] LocationSqlManager initialising [2026-05-05,20:46:08.055] [INFO] Location DB initialising [2026-05-05,20:46:08.064] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:46:08.065] [DEBUG] UploadManager Init [2026-05-05,20:46:08.065] [DEBUG] UploadManager Init Complete [2026-05-05,20:46:08.068] [INFO] Initializing GPS... [2026-05-05,20:46:08.070] [INFO] Starting location capture [2026-05-05,20:46:42.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:46:42.163] [INFO] LocationSqlManager initialising [2026-05-05,20:46:42.164] [INFO] Location DB initialising [2026-05-05,20:46:42.176] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:46:42.177] [DEBUG] UploadManager Init [2026-05-05,20:46:42.177] [DEBUG] UploadManager Init Complete [2026-05-05,20:46:42.182] [INFO] Initializing GPS... [2026-05-05,20:46:42.185] [INFO] Starting location capture [2026-05-05,20:47:16.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:47:16.108] [INFO] LocationSqlManager initialising [2026-05-05,20:47:16.108] [INFO] Location DB initialising [2026-05-05,20:47:16.117] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:47:16.118] [DEBUG] UploadManager Init [2026-05-05,20:47:16.118] [DEBUG] UploadManager Init Complete [2026-05-05,20:47:16.121] [INFO] Initializing GPS... [2026-05-05,20:47:16.123] [INFO] Starting location capture [2026-05-05,20:47:50.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:47:50.210] [INFO] LocationSqlManager initialising [2026-05-05,20:47:50.211] [INFO] Location DB initialising [2026-05-05,20:47:50.221] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:47:50.222] [DEBUG] UploadManager Init [2026-05-05,20:47:50.222] [DEBUG] UploadManager Init Complete [2026-05-05,20:47:50.226] [INFO] Initializing GPS... [2026-05-05,20:47:50.229] [INFO] Starting location capture [2026-05-05,20:48:24.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:48:24.676] [INFO] LocationSqlManager initialising [2026-05-05,20:48:24.677] [INFO] Location DB initialising [2026-05-05,20:48:24.689] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:48:24.690] [DEBUG] UploadManager Init [2026-05-05,20:48:24.691] [DEBUG] UploadManager Init Complete [2026-05-05,20:48:24.695] [INFO] Initializing GPS... [2026-05-05,20:48:24.698] [INFO] Starting location capture [2026-05-05,20:49:01.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:49:01.985] [INFO] LocationSqlManager initialising [2026-05-05,20:49:01.986] [INFO] Location DB initialising [2026-05-05,20:49:01.995] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:49:01.996] [DEBUG] UploadManager Init [2026-05-05,20:49:01.996] [DEBUG] UploadManager Init Complete [2026-05-05,20:49:01.999] [INFO] Initializing GPS... [2026-05-05,20:49:02.001] [INFO] Starting location capture [2026-05-05,20:49:40.724] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:49:40.729] [INFO] LocationSqlManager initialising [2026-05-05,20:49:40.729] [INFO] Location DB initialising [2026-05-05,20:49:40.738] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:49:40.739] [DEBUG] UploadManager Init [2026-05-05,20:49:40.739] [DEBUG] UploadManager Init Complete [2026-05-05,20:49:40.742] [INFO] Initializing GPS... [2026-05-05,20:49:40.744] [INFO] Starting location capture [2026-05-05,20:50:18.555] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:50:18.560] [INFO] LocationSqlManager initialising [2026-05-05,20:50:18.561] [INFO] Location DB initialising [2026-05-05,20:50:18.570] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:50:18.571] [DEBUG] UploadManager Init [2026-05-05,20:50:18.571] [DEBUG] UploadManager Init Complete [2026-05-05,20:50:18.574] [INFO] Initializing GPS... [2026-05-05,20:50:18.575] [INFO] Starting location capture [2026-05-05,20:50:52.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:50:52.722] [INFO] LocationSqlManager initialising [2026-05-05,20:50:52.723] [INFO] Location DB initialising [2026-05-05,20:50:52.733] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:50:52.734] [DEBUG] UploadManager Init [2026-05-05,20:50:52.734] [DEBUG] UploadManager Init Complete [2026-05-05,20:50:52.737] [INFO] Initializing GPS... [2026-05-05,20:50:52.739] [INFO] Starting location capture [2026-05-05,20:51:25.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:51:25.638] [INFO] LocationSqlManager initialising [2026-05-05,20:51:25.638] [INFO] Location DB initialising [2026-05-05,20:51:25.647] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:51:25.648] [DEBUG] UploadManager Init [2026-05-05,20:51:25.648] [DEBUG] UploadManager Init Complete [2026-05-05,20:51:25.651] [INFO] Initializing GPS... [2026-05-05,20:51:25.653] [INFO] Starting location capture [2026-05-05,20:51:59.883] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:51:59.888] [INFO] LocationSqlManager initialising [2026-05-05,20:51:59.889] [INFO] Location DB initialising [2026-05-05,20:51:59.898] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:51:59.899] [DEBUG] UploadManager Init [2026-05-05,20:51:59.899] [DEBUG] UploadManager Init Complete [2026-05-05,20:51:59.902] [INFO] Initializing GPS... [2026-05-05,20:51:59.903] [INFO] Starting location capture [2026-05-05,20:52:34.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:52:34.861] [INFO] LocationSqlManager initialising [2026-05-05,20:52:34.862] [INFO] Location DB initialising [2026-05-05,20:52:34.872] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:52:34.873] [DEBUG] UploadManager Init [2026-05-05,20:52:34.873] [DEBUG] UploadManager Init Complete [2026-05-05,20:52:34.876] [INFO] Initializing GPS... [2026-05-05,20:52:34.879] [INFO] Starting location capture [2026-05-05,20:53:09.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:53:09.164] [INFO] LocationSqlManager initialising [2026-05-05,20:53:09.164] [INFO] Location DB initialising [2026-05-05,20:53:09.175] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:53:09.176] [DEBUG] UploadManager Init [2026-05-05,20:53:09.177] [DEBUG] UploadManager Init Complete [2026-05-05,20:53:09.181] [INFO] Initializing GPS... [2026-05-05,20:53:09.184] [INFO] Starting location capture [2026-05-05,20:53:43.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:53:43.180] [INFO] LocationSqlManager initialising [2026-05-05,20:53:43.181] [INFO] Location DB initialising [2026-05-05,20:53:43.192] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:53:43.194] [DEBUG] UploadManager Init [2026-05-05,20:53:43.194] [DEBUG] UploadManager Init Complete [2026-05-05,20:53:43.199] [INFO] Initializing GPS... [2026-05-05,20:53:43.202] [INFO] Starting location capture [2026-05-05,20:54:21.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:54:21.156] [INFO] LocationSqlManager initialising [2026-05-05,20:54:21.156] [INFO] Location DB initialising [2026-05-05,20:54:21.166] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:54:21.166] [DEBUG] UploadManager Init [2026-05-05,20:54:21.167] [DEBUG] UploadManager Init Complete [2026-05-05,20:54:21.170] [INFO] Initializing GPS... [2026-05-05,20:54:21.172] [INFO] Starting location capture [2026-05-05,20:55:00.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:55:00.140] [INFO] LocationSqlManager initialising [2026-05-05,20:55:00.141] [INFO] Location DB initialising [2026-05-05,20:55:00.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:55:00.151] [DEBUG] UploadManager Init [2026-05-05,20:55:00.151] [DEBUG] UploadManager Init Complete [2026-05-05,20:55:00.154] [INFO] Initializing GPS... [2026-05-05,20:55:00.156] [INFO] Starting location capture [2026-05-05,20:55:34.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:55:34.228] [INFO] LocationSqlManager initialising [2026-05-05,20:55:34.228] [INFO] Location DB initialising [2026-05-05,20:55:34.238] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:55:34.238] [DEBUG] UploadManager Init [2026-05-05,20:55:34.239] [DEBUG] UploadManager Init Complete [2026-05-05,20:55:34.241] [INFO] Initializing GPS... [2026-05-05,20:55:34.243] [INFO] Starting location capture [2026-05-05,20:56:07.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:56:07.992] [INFO] LocationSqlManager initialising [2026-05-05,20:56:07.992] [INFO] Location DB initialising [2026-05-05,20:56:08.002] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:56:08.002] [DEBUG] UploadManager Init [2026-05-05,20:56:08.003] [DEBUG] UploadManager Init Complete [2026-05-05,20:56:08.005] [INFO] Initializing GPS... [2026-05-05,20:56:08.007] [INFO] Starting location capture [2026-05-05,20:56:41.611] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:56:41.617] [INFO] LocationSqlManager initialising [2026-05-05,20:56:41.617] [INFO] Location DB initialising [2026-05-05,20:56:41.626] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:56:41.627] [DEBUG] UploadManager Init [2026-05-05,20:56:41.627] [DEBUG] UploadManager Init Complete [2026-05-05,20:56:41.630] [INFO] Initializing GPS... [2026-05-05,20:56:41.632] [INFO] Starting location capture [2026-05-05,20:57:15.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:57:15.855] [INFO] LocationSqlManager initialising [2026-05-05,20:57:15.856] [INFO] Location DB initialising [2026-05-05,20:57:15.867] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:57:15.868] [DEBUG] UploadManager Init [2026-05-05,20:57:15.869] [DEBUG] UploadManager Init Complete [2026-05-05,20:57:15.873] [INFO] Initializing GPS... [2026-05-05,20:57:15.876] [INFO] Starting location capture [2026-05-05,20:57:50.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:57:50.285] [INFO] LocationSqlManager initialising [2026-05-05,20:57:50.286] [INFO] Location DB initialising [2026-05-05,20:57:50.296] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:57:50.297] [DEBUG] UploadManager Init [2026-05-05,20:57:50.298] [DEBUG] UploadManager Init Complete [2026-05-05,20:57:50.301] [INFO] Initializing GPS... [2026-05-05,20:57:50.303] [INFO] Starting location capture [2026-05-05,20:58:24.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:58:24.934] [INFO] LocationSqlManager initialising [2026-05-05,20:58:24.935] [INFO] Location DB initialising [2026-05-05,20:58:24.944] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:58:24.945] [DEBUG] UploadManager Init [2026-05-05,20:58:24.945] [DEBUG] UploadManager Init Complete [2026-05-05,20:58:24.948] [INFO] Initializing GPS... [2026-05-05,20:58:24.950] [INFO] Starting location capture [2026-05-05,20:59:03.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:59:03.057] [INFO] LocationSqlManager initialising [2026-05-05,20:59:03.058] [INFO] Location DB initialising [2026-05-05,20:59:03.069] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:59:03.070] [DEBUG] UploadManager Init [2026-05-05,20:59:03.070] [DEBUG] UploadManager Init Complete [2026-05-05,20:59:03.075] [INFO] Initializing GPS... [2026-05-05,20:59:03.077] [INFO] Starting location capture [2026-05-05,20:59:41.252] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,20:59:41.257] [INFO] LocationSqlManager initialising [2026-05-05,20:59:41.257] [INFO] Location DB initialising [2026-05-05,20:59:41.267] [INFO] LocationSqlManager initialisation complete [2026-05-05,20:59:41.268] [DEBUG] UploadManager Init [2026-05-05,20:59:41.268] [DEBUG] UploadManager Init Complete [2026-05-05,20:59:41.271] [INFO] Initializing GPS... [2026-05-05,20:59:41.273] [INFO] Starting location capture [2026-05-05,21:00:19.933] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:00:19.939] [INFO] LocationSqlManager initialising [2026-05-05,21:00:19.939] [INFO] Location DB initialising [2026-05-05,21:00:19.949] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:00:19.949] [DEBUG] UploadManager Init [2026-05-05,21:00:19.950] [DEBUG] UploadManager Init Complete [2026-05-05,21:00:19.952] [INFO] Initializing GPS... [2026-05-05,21:00:19.954] [INFO] Starting location capture [2026-05-05,21:00:53.847] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:00:53.852] [INFO] LocationSqlManager initialising [2026-05-05,21:00:53.853] [INFO] Location DB initialising [2026-05-05,21:00:53.862] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:00:53.863] [DEBUG] UploadManager Init [2026-05-05,21:00:53.863] [DEBUG] UploadManager Init Complete [2026-05-05,21:00:53.866] [INFO] Initializing GPS... [2026-05-05,21:00:53.868] [INFO] Starting location capture [2026-05-05,21:01:28.245] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:01:28.250] [INFO] LocationSqlManager initialising [2026-05-05,21:01:28.251] [INFO] Location DB initialising [2026-05-05,21:01:28.260] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:01:28.260] [DEBUG] UploadManager Init [2026-05-05,21:01:28.261] [DEBUG] UploadManager Init Complete [2026-05-05,21:01:28.263] [INFO] Initializing GPS... [2026-05-05,21:01:28.265] [INFO] Starting location capture [2026-05-05,21:02:02.557] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:02:02.563] [INFO] LocationSqlManager initialising [2026-05-05,21:02:02.564] [INFO] Location DB initialising [2026-05-05,21:02:02.573] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:02:02.574] [DEBUG] UploadManager Init [2026-05-05,21:02:02.575] [DEBUG] UploadManager Init Complete [2026-05-05,21:02:02.577] [INFO] Initializing GPS... [2026-05-05,21:02:02.579] [INFO] Starting location capture [2026-05-05,21:02:36.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:02:36.346] [INFO] LocationSqlManager initialising [2026-05-05,21:02:36.346] [INFO] Location DB initialising [2026-05-05,21:02:36.356] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:02:36.356] [DEBUG] UploadManager Init [2026-05-05,21:02:36.357] [DEBUG] UploadManager Init Complete [2026-05-05,21:02:36.359] [INFO] Initializing GPS... [2026-05-05,21:02:36.361] [INFO] Starting location capture [2026-05-05,21:03:10.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:03:10.161] [INFO] LocationSqlManager initialising [2026-05-05,21:03:10.161] [INFO] Location DB initialising [2026-05-05,21:03:10.171] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:03:10.172] [DEBUG] UploadManager Init [2026-05-05,21:03:10.172] [DEBUG] UploadManager Init Complete [2026-05-05,21:03:10.175] [INFO] Initializing GPS... [2026-05-05,21:03:10.177] [INFO] Starting location capture [2026-05-05,21:03:48.620] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:03:48.625] [INFO] LocationSqlManager initialising [2026-05-05,21:03:48.626] [INFO] Location DB initialising [2026-05-05,21:03:48.635] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:03:48.636] [DEBUG] UploadManager Init [2026-05-05,21:03:48.636] [DEBUG] UploadManager Init Complete [2026-05-05,21:03:48.639] [INFO] Initializing GPS... [2026-05-05,21:03:48.641] [INFO] Starting location capture [2026-05-05,21:04:23.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:04:23.078] [INFO] LocationSqlManager initialising [2026-05-05,21:04:23.078] [INFO] Location DB initialising [2026-05-05,21:04:23.088] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:04:23.089] [DEBUG] UploadManager Init [2026-05-05,21:04:23.089] [DEBUG] UploadManager Init Complete [2026-05-05,21:04:23.092] [INFO] Initializing GPS... [2026-05-05,21:04:23.095] [INFO] Starting location capture [2026-05-05,21:05:00.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:05:00.726] [INFO] LocationSqlManager initialising [2026-05-05,21:05:00.727] [INFO] Location DB initialising [2026-05-05,21:05:00.738] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:05:00.739] [DEBUG] UploadManager Init [2026-05-05,21:05:00.740] [DEBUG] UploadManager Init Complete [2026-05-05,21:05:00.744] [INFO] Initializing GPS... [2026-05-05,21:05:00.746] [INFO] Starting location capture [2026-05-05,21:05:35.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:05:35.078] [INFO] LocationSqlManager initialising [2026-05-05,21:05:35.078] [INFO] Location DB initialising [2026-05-05,21:05:35.088] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:05:35.089] [DEBUG] UploadManager Init [2026-05-05,21:05:35.090] [DEBUG] UploadManager Init Complete [2026-05-05,21:05:35.093] [INFO] Initializing GPS... [2026-05-05,21:05:35.095] [INFO] Starting location capture [2026-05-05,21:06:08.823] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:06:08.829] [INFO] LocationSqlManager initialising [2026-05-05,21:06:08.829] [INFO] Location DB initialising [2026-05-05,21:06:08.839] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:06:08.839] [DEBUG] UploadManager Init [2026-05-05,21:06:08.840] [DEBUG] UploadManager Init Complete [2026-05-05,21:06:08.843] [INFO] Initializing GPS... [2026-05-05,21:06:08.845] [INFO] Starting location capture [2026-05-05,21:06:42.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:06:42.965] [INFO] LocationSqlManager initialising [2026-05-05,21:06:42.966] [INFO] Location DB initialising [2026-05-05,21:06:42.979] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:06:42.981] [DEBUG] UploadManager Init [2026-05-05,21:06:42.981] [DEBUG] UploadManager Init Complete [2026-05-05,21:06:42.986] [INFO] Initializing GPS... [2026-05-05,21:06:42.989] [INFO] Starting location capture [2026-05-05,21:07:17.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:07:17.858] [INFO] LocationSqlManager initialising [2026-05-05,21:07:17.859] [INFO] Location DB initialising [2026-05-05,21:07:17.869] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:07:17.870] [DEBUG] UploadManager Init [2026-05-05,21:07:17.870] [DEBUG] UploadManager Init Complete [2026-05-05,21:07:17.873] [INFO] Initializing GPS... [2026-05-05,21:07:17.876] [INFO] Starting location capture [2026-05-05,21:07:50.791] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:07:50.799] [INFO] LocationSqlManager initialising [2026-05-05,21:07:50.800] [INFO] Location DB initialising [2026-05-05,21:07:50.811] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:07:50.812] [DEBUG] UploadManager Init [2026-05-05,21:07:50.813] [DEBUG] UploadManager Init Complete [2026-05-05,21:07:50.818] [INFO] Initializing GPS... [2026-05-05,21:07:50.821] [INFO] Starting location capture [2026-05-05,21:08:24.541] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:08:24.547] [INFO] LocationSqlManager initialising [2026-05-05,21:08:24.547] [INFO] Location DB initialising [2026-05-05,21:08:24.557] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:08:24.557] [DEBUG] UploadManager Init [2026-05-05,21:08:24.558] [DEBUG] UploadManager Init Complete [2026-05-05,21:08:24.560] [INFO] Initializing GPS... [2026-05-05,21:08:24.562] [INFO] Starting location capture [2026-05-05,21:09:02.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:09:02.811] [INFO] LocationSqlManager initialising [2026-05-05,21:09:02.811] [INFO] Location DB initialising [2026-05-05,21:09:02.821] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:09:02.821] [DEBUG] UploadManager Init [2026-05-05,21:09:02.822] [DEBUG] UploadManager Init Complete [2026-05-05,21:09:02.824] [INFO] Initializing GPS... [2026-05-05,21:09:02.826] [INFO] Starting location capture [2026-05-05,21:09:41.844] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:09:41.850] [INFO] LocationSqlManager initialising [2026-05-05,21:09:41.851] [INFO] Location DB initialising [2026-05-05,21:09:41.861] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:09:41.862] [DEBUG] UploadManager Init [2026-05-05,21:09:41.862] [DEBUG] UploadManager Init Complete [2026-05-05,21:09:41.866] [INFO] Initializing GPS... [2026-05-05,21:09:41.868] [INFO] Starting location capture [2026-05-05,21:10:14.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:10:14.755] [INFO] LocationSqlManager initialising [2026-05-05,21:10:14.755] [INFO] Location DB initialising [2026-05-05,21:10:14.765] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:10:14.766] [DEBUG] UploadManager Init [2026-05-05,21:10:14.767] [DEBUG] UploadManager Init Complete [2026-05-05,21:10:14.770] [INFO] Initializing GPS... [2026-05-05,21:10:14.772] [INFO] Starting location capture [2026-05-05,21:10:50.066] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:10:50.072] [INFO] LocationSqlManager initialising [2026-05-05,21:10:50.073] [INFO] Location DB initialising [2026-05-05,21:10:50.083] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:10:50.084] [DEBUG] UploadManager Init [2026-05-05,21:10:50.084] [DEBUG] UploadManager Init Complete [2026-05-05,21:10:50.087] [INFO] Initializing GPS... [2026-05-05,21:10:50.089] [INFO] Starting location capture [2026-05-05,21:11:24.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:11:24.102] [INFO] LocationSqlManager initialising [2026-05-05,21:11:24.102] [INFO] Location DB initialising [2026-05-05,21:11:24.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:11:24.112] [DEBUG] UploadManager Init [2026-05-05,21:11:24.113] [DEBUG] UploadManager Init Complete [2026-05-05,21:11:24.115] [INFO] Initializing GPS... [2026-05-05,21:11:24.117] [INFO] Starting location capture [2026-05-05,21:11:58.358] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:11:58.363] [INFO] LocationSqlManager initialising [2026-05-05,21:11:58.364] [INFO] Location DB initialising [2026-05-05,21:11:58.373] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:11:58.374] [DEBUG] UploadManager Init [2026-05-05,21:11:58.374] [DEBUG] UploadManager Init Complete [2026-05-05,21:11:58.377] [INFO] Initializing GPS... [2026-05-05,21:11:58.379] [INFO] Starting location capture [2026-05-05,21:12:32.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:12:32.137] [INFO] LocationSqlManager initialising [2026-05-05,21:12:32.138] [INFO] Location DB initialising [2026-05-05,21:12:32.147] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:12:32.147] [DEBUG] UploadManager Init [2026-05-05,21:12:32.148] [DEBUG] UploadManager Init Complete [2026-05-05,21:12:32.150] [INFO] Initializing GPS... [2026-05-05,21:12:32.152] [INFO] Starting location capture [2026-05-05,21:13:06.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:13:06.062] [INFO] LocationSqlManager initialising [2026-05-05,21:13:06.063] [INFO] Location DB initialising [2026-05-05,21:13:06.074] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:13:06.075] [DEBUG] UploadManager Init [2026-05-05,21:13:06.075] [DEBUG] UploadManager Init Complete [2026-05-05,21:13:06.078] [INFO] Initializing GPS... [2026-05-05,21:13:06.080] [INFO] Starting location capture [2026-05-05,21:13:44.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:13:44.991] [INFO] LocationSqlManager initialising [2026-05-05,21:13:44.991] [INFO] Location DB initialising [2026-05-05,21:13:45.001] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:13:45.001] [DEBUG] UploadManager Init [2026-05-05,21:13:45.002] [DEBUG] UploadManager Init Complete [2026-05-05,21:13:45.005] [INFO] Initializing GPS... [2026-05-05,21:13:45.006] [INFO] Starting location capture [2026-05-05,21:14:22.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:14:22.937] [INFO] LocationSqlManager initialising [2026-05-05,21:14:22.937] [INFO] Location DB initialising [2026-05-05,21:14:22.946] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:14:22.947] [DEBUG] UploadManager Init [2026-05-05,21:14:22.947] [DEBUG] UploadManager Init Complete [2026-05-05,21:14:22.950] [INFO] Initializing GPS... [2026-05-05,21:14:22.952] [INFO] Starting location capture [2026-05-05,21:15:01.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:15:01.135] [INFO] LocationSqlManager initialising [2026-05-05,21:15:01.135] [INFO] Location DB initialising [2026-05-05,21:15:01.145] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:15:01.145] [DEBUG] UploadManager Init [2026-05-05,21:15:01.146] [DEBUG] UploadManager Init Complete [2026-05-05,21:15:01.149] [INFO] Initializing GPS... [2026-05-05,21:15:01.151] [INFO] Starting location capture [2026-05-05,21:15:35.298] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:15:35.303] [INFO] LocationSqlManager initialising [2026-05-05,21:15:35.304] [INFO] Location DB initialising [2026-05-05,21:15:35.314] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:15:35.314] [DEBUG] UploadManager Init [2026-05-05,21:15:35.315] [DEBUG] UploadManager Init Complete [2026-05-05,21:15:35.317] [INFO] Initializing GPS... [2026-05-05,21:15:35.319] [INFO] Starting location capture [2026-05-05,21:16:09.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:16:09.188] [INFO] LocationSqlManager initialising [2026-05-05,21:16:09.188] [INFO] Location DB initialising [2026-05-05,21:16:09.198] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:16:09.198] [DEBUG] UploadManager Init [2026-05-05,21:16:09.199] [DEBUG] UploadManager Init Complete [2026-05-05,21:16:09.201] [INFO] Initializing GPS... [2026-05-05,21:16:09.203] [INFO] Starting location capture [2026-05-05,21:16:42.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:16:42.780] [INFO] LocationSqlManager initialising [2026-05-05,21:16:42.781] [INFO] Location DB initialising [2026-05-05,21:16:42.791] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:16:42.791] [DEBUG] UploadManager Init [2026-05-05,21:16:42.792] [DEBUG] UploadManager Init Complete [2026-05-05,21:16:42.795] [INFO] Initializing GPS... [2026-05-05,21:16:42.797] [INFO] Starting location capture [2026-05-05,21:17:15.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:17:15.753] [INFO] LocationSqlManager initialising [2026-05-05,21:17:15.754] [INFO] Location DB initialising [2026-05-05,21:17:15.763] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:17:15.764] [DEBUG] UploadManager Init [2026-05-05,21:17:15.765] [DEBUG] UploadManager Init Complete [2026-05-05,21:17:15.767] [INFO] Initializing GPS... [2026-05-05,21:17:15.769] [INFO] Starting location capture [2026-05-05,21:17:50.305] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:17:50.313] [INFO] LocationSqlManager initialising [2026-05-05,21:17:50.314] [INFO] Location DB initialising [2026-05-05,21:17:50.325] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:17:50.326] [DEBUG] UploadManager Init [2026-05-05,21:17:50.327] [DEBUG] UploadManager Init Complete [2026-05-05,21:17:50.331] [INFO] Initializing GPS... [2026-05-05,21:17:50.334] [INFO] Starting location capture [2026-05-05,21:18:22.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:18:22.761] [INFO] LocationSqlManager initialising [2026-05-05,21:18:22.762] [INFO] Location DB initialising [2026-05-05,21:18:22.771] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:18:22.772] [DEBUG] UploadManager Init [2026-05-05,21:18:22.772] [DEBUG] UploadManager Init Complete [2026-05-05,21:18:22.775] [INFO] Initializing GPS... [2026-05-05,21:18:22.777] [INFO] Starting location capture [2026-05-05,21:19:00.885] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:19:00.890] [INFO] LocationSqlManager initialising [2026-05-05,21:19:00.891] [INFO] Location DB initialising [2026-05-05,21:19:00.900] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:19:00.901] [DEBUG] UploadManager Init [2026-05-05,21:19:00.901] [DEBUG] UploadManager Init Complete [2026-05-05,21:19:00.904] [INFO] Initializing GPS... [2026-05-05,21:19:00.906] [INFO] Starting location capture [2026-05-05,21:19:39.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:19:39.861] [INFO] LocationSqlManager initialising [2026-05-05,21:19:39.861] [INFO] Location DB initialising [2026-05-05,21:19:39.871] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:19:39.872] [DEBUG] UploadManager Init [2026-05-05,21:19:39.872] [DEBUG] UploadManager Init Complete [2026-05-05,21:19:39.875] [INFO] Initializing GPS... [2026-05-05,21:19:39.877] [INFO] Starting location capture [2026-05-05,21:20:14.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:20:14.137] [INFO] LocationSqlManager initialising [2026-05-05,21:20:14.138] [INFO] Location DB initialising [2026-05-05,21:20:14.147] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:20:14.147] [DEBUG] UploadManager Init [2026-05-05,21:20:14.148] [DEBUG] UploadManager Init Complete [2026-05-05,21:20:14.150] [INFO] Initializing GPS... [2026-05-05,21:20:14.152] [INFO] Starting location capture [2026-05-05,21:20:48.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:20:48.277] [INFO] LocationSqlManager initialising [2026-05-05,21:20:48.278] [INFO] Location DB initialising [2026-05-05,21:20:48.290] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:20:48.291] [DEBUG] UploadManager Init [2026-05-05,21:20:48.291] [DEBUG] UploadManager Init Complete [2026-05-05,21:20:48.296] [INFO] Initializing GPS... [2026-05-05,21:20:48.299] [INFO] Starting location capture [2026-05-05,21:21:21.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:21:21.110] [INFO] LocationSqlManager initialising [2026-05-05,21:21:21.111] [INFO] Location DB initialising [2026-05-05,21:21:21.120] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:21:21.121] [DEBUG] UploadManager Init [2026-05-05,21:21:21.121] [DEBUG] UploadManager Init Complete [2026-05-05,21:21:21.124] [INFO] Initializing GPS... [2026-05-05,21:21:21.126] [INFO] Starting location capture [2026-05-05,21:21:55.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:21:55.988] [INFO] LocationSqlManager initialising [2026-05-05,21:21:55.989] [INFO] Location DB initialising [2026-05-05,21:21:55.999] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:21:55.999] [DEBUG] UploadManager Init [2026-05-05,21:21:56.000] [DEBUG] UploadManager Init Complete [2026-05-05,21:21:56.002] [INFO] Initializing GPS... [2026-05-05,21:21:56.004] [INFO] Starting location capture [2026-05-05,21:22:30.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:22:30.112] [INFO] LocationSqlManager initialising [2026-05-05,21:22:30.113] [INFO] Location DB initialising [2026-05-05,21:22:30.122] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:22:30.123] [DEBUG] UploadManager Init [2026-05-05,21:22:30.123] [DEBUG] UploadManager Init Complete [2026-05-05,21:22:30.126] [INFO] Initializing GPS... [2026-05-05,21:22:30.128] [INFO] Starting location capture [2026-05-05,21:23:03.971] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:23:03.978] [INFO] LocationSqlManager initialising [2026-05-05,21:23:03.979] [INFO] Location DB initialising [2026-05-05,21:23:03.990] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:23:03.991] [DEBUG] UploadManager Init [2026-05-05,21:23:03.992] [DEBUG] UploadManager Init Complete [2026-05-05,21:23:03.996] [INFO] Initializing GPS... [2026-05-05,21:23:03.999] [INFO] Starting location capture [2026-05-05,21:23:41.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:23:41.902] [INFO] LocationSqlManager initialising [2026-05-05,21:23:41.903] [INFO] Location DB initialising [2026-05-05,21:23:41.922] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:23:41.923] [DEBUG] UploadManager Init [2026-05-05,21:23:41.924] [DEBUG] UploadManager Init Complete [2026-05-05,21:23:41.928] [INFO] Initializing GPS... [2026-05-05,21:23:41.931] [INFO] Starting location capture [2026-05-05,21:24:21.322] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:24:21.327] [INFO] LocationSqlManager initialising [2026-05-05,21:24:21.327] [INFO] Location DB initialising [2026-05-05,21:24:21.336] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:24:21.337] [DEBUG] UploadManager Init [2026-05-05,21:24:21.337] [DEBUG] UploadManager Init Complete [2026-05-05,21:24:21.340] [INFO] Initializing GPS... [2026-05-05,21:24:21.342] [INFO] Starting location capture [2026-05-05,21:24:58.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:24:58.859] [INFO] LocationSqlManager initialising [2026-05-05,21:24:58.859] [INFO] Location DB initialising [2026-05-05,21:24:58.868] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:24:58.869] [DEBUG] UploadManager Init [2026-05-05,21:24:58.869] [DEBUG] UploadManager Init Complete [2026-05-05,21:24:58.872] [INFO] Initializing GPS... [2026-05-05,21:24:58.874] [INFO] Starting location capture [2026-05-05,21:25:38.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:25:38.335] [INFO] LocationSqlManager initialising [2026-05-05,21:25:38.336] [INFO] Location DB initialising [2026-05-05,21:25:38.346] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:25:38.347] [DEBUG] UploadManager Init [2026-05-05,21:25:38.348] [DEBUG] UploadManager Init Complete [2026-05-05,21:25:38.352] [INFO] Initializing GPS... [2026-05-05,21:25:38.355] [INFO] Starting location capture [2026-05-05,21:26:11.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:26:11.907] [INFO] LocationSqlManager initialising [2026-05-05,21:26:11.908] [INFO] Location DB initialising [2026-05-05,21:26:11.920] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:26:11.922] [DEBUG] UploadManager Init [2026-05-05,21:26:11.923] [DEBUG] UploadManager Init Complete [2026-05-05,21:26:11.928] [INFO] Initializing GPS... [2026-05-05,21:26:11.930] [INFO] Starting location capture [2026-05-05,21:26:46.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:26:46.092] [INFO] LocationSqlManager initialising [2026-05-05,21:26:46.092] [INFO] Location DB initialising [2026-05-05,21:26:46.102] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:26:46.103] [DEBUG] UploadManager Init [2026-05-05,21:26:46.103] [DEBUG] UploadManager Init Complete [2026-05-05,21:26:46.106] [INFO] Initializing GPS... [2026-05-05,21:26:46.108] [INFO] Starting location capture [2026-05-05,21:27:21.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:27:21.018] [INFO] LocationSqlManager initialising [2026-05-05,21:27:21.019] [INFO] Location DB initialising [2026-05-05,21:27:21.031] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:27:21.033] [DEBUG] UploadManager Init [2026-05-05,21:27:21.034] [DEBUG] UploadManager Init Complete [2026-05-05,21:27:21.041] [INFO] Initializing GPS... [2026-05-05,21:27:21.044] [INFO] Starting location capture [2026-05-05,21:27:54.629] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:27:54.637] [INFO] LocationSqlManager initialising [2026-05-05,21:27:54.638] [INFO] Location DB initialising [2026-05-05,21:27:54.649] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:27:54.651] [DEBUG] UploadManager Init [2026-05-05,21:27:54.653] [DEBUG] UploadManager Init Complete [2026-05-05,21:27:54.660] [INFO] Initializing GPS... [2026-05-05,21:27:54.664] [INFO] Starting location capture [2026-05-05,21:28:33.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:28:33.308] [INFO] LocationSqlManager initialising [2026-05-05,21:28:33.309] [INFO] Location DB initialising [2026-05-05,21:28:33.318] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:28:33.319] [DEBUG] UploadManager Init [2026-05-05,21:28:33.319] [DEBUG] UploadManager Init Complete [2026-05-05,21:28:33.322] [INFO] Initializing GPS... [2026-05-05,21:28:33.324] [INFO] Starting location capture [2026-05-05,21:29:10.951] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:29:10.956] [INFO] LocationSqlManager initialising [2026-05-05,21:29:10.957] [INFO] Location DB initialising [2026-05-05,21:29:10.966] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:29:10.967] [DEBUG] UploadManager Init [2026-05-05,21:29:10.967] [DEBUG] UploadManager Init Complete [2026-05-05,21:29:10.970] [INFO] Initializing GPS... [2026-05-05,21:29:10.972] [INFO] Starting location capture [2026-05-05,21:29:49.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:29:49.834] [INFO] LocationSqlManager initialising [2026-05-05,21:29:49.835] [INFO] Location DB initialising [2026-05-05,21:29:49.844] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:29:49.845] [DEBUG] UploadManager Init [2026-05-05,21:29:49.845] [DEBUG] UploadManager Init Complete [2026-05-05,21:29:49.848] [INFO] Initializing GPS... [2026-05-05,21:29:49.850] [INFO] Starting location capture [2026-05-05,21:30:23.637] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:30:23.643] [INFO] LocationSqlManager initialising [2026-05-05,21:30:23.643] [INFO] Location DB initialising [2026-05-05,21:30:23.653] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:30:23.654] [DEBUG] UploadManager Init [2026-05-05,21:30:23.654] [DEBUG] UploadManager Init Complete [2026-05-05,21:30:23.657] [INFO] Initializing GPS... [2026-05-05,21:30:23.659] [INFO] Starting location capture [2026-05-05,21:30:57.326] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:30:57.331] [INFO] LocationSqlManager initialising [2026-05-05,21:30:57.332] [INFO] Location DB initialising [2026-05-05,21:30:57.341] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:30:57.342] [DEBUG] UploadManager Init [2026-05-05,21:30:57.342] [DEBUG] UploadManager Init Complete [2026-05-05,21:30:57.345] [INFO] Initializing GPS... [2026-05-05,21:30:57.347] [INFO] Starting location capture [2026-05-05,21:31:30.611] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:31:30.615] [INFO] LocationSqlManager initialising [2026-05-05,21:31:30.616] [INFO] Location DB initialising [2026-05-05,21:31:30.625] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:31:30.626] [DEBUG] UploadManager Init [2026-05-05,21:31:30.626] [DEBUG] UploadManager Init Complete [2026-05-05,21:31:30.629] [INFO] Initializing GPS... [2026-05-05,21:31:30.631] [INFO] Starting location capture [2026-05-05,21:32:05.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:32:05.056] [INFO] LocationSqlManager initialising [2026-05-05,21:32:05.057] [INFO] Location DB initialising [2026-05-05,21:32:05.068] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:32:05.069] [DEBUG] UploadManager Init [2026-05-05,21:32:05.070] [DEBUG] UploadManager Init Complete [2026-05-05,21:32:05.074] [INFO] Initializing GPS... [2026-05-05,21:32:05.077] [INFO] Starting location capture [2026-05-05,21:32:37.843] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:32:37.848] [INFO] LocationSqlManager initialising [2026-05-05,21:32:37.849] [INFO] Location DB initialising [2026-05-05,21:32:37.859] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:32:37.859] [DEBUG] UploadManager Init [2026-05-05,21:32:37.860] [DEBUG] UploadManager Init Complete [2026-05-05,21:32:37.862] [INFO] Initializing GPS... [2026-05-05,21:32:37.864] [INFO] Starting location capture [2026-05-05,21:33:13.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:33:13.229] [INFO] LocationSqlManager initialising [2026-05-05,21:33:13.230] [INFO] Location DB initialising [2026-05-05,21:33:13.239] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:33:13.240] [DEBUG] UploadManager Init [2026-05-05,21:33:13.240] [DEBUG] UploadManager Init Complete [2026-05-05,21:33:13.243] [INFO] Initializing GPS... [2026-05-05,21:33:13.245] [INFO] Starting location capture [2026-05-05,21:33:51.918] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:33:51.924] [INFO] LocationSqlManager initialising [2026-05-05,21:33:51.924] [INFO] Location DB initialising [2026-05-05,21:33:51.934] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:33:51.934] [DEBUG] UploadManager Init [2026-05-05,21:33:51.934] [DEBUG] UploadManager Init Complete [2026-05-05,21:33:51.937] [INFO] Initializing GPS... [2026-05-05,21:33:51.939] [INFO] Starting location capture [2026-05-05,21:34:30.550] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:34:30.555] [INFO] LocationSqlManager initialising [2026-05-05,21:34:30.556] [INFO] Location DB initialising [2026-05-05,21:34:30.565] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:34:30.566] [DEBUG] UploadManager Init [2026-05-05,21:34:30.566] [DEBUG] UploadManager Init Complete [2026-05-05,21:34:30.569] [INFO] Initializing GPS... [2026-05-05,21:34:30.571] [INFO] Starting location capture [2026-05-05,21:35:05.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:35:05.069] [INFO] LocationSqlManager initialising [2026-05-05,21:35:05.070] [INFO] Location DB initialising [2026-05-05,21:35:05.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:35:05.082] [DEBUG] UploadManager Init [2026-05-05,21:35:05.083] [DEBUG] UploadManager Init Complete [2026-05-05,21:35:05.087] [INFO] Initializing GPS... [2026-05-05,21:35:05.090] [INFO] Starting location capture [2026-05-05,21:35:39.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:35:39.200] [INFO] LocationSqlManager initialising [2026-05-05,21:35:39.201] [INFO] Location DB initialising [2026-05-05,21:35:39.210] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:35:39.211] [DEBUG] UploadManager Init [2026-05-05,21:35:39.211] [DEBUG] UploadManager Init Complete [2026-05-05,21:35:39.214] [INFO] Initializing GPS... [2026-05-05,21:35:39.216] [INFO] Starting location capture [2026-05-05,21:36:13.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:36:13.078] [INFO] LocationSqlManager initialising [2026-05-05,21:36:13.079] [INFO] Location DB initialising [2026-05-05,21:36:13.089] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:36:13.089] [DEBUG] UploadManager Init [2026-05-05,21:36:13.090] [DEBUG] UploadManager Init Complete [2026-05-05,21:36:13.093] [INFO] Initializing GPS... [2026-05-05,21:36:13.095] [INFO] Starting location capture [2026-05-05,21:36:46.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:36:46.739] [INFO] LocationSqlManager initialising [2026-05-05,21:36:46.740] [INFO] Location DB initialising [2026-05-05,21:36:46.751] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:36:46.752] [DEBUG] UploadManager Init [2026-05-05,21:36:46.753] [DEBUG] UploadManager Init Complete [2026-05-05,21:36:46.758] [INFO] Initializing GPS... [2026-05-05,21:36:46.761] [INFO] Starting location capture [2026-05-05,21:37:20.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:37:20.979] [INFO] LocationSqlManager initialising [2026-05-05,21:37:20.979] [INFO] Location DB initialising [2026-05-05,21:37:20.989] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:37:20.989] [DEBUG] UploadManager Init [2026-05-05,21:37:20.990] [DEBUG] UploadManager Init Complete [2026-05-05,21:37:20.992] [INFO] Initializing GPS... [2026-05-05,21:37:20.994] [INFO] Starting location capture [2026-05-05,21:37:53.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:37:53.813] [INFO] LocationSqlManager initialising [2026-05-05,21:37:53.814] [INFO] Location DB initialising [2026-05-05,21:37:53.823] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:37:53.824] [DEBUG] UploadManager Init [2026-05-05,21:37:53.825] [DEBUG] UploadManager Init Complete [2026-05-05,21:37:53.827] [INFO] Initializing GPS... [2026-05-05,21:37:53.829] [INFO] Starting location capture [2026-05-05,21:38:33.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:38:33.174] [INFO] LocationSqlManager initialising [2026-05-05,21:38:33.175] [INFO] Location DB initialising [2026-05-05,21:38:33.186] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:38:33.187] [DEBUG] UploadManager Init [2026-05-05,21:38:33.188] [DEBUG] UploadManager Init Complete [2026-05-05,21:38:33.192] [INFO] Initializing GPS... [2026-05-05,21:38:33.195] [INFO] Starting location capture [2026-05-05,21:39:11.596] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:39:11.602] [INFO] LocationSqlManager initialising [2026-05-05,21:39:11.602] [INFO] Location DB initialising [2026-05-05,21:39:11.612] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:39:11.612] [DEBUG] UploadManager Init [2026-05-05,21:39:11.613] [DEBUG] UploadManager Init Complete [2026-05-05,21:39:11.615] [INFO] Initializing GPS... [2026-05-05,21:39:11.617] [INFO] Starting location capture [2026-05-05,21:39:50.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:39:50.239] [INFO] LocationSqlManager initialising [2026-05-05,21:39:50.240] [INFO] Location DB initialising [2026-05-05,21:39:50.249] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:39:50.250] [DEBUG] UploadManager Init [2026-05-05,21:39:50.250] [DEBUG] UploadManager Init Complete [2026-05-05,21:39:50.253] [INFO] Initializing GPS... [2026-05-05,21:39:50.255] [INFO] Starting location capture [2026-05-05,21:40:23.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:40:23.122] [INFO] LocationSqlManager initialising [2026-05-05,21:40:23.123] [INFO] Location DB initialising [2026-05-05,21:40:23.132] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:40:23.133] [DEBUG] UploadManager Init [2026-05-05,21:40:23.133] [DEBUG] UploadManager Init Complete [2026-05-05,21:40:23.136] [INFO] Initializing GPS... [2026-05-05,21:40:23.138] [INFO] Starting location capture [2026-05-05,21:40:56.846] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:40:56.853] [INFO] LocationSqlManager initialising [2026-05-05,21:40:56.854] [INFO] Location DB initialising [2026-05-05,21:40:56.865] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:40:56.866] [DEBUG] UploadManager Init [2026-05-05,21:40:56.867] [DEBUG] UploadManager Init Complete [2026-05-05,21:40:56.873] [INFO] Initializing GPS... [2026-05-05,21:40:56.877] [INFO] Starting location capture [2026-05-05,21:41:30.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:41:30.766] [INFO] LocationSqlManager initialising [2026-05-05,21:41:30.767] [INFO] Location DB initialising [2026-05-05,21:41:30.776] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:41:30.777] [DEBUG] UploadManager Init [2026-05-05,21:41:30.777] [DEBUG] UploadManager Init Complete [2026-05-05,21:41:30.780] [INFO] Initializing GPS... [2026-05-05,21:41:30.782] [INFO] Starting location capture [2026-05-05,21:42:04.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:42:04.124] [INFO] LocationSqlManager initialising [2026-05-05,21:42:04.125] [INFO] Location DB initialising [2026-05-05,21:42:04.134] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:42:04.135] [DEBUG] UploadManager Init [2026-05-05,21:42:04.135] [DEBUG] UploadManager Init Complete [2026-05-05,21:42:04.138] [INFO] Initializing GPS... [2026-05-05,21:42:04.139] [INFO] Starting location capture [2026-05-05,21:42:37.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:42:37.149] [INFO] LocationSqlManager initialising [2026-05-05,21:42:37.149] [INFO] Location DB initialising [2026-05-05,21:42:37.158] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:42:37.159] [DEBUG] UploadManager Init [2026-05-05,21:42:37.159] [DEBUG] UploadManager Init Complete [2026-05-05,21:42:37.162] [INFO] Initializing GPS... [2026-05-05,21:42:37.164] [INFO] Starting location capture [2026-05-05,21:43:16.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:43:16.262] [INFO] LocationSqlManager initialising [2026-05-05,21:43:16.263] [INFO] Location DB initialising [2026-05-05,21:43:16.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:43:16.275] [DEBUG] UploadManager Init [2026-05-05,21:43:16.276] [DEBUG] UploadManager Init Complete [2026-05-05,21:43:16.281] [INFO] Initializing GPS... [2026-05-05,21:43:16.284] [INFO] Starting location capture [2026-05-05,21:43:54.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:43:54.779] [INFO] LocationSqlManager initialising [2026-05-05,21:43:54.780] [INFO] Location DB initialising [2026-05-05,21:43:54.789] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:43:54.790] [DEBUG] UploadManager Init [2026-05-05,21:43:54.791] [DEBUG] UploadManager Init Complete [2026-05-05,21:43:54.793] [INFO] Initializing GPS... [2026-05-05,21:43:54.795] [INFO] Starting location capture [2026-05-05,21:44:33.261] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:44:33.266] [INFO] LocationSqlManager initialising [2026-05-05,21:44:33.266] [INFO] Location DB initialising [2026-05-05,21:44:33.276] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:44:33.276] [DEBUG] UploadManager Init [2026-05-05,21:44:33.276] [DEBUG] UploadManager Init Complete [2026-05-05,21:44:33.279] [INFO] Initializing GPS... [2026-05-05,21:44:33.281] [INFO] Starting location capture [2026-05-05,21:45:06.708] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:45:06.716] [INFO] LocationSqlManager initialising [2026-05-05,21:45:06.717] [INFO] Location DB initialising [2026-05-05,21:45:06.726] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:45:06.727] [DEBUG] UploadManager Init [2026-05-05,21:45:06.727] [DEBUG] UploadManager Init Complete [2026-05-05,21:45:06.730] [INFO] Initializing GPS... [2026-05-05,21:45:06.732] [INFO] Starting location capture [2026-05-05,21:45:39.672] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:45:39.677] [INFO] LocationSqlManager initialising [2026-05-05,21:45:39.678] [INFO] Location DB initialising [2026-05-05,21:45:39.687] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:45:39.688] [DEBUG] UploadManager Init [2026-05-05,21:45:39.689] [DEBUG] UploadManager Init Complete [2026-05-05,21:45:39.691] [INFO] Initializing GPS... [2026-05-05,21:45:39.693] [INFO] Starting location capture [2026-05-05,21:46:14.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:46:14.286] [INFO] LocationSqlManager initialising [2026-05-05,21:46:14.287] [INFO] Location DB initialising [2026-05-05,21:46:14.296] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:46:14.297] [DEBUG] UploadManager Init [2026-05-05,21:46:14.297] [DEBUG] UploadManager Init Complete [2026-05-05,21:46:14.300] [INFO] Initializing GPS... [2026-05-05,21:46:14.302] [INFO] Starting location capture [2026-05-05,21:46:47.769] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:46:47.774] [INFO] LocationSqlManager initialising [2026-05-05,21:46:47.775] [INFO] Location DB initialising [2026-05-05,21:46:47.784] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:46:47.785] [DEBUG] UploadManager Init [2026-05-05,21:46:47.785] [DEBUG] UploadManager Init Complete [2026-05-05,21:46:47.788] [INFO] Initializing GPS... [2026-05-05,21:46:47.789] [INFO] Starting location capture [2026-05-05,21:47:22.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:47:22.119] [INFO] LocationSqlManager initialising [2026-05-05,21:47:22.119] [INFO] Location DB initialising [2026-05-05,21:47:22.128] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:47:22.129] [DEBUG] UploadManager Init [2026-05-05,21:47:22.129] [DEBUG] UploadManager Init Complete [2026-05-05,21:47:22.132] [INFO] Initializing GPS... [2026-05-05,21:47:22.134] [INFO] Starting location capture [2026-05-05,21:48:01.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:48:01.182] [INFO] LocationSqlManager initialising [2026-05-05,21:48:01.183] [INFO] Location DB initialising [2026-05-05,21:48:01.192] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:48:01.193] [DEBUG] UploadManager Init [2026-05-05,21:48:01.193] [DEBUG] UploadManager Init Complete [2026-05-05,21:48:01.196] [INFO] Initializing GPS... [2026-05-05,21:48:01.198] [INFO] Starting location capture [2026-05-05,21:48:40.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:48:40.233] [INFO] LocationSqlManager initialising [2026-05-05,21:48:40.233] [INFO] Location DB initialising [2026-05-05,21:48:40.243] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:48:40.244] [DEBUG] UploadManager Init [2026-05-05,21:48:40.244] [DEBUG] UploadManager Init Complete [2026-05-05,21:48:40.247] [INFO] Initializing GPS... [2026-05-05,21:48:40.249] [INFO] Starting location capture [2026-05-05,21:49:19.031] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:49:19.039] [INFO] LocationSqlManager initialising [2026-05-05,21:49:19.040] [INFO] Location DB initialising [2026-05-05,21:49:19.050] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:49:19.051] [DEBUG] UploadManager Init [2026-05-05,21:49:19.052] [DEBUG] UploadManager Init Complete [2026-05-05,21:49:19.057] [INFO] Initializing GPS... [2026-05-05,21:49:19.059] [INFO] Starting location capture [2026-05-05,21:49:52.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:49:52.273] [INFO] LocationSqlManager initialising [2026-05-05,21:49:52.274] [INFO] Location DB initialising [2026-05-05,21:49:52.283] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:49:52.284] [DEBUG] UploadManager Init [2026-05-05,21:49:52.284] [DEBUG] UploadManager Init Complete [2026-05-05,21:49:52.287] [INFO] Initializing GPS... [2026-05-05,21:49:52.289] [INFO] Starting location capture [2026-05-05,21:50:25.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:50:25.810] [INFO] LocationSqlManager initialising [2026-05-05,21:50:25.810] [INFO] Location DB initialising [2026-05-05,21:50:25.820] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:50:25.820] [DEBUG] UploadManager Init [2026-05-05,21:50:25.821] [DEBUG] UploadManager Init Complete [2026-05-05,21:50:25.823] [INFO] Initializing GPS... [2026-05-05,21:50:25.825] [INFO] Starting location capture [2026-05-05,21:51:00.000] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:51:00.005] [INFO] LocationSqlManager initialising [2026-05-05,21:51:00.006] [INFO] Location DB initialising [2026-05-05,21:51:00.017] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:51:00.018] [DEBUG] UploadManager Init [2026-05-05,21:51:00.018] [DEBUG] UploadManager Init Complete [2026-05-05,21:51:00.022] [INFO] Initializing GPS... [2026-05-05,21:51:00.024] [INFO] Starting location capture [2026-05-05,21:51:34.259] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:51:34.264] [INFO] LocationSqlManager initialising [2026-05-05,21:51:34.265] [INFO] Location DB initialising [2026-05-05,21:51:34.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:51:34.275] [DEBUG] UploadManager Init [2026-05-05,21:51:34.275] [DEBUG] UploadManager Init Complete [2026-05-05,21:51:34.278] [INFO] Initializing GPS... [2026-05-05,21:51:34.280] [INFO] Starting location capture [2026-05-05,21:52:08.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:52:08.415] [INFO] LocationSqlManager initialising [2026-05-05,21:52:08.416] [INFO] Location DB initialising [2026-05-05,21:52:08.427] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:52:08.429] [DEBUG] UploadManager Init [2026-05-05,21:52:08.429] [DEBUG] UploadManager Init Complete [2026-05-05,21:52:08.434] [INFO] Initializing GPS... [2026-05-05,21:52:08.437] [INFO] Starting location capture [2026-05-05,21:52:43.349] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:52:43.356] [INFO] LocationSqlManager initialising [2026-05-05,21:52:43.357] [INFO] Location DB initialising [2026-05-05,21:52:43.368] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:52:43.369] [DEBUG] UploadManager Init [2026-05-05,21:52:43.370] [DEBUG] UploadManager Init Complete [2026-05-05,21:52:43.375] [INFO] Initializing GPS... [2026-05-05,21:52:43.378] [INFO] Starting location capture [2026-05-05,21:53:20.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:53:20.964] [INFO] LocationSqlManager initialising [2026-05-05,21:53:20.965] [INFO] Location DB initialising [2026-05-05,21:53:20.976] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:53:20.977] [DEBUG] UploadManager Init [2026-05-05,21:53:20.978] [DEBUG] UploadManager Init Complete [2026-05-05,21:53:20.982] [INFO] Initializing GPS... [2026-05-05,21:53:20.985] [INFO] Starting location capture [2026-05-05,21:54:00.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:54:00.101] [INFO] LocationSqlManager initialising [2026-05-05,21:54:00.102] [INFO] Location DB initialising [2026-05-05,21:54:00.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:54:00.118] [DEBUG] UploadManager Init [2026-05-05,21:54:00.119] [DEBUG] UploadManager Init Complete [2026-05-05,21:54:00.125] [INFO] Initializing GPS... [2026-05-05,21:54:00.128] [INFO] Starting location capture [2026-05-05,21:54:38.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:54:38.160] [INFO] LocationSqlManager initialising [2026-05-05,21:54:38.161] [INFO] Location DB initialising [2026-05-05,21:54:38.173] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:54:38.176] [DEBUG] UploadManager Init [2026-05-05,21:54:38.178] [DEBUG] UploadManager Init Complete [2026-05-05,21:54:38.185] [INFO] Initializing GPS... [2026-05-05,21:54:38.188] [INFO] Starting location capture [2026-05-05,21:55:12.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:55:12.037] [INFO] LocationSqlManager initialising [2026-05-05,21:55:12.037] [INFO] Location DB initialising [2026-05-05,21:55:12.046] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:55:12.047] [DEBUG] UploadManager Init [2026-05-05,21:55:12.047] [DEBUG] UploadManager Init Complete [2026-05-05,21:55:12.050] [INFO] Initializing GPS... [2026-05-05,21:55:12.052] [INFO] Starting location capture [2026-05-05,21:55:46.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:55:46.217] [INFO] LocationSqlManager initialising [2026-05-05,21:55:46.218] [INFO] Location DB initialising [2026-05-05,21:55:46.228] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:55:46.229] [DEBUG] UploadManager Init [2026-05-05,21:55:46.229] [DEBUG] UploadManager Init Complete [2026-05-05,21:55:46.232] [INFO] Initializing GPS... [2026-05-05,21:55:46.235] [INFO] Starting location capture [2026-05-05,21:56:20.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:56:20.034] [INFO] LocationSqlManager initialising [2026-05-05,21:56:20.035] [INFO] Location DB initialising [2026-05-05,21:56:20.044] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:56:20.045] [DEBUG] UploadManager Init [2026-05-05,21:56:20.045] [DEBUG] UploadManager Init Complete [2026-05-05,21:56:20.048] [INFO] Initializing GPS... [2026-05-05,21:56:20.050] [INFO] Starting location capture [2026-05-05,21:56:53.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:56:53.846] [INFO] LocationSqlManager initialising [2026-05-05,21:56:53.846] [INFO] Location DB initialising [2026-05-05,21:56:53.856] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:56:53.857] [DEBUG] UploadManager Init [2026-05-05,21:56:53.857] [DEBUG] UploadManager Init Complete [2026-05-05,21:56:53.860] [INFO] Initializing GPS... [2026-05-05,21:56:53.862] [INFO] Starting location capture [2026-05-05,21:57:27.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:57:27.184] [INFO] LocationSqlManager initialising [2026-05-05,21:57:27.185] [INFO] Location DB initialising [2026-05-05,21:57:27.195] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:57:27.196] [DEBUG] UploadManager Init [2026-05-05,21:57:27.196] [DEBUG] UploadManager Init Complete [2026-05-05,21:57:27.200] [INFO] Initializing GPS... [2026-05-05,21:57:27.202] [INFO] Starting location capture [2026-05-05,21:58:05.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:58:05.964] [INFO] LocationSqlManager initialising [2026-05-05,21:58:05.965] [INFO] Location DB initialising [2026-05-05,21:58:05.974] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:58:05.975] [DEBUG] UploadManager Init [2026-05-05,21:58:05.975] [DEBUG] UploadManager Init Complete [2026-05-05,21:58:05.978] [INFO] Initializing GPS... [2026-05-05,21:58:05.980] [INFO] Starting location capture [2026-05-05,21:58:44.979] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:58:44.984] [INFO] LocationSqlManager initialising [2026-05-05,21:58:44.985] [INFO] Location DB initialising [2026-05-05,21:58:44.994] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:58:44.994] [DEBUG] UploadManager Init [2026-05-05,21:58:44.995] [DEBUG] UploadManager Init Complete [2026-05-05,21:58:44.997] [INFO] Initializing GPS... [2026-05-05,21:58:44.999] [INFO] Starting location capture [2026-05-05,21:59:23.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:59:23.158] [INFO] LocationSqlManager initialising [2026-05-05,21:59:23.158] [INFO] Location DB initialising [2026-05-05,21:59:23.167] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:59:23.168] [DEBUG] UploadManager Init [2026-05-05,21:59:23.169] [DEBUG] UploadManager Init Complete [2026-05-05,21:59:23.171] [INFO] Initializing GPS... [2026-05-05,21:59:23.173] [INFO] Starting location capture [2026-05-05,21:59:56.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,21:59:56.711] [INFO] LocationSqlManager initialising [2026-05-05,21:59:56.712] [INFO] Location DB initialising [2026-05-05,21:59:56.721] [INFO] LocationSqlManager initialisation complete [2026-05-05,21:59:56.722] [DEBUG] UploadManager Init [2026-05-05,21:59:56.722] [DEBUG] UploadManager Init Complete [2026-05-05,21:59:56.725] [INFO] Initializing GPS... [2026-05-05,21:59:56.727] [INFO] Starting location capture [2026-05-05,22:00:30.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:00:30.164] [INFO] LocationSqlManager initialising [2026-05-05,22:00:30.164] [INFO] Location DB initialising [2026-05-05,22:00:30.174] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:00:30.174] [DEBUG] UploadManager Init [2026-05-05,22:00:30.174] [DEBUG] UploadManager Init Complete [2026-05-05,22:00:30.177] [INFO] Initializing GPS... [2026-05-05,22:00:30.179] [INFO] Starting location capture [2026-05-05,22:01:03.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:01:03.929] [INFO] LocationSqlManager initialising [2026-05-05,22:01:03.929] [INFO] Location DB initialising [2026-05-05,22:01:03.939] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:01:03.939] [DEBUG] UploadManager Init [2026-05-05,22:01:03.940] [DEBUG] UploadManager Init Complete [2026-05-05,22:01:03.943] [INFO] Initializing GPS... [2026-05-05,22:01:03.944] [INFO] Starting location capture [2026-05-05,22:01:37.715] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:01:37.720] [INFO] LocationSqlManager initialising [2026-05-05,22:01:37.721] [INFO] Location DB initialising [2026-05-05,22:01:37.730] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:01:37.730] [DEBUG] UploadManager Init [2026-05-05,22:01:37.731] [DEBUG] UploadManager Init Complete [2026-05-05,22:01:37.733] [INFO] Initializing GPS... [2026-05-05,22:01:37.735] [INFO] Starting location capture [2026-05-05,22:02:12.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:02:12.024] [INFO] LocationSqlManager initialising [2026-05-05,22:02:12.024] [INFO] Location DB initialising [2026-05-05,22:02:12.034] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:02:12.034] [DEBUG] UploadManager Init [2026-05-05,22:02:12.035] [DEBUG] UploadManager Init Complete [2026-05-05,22:02:12.037] [INFO] Initializing GPS... [2026-05-05,22:02:12.039] [INFO] Starting location capture [2026-05-05,22:02:50.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:02:50.756] [INFO] LocationSqlManager initialising [2026-05-05,22:02:50.757] [INFO] Location DB initialising [2026-05-05,22:02:50.769] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:02:50.770] [DEBUG] UploadManager Init [2026-05-05,22:02:50.771] [DEBUG] UploadManager Init Complete [2026-05-05,22:02:50.775] [INFO] Initializing GPS... [2026-05-05,22:02:50.779] [INFO] Starting location capture [2026-05-05,22:03:29.680] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:03:29.686] [INFO] LocationSqlManager initialising [2026-05-05,22:03:29.686] [INFO] Location DB initialising [2026-05-05,22:03:29.696] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:03:29.697] [DEBUG] UploadManager Init [2026-05-05,22:03:29.698] [DEBUG] UploadManager Init Complete [2026-05-05,22:03:29.701] [INFO] Initializing GPS... [2026-05-05,22:03:29.703] [INFO] Starting location capture [2026-05-05,22:04:08.362] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:04:08.370] [INFO] LocationSqlManager initialising [2026-05-05,22:04:08.371] [INFO] Location DB initialising [2026-05-05,22:04:08.382] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:04:08.384] [DEBUG] UploadManager Init [2026-05-05,22:04:08.384] [DEBUG] UploadManager Init Complete [2026-05-05,22:04:08.388] [INFO] Initializing GPS... [2026-05-05,22:04:08.392] [INFO] Starting location capture [2026-05-05,22:04:43.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:04:43.168] [INFO] LocationSqlManager initialising [2026-05-05,22:04:43.169] [INFO] Location DB initialising [2026-05-05,22:04:43.180] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:04:43.181] [DEBUG] UploadManager Init [2026-05-05,22:04:43.181] [DEBUG] UploadManager Init Complete [2026-05-05,22:04:43.186] [INFO] Initializing GPS... [2026-05-05,22:04:43.189] [INFO] Starting location capture [2026-05-05,22:05:16.832] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:05:16.837] [INFO] LocationSqlManager initialising [2026-05-05,22:05:16.838] [INFO] Location DB initialising [2026-05-05,22:05:16.847] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:05:16.848] [DEBUG] UploadManager Init [2026-05-05,22:05:16.848] [DEBUG] UploadManager Init Complete [2026-05-05,22:05:16.851] [INFO] Initializing GPS... [2026-05-05,22:05:16.853] [INFO] Starting location capture [2026-05-05,22:05:51.020] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:05:51.025] [INFO] LocationSqlManager initialising [2026-05-05,22:05:51.026] [INFO] Location DB initialising [2026-05-05,22:05:51.035] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:05:51.036] [DEBUG] UploadManager Init [2026-05-05,22:05:51.036] [DEBUG] UploadManager Init Complete [2026-05-05,22:05:51.039] [INFO] Initializing GPS... [2026-05-05,22:05:51.041] [INFO] Starting location capture [2026-05-05,22:06:24.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:06:24.937] [INFO] LocationSqlManager initialising [2026-05-05,22:06:24.937] [INFO] Location DB initialising [2026-05-05,22:06:24.947] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:06:24.947] [DEBUG] UploadManager Init [2026-05-05,22:06:24.948] [DEBUG] UploadManager Init Complete [2026-05-05,22:06:24.950] [INFO] Initializing GPS... [2026-05-05,22:06:24.952] [INFO] Starting location capture [2026-05-05,22:06:59.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:06:59.029] [INFO] LocationSqlManager initialising [2026-05-05,22:06:59.030] [INFO] Location DB initialising [2026-05-05,22:06:59.039] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:06:59.040] [DEBUG] UploadManager Init [2026-05-05,22:06:59.040] [DEBUG] UploadManager Init Complete [2026-05-05,22:06:59.043] [INFO] Initializing GPS... [2026-05-05,22:06:59.045] [INFO] Starting location capture [2026-05-05,22:07:32.884] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:07:32.890] [INFO] LocationSqlManager initialising [2026-05-05,22:07:32.891] [INFO] Location DB initialising [2026-05-05,22:07:32.901] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:07:32.901] [DEBUG] UploadManager Init [2026-05-05,22:07:32.902] [DEBUG] UploadManager Init Complete [2026-05-05,22:07:32.905] [INFO] Initializing GPS... [2026-05-05,22:07:32.907] [INFO] Starting location capture [2026-05-05,22:08:06.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:08:06.912] [INFO] LocationSqlManager initialising [2026-05-05,22:08:06.912] [INFO] Location DB initialising [2026-05-05,22:08:06.922] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:08:06.923] [DEBUG] UploadManager Init [2026-05-05,22:08:06.923] [DEBUG] UploadManager Init Complete [2026-05-05,22:08:06.927] [INFO] Initializing GPS... [2026-05-05,22:08:06.929] [INFO] Starting location capture [2026-05-05,22:08:46.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:08:46.035] [INFO] LocationSqlManager initialising [2026-05-05,22:08:46.035] [INFO] Location DB initialising [2026-05-05,22:08:46.045] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:08:46.046] [DEBUG] UploadManager Init [2026-05-05,22:08:46.047] [DEBUG] UploadManager Init Complete [2026-05-05,22:08:46.050] [INFO] Initializing GPS... [2026-05-05,22:08:46.052] [INFO] Starting location capture [2026-05-05,22:09:25.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:09:25.236] [INFO] LocationSqlManager initialising [2026-05-05,22:09:25.236] [INFO] Location DB initialising [2026-05-05,22:09:25.247] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:09:25.248] [DEBUG] UploadManager Init [2026-05-05,22:09:25.249] [DEBUG] UploadManager Init Complete [2026-05-05,22:09:25.252] [INFO] Initializing GPS... [2026-05-05,22:09:25.254] [INFO] Starting location capture [2026-05-05,22:09:59.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:09:59.218] [INFO] LocationSqlManager initialising [2026-05-05,22:09:59.219] [INFO] Location DB initialising [2026-05-05,22:09:59.229] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:09:59.229] [DEBUG] UploadManager Init [2026-05-05,22:09:59.230] [DEBUG] UploadManager Init Complete [2026-05-05,22:09:59.232] [INFO] Initializing GPS... [2026-05-05,22:09:59.234] [INFO] Starting location capture [2026-05-05,22:10:32.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:10:32.960] [INFO] LocationSqlManager initialising [2026-05-05,22:10:32.961] [INFO] Location DB initialising [2026-05-05,22:10:32.971] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:10:32.972] [DEBUG] UploadManager Init [2026-05-05,22:10:32.972] [DEBUG] UploadManager Init Complete [2026-05-05,22:10:32.975] [INFO] Initializing GPS... [2026-05-05,22:10:32.978] [INFO] Starting location capture [2026-05-05,22:11:06.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:11:06.840] [INFO] LocationSqlManager initialising [2026-05-05,22:11:06.840] [INFO] Location DB initialising [2026-05-05,22:11:06.849] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:11:06.850] [DEBUG] UploadManager Init [2026-05-05,22:11:06.850] [DEBUG] UploadManager Init Complete [2026-05-05,22:11:06.853] [INFO] Initializing GPS... [2026-05-05,22:11:06.855] [INFO] Starting location capture [2026-05-05,22:11:40.250] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:11:40.256] [INFO] LocationSqlManager initialising [2026-05-05,22:11:40.257] [INFO] Location DB initialising [2026-05-05,22:11:40.266] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:11:40.267] [DEBUG] UploadManager Init [2026-05-05,22:11:40.268] [DEBUG] UploadManager Init Complete [2026-05-05,22:11:40.271] [INFO] Initializing GPS... [2026-05-05,22:11:40.274] [INFO] Starting location capture [2026-05-05,22:12:14.782] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:12:14.790] [INFO] LocationSqlManager initialising [2026-05-05,22:12:14.791] [INFO] Location DB initialising [2026-05-05,22:12:14.802] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:12:14.802] [DEBUG] UploadManager Init [2026-05-05,22:12:14.803] [DEBUG] UploadManager Init Complete [2026-05-05,22:12:14.805] [INFO] Initializing GPS... [2026-05-05,22:12:14.807] [INFO] Starting location capture [2026-05-05,22:12:50.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:12:50.211] [INFO] LocationSqlManager initialising [2026-05-05,22:12:50.212] [INFO] Location DB initialising [2026-05-05,22:12:50.221] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:12:50.222] [DEBUG] UploadManager Init [2026-05-05,22:12:50.222] [DEBUG] UploadManager Init Complete [2026-05-05,22:12:50.225] [INFO] Initializing GPS... [2026-05-05,22:12:50.227] [INFO] Starting location capture [2026-05-05,22:13:24.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:13:24.043] [INFO] LocationSqlManager initialising [2026-05-05,22:13:24.044] [INFO] Location DB initialising [2026-05-05,22:13:24.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:13:24.057] [DEBUG] UploadManager Init [2026-05-05,22:13:24.058] [DEBUG] UploadManager Init Complete [2026-05-05,22:13:24.063] [INFO] Initializing GPS... [2026-05-05,22:13:24.066] [INFO] Starting location capture [2026-05-05,22:14:01.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:14:01.911] [INFO] LocationSqlManager initialising [2026-05-05,22:14:01.911] [INFO] Location DB initialising [2026-05-05,22:14:01.920] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:14:01.921] [DEBUG] UploadManager Init [2026-05-05,22:14:01.922] [DEBUG] UploadManager Init Complete [2026-05-05,22:14:01.924] [INFO] Initializing GPS... [2026-05-05,22:14:01.926] [INFO] Starting location capture [2026-05-05,22:14:37.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:14:37.228] [INFO] LocationSqlManager initialising [2026-05-05,22:14:37.229] [INFO] Location DB initialising [2026-05-05,22:14:37.239] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:14:37.240] [DEBUG] UploadManager Init [2026-05-05,22:14:37.240] [DEBUG] UploadManager Init Complete [2026-05-05,22:14:37.243] [INFO] Initializing GPS... [2026-05-05,22:14:37.246] [INFO] Starting location capture [2026-05-05,22:15:11.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:15:11.060] [INFO] LocationSqlManager initialising [2026-05-05,22:15:11.060] [INFO] Location DB initialising [2026-05-05,22:15:11.070] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:15:11.070] [DEBUG] UploadManager Init [2026-05-05,22:15:11.071] [DEBUG] UploadManager Init Complete [2026-05-05,22:15:11.073] [INFO] Initializing GPS... [2026-05-05,22:15:11.075] [INFO] Starting location capture [2026-05-05,22:15:45.331] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:15:45.337] [INFO] LocationSqlManager initialising [2026-05-05,22:15:45.338] [INFO] Location DB initialising [2026-05-05,22:15:45.348] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:15:45.349] [DEBUG] UploadManager Init [2026-05-05,22:15:45.349] [DEBUG] UploadManager Init Complete [2026-05-05,22:15:45.352] [INFO] Initializing GPS... [2026-05-05,22:15:45.355] [INFO] Starting location capture [2026-05-05,22:16:19.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:16:19.961] [INFO] LocationSqlManager initialising [2026-05-05,22:16:19.962] [INFO] Location DB initialising [2026-05-05,22:16:19.972] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:16:19.973] [DEBUG] UploadManager Init [2026-05-05,22:16:19.973] [DEBUG] UploadManager Init Complete [2026-05-05,22:16:19.977] [INFO] Initializing GPS... [2026-05-05,22:16:19.979] [INFO] Starting location capture [2026-05-05,22:16:54.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:16:54.201] [INFO] LocationSqlManager initialising [2026-05-05,22:16:54.202] [INFO] Location DB initialising [2026-05-05,22:16:54.212] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:16:54.213] [DEBUG] UploadManager Init [2026-05-05,22:16:54.213] [DEBUG] UploadManager Init Complete [2026-05-05,22:16:54.216] [INFO] Initializing GPS... [2026-05-05,22:16:54.218] [INFO] Starting location capture [2026-05-05,22:17:28.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:17:28.225] [INFO] LocationSqlManager initialising [2026-05-05,22:17:28.225] [INFO] Location DB initialising [2026-05-05,22:17:28.235] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:17:28.235] [DEBUG] UploadManager Init [2026-05-05,22:17:28.236] [DEBUG] UploadManager Init Complete [2026-05-05,22:17:28.238] [INFO] Initializing GPS... [2026-05-05,22:17:28.240] [INFO] Starting location capture [2026-05-05,22:18:05.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:18:05.970] [INFO] LocationSqlManager initialising [2026-05-05,22:18:05.971] [INFO] Location DB initialising [2026-05-05,22:18:05.980] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:18:05.981] [DEBUG] UploadManager Init [2026-05-05,22:18:05.981] [DEBUG] UploadManager Init Complete [2026-05-05,22:18:05.984] [INFO] Initializing GPS... [2026-05-05,22:18:05.986] [INFO] Starting location capture [2026-05-05,22:18:45.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:18:45.024] [INFO] LocationSqlManager initialising [2026-05-05,22:18:45.024] [INFO] Location DB initialising [2026-05-05,22:18:45.034] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:18:45.034] [DEBUG] UploadManager Init [2026-05-05,22:18:45.035] [DEBUG] UploadManager Init Complete [2026-05-05,22:18:45.037] [INFO] Initializing GPS... [2026-05-05,22:18:45.039] [INFO] Starting location capture [2026-05-05,22:19:24.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:19:24.229] [INFO] LocationSqlManager initialising [2026-05-05,22:19:24.230] [INFO] Location DB initialising [2026-05-05,22:19:24.240] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:19:24.241] [DEBUG] UploadManager Init [2026-05-05,22:19:24.241] [DEBUG] UploadManager Init Complete [2026-05-05,22:19:24.244] [INFO] Initializing GPS... [2026-05-05,22:19:24.247] [INFO] Starting location capture [2026-05-05,22:20:02.811] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:20:02.817] [INFO] LocationSqlManager initialising [2026-05-05,22:20:02.817] [INFO] Location DB initialising [2026-05-05,22:20:02.827] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:20:02.827] [DEBUG] UploadManager Init [2026-05-05,22:20:02.828] [DEBUG] UploadManager Init Complete [2026-05-05,22:20:02.830] [INFO] Initializing GPS... [2026-05-05,22:20:02.832] [INFO] Starting location capture [2026-05-05,22:20:36.664] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:20:36.670] [INFO] LocationSqlManager initialising [2026-05-05,22:20:36.670] [INFO] Location DB initialising [2026-05-05,22:20:36.679] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:20:36.680] [DEBUG] UploadManager Init [2026-05-05,22:20:36.680] [DEBUG] UploadManager Init Complete [2026-05-05,22:20:36.683] [INFO] Initializing GPS... [2026-05-05,22:20:36.685] [INFO] Starting location capture [2026-05-05,22:21:11.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:21:11.057] [INFO] LocationSqlManager initialising [2026-05-05,22:21:11.058] [INFO] Location DB initialising [2026-05-05,22:21:11.067] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:21:11.068] [DEBUG] UploadManager Init [2026-05-05,22:21:11.068] [DEBUG] UploadManager Init Complete [2026-05-05,22:21:11.071] [INFO] Initializing GPS... [2026-05-05,22:21:11.073] [INFO] Starting location capture [2026-05-05,22:21:45.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:21:45.175] [INFO] LocationSqlManager initialising [2026-05-05,22:21:45.175] [INFO] Location DB initialising [2026-05-05,22:21:45.185] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:21:45.186] [DEBUG] UploadManager Init [2026-05-05,22:21:45.186] [DEBUG] UploadManager Init Complete [2026-05-05,22:21:45.189] [INFO] Initializing GPS... [2026-05-05,22:21:45.191] [INFO] Starting location capture [2026-05-05,22:22:17.942] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:22:17.950] [INFO] LocationSqlManager initialising [2026-05-05,22:22:17.951] [INFO] Location DB initialising [2026-05-05,22:22:17.962] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:22:17.964] [DEBUG] UploadManager Init [2026-05-05,22:22:17.964] [DEBUG] UploadManager Init Complete [2026-05-05,22:22:17.969] [INFO] Initializing GPS... [2026-05-05,22:22:17.971] [INFO] Starting location capture [2026-05-05,22:22:57.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:22:57.230] [INFO] LocationSqlManager initialising [2026-05-05,22:22:57.231] [INFO] Location DB initialising [2026-05-05,22:22:57.242] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:22:57.244] [DEBUG] UploadManager Init [2026-05-05,22:22:57.244] [DEBUG] UploadManager Init Complete [2026-05-05,22:22:57.249] [INFO] Initializing GPS... [2026-05-05,22:22:57.252] [INFO] Starting location capture [2026-05-05,22:23:35.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:23:35.990] [INFO] LocationSqlManager initialising [2026-05-05,22:23:35.991] [INFO] Location DB initialising [2026-05-05,22:23:36.000] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:23:36.001] [DEBUG] UploadManager Init [2026-05-05,22:23:36.001] [DEBUG] UploadManager Init Complete [2026-05-05,22:23:36.004] [INFO] Initializing GPS... [2026-05-05,22:23:36.006] [INFO] Starting location capture [2026-05-05,22:24:14.696] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:24:14.701] [INFO] LocationSqlManager initialising [2026-05-05,22:24:14.702] [INFO] Location DB initialising [2026-05-05,22:24:14.711] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:24:14.712] [DEBUG] UploadManager Init [2026-05-05,22:24:14.713] [DEBUG] UploadManager Init Complete [2026-05-05,22:24:14.715] [INFO] Initializing GPS... [2026-05-05,22:24:14.717] [INFO] Starting location capture [2026-05-05,22:24:49.415] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:24:49.423] [INFO] LocationSqlManager initialising [2026-05-05,22:24:49.424] [INFO] Location DB initialising [2026-05-05,22:24:49.436] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:24:49.437] [DEBUG] UploadManager Init [2026-05-05,22:24:49.438] [DEBUG] UploadManager Init Complete [2026-05-05,22:24:49.443] [INFO] Initializing GPS... [2026-05-05,22:24:49.446] [INFO] Starting location capture [2026-05-05,22:25:23.419] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:25:23.429] [INFO] LocationSqlManager initialising [2026-05-05,22:25:23.430] [INFO] Location DB initialising [2026-05-05,22:25:23.441] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:25:23.442] [DEBUG] UploadManager Init [2026-05-05,22:25:23.443] [DEBUG] UploadManager Init Complete [2026-05-05,22:25:23.446] [INFO] Initializing GPS... [2026-05-05,22:25:23.448] [INFO] Starting location capture [2026-05-05,22:25:58.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:25:58.068] [INFO] LocationSqlManager initialising [2026-05-05,22:25:58.069] [INFO] Location DB initialising [2026-05-05,22:25:58.080] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:25:58.081] [DEBUG] UploadManager Init [2026-05-05,22:25:58.082] [DEBUG] UploadManager Init Complete [2026-05-05,22:25:58.086] [INFO] Initializing GPS... [2026-05-05,22:25:58.089] [INFO] Starting location capture [2026-05-05,22:26:31.366] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:26:31.374] [INFO] LocationSqlManager initialising [2026-05-05,22:26:31.375] [INFO] Location DB initialising [2026-05-05,22:26:31.387] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:26:31.388] [DEBUG] UploadManager Init [2026-05-05,22:26:31.388] [DEBUG] UploadManager Init Complete [2026-05-05,22:26:31.393] [INFO] Initializing GPS... [2026-05-05,22:26:31.396] [INFO] Starting location capture [2026-05-05,22:27:05.431] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:27:05.438] [INFO] LocationSqlManager initialising [2026-05-05,22:27:05.439] [INFO] Location DB initialising [2026-05-05,22:27:05.449] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:27:05.450] [DEBUG] UploadManager Init [2026-05-05,22:27:05.451] [DEBUG] UploadManager Init Complete [2026-05-05,22:27:05.454] [INFO] Initializing GPS... [2026-05-05,22:27:05.456] [INFO] Starting location capture [2026-05-05,22:27:43.459] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:27:43.466] [INFO] LocationSqlManager initialising [2026-05-05,22:27:43.467] [INFO] Location DB initialising [2026-05-05,22:27:43.477] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:27:43.478] [DEBUG] UploadManager Init [2026-05-05,22:27:43.479] [DEBUG] UploadManager Init Complete [2026-05-05,22:27:43.483] [INFO] Initializing GPS... [2026-05-05,22:27:43.486] [INFO] Starting location capture [2026-05-05,22:28:23.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:28:23.151] [INFO] LocationSqlManager initialising [2026-05-05,22:28:23.151] [INFO] Location DB initialising [2026-05-05,22:28:23.160] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:28:23.161] [DEBUG] UploadManager Init [2026-05-05,22:28:23.161] [DEBUG] UploadManager Init Complete [2026-05-05,22:28:23.166] [INFO] Initializing GPS... [2026-05-05,22:28:23.168] [INFO] Starting location capture [2026-05-05,22:29:00.596] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:29:00.604] [INFO] LocationSqlManager initialising [2026-05-05,22:29:00.604] [INFO] Location DB initialising [2026-05-05,22:29:00.614] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:29:00.614] [DEBUG] UploadManager Init [2026-05-05,22:29:00.615] [DEBUG] UploadManager Init Complete [2026-05-05,22:29:00.617] [INFO] Initializing GPS... [2026-05-05,22:29:00.620] [INFO] Starting location capture [2026-05-05,22:29:34.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:29:34.778] [INFO] LocationSqlManager initialising [2026-05-05,22:29:34.779] [INFO] Location DB initialising [2026-05-05,22:29:34.788] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:29:34.789] [DEBUG] UploadManager Init [2026-05-05,22:29:34.789] [DEBUG] UploadManager Init Complete [2026-05-05,22:29:34.792] [INFO] Initializing GPS... [2026-05-05,22:29:34.793] [INFO] Starting location capture [2026-05-05,22:30:09.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:30:09.010] [INFO] LocationSqlManager initialising [2026-05-05,22:30:09.011] [INFO] Location DB initialising [2026-05-05,22:30:09.020] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:30:09.021] [DEBUG] UploadManager Init [2026-05-05,22:30:09.021] [DEBUG] UploadManager Init Complete [2026-05-05,22:30:09.025] [INFO] Initializing GPS... [2026-05-05,22:30:09.028] [INFO] Starting location capture [2026-05-05,22:30:43.066] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:30:43.071] [INFO] LocationSqlManager initialising [2026-05-05,22:30:43.072] [INFO] Location DB initialising [2026-05-05,22:30:43.081] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:30:43.082] [DEBUG] UploadManager Init [2026-05-05,22:30:43.082] [DEBUG] UploadManager Init Complete [2026-05-05,22:30:43.085] [INFO] Initializing GPS... [2026-05-05,22:30:43.087] [INFO] Starting location capture [2026-05-05,22:31:17.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:31:17.050] [INFO] LocationSqlManager initialising [2026-05-05,22:31:17.050] [INFO] Location DB initialising [2026-05-05,22:31:17.062] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:31:17.063] [DEBUG] UploadManager Init [2026-05-05,22:31:17.064] [DEBUG] UploadManager Init Complete [2026-05-05,22:31:17.068] [INFO] Initializing GPS... [2026-05-05,22:31:17.071] [INFO] Starting location capture [2026-05-05,22:31:51.225] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:31:51.231] [INFO] LocationSqlManager initialising [2026-05-05,22:31:51.232] [INFO] Location DB initialising [2026-05-05,22:31:51.244] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:31:51.245] [DEBUG] UploadManager Init [2026-05-05,22:31:51.245] [DEBUG] UploadManager Init Complete [2026-05-05,22:31:51.250] [INFO] Initializing GPS... [2026-05-05,22:31:51.253] [INFO] Starting location capture [2026-05-05,22:32:29.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:32:29.102] [INFO] LocationSqlManager initialising [2026-05-05,22:32:29.102] [INFO] Location DB initialising [2026-05-05,22:32:29.112] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:32:29.113] [DEBUG] UploadManager Init [2026-05-05,22:32:29.113] [DEBUG] UploadManager Init Complete [2026-05-05,22:32:29.116] [INFO] Initializing GPS... [2026-05-05,22:32:29.117] [INFO] Starting location capture [2026-05-05,22:33:08.297] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:33:08.305] [INFO] LocationSqlManager initialising [2026-05-05,22:33:08.306] [INFO] Location DB initialising [2026-05-05,22:33:08.317] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:33:08.318] [DEBUG] UploadManager Init [2026-05-05,22:33:08.319] [DEBUG] UploadManager Init Complete [2026-05-05,22:33:08.323] [INFO] Initializing GPS... [2026-05-05,22:33:08.326] [INFO] Starting location capture [2026-05-05,22:33:46.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:33:46.021] [INFO] LocationSqlManager initialising [2026-05-05,22:33:46.022] [INFO] Location DB initialising [2026-05-05,22:33:46.031] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:33:46.032] [DEBUG] UploadManager Init [2026-05-05,22:33:46.032] [DEBUG] UploadManager Init Complete [2026-05-05,22:33:46.035] [INFO] Initializing GPS... [2026-05-05,22:33:46.037] [INFO] Starting location capture [2026-05-05,22:34:20.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:34:20.022] [INFO] LocationSqlManager initialising [2026-05-05,22:34:20.022] [INFO] Location DB initialising [2026-05-05,22:34:20.032] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:34:20.033] [DEBUG] UploadManager Init [2026-05-05,22:34:20.033] [DEBUG] UploadManager Init Complete [2026-05-05,22:34:20.036] [INFO] Initializing GPS... [2026-05-05,22:34:20.038] [INFO] Starting location capture [2026-05-05,22:34:54.354] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:34:54.359] [INFO] LocationSqlManager initialising [2026-05-05,22:34:54.360] [INFO] Location DB initialising [2026-05-05,22:34:54.369] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:34:54.370] [DEBUG] UploadManager Init [2026-05-05,22:34:54.370] [DEBUG] UploadManager Init Complete [2026-05-05,22:34:54.373] [INFO] Initializing GPS... [2026-05-05,22:34:54.375] [INFO] Starting location capture [2026-05-05,22:35:29.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:35:29.106] [INFO] LocationSqlManager initialising [2026-05-05,22:35:29.106] [INFO] Location DB initialising [2026-05-05,22:35:29.116] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:35:29.116] [DEBUG] UploadManager Init [2026-05-05,22:35:29.117] [DEBUG] UploadManager Init Complete [2026-05-05,22:35:29.120] [INFO] Initializing GPS... [2026-05-05,22:35:29.122] [INFO] Starting location capture [2026-05-05,22:36:02.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:36:02.834] [INFO] LocationSqlManager initialising [2026-05-05,22:36:02.835] [INFO] Location DB initialising [2026-05-05,22:36:02.846] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:36:02.848] [DEBUG] UploadManager Init [2026-05-05,22:36:02.849] [DEBUG] UploadManager Init Complete [2026-05-05,22:36:02.854] [INFO] Initializing GPS... [2026-05-05,22:36:02.856] [INFO] Starting location capture [2026-05-05,22:36:36.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:36:36.945] [INFO] LocationSqlManager initialising [2026-05-05,22:36:36.946] [INFO] Location DB initialising [2026-05-05,22:36:36.961] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:36:36.963] [DEBUG] UploadManager Init [2026-05-05,22:36:36.964] [DEBUG] UploadManager Init Complete [2026-05-05,22:36:36.971] [INFO] Initializing GPS... [2026-05-05,22:36:36.975] [INFO] Starting location capture [2026-05-05,22:37:09.735] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:37:09.740] [INFO] LocationSqlManager initialising [2026-05-05,22:37:09.740] [INFO] Location DB initialising [2026-05-05,22:37:09.750] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:37:09.750] [DEBUG] UploadManager Init [2026-05-05,22:37:09.751] [DEBUG] UploadManager Init Complete [2026-05-05,22:37:09.754] [INFO] Initializing GPS... [2026-05-05,22:37:09.756] [INFO] Starting location capture [2026-05-05,22:37:48.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:37:48.807] [INFO] LocationSqlManager initialising [2026-05-05,22:37:48.808] [INFO] Location DB initialising [2026-05-05,22:37:48.819] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:37:48.821] [DEBUG] UploadManager Init [2026-05-05,22:37:48.821] [DEBUG] UploadManager Init Complete [2026-05-05,22:37:48.825] [INFO] Initializing GPS... [2026-05-05,22:37:48.828] [INFO] Starting location capture [2026-05-05,22:38:27.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:38:27.409] [INFO] LocationSqlManager initialising [2026-05-05,22:38:27.410] [INFO] Location DB initialising [2026-05-05,22:38:27.421] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:38:27.422] [DEBUG] UploadManager Init [2026-05-05,22:38:27.423] [DEBUG] UploadManager Init Complete [2026-05-05,22:38:27.427] [INFO] Initializing GPS... [2026-05-05,22:38:27.430] [INFO] Starting location capture [2026-05-05,22:39:06.306] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:39:06.312] [INFO] LocationSqlManager initialising [2026-05-05,22:39:06.312] [INFO] Location DB initialising [2026-05-05,22:39:06.322] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:39:06.323] [DEBUG] UploadManager Init [2026-05-05,22:39:06.324] [DEBUG] UploadManager Init Complete [2026-05-05,22:39:06.327] [INFO] Initializing GPS... [2026-05-05,22:39:06.329] [INFO] Starting location capture [2026-05-05,22:39:40.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:39:40.104] [INFO] LocationSqlManager initialising [2026-05-05,22:39:40.105] [INFO] Location DB initialising [2026-05-05,22:39:40.114] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:39:40.115] [DEBUG] UploadManager Init [2026-05-05,22:39:40.115] [DEBUG] UploadManager Init Complete [2026-05-05,22:39:40.118] [INFO] Initializing GPS... [2026-05-05,22:39:40.120] [INFO] Starting location capture [2026-05-05,22:40:13.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:40:13.915] [INFO] LocationSqlManager initialising [2026-05-05,22:40:13.915] [INFO] Location DB initialising [2026-05-05,22:40:13.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:40:13.925] [DEBUG] UploadManager Init [2026-05-05,22:40:13.925] [DEBUG] UploadManager Init Complete [2026-05-05,22:40:13.928] [INFO] Initializing GPS... [2026-05-05,22:40:13.930] [INFO] Starting location capture [2026-05-05,22:40:47.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:40:47.135] [INFO] LocationSqlManager initialising [2026-05-05,22:40:47.136] [INFO] Location DB initialising [2026-05-05,22:40:47.145] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:40:47.146] [DEBUG] UploadManager Init [2026-05-05,22:40:47.146] [DEBUG] UploadManager Init Complete [2026-05-05,22:40:47.149] [INFO] Initializing GPS... [2026-05-05,22:40:47.151] [INFO] Starting location capture [2026-05-05,22:41:21.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:41:21.119] [INFO] LocationSqlManager initialising [2026-05-05,22:41:21.120] [INFO] Location DB initialising [2026-05-05,22:41:21.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:41:21.130] [DEBUG] UploadManager Init [2026-05-05,22:41:21.131] [DEBUG] UploadManager Init Complete [2026-05-05,22:41:21.133] [INFO] Initializing GPS... [2026-05-05,22:41:21.135] [INFO] Starting location capture [2026-05-05,22:41:55.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:41:55.346] [INFO] LocationSqlManager initialising [2026-05-05,22:41:55.347] [INFO] Location DB initialising [2026-05-05,22:41:55.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:41:55.359] [DEBUG] UploadManager Init [2026-05-05,22:41:55.360] [DEBUG] UploadManager Init Complete [2026-05-05,22:41:55.364] [INFO] Initializing GPS... [2026-05-05,22:41:55.367] [INFO] Starting location capture [2026-05-05,22:42:33.471] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:42:33.477] [INFO] LocationSqlManager initialising [2026-05-05,22:42:33.478] [INFO] Location DB initialising [2026-05-05,22:42:33.488] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:42:33.489] [DEBUG] UploadManager Init [2026-05-05,22:42:33.489] [DEBUG] UploadManager Init Complete [2026-05-05,22:42:33.493] [INFO] Initializing GPS... [2026-05-05,22:42:33.495] [INFO] Starting location capture [2026-05-05,22:43:12.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:43:12.372] [INFO] LocationSqlManager initialising [2026-05-05,22:43:12.373] [INFO] Location DB initialising [2026-05-05,22:43:12.383] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:43:12.384] [DEBUG] UploadManager Init [2026-05-05,22:43:12.385] [DEBUG] UploadManager Init Complete [2026-05-05,22:43:12.389] [INFO] Initializing GPS... [2026-05-05,22:43:12.392] [INFO] Starting location capture [2026-05-05,22:43:51.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:43:51.014] [INFO] LocationSqlManager initialising [2026-05-05,22:43:51.014] [INFO] Location DB initialising [2026-05-05,22:43:51.024] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:43:51.024] [DEBUG] UploadManager Init [2026-05-05,22:43:51.025] [DEBUG] UploadManager Init Complete [2026-05-05,22:43:51.027] [INFO] Initializing GPS... [2026-05-05,22:43:51.029] [INFO] Starting location capture [2026-05-05,22:44:25.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:44:25.007] [INFO] LocationSqlManager initialising [2026-05-05,22:44:25.008] [INFO] Location DB initialising [2026-05-05,22:44:25.018] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:44:25.019] [DEBUG] UploadManager Init [2026-05-05,22:44:25.019] [DEBUG] UploadManager Init Complete [2026-05-05,22:44:25.023] [INFO] Initializing GPS... [2026-05-05,22:44:25.025] [INFO] Starting location capture [2026-05-05,22:44:59.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:44:59.068] [INFO] LocationSqlManager initialising [2026-05-05,22:44:59.069] [INFO] Location DB initialising [2026-05-05,22:44:59.080] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:44:59.082] [DEBUG] UploadManager Init [2026-05-05,22:44:59.084] [DEBUG] UploadManager Init Complete [2026-05-05,22:44:59.091] [INFO] Initializing GPS... [2026-05-05,22:44:59.095] [INFO] Starting location capture [2026-05-05,22:45:32.672] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:45:32.677] [INFO] LocationSqlManager initialising [2026-05-05,22:45:32.678] [INFO] Location DB initialising [2026-05-05,22:45:32.687] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:45:32.688] [DEBUG] UploadManager Init [2026-05-05,22:45:32.688] [DEBUG] UploadManager Init Complete [2026-05-05,22:45:32.692] [INFO] Initializing GPS... [2026-05-05,22:45:32.696] [INFO] Starting location capture [2026-05-05,22:46:06.407] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:46:06.414] [INFO] LocationSqlManager initialising [2026-05-05,22:46:06.415] [INFO] Location DB initialising [2026-05-05,22:46:06.424] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:46:06.425] [DEBUG] UploadManager Init [2026-05-05,22:46:06.425] [DEBUG] UploadManager Init Complete [2026-05-05,22:46:06.428] [INFO] Initializing GPS... [2026-05-05,22:46:06.430] [INFO] Starting location capture [2026-05-05,22:46:42.251] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:46:42.256] [INFO] LocationSqlManager initialising [2026-05-05,22:46:42.257] [INFO] Location DB initialising [2026-05-05,22:46:42.266] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:46:42.267] [DEBUG] UploadManager Init [2026-05-05,22:46:42.267] [DEBUG] UploadManager Init Complete [2026-05-05,22:46:42.270] [INFO] Initializing GPS... [2026-05-05,22:46:42.272] [INFO] Starting location capture [2026-05-05,22:47:20.658] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:47:20.663] [INFO] LocationSqlManager initialising [2026-05-05,22:47:20.664] [INFO] Location DB initialising [2026-05-05,22:47:20.673] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:47:20.673] [DEBUG] UploadManager Init [2026-05-05,22:47:20.674] [DEBUG] UploadManager Init Complete [2026-05-05,22:47:20.676] [INFO] Initializing GPS... [2026-05-05,22:47:20.678] [INFO] Starting location capture [2026-05-05,22:47:59.068] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:47:59.073] [INFO] LocationSqlManager initialising [2026-05-05,22:47:59.074] [INFO] Location DB initialising [2026-05-05,22:47:59.085] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:47:59.086] [DEBUG] UploadManager Init [2026-05-05,22:47:59.087] [DEBUG] UploadManager Init Complete [2026-05-05,22:47:59.091] [INFO] Initializing GPS... [2026-05-05,22:47:59.094] [INFO] Starting location capture [2026-05-05,22:48:37.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:48:37.234] [INFO] LocationSqlManager initialising [2026-05-05,22:48:37.235] [INFO] Location DB initialising [2026-05-05,22:48:37.245] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:48:37.246] [DEBUG] UploadManager Init [2026-05-05,22:48:37.246] [DEBUG] UploadManager Init Complete [2026-05-05,22:48:37.250] [INFO] Initializing GPS... [2026-05-05,22:48:37.252] [INFO] Starting location capture [2026-05-05,22:49:12.140] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:49:12.145] [INFO] LocationSqlManager initialising [2026-05-05,22:49:12.146] [INFO] Location DB initialising [2026-05-05,22:49:12.156] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:49:12.156] [DEBUG] UploadManager Init [2026-05-05,22:49:12.157] [DEBUG] UploadManager Init Complete [2026-05-05,22:49:12.160] [INFO] Initializing GPS... [2026-05-05,22:49:12.162] [INFO] Starting location capture [2026-05-05,22:49:46.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:49:46.207] [INFO] LocationSqlManager initialising [2026-05-05,22:49:46.209] [INFO] Location DB initialising [2026-05-05,22:49:46.220] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:49:46.221] [DEBUG] UploadManager Init [2026-05-05,22:49:46.222] [DEBUG] UploadManager Init Complete [2026-05-05,22:49:46.226] [INFO] Initializing GPS... [2026-05-05,22:49:46.229] [INFO] Starting location capture [2026-05-05,22:50:20.404] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:50:20.411] [INFO] LocationSqlManager initialising [2026-05-05,22:50:20.412] [INFO] Location DB initialising [2026-05-05,22:50:20.424] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:50:20.425] [DEBUG] UploadManager Init [2026-05-05,22:50:20.426] [DEBUG] UploadManager Init Complete [2026-05-05,22:50:20.430] [INFO] Initializing GPS... [2026-05-05,22:50:20.433] [INFO] Starting location capture [2026-05-05,22:50:54.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:50:54.432] [INFO] LocationSqlManager initialising [2026-05-05,22:50:54.433] [INFO] Location DB initialising [2026-05-05,22:50:54.442] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:50:54.443] [DEBUG] UploadManager Init [2026-05-05,22:50:54.444] [DEBUG] UploadManager Init Complete [2026-05-05,22:50:54.449] [INFO] Initializing GPS... [2026-05-05,22:50:54.452] [INFO] Starting location capture [2026-05-05,22:51:28.566] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:51:28.571] [INFO] LocationSqlManager initialising [2026-05-05,22:51:28.572] [INFO] Location DB initialising [2026-05-05,22:51:28.581] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:51:28.582] [DEBUG] UploadManager Init [2026-05-05,22:51:28.582] [DEBUG] UploadManager Init Complete [2026-05-05,22:51:28.585] [INFO] Initializing GPS... [2026-05-05,22:51:28.587] [INFO] Starting location capture [2026-05-05,22:52:02.885] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:52:02.891] [INFO] LocationSqlManager initialising [2026-05-05,22:52:02.891] [INFO] Location DB initialising [2026-05-05,22:52:02.901] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:52:02.901] [DEBUG] UploadManager Init [2026-05-05,22:52:02.902] [DEBUG] UploadManager Init Complete [2026-05-05,22:52:02.904] [INFO] Initializing GPS... [2026-05-05,22:52:02.906] [INFO] Starting location capture [2026-05-05,22:52:41.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:52:41.395] [INFO] LocationSqlManager initialising [2026-05-05,22:52:41.396] [INFO] Location DB initialising [2026-05-05,22:52:41.405] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:52:41.406] [DEBUG] UploadManager Init [2026-05-05,22:52:41.406] [DEBUG] UploadManager Init Complete [2026-05-05,22:52:41.409] [INFO] Initializing GPS... [2026-05-05,22:52:41.411] [INFO] Starting location capture [2026-05-05,22:53:20.429] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:53:20.435] [INFO] LocationSqlManager initialising [2026-05-05,22:53:20.435] [INFO] Location DB initialising [2026-05-05,22:53:20.445] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:53:20.446] [DEBUG] UploadManager Init [2026-05-05,22:53:20.446] [DEBUG] UploadManager Init Complete [2026-05-05,22:53:20.450] [INFO] Initializing GPS... [2026-05-05,22:53:20.452] [INFO] Starting location capture [2026-05-05,22:53:54.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:53:54.047] [INFO] LocationSqlManager initialising [2026-05-05,22:53:54.047] [INFO] Location DB initialising [2026-05-05,22:53:54.057] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:53:54.057] [DEBUG] UploadManager Init [2026-05-05,22:53:54.058] [DEBUG] UploadManager Init Complete [2026-05-05,22:53:54.060] [INFO] Initializing GPS... [2026-05-05,22:53:54.062] [INFO] Starting location capture [2026-05-05,22:54:28.862] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:54:28.869] [INFO] LocationSqlManager initialising [2026-05-05,22:54:28.869] [INFO] Location DB initialising [2026-05-05,22:54:28.879] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:54:28.880] [DEBUG] UploadManager Init [2026-05-05,22:54:28.881] [DEBUG] UploadManager Init Complete [2026-05-05,22:54:28.884] [INFO] Initializing GPS... [2026-05-05,22:54:28.887] [INFO] Starting location capture [2026-05-05,22:55:01.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:55:01.960] [INFO] LocationSqlManager initialising [2026-05-05,22:55:01.960] [INFO] Location DB initialising [2026-05-05,22:55:01.970] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:55:01.970] [DEBUG] UploadManager Init [2026-05-05,22:55:01.971] [DEBUG] UploadManager Init Complete [2026-05-05,22:55:01.973] [INFO] Initializing GPS... [2026-05-05,22:55:01.975] [INFO] Starting location capture [2026-05-05,22:55:36.991] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:55:36.996] [INFO] LocationSqlManager initialising [2026-05-05,22:55:36.997] [INFO] Location DB initialising [2026-05-05,22:55:37.006] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:55:37.006] [DEBUG] UploadManager Init [2026-05-05,22:55:37.007] [DEBUG] UploadManager Init Complete [2026-05-05,22:55:37.009] [INFO] Initializing GPS... [2026-05-05,22:55:37.011] [INFO] Starting location capture [2026-05-05,22:56:10.476] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:56:10.482] [INFO] LocationSqlManager initialising [2026-05-05,22:56:10.482] [INFO] Location DB initialising [2026-05-05,22:56:10.491] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:56:10.492] [DEBUG] UploadManager Init [2026-05-05,22:56:10.492] [DEBUG] UploadManager Init Complete [2026-05-05,22:56:10.495] [INFO] Initializing GPS... [2026-05-05,22:56:10.497] [INFO] Starting location capture [2026-05-05,22:56:45.724] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:56:45.732] [INFO] LocationSqlManager initialising [2026-05-05,22:56:45.733] [INFO] Location DB initialising [2026-05-05,22:56:45.744] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:56:45.745] [DEBUG] UploadManager Init [2026-05-05,22:56:45.746] [DEBUG] UploadManager Init Complete [2026-05-05,22:56:45.750] [INFO] Initializing GPS... [2026-05-05,22:56:45.753] [INFO] Starting location capture [2026-05-05,22:57:23.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:57:23.923] [INFO] LocationSqlManager initialising [2026-05-05,22:57:23.924] [INFO] Location DB initialising [2026-05-05,22:57:23.934] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:57:23.935] [DEBUG] UploadManager Init [2026-05-05,22:57:23.935] [DEBUG] UploadManager Init Complete [2026-05-05,22:57:23.938] [INFO] Initializing GPS... [2026-05-05,22:57:23.941] [INFO] Starting location capture [2026-05-05,22:58:01.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:58:01.946] [INFO] LocationSqlManager initialising [2026-05-05,22:58:01.947] [INFO] Location DB initialising [2026-05-05,22:58:01.958] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:58:01.959] [DEBUG] UploadManager Init [2026-05-05,22:58:01.960] [DEBUG] UploadManager Init Complete [2026-05-05,22:58:01.964] [INFO] Initializing GPS... [2026-05-05,22:58:01.967] [INFO] Starting location capture [2026-05-05,22:58:41.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:58:41.171] [INFO] LocationSqlManager initialising [2026-05-05,22:58:41.171] [INFO] Location DB initialising [2026-05-05,22:58:41.180] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:58:41.181] [DEBUG] UploadManager Init [2026-05-05,22:58:41.181] [DEBUG] UploadManager Init Complete [2026-05-05,22:58:41.184] [INFO] Initializing GPS... [2026-05-05,22:58:41.186] [INFO] Starting location capture [2026-05-05,22:59:15.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:59:15.029] [INFO] LocationSqlManager initialising [2026-05-05,22:59:15.029] [INFO] Location DB initialising [2026-05-05,22:59:15.038] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:59:15.039] [DEBUG] UploadManager Init [2026-05-05,22:59:15.039] [DEBUG] UploadManager Init Complete [2026-05-05,22:59:15.042] [INFO] Initializing GPS... [2026-05-05,22:59:15.044] [INFO] Starting location capture [2026-05-05,22:59:49.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:59:49.031] [INFO] LocationSqlManager initialising [2026-05-05,22:59:49.032] [INFO] Location DB initialising [2026-05-05,22:59:49.043] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:59:49.044] [DEBUG] UploadManager Init [2026-05-05,22:59:49.045] [DEBUG] UploadManager Init Complete [2026-05-05,22:59:49.049] [INFO] Initializing GPS... [2026-05-05,22:59:49.052] [INFO] Starting location capture [2026-05-05,23:00:23.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:00:23.309] [INFO] LocationSqlManager initialising [2026-05-05,23:00:23.310] [INFO] Location DB initialising [2026-05-05,23:00:23.320] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:00:23.321] [DEBUG] UploadManager Init [2026-05-05,23:00:23.321] [DEBUG] UploadManager Init Complete [2026-05-05,23:00:23.325] [INFO] Initializing GPS... [2026-05-05,23:00:23.327] [INFO] Starting location capture [2026-05-05,23:00:57.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:00:57.143] [INFO] LocationSqlManager initialising [2026-05-05,23:00:57.143] [INFO] Location DB initialising [2026-05-05,23:00:57.152] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:00:57.153] [DEBUG] UploadManager Init [2026-05-05,23:00:57.153] [DEBUG] UploadManager Init Complete [2026-05-05,23:00:57.156] [INFO] Initializing GPS... [2026-05-05,23:00:57.158] [INFO] Starting location capture [2026-05-05,23:01:30.398] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:01:30.409] [INFO] LocationSqlManager initialising [2026-05-05,23:01:30.411] [INFO] Location DB initialising [2026-05-05,23:01:30.426] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:01:30.427] [DEBUG] UploadManager Init [2026-05-05,23:01:30.428] [DEBUG] UploadManager Init Complete [2026-05-05,23:01:30.433] [INFO] Initializing GPS... [2026-05-05,23:01:30.436] [INFO] Starting location capture [2026-05-05,23:02:09.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:02:09.310] [INFO] LocationSqlManager initialising [2026-05-05,23:02:09.311] [INFO] Location DB initialising [2026-05-05,23:02:09.322] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:02:09.323] [DEBUG] UploadManager Init [2026-05-05,23:02:09.324] [DEBUG] UploadManager Init Complete [2026-05-05,23:02:09.329] [INFO] Initializing GPS... [2026-05-05,23:02:09.331] [INFO] Starting location capture [2026-05-05,23:02:47.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:02:47.948] [INFO] LocationSqlManager initialising [2026-05-05,23:02:47.949] [INFO] Location DB initialising [2026-05-05,23:02:47.961] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:02:47.962] [DEBUG] UploadManager Init [2026-05-05,23:02:47.963] [DEBUG] UploadManager Init Complete [2026-05-05,23:02:47.969] [INFO] Initializing GPS... [2026-05-05,23:02:47.973] [INFO] Starting location capture [2026-05-05,23:03:25.607] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:03:25.618] [INFO] LocationSqlManager initialising [2026-05-05,23:03:25.619] [INFO] Location DB initialising [2026-05-05,23:03:25.635] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:03:25.636] [DEBUG] UploadManager Init [2026-05-05,23:03:25.638] [DEBUG] UploadManager Init Complete [2026-05-05,23:03:25.646] [INFO] Initializing GPS... [2026-05-05,23:03:25.651] [INFO] Starting location capture [2026-05-05,23:04:00.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:04:00.052] [INFO] LocationSqlManager initialising [2026-05-05,23:04:00.052] [INFO] Location DB initialising [2026-05-05,23:04:00.062] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:04:00.063] [DEBUG] UploadManager Init [2026-05-05,23:04:00.063] [DEBUG] UploadManager Init Complete [2026-05-05,23:04:00.066] [INFO] Initializing GPS... [2026-05-05,23:04:00.068] [INFO] Starting location capture [2026-05-05,23:04:34.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:04:34.016] [INFO] LocationSqlManager initialising [2026-05-05,23:04:34.016] [INFO] Location DB initialising [2026-05-05,23:04:34.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:04:34.026] [DEBUG] UploadManager Init [2026-05-05,23:04:34.027] [DEBUG] UploadManager Init Complete [2026-05-05,23:04:34.030] [INFO] Initializing GPS... [2026-05-05,23:04:34.032] [INFO] Starting location capture [2026-05-05,23:05:07.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:05:07.998] [INFO] LocationSqlManager initialising [2026-05-05,23:05:07.998] [INFO] Location DB initialising [2026-05-05,23:05:08.008] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:05:08.009] [DEBUG] UploadManager Init [2026-05-05,23:05:08.010] [DEBUG] UploadManager Init Complete [2026-05-05,23:05:08.013] [INFO] Initializing GPS... [2026-05-05,23:05:08.015] [INFO] Starting location capture [2026-05-05,23:05:42.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:05:42.265] [INFO] LocationSqlManager initialising [2026-05-05,23:05:42.265] [INFO] Location DB initialising [2026-05-05,23:05:42.275] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:05:42.276] [DEBUG] UploadManager Init [2026-05-05,23:05:42.277] [DEBUG] UploadManager Init Complete [2026-05-05,23:05:42.280] [INFO] Initializing GPS... [2026-05-05,23:05:42.282] [INFO] Starting location capture [2026-05-05,23:06:16.220] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:06:16.225] [INFO] LocationSqlManager initialising [2026-05-05,23:06:16.225] [INFO] Location DB initialising [2026-05-05,23:06:16.235] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:06:16.236] [DEBUG] UploadManager Init [2026-05-05,23:06:16.236] [DEBUG] UploadManager Init Complete [2026-05-05,23:06:16.239] [INFO] Initializing GPS... [2026-05-05,23:06:16.242] [INFO] Starting location capture [2026-05-05,23:06:49.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:06:49.987] [INFO] LocationSqlManager initialising [2026-05-05,23:06:49.987] [INFO] Location DB initialising [2026-05-05,23:06:49.998] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:06:49.999] [DEBUG] UploadManager Init [2026-05-05,23:06:50.000] [DEBUG] UploadManager Init Complete [2026-05-05,23:06:50.003] [INFO] Initializing GPS... [2026-05-05,23:06:50.006] [INFO] Starting location capture [2026-05-05,23:07:28.654] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:07:28.661] [INFO] LocationSqlManager initialising [2026-05-05,23:07:28.662] [INFO] Location DB initialising [2026-05-05,23:07:28.672] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:07:28.674] [DEBUG] UploadManager Init [2026-05-05,23:07:28.674] [DEBUG] UploadManager Init Complete [2026-05-05,23:07:28.678] [INFO] Initializing GPS... [2026-05-05,23:07:28.681] [INFO] Starting location capture [2026-05-05,23:08:07.370] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:08:07.375] [INFO] LocationSqlManager initialising [2026-05-05,23:08:07.375] [INFO] Location DB initialising [2026-05-05,23:08:07.385] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:08:07.385] [DEBUG] UploadManager Init [2026-05-05,23:08:07.386] [DEBUG] UploadManager Init Complete [2026-05-05,23:08:07.388] [INFO] Initializing GPS... [2026-05-05,23:08:07.390] [INFO] Starting location capture [2026-05-05,23:08:45.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:08:45.015] [INFO] LocationSqlManager initialising [2026-05-05,23:08:45.015] [INFO] Location DB initialising [2026-05-05,23:08:45.025] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:08:45.025] [DEBUG] UploadManager Init [2026-05-05,23:08:45.026] [DEBUG] UploadManager Init Complete [2026-05-05,23:08:45.028] [INFO] Initializing GPS... [2026-05-05,23:08:45.030] [INFO] Starting location capture [2026-05-05,23:09:18.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:09:18.896] [INFO] LocationSqlManager initialising [2026-05-05,23:09:18.897] [INFO] Location DB initialising [2026-05-05,23:09:18.906] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:09:18.907] [DEBUG] UploadManager Init [2026-05-05,23:09:18.907] [DEBUG] UploadManager Init Complete [2026-05-05,23:09:18.910] [INFO] Initializing GPS... [2026-05-05,23:09:18.912] [INFO] Starting location capture [2026-05-05,23:09:53.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:09:53.091] [INFO] LocationSqlManager initialising [2026-05-05,23:09:53.092] [INFO] Location DB initialising [2026-05-05,23:09:53.101] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:09:53.102] [DEBUG] UploadManager Init [2026-05-05,23:09:53.102] [DEBUG] UploadManager Init Complete [2026-05-05,23:09:53.105] [INFO] Initializing GPS... [2026-05-05,23:09:53.107] [INFO] Starting location capture [2026-05-05,23:10:26.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:10:26.822] [INFO] LocationSqlManager initialising [2026-05-05,23:10:26.823] [INFO] Location DB initialising [2026-05-05,23:10:26.832] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:10:26.833] [DEBUG] UploadManager Init [2026-05-05,23:10:26.834] [DEBUG] UploadManager Init Complete [2026-05-05,23:10:26.836] [INFO] Initializing GPS... [2026-05-05,23:10:26.838] [INFO] Starting location capture [2026-05-05,23:11:00.565] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:11:00.570] [INFO] LocationSqlManager initialising [2026-05-05,23:11:00.571] [INFO] Location DB initialising [2026-05-05,23:11:00.580] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:11:00.581] [DEBUG] UploadManager Init [2026-05-05,23:11:00.581] [DEBUG] UploadManager Init Complete [2026-05-05,23:11:00.584] [INFO] Initializing GPS... [2026-05-05,23:11:00.586] [INFO] Starting location capture [2026-05-05,23:11:34.365] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:11:34.371] [INFO] LocationSqlManager initialising [2026-05-05,23:11:34.372] [INFO] Location DB initialising [2026-05-05,23:11:34.382] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:11:34.383] [DEBUG] UploadManager Init [2026-05-05,23:11:34.383] [DEBUG] UploadManager Init Complete [2026-05-05,23:11:34.387] [INFO] Initializing GPS... [2026-05-05,23:11:34.389] [INFO] Starting location capture [2026-05-05,23:12:13.274] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:12:13.279] [INFO] LocationSqlManager initialising [2026-05-05,23:12:13.280] [INFO] Location DB initialising [2026-05-05,23:12:13.289] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:12:13.290] [DEBUG] UploadManager Init [2026-05-05,23:12:13.290] [DEBUG] UploadManager Init Complete [2026-05-05,23:12:13.293] [INFO] Initializing GPS... [2026-05-05,23:12:13.295] [INFO] Starting location capture [2026-05-05,23:12:51.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:12:51.046] [INFO] LocationSqlManager initialising [2026-05-05,23:12:51.047] [INFO] Location DB initialising [2026-05-05,23:12:51.056] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:12:51.057] [DEBUG] UploadManager Init [2026-05-05,23:12:51.057] [DEBUG] UploadManager Init Complete [2026-05-05,23:12:51.060] [INFO] Initializing GPS... [2026-05-05,23:12:51.062] [INFO] Starting location capture [2026-05-05,23:13:24.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:13:24.759] [INFO] LocationSqlManager initialising [2026-05-05,23:13:24.760] [INFO] Location DB initialising [2026-05-05,23:13:24.770] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:13:24.770] [DEBUG] UploadManager Init [2026-05-05,23:13:24.771] [DEBUG] UploadManager Init Complete [2026-05-05,23:13:24.773] [INFO] Initializing GPS... [2026-05-05,23:13:24.775] [INFO] Starting location capture [2026-05-05,23:14:04.184] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:14:04.190] [INFO] LocationSqlManager initialising [2026-05-05,23:14:04.190] [INFO] Location DB initialising [2026-05-05,23:14:04.200] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:14:04.201] [DEBUG] UploadManager Init [2026-05-05,23:14:04.201] [DEBUG] UploadManager Init Complete [2026-05-05,23:14:04.204] [INFO] Initializing GPS... [2026-05-05,23:14:04.206] [INFO] Starting location capture [2026-05-05,23:14:37.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:14:37.697] [INFO] LocationSqlManager initialising [2026-05-05,23:14:37.697] [INFO] Location DB initialising [2026-05-05,23:14:37.707] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:14:37.708] [DEBUG] UploadManager Init [2026-05-05,23:14:37.709] [DEBUG] UploadManager Init Complete [2026-05-05,23:14:37.712] [INFO] Initializing GPS... [2026-05-05,23:14:37.714] [INFO] Starting location capture [2026-05-05,23:15:12.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:15:12.253] [INFO] LocationSqlManager initialising [2026-05-05,23:15:12.254] [INFO] Location DB initialising [2026-05-05,23:15:12.263] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:15:12.264] [DEBUG] UploadManager Init [2026-05-05,23:15:12.264] [DEBUG] UploadManager Init Complete [2026-05-05,23:15:12.267] [INFO] Initializing GPS... [2026-05-05,23:15:12.269] [INFO] Starting location capture [2026-05-05,23:15:46.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:15:46.239] [INFO] LocationSqlManager initialising [2026-05-05,23:15:46.240] [INFO] Location DB initialising [2026-05-05,23:15:46.251] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:15:46.253] [DEBUG] UploadManager Init [2026-05-05,23:15:46.253] [DEBUG] UploadManager Init Complete [2026-05-05,23:15:46.258] [INFO] Initializing GPS... [2026-05-05,23:15:46.260] [INFO] Starting location capture [2026-05-05,23:16:20.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:16:20.123] [INFO] LocationSqlManager initialising [2026-05-05,23:16:20.124] [INFO] Location DB initialising [2026-05-05,23:16:20.135] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:16:20.136] [DEBUG] UploadManager Init [2026-05-05,23:16:20.137] [DEBUG] UploadManager Init Complete [2026-05-05,23:16:20.141] [INFO] Initializing GPS... [2026-05-05,23:16:20.144] [INFO] Starting location capture [2026-05-05,23:16:58.135] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:16:58.140] [INFO] LocationSqlManager initialising [2026-05-05,23:16:58.141] [INFO] Location DB initialising [2026-05-05,23:16:58.150] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:16:58.151] [DEBUG] UploadManager Init [2026-05-05,23:16:58.151] [DEBUG] UploadManager Init Complete [2026-05-05,23:16:58.154] [INFO] Initializing GPS... [2026-05-05,23:16:58.155] [INFO] Starting location capture [2026-05-05,23:17:37.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:17:37.173] [INFO] LocationSqlManager initialising [2026-05-05,23:17:37.173] [INFO] Location DB initialising [2026-05-05,23:17:37.182] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:17:37.183] [DEBUG] UploadManager Init [2026-05-05,23:17:37.183] [DEBUG] UploadManager Init Complete [2026-05-05,23:17:37.186] [INFO] Initializing GPS... [2026-05-05,23:17:37.188] [INFO] Starting location capture [2026-05-05,23:18:14.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:18:14.592] [INFO] LocationSqlManager initialising [2026-05-05,23:18:14.593] [INFO] Location DB initialising [2026-05-05,23:18:14.605] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:18:14.606] [DEBUG] UploadManager Init [2026-05-05,23:18:14.606] [DEBUG] UploadManager Init Complete [2026-05-05,23:18:14.611] [INFO] Initializing GPS... [2026-05-05,23:18:14.613] [INFO] Starting location capture [2026-05-05,23:18:49.344] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:18:49.351] [INFO] LocationSqlManager initialising [2026-05-05,23:18:49.352] [INFO] Location DB initialising [2026-05-05,23:18:49.362] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:18:49.363] [DEBUG] UploadManager Init [2026-05-05,23:18:49.364] [DEBUG] UploadManager Init Complete [2026-05-05,23:18:49.367] [INFO] Initializing GPS... [2026-05-05,23:18:49.369] [INFO] Starting location capture [2026-05-05,23:19:23.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:19:23.117] [INFO] LocationSqlManager initialising [2026-05-05,23:19:23.118] [INFO] Location DB initialising [2026-05-05,23:19:23.129] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:19:23.130] [DEBUG] UploadManager Init [2026-05-05,23:19:23.131] [DEBUG] UploadManager Init Complete [2026-05-05,23:19:23.134] [INFO] Initializing GPS... [2026-05-05,23:19:23.136] [INFO] Starting location capture [2026-05-05,23:19:57.341] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:19:57.347] [INFO] LocationSqlManager initialising [2026-05-05,23:19:57.348] [INFO] Location DB initialising [2026-05-05,23:19:57.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:19:57.359] [DEBUG] UploadManager Init [2026-05-05,23:19:57.359] [DEBUG] UploadManager Init Complete [2026-05-05,23:19:57.363] [INFO] Initializing GPS... [2026-05-05,23:19:57.365] [INFO] Starting location capture [2026-05-05,23:20:31.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:20:31.099] [INFO] LocationSqlManager initialising [2026-05-05,23:20:31.100] [INFO] Location DB initialising [2026-05-05,23:20:31.110] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:20:31.111] [DEBUG] UploadManager Init [2026-05-05,23:20:31.112] [DEBUG] UploadManager Init Complete [2026-05-05,23:20:31.116] [INFO] Initializing GPS... [2026-05-05,23:20:31.119] [INFO] Starting location capture [2026-05-05,23:21:05.168] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:21:05.176] [INFO] LocationSqlManager initialising [2026-05-05,23:21:05.177] [INFO] Location DB initialising [2026-05-05,23:21:05.188] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:21:05.189] [DEBUG] UploadManager Init [2026-05-05,23:21:05.190] [DEBUG] UploadManager Init Complete [2026-05-05,23:21:05.194] [INFO] Initializing GPS... [2026-05-05,23:21:05.197] [INFO] Starting location capture [2026-05-05,23:21:39.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:21:39.068] [INFO] LocationSqlManager initialising [2026-05-05,23:21:39.068] [INFO] Location DB initialising [2026-05-05,23:21:39.077] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:21:39.078] [DEBUG] UploadManager Init [2026-05-05,23:21:39.078] [DEBUG] UploadManager Init Complete [2026-05-05,23:21:39.081] [INFO] Initializing GPS... [2026-05-05,23:21:39.083] [INFO] Starting location capture [2026-05-05,23:22:16.898] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:22:16.903] [INFO] LocationSqlManager initialising [2026-05-05,23:22:16.903] [INFO] Location DB initialising [2026-05-05,23:22:16.913] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:22:16.914] [DEBUG] UploadManager Init [2026-05-05,23:22:16.914] [DEBUG] UploadManager Init Complete [2026-05-05,23:22:16.917] [INFO] Initializing GPS... [2026-05-05,23:22:16.919] [INFO] Starting location capture [2026-05-05,23:22:55.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:22:55.969] [INFO] LocationSqlManager initialising [2026-05-05,23:22:55.970] [INFO] Location DB initialising [2026-05-05,23:22:55.979] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:22:55.980] [DEBUG] UploadManager Init [2026-05-05,23:22:55.981] [DEBUG] UploadManager Init Complete [2026-05-05,23:22:55.983] [INFO] Initializing GPS... [2026-05-05,23:22:55.985] [INFO] Starting location capture [2026-05-05,23:23:30.205] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:23:30.211] [INFO] LocationSqlManager initialising [2026-05-05,23:23:30.211] [INFO] Location DB initialising [2026-05-05,23:23:30.220] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:23:30.221] [DEBUG] UploadManager Init [2026-05-05,23:23:30.222] [DEBUG] UploadManager Init Complete [2026-05-05,23:23:30.224] [INFO] Initializing GPS... [2026-05-05,23:23:30.226] [INFO] Starting location capture [2026-05-05,23:24:04.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:24:04.205] [INFO] LocationSqlManager initialising [2026-05-05,23:24:04.206] [INFO] Location DB initialising [2026-05-05,23:24:04.215] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:24:04.216] [DEBUG] UploadManager Init [2026-05-05,23:24:04.216] [DEBUG] UploadManager Init Complete [2026-05-05,23:24:04.219] [INFO] Initializing GPS... [2026-05-05,23:24:04.221] [INFO] Starting location capture [2026-05-05,23:24:38.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:24:38.130] [INFO] LocationSqlManager initialising [2026-05-05,23:24:38.130] [INFO] Location DB initialising [2026-05-05,23:24:38.139] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:24:38.140] [DEBUG] UploadManager Init [2026-05-05,23:24:38.140] [DEBUG] UploadManager Init Complete [2026-05-05,23:24:38.143] [INFO] Initializing GPS... [2026-05-05,23:24:38.145] [INFO] Starting location capture [2026-05-05,23:25:12.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:25:12.095] [INFO] LocationSqlManager initialising [2026-05-05,23:25:12.096] [INFO] Location DB initialising [2026-05-05,23:25:12.105] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:25:12.106] [DEBUG] UploadManager Init [2026-05-05,23:25:12.106] [DEBUG] UploadManager Init Complete [2026-05-05,23:25:12.109] [INFO] Initializing GPS... [2026-05-05,23:25:12.111] [INFO] Starting location capture [2026-05-05,23:25:46.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:25:46.137] [INFO] LocationSqlManager initialising [2026-05-05,23:25:46.138] [INFO] Location DB initialising [2026-05-05,23:25:46.147] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:25:46.148] [DEBUG] UploadManager Init [2026-05-05,23:25:46.148] [DEBUG] UploadManager Init Complete [2026-05-05,23:25:46.151] [INFO] Initializing GPS... [2026-05-05,23:25:46.154] [INFO] Starting location capture [2026-05-05,23:26:18.590] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:26:18.595] [INFO] LocationSqlManager initialising [2026-05-05,23:26:18.596] [INFO] Location DB initialising [2026-05-05,23:26:18.606] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:26:18.606] [DEBUG] UploadManager Init [2026-05-05,23:26:18.607] [DEBUG] UploadManager Init Complete [2026-05-05,23:26:18.609] [INFO] Initializing GPS... [2026-05-05,23:26:18.611] [INFO] Starting location capture [2026-05-05,23:26:57.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:26:57.880] [INFO] LocationSqlManager initialising [2026-05-05,23:26:57.881] [INFO] Location DB initialising [2026-05-05,23:26:57.891] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:26:57.892] [DEBUG] UploadManager Init [2026-05-05,23:26:57.892] [DEBUG] UploadManager Init Complete [2026-05-05,23:26:57.895] [INFO] Initializing GPS... [2026-05-05,23:26:57.898] [INFO] Starting location capture [2026-05-05,23:27:32.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:27:32.051] [INFO] LocationSqlManager initialising [2026-05-05,23:27:32.051] [INFO] Location DB initialising [2026-05-05,23:27:32.061] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:27:32.061] [DEBUG] UploadManager Init [2026-05-05,23:27:32.061] [DEBUG] UploadManager Init Complete [2026-05-05,23:27:32.064] [INFO] Initializing GPS... [2026-05-05,23:27:32.066] [INFO] Starting location capture [2026-05-05,23:28:07.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:28:07.285] [INFO] LocationSqlManager initialising [2026-05-05,23:28:07.286] [INFO] Location DB initialising [2026-05-05,23:28:07.298] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:28:07.299] [DEBUG] UploadManager Init [2026-05-05,23:28:07.299] [DEBUG] UploadManager Init Complete [2026-05-05,23:28:07.304] [INFO] Initializing GPS... [2026-05-05,23:28:07.307] [INFO] Starting location capture [2026-05-05,23:28:42.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:28:42.227] [INFO] LocationSqlManager initialising [2026-05-05,23:28:42.227] [INFO] Location DB initialising [2026-05-05,23:28:42.238] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:28:42.240] [DEBUG] UploadManager Init [2026-05-05,23:28:42.240] [DEBUG] UploadManager Init Complete [2026-05-05,23:28:42.245] [INFO] Initializing GPS... [2026-05-05,23:28:42.248] [INFO] Starting location capture [2026-05-05,23:29:16.098] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:29:16.103] [INFO] LocationSqlManager initialising [2026-05-05,23:29:16.104] [INFO] Location DB initialising [2026-05-05,23:29:16.114] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:29:16.115] [DEBUG] UploadManager Init [2026-05-05,23:29:16.116] [DEBUG] UploadManager Init Complete [2026-05-05,23:29:16.120] [INFO] Initializing GPS... [2026-05-05,23:29:16.123] [INFO] Starting location capture [2026-05-05,23:29:49.240] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:29:49.248] [INFO] LocationSqlManager initialising [2026-05-05,23:29:49.249] [INFO] Location DB initialising [2026-05-05,23:29:49.260] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:29:49.261] [DEBUG] UploadManager Init [2026-05-05,23:29:49.262] [DEBUG] UploadManager Init Complete [2026-05-05,23:29:49.266] [INFO] Initializing GPS... [2026-05-05,23:29:49.269] [INFO] Starting location capture [2026-05-05,23:30:23.384] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:30:23.391] [INFO] LocationSqlManager initialising [2026-05-05,23:30:23.392] [INFO] Location DB initialising [2026-05-05,23:30:23.406] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:30:23.407] [DEBUG] UploadManager Init [2026-05-05,23:30:23.409] [DEBUG] UploadManager Init Complete [2026-05-05,23:30:23.415] [INFO] Initializing GPS... [2026-05-05,23:30:23.419] [INFO] Starting location capture [2026-05-05,23:30:56.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:30:56.854] [INFO] LocationSqlManager initialising [2026-05-05,23:30:56.855] [INFO] Location DB initialising [2026-05-05,23:30:56.865] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:30:56.865] [DEBUG] UploadManager Init [2026-05-05,23:30:56.866] [DEBUG] UploadManager Init Complete [2026-05-05,23:30:56.869] [INFO] Initializing GPS... [2026-05-05,23:30:56.871] [INFO] Starting location capture [2026-05-05,23:31:30.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:31:30.843] [INFO] LocationSqlManager initialising [2026-05-05,23:31:30.844] [INFO] Location DB initialising [2026-05-05,23:31:30.855] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:31:30.856] [DEBUG] UploadManager Init [2026-05-05,23:31:30.857] [DEBUG] UploadManager Init Complete [2026-05-05,23:31:30.862] [INFO] Initializing GPS... [2026-05-05,23:31:30.865] [INFO] Starting location capture [2026-05-05,23:32:08.616] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:32:08.624] [INFO] LocationSqlManager initialising [2026-05-05,23:32:08.625] [INFO] Location DB initialising [2026-05-05,23:32:08.638] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:32:08.640] [DEBUG] UploadManager Init [2026-05-05,23:32:08.641] [DEBUG] UploadManager Init Complete [2026-05-05,23:32:08.648] [INFO] Initializing GPS... [2026-05-05,23:32:08.651] [INFO] Starting location capture [2026-05-05,23:32:46.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:32:46.320] [INFO] LocationSqlManager initialising [2026-05-05,23:32:46.321] [INFO] Location DB initialising [2026-05-05,23:32:46.331] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:32:46.331] [DEBUG] UploadManager Init [2026-05-05,23:32:46.332] [DEBUG] UploadManager Init Complete [2026-05-05,23:32:46.335] [INFO] Initializing GPS... [2026-05-05,23:32:46.337] [INFO] Starting location capture [2026-05-05,23:33:21.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:33:21.130] [INFO] LocationSqlManager initialising [2026-05-05,23:33:21.131] [INFO] Location DB initialising [2026-05-05,23:33:21.142] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:33:21.143] [DEBUG] UploadManager Init [2026-05-05,23:33:21.144] [DEBUG] UploadManager Init Complete [2026-05-05,23:33:21.148] [INFO] Initializing GPS... [2026-05-05,23:33:21.151] [INFO] Starting location capture [2026-05-05,23:33:54.797] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:33:54.802] [INFO] LocationSqlManager initialising [2026-05-05,23:33:54.802] [INFO] Location DB initialising [2026-05-05,23:33:54.812] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:33:54.812] [DEBUG] UploadManager Init [2026-05-05,23:33:54.813] [DEBUG] UploadManager Init Complete [2026-05-05,23:33:54.815] [INFO] Initializing GPS... [2026-05-05,23:33:54.817] [INFO] Starting location capture [2026-05-05,23:34:28.765] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:34:28.770] [INFO] LocationSqlManager initialising [2026-05-05,23:34:28.771] [INFO] Location DB initialising [2026-05-05,23:34:28.780] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:34:28.781] [DEBUG] UploadManager Init [2026-05-05,23:34:28.781] [DEBUG] UploadManager Init Complete [2026-05-05,23:34:28.784] [INFO] Initializing GPS... [2026-05-05,23:34:28.786] [INFO] Starting location capture [2026-05-05,23:35:01.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:35:01.765] [INFO] LocationSqlManager initialising [2026-05-05,23:35:01.766] [INFO] Location DB initialising [2026-05-05,23:35:01.776] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:35:01.777] [DEBUG] UploadManager Init [2026-05-05,23:35:01.778] [DEBUG] UploadManager Init Complete [2026-05-05,23:35:01.781] [INFO] Initializing GPS... [2026-05-05,23:35:01.783] [INFO] Starting location capture [2026-05-05,23:35:35.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:35:35.913] [INFO] LocationSqlManager initialising [2026-05-05,23:35:35.914] [INFO] Location DB initialising [2026-05-05,23:35:35.924] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:35:35.925] [DEBUG] UploadManager Init [2026-05-05,23:35:35.925] [DEBUG] UploadManager Init Complete [2026-05-05,23:35:35.928] [INFO] Initializing GPS... [2026-05-05,23:35:35.930] [INFO] Starting location capture [2026-05-05,23:36:09.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:36:09.816] [INFO] LocationSqlManager initialising [2026-05-05,23:36:09.816] [INFO] Location DB initialising [2026-05-05,23:36:09.827] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:36:09.828] [DEBUG] UploadManager Init [2026-05-05,23:36:09.829] [DEBUG] UploadManager Init Complete [2026-05-05,23:36:09.833] [INFO] Initializing GPS... [2026-05-05,23:36:09.836] [INFO] Starting location capture [2026-05-05,23:36:48.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:36:48.095] [INFO] LocationSqlManager initialising [2026-05-05,23:36:48.095] [INFO] Location DB initialising [2026-05-05,23:36:48.105] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:36:48.106] [DEBUG] UploadManager Init [2026-05-05,23:36:48.106] [DEBUG] UploadManager Init Complete [2026-05-05,23:36:48.109] [INFO] Initializing GPS... [2026-05-05,23:36:48.111] [INFO] Starting location capture [2026-05-05,23:37:26.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:37:26.226] [INFO] LocationSqlManager initialising [2026-05-05,23:37:26.227] [INFO] Location DB initialising [2026-05-05,23:37:26.238] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:37:26.239] [DEBUG] UploadManager Init [2026-05-05,23:37:26.240] [DEBUG] UploadManager Init Complete [2026-05-05,23:37:26.244] [INFO] Initializing GPS... [2026-05-05,23:37:26.247] [INFO] Starting location capture [2026-05-05,23:38:05.215] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:38:05.221] [INFO] LocationSqlManager initialising [2026-05-05,23:38:05.221] [INFO] Location DB initialising [2026-05-05,23:38:05.231] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:38:05.232] [DEBUG] UploadManager Init [2026-05-05,23:38:05.233] [DEBUG] UploadManager Init Complete [2026-05-05,23:38:05.236] [INFO] Initializing GPS... [2026-05-05,23:38:05.238] [INFO] Starting location capture [2026-05-05,23:38:37.815] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:38:37.820] [INFO] LocationSqlManager initialising [2026-05-05,23:38:37.821] [INFO] Location DB initialising [2026-05-05,23:38:37.830] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:38:37.831] [DEBUG] UploadManager Init [2026-05-05,23:38:37.831] [DEBUG] UploadManager Init Complete [2026-05-05,23:38:37.834] [INFO] Initializing GPS... [2026-05-05,23:38:37.836] [INFO] Starting location capture [2026-05-05,23:39:13.194] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:39:13.200] [INFO] LocationSqlManager initialising [2026-05-05,23:39:13.200] [INFO] Location DB initialising [2026-05-05,23:39:13.210] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:39:13.210] [DEBUG] UploadManager Init [2026-05-05,23:39:13.211] [DEBUG] UploadManager Init Complete [2026-05-05,23:39:13.213] [INFO] Initializing GPS... [2026-05-05,23:39:13.215] [INFO] Starting location capture [2026-05-05,23:39:46.400] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:39:46.406] [INFO] LocationSqlManager initialising [2026-05-05,23:39:46.407] [INFO] Location DB initialising [2026-05-05,23:39:46.417] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:39:46.418] [DEBUG] UploadManager Init [2026-05-05,23:39:46.418] [DEBUG] UploadManager Init Complete [2026-05-05,23:39:46.422] [INFO] Initializing GPS... [2026-05-05,23:39:46.424] [INFO] Starting location capture [2026-05-05,23:40:19.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:40:19.896] [INFO] LocationSqlManager initialising [2026-05-05,23:40:19.897] [INFO] Location DB initialising [2026-05-05,23:40:19.906] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:40:19.907] [DEBUG] UploadManager Init [2026-05-05,23:40:19.908] [DEBUG] UploadManager Init Complete [2026-05-05,23:40:19.910] [INFO] Initializing GPS... [2026-05-05,23:40:19.912] [INFO] Starting location capture [2026-05-05,23:40:55.059] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:40:55.067] [INFO] LocationSqlManager initialising [2026-05-05,23:40:55.068] [INFO] Location DB initialising [2026-05-05,23:40:55.079] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:40:55.080] [DEBUG] UploadManager Init [2026-05-05,23:40:55.081] [DEBUG] UploadManager Init Complete [2026-05-05,23:40:55.084] [INFO] Initializing GPS... [2026-05-05,23:40:55.086] [INFO] Starting location capture [2026-05-05,23:41:32.578] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:41:32.583] [INFO] LocationSqlManager initialising [2026-05-05,23:41:32.584] [INFO] Location DB initialising [2026-05-05,23:41:32.593] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:41:32.594] [DEBUG] UploadManager Init [2026-05-05,23:41:32.594] [DEBUG] UploadManager Init Complete [2026-05-05,23:41:32.596] [INFO] Initializing GPS... [2026-05-05,23:41:32.598] [INFO] Starting location capture [2026-05-05,23:42:10.753] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:42:10.758] [INFO] LocationSqlManager initialising [2026-05-05,23:42:10.758] [INFO] Location DB initialising [2026-05-05,23:42:10.768] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:42:10.768] [DEBUG] UploadManager Init [2026-05-05,23:42:10.769] [DEBUG] UploadManager Init Complete [2026-05-05,23:42:10.772] [INFO] Initializing GPS... [2026-05-05,23:42:10.773] [INFO] Starting location capture [2026-05-05,23:42:48.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:42:48.984] [INFO] LocationSqlManager initialising [2026-05-05,23:42:48.984] [INFO] Location DB initialising [2026-05-05,23:42:48.994] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:42:48.995] [DEBUG] UploadManager Init [2026-05-05,23:42:48.995] [DEBUG] UploadManager Init Complete [2026-05-05,23:42:48.998] [INFO] Initializing GPS... [2026-05-05,23:42:48.999] [INFO] Starting location capture [2026-05-05,23:43:22.783] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:43:22.788] [INFO] LocationSqlManager initialising [2026-05-05,23:43:22.789] [INFO] Location DB initialising [2026-05-05,23:43:22.799] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:43:22.800] [DEBUG] UploadManager Init [2026-05-05,23:43:22.801] [DEBUG] UploadManager Init Complete [2026-05-05,23:43:22.805] [INFO] Initializing GPS... [2026-05-05,23:43:22.809] [INFO] Starting location capture [2026-05-05,23:43:56.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:43:56.964] [INFO] LocationSqlManager initialising [2026-05-05,23:43:56.965] [INFO] Location DB initialising [2026-05-05,23:43:56.976] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:43:56.977] [DEBUG] UploadManager Init [2026-05-05,23:43:56.978] [DEBUG] UploadManager Init Complete [2026-05-05,23:43:56.983] [INFO] Initializing GPS... [2026-05-05,23:43:56.985] [INFO] Starting location capture [2026-05-05,23:44:30.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:44:30.046] [INFO] LocationSqlManager initialising [2026-05-05,23:44:30.047] [INFO] Location DB initialising [2026-05-05,23:44:30.057] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:44:30.058] [DEBUG] UploadManager Init [2026-05-05,23:44:30.058] [DEBUG] UploadManager Init Complete [2026-05-05,23:44:30.061] [INFO] Initializing GPS... [2026-05-05,23:44:30.064] [INFO] Starting location capture [2026-05-05,23:45:04.941] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:45:04.946] [INFO] LocationSqlManager initialising [2026-05-05,23:45:04.947] [INFO] Location DB initialising [2026-05-05,23:45:04.956] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:45:04.957] [DEBUG] UploadManager Init [2026-05-05,23:45:04.957] [DEBUG] UploadManager Init Complete [2026-05-05,23:45:04.960] [INFO] Initializing GPS... [2026-05-05,23:45:04.962] [INFO] Starting location capture [2026-05-05,23:45:38.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:45:38.287] [INFO] LocationSqlManager initialising [2026-05-05,23:45:38.288] [INFO] Location DB initialising [2026-05-05,23:45:38.304] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:45:38.305] [DEBUG] UploadManager Init [2026-05-05,23:45:38.306] [DEBUG] UploadManager Init Complete [2026-05-05,23:45:38.311] [INFO] Initializing GPS... [2026-05-05,23:45:38.314] [INFO] Starting location capture [2026-05-05,23:46:13.304] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:46:13.311] [INFO] LocationSqlManager initialising [2026-05-05,23:46:13.312] [INFO] Location DB initialising [2026-05-05,23:46:13.323] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:46:13.324] [DEBUG] UploadManager Init [2026-05-05,23:46:13.325] [DEBUG] UploadManager Init Complete [2026-05-05,23:46:13.329] [INFO] Initializing GPS... [2026-05-05,23:46:13.335] [INFO] Starting location capture [2026-05-05,23:46:51.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:46:51.075] [INFO] LocationSqlManager initialising [2026-05-05,23:46:51.076] [INFO] Location DB initialising [2026-05-05,23:46:51.085] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:46:51.086] [DEBUG] UploadManager Init [2026-05-05,23:46:51.087] [DEBUG] UploadManager Init Complete [2026-05-05,23:46:51.089] [INFO] Initializing GPS... [2026-05-05,23:46:51.091] [INFO] Starting location capture [2026-05-05,23:47:30.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:47:30.161] [INFO] LocationSqlManager initialising [2026-05-05,23:47:30.162] [INFO] Location DB initialising [2026-05-05,23:47:30.173] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:47:30.174] [DEBUG] UploadManager Init [2026-05-05,23:47:30.175] [DEBUG] UploadManager Init Complete [2026-05-05,23:47:30.179] [INFO] Initializing GPS... [2026-05-05,23:47:30.182] [INFO] Starting location capture [2026-05-05,23:48:08.990] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:48:08.995] [INFO] LocationSqlManager initialising [2026-05-05,23:48:08.995] [INFO] Location DB initialising [2026-05-05,23:48:09.005] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:48:09.005] [DEBUG] UploadManager Init [2026-05-05,23:48:09.006] [DEBUG] UploadManager Init Complete [2026-05-05,23:48:09.010] [INFO] Initializing GPS... [2026-05-05,23:48:09.013] [INFO] Starting location capture [2026-05-05,23:48:43.449] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:48:43.457] [INFO] LocationSqlManager initialising [2026-05-05,23:48:43.458] [INFO] Location DB initialising [2026-05-05,23:48:43.469] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:48:43.470] [DEBUG] UploadManager Init [2026-05-05,23:48:43.471] [DEBUG] UploadManager Init Complete [2026-05-05,23:48:43.475] [INFO] Initializing GPS... [2026-05-05,23:48:43.478] [INFO] Starting location capture [2026-05-05,23:49:16.560] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:49:16.565] [INFO] LocationSqlManager initialising [2026-05-05,23:49:16.565] [INFO] Location DB initialising [2026-05-05,23:49:16.575] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:49:16.576] [DEBUG] UploadManager Init [2026-05-05,23:49:16.576] [DEBUG] UploadManager Init Complete [2026-05-05,23:49:16.579] [INFO] Initializing GPS... [2026-05-05,23:49:16.581] [INFO] Starting location capture [2026-05-05,23:49:50.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:49:50.042] [INFO] LocationSqlManager initialising [2026-05-05,23:49:50.042] [INFO] Location DB initialising [2026-05-05,23:49:50.052] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:49:50.053] [DEBUG] UploadManager Init [2026-05-05,23:49:50.054] [DEBUG] UploadManager Init Complete [2026-05-05,23:49:50.057] [INFO] Initializing GPS... [2026-05-05,23:49:50.059] [INFO] Starting location capture [2026-05-05,23:50:23.622] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:50:23.630] [INFO] LocationSqlManager initialising [2026-05-05,23:50:23.631] [INFO] Location DB initialising [2026-05-05,23:50:23.642] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:50:23.643] [DEBUG] UploadManager Init [2026-05-05,23:50:23.643] [DEBUG] UploadManager Init Complete [2026-05-05,23:50:23.648] [INFO] Initializing GPS... [2026-05-05,23:50:23.651] [INFO] Starting location capture [2026-05-05,23:50:58.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:50:58.028] [INFO] LocationSqlManager initialising [2026-05-05,23:50:58.028] [INFO] Location DB initialising [2026-05-05,23:50:58.037] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:50:58.038] [DEBUG] UploadManager Init [2026-05-05,23:50:58.039] [DEBUG] UploadManager Init Complete [2026-05-05,23:50:58.044] [INFO] Initializing GPS... [2026-05-05,23:50:58.046] [INFO] Starting location capture [2026-05-05,23:51:35.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:51:35.970] [INFO] LocationSqlManager initialising [2026-05-05,23:51:35.971] [INFO] Location DB initialising [2026-05-05,23:51:35.982] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:51:35.983] [DEBUG] UploadManager Init [2026-05-05,23:51:35.983] [DEBUG] UploadManager Init Complete [2026-05-05,23:51:35.988] [INFO] Initializing GPS... [2026-05-05,23:51:35.991] [INFO] Starting location capture [2026-05-05,23:52:10.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:52:10.024] [INFO] LocationSqlManager initialising [2026-05-05,23:52:10.025] [INFO] Location DB initialising [2026-05-05,23:52:10.034] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:52:10.035] [DEBUG] UploadManager Init [2026-05-05,23:52:10.035] [DEBUG] UploadManager Init Complete [2026-05-05,23:52:10.038] [INFO] Initializing GPS... [2026-05-05,23:52:10.040] [INFO] Starting location capture [2026-05-05,23:52:49.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:52:49.132] [INFO] LocationSqlManager initialising [2026-05-05,23:52:49.133] [INFO] Location DB initialising [2026-05-05,23:52:49.143] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:52:49.144] [DEBUG] UploadManager Init [2026-05-05,23:52:49.144] [DEBUG] UploadManager Init Complete [2026-05-05,23:52:49.146] [INFO] Initializing GPS... [2026-05-05,23:52:49.148] [INFO] Starting location capture [2026-05-05,23:53:23.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:53:23.053] [INFO] LocationSqlManager initialising [2026-05-05,23:53:23.054] [INFO] Location DB initialising [2026-05-05,23:53:23.065] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:53:23.066] [DEBUG] UploadManager Init [2026-05-05,23:53:23.067] [DEBUG] UploadManager Init Complete [2026-05-05,23:53:23.071] [INFO] Initializing GPS... [2026-05-05,23:53:23.074] [INFO] Starting location capture [2026-05-05,23:53:57.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:53:57.183] [INFO] LocationSqlManager initialising [2026-05-05,23:53:57.184] [INFO] Location DB initialising [2026-05-05,23:53:57.195] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:53:57.197] [DEBUG] UploadManager Init [2026-05-05,23:53:57.197] [DEBUG] UploadManager Init Complete [2026-05-05,23:53:57.202] [INFO] Initializing GPS... [2026-05-05,23:53:57.204] [INFO] Starting location capture [2026-05-05,23:54:29.895] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:54:29.902] [INFO] LocationSqlManager initialising [2026-05-05,23:54:29.903] [INFO] Location DB initialising [2026-05-05,23:54:29.912] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:54:29.913] [DEBUG] UploadManager Init [2026-05-05,23:54:29.913] [DEBUG] UploadManager Init Complete [2026-05-05,23:54:29.916] [INFO] Initializing GPS... [2026-05-05,23:54:29.918] [INFO] Starting location capture [2026-05-05,23:55:04.325] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:55:04.333] [INFO] LocationSqlManager initialising [2026-05-05,23:55:04.334] [INFO] Location DB initialising [2026-05-05,23:55:04.346] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:55:04.347] [DEBUG] UploadManager Init [2026-05-05,23:55:04.348] [DEBUG] UploadManager Init Complete [2026-05-05,23:55:04.352] [INFO] Initializing GPS... [2026-05-05,23:55:04.355] [INFO] Starting location capture [2026-05-05,23:55:37.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:55:37.859] [INFO] LocationSqlManager initialising [2026-05-05,23:55:37.859] [INFO] Location DB initialising [2026-05-05,23:55:37.868] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:55:37.869] [DEBUG] UploadManager Init [2026-05-05,23:55:37.869] [DEBUG] UploadManager Init Complete [2026-05-05,23:55:37.872] [INFO] Initializing GPS... [2026-05-05,23:55:37.874] [INFO] Starting location capture [2026-05-05,23:56:15.532] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:56:15.538] [INFO] LocationSqlManager initialising [2026-05-05,23:56:15.539] [INFO] Location DB initialising [2026-05-05,23:56:15.551] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:56:15.552] [DEBUG] UploadManager Init [2026-05-05,23:56:15.553] [DEBUG] UploadManager Init Complete [2026-05-05,23:56:15.560] [INFO] Initializing GPS... [2026-05-05,23:56:15.564] [INFO] Starting location capture [2026-05-05,23:56:54.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:56:54.987] [INFO] LocationSqlManager initialising [2026-05-05,23:56:54.988] [INFO] Location DB initialising [2026-05-05,23:56:54.997] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:56:54.998] [DEBUG] UploadManager Init [2026-05-05,23:56:54.998] [DEBUG] UploadManager Init Complete [2026-05-05,23:56:55.001] [INFO] Initializing GPS... [2026-05-05,23:56:55.002] [INFO] Starting location capture [2026-05-05,23:57:32.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:57:32.833] [INFO] LocationSqlManager initialising [2026-05-05,23:57:32.833] [INFO] Location DB initialising [2026-05-05,23:57:32.843] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:57:32.843] [DEBUG] UploadManager Init [2026-05-05,23:57:32.844] [DEBUG] UploadManager Init Complete [2026-05-05,23:57:32.846] [INFO] Initializing GPS... [2026-05-05,23:57:32.848] [INFO] Starting location capture [2026-05-05,23:58:08.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:58:08.754] [INFO] LocationSqlManager initialising [2026-05-05,23:58:08.755] [INFO] Location DB initialising [2026-05-05,23:58:08.764] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:58:08.765] [DEBUG] UploadManager Init [2026-05-05,23:58:08.765] [DEBUG] UploadManager Init Complete [2026-05-05,23:58:08.768] [INFO] Initializing GPS... [2026-05-05,23:58:08.770] [INFO] Starting location capture [2026-05-05,23:58:41.776] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:58:41.781] [INFO] LocationSqlManager initialising [2026-05-05,23:58:41.782] [INFO] Location DB initialising [2026-05-05,23:58:41.791] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:58:41.792] [DEBUG] UploadManager Init [2026-05-05,23:58:41.793] [DEBUG] UploadManager Init Complete [2026-05-05,23:58:41.795] [INFO] Initializing GPS... [2026-05-05,23:58:41.797] [INFO] Starting location capture [2026-05-05,23:59:15.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:59:15.870] [INFO] LocationSqlManager initialising [2026-05-05,23:59:15.871] [INFO] Location DB initialising [2026-05-05,23:59:15.881] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:59:15.883] [DEBUG] UploadManager Init [2026-05-05,23:59:15.883] [DEBUG] UploadManager Init Complete [2026-05-05,23:59:15.888] [INFO] Initializing GPS... [2026-05-05,23:59:15.891] [INFO] Starting location capture [2026-05-05,23:59:49.466] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,23:59:49.476] [INFO] LocationSqlManager initialising [2026-05-05,23:59:49.477] [INFO] Location DB initialising [2026-05-05,23:59:49.488] [INFO] LocationSqlManager initialisation complete [2026-05-05,23:59:49.489] [DEBUG] UploadManager Init [2026-05-05,23:59:49.490] [DEBUG] UploadManager Init Complete [2026-05-05,23:59:49.494] [INFO] Initializing GPS... [2026-05-05,23:59:49.496] [INFO] Starting location capture [2026-05-06,00:00:24.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:00:24.040] [INFO] LocationSqlManager initialising [2026-05-06,00:00:24.040] [INFO] Location DB initialising [2026-05-06,00:00:24.050] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:00:24.050] [DEBUG] UploadManager Init [2026-05-06,00:00:24.051] [DEBUG] UploadManager Init Complete [2026-05-06,00:00:24.054] [INFO] Initializing GPS... [2026-05-06,00:00:24.055] [INFO] Starting location capture [2026-05-06,00:00:57.582] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:00:57.587] [INFO] LocationSqlManager initialising [2026-05-06,00:00:57.588] [INFO] Location DB initialising [2026-05-06,00:00:57.597] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:00:57.598] [DEBUG] UploadManager Init [2026-05-06,00:00:57.598] [DEBUG] UploadManager Init Complete [2026-05-06,00:00:57.601] [INFO] Initializing GPS... [2026-05-06,00:00:57.603] [INFO] Starting location capture [2026-05-06,00:01:31.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:01:31.739] [INFO] LocationSqlManager initialising [2026-05-06,00:01:31.739] [INFO] Location DB initialising [2026-05-06,00:01:31.749] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:01:31.750] [DEBUG] UploadManager Init [2026-05-06,00:01:31.750] [DEBUG] UploadManager Init Complete [2026-05-06,00:01:31.753] [INFO] Initializing GPS... [2026-05-06,00:01:31.756] [INFO] Starting location capture [2026-05-06,00:02:04.880] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:02:04.885] [INFO] LocationSqlManager initialising [2026-05-06,00:02:04.885] [INFO] Location DB initialising [2026-05-06,00:02:04.895] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:02:04.896] [DEBUG] UploadManager Init [2026-05-06,00:02:04.896] [DEBUG] UploadManager Init Complete [2026-05-06,00:02:04.899] [INFO] Initializing GPS... [2026-05-06,00:02:04.901] [INFO] Starting location capture [2026-05-06,00:02:39.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:02:39.157] [INFO] LocationSqlManager initialising [2026-05-06,00:02:39.158] [INFO] Location DB initialising [2026-05-06,00:02:39.169] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:02:39.170] [DEBUG] UploadManager Init [2026-05-06,00:02:39.170] [DEBUG] UploadManager Init Complete [2026-05-06,00:02:39.175] [INFO] Initializing GPS... [2026-05-06,00:02:39.178] [INFO] Starting location capture [2026-05-06,00:03:13.584] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:03:13.591] [INFO] LocationSqlManager initialising [2026-05-06,00:03:13.592] [INFO] Location DB initialising [2026-05-06,00:03:13.603] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:03:13.605] [DEBUG] UploadManager Init [2026-05-06,00:03:13.605] [DEBUG] UploadManager Init Complete [2026-05-06,00:03:13.610] [INFO] Initializing GPS... [2026-05-06,00:03:13.614] [INFO] Starting location capture [2026-05-06,00:03:47.040] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:03:47.046] [INFO] LocationSqlManager initialising [2026-05-06,00:03:47.046] [INFO] Location DB initialising [2026-05-06,00:03:47.056] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:03:47.056] [DEBUG] UploadManager Init [2026-05-06,00:03:47.057] [DEBUG] UploadManager Init Complete [2026-05-06,00:03:47.059] [INFO] Initializing GPS... [2026-05-06,00:03:47.061] [INFO] Starting location capture [2026-05-06,00:04:20.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:04:20.092] [INFO] LocationSqlManager initialising [2026-05-06,00:04:20.093] [INFO] Location DB initialising [2026-05-06,00:04:20.104] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:04:20.105] [DEBUG] UploadManager Init [2026-05-06,00:04:20.106] [DEBUG] UploadManager Init Complete [2026-05-06,00:04:20.111] [INFO] Initializing GPS... [2026-05-06,00:04:20.114] [INFO] Starting location capture [2026-05-06,00:04:54.658] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:04:54.664] [INFO] LocationSqlManager initialising [2026-05-06,00:04:54.664] [INFO] Location DB initialising [2026-05-06,00:04:54.674] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:04:54.675] [DEBUG] UploadManager Init [2026-05-06,00:04:54.675] [DEBUG] UploadManager Init Complete [2026-05-06,00:04:54.678] [INFO] Initializing GPS... [2026-05-06,00:04:54.681] [INFO] Starting location capture [2026-05-06,00:05:29.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:05:29.246] [INFO] LocationSqlManager initialising [2026-05-06,00:05:29.247] [INFO] Location DB initialising [2026-05-06,00:05:29.256] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:05:29.257] [DEBUG] UploadManager Init [2026-05-06,00:05:29.257] [DEBUG] UploadManager Init Complete [2026-05-06,00:05:29.259] [INFO] Initializing GPS... [2026-05-06,00:05:29.261] [INFO] Starting location capture [2026-05-06,00:06:03.378] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:06:03.386] [INFO] LocationSqlManager initialising [2026-05-06,00:06:03.387] [INFO] Location DB initialising [2026-05-06,00:06:03.398] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:06:03.399] [DEBUG] UploadManager Init [2026-05-06,00:06:03.400] [DEBUG] UploadManager Init Complete [2026-05-06,00:06:03.404] [INFO] Initializing GPS... [2026-05-06,00:06:03.407] [INFO] Starting location capture [2026-05-06,00:06:40.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:06:40.933] [INFO] LocationSqlManager initialising [2026-05-06,00:06:40.934] [INFO] Location DB initialising [2026-05-06,00:06:40.945] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:06:40.946] [DEBUG] UploadManager Init [2026-05-06,00:06:40.947] [DEBUG] UploadManager Init Complete [2026-05-06,00:06:40.951] [INFO] Initializing GPS... [2026-05-06,00:06:40.954] [INFO] Starting location capture [2026-05-06,00:07:18.984] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:07:18.989] [INFO] LocationSqlManager initialising [2026-05-06,00:07:18.990] [INFO] Location DB initialising [2026-05-06,00:07:18.999] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:07:18.999] [DEBUG] UploadManager Init [2026-05-06,00:07:19.000] [DEBUG] UploadManager Init Complete [2026-05-06,00:07:19.002] [INFO] Initializing GPS... [2026-05-06,00:07:19.004] [INFO] Starting location capture [2026-05-06,00:07:58.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:07:58.234] [INFO] LocationSqlManager initialising [2026-05-06,00:07:58.234] [INFO] Location DB initialising [2026-05-06,00:07:58.244] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:07:58.244] [DEBUG] UploadManager Init [2026-05-06,00:07:58.245] [DEBUG] UploadManager Init Complete [2026-05-06,00:07:58.247] [INFO] Initializing GPS... [2026-05-06,00:07:58.249] [INFO] Starting location capture [2026-05-06,00:08:36.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:08:36.019] [INFO] LocationSqlManager initialising [2026-05-06,00:08:36.019] [INFO] Location DB initialising [2026-05-06,00:08:36.029] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:08:36.029] [DEBUG] UploadManager Init [2026-05-06,00:08:36.030] [DEBUG] UploadManager Init Complete [2026-05-06,00:08:36.032] [INFO] Initializing GPS... [2026-05-06,00:08:36.034] [INFO] Starting location capture [2026-05-06,00:09:10.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:09:10.198] [INFO] LocationSqlManager initialising [2026-05-06,00:09:10.199] [INFO] Location DB initialising [2026-05-06,00:09:10.210] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:09:10.211] [DEBUG] UploadManager Init [2026-05-06,00:09:10.212] [DEBUG] UploadManager Init Complete [2026-05-06,00:09:10.217] [INFO] Initializing GPS... [2026-05-06,00:09:10.220] [INFO] Starting location capture [2026-05-06,00:09:43.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:09:43.961] [INFO] LocationSqlManager initialising [2026-05-06,00:09:43.961] [INFO] Location DB initialising [2026-05-06,00:09:43.971] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:09:43.972] [DEBUG] UploadManager Init [2026-05-06,00:09:43.973] [DEBUG] UploadManager Init Complete [2026-05-06,00:09:43.977] [INFO] Initializing GPS... [2026-05-06,00:09:43.980] [INFO] Starting location capture [2026-05-06,00:10:17.797] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:10:17.803] [INFO] LocationSqlManager initialising [2026-05-06,00:10:17.803] [INFO] Location DB initialising [2026-05-06,00:10:17.816] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:10:17.817] [DEBUG] UploadManager Init [2026-05-06,00:10:17.818] [DEBUG] UploadManager Init Complete [2026-05-06,00:10:17.822] [INFO] Initializing GPS... [2026-05-06,00:10:17.825] [INFO] Starting location capture [2026-05-06,00:10:53.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:10:53.106] [INFO] LocationSqlManager initialising [2026-05-06,00:10:53.107] [INFO] Location DB initialising [2026-05-06,00:10:53.117] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:10:53.118] [DEBUG] UploadManager Init [2026-05-06,00:10:53.118] [DEBUG] UploadManager Init Complete [2026-05-06,00:10:53.121] [INFO] Initializing GPS... [2026-05-06,00:10:53.124] [INFO] Starting location capture [2026-05-06,00:11:27.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:11:27.076] [INFO] LocationSqlManager initialising [2026-05-06,00:11:27.077] [INFO] Location DB initialising [2026-05-06,00:11:27.086] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:11:27.087] [DEBUG] UploadManager Init [2026-05-06,00:11:27.087] [DEBUG] UploadManager Init Complete [2026-05-06,00:11:27.090] [INFO] Initializing GPS... [2026-05-06,00:11:27.092] [INFO] Starting location capture [2026-05-06,00:12:05.382] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:12:05.393] [INFO] LocationSqlManager initialising [2026-05-06,00:12:05.394] [INFO] Location DB initialising [2026-05-06,00:12:05.409] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:12:05.411] [DEBUG] UploadManager Init [2026-05-06,00:12:05.412] [DEBUG] UploadManager Init Complete [2026-05-06,00:12:05.419] [INFO] Initializing GPS... [2026-05-06,00:12:05.422] [INFO] Starting location capture [2026-05-06,00:12:43.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:12:43.860] [INFO] LocationSqlManager initialising [2026-05-06,00:12:43.860] [INFO] Location DB initialising [2026-05-06,00:12:43.876] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:12:43.877] [DEBUG] UploadManager Init [2026-05-06,00:12:43.878] [DEBUG] UploadManager Init Complete [2026-05-06,00:12:43.883] [INFO] Initializing GPS... [2026-05-06,00:12:43.885] [INFO] Starting location capture [2026-05-06,00:13:17.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:13:17.806] [INFO] LocationSqlManager initialising [2026-05-06,00:13:17.807] [INFO] Location DB initialising [2026-05-06,00:13:17.816] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:13:17.817] [DEBUG] UploadManager Init [2026-05-06,00:13:17.818] [DEBUG] UploadManager Init Complete [2026-05-06,00:13:17.821] [INFO] Initializing GPS... [2026-05-06,00:13:17.823] [INFO] Starting location capture [2026-05-06,00:13:51.620] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:13:51.625] [INFO] LocationSqlManager initialising [2026-05-06,00:13:51.626] [INFO] Location DB initialising [2026-05-06,00:13:51.635] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:13:51.636] [DEBUG] UploadManager Init [2026-05-06,00:13:51.636] [DEBUG] UploadManager Init Complete [2026-05-06,00:13:51.639] [INFO] Initializing GPS... [2026-05-06,00:13:51.640] [INFO] Starting location capture [2026-05-06,00:14:26.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:14:26.212] [INFO] LocationSqlManager initialising [2026-05-06,00:14:26.213] [INFO] Location DB initialising [2026-05-06,00:14:26.224] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:14:26.225] [DEBUG] UploadManager Init [2026-05-06,00:14:26.225] [DEBUG] UploadManager Init Complete [2026-05-06,00:14:26.228] [INFO] Initializing GPS... [2026-05-06,00:14:26.230] [INFO] Starting location capture [2026-05-06,00:14:59.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:14:59.182] [INFO] LocationSqlManager initialising [2026-05-06,00:14:59.183] [INFO] Location DB initialising [2026-05-06,00:14:59.193] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:14:59.193] [DEBUG] UploadManager Init [2026-05-06,00:14:59.194] [DEBUG] UploadManager Init Complete [2026-05-06,00:14:59.197] [INFO] Initializing GPS... [2026-05-06,00:14:59.200] [INFO] Starting location capture [2026-05-06,00:15:33.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:15:33.928] [INFO] LocationSqlManager initialising [2026-05-06,00:15:33.928] [INFO] Location DB initialising [2026-05-06,00:15:33.938] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:15:33.938] [DEBUG] UploadManager Init [2026-05-06,00:15:33.939] [DEBUG] UploadManager Init Complete [2026-05-06,00:15:33.941] [INFO] Initializing GPS... [2026-05-06,00:15:33.943] [INFO] Starting location capture [2026-05-06,00:16:12.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:16:12.196] [INFO] LocationSqlManager initialising [2026-05-06,00:16:12.197] [INFO] Location DB initialising [2026-05-06,00:16:12.208] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:16:12.210] [DEBUG] UploadManager Init [2026-05-06,00:16:12.210] [DEBUG] UploadManager Init Complete [2026-05-06,00:16:12.215] [INFO] Initializing GPS... [2026-05-06,00:16:12.218] [INFO] Starting location capture [2026-05-06,00:16:51.344] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:16:51.352] [INFO] LocationSqlManager initialising [2026-05-06,00:16:51.353] [INFO] Location DB initialising [2026-05-06,00:16:51.364] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:16:51.365] [DEBUG] UploadManager Init [2026-05-06,00:16:51.366] [DEBUG] UploadManager Init Complete [2026-05-06,00:16:51.370] [INFO] Initializing GPS... [2026-05-06,00:16:51.375] [INFO] Starting location capture [2026-05-06,00:17:28.860] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:17:28.865] [INFO] LocationSqlManager initialising [2026-05-06,00:17:28.866] [INFO] Location DB initialising [2026-05-06,00:17:28.875] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:17:28.876] [DEBUG] UploadManager Init [2026-05-06,00:17:28.876] [DEBUG] UploadManager Init Complete [2026-05-06,00:17:28.879] [INFO] Initializing GPS... [2026-05-06,00:17:28.881] [INFO] Starting location capture [2026-05-06,00:18:02.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:18:02.985] [INFO] LocationSqlManager initialising [2026-05-06,00:18:02.986] [INFO] Location DB initialising [2026-05-06,00:18:02.995] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:18:02.996] [DEBUG] UploadManager Init [2026-05-06,00:18:02.996] [DEBUG] UploadManager Init Complete [2026-05-06,00:18:02.999] [INFO] Initializing GPS... [2026-05-06,00:18:03.002] [INFO] Starting location capture [2026-05-06,00:18:37.455] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:18:37.460] [INFO] LocationSqlManager initialising [2026-05-06,00:18:37.461] [INFO] Location DB initialising [2026-05-06,00:18:37.470] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:18:37.471] [DEBUG] UploadManager Init [2026-05-06,00:18:37.471] [DEBUG] UploadManager Init Complete [2026-05-06,00:18:37.474] [INFO] Initializing GPS... [2026-05-06,00:18:37.476] [INFO] Starting location capture [2026-05-06,00:19:11.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:19:11.125] [INFO] LocationSqlManager initialising [2026-05-06,00:19:11.125] [INFO] Location DB initialising [2026-05-06,00:19:11.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:19:11.135] [DEBUG] UploadManager Init [2026-05-06,00:19:11.136] [DEBUG] UploadManager Init Complete [2026-05-06,00:19:11.139] [INFO] Initializing GPS... [2026-05-06,00:19:11.141] [INFO] Starting location capture [2026-05-06,00:19:46.289] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:19:46.295] [INFO] LocationSqlManager initialising [2026-05-06,00:19:46.295] [INFO] Location DB initialising [2026-05-06,00:19:46.306] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:19:46.306] [DEBUG] UploadManager Init [2026-05-06,00:19:46.307] [DEBUG] UploadManager Init Complete [2026-05-06,00:19:46.310] [INFO] Initializing GPS... [2026-05-06,00:19:46.312] [INFO] Starting location capture [2026-05-06,00:20:20.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:20:20.099] [INFO] LocationSqlManager initialising [2026-05-06,00:20:20.100] [INFO] Location DB initialising [2026-05-06,00:20:20.112] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:20:20.113] [DEBUG] UploadManager Init [2026-05-06,00:20:20.114] [DEBUG] UploadManager Init Complete [2026-05-06,00:20:20.118] [INFO] Initializing GPS... [2026-05-06,00:20:20.121] [INFO] Starting location capture [2026-05-06,00:20:58.214] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:20:58.222] [INFO] LocationSqlManager initialising [2026-05-06,00:20:58.222] [INFO] Location DB initialising [2026-05-06,00:20:58.233] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:20:58.234] [DEBUG] UploadManager Init [2026-05-06,00:20:58.235] [DEBUG] UploadManager Init Complete [2026-05-06,00:20:58.239] [INFO] Initializing GPS... [2026-05-06,00:20:58.242] [INFO] Starting location capture [2026-05-06,00:21:37.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:21:37.094] [INFO] LocationSqlManager initialising [2026-05-06,00:21:37.095] [INFO] Location DB initialising [2026-05-06,00:21:37.104] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:21:37.105] [DEBUG] UploadManager Init [2026-05-06,00:21:37.105] [DEBUG] UploadManager Init Complete [2026-05-06,00:21:37.108] [INFO] Initializing GPS... [2026-05-06,00:21:37.110] [INFO] Starting location capture [2026-05-06,00:22:15.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:22:15.434] [INFO] LocationSqlManager initialising [2026-05-06,00:22:15.435] [INFO] Location DB initialising [2026-05-06,00:22:15.446] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:22:15.447] [DEBUG] UploadManager Init [2026-05-06,00:22:15.448] [DEBUG] UploadManager Init Complete [2026-05-06,00:22:15.452] [INFO] Initializing GPS... [2026-05-06,00:22:15.455] [INFO] Starting location capture [2026-05-06,00:22:48.798] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:22:48.803] [INFO] LocationSqlManager initialising [2026-05-06,00:22:48.803] [INFO] Location DB initialising [2026-05-06,00:22:48.813] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:22:48.813] [DEBUG] UploadManager Init [2026-05-06,00:22:48.814] [DEBUG] UploadManager Init Complete [2026-05-06,00:22:48.816] [INFO] Initializing GPS... [2026-05-06,00:22:48.818] [INFO] Starting location capture [2026-05-06,00:23:22.628] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:23:22.635] [INFO] LocationSqlManager initialising [2026-05-06,00:23:22.636] [INFO] Location DB initialising [2026-05-06,00:23:22.646] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:23:22.646] [DEBUG] UploadManager Init [2026-05-06,00:23:22.647] [DEBUG] UploadManager Init Complete [2026-05-06,00:23:22.649] [INFO] Initializing GPS... [2026-05-06,00:23:22.651] [INFO] Starting location capture [2026-05-06,00:23:57.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:23:57.038] [INFO] LocationSqlManager initialising [2026-05-06,00:23:57.038] [INFO] Location DB initialising [2026-05-06,00:23:57.048] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:23:57.049] [DEBUG] UploadManager Init [2026-05-06,00:23:57.049] [DEBUG] UploadManager Init Complete [2026-05-06,00:23:57.052] [INFO] Initializing GPS... [2026-05-06,00:23:57.054] [INFO] Starting location capture [2026-05-06,00:24:30.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:24:30.916] [INFO] LocationSqlManager initialising [2026-05-06,00:24:30.917] [INFO] Location DB initialising [2026-05-06,00:24:30.926] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:24:30.927] [DEBUG] UploadManager Init [2026-05-06,00:24:30.927] [DEBUG] UploadManager Init Complete [2026-05-06,00:24:30.930] [INFO] Initializing GPS... [2026-05-06,00:24:30.932] [INFO] Starting location capture [2026-05-06,00:25:03.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:25:03.815] [INFO] LocationSqlManager initialising [2026-05-06,00:25:03.815] [INFO] Location DB initialising [2026-05-06,00:25:03.826] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:25:03.827] [DEBUG] UploadManager Init [2026-05-06,00:25:03.828] [DEBUG] UploadManager Init Complete [2026-05-06,00:25:03.833] [INFO] Initializing GPS... [2026-05-06,00:25:03.836] [INFO] Starting location capture [2026-05-06,00:25:39.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:25:39.175] [INFO] LocationSqlManager initialising [2026-05-06,00:25:39.175] [INFO] Location DB initialising [2026-05-06,00:25:39.185] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:25:39.186] [DEBUG] UploadManager Init [2026-05-06,00:25:39.187] [DEBUG] UploadManager Init Complete [2026-05-06,00:25:39.190] [INFO] Initializing GPS... [2026-05-06,00:25:39.192] [INFO] Starting location capture [2026-05-06,00:26:16.772] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:26:16.779] [INFO] LocationSqlManager initialising [2026-05-06,00:26:16.780] [INFO] Location DB initialising [2026-05-06,00:26:16.791] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:26:16.792] [DEBUG] UploadManager Init [2026-05-06,00:26:16.793] [DEBUG] UploadManager Init Complete [2026-05-06,00:26:16.797] [INFO] Initializing GPS... [2026-05-06,00:26:16.800] [INFO] Starting location capture [2026-05-06,00:26:56.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:26:56.029] [INFO] LocationSqlManager initialising [2026-05-06,00:26:56.029] [INFO] Location DB initialising [2026-05-06,00:26:56.039] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:26:56.040] [DEBUG] UploadManager Init [2026-05-06,00:26:56.040] [DEBUG] UploadManager Init Complete [2026-05-06,00:26:56.043] [INFO] Initializing GPS... [2026-05-06,00:26:56.046] [INFO] Starting location capture [2026-05-06,00:27:34.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:27:34.113] [INFO] LocationSqlManager initialising [2026-05-06,00:27:34.114] [INFO] Location DB initialising [2026-05-06,00:27:34.125] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:27:34.126] [DEBUG] UploadManager Init [2026-05-06,00:27:34.126] [DEBUG] UploadManager Init Complete [2026-05-06,00:27:34.130] [INFO] Initializing GPS... [2026-05-06,00:27:34.132] [INFO] Starting location capture [2026-05-06,00:28:08.172] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:28:08.180] [INFO] LocationSqlManager initialising [2026-05-06,00:28:08.181] [INFO] Location DB initialising [2026-05-06,00:28:08.192] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:28:08.193] [DEBUG] UploadManager Init [2026-05-06,00:28:08.194] [DEBUG] UploadManager Init Complete [2026-05-06,00:28:08.198] [INFO] Initializing GPS... [2026-05-06,00:28:08.201] [INFO] Starting location capture [2026-05-06,00:28:42.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:28:42.056] [INFO] LocationSqlManager initialising [2026-05-06,00:28:42.057] [INFO] Location DB initialising [2026-05-06,00:28:42.066] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:28:42.067] [DEBUG] UploadManager Init [2026-05-06,00:28:42.067] [DEBUG] UploadManager Init Complete [2026-05-06,00:28:42.070] [INFO] Initializing GPS... [2026-05-06,00:28:42.072] [INFO] Starting location capture [2026-05-06,00:29:17.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:29:17.863] [INFO] LocationSqlManager initialising [2026-05-06,00:29:17.863] [INFO] Location DB initialising [2026-05-06,00:29:17.873] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:29:17.873] [DEBUG] UploadManager Init [2026-05-06,00:29:17.874] [DEBUG] UploadManager Init Complete [2026-05-06,00:29:17.876] [INFO] Initializing GPS... [2026-05-06,00:29:17.878] [INFO] Starting location capture [2026-05-06,00:29:50.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:29:50.917] [INFO] LocationSqlManager initialising [2026-05-06,00:29:50.918] [INFO] Location DB initialising [2026-05-06,00:29:50.927] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:29:50.928] [DEBUG] UploadManager Init [2026-05-06,00:29:50.928] [DEBUG] UploadManager Init Complete [2026-05-06,00:29:50.931] [INFO] Initializing GPS... [2026-05-06,00:29:50.933] [INFO] Starting location capture [2026-05-06,00:30:25.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:30:25.277] [INFO] LocationSqlManager initialising [2026-05-06,00:30:25.278] [INFO] Location DB initialising [2026-05-06,00:30:25.289] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:30:25.291] [DEBUG] UploadManager Init [2026-05-06,00:30:25.291] [DEBUG] UploadManager Init Complete [2026-05-06,00:30:25.295] [INFO] Initializing GPS... [2026-05-06,00:30:25.298] [INFO] Starting location capture [2026-05-06,00:31:03.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:31:03.547] [INFO] LocationSqlManager initialising [2026-05-06,00:31:03.548] [INFO] Location DB initialising [2026-05-06,00:31:03.559] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:31:03.561] [DEBUG] UploadManager Init [2026-05-06,00:31:03.561] [DEBUG] UploadManager Init Complete [2026-05-06,00:31:03.566] [INFO] Initializing GPS... [2026-05-06,00:31:03.569] [INFO] Starting location capture [2026-05-06,00:31:41.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:31:41.953] [INFO] LocationSqlManager initialising [2026-05-06,00:31:41.954] [INFO] Location DB initialising [2026-05-06,00:31:41.966] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:31:41.967] [DEBUG] UploadManager Init [2026-05-06,00:31:41.968] [DEBUG] UploadManager Init Complete [2026-05-06,00:31:41.973] [INFO] Initializing GPS... [2026-05-06,00:31:41.975] [INFO] Starting location capture [2026-05-06,00:32:20.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:32:20.651] [INFO] LocationSqlManager initialising [2026-05-06,00:32:20.651] [INFO] Location DB initialising [2026-05-06,00:32:20.661] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:32:20.661] [DEBUG] UploadManager Init [2026-05-06,00:32:20.662] [DEBUG] UploadManager Init Complete [2026-05-06,00:32:20.664] [INFO] Initializing GPS... [2026-05-06,00:32:20.666] [INFO] Starting location capture [2026-05-06,00:32:54.682] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:32:54.687] [INFO] LocationSqlManager initialising [2026-05-06,00:32:54.688] [INFO] Location DB initialising [2026-05-06,00:32:54.697] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:32:54.698] [DEBUG] UploadManager Init [2026-05-06,00:32:54.698] [DEBUG] UploadManager Init Complete [2026-05-06,00:32:54.701] [INFO] Initializing GPS... [2026-05-06,00:32:54.703] [INFO] Starting location capture [2026-05-06,00:33:28.639] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:33:28.644] [INFO] LocationSqlManager initialising [2026-05-06,00:33:28.645] [INFO] Location DB initialising [2026-05-06,00:33:28.654] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:33:28.655] [DEBUG] UploadManager Init [2026-05-06,00:33:28.655] [DEBUG] UploadManager Init Complete [2026-05-06,00:33:28.658] [INFO] Initializing GPS... [2026-05-06,00:33:28.660] [INFO] Starting location capture [2026-05-06,00:34:02.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:34:02.086] [INFO] LocationSqlManager initialising [2026-05-06,00:34:02.087] [INFO] Location DB initialising [2026-05-06,00:34:02.097] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:34:02.098] [DEBUG] UploadManager Init [2026-05-06,00:34:02.099] [DEBUG] UploadManager Init Complete [2026-05-06,00:34:02.102] [INFO] Initializing GPS... [2026-05-06,00:34:02.104] [INFO] Starting location capture [2026-05-06,00:34:36.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:34:36.044] [INFO] LocationSqlManager initialising [2026-05-06,00:34:36.044] [INFO] Location DB initialising [2026-05-06,00:34:36.054] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:34:36.055] [DEBUG] UploadManager Init [2026-05-06,00:34:36.055] [DEBUG] UploadManager Init Complete [2026-05-06,00:34:36.058] [INFO] Initializing GPS... [2026-05-06,00:34:36.060] [INFO] Starting location capture [2026-05-06,00:35:09.647] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:35:09.653] [INFO] LocationSqlManager initialising [2026-05-06,00:35:09.653] [INFO] Location DB initialising [2026-05-06,00:35:09.663] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:35:09.664] [DEBUG] UploadManager Init [2026-05-06,00:35:09.664] [DEBUG] UploadManager Init Complete [2026-05-06,00:35:09.668] [INFO] Initializing GPS... [2026-05-06,00:35:09.670] [INFO] Starting location capture [2026-05-06,00:35:47.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:35:47.998] [INFO] LocationSqlManager initialising [2026-05-06,00:35:47.999] [INFO] Location DB initialising [2026-05-06,00:35:48.008] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:35:48.009] [DEBUG] UploadManager Init [2026-05-06,00:35:48.009] [DEBUG] UploadManager Init Complete [2026-05-06,00:35:48.012] [INFO] Initializing GPS... [2026-05-06,00:35:48.014] [INFO] Starting location capture [2026-05-06,00:36:27.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:36:27.050] [INFO] LocationSqlManager initialising [2026-05-06,00:36:27.050] [INFO] Location DB initialising [2026-05-06,00:36:27.059] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:36:27.060] [DEBUG] UploadManager Init [2026-05-06,00:36:27.060] [DEBUG] UploadManager Init Complete [2026-05-06,00:36:27.063] [INFO] Initializing GPS... [2026-05-06,00:36:27.065] [INFO] Starting location capture [2026-05-06,00:37:04.956] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:37:04.962] [INFO] LocationSqlManager initialising [2026-05-06,00:37:04.963] [INFO] Location DB initialising [2026-05-06,00:37:04.973] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:37:04.974] [DEBUG] UploadManager Init [2026-05-06,00:37:04.974] [DEBUG] UploadManager Init Complete [2026-05-06,00:37:04.977] [INFO] Initializing GPS... [2026-05-06,00:37:04.979] [INFO] Starting location capture [2026-05-06,00:37:38.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:37:38.881] [INFO] LocationSqlManager initialising [2026-05-06,00:37:38.882] [INFO] Location DB initialising [2026-05-06,00:37:38.891] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:37:38.892] [DEBUG] UploadManager Init [2026-05-06,00:37:38.892] [DEBUG] UploadManager Init Complete [2026-05-06,00:37:38.895] [INFO] Initializing GPS... [2026-05-06,00:37:38.896] [INFO] Starting location capture [2026-05-06,00:38:12.207] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:38:12.215] [INFO] LocationSqlManager initialising [2026-05-06,00:38:12.216] [INFO] Location DB initialising [2026-05-06,00:38:12.228] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:38:12.229] [DEBUG] UploadManager Init [2026-05-06,00:38:12.229] [DEBUG] UploadManager Init Complete [2026-05-06,00:38:12.234] [INFO] Initializing GPS... [2026-05-06,00:38:12.237] [INFO] Starting location capture [2026-05-06,00:38:46.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:38:46.165] [INFO] LocationSqlManager initialising [2026-05-06,00:38:46.166] [INFO] Location DB initialising [2026-05-06,00:38:46.177] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:38:46.179] [DEBUG] UploadManager Init [2026-05-06,00:38:46.179] [DEBUG] UploadManager Init Complete [2026-05-06,00:38:46.184] [INFO] Initializing GPS... [2026-05-06,00:38:46.187] [INFO] Starting location capture [2026-05-06,00:39:19.817] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:39:19.824] [INFO] LocationSqlManager initialising [2026-05-06,00:39:19.825] [INFO] Location DB initialising [2026-05-06,00:39:19.837] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:39:19.838] [DEBUG] UploadManager Init [2026-05-06,00:39:19.839] [DEBUG] UploadManager Init Complete [2026-05-06,00:39:19.842] [INFO] Initializing GPS... [2026-05-06,00:39:19.844] [INFO] Starting location capture [2026-05-06,00:39:54.361] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:39:54.368] [INFO] LocationSqlManager initialising [2026-05-06,00:39:54.369] [INFO] Location DB initialising [2026-05-06,00:39:54.381] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:39:54.382] [DEBUG] UploadManager Init [2026-05-06,00:39:54.382] [DEBUG] UploadManager Init Complete [2026-05-06,00:39:54.389] [INFO] Initializing GPS... [2026-05-06,00:39:54.392] [INFO] Starting location capture [2026-05-06,00:40:29.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:40:29.334] [INFO] LocationSqlManager initialising [2026-05-06,00:40:29.335] [INFO] Location DB initialising [2026-05-06,00:40:29.344] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:40:29.345] [DEBUG] UploadManager Init [2026-05-06,00:40:29.345] [DEBUG] UploadManager Init Complete [2026-05-06,00:40:29.348] [INFO] Initializing GPS... [2026-05-06,00:40:29.350] [INFO] Starting location capture [2026-05-06,00:41:07.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:41:07.974] [INFO] LocationSqlManager initialising [2026-05-06,00:41:07.974] [INFO] Location DB initialising [2026-05-06,00:41:07.983] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:41:07.984] [DEBUG] UploadManager Init [2026-05-06,00:41:07.984] [DEBUG] UploadManager Init Complete [2026-05-06,00:41:07.987] [INFO] Initializing GPS... [2026-05-06,00:41:07.989] [INFO] Starting location capture [2026-05-06,00:41:45.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:41:45.907] [INFO] LocationSqlManager initialising [2026-05-06,00:41:45.908] [INFO] Location DB initialising [2026-05-06,00:41:45.917] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:41:45.918] [DEBUG] UploadManager Init [2026-05-06,00:41:45.919] [DEBUG] UploadManager Init Complete [2026-05-06,00:41:45.921] [INFO] Initializing GPS... [2026-05-06,00:41:45.923] [INFO] Starting location capture [2026-05-06,00:42:25.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:42:25.134] [INFO] LocationSqlManager initialising [2026-05-06,00:42:25.134] [INFO] Location DB initialising [2026-05-06,00:42:25.147] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:42:25.148] [DEBUG] UploadManager Init [2026-05-06,00:42:25.148] [DEBUG] UploadManager Init Complete [2026-05-06,00:42:25.153] [INFO] Initializing GPS... [2026-05-06,00:42:25.155] [INFO] Starting location capture [2026-05-06,00:42:59.465] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:42:59.473] [INFO] LocationSqlManager initialising [2026-05-06,00:42:59.474] [INFO] Location DB initialising [2026-05-06,00:42:59.485] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:42:59.486] [DEBUG] UploadManager Init [2026-05-06,00:42:59.487] [DEBUG] UploadManager Init Complete [2026-05-06,00:42:59.491] [INFO] Initializing GPS... [2026-05-06,00:42:59.494] [INFO] Starting location capture [2026-05-06,00:43:32.617] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:43:32.622] [INFO] LocationSqlManager initialising [2026-05-06,00:43:32.623] [INFO] Location DB initialising [2026-05-06,00:43:32.632] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:43:32.633] [DEBUG] UploadManager Init [2026-05-06,00:43:32.633] [DEBUG] UploadManager Init Complete [2026-05-06,00:43:32.636] [INFO] Initializing GPS... [2026-05-06,00:43:32.638] [INFO] Starting location capture [2026-05-06,00:44:06.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:44:06.154] [INFO] LocationSqlManager initialising [2026-05-06,00:44:06.154] [INFO] Location DB initialising [2026-05-06,00:44:06.164] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:44:06.165] [DEBUG] UploadManager Init [2026-05-06,00:44:06.166] [DEBUG] UploadManager Init Complete [2026-05-06,00:44:06.169] [INFO] Initializing GPS... [2026-05-06,00:44:06.172] [INFO] Starting location capture [2026-05-06,00:44:40.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:44:40.141] [INFO] LocationSqlManager initialising [2026-05-06,00:44:40.142] [INFO] Location DB initialising [2026-05-06,00:44:40.151] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:44:40.151] [DEBUG] UploadManager Init [2026-05-06,00:44:40.152] [DEBUG] UploadManager Init Complete [2026-05-06,00:44:40.154] [INFO] Initializing GPS... [2026-05-06,00:44:40.156] [INFO] Starting location capture [2026-05-06,00:45:14.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:45:14.059] [INFO] LocationSqlManager initialising [2026-05-06,00:45:14.059] [INFO] Location DB initialising [2026-05-06,00:45:14.071] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:45:14.072] [DEBUG] UploadManager Init [2026-05-06,00:45:14.072] [DEBUG] UploadManager Init Complete [2026-05-06,00:45:14.077] [INFO] Initializing GPS... [2026-05-06,00:45:14.080] [INFO] Starting location capture [2026-05-06,00:45:51.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:45:51.969] [INFO] LocationSqlManager initialising [2026-05-06,00:45:51.970] [INFO] Location DB initialising [2026-05-06,00:45:51.980] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:45:51.981] [DEBUG] UploadManager Init [2026-05-06,00:45:51.981] [DEBUG] UploadManager Init Complete [2026-05-06,00:45:51.984] [INFO] Initializing GPS... [2026-05-06,00:45:51.986] [INFO] Starting location capture [2026-05-06,00:46:31.569] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:46:31.574] [INFO] LocationSqlManager initialising [2026-05-06,00:46:31.575] [INFO] Location DB initialising [2026-05-06,00:46:31.584] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:46:31.585] [DEBUG] UploadManager Init [2026-05-06,00:46:31.585] [DEBUG] UploadManager Init Complete [2026-05-06,00:46:31.588] [INFO] Initializing GPS... [2026-05-06,00:46:31.590] [INFO] Starting location capture [2026-05-06,00:47:10.207] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:47:10.215] [INFO] LocationSqlManager initialising [2026-05-06,00:47:10.216] [INFO] Location DB initialising [2026-05-06,00:47:10.225] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:47:10.226] [DEBUG] UploadManager Init [2026-05-06,00:47:10.227] [DEBUG] UploadManager Init Complete [2026-05-06,00:47:10.230] [INFO] Initializing GPS... [2026-05-06,00:47:10.232] [INFO] Starting location capture [2026-05-06,00:47:44.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:47:44.127] [INFO] LocationSqlManager initialising [2026-05-06,00:47:44.127] [INFO] Location DB initialising [2026-05-06,00:47:44.137] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:47:44.138] [DEBUG] UploadManager Init [2026-05-06,00:47:44.139] [DEBUG] UploadManager Init Complete [2026-05-06,00:47:44.142] [INFO] Initializing GPS... [2026-05-06,00:47:44.144] [INFO] Starting location capture [2026-05-06,00:48:17.717] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:48:17.723] [INFO] LocationSqlManager initialising [2026-05-06,00:48:17.723] [INFO] Location DB initialising [2026-05-06,00:48:17.733] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:48:17.733] [DEBUG] UploadManager Init [2026-05-06,00:48:17.734] [DEBUG] UploadManager Init Complete [2026-05-06,00:48:17.736] [INFO] Initializing GPS... [2026-05-06,00:48:17.738] [INFO] Starting location capture [2026-05-06,00:48:50.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:48:50.886] [INFO] LocationSqlManager initialising [2026-05-06,00:48:50.886] [INFO] Location DB initialising [2026-05-06,00:48:50.896] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:48:50.897] [DEBUG] UploadManager Init [2026-05-06,00:48:50.897] [DEBUG] UploadManager Init Complete [2026-05-06,00:48:50.900] [INFO] Initializing GPS... [2026-05-06,00:48:50.902] [INFO] Starting location capture [2026-05-06,00:49:23.562] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:49:23.567] [INFO] LocationSqlManager initialising [2026-05-06,00:49:23.568] [INFO] Location DB initialising [2026-05-06,00:49:23.580] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:49:23.581] [DEBUG] UploadManager Init [2026-05-06,00:49:23.582] [DEBUG] UploadManager Init Complete [2026-05-06,00:49:23.586] [INFO] Initializing GPS... [2026-05-06,00:49:23.589] [INFO] Starting location capture [2026-05-06,00:49:58.207] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:49:58.213] [INFO] LocationSqlManager initialising [2026-05-06,00:49:58.213] [INFO] Location DB initialising [2026-05-06,00:49:58.223] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:49:58.223] [DEBUG] UploadManager Init [2026-05-06,00:49:58.224] [DEBUG] UploadManager Init Complete [2026-05-06,00:49:58.226] [INFO] Initializing GPS... [2026-05-06,00:49:58.228] [INFO] Starting location capture [2026-05-06,00:50:35.530] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:50:35.541] [INFO] LocationSqlManager initialising [2026-05-06,00:50:35.542] [INFO] Location DB initialising [2026-05-06,00:50:35.558] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:50:35.560] [DEBUG] UploadManager Init [2026-05-06,00:50:35.560] [DEBUG] UploadManager Init Complete [2026-05-06,00:50:35.565] [INFO] Initializing GPS... [2026-05-06,00:50:35.567] [INFO] Starting location capture [2026-05-06,00:51:15.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:51:15.295] [INFO] LocationSqlManager initialising [2026-05-06,00:51:15.296] [INFO] Location DB initialising [2026-05-06,00:51:15.307] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:51:15.308] [DEBUG] UploadManager Init [2026-05-06,00:51:15.309] [DEBUG] UploadManager Init Complete [2026-05-06,00:51:15.313] [INFO] Initializing GPS... [2026-05-06,00:51:15.317] [INFO] Starting location capture [2026-05-06,00:51:52.375] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:51:52.382] [INFO] LocationSqlManager initialising [2026-05-06,00:51:52.382] [INFO] Location DB initialising [2026-05-06,00:51:52.391] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:51:52.392] [DEBUG] UploadManager Init [2026-05-06,00:51:52.392] [DEBUG] UploadManager Init Complete [2026-05-06,00:51:52.395] [INFO] Initializing GPS... [2026-05-06,00:51:52.397] [INFO] Starting location capture [2026-05-06,00:52:26.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:52:26.276] [INFO] LocationSqlManager initialising [2026-05-06,00:52:26.276] [INFO] Location DB initialising [2026-05-06,00:52:26.286] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:52:26.287] [DEBUG] UploadManager Init [2026-05-06,00:52:26.287] [DEBUG] UploadManager Init Complete [2026-05-06,00:52:26.290] [INFO] Initializing GPS... [2026-05-06,00:52:26.292] [INFO] Starting location capture [2026-05-06,00:53:00.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:53:00.088] [INFO] LocationSqlManager initialising [2026-05-06,00:53:00.088] [INFO] Location DB initialising [2026-05-06,00:53:00.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:53:00.098] [DEBUG] UploadManager Init [2026-05-06,00:53:00.099] [DEBUG] UploadManager Init Complete [2026-05-06,00:53:00.101] [INFO] Initializing GPS... [2026-05-06,00:53:00.103] [INFO] Starting location capture [2026-05-06,00:53:35.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:53:35.182] [INFO] LocationSqlManager initialising [2026-05-06,00:53:35.183] [INFO] Location DB initialising [2026-05-06,00:53:35.193] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:53:35.194] [DEBUG] UploadManager Init [2026-05-06,00:53:35.194] [DEBUG] UploadManager Init Complete [2026-05-06,00:53:35.196] [INFO] Initializing GPS... [2026-05-06,00:53:35.198] [INFO] Starting location capture [2026-05-06,00:54:08.656] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:54:08.661] [INFO] LocationSqlManager initialising [2026-05-06,00:54:08.661] [INFO] Location DB initialising [2026-05-06,00:54:08.671] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:54:08.671] [DEBUG] UploadManager Init [2026-05-06,00:54:08.672] [DEBUG] UploadManager Init Complete [2026-05-06,00:54:08.674] [INFO] Initializing GPS... [2026-05-06,00:54:08.676] [INFO] Starting location capture [2026-05-06,00:54:41.524] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:54:41.529] [INFO] LocationSqlManager initialising [2026-05-06,00:54:41.529] [INFO] Location DB initialising [2026-05-06,00:54:41.539] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:54:41.540] [DEBUG] UploadManager Init [2026-05-06,00:54:41.540] [DEBUG] UploadManager Init Complete [2026-05-06,00:54:41.543] [INFO] Initializing GPS... [2026-05-06,00:54:41.545] [INFO] Starting location capture [2026-05-06,00:55:16.236] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:55:16.241] [INFO] LocationSqlManager initialising [2026-05-06,00:55:16.242] [INFO] Location DB initialising [2026-05-06,00:55:16.251] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:55:16.252] [DEBUG] UploadManager Init [2026-05-06,00:55:16.252] [DEBUG] UploadManager Init Complete [2026-05-06,00:55:16.255] [INFO] Initializing GPS... [2026-05-06,00:55:16.257] [INFO] Starting location capture [2026-05-06,00:55:55.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:55:55.283] [INFO] LocationSqlManager initialising [2026-05-06,00:55:55.284] [INFO] Location DB initialising [2026-05-06,00:55:55.295] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:55:55.296] [DEBUG] UploadManager Init [2026-05-06,00:55:55.296] [DEBUG] UploadManager Init Complete [2026-05-06,00:55:55.301] [INFO] Initializing GPS... [2026-05-06,00:55:55.303] [INFO] Starting location capture [2026-05-06,00:56:32.793] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:56:32.800] [INFO] LocationSqlManager initialising [2026-05-06,00:56:32.801] [INFO] Location DB initialising [2026-05-06,00:56:32.811] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:56:32.812] [DEBUG] UploadManager Init [2026-05-06,00:56:32.813] [DEBUG] UploadManager Init Complete [2026-05-06,00:56:32.818] [INFO] Initializing GPS... [2026-05-06,00:56:32.820] [INFO] Starting location capture [2026-05-06,00:57:11.517] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:57:11.523] [INFO] LocationSqlManager initialising [2026-05-06,00:57:11.524] [INFO] Location DB initialising [2026-05-06,00:57:11.534] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:57:11.534] [DEBUG] UploadManager Init [2026-05-06,00:57:11.535] [DEBUG] UploadManager Init Complete [2026-05-06,00:57:11.538] [INFO] Initializing GPS... [2026-05-06,00:57:11.541] [INFO] Starting location capture [2026-05-06,00:57:45.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:57:45.748] [INFO] LocationSqlManager initialising [2026-05-06,00:57:45.749] [INFO] Location DB initialising [2026-05-06,00:57:45.762] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:57:45.763] [DEBUG] UploadManager Init [2026-05-06,00:57:45.764] [DEBUG] UploadManager Init Complete [2026-05-06,00:57:45.768] [INFO] Initializing GPS... [2026-05-06,00:57:45.771] [INFO] Starting location capture [2026-05-06,00:58:20.164] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:58:20.169] [INFO] LocationSqlManager initialising [2026-05-06,00:58:20.170] [INFO] Location DB initialising [2026-05-06,00:58:20.179] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:58:20.180] [DEBUG] UploadManager Init [2026-05-06,00:58:20.181] [DEBUG] UploadManager Init Complete [2026-05-06,00:58:20.183] [INFO] Initializing GPS... [2026-05-06,00:58:20.185] [INFO] Starting location capture [2026-05-06,00:58:53.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:58:53.868] [INFO] LocationSqlManager initialising [2026-05-06,00:58:53.869] [INFO] Location DB initialising [2026-05-06,00:58:53.880] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:58:53.881] [DEBUG] UploadManager Init [2026-05-06,00:58:53.882] [DEBUG] UploadManager Init Complete [2026-05-06,00:58:53.886] [INFO] Initializing GPS... [2026-05-06,00:58:53.889] [INFO] Starting location capture [2026-05-06,00:59:26.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,00:59:26.929] [INFO] LocationSqlManager initialising [2026-05-06,00:59:26.929] [INFO] Location DB initialising [2026-05-06,00:59:26.939] [INFO] LocationSqlManager initialisation complete [2026-05-06,00:59:26.939] [DEBUG] UploadManager Init [2026-05-06,00:59:26.940] [DEBUG] UploadManager Init Complete [2026-05-06,00:59:26.942] [INFO] Initializing GPS... [2026-05-06,00:59:26.944] [INFO] Starting location capture [2026-05-06,01:00:01.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:00:01.272] [INFO] LocationSqlManager initialising [2026-05-06,01:00:01.272] [INFO] Location DB initialising [2026-05-06,01:00:01.281] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:00:01.282] [DEBUG] UploadManager Init [2026-05-06,01:00:01.282] [DEBUG] UploadManager Init Complete [2026-05-06,01:00:01.285] [INFO] Initializing GPS... [2026-05-06,01:00:01.287] [INFO] Starting location capture [2026-05-06,01:00:39.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:00:39.793] [INFO] LocationSqlManager initialising [2026-05-06,01:00:39.793] [INFO] Location DB initialising [2026-05-06,01:00:39.803] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:00:39.804] [DEBUG] UploadManager Init [2026-05-06,01:00:39.804] [DEBUG] UploadManager Init Complete [2026-05-06,01:00:39.807] [INFO] Initializing GPS... [2026-05-06,01:00:39.809] [INFO] Starting location capture [2026-05-06,01:01:17.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:01:17.813] [INFO] LocationSqlManager initialising [2026-05-06,01:01:17.814] [INFO] Location DB initialising [2026-05-06,01:01:17.823] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:01:17.823] [DEBUG] UploadManager Init [2026-05-06,01:01:17.824] [DEBUG] UploadManager Init Complete [2026-05-06,01:01:17.826] [INFO] Initializing GPS... [2026-05-06,01:01:17.828] [INFO] Starting location capture [2026-05-06,01:01:56.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:01:56.146] [INFO] LocationSqlManager initialising [2026-05-06,01:01:56.147] [INFO] Location DB initialising [2026-05-06,01:01:56.158] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:01:56.159] [DEBUG] UploadManager Init [2026-05-06,01:01:56.159] [DEBUG] UploadManager Init Complete [2026-05-06,01:01:56.164] [INFO] Initializing GPS... [2026-05-06,01:01:56.167] [INFO] Starting location capture [2026-05-06,01:02:34.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:02:34.959] [INFO] LocationSqlManager initialising [2026-05-06,01:02:34.960] [INFO] Location DB initialising [2026-05-06,01:02:34.970] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:02:34.971] [DEBUG] UploadManager Init [2026-05-06,01:02:34.971] [DEBUG] UploadManager Init Complete [2026-05-06,01:02:34.975] [INFO] Initializing GPS... [2026-05-06,01:02:34.977] [INFO] Starting location capture [2026-05-06,01:03:08.712] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:03:08.718] [INFO] LocationSqlManager initialising [2026-05-06,01:03:08.719] [INFO] Location DB initialising [2026-05-06,01:03:08.729] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:03:08.729] [DEBUG] UploadManager Init [2026-05-06,01:03:08.730] [DEBUG] UploadManager Init Complete [2026-05-06,01:03:08.733] [INFO] Initializing GPS... [2026-05-06,01:03:08.735] [INFO] Starting location capture [2026-05-06,01:03:42.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:03:42.985] [INFO] LocationSqlManager initialising [2026-05-06,01:03:42.985] [INFO] Location DB initialising [2026-05-06,01:03:42.995] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:03:42.995] [DEBUG] UploadManager Init [2026-05-06,01:03:42.996] [DEBUG] UploadManager Init Complete [2026-05-06,01:03:42.998] [INFO] Initializing GPS... [2026-05-06,01:03:43.000] [INFO] Starting location capture [2026-05-06,01:04:16.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:04:16.272] [INFO] LocationSqlManager initialising [2026-05-06,01:04:16.272] [INFO] Location DB initialising [2026-05-06,01:04:16.281] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:04:16.282] [DEBUG] UploadManager Init [2026-05-06,01:04:16.282] [DEBUG] UploadManager Init Complete [2026-05-06,01:04:16.285] [INFO] Initializing GPS... [2026-05-06,01:04:16.287] [INFO] Starting location capture [2026-05-06,01:04:50.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:04:50.273] [INFO] LocationSqlManager initialising [2026-05-06,01:04:50.274] [INFO] Location DB initialising [2026-05-06,01:04:50.285] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:04:50.286] [DEBUG] UploadManager Init [2026-05-06,01:04:50.287] [DEBUG] UploadManager Init Complete [2026-05-06,01:04:50.291] [INFO] Initializing GPS... [2026-05-06,01:04:50.294] [INFO] Starting location capture [2026-05-06,01:05:29.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:05:29.137] [INFO] LocationSqlManager initialising [2026-05-06,01:05:29.138] [INFO] Location DB initialising [2026-05-06,01:05:29.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:05:29.150] [DEBUG] UploadManager Init [2026-05-06,01:05:29.151] [DEBUG] UploadManager Init Complete [2026-05-06,01:05:29.156] [INFO] Initializing GPS... [2026-05-06,01:05:29.158] [INFO] Starting location capture [2026-05-06,01:06:07.090] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:06:07.096] [INFO] LocationSqlManager initialising [2026-05-06,01:06:07.097] [INFO] Location DB initialising [2026-05-06,01:06:07.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:06:07.107] [DEBUG] UploadManager Init [2026-05-06,01:06:07.108] [DEBUG] UploadManager Init Complete [2026-05-06,01:06:07.111] [INFO] Initializing GPS... [2026-05-06,01:06:07.113] [INFO] Starting location capture [2026-05-06,01:06:45.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:06:45.897] [INFO] LocationSqlManager initialising [2026-05-06,01:06:45.898] [INFO] Location DB initialising [2026-05-06,01:06:45.907] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:06:45.908] [DEBUG] UploadManager Init [2026-05-06,01:06:45.908] [DEBUG] UploadManager Init Complete [2026-05-06,01:06:45.911] [INFO] Initializing GPS... [2026-05-06,01:06:45.912] [INFO] Starting location capture [2026-05-06,01:07:19.708] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:07:19.713] [INFO] LocationSqlManager initialising [2026-05-06,01:07:19.714] [INFO] Location DB initialising [2026-05-06,01:07:19.723] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:07:19.724] [DEBUG] UploadManager Init [2026-05-06,01:07:19.725] [DEBUG] UploadManager Init Complete [2026-05-06,01:07:19.727] [INFO] Initializing GPS... [2026-05-06,01:07:19.729] [INFO] Starting location capture [2026-05-06,01:07:54.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:07:54.015] [INFO] LocationSqlManager initialising [2026-05-06,01:07:54.016] [INFO] Location DB initialising [2026-05-06,01:07:54.025] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:07:54.026] [DEBUG] UploadManager Init [2026-05-06,01:07:54.026] [DEBUG] UploadManager Init Complete [2026-05-06,01:07:54.028] [INFO] Initializing GPS... [2026-05-06,01:07:54.030] [INFO] Starting location capture [2026-05-06,01:08:27.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:08:27.975] [INFO] LocationSqlManager initialising [2026-05-06,01:08:27.976] [INFO] Location DB initialising [2026-05-06,01:08:27.986] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:08:27.987] [DEBUG] UploadManager Init [2026-05-06,01:08:27.987] [DEBUG] UploadManager Init Complete [2026-05-06,01:08:27.990] [INFO] Initializing GPS... [2026-05-06,01:08:27.992] [INFO] Starting location capture [2026-05-06,01:09:00.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:09:00.932] [INFO] LocationSqlManager initialising [2026-05-06,01:09:00.932] [INFO] Location DB initialising [2026-05-06,01:09:00.941] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:09:00.942] [DEBUG] UploadManager Init [2026-05-06,01:09:00.943] [DEBUG] UploadManager Init Complete [2026-05-06,01:09:00.945] [INFO] Initializing GPS... [2026-05-06,01:09:00.947] [INFO] Starting location capture [2026-05-06,01:09:35.057] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:09:35.062] [INFO] LocationSqlManager initialising [2026-05-06,01:09:35.062] [INFO] Location DB initialising [2026-05-06,01:09:35.072] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:09:35.072] [DEBUG] UploadManager Init [2026-05-06,01:09:35.073] [DEBUG] UploadManager Init Complete [2026-05-06,01:09:35.075] [INFO] Initializing GPS... [2026-05-06,01:09:35.077] [INFO] Starting location capture [2026-05-06,01:10:09.323] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:10:09.330] [INFO] LocationSqlManager initialising [2026-05-06,01:10:09.331] [INFO] Location DB initialising [2026-05-06,01:10:09.342] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:10:09.343] [DEBUG] UploadManager Init [2026-05-06,01:10:09.344] [DEBUG] UploadManager Init Complete [2026-05-06,01:10:09.348] [INFO] Initializing GPS... [2026-05-06,01:10:09.351] [INFO] Starting location capture [2026-05-06,01:10:46.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:10:46.772] [INFO] LocationSqlManager initialising [2026-05-06,01:10:46.772] [INFO] Location DB initialising [2026-05-06,01:10:46.782] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:10:46.782] [DEBUG] UploadManager Init [2026-05-06,01:10:46.783] [DEBUG] UploadManager Init Complete [2026-05-06,01:10:46.785] [INFO] Initializing GPS... [2026-05-06,01:10:46.787] [INFO] Starting location capture [2026-05-06,01:11:25.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:11:25.909] [INFO] LocationSqlManager initialising [2026-05-06,01:11:25.909] [INFO] Location DB initialising [2026-05-06,01:11:25.918] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:11:25.919] [DEBUG] UploadManager Init [2026-05-06,01:11:25.920] [DEBUG] UploadManager Init Complete [2026-05-06,01:11:25.922] [INFO] Initializing GPS... [2026-05-06,01:11:25.924] [INFO] Starting location capture [2026-05-06,01:12:00.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:12:00.055] [INFO] LocationSqlManager initialising [2026-05-06,01:12:00.056] [INFO] Location DB initialising [2026-05-06,01:12:00.066] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:12:00.067] [DEBUG] UploadManager Init [2026-05-06,01:12:00.068] [DEBUG] UploadManager Init Complete [2026-05-06,01:12:00.071] [INFO] Initializing GPS... [2026-05-06,01:12:00.073] [INFO] Starting location capture [2026-05-06,01:12:32.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:12:32.813] [INFO] LocationSqlManager initialising [2026-05-06,01:12:32.813] [INFO] Location DB initialising [2026-05-06,01:12:32.824] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:12:32.824] [DEBUG] UploadManager Init [2026-05-06,01:12:32.825] [DEBUG] UploadManager Init Complete [2026-05-06,01:12:32.828] [INFO] Initializing GPS... [2026-05-06,01:12:32.830] [INFO] Starting location capture [2026-05-06,01:13:08.295] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:13:08.301] [INFO] LocationSqlManager initialising [2026-05-06,01:13:08.302] [INFO] Location DB initialising [2026-05-06,01:13:08.312] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:13:08.313] [DEBUG] UploadManager Init [2026-05-06,01:13:08.314] [DEBUG] UploadManager Init Complete [2026-05-06,01:13:08.317] [INFO] Initializing GPS... [2026-05-06,01:13:08.319] [INFO] Starting location capture [2026-05-06,01:13:42.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:13:42.138] [INFO] LocationSqlManager initialising [2026-05-06,01:13:42.139] [INFO] Location DB initialising [2026-05-06,01:13:42.148] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:13:42.149] [DEBUG] UploadManager Init [2026-05-06,01:13:42.149] [DEBUG] UploadManager Init Complete [2026-05-06,01:13:42.152] [INFO] Initializing GPS... [2026-05-06,01:13:42.155] [INFO] Starting location capture [2026-05-06,01:14:14.823] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:14:14.829] [INFO] LocationSqlManager initialising [2026-05-06,01:14:14.830] [INFO] Location DB initialising [2026-05-06,01:14:14.841] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:14:14.842] [DEBUG] UploadManager Init [2026-05-06,01:14:14.843] [DEBUG] UploadManager Init Complete [2026-05-06,01:14:14.847] [INFO] Initializing GPS... [2026-05-06,01:14:14.850] [INFO] Starting location capture [2026-05-06,01:14:49.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:14:49.270] [INFO] LocationSqlManager initialising [2026-05-06,01:14:49.271] [INFO] Location DB initialising [2026-05-06,01:14:49.282] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:14:49.283] [DEBUG] UploadManager Init [2026-05-06,01:14:49.284] [DEBUG] UploadManager Init Complete [2026-05-06,01:14:49.288] [INFO] Initializing GPS... [2026-05-06,01:14:49.291] [INFO] Starting location capture [2026-05-06,01:15:28.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:15:28.168] [INFO] LocationSqlManager initialising [2026-05-06,01:15:28.169] [INFO] Location DB initialising [2026-05-06,01:15:28.180] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:15:28.181] [DEBUG] UploadManager Init [2026-05-06,01:15:28.182] [DEBUG] UploadManager Init Complete [2026-05-06,01:15:28.186] [INFO] Initializing GPS... [2026-05-06,01:15:28.189] [INFO] Starting location capture [2026-05-06,01:16:06.563] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:16:06.569] [INFO] LocationSqlManager initialising [2026-05-06,01:16:06.570] [INFO] Location DB initialising [2026-05-06,01:16:06.579] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:16:06.580] [DEBUG] UploadManager Init [2026-05-06,01:16:06.581] [DEBUG] UploadManager Init Complete [2026-05-06,01:16:06.584] [INFO] Initializing GPS... [2026-05-06,01:16:06.586] [INFO] Starting location capture [2026-05-06,01:16:45.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:16:45.010] [INFO] LocationSqlManager initialising [2026-05-06,01:16:45.010] [INFO] Location DB initialising [2026-05-06,01:16:45.021] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:16:45.022] [DEBUG] UploadManager Init [2026-05-06,01:16:45.022] [DEBUG] UploadManager Init Complete [2026-05-06,01:16:45.027] [INFO] Initializing GPS... [2026-05-06,01:16:45.029] [INFO] Starting location capture [2026-05-06,01:17:18.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:17:18.813] [INFO] LocationSqlManager initialising [2026-05-06,01:17:18.814] [INFO] Location DB initialising [2026-05-06,01:17:18.823] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:17:18.824] [DEBUG] UploadManager Init [2026-05-06,01:17:18.825] [DEBUG] UploadManager Init Complete [2026-05-06,01:17:18.829] [INFO] Initializing GPS... [2026-05-06,01:17:18.832] [INFO] Starting location capture [2026-05-06,01:17:52.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:17:52.952] [INFO] LocationSqlManager initialising [2026-05-06,01:17:52.952] [INFO] Location DB initialising [2026-05-06,01:17:52.962] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:17:52.963] [DEBUG] UploadManager Init [2026-05-06,01:17:52.963] [DEBUG] UploadManager Init Complete [2026-05-06,01:17:52.965] [INFO] Initializing GPS... [2026-05-06,01:17:52.967] [INFO] Starting location capture [2026-05-06,01:18:26.577] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:18:26.584] [INFO] LocationSqlManager initialising [2026-05-06,01:18:26.585] [INFO] Location DB initialising [2026-05-06,01:18:26.597] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:18:26.598] [DEBUG] UploadManager Init [2026-05-06,01:18:26.599] [DEBUG] UploadManager Init Complete [2026-05-06,01:18:26.603] [INFO] Initializing GPS... [2026-05-06,01:18:26.606] [INFO] Starting location capture [2026-05-06,01:18:59.933] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:18:59.938] [INFO] LocationSqlManager initialising [2026-05-06,01:18:59.939] [INFO] Location DB initialising [2026-05-06,01:18:59.948] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:18:59.949] [DEBUG] UploadManager Init [2026-05-06,01:18:59.949] [DEBUG] UploadManager Init Complete [2026-05-06,01:18:59.952] [INFO] Initializing GPS... [2026-05-06,01:18:59.954] [INFO] Starting location capture [2026-05-06,01:19:34.570] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:19:34.578] [INFO] LocationSqlManager initialising [2026-05-06,01:19:34.579] [INFO] Location DB initialising [2026-05-06,01:19:34.590] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:19:34.591] [DEBUG] UploadManager Init [2026-05-06,01:19:34.592] [DEBUG] UploadManager Init Complete [2026-05-06,01:19:34.596] [INFO] Initializing GPS... [2026-05-06,01:19:34.599] [INFO] Starting location capture [2026-05-06,01:20:11.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:20:11.910] [INFO] LocationSqlManager initialising [2026-05-06,01:20:11.911] [INFO] Location DB initialising [2026-05-06,01:20:11.920] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:20:11.921] [DEBUG] UploadManager Init [2026-05-06,01:20:11.921] [DEBUG] UploadManager Init Complete [2026-05-06,01:20:11.924] [INFO] Initializing GPS... [2026-05-06,01:20:11.926] [INFO] Starting location capture [2026-05-06,01:20:51.439] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:20:51.447] [INFO] LocationSqlManager initialising [2026-05-06,01:20:51.448] [INFO] Location DB initialising [2026-05-06,01:20:51.460] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:20:51.461] [DEBUG] UploadManager Init [2026-05-06,01:20:51.462] [DEBUG] UploadManager Init Complete [2026-05-06,01:20:51.466] [INFO] Initializing GPS... [2026-05-06,01:20:51.469] [INFO] Starting location capture [2026-05-06,01:21:28.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:21:28.762] [INFO] LocationSqlManager initialising [2026-05-06,01:21:28.763] [INFO] Location DB initialising [2026-05-06,01:21:28.776] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:21:28.777] [DEBUG] UploadManager Init [2026-05-06,01:21:28.778] [DEBUG] UploadManager Init Complete [2026-05-06,01:21:28.782] [INFO] Initializing GPS... [2026-05-06,01:21:28.784] [INFO] Starting location capture [2026-05-06,01:22:03.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:22:03.015] [INFO] LocationSqlManager initialising [2026-05-06,01:22:03.015] [INFO] Location DB initialising [2026-05-06,01:22:03.025] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:22:03.025] [DEBUG] UploadManager Init [2026-05-06,01:22:03.026] [DEBUG] UploadManager Init Complete [2026-05-06,01:22:03.028] [INFO] Initializing GPS... [2026-05-06,01:22:03.030] [INFO] Starting location capture [2026-05-06,01:22:37.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:22:37.057] [INFO] LocationSqlManager initialising [2026-05-06,01:22:37.058] [INFO] Location DB initialising [2026-05-06,01:22:37.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:22:37.068] [DEBUG] UploadManager Init [2026-05-06,01:22:37.068] [DEBUG] UploadManager Init Complete [2026-05-06,01:22:37.071] [INFO] Initializing GPS... [2026-05-06,01:22:37.072] [INFO] Starting location capture [2026-05-06,01:23:10.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:23:10.947] [INFO] LocationSqlManager initialising [2026-05-06,01:23:10.948] [INFO] Location DB initialising [2026-05-06,01:23:10.959] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:23:10.961] [DEBUG] UploadManager Init [2026-05-06,01:23:10.961] [DEBUG] UploadManager Init Complete [2026-05-06,01:23:10.966] [INFO] Initializing GPS... [2026-05-06,01:23:10.969] [INFO] Starting location capture [2026-05-06,01:23:44.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:23:44.922] [INFO] LocationSqlManager initialising [2026-05-06,01:23:44.923] [INFO] Location DB initialising [2026-05-06,01:23:44.934] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:23:44.935] [DEBUG] UploadManager Init [2026-05-06,01:23:44.936] [DEBUG] UploadManager Init Complete [2026-05-06,01:23:44.940] [INFO] Initializing GPS... [2026-05-06,01:23:44.943] [INFO] Starting location capture [2026-05-06,01:24:18.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:24:18.756] [INFO] LocationSqlManager initialising [2026-05-06,01:24:18.757] [INFO] Location DB initialising [2026-05-06,01:24:18.768] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:24:18.769] [DEBUG] UploadManager Init [2026-05-06,01:24:18.770] [DEBUG] UploadManager Init Complete [2026-05-06,01:24:18.774] [INFO] Initializing GPS... [2026-05-06,01:24:18.777] [INFO] Starting location capture [2026-05-06,01:24:53.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:24:53.191] [INFO] LocationSqlManager initialising [2026-05-06,01:24:53.192] [INFO] Location DB initialising [2026-05-06,01:24:53.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:24:53.202] [DEBUG] UploadManager Init [2026-05-06,01:24:53.202] [DEBUG] UploadManager Init Complete [2026-05-06,01:24:53.205] [INFO] Initializing GPS... [2026-05-06,01:24:53.207] [INFO] Starting location capture [2026-05-06,01:25:26.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:25:26.801] [INFO] LocationSqlManager initialising [2026-05-06,01:25:26.801] [INFO] Location DB initialising [2026-05-06,01:25:26.811] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:25:26.812] [DEBUG] UploadManager Init [2026-05-06,01:25:26.812] [DEBUG] UploadManager Init Complete [2026-05-06,01:25:26.815] [INFO] Initializing GPS... [2026-05-06,01:25:26.817] [INFO] Starting location capture [2026-05-06,01:26:00.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:26:00.750] [INFO] LocationSqlManager initialising [2026-05-06,01:26:00.751] [INFO] Location DB initialising [2026-05-06,01:26:00.760] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:26:00.761] [DEBUG] UploadManager Init [2026-05-06,01:26:00.762] [DEBUG] UploadManager Init Complete [2026-05-06,01:26:00.765] [INFO] Initializing GPS... [2026-05-06,01:26:00.767] [INFO] Starting location capture [2026-05-06,01:26:33.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:26:33.791] [INFO] LocationSqlManager initialising [2026-05-06,01:26:33.792] [INFO] Location DB initialising [2026-05-06,01:26:33.802] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:26:33.803] [DEBUG] UploadManager Init [2026-05-06,01:26:33.803] [DEBUG] UploadManager Init Complete [2026-05-06,01:26:33.807] [INFO] Initializing GPS... [2026-05-06,01:26:33.810] [INFO] Starting location capture [2026-05-06,01:27:07.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:27:07.918] [INFO] LocationSqlManager initialising [2026-05-06,01:27:07.919] [INFO] Location DB initialising [2026-05-06,01:27:07.928] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:27:07.929] [DEBUG] UploadManager Init [2026-05-06,01:27:07.929] [DEBUG] UploadManager Init Complete [2026-05-06,01:27:07.932] [INFO] Initializing GPS... [2026-05-06,01:27:07.934] [INFO] Starting location capture [2026-05-06,01:27:42.742] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:27:42.749] [INFO] LocationSqlManager initialising [2026-05-06,01:27:42.749] [INFO] Location DB initialising [2026-05-06,01:27:42.760] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:27:42.760] [DEBUG] UploadManager Init [2026-05-06,01:27:42.761] [DEBUG] UploadManager Init Complete [2026-05-06,01:27:42.764] [INFO] Initializing GPS... [2026-05-06,01:27:42.767] [INFO] Starting location capture [2026-05-06,01:28:16.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:28:16.153] [INFO] LocationSqlManager initialising [2026-05-06,01:28:16.154] [INFO] Location DB initialising [2026-05-06,01:28:16.164] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:28:16.165] [DEBUG] UploadManager Init [2026-05-06,01:28:16.165] [DEBUG] UploadManager Init Complete [2026-05-06,01:28:16.168] [INFO] Initializing GPS... [2026-05-06,01:28:16.171] [INFO] Starting location capture [2026-05-06,01:28:51.377] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:28:51.383] [INFO] LocationSqlManager initialising [2026-05-06,01:28:51.384] [INFO] Location DB initialising [2026-05-06,01:28:51.394] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:28:51.395] [DEBUG] UploadManager Init [2026-05-06,01:28:51.395] [DEBUG] UploadManager Init Complete [2026-05-06,01:28:51.399] [INFO] Initializing GPS... [2026-05-06,01:28:51.401] [INFO] Starting location capture [2026-05-06,01:29:25.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:29:25.194] [INFO] LocationSqlManager initialising [2026-05-06,01:29:25.195] [INFO] Location DB initialising [2026-05-06,01:29:25.206] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:29:25.208] [DEBUG] UploadManager Init [2026-05-06,01:29:25.208] [DEBUG] UploadManager Init Complete [2026-05-06,01:29:25.213] [INFO] Initializing GPS... [2026-05-06,01:29:25.216] [INFO] Starting location capture [2026-05-06,01:30:02.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:30:02.918] [INFO] LocationSqlManager initialising [2026-05-06,01:30:02.919] [INFO] Location DB initialising [2026-05-06,01:30:02.929] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:30:02.930] [DEBUG] UploadManager Init [2026-05-06,01:30:02.930] [DEBUG] UploadManager Init Complete [2026-05-06,01:30:02.934] [INFO] Initializing GPS... [2026-05-06,01:30:02.937] [INFO] Starting location capture [2026-05-06,01:30:42.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:30:42.452] [INFO] LocationSqlManager initialising [2026-05-06,01:30:42.453] [INFO] Location DB initialising [2026-05-06,01:30:42.464] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:30:42.465] [DEBUG] UploadManager Init [2026-05-06,01:30:42.465] [DEBUG] UploadManager Init Complete [2026-05-06,01:30:42.470] [INFO] Initializing GPS... [2026-05-06,01:30:42.473] [INFO] Starting location capture [2026-05-06,01:31:21.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:31:21.058] [INFO] LocationSqlManager initialising [2026-05-06,01:31:21.059] [INFO] Location DB initialising [2026-05-06,01:31:21.071] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:31:21.072] [DEBUG] UploadManager Init [2026-05-06,01:31:21.072] [DEBUG] UploadManager Init Complete [2026-05-06,01:31:21.077] [INFO] Initializing GPS... [2026-05-06,01:31:21.080] [INFO] Starting location capture [2026-05-06,01:31:54.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:31:54.773] [INFO] LocationSqlManager initialising [2026-05-06,01:31:54.774] [INFO] Location DB initialising [2026-05-06,01:31:54.783] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:31:54.784] [DEBUG] UploadManager Init [2026-05-06,01:31:54.784] [DEBUG] UploadManager Init Complete [2026-05-06,01:31:54.787] [INFO] Initializing GPS... [2026-05-06,01:31:54.789] [INFO] Starting location capture [2026-05-06,01:32:28.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:32:28.019] [INFO] LocationSqlManager initialising [2026-05-06,01:32:28.021] [INFO] Location DB initialising [2026-05-06,01:32:28.032] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:32:28.033] [DEBUG] UploadManager Init [2026-05-06,01:32:28.034] [DEBUG] UploadManager Init Complete [2026-05-06,01:32:28.038] [INFO] Initializing GPS... [2026-05-06,01:32:28.041] [INFO] Starting location capture [2026-05-06,01:33:01.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:33:01.917] [INFO] LocationSqlManager initialising [2026-05-06,01:33:01.918] [INFO] Location DB initialising [2026-05-06,01:33:01.929] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:33:01.930] [DEBUG] UploadManager Init [2026-05-06,01:33:01.931] [DEBUG] UploadManager Init Complete [2026-05-06,01:33:01.936] [INFO] Initializing GPS... [2026-05-06,01:33:01.939] [INFO] Starting location capture [2026-05-06,01:33:36.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:33:36.171] [INFO] LocationSqlManager initialising [2026-05-06,01:33:36.171] [INFO] Location DB initialising [2026-05-06,01:33:36.182] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:33:36.183] [DEBUG] UploadManager Init [2026-05-06,01:33:36.184] [DEBUG] UploadManager Init Complete [2026-05-06,01:33:36.188] [INFO] Initializing GPS... [2026-05-06,01:33:36.191] [INFO] Starting location capture [2026-05-06,01:34:09.459] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:34:09.467] [INFO] LocationSqlManager initialising [2026-05-06,01:34:09.468] [INFO] Location DB initialising [2026-05-06,01:34:09.479] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:34:09.481] [DEBUG] UploadManager Init [2026-05-06,01:34:09.481] [DEBUG] UploadManager Init Complete [2026-05-06,01:34:09.485] [INFO] Initializing GPS... [2026-05-06,01:34:09.488] [INFO] Starting location capture [2026-05-06,01:34:44.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:34:44.119] [INFO] LocationSqlManager initialising [2026-05-06,01:34:44.120] [INFO] Location DB initialising [2026-05-06,01:34:44.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:34:44.132] [DEBUG] UploadManager Init [2026-05-06,01:34:44.133] [DEBUG] UploadManager Init Complete [2026-05-06,01:34:44.139] [INFO] Initializing GPS... [2026-05-06,01:34:44.142] [INFO] Starting location capture [2026-05-06,01:35:22.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:35:23.005] [INFO] LocationSqlManager initialising [2026-05-06,01:35:23.006] [INFO] Location DB initialising [2026-05-06,01:35:23.015] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:35:23.016] [DEBUG] UploadManager Init [2026-05-06,01:35:23.017] [DEBUG] UploadManager Init Complete [2026-05-06,01:35:23.020] [INFO] Initializing GPS... [2026-05-06,01:35:23.022] [INFO] Starting location capture [2026-05-06,01:36:00.662] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:36:00.668] [INFO] LocationSqlManager initialising [2026-05-06,01:36:00.669] [INFO] Location DB initialising [2026-05-06,01:36:00.679] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:36:00.679] [DEBUG] UploadManager Init [2026-05-06,01:36:00.680] [DEBUG] UploadManager Init Complete [2026-05-06,01:36:00.683] [INFO] Initializing GPS... [2026-05-06,01:36:00.685] [INFO] Starting location capture [2026-05-06,01:36:40.090] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:36:40.096] [INFO] LocationSqlManager initialising [2026-05-06,01:36:40.096] [INFO] Location DB initialising [2026-05-06,01:36:40.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:36:40.106] [DEBUG] UploadManager Init [2026-05-06,01:36:40.107] [DEBUG] UploadManager Init Complete [2026-05-06,01:36:40.109] [INFO] Initializing GPS... [2026-05-06,01:36:40.111] [INFO] Starting location capture [2026-05-06,01:37:12.811] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:37:12.816] [INFO] LocationSqlManager initialising [2026-05-06,01:37:12.817] [INFO] Location DB initialising [2026-05-06,01:37:12.826] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:37:12.827] [DEBUG] UploadManager Init [2026-05-06,01:37:12.827] [DEBUG] UploadManager Init Complete [2026-05-06,01:37:12.830] [INFO] Initializing GPS... [2026-05-06,01:37:12.832] [INFO] Starting location capture [2026-05-06,01:37:46.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:37:46.866] [INFO] LocationSqlManager initialising [2026-05-06,01:37:46.867] [INFO] Location DB initialising [2026-05-06,01:37:46.879] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:37:46.880] [DEBUG] UploadManager Init [2026-05-06,01:37:46.881] [DEBUG] UploadManager Init Complete [2026-05-06,01:37:46.886] [INFO] Initializing GPS... [2026-05-06,01:37:46.889] [INFO] Starting location capture [2026-05-06,01:38:19.976] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:38:19.982] [INFO] LocationSqlManager initialising [2026-05-06,01:38:19.983] [INFO] Location DB initialising [2026-05-06,01:38:19.992] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:38:19.993] [DEBUG] UploadManager Init [2026-05-06,01:38:19.993] [DEBUG] UploadManager Init Complete [2026-05-06,01:38:19.996] [INFO] Initializing GPS... [2026-05-06,01:38:19.998] [INFO] Starting location capture [2026-05-06,01:38:53.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:38:53.848] [INFO] LocationSqlManager initialising [2026-05-06,01:38:53.849] [INFO] Location DB initialising [2026-05-06,01:38:53.865] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:38:53.866] [DEBUG] UploadManager Init [2026-05-06,01:38:53.868] [DEBUG] UploadManager Init Complete [2026-05-06,01:38:53.874] [INFO] Initializing GPS... [2026-05-06,01:38:53.879] [INFO] Starting location capture [2026-05-06,01:39:27.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:39:27.936] [INFO] LocationSqlManager initialising [2026-05-06,01:39:27.936] [INFO] Location DB initialising [2026-05-06,01:39:27.948] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:39:27.948] [DEBUG] UploadManager Init [2026-05-06,01:39:27.949] [DEBUG] UploadManager Init Complete [2026-05-06,01:39:27.951] [INFO] Initializing GPS... [2026-05-06,01:39:27.953] [INFO] Starting location capture [2026-05-06,01:40:06.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:40:06.894] [INFO] LocationSqlManager initialising [2026-05-06,01:40:06.895] [INFO] Location DB initialising [2026-05-06,01:40:06.905] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:40:06.906] [DEBUG] UploadManager Init [2026-05-06,01:40:06.906] [DEBUG] UploadManager Init Complete [2026-05-06,01:40:06.909] [INFO] Initializing GPS... [2026-05-06,01:40:06.911] [INFO] Starting location capture [2026-05-06,01:40:45.319] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:40:45.324] [INFO] LocationSqlManager initialising [2026-05-06,01:40:45.325] [INFO] Location DB initialising [2026-05-06,01:40:45.335] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:40:45.336] [DEBUG] UploadManager Init [2026-05-06,01:40:45.337] [DEBUG] UploadManager Init Complete [2026-05-06,01:40:45.340] [INFO] Initializing GPS... [2026-05-06,01:40:45.342] [INFO] Starting location capture [2026-05-06,01:41:23.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:41:23.915] [INFO] LocationSqlManager initialising [2026-05-06,01:41:23.916] [INFO] Location DB initialising [2026-05-06,01:41:23.925] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:41:23.926] [DEBUG] UploadManager Init [2026-05-06,01:41:23.926] [DEBUG] UploadManager Init Complete [2026-05-06,01:41:23.929] [INFO] Initializing GPS... [2026-05-06,01:41:23.930] [INFO] Starting location capture [2026-05-06,01:41:56.686] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:41:56.691] [INFO] LocationSqlManager initialising [2026-05-06,01:41:56.691] [INFO] Location DB initialising [2026-05-06,01:41:56.700] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:41:56.701] [DEBUG] UploadManager Init [2026-05-06,01:41:56.701] [DEBUG] UploadManager Init Complete [2026-05-06,01:41:56.704] [INFO] Initializing GPS... [2026-05-06,01:41:56.706] [INFO] Starting location capture [2026-05-06,01:42:31.587] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:42:31.593] [INFO] LocationSqlManager initialising [2026-05-06,01:42:31.593] [INFO] Location DB initialising [2026-05-06,01:42:31.603] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:42:31.603] [DEBUG] UploadManager Init [2026-05-06,01:42:31.603] [DEBUG] UploadManager Init Complete [2026-05-06,01:42:31.606] [INFO] Initializing GPS... [2026-05-06,01:42:31.608] [INFO] Starting location capture [2026-05-06,01:43:05.655] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:43:05.661] [INFO] LocationSqlManager initialising [2026-05-06,01:43:05.662] [INFO] Location DB initialising [2026-05-06,01:43:05.671] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:43:05.672] [DEBUG] UploadManager Init [2026-05-06,01:43:05.672] [DEBUG] UploadManager Init Complete [2026-05-06,01:43:05.675] [INFO] Initializing GPS... [2026-05-06,01:43:05.677] [INFO] Starting location capture [2026-05-06,01:43:38.491] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:43:38.496] [INFO] LocationSqlManager initialising [2026-05-06,01:43:38.496] [INFO] Location DB initialising [2026-05-06,01:43:38.505] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:43:38.506] [DEBUG] UploadManager Init [2026-05-06,01:43:38.506] [DEBUG] UploadManager Init Complete [2026-05-06,01:43:38.509] [INFO] Initializing GPS... [2026-05-06,01:43:38.511] [INFO] Starting location capture [2026-05-06,01:44:12.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:44:12.724] [INFO] LocationSqlManager initialising [2026-05-06,01:44:12.724] [INFO] Location DB initialising [2026-05-06,01:44:12.734] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:44:12.734] [DEBUG] UploadManager Init [2026-05-06,01:44:12.735] [DEBUG] UploadManager Init Complete [2026-05-06,01:44:12.737] [INFO] Initializing GPS... [2026-05-06,01:44:12.739] [INFO] Starting location capture [2026-05-06,01:44:51.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:44:51.451] [INFO] LocationSqlManager initialising [2026-05-06,01:44:51.453] [INFO] Location DB initialising [2026-05-06,01:44:51.464] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:44:51.465] [DEBUG] UploadManager Init [2026-05-06,01:44:51.465] [DEBUG] UploadManager Init Complete [2026-05-06,01:44:51.470] [INFO] Initializing GPS... [2026-05-06,01:44:51.472] [INFO] Starting location capture [2026-05-06,01:45:29.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:45:29.113] [INFO] LocationSqlManager initialising [2026-05-06,01:45:29.115] [INFO] Location DB initialising [2026-05-06,01:45:29.125] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:45:29.126] [DEBUG] UploadManager Init [2026-05-06,01:45:29.127] [DEBUG] UploadManager Init Complete [2026-05-06,01:45:29.131] [INFO] Initializing GPS... [2026-05-06,01:45:29.134] [INFO] Starting location capture [2026-05-06,01:46:07.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:46:07.862] [INFO] LocationSqlManager initialising [2026-05-06,01:46:07.862] [INFO] Location DB initialising [2026-05-06,01:46:07.871] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:46:07.872] [DEBUG] UploadManager Init [2026-05-06,01:46:07.873] [DEBUG] UploadManager Init Complete [2026-05-06,01:46:07.875] [INFO] Initializing GPS... [2026-05-06,01:46:07.877] [INFO] Starting location capture [2026-05-06,01:46:40.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:46:40.708] [INFO] LocationSqlManager initialising [2026-05-06,01:46:40.708] [INFO] Location DB initialising [2026-05-06,01:46:40.718] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:46:40.718] [DEBUG] UploadManager Init [2026-05-06,01:46:40.719] [DEBUG] UploadManager Init Complete [2026-05-06,01:46:40.721] [INFO] Initializing GPS... [2026-05-06,01:46:40.723] [INFO] Starting location capture [2026-05-06,01:47:16.316] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:47:16.324] [INFO] LocationSqlManager initialising [2026-05-06,01:47:16.325] [INFO] Location DB initialising [2026-05-06,01:47:16.336] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:47:16.338] [DEBUG] UploadManager Init [2026-05-06,01:47:16.338] [DEBUG] UploadManager Init Complete [2026-05-06,01:47:16.343] [INFO] Initializing GPS... [2026-05-06,01:47:16.345] [INFO] Starting location capture [2026-05-06,01:47:49.481] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:47:49.489] [INFO] LocationSqlManager initialising [2026-05-06,01:47:49.490] [INFO] Location DB initialising [2026-05-06,01:47:49.501] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:47:49.503] [DEBUG] UploadManager Init [2026-05-06,01:47:49.503] [DEBUG] UploadManager Init Complete [2026-05-06,01:47:49.508] [INFO] Initializing GPS... [2026-05-06,01:47:49.511] [INFO] Starting location capture [2026-05-06,01:48:22.967] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:48:22.975] [INFO] LocationSqlManager initialising [2026-05-06,01:48:22.975] [INFO] Location DB initialising [2026-05-06,01:48:22.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:48:22.986] [DEBUG] UploadManager Init [2026-05-06,01:48:22.986] [DEBUG] UploadManager Init Complete [2026-05-06,01:48:22.990] [INFO] Initializing GPS... [2026-05-06,01:48:22.992] [INFO] Starting location capture [2026-05-06,01:48:55.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:48:55.975] [INFO] LocationSqlManager initialising [2026-05-06,01:48:55.976] [INFO] Location DB initialising [2026-05-06,01:48:55.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:48:55.985] [DEBUG] UploadManager Init [2026-05-06,01:48:55.986] [DEBUG] UploadManager Init Complete [2026-05-06,01:48:55.988] [INFO] Initializing GPS... [2026-05-06,01:48:55.990] [INFO] Starting location capture [2026-05-06,01:49:30.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:49:30.990] [INFO] LocationSqlManager initialising [2026-05-06,01:49:30.991] [INFO] Location DB initialising [2026-05-06,01:49:31.002] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:49:31.004] [DEBUG] UploadManager Init [2026-05-06,01:49:31.004] [DEBUG] UploadManager Init Complete [2026-05-06,01:49:31.008] [INFO] Initializing GPS... [2026-05-06,01:49:31.011] [INFO] Starting location capture [2026-05-06,01:50:08.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:50:08.807] [INFO] LocationSqlManager initialising [2026-05-06,01:50:08.807] [INFO] Location DB initialising [2026-05-06,01:50:08.816] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:50:08.817] [DEBUG] UploadManager Init [2026-05-06,01:50:08.818] [DEBUG] UploadManager Init Complete [2026-05-06,01:50:08.820] [INFO] Initializing GPS... [2026-05-06,01:50:08.822] [INFO] Starting location capture [2026-05-06,01:50:48.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:50:48.173] [INFO] LocationSqlManager initialising [2026-05-06,01:50:48.174] [INFO] Location DB initialising [2026-05-06,01:50:48.185] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:50:48.186] [DEBUG] UploadManager Init [2026-05-06,01:50:48.187] [DEBUG] UploadManager Init Complete [2026-05-06,01:50:48.191] [INFO] Initializing GPS... [2026-05-06,01:50:48.194] [INFO] Starting location capture [2026-05-06,01:51:25.531] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:51:25.536] [INFO] LocationSqlManager initialising [2026-05-06,01:51:25.537] [INFO] Location DB initialising [2026-05-06,01:51:25.546] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:51:25.547] [DEBUG] UploadManager Init [2026-05-06,01:51:25.547] [DEBUG] UploadManager Init Complete [2026-05-06,01:51:25.550] [INFO] Initializing GPS... [2026-05-06,01:51:25.552] [INFO] Starting location capture [2026-05-06,01:51:59.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:51:59.920] [INFO] LocationSqlManager initialising [2026-05-06,01:51:59.921] [INFO] Location DB initialising [2026-05-06,01:51:59.930] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:51:59.931] [DEBUG] UploadManager Init [2026-05-06,01:51:59.932] [DEBUG] UploadManager Init Complete [2026-05-06,01:51:59.935] [INFO] Initializing GPS... [2026-05-06,01:51:59.937] [INFO] Starting location capture [2026-05-06,01:52:33.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:52:33.829] [INFO] LocationSqlManager initialising [2026-05-06,01:52:33.829] [INFO] Location DB initialising [2026-05-06,01:52:33.839] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:52:33.840] [DEBUG] UploadManager Init [2026-05-06,01:52:33.840] [DEBUG] UploadManager Init Complete [2026-05-06,01:52:33.843] [INFO] Initializing GPS... [2026-05-06,01:52:33.844] [INFO] Starting location capture [2026-05-06,01:53:07.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:53:07.883] [INFO] LocationSqlManager initialising [2026-05-06,01:53:07.884] [INFO] Location DB initialising [2026-05-06,01:53:07.894] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:53:07.895] [DEBUG] UploadManager Init [2026-05-06,01:53:07.895] [DEBUG] UploadManager Init Complete [2026-05-06,01:53:07.898] [INFO] Initializing GPS... [2026-05-06,01:53:07.900] [INFO] Starting location capture [2026-05-06,01:53:40.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:53:40.992] [INFO] LocationSqlManager initialising [2026-05-06,01:53:40.993] [INFO] Location DB initialising [2026-05-06,01:53:41.002] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:53:41.003] [DEBUG] UploadManager Init [2026-05-06,01:53:41.004] [DEBUG] UploadManager Init Complete [2026-05-06,01:53:41.006] [INFO] Initializing GPS... [2026-05-06,01:53:41.008] [INFO] Starting location capture [2026-05-06,01:54:16.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:54:16.228] [INFO] LocationSqlManager initialising [2026-05-06,01:54:16.229] [INFO] Location DB initialising [2026-05-06,01:54:16.239] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:54:16.240] [DEBUG] UploadManager Init [2026-05-06,01:54:16.240] [DEBUG] UploadManager Init Complete [2026-05-06,01:54:16.244] [INFO] Initializing GPS... [2026-05-06,01:54:16.246] [INFO] Starting location capture [2026-05-06,01:54:54.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:54:54.434] [INFO] LocationSqlManager initialising [2026-05-06,01:54:54.435] [INFO] Location DB initialising [2026-05-06,01:54:54.446] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:54:54.447] [DEBUG] UploadManager Init [2026-05-06,01:54:54.448] [DEBUG] UploadManager Init Complete [2026-05-06,01:54:54.452] [INFO] Initializing GPS... [2026-05-06,01:54:54.455] [INFO] Starting location capture [2026-05-06,01:55:33.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:55:33.167] [INFO] LocationSqlManager initialising [2026-05-06,01:55:33.168] [INFO] Location DB initialising [2026-05-06,01:55:33.179] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:55:33.180] [DEBUG] UploadManager Init [2026-05-06,01:55:33.181] [DEBUG] UploadManager Init Complete [2026-05-06,01:55:33.186] [INFO] Initializing GPS... [2026-05-06,01:55:33.189] [INFO] Starting location capture [2026-05-06,01:56:10.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:56:10.948] [INFO] LocationSqlManager initialising [2026-05-06,01:56:10.949] [INFO] Location DB initialising [2026-05-06,01:56:10.958] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:56:10.958] [DEBUG] UploadManager Init [2026-05-06,01:56:10.959] [DEBUG] UploadManager Init Complete [2026-05-06,01:56:10.962] [INFO] Initializing GPS... [2026-05-06,01:56:10.964] [INFO] Starting location capture [2026-05-06,01:56:50.161] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:56:50.167] [INFO] LocationSqlManager initialising [2026-05-06,01:56:50.167] [INFO] Location DB initialising [2026-05-06,01:56:50.177] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:56:50.178] [DEBUG] UploadManager Init [2026-05-06,01:56:50.178] [DEBUG] UploadManager Init Complete [2026-05-06,01:56:50.181] [INFO] Initializing GPS... [2026-05-06,01:56:50.183] [INFO] Starting location capture [2026-05-06,01:57:23.593] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:57:23.601] [INFO] LocationSqlManager initialising [2026-05-06,01:57:23.602] [INFO] Location DB initialising [2026-05-06,01:57:23.613] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:57:23.614] [DEBUG] UploadManager Init [2026-05-06,01:57:23.615] [DEBUG] UploadManager Init Complete [2026-05-06,01:57:23.619] [INFO] Initializing GPS... [2026-05-06,01:57:23.621] [INFO] Starting location capture [2026-05-06,01:57:56.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:57:56.966] [INFO] LocationSqlManager initialising [2026-05-06,01:57:56.967] [INFO] Location DB initialising [2026-05-06,01:57:56.976] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:57:56.977] [DEBUG] UploadManager Init [2026-05-06,01:57:56.977] [DEBUG] UploadManager Init Complete [2026-05-06,01:57:56.980] [INFO] Initializing GPS... [2026-05-06,01:57:56.981] [INFO] Starting location capture [2026-05-06,01:58:30.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:58:30.709] [INFO] LocationSqlManager initialising [2026-05-06,01:58:30.709] [INFO] Location DB initialising [2026-05-06,01:58:30.719] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:58:30.720] [DEBUG] UploadManager Init [2026-05-06,01:58:30.721] [DEBUG] UploadManager Init Complete [2026-05-06,01:58:30.724] [INFO] Initializing GPS... [2026-05-06,01:58:30.727] [INFO] Starting location capture [2026-05-06,01:59:03.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:59:03.954] [INFO] LocationSqlManager initialising [2026-05-06,01:59:03.955] [INFO] Location DB initialising [2026-05-06,01:59:03.964] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:59:03.965] [DEBUG] UploadManager Init [2026-05-06,01:59:03.966] [DEBUG] UploadManager Init Complete [2026-05-06,01:59:03.969] [INFO] Initializing GPS... [2026-05-06,01:59:03.971] [INFO] Starting location capture [2026-05-06,01:59:37.753] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,01:59:37.760] [INFO] LocationSqlManager initialising [2026-05-06,01:59:37.761] [INFO] Location DB initialising [2026-05-06,01:59:37.773] [INFO] LocationSqlManager initialisation complete [2026-05-06,01:59:37.774] [DEBUG] UploadManager Init [2026-05-06,01:59:37.776] [DEBUG] UploadManager Init Complete [2026-05-06,01:59:37.781] [INFO] Initializing GPS... [2026-05-06,01:59:37.783] [INFO] Starting location capture [2026-05-06,02:00:11.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:00:11.832] [INFO] LocationSqlManager initialising [2026-05-06,02:00:11.833] [INFO] Location DB initialising [2026-05-06,02:00:11.842] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:00:11.843] [DEBUG] UploadManager Init [2026-05-06,02:00:11.843] [DEBUG] UploadManager Init Complete [2026-05-06,02:00:11.846] [INFO] Initializing GPS... [2026-05-06,02:00:11.849] [INFO] Starting location capture [2026-05-06,02:00:46.153] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:00:46.158] [INFO] LocationSqlManager initialising [2026-05-06,02:00:46.159] [INFO] Location DB initialising [2026-05-06,02:00:46.168] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:00:46.169] [DEBUG] UploadManager Init [2026-05-06,02:00:46.169] [DEBUG] UploadManager Init Complete [2026-05-06,02:00:46.172] [INFO] Initializing GPS... [2026-05-06,02:00:46.174] [INFO] Starting location capture [2026-05-06,02:01:18.952] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:01:18.958] [INFO] LocationSqlManager initialising [2026-05-06,02:01:18.958] [INFO] Location DB initialising [2026-05-06,02:01:18.968] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:01:18.969] [DEBUG] UploadManager Init [2026-05-06,02:01:18.969] [DEBUG] UploadManager Init Complete [2026-05-06,02:01:18.972] [INFO] Initializing GPS... [2026-05-06,02:01:18.974] [INFO] Starting location capture [2026-05-06,02:01:53.842] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:01:53.847] [INFO] LocationSqlManager initialising [2026-05-06,02:01:53.848] [INFO] Location DB initialising [2026-05-06,02:01:53.857] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:01:53.858] [DEBUG] UploadManager Init [2026-05-06,02:01:53.858] [DEBUG] UploadManager Init Complete [2026-05-06,02:01:53.861] [INFO] Initializing GPS... [2026-05-06,02:01:53.863] [INFO] Starting location capture [2026-05-06,02:02:28.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:02:28.160] [INFO] LocationSqlManager initialising [2026-05-06,02:02:28.160] [INFO] Location DB initialising [2026-05-06,02:02:28.169] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:02:28.170] [DEBUG] UploadManager Init [2026-05-06,02:02:28.170] [DEBUG] UploadManager Init Complete [2026-05-06,02:02:28.173] [INFO] Initializing GPS... [2026-05-06,02:02:28.175] [INFO] Starting location capture [2026-05-06,02:03:01.942] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:03:01.947] [INFO] LocationSqlManager initialising [2026-05-06,02:03:01.948] [INFO] Location DB initialising [2026-05-06,02:03:01.957] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:03:01.958] [DEBUG] UploadManager Init [2026-05-06,02:03:01.958] [DEBUG] UploadManager Init Complete [2026-05-06,02:03:01.961] [INFO] Initializing GPS... [2026-05-06,02:03:01.962] [INFO] Starting location capture [2026-05-06,02:03:36.368] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:03:36.375] [INFO] LocationSqlManager initialising [2026-05-06,02:03:36.376] [INFO] Location DB initialising [2026-05-06,02:03:36.387] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:03:36.389] [DEBUG] UploadManager Init [2026-05-06,02:03:36.389] [DEBUG] UploadManager Init Complete [2026-05-06,02:03:36.394] [INFO] Initializing GPS... [2026-05-06,02:03:36.397] [INFO] Starting location capture [2026-05-06,02:04:10.762] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:04:10.767] [INFO] LocationSqlManager initialising [2026-05-06,02:04:10.768] [INFO] Location DB initialising [2026-05-06,02:04:10.777] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:04:10.778] [DEBUG] UploadManager Init [2026-05-06,02:04:10.778] [DEBUG] UploadManager Init Complete [2026-05-06,02:04:10.781] [INFO] Initializing GPS... [2026-05-06,02:04:10.784] [INFO] Starting location capture [2026-05-06,02:04:44.695] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:04:44.700] [INFO] LocationSqlManager initialising [2026-05-06,02:04:44.700] [INFO] Location DB initialising [2026-05-06,02:04:44.711] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:04:44.712] [DEBUG] UploadManager Init [2026-05-06,02:04:44.713] [DEBUG] UploadManager Init Complete [2026-05-06,02:04:44.717] [INFO] Initializing GPS... [2026-05-06,02:04:44.720] [INFO] Starting location capture [2026-05-06,02:05:18.000] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:05:18.008] [INFO] LocationSqlManager initialising [2026-05-06,02:05:18.009] [INFO] Location DB initialising [2026-05-06,02:05:18.020] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:05:18.021] [DEBUG] UploadManager Init [2026-05-06,02:05:18.022] [DEBUG] UploadManager Init Complete [2026-05-06,02:05:18.026] [INFO] Initializing GPS... [2026-05-06,02:05:18.029] [INFO] Starting location capture [2026-05-06,02:05:52.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:05:52.273] [INFO] LocationSqlManager initialising [2026-05-06,02:05:52.273] [INFO] Location DB initialising [2026-05-06,02:05:52.283] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:05:52.283] [DEBUG] UploadManager Init [2026-05-06,02:05:52.284] [DEBUG] UploadManager Init Complete [2026-05-06,02:05:52.286] [INFO] Initializing GPS... [2026-05-06,02:05:52.288] [INFO] Starting location capture [2026-05-06,02:06:24.769] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:06:24.774] [INFO] LocationSqlManager initialising [2026-05-06,02:06:24.774] [INFO] Location DB initialising [2026-05-06,02:06:24.784] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:06:24.785] [DEBUG] UploadManager Init [2026-05-06,02:06:24.785] [DEBUG] UploadManager Init Complete [2026-05-06,02:06:24.788] [INFO] Initializing GPS... [2026-05-06,02:06:24.790] [INFO] Starting location capture [2026-05-06,02:06:58.460] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:06:58.467] [INFO] LocationSqlManager initialising [2026-05-06,02:06:58.468] [INFO] Location DB initialising [2026-05-06,02:06:58.479] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:06:58.480] [DEBUG] UploadManager Init [2026-05-06,02:06:58.481] [DEBUG] UploadManager Init Complete [2026-05-06,02:06:58.485] [INFO] Initializing GPS... [2026-05-06,02:06:58.488] [INFO] Starting location capture [2026-05-06,02:07:32.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:07:32.548] [INFO] LocationSqlManager initialising [2026-05-06,02:07:32.549] [INFO] Location DB initialising [2026-05-06,02:07:32.560] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:07:32.562] [DEBUG] UploadManager Init [2026-05-06,02:07:32.562] [DEBUG] UploadManager Init Complete [2026-05-06,02:07:32.567] [INFO] Initializing GPS... [2026-05-06,02:07:32.570] [INFO] Starting location capture [2026-05-06,02:08:06.336] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:08:06.343] [INFO] LocationSqlManager initialising [2026-05-06,02:08:06.344] [INFO] Location DB initialising [2026-05-06,02:08:06.355] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:08:06.356] [DEBUG] UploadManager Init [2026-05-06,02:08:06.357] [DEBUG] UploadManager Init Complete [2026-05-06,02:08:06.362] [INFO] Initializing GPS... [2026-05-06,02:08:06.365] [INFO] Starting location capture [2026-05-06,02:08:40.697] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:08:40.702] [INFO] LocationSqlManager initialising [2026-05-06,02:08:40.702] [INFO] Location DB initialising [2026-05-06,02:08:40.712] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:08:40.712] [DEBUG] UploadManager Init [2026-05-06,02:08:40.713] [DEBUG] UploadManager Init Complete [2026-05-06,02:08:40.715] [INFO] Initializing GPS... [2026-05-06,02:08:40.717] [INFO] Starting location capture [2026-05-06,02:09:13.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:09:14.004] [INFO] LocationSqlManager initialising [2026-05-06,02:09:14.005] [INFO] Location DB initialising [2026-05-06,02:09:14.014] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:09:14.015] [DEBUG] UploadManager Init [2026-05-06,02:09:14.015] [DEBUG] UploadManager Init Complete [2026-05-06,02:09:14.017] [INFO] Initializing GPS... [2026-05-06,02:09:14.019] [INFO] Starting location capture [2026-05-06,02:09:48.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:09:48.945] [INFO] LocationSqlManager initialising [2026-05-06,02:09:48.945] [INFO] Location DB initialising [2026-05-06,02:09:48.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:09:48.955] [DEBUG] UploadManager Init [2026-05-06,02:09:48.956] [DEBUG] UploadManager Init Complete [2026-05-06,02:09:48.958] [INFO] Initializing GPS... [2026-05-06,02:09:48.960] [INFO] Starting location capture [2026-05-06,02:10:23.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:10:23.193] [INFO] LocationSqlManager initialising [2026-05-06,02:10:23.193] [INFO] Location DB initialising [2026-05-06,02:10:23.203] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:10:23.204] [DEBUG] UploadManager Init [2026-05-06,02:10:23.204] [DEBUG] UploadManager Init Complete [2026-05-06,02:10:23.208] [INFO] Initializing GPS... [2026-05-06,02:10:23.210] [INFO] Starting location capture [2026-05-06,02:10:58.304] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:10:58.310] [INFO] LocationSqlManager initialising [2026-05-06,02:10:58.311] [INFO] Location DB initialising [2026-05-06,02:10:58.321] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:10:58.322] [DEBUG] UploadManager Init [2026-05-06,02:10:58.322] [DEBUG] UploadManager Init Complete [2026-05-06,02:10:58.325] [INFO] Initializing GPS... [2026-05-06,02:10:58.327] [INFO] Starting location capture [2026-05-06,02:11:32.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:11:32.090] [INFO] LocationSqlManager initialising [2026-05-06,02:11:32.091] [INFO] Location DB initialising [2026-05-06,02:11:32.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:11:32.100] [DEBUG] UploadManager Init [2026-05-06,02:11:32.101] [DEBUG] UploadManager Init Complete [2026-05-06,02:11:32.103] [INFO] Initializing GPS... [2026-05-06,02:11:32.105] [INFO] Starting location capture [2026-05-06,02:12:06.201] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:12:06.207] [INFO] LocationSqlManager initialising [2026-05-06,02:12:06.208] [INFO] Location DB initialising [2026-05-06,02:12:06.218] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:12:06.219] [DEBUG] UploadManager Init [2026-05-06,02:12:06.219] [DEBUG] UploadManager Init Complete [2026-05-06,02:12:06.222] [INFO] Initializing GPS... [2026-05-06,02:12:06.225] [INFO] Starting location capture [2026-05-06,02:12:39.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:12:39.937] [INFO] LocationSqlManager initialising [2026-05-06,02:12:39.938] [INFO] Location DB initialising [2026-05-06,02:12:39.949] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:12:39.951] [DEBUG] UploadManager Init [2026-05-06,02:12:39.951] [DEBUG] UploadManager Init Complete [2026-05-06,02:12:39.956] [INFO] Initializing GPS... [2026-05-06,02:12:39.959] [INFO] Starting location capture [2026-05-06,02:13:14.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:13:14.121] [INFO] LocationSqlManager initialising [2026-05-06,02:13:14.122] [INFO] Location DB initialising [2026-05-06,02:13:14.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:13:14.132] [DEBUG] UploadManager Init [2026-05-06,02:13:14.132] [DEBUG] UploadManager Init Complete [2026-05-06,02:13:14.135] [INFO] Initializing GPS... [2026-05-06,02:13:14.137] [INFO] Starting location capture [2026-05-06,02:13:46.334] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:13:46.339] [INFO] LocationSqlManager initialising [2026-05-06,02:13:46.339] [INFO] Location DB initialising [2026-05-06,02:13:46.349] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:13:46.349] [DEBUG] UploadManager Init [2026-05-06,02:13:46.350] [DEBUG] UploadManager Init Complete [2026-05-06,02:13:46.352] [INFO] Initializing GPS... [2026-05-06,02:13:46.354] [INFO] Starting location capture [2026-05-06,02:14:21.347] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:14:21.354] [INFO] LocationSqlManager initialising [2026-05-06,02:14:21.355] [INFO] Location DB initialising [2026-05-06,02:14:21.366] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:14:21.368] [DEBUG] UploadManager Init [2026-05-06,02:14:21.368] [DEBUG] UploadManager Init Complete [2026-05-06,02:14:21.372] [INFO] Initializing GPS... [2026-05-06,02:14:21.375] [INFO] Starting location capture [2026-05-06,02:14:59.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:14:59.838] [INFO] LocationSqlManager initialising [2026-05-06,02:14:59.839] [INFO] Location DB initialising [2026-05-06,02:14:59.850] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:14:59.851] [DEBUG] UploadManager Init [2026-05-06,02:14:59.852] [DEBUG] UploadManager Init Complete [2026-05-06,02:14:59.856] [INFO] Initializing GPS... [2026-05-06,02:14:59.859] [INFO] Starting location capture [2026-05-06,02:15:39.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:15:39.254] [INFO] LocationSqlManager initialising [2026-05-06,02:15:39.255] [INFO] Location DB initialising [2026-05-06,02:15:39.266] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:15:39.267] [DEBUG] UploadManager Init [2026-05-06,02:15:39.268] [DEBUG] UploadManager Init Complete [2026-05-06,02:15:39.273] [INFO] Initializing GPS... [2026-05-06,02:15:39.276] [INFO] Starting location capture [2026-05-06,02:16:11.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:16:11.765] [INFO] LocationSqlManager initialising [2026-05-06,02:16:11.765] [INFO] Location DB initialising [2026-05-06,02:16:11.775] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:16:11.775] [DEBUG] UploadManager Init [2026-05-06,02:16:11.776] [DEBUG] UploadManager Init Complete [2026-05-06,02:16:11.778] [INFO] Initializing GPS... [2026-05-06,02:16:11.780] [INFO] Starting location capture [2026-05-06,02:16:45.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:16:45.638] [INFO] LocationSqlManager initialising [2026-05-06,02:16:45.638] [INFO] Location DB initialising [2026-05-06,02:16:45.648] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:16:45.648] [DEBUG] UploadManager Init [2026-05-06,02:16:45.649] [DEBUG] UploadManager Init Complete [2026-05-06,02:16:45.651] [INFO] Initializing GPS... [2026-05-06,02:16:45.653] [INFO] Starting location capture [2026-05-06,02:17:20.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:17:20.101] [INFO] LocationSqlManager initialising [2026-05-06,02:17:20.102] [INFO] Location DB initialising [2026-05-06,02:17:20.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:17:20.112] [DEBUG] UploadManager Init [2026-05-06,02:17:20.112] [DEBUG] UploadManager Init Complete [2026-05-06,02:17:20.115] [INFO] Initializing GPS... [2026-05-06,02:17:20.117] [INFO] Starting location capture [2026-05-06,02:17:54.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:17:54.116] [INFO] LocationSqlManager initialising [2026-05-06,02:17:54.117] [INFO] Location DB initialising [2026-05-06,02:17:54.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:17:54.130] [DEBUG] UploadManager Init [2026-05-06,02:17:54.130] [DEBUG] UploadManager Init Complete [2026-05-06,02:17:54.135] [INFO] Initializing GPS... [2026-05-06,02:17:54.138] [INFO] Starting location capture [2026-05-06,02:18:27.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:18:27.923] [INFO] LocationSqlManager initialising [2026-05-06,02:18:27.923] [INFO] Location DB initialising [2026-05-06,02:18:27.935] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:18:27.936] [DEBUG] UploadManager Init [2026-05-06,02:18:27.936] [DEBUG] UploadManager Init Complete [2026-05-06,02:18:27.939] [INFO] Initializing GPS... [2026-05-06,02:18:27.941] [INFO] Starting location capture [2026-05-06,02:19:02.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:19:02.015] [INFO] LocationSqlManager initialising [2026-05-06,02:19:02.016] [INFO] Location DB initialising [2026-05-06,02:19:02.025] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:19:02.026] [DEBUG] UploadManager Init [2026-05-06,02:19:02.027] [DEBUG] UploadManager Init Complete [2026-05-06,02:19:02.029] [INFO] Initializing GPS... [2026-05-06,02:19:02.031] [INFO] Starting location capture [2026-05-06,02:19:39.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:19:39.916] [INFO] LocationSqlManager initialising [2026-05-06,02:19:39.917] [INFO] Location DB initialising [2026-05-06,02:19:39.926] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:19:39.927] [DEBUG] UploadManager Init [2026-05-06,02:19:39.927] [DEBUG] UploadManager Init Complete [2026-05-06,02:19:39.930] [INFO] Initializing GPS... [2026-05-06,02:19:39.931] [INFO] Starting location capture [2026-05-06,02:20:19.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:20:19.194] [INFO] LocationSqlManager initialising [2026-05-06,02:20:19.195] [INFO] Location DB initialising [2026-05-06,02:20:19.204] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:20:19.205] [DEBUG] UploadManager Init [2026-05-06,02:20:19.205] [DEBUG] UploadManager Init Complete [2026-05-06,02:20:19.208] [INFO] Initializing GPS... [2026-05-06,02:20:19.210] [INFO] Starting location capture [2026-05-06,02:20:57.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:20:57.474] [INFO] LocationSqlManager initialising [2026-05-06,02:20:57.474] [INFO] Location DB initialising [2026-05-06,02:20:57.484] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:20:57.485] [DEBUG] UploadManager Init [2026-05-06,02:20:57.485] [DEBUG] UploadManager Init Complete [2026-05-06,02:20:57.488] [INFO] Initializing GPS... [2026-05-06,02:20:57.491] [INFO] Starting location capture [2026-05-06,02:21:30.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:21:30.897] [INFO] LocationSqlManager initialising [2026-05-06,02:21:30.898] [INFO] Location DB initialising [2026-05-06,02:21:30.908] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:21:30.908] [DEBUG] UploadManager Init [2026-05-06,02:21:30.909] [DEBUG] UploadManager Init Complete [2026-05-06,02:21:30.911] [INFO] Initializing GPS... [2026-05-06,02:21:30.913] [INFO] Starting location capture [2026-05-06,02:22:05.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:22:05.166] [INFO] LocationSqlManager initialising [2026-05-06,02:22:05.166] [INFO] Location DB initialising [2026-05-06,02:22:05.176] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:22:05.176] [DEBUG] UploadManager Init [2026-05-06,02:22:05.177] [DEBUG] UploadManager Init Complete [2026-05-06,02:22:05.179] [INFO] Initializing GPS... [2026-05-06,02:22:05.181] [INFO] Starting location capture [2026-05-06,02:22:38.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:22:38.982] [INFO] LocationSqlManager initialising [2026-05-06,02:22:38.982] [INFO] Location DB initialising [2026-05-06,02:22:38.991] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:22:38.992] [DEBUG] UploadManager Init [2026-05-06,02:22:38.993] [DEBUG] UploadManager Init Complete [2026-05-06,02:22:38.995] [INFO] Initializing GPS... [2026-05-06,02:22:38.997] [INFO] Starting location capture [2026-05-06,02:23:13.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:23:13.265] [INFO] LocationSqlManager initialising [2026-05-06,02:23:13.266] [INFO] Location DB initialising [2026-05-06,02:23:13.277] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:23:13.279] [DEBUG] UploadManager Init [2026-05-06,02:23:13.279] [DEBUG] UploadManager Init Complete [2026-05-06,02:23:13.284] [INFO] Initializing GPS... [2026-05-06,02:23:13.287] [INFO] Starting location capture [2026-05-06,02:23:47.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:23:47.337] [INFO] LocationSqlManager initialising [2026-05-06,02:23:47.338] [INFO] Location DB initialising [2026-05-06,02:23:47.350] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:23:47.351] [DEBUG] UploadManager Init [2026-05-06,02:23:47.352] [DEBUG] UploadManager Init Complete [2026-05-06,02:23:47.356] [INFO] Initializing GPS... [2026-05-06,02:23:47.360] [INFO] Starting location capture [2026-05-06,02:24:25.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:24:25.120] [INFO] LocationSqlManager initialising [2026-05-06,02:24:25.121] [INFO] Location DB initialising [2026-05-06,02:24:25.133] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:24:25.134] [DEBUG] UploadManager Init [2026-05-06,02:24:25.135] [DEBUG] UploadManager Init Complete [2026-05-06,02:24:25.139] [INFO] Initializing GPS... [2026-05-06,02:24:25.142] [INFO] Starting location capture [2026-05-06,02:25:03.976] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:25:03.982] [INFO] LocationSqlManager initialising [2026-05-06,02:25:03.982] [INFO] Location DB initialising [2026-05-06,02:25:03.992] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:25:03.993] [DEBUG] UploadManager Init [2026-05-06,02:25:03.993] [DEBUG] UploadManager Init Complete [2026-05-06,02:25:03.996] [INFO] Initializing GPS... [2026-05-06,02:25:03.999] [INFO] Starting location capture [2026-05-06,02:25:42.649] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:25:42.658] [INFO] LocationSqlManager initialising [2026-05-06,02:25:42.659] [INFO] Location DB initialising [2026-05-06,02:25:42.670] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:25:42.671] [DEBUG] UploadManager Init [2026-05-06,02:25:42.671] [DEBUG] UploadManager Init Complete [2026-05-06,02:25:42.674] [INFO] Initializing GPS... [2026-05-06,02:25:42.676] [INFO] Starting location capture [2026-05-06,02:26:16.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:26:16.065] [INFO] LocationSqlManager initialising [2026-05-06,02:26:16.066] [INFO] Location DB initialising [2026-05-06,02:26:16.075] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:26:16.076] [DEBUG] UploadManager Init [2026-05-06,02:26:16.076] [DEBUG] UploadManager Init Complete [2026-05-06,02:26:16.079] [INFO] Initializing GPS... [2026-05-06,02:26:16.081] [INFO] Starting location capture [2026-05-06,02:26:49.058] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:26:49.063] [INFO] LocationSqlManager initialising [2026-05-06,02:26:49.064] [INFO] Location DB initialising [2026-05-06,02:26:49.073] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:26:49.074] [DEBUG] UploadManager Init [2026-05-06,02:26:49.075] [DEBUG] UploadManager Init Complete [2026-05-06,02:26:49.077] [INFO] Initializing GPS... [2026-05-06,02:26:49.079] [INFO] Starting location capture [2026-05-06,02:27:23.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:27:23.070] [INFO] LocationSqlManager initialising [2026-05-06,02:27:23.070] [INFO] Location DB initialising [2026-05-06,02:27:23.080] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:27:23.081] [DEBUG] UploadManager Init [2026-05-06,02:27:23.081] [DEBUG] UploadManager Init Complete [2026-05-06,02:27:23.084] [INFO] Initializing GPS... [2026-05-06,02:27:23.085] [INFO] Starting location capture [2026-05-06,02:27:57.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:27:57.011] [INFO] LocationSqlManager initialising [2026-05-06,02:27:57.012] [INFO] Location DB initialising [2026-05-06,02:27:57.021] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:27:57.022] [DEBUG] UploadManager Init [2026-05-06,02:27:57.022] [DEBUG] UploadManager Init Complete [2026-05-06,02:27:57.025] [INFO] Initializing GPS... [2026-05-06,02:27:57.027] [INFO] Starting location capture [2026-05-06,02:28:30.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:28:30.909] [INFO] LocationSqlManager initialising [2026-05-06,02:28:30.909] [INFO] Location DB initialising [2026-05-06,02:28:30.918] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:28:30.919] [DEBUG] UploadManager Init [2026-05-06,02:28:30.919] [DEBUG] UploadManager Init Complete [2026-05-06,02:28:30.922] [INFO] Initializing GPS... [2026-05-06,02:28:30.924] [INFO] Starting location capture [2026-05-06,02:29:05.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:29:05.071] [INFO] LocationSqlManager initialising [2026-05-06,02:29:05.072] [INFO] Location DB initialising [2026-05-06,02:29:05.082] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:29:05.083] [DEBUG] UploadManager Init [2026-05-06,02:29:05.083] [DEBUG] UploadManager Init Complete [2026-05-06,02:29:05.086] [INFO] Initializing GPS... [2026-05-06,02:29:05.089] [INFO] Starting location capture [2026-05-06,02:29:43.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:29:43.971] [INFO] LocationSqlManager initialising [2026-05-06,02:29:43.971] [INFO] Location DB initialising [2026-05-06,02:29:43.981] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:29:43.981] [DEBUG] UploadManager Init [2026-05-06,02:29:43.982] [DEBUG] UploadManager Init Complete [2026-05-06,02:29:43.984] [INFO] Initializing GPS... [2026-05-06,02:29:43.986] [INFO] Starting location capture [2026-05-06,02:30:19.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:30:19.744] [INFO] LocationSqlManager initialising [2026-05-06,02:30:19.745] [INFO] Location DB initialising [2026-05-06,02:30:19.757] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:30:19.757] [DEBUG] UploadManager Init [2026-05-06,02:30:19.758] [DEBUG] UploadManager Init Complete [2026-05-06,02:30:19.760] [INFO] Initializing GPS... [2026-05-06,02:30:19.762] [INFO] Starting location capture [2026-05-06,02:30:57.687] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:30:57.692] [INFO] LocationSqlManager initialising [2026-05-06,02:30:57.693] [INFO] Location DB initialising [2026-05-06,02:30:57.702] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:30:57.703] [DEBUG] UploadManager Init [2026-05-06,02:30:57.703] [DEBUG] UploadManager Init Complete [2026-05-06,02:30:57.706] [INFO] Initializing GPS... [2026-05-06,02:30:57.708] [INFO] Starting location capture [2026-05-06,02:31:32.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:31:32.024] [INFO] LocationSqlManager initialising [2026-05-06,02:31:32.024] [INFO] Location DB initialising [2026-05-06,02:31:32.034] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:31:32.035] [DEBUG] UploadManager Init [2026-05-06,02:31:32.035] [DEBUG] UploadManager Init Complete [2026-05-06,02:31:32.038] [INFO] Initializing GPS... [2026-05-06,02:31:32.040] [INFO] Starting location capture [2026-05-06,02:32:05.587] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:32:05.592] [INFO] LocationSqlManager initialising [2026-05-06,02:32:05.593] [INFO] Location DB initialising [2026-05-06,02:32:05.602] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:32:05.602] [DEBUG] UploadManager Init [2026-05-06,02:32:05.603] [DEBUG] UploadManager Init Complete [2026-05-06,02:32:05.605] [INFO] Initializing GPS... [2026-05-06,02:32:05.607] [INFO] Starting location capture [2026-05-06,02:32:39.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:32:39.073] [INFO] LocationSqlManager initialising [2026-05-06,02:32:39.074] [INFO] Location DB initialising [2026-05-06,02:32:39.084] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:32:39.085] [DEBUG] UploadManager Init [2026-05-06,02:32:39.085] [DEBUG] UploadManager Init Complete [2026-05-06,02:32:39.088] [INFO] Initializing GPS... [2026-05-06,02:32:39.091] [INFO] Starting location capture [2026-05-06,02:33:14.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:33:14.095] [INFO] LocationSqlManager initialising [2026-05-06,02:33:14.095] [INFO] Location DB initialising [2026-05-06,02:33:14.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:33:14.107] [DEBUG] UploadManager Init [2026-05-06,02:33:14.107] [DEBUG] UploadManager Init Complete [2026-05-06,02:33:14.110] [INFO] Initializing GPS... [2026-05-06,02:33:14.112] [INFO] Starting location capture [2026-05-06,02:33:48.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:33:48.115] [INFO] LocationSqlManager initialising [2026-05-06,02:33:48.115] [INFO] Location DB initialising [2026-05-06,02:33:48.124] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:33:48.125] [DEBUG] UploadManager Init [2026-05-06,02:33:48.125] [DEBUG] UploadManager Init Complete [2026-05-06,02:33:48.128] [INFO] Initializing GPS... [2026-05-06,02:33:48.130] [INFO] Starting location capture [2026-05-06,02:34:26.090] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:34:26.095] [INFO] LocationSqlManager initialising [2026-05-06,02:34:26.095] [INFO] Location DB initialising [2026-05-06,02:34:26.104] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:34:26.105] [DEBUG] UploadManager Init [2026-05-06,02:34:26.106] [DEBUG] UploadManager Init Complete [2026-05-06,02:34:26.108] [INFO] Initializing GPS... [2026-05-06,02:34:26.110] [INFO] Starting location capture [2026-05-06,02:35:04.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:35:04.938] [INFO] LocationSqlManager initialising [2026-05-06,02:35:04.938] [INFO] Location DB initialising [2026-05-06,02:35:04.947] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:35:04.948] [DEBUG] UploadManager Init [2026-05-06,02:35:04.949] [DEBUG] UploadManager Init Complete [2026-05-06,02:35:04.951] [INFO] Initializing GPS... [2026-05-06,02:35:04.953] [INFO] Starting location capture [2026-05-06,02:35:42.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:35:42.945] [INFO] LocationSqlManager initialising [2026-05-06,02:35:42.946] [INFO] Location DB initialising [2026-05-06,02:35:42.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:35:42.956] [DEBUG] UploadManager Init [2026-05-06,02:35:42.956] [DEBUG] UploadManager Init Complete [2026-05-06,02:35:42.958] [INFO] Initializing GPS... [2026-05-06,02:35:42.960] [INFO] Starting location capture [2026-05-06,02:36:18.128] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:36:18.136] [INFO] LocationSqlManager initialising [2026-05-06,02:36:18.137] [INFO] Location DB initialising [2026-05-06,02:36:18.148] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:36:18.149] [DEBUG] UploadManager Init [2026-05-06,02:36:18.150] [DEBUG] UploadManager Init Complete [2026-05-06,02:36:18.154] [INFO] Initializing GPS... [2026-05-06,02:36:18.157] [INFO] Starting location capture [2026-05-06,02:36:51.578] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:36:51.583] [INFO] LocationSqlManager initialising [2026-05-06,02:36:51.584] [INFO] Location DB initialising [2026-05-06,02:36:51.593] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:36:51.594] [DEBUG] UploadManager Init [2026-05-06,02:36:51.594] [DEBUG] UploadManager Init Complete [2026-05-06,02:36:51.597] [INFO] Initializing GPS... [2026-05-06,02:36:51.599] [INFO] Starting location capture [2026-05-06,02:37:24.632] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:37:24.638] [INFO] LocationSqlManager initialising [2026-05-06,02:37:24.638] [INFO] Location DB initialising [2026-05-06,02:37:24.648] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:37:24.649] [DEBUG] UploadManager Init [2026-05-06,02:37:24.649] [DEBUG] UploadManager Init Complete [2026-05-06,02:37:24.652] [INFO] Initializing GPS... [2026-05-06,02:37:24.655] [INFO] Starting location capture [2026-05-06,02:37:57.769] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:37:57.774] [INFO] LocationSqlManager initialising [2026-05-06,02:37:57.774] [INFO] Location DB initialising [2026-05-06,02:37:57.784] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:37:57.784] [DEBUG] UploadManager Init [2026-05-06,02:37:57.785] [DEBUG] UploadManager Init Complete [2026-05-06,02:37:57.787] [INFO] Initializing GPS... [2026-05-06,02:37:57.789] [INFO] Starting location capture [2026-05-06,02:38:31.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:38:31.892] [INFO] LocationSqlManager initialising [2026-05-06,02:38:31.892] [INFO] Location DB initialising [2026-05-06,02:38:31.902] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:38:31.903] [DEBUG] UploadManager Init [2026-05-06,02:38:31.904] [DEBUG] UploadManager Init Complete [2026-05-06,02:38:31.907] [INFO] Initializing GPS... [2026-05-06,02:38:31.909] [INFO] Starting location capture [2026-05-06,02:39:09.944] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:39:09.950] [INFO] LocationSqlManager initialising [2026-05-06,02:39:09.950] [INFO] Location DB initialising [2026-05-06,02:39:09.960] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:39:09.961] [DEBUG] UploadManager Init [2026-05-06,02:39:09.961] [DEBUG] UploadManager Init Complete [2026-05-06,02:39:09.964] [INFO] Initializing GPS... [2026-05-06,02:39:09.965] [INFO] Starting location capture [2026-05-06,02:39:48.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:39:48.882] [INFO] LocationSqlManager initialising [2026-05-06,02:39:48.883] [INFO] Location DB initialising [2026-05-06,02:39:48.894] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:39:48.896] [DEBUG] UploadManager Init [2026-05-06,02:39:48.896] [DEBUG] UploadManager Init Complete [2026-05-06,02:39:48.901] [INFO] Initializing GPS... [2026-05-06,02:39:48.904] [INFO] Starting location capture [2026-05-06,02:40:22.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:40:22.086] [INFO] LocationSqlManager initialising [2026-05-06,02:40:22.086] [INFO] Location DB initialising [2026-05-06,02:40:22.096] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:40:22.096] [DEBUG] UploadManager Init [2026-05-06,02:40:22.097] [DEBUG] UploadManager Init Complete [2026-05-06,02:40:22.099] [INFO] Initializing GPS... [2026-05-06,02:40:22.101] [INFO] Starting location capture [2026-05-06,02:40:57.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:40:57.142] [INFO] LocationSqlManager initialising [2026-05-06,02:40:57.142] [INFO] Location DB initialising [2026-05-06,02:40:57.152] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:40:57.152] [DEBUG] UploadManager Init [2026-05-06,02:40:57.153] [DEBUG] UploadManager Init Complete [2026-05-06,02:40:57.155] [INFO] Initializing GPS... [2026-05-06,02:40:57.157] [INFO] Starting location capture [2026-05-06,02:41:30.591] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:41:30.597] [INFO] LocationSqlManager initialising [2026-05-06,02:41:30.597] [INFO] Location DB initialising [2026-05-06,02:41:30.607] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:41:30.607] [DEBUG] UploadManager Init [2026-05-06,02:41:30.608] [DEBUG] UploadManager Init Complete [2026-05-06,02:41:30.610] [INFO] Initializing GPS... [2026-05-06,02:41:30.612] [INFO] Starting location capture [2026-05-06,02:42:04.349] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:42:04.354] [INFO] LocationSqlManager initialising [2026-05-06,02:42:04.355] [INFO] Location DB initialising [2026-05-06,02:42:04.365] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:42:04.366] [DEBUG] UploadManager Init [2026-05-06,02:42:04.367] [DEBUG] UploadManager Init Complete [2026-05-06,02:42:04.370] [INFO] Initializing GPS... [2026-05-06,02:42:04.373] [INFO] Starting location capture [2026-05-06,02:42:37.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:42:37.843] [INFO] LocationSqlManager initialising [2026-05-06,02:42:37.844] [INFO] Location DB initialising [2026-05-06,02:42:37.853] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:42:37.854] [DEBUG] UploadManager Init [2026-05-06,02:42:37.854] [DEBUG] UploadManager Init Complete [2026-05-06,02:42:37.857] [INFO] Initializing GPS... [2026-05-06,02:42:37.859] [INFO] Starting location capture [2026-05-06,02:43:11.789] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:43:11.795] [INFO] LocationSqlManager initialising [2026-05-06,02:43:11.796] [INFO] Location DB initialising [2026-05-06,02:43:11.806] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:43:11.807] [DEBUG] UploadManager Init [2026-05-06,02:43:11.807] [DEBUG] UploadManager Init Complete [2026-05-06,02:43:11.810] [INFO] Initializing GPS... [2026-05-06,02:43:11.812] [INFO] Starting location capture [2026-05-06,02:43:46.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:43:46.048] [INFO] LocationSqlManager initialising [2026-05-06,02:43:46.049] [INFO] Location DB initialising [2026-05-06,02:43:46.060] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:43:46.061] [DEBUG] UploadManager Init [2026-05-06,02:43:46.061] [DEBUG] UploadManager Init Complete [2026-05-06,02:43:46.066] [INFO] Initializing GPS... [2026-05-06,02:43:46.069] [INFO] Starting location capture [2026-05-06,02:44:23.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:44:23.739] [INFO] LocationSqlManager initialising [2026-05-06,02:44:23.739] [INFO] Location DB initialising [2026-05-06,02:44:23.750] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:44:23.750] [DEBUG] UploadManager Init [2026-05-06,02:44:23.751] [DEBUG] UploadManager Init Complete [2026-05-06,02:44:23.754] [INFO] Initializing GPS... [2026-05-06,02:44:23.756] [INFO] Starting location capture [2026-05-06,02:45:02.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:45:02.892] [INFO] LocationSqlManager initialising [2026-05-06,02:45:02.892] [INFO] Location DB initialising [2026-05-06,02:45:02.901] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:45:02.902] [DEBUG] UploadManager Init [2026-05-06,02:45:02.902] [DEBUG] UploadManager Init Complete [2026-05-06,02:45:02.905] [INFO] Initializing GPS... [2026-05-06,02:45:02.907] [INFO] Starting location capture [2026-05-06,02:45:38.451] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:45:38.456] [INFO] LocationSqlManager initialising [2026-05-06,02:45:38.457] [INFO] Location DB initialising [2026-05-06,02:45:38.467] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:45:38.469] [DEBUG] UploadManager Init [2026-05-06,02:45:38.470] [DEBUG] UploadManager Init Complete [2026-05-06,02:45:38.474] [INFO] Initializing GPS... [2026-05-06,02:45:38.477] [INFO] Starting location capture [2026-05-06,02:46:12.641] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:46:12.646] [INFO] LocationSqlManager initialising [2026-05-06,02:46:12.646] [INFO] Location DB initialising [2026-05-06,02:46:12.656] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:46:12.656] [DEBUG] UploadManager Init [2026-05-06,02:46:12.657] [DEBUG] UploadManager Init Complete [2026-05-06,02:46:12.659] [INFO] Initializing GPS... [2026-05-06,02:46:12.661] [INFO] Starting location capture [2026-05-06,02:46:45.814] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:46:45.822] [INFO] LocationSqlManager initialising [2026-05-06,02:46:45.823] [INFO] Location DB initialising [2026-05-06,02:46:45.836] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:46:45.837] [DEBUG] UploadManager Init [2026-05-06,02:46:45.839] [DEBUG] UploadManager Init Complete [2026-05-06,02:46:45.844] [INFO] Initializing GPS... [2026-05-06,02:46:45.848] [INFO] Starting location capture [2026-05-06,02:47:21.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:47:21.325] [INFO] LocationSqlManager initialising [2026-05-06,02:47:21.326] [INFO] Location DB initialising [2026-05-06,02:47:21.338] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:47:21.339] [DEBUG] UploadManager Init [2026-05-06,02:47:21.340] [DEBUG] UploadManager Init Complete [2026-05-06,02:47:21.346] [INFO] Initializing GPS... [2026-05-06,02:47:21.349] [INFO] Starting location capture [2026-05-06,02:47:55.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:47:55.121] [INFO] LocationSqlManager initialising [2026-05-06,02:47:55.122] [INFO] Location DB initialising [2026-05-06,02:47:55.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:47:55.132] [DEBUG] UploadManager Init [2026-05-06,02:47:55.132] [DEBUG] UploadManager Init Complete [2026-05-06,02:47:55.135] [INFO] Initializing GPS... [2026-05-06,02:47:55.137] [INFO] Starting location capture [2026-05-06,02:48:28.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:48:28.992] [INFO] LocationSqlManager initialising [2026-05-06,02:48:28.993] [INFO] Location DB initialising [2026-05-06,02:48:29.003] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:48:29.005] [DEBUG] UploadManager Init [2026-05-06,02:48:29.005] [DEBUG] UploadManager Init Complete [2026-05-06,02:48:29.009] [INFO] Initializing GPS... [2026-05-06,02:48:29.011] [INFO] Starting location capture [2026-05-06,02:49:07.194] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:49:07.201] [INFO] LocationSqlManager initialising [2026-05-06,02:49:07.202] [INFO] Location DB initialising [2026-05-06,02:49:07.213] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:49:07.214] [DEBUG] UploadManager Init [2026-05-06,02:49:07.215] [DEBUG] UploadManager Init Complete [2026-05-06,02:49:07.222] [INFO] Initializing GPS... [2026-05-06,02:49:07.226] [INFO] Starting location capture [2026-05-06,02:49:44.588] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:49:44.594] [INFO] LocationSqlManager initialising [2026-05-06,02:49:44.595] [INFO] Location DB initialising [2026-05-06,02:49:44.605] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:49:44.606] [DEBUG] UploadManager Init [2026-05-06,02:49:44.606] [DEBUG] UploadManager Init Complete [2026-05-06,02:49:44.609] [INFO] Initializing GPS... [2026-05-06,02:49:44.611] [INFO] Starting location capture [2026-05-06,02:50:22.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:50:22.999] [INFO] LocationSqlManager initialising [2026-05-06,02:50:23.000] [INFO] Location DB initialising [2026-05-06,02:50:23.009] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:50:23.010] [DEBUG] UploadManager Init [2026-05-06,02:50:23.010] [DEBUG] UploadManager Init Complete [2026-05-06,02:50:23.013] [INFO] Initializing GPS... [2026-05-06,02:50:23.015] [INFO] Starting location capture [2026-05-06,02:51:01.725] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:51:01.730] [INFO] LocationSqlManager initialising [2026-05-06,02:51:01.731] [INFO] Location DB initialising [2026-05-06,02:51:01.740] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:51:01.741] [DEBUG] UploadManager Init [2026-05-06,02:51:01.741] [DEBUG] UploadManager Init Complete [2026-05-06,02:51:01.745] [INFO] Initializing GPS... [2026-05-06,02:51:01.747] [INFO] Starting location capture [2026-05-06,02:51:36.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:51:36.325] [INFO] LocationSqlManager initialising [2026-05-06,02:51:36.326] [INFO] Location DB initialising [2026-05-06,02:51:36.337] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:51:36.338] [DEBUG] UploadManager Init [2026-05-06,02:51:36.339] [DEBUG] UploadManager Init Complete [2026-05-06,02:51:36.343] [INFO] Initializing GPS... [2026-05-06,02:51:36.346] [INFO] Starting location capture [2026-05-06,02:52:10.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:52:10.227] [INFO] LocationSqlManager initialising [2026-05-06,02:52:10.227] [INFO] Location DB initialising [2026-05-06,02:52:10.237] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:52:10.238] [DEBUG] UploadManager Init [2026-05-06,02:52:10.238] [DEBUG] UploadManager Init Complete [2026-05-06,02:52:10.242] [INFO] Initializing GPS... [2026-05-06,02:52:10.244] [INFO] Starting location capture [2026-05-06,02:52:44.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:52:44.024] [INFO] LocationSqlManager initialising [2026-05-06,02:52:44.025] [INFO] Location DB initialising [2026-05-06,02:52:44.034] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:52:44.035] [DEBUG] UploadManager Init [2026-05-06,02:52:44.035] [DEBUG] UploadManager Init Complete [2026-05-06,02:52:44.038] [INFO] Initializing GPS... [2026-05-06,02:52:44.040] [INFO] Starting location capture [2026-05-06,02:53:17.847] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:53:17.855] [INFO] LocationSqlManager initialising [2026-05-06,02:53:17.856] [INFO] Location DB initialising [2026-05-06,02:53:17.867] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:53:17.869] [DEBUG] UploadManager Init [2026-05-06,02:53:17.869] [DEBUG] UploadManager Init Complete [2026-05-06,02:53:17.874] [INFO] Initializing GPS... [2026-05-06,02:53:17.877] [INFO] Starting location capture [2026-05-06,02:53:55.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:53:55.844] [INFO] LocationSqlManager initialising [2026-05-06,02:53:55.844] [INFO] Location DB initialising [2026-05-06,02:53:55.856] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:53:55.857] [DEBUG] UploadManager Init [2026-05-06,02:53:55.858] [DEBUG] UploadManager Init Complete [2026-05-06,02:53:55.862] [INFO] Initializing GPS... [2026-05-06,02:53:55.865] [INFO] Starting location capture [2026-05-06,02:54:29.775] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:54:29.780] [INFO] LocationSqlManager initialising [2026-05-06,02:54:29.780] [INFO] Location DB initialising [2026-05-06,02:54:29.790] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:54:29.791] [DEBUG] UploadManager Init [2026-05-06,02:54:29.792] [DEBUG] UploadManager Init Complete [2026-05-06,02:54:29.795] [INFO] Initializing GPS... [2026-05-06,02:54:29.797] [INFO] Starting location capture [2026-05-06,02:55:02.489] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:55:02.499] [INFO] LocationSqlManager initialising [2026-05-06,02:55:02.501] [INFO] Location DB initialising [2026-05-06,02:55:02.516] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:55:02.518] [DEBUG] UploadManager Init [2026-05-06,02:55:02.520] [DEBUG] UploadManager Init Complete [2026-05-06,02:55:02.529] [INFO] Initializing GPS... [2026-05-06,02:55:02.532] [INFO] Starting location capture [2026-05-06,02:55:36.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:55:36.953] [INFO] LocationSqlManager initialising [2026-05-06,02:55:36.953] [INFO] Location DB initialising [2026-05-06,02:55:36.964] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:55:36.964] [DEBUG] UploadManager Init [2026-05-06,02:55:36.965] [DEBUG] UploadManager Init Complete [2026-05-06,02:55:36.968] [INFO] Initializing GPS... [2026-05-06,02:55:36.970] [INFO] Starting location capture [2026-05-06,02:56:10.662] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:56:10.667] [INFO] LocationSqlManager initialising [2026-05-06,02:56:10.668] [INFO] Location DB initialising [2026-05-06,02:56:10.677] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:56:10.677] [DEBUG] UploadManager Init [2026-05-06,02:56:10.678] [DEBUG] UploadManager Init Complete [2026-05-06,02:56:10.680] [INFO] Initializing GPS... [2026-05-06,02:56:10.683] [INFO] Starting location capture [2026-05-06,02:56:44.935] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:56:44.940] [INFO] LocationSqlManager initialising [2026-05-06,02:56:44.941] [INFO] Location DB initialising [2026-05-06,02:56:44.950] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:56:44.951] [DEBUG] UploadManager Init [2026-05-06,02:56:44.951] [DEBUG] UploadManager Init Complete [2026-05-06,02:56:44.954] [INFO] Initializing GPS... [2026-05-06,02:56:44.956] [INFO] Starting location capture [2026-05-06,02:57:19.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:57:19.262] [INFO] LocationSqlManager initialising [2026-05-06,02:57:19.263] [INFO] Location DB initialising [2026-05-06,02:57:19.272] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:57:19.273] [DEBUG] UploadManager Init [2026-05-06,02:57:19.273] [DEBUG] UploadManager Init Complete [2026-05-06,02:57:19.276] [INFO] Initializing GPS... [2026-05-06,02:57:19.278] [INFO] Starting location capture [2026-05-06,02:57:52.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:57:52.762] [INFO] LocationSqlManager initialising [2026-05-06,02:57:52.763] [INFO] Location DB initialising [2026-05-06,02:57:52.773] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:57:52.774] [DEBUG] UploadManager Init [2026-05-06,02:57:52.775] [DEBUG] UploadManager Init Complete [2026-05-06,02:57:52.778] [INFO] Initializing GPS... [2026-05-06,02:57:52.780] [INFO] Starting location capture [2026-05-06,02:58:26.795] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:58:26.802] [INFO] LocationSqlManager initialising [2026-05-06,02:58:26.803] [INFO] Location DB initialising [2026-05-06,02:58:26.815] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:58:26.816] [DEBUG] UploadManager Init [2026-05-06,02:58:26.816] [DEBUG] UploadManager Init Complete [2026-05-06,02:58:26.819] [INFO] Initializing GPS... [2026-05-06,02:58:26.821] [INFO] Starting location capture [2026-05-06,02:59:01.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:59:01.061] [INFO] LocationSqlManager initialising [2026-05-06,02:59:01.061] [INFO] Location DB initialising [2026-05-06,02:59:01.070] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:59:01.071] [DEBUG] UploadManager Init [2026-05-06,02:59:01.071] [DEBUG] UploadManager Init Complete [2026-05-06,02:59:01.074] [INFO] Initializing GPS... [2026-05-06,02:59:01.076] [INFO] Starting location capture [2026-05-06,02:59:34.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,02:59:34.124] [INFO] LocationSqlManager initialising [2026-05-06,02:59:34.125] [INFO] Location DB initialising [2026-05-06,02:59:34.134] [INFO] LocationSqlManager initialisation complete [2026-05-06,02:59:34.135] [DEBUG] UploadManager Init [2026-05-06,02:59:34.135] [DEBUG] UploadManager Init Complete [2026-05-06,02:59:34.138] [INFO] Initializing GPS... [2026-05-06,02:59:34.139] [INFO] Starting location capture [2026-05-06,03:00:07.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:00:07.831] [INFO] LocationSqlManager initialising [2026-05-06,03:00:07.831] [INFO] Location DB initialising [2026-05-06,03:00:07.842] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:00:07.844] [DEBUG] UploadManager Init [2026-05-06,03:00:07.845] [DEBUG] UploadManager Init Complete [2026-05-06,03:00:07.851] [INFO] Initializing GPS... [2026-05-06,03:00:07.854] [INFO] Starting location capture [2026-05-06,03:00:42.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:00:42.841] [INFO] LocationSqlManager initialising [2026-05-06,03:00:42.841] [INFO] Location DB initialising [2026-05-06,03:00:42.851] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:00:42.851] [DEBUG] UploadManager Init [2026-05-06,03:00:42.852] [DEBUG] UploadManager Init Complete [2026-05-06,03:00:42.855] [INFO] Initializing GPS... [2026-05-06,03:00:42.857] [INFO] Starting location capture [2026-05-06,03:01:16.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:01:16.060] [INFO] LocationSqlManager initialising [2026-05-06,03:01:16.060] [INFO] Location DB initialising [2026-05-06,03:01:16.070] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:01:16.071] [DEBUG] UploadManager Init [2026-05-06,03:01:16.072] [DEBUG] UploadManager Init Complete [2026-05-06,03:01:16.075] [INFO] Initializing GPS... [2026-05-06,03:01:16.077] [INFO] Starting location capture [2026-05-06,03:01:50.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:01:50.760] [INFO] LocationSqlManager initialising [2026-05-06,03:01:50.761] [INFO] Location DB initialising [2026-05-06,03:01:50.771] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:01:50.772] [DEBUG] UploadManager Init [2026-05-06,03:01:50.773] [DEBUG] UploadManager Init Complete [2026-05-06,03:01:50.776] [INFO] Initializing GPS... [2026-05-06,03:01:50.778] [INFO] Starting location capture [2026-05-06,03:02:23.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:02:23.742] [INFO] LocationSqlManager initialising [2026-05-06,03:02:23.743] [INFO] Location DB initialising [2026-05-06,03:02:23.753] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:02:23.753] [DEBUG] UploadManager Init [2026-05-06,03:02:23.754] [DEBUG] UploadManager Init Complete [2026-05-06,03:02:23.756] [INFO] Initializing GPS... [2026-05-06,03:02:23.758] [INFO] Starting location capture [2026-05-06,03:02:58.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:02:58.114] [INFO] LocationSqlManager initialising [2026-05-06,03:02:58.114] [INFO] Location DB initialising [2026-05-06,03:02:58.124] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:02:58.124] [DEBUG] UploadManager Init [2026-05-06,03:02:58.125] [DEBUG] UploadManager Init Complete [2026-05-06,03:02:58.127] [INFO] Initializing GPS... [2026-05-06,03:02:58.129] [INFO] Starting location capture [2026-05-06,03:03:31.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:03:31.721] [INFO] LocationSqlManager initialising [2026-05-06,03:03:31.721] [INFO] Location DB initialising [2026-05-06,03:03:31.733] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:03:31.734] [DEBUG] UploadManager Init [2026-05-06,03:03:31.734] [DEBUG] UploadManager Init Complete [2026-05-06,03:03:31.739] [INFO] Initializing GPS... [2026-05-06,03:03:31.742] [INFO] Starting location capture [2026-05-06,03:04:05.371] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:04:05.377] [INFO] LocationSqlManager initialising [2026-05-06,03:04:05.378] [INFO] Location DB initialising [2026-05-06,03:04:05.388] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:04:05.388] [DEBUG] UploadManager Init [2026-05-06,03:04:05.389] [DEBUG] UploadManager Init Complete [2026-05-06,03:04:05.392] [INFO] Initializing GPS... [2026-05-06,03:04:05.394] [INFO] Starting location capture [2026-05-06,03:04:38.596] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:04:38.602] [INFO] LocationSqlManager initialising [2026-05-06,03:04:38.602] [INFO] Location DB initialising [2026-05-06,03:04:38.612] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:04:38.612] [DEBUG] UploadManager Init [2026-05-06,03:04:38.613] [DEBUG] UploadManager Init Complete [2026-05-06,03:04:38.615] [INFO] Initializing GPS... [2026-05-06,03:04:38.617] [INFO] Starting location capture [2026-05-06,03:05:12.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:05:12.965] [INFO] LocationSqlManager initialising [2026-05-06,03:05:12.966] [INFO] Location DB initialising [2026-05-06,03:05:12.975] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:05:12.976] [DEBUG] UploadManager Init [2026-05-06,03:05:12.976] [DEBUG] UploadManager Init Complete [2026-05-06,03:05:12.979] [INFO] Initializing GPS... [2026-05-06,03:05:12.981] [INFO] Starting location capture [2026-05-06,03:05:48.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:05:48.451] [INFO] LocationSqlManager initialising [2026-05-06,03:05:48.451] [INFO] Location DB initialising [2026-05-06,03:05:48.461] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:05:48.462] [DEBUG] UploadManager Init [2026-05-06,03:05:48.462] [DEBUG] UploadManager Init Complete [2026-05-06,03:05:48.466] [INFO] Initializing GPS... [2026-05-06,03:05:48.468] [INFO] Starting location capture [2026-05-06,03:06:21.556] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:06:21.564] [INFO] LocationSqlManager initialising [2026-05-06,03:06:21.565] [INFO] Location DB initialising [2026-05-06,03:06:21.576] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:06:21.577] [DEBUG] UploadManager Init [2026-05-06,03:06:21.578] [DEBUG] UploadManager Init Complete [2026-05-06,03:06:21.583] [INFO] Initializing GPS... [2026-05-06,03:06:21.586] [INFO] Starting location capture [2026-05-06,03:06:55.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:06:55.763] [INFO] LocationSqlManager initialising [2026-05-06,03:06:55.764] [INFO] Location DB initialising [2026-05-06,03:06:55.773] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:06:55.774] [DEBUG] UploadManager Init [2026-05-06,03:06:55.774] [DEBUG] UploadManager Init Complete [2026-05-06,03:06:55.776] [INFO] Initializing GPS... [2026-05-06,03:06:55.778] [INFO] Starting location capture [2026-05-06,03:07:29.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:07:29.744] [INFO] LocationSqlManager initialising [2026-05-06,03:07:29.744] [INFO] Location DB initialising [2026-05-06,03:07:29.754] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:07:29.754] [DEBUG] UploadManager Init [2026-05-06,03:07:29.755] [DEBUG] UploadManager Init Complete [2026-05-06,03:07:29.757] [INFO] Initializing GPS... [2026-05-06,03:07:29.760] [INFO] Starting location capture [2026-05-06,03:08:03.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:08:03.857] [INFO] LocationSqlManager initialising [2026-05-06,03:08:03.858] [INFO] Location DB initialising [2026-05-06,03:08:03.868] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:08:03.869] [DEBUG] UploadManager Init [2026-05-06,03:08:03.870] [DEBUG] UploadManager Init Complete [2026-05-06,03:08:03.873] [INFO] Initializing GPS... [2026-05-06,03:08:03.875] [INFO] Starting location capture [2026-05-06,03:08:43.122] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:08:43.128] [INFO] LocationSqlManager initialising [2026-05-06,03:08:43.129] [INFO] Location DB initialising [2026-05-06,03:08:43.140] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:08:43.141] [DEBUG] UploadManager Init [2026-05-06,03:08:43.141] [DEBUG] UploadManager Init Complete [2026-05-06,03:08:43.145] [INFO] Initializing GPS... [2026-05-06,03:08:43.147] [INFO] Starting location capture [2026-05-06,03:09:16.771] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:09:16.777] [INFO] LocationSqlManager initialising [2026-05-06,03:09:16.777] [INFO] Location DB initialising [2026-05-06,03:09:16.786] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:09:16.787] [DEBUG] UploadManager Init [2026-05-06,03:09:16.788] [DEBUG] UploadManager Init Complete [2026-05-06,03:09:16.790] [INFO] Initializing GPS... [2026-05-06,03:09:16.792] [INFO] Starting location capture [2026-05-06,03:09:50.486] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:09:50.494] [INFO] LocationSqlManager initialising [2026-05-06,03:09:50.495] [INFO] Location DB initialising [2026-05-06,03:09:50.507] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:09:50.508] [DEBUG] UploadManager Init [2026-05-06,03:09:50.509] [DEBUG] UploadManager Init Complete [2026-05-06,03:09:50.513] [INFO] Initializing GPS... [2026-05-06,03:09:50.516] [INFO] Starting location capture [2026-05-06,03:10:25.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:10:25.278] [INFO] LocationSqlManager initialising [2026-05-06,03:10:25.279] [INFO] Location DB initialising [2026-05-06,03:10:25.289] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:10:25.290] [DEBUG] UploadManager Init [2026-05-06,03:10:25.291] [DEBUG] UploadManager Init Complete [2026-05-06,03:10:25.294] [INFO] Initializing GPS... [2026-05-06,03:10:25.297] [INFO] Starting location capture [2026-05-06,03:10:59.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:10:59.010] [INFO] LocationSqlManager initialising [2026-05-06,03:10:59.010] [INFO] Location DB initialising [2026-05-06,03:10:59.020] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:10:59.021] [DEBUG] UploadManager Init [2026-05-06,03:10:59.021] [DEBUG] UploadManager Init Complete [2026-05-06,03:10:59.024] [INFO] Initializing GPS... [2026-05-06,03:10:59.026] [INFO] Starting location capture [2026-05-06,03:11:32.498] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:11:32.503] [INFO] LocationSqlManager initialising [2026-05-06,03:11:32.504] [INFO] Location DB initialising [2026-05-06,03:11:32.513] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:11:32.514] [DEBUG] UploadManager Init [2026-05-06,03:11:32.515] [DEBUG] UploadManager Init Complete [2026-05-06,03:11:32.518] [INFO] Initializing GPS... [2026-05-06,03:11:32.521] [INFO] Starting location capture [2026-05-06,03:12:05.662] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:12:05.668] [INFO] LocationSqlManager initialising [2026-05-06,03:12:05.668] [INFO] Location DB initialising [2026-05-06,03:12:05.678] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:12:05.679] [DEBUG] UploadManager Init [2026-05-06,03:12:05.679] [DEBUG] UploadManager Init Complete [2026-05-06,03:12:05.682] [INFO] Initializing GPS... [2026-05-06,03:12:05.685] [INFO] Starting location capture [2026-05-06,03:12:40.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:12:40.296] [INFO] LocationSqlManager initialising [2026-05-06,03:12:40.296] [INFO] Location DB initialising [2026-05-06,03:12:40.306] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:12:40.307] [DEBUG] UploadManager Init [2026-05-06,03:12:40.307] [DEBUG] UploadManager Init Complete [2026-05-06,03:12:40.310] [INFO] Initializing GPS... [2026-05-06,03:12:40.312] [INFO] Starting location capture [2026-05-06,03:13:14.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:13:14.016] [INFO] LocationSqlManager initialising [2026-05-06,03:13:14.016] [INFO] Location DB initialising [2026-05-06,03:13:14.026] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:13:14.026] [DEBUG] UploadManager Init [2026-05-06,03:13:14.027] [DEBUG] UploadManager Init Complete [2026-05-06,03:13:14.029] [INFO] Initializing GPS... [2026-05-06,03:13:14.031] [INFO] Starting location capture [2026-05-06,03:13:46.641] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:13:46.646] [INFO] LocationSqlManager initialising [2026-05-06,03:13:46.646] [INFO] Location DB initialising [2026-05-06,03:13:46.656] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:13:46.656] [DEBUG] UploadManager Init [2026-05-06,03:13:46.657] [DEBUG] UploadManager Init Complete [2026-05-06,03:13:46.659] [INFO] Initializing GPS... [2026-05-06,03:13:46.661] [INFO] Starting location capture [2026-05-06,03:14:21.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:14:21.898] [INFO] LocationSqlManager initialising [2026-05-06,03:14:21.898] [INFO] Location DB initialising [2026-05-06,03:14:21.908] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:14:21.909] [DEBUG] UploadManager Init [2026-05-06,03:14:21.909] [DEBUG] UploadManager Init Complete [2026-05-06,03:14:21.912] [INFO] Initializing GPS... [2026-05-06,03:14:21.914] [INFO] Starting location capture [2026-05-06,03:14:54.662] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:14:54.666] [INFO] LocationSqlManager initialising [2026-05-06,03:14:54.667] [INFO] Location DB initialising [2026-05-06,03:14:54.676] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:14:54.677] [DEBUG] UploadManager Init [2026-05-06,03:14:54.677] [DEBUG] UploadManager Init Complete [2026-05-06,03:14:54.680] [INFO] Initializing GPS... [2026-05-06,03:14:54.682] [INFO] Starting location capture [2026-05-06,03:15:28.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:15:28.726] [INFO] LocationSqlManager initialising [2026-05-06,03:15:28.727] [INFO] Location DB initialising [2026-05-06,03:15:28.739] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:15:28.740] [DEBUG] UploadManager Init [2026-05-06,03:15:28.740] [DEBUG] UploadManager Init Complete [2026-05-06,03:15:28.745] [INFO] Initializing GPS... [2026-05-06,03:15:28.747] [INFO] Starting location capture [2026-05-06,03:16:02.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:16:02.214] [INFO] LocationSqlManager initialising [2026-05-06,03:16:02.214] [INFO] Location DB initialising [2026-05-06,03:16:02.224] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:16:02.224] [DEBUG] UploadManager Init [2026-05-06,03:16:02.225] [DEBUG] UploadManager Init Complete [2026-05-06,03:16:02.227] [INFO] Initializing GPS... [2026-05-06,03:16:02.229] [INFO] Starting location capture [2026-05-06,03:16:36.425] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:16:36.432] [INFO] LocationSqlManager initialising [2026-05-06,03:16:36.435] [INFO] Location DB initialising [2026-05-06,03:16:36.450] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:16:36.452] [DEBUG] UploadManager Init [2026-05-06,03:16:36.453] [DEBUG] UploadManager Init Complete [2026-05-06,03:16:36.460] [INFO] Initializing GPS... [2026-05-06,03:16:36.466] [INFO] Starting location capture [2026-05-06,03:17:09.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:17:09.673] [INFO] LocationSqlManager initialising [2026-05-06,03:17:09.674] [INFO] Location DB initialising [2026-05-06,03:17:09.683] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:17:09.684] [DEBUG] UploadManager Init [2026-05-06,03:17:09.684] [DEBUG] UploadManager Init Complete [2026-05-06,03:17:09.687] [INFO] Initializing GPS... [2026-05-06,03:17:09.689] [INFO] Starting location capture [2026-05-06,03:17:44.331] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:17:44.336] [INFO] LocationSqlManager initialising [2026-05-06,03:17:44.337] [INFO] Location DB initialising [2026-05-06,03:17:44.346] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:17:44.347] [DEBUG] UploadManager Init [2026-05-06,03:17:44.347] [DEBUG] UploadManager Init Complete [2026-05-06,03:17:44.350] [INFO] Initializing GPS... [2026-05-06,03:17:44.351] [INFO] Starting location capture [2026-05-06,03:18:18.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:18:18.241] [INFO] LocationSqlManager initialising [2026-05-06,03:18:18.241] [INFO] Location DB initialising [2026-05-06,03:18:18.252] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:18:18.253] [DEBUG] UploadManager Init [2026-05-06,03:18:18.254] [DEBUG] UploadManager Init Complete [2026-05-06,03:18:18.258] [INFO] Initializing GPS... [2026-05-06,03:18:18.261] [INFO] Starting location capture [2026-05-06,03:18:51.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:18:51.869] [INFO] LocationSqlManager initialising [2026-05-06,03:18:51.869] [INFO] Location DB initialising [2026-05-06,03:18:51.879] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:18:51.881] [DEBUG] UploadManager Init [2026-05-06,03:18:51.881] [DEBUG] UploadManager Init Complete [2026-05-06,03:18:51.884] [INFO] Initializing GPS... [2026-05-06,03:18:51.887] [INFO] Starting location capture [2026-05-06,03:19:26.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:19:26.028] [INFO] LocationSqlManager initialising [2026-05-06,03:19:26.029] [INFO] Location DB initialising [2026-05-06,03:19:26.038] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:19:26.039] [DEBUG] UploadManager Init [2026-05-06,03:19:26.039] [DEBUG] UploadManager Init Complete [2026-05-06,03:19:26.042] [INFO] Initializing GPS... [2026-05-06,03:19:26.044] [INFO] Starting location capture [2026-05-06,03:20:01.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:20:01.018] [INFO] LocationSqlManager initialising [2026-05-06,03:20:01.019] [INFO] Location DB initialising [2026-05-06,03:20:01.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:20:01.029] [DEBUG] UploadManager Init [2026-05-06,03:20:01.029] [DEBUG] UploadManager Init Complete [2026-05-06,03:20:01.032] [INFO] Initializing GPS... [2026-05-06,03:20:01.034] [INFO] Starting location capture [2026-05-06,03:20:34.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:20:34.057] [INFO] LocationSqlManager initialising [2026-05-06,03:20:34.057] [INFO] Location DB initialising [2026-05-06,03:20:34.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:20:34.067] [DEBUG] UploadManager Init [2026-05-06,03:20:34.068] [DEBUG] UploadManager Init Complete [2026-05-06,03:20:34.070] [INFO] Initializing GPS... [2026-05-06,03:20:34.072] [INFO] Starting location capture [2026-05-06,03:21:09.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:21:09.285] [INFO] LocationSqlManager initialising [2026-05-06,03:21:09.286] [INFO] Location DB initialising [2026-05-06,03:21:09.297] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:21:09.298] [DEBUG] UploadManager Init [2026-05-06,03:21:09.299] [DEBUG] UploadManager Init Complete [2026-05-06,03:21:09.303] [INFO] Initializing GPS... [2026-05-06,03:21:09.306] [INFO] Starting location capture [2026-05-06,03:21:41.687] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:21:41.693] [INFO] LocationSqlManager initialising [2026-05-06,03:21:41.693] [INFO] Location DB initialising [2026-05-06,03:21:41.703] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:21:41.704] [DEBUG] UploadManager Init [2026-05-06,03:21:41.704] [DEBUG] UploadManager Init Complete [2026-05-06,03:21:41.707] [INFO] Initializing GPS... [2026-05-06,03:21:41.709] [INFO] Starting location capture [2026-05-06,03:22:17.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:22:17.221] [INFO] LocationSqlManager initialising [2026-05-06,03:22:17.222] [INFO] Location DB initialising [2026-05-06,03:22:17.233] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:22:17.234] [DEBUG] UploadManager Init [2026-05-06,03:22:17.235] [DEBUG] UploadManager Init Complete [2026-05-06,03:22:17.240] [INFO] Initializing GPS... [2026-05-06,03:22:17.243] [INFO] Starting location capture [2026-05-06,03:22:50.237] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:22:50.242] [INFO] LocationSqlManager initialising [2026-05-06,03:22:50.242] [INFO] Location DB initialising [2026-05-06,03:22:50.251] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:22:50.252] [DEBUG] UploadManager Init [2026-05-06,03:22:50.252] [DEBUG] UploadManager Init Complete [2026-05-06,03:22:50.255] [INFO] Initializing GPS... [2026-05-06,03:22:50.257] [INFO] Starting location capture [2026-05-06,03:23:23.742] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:23:23.748] [INFO] LocationSqlManager initialising [2026-05-06,03:23:23.749] [INFO] Location DB initialising [2026-05-06,03:23:23.759] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:23:23.760] [DEBUG] UploadManager Init [2026-05-06,03:23:23.760] [DEBUG] UploadManager Init Complete [2026-05-06,03:23:23.763] [INFO] Initializing GPS... [2026-05-06,03:23:23.765] [INFO] Starting location capture [2026-05-06,03:23:57.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:23:57.112] [INFO] LocationSqlManager initialising [2026-05-06,03:23:57.113] [INFO] Location DB initialising [2026-05-06,03:23:57.122] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:23:57.123] [DEBUG] UploadManager Init [2026-05-06,03:23:57.123] [DEBUG] UploadManager Init Complete [2026-05-06,03:23:57.126] [INFO] Initializing GPS... [2026-05-06,03:23:57.128] [INFO] Starting location capture [2026-05-06,03:24:32.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:24:32.230] [INFO] LocationSqlManager initialising [2026-05-06,03:24:32.230] [INFO] Location DB initialising [2026-05-06,03:24:32.240] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:24:32.241] [DEBUG] UploadManager Init [2026-05-06,03:24:32.241] [DEBUG] UploadManager Init Complete [2026-05-06,03:24:32.244] [INFO] Initializing GPS... [2026-05-06,03:24:32.245] [INFO] Starting location capture [2026-05-06,03:25:06.298] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:25:06.304] [INFO] LocationSqlManager initialising [2026-05-06,03:25:06.305] [INFO] Location DB initialising [2026-05-06,03:25:06.317] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:25:06.318] [DEBUG] UploadManager Init [2026-05-06,03:25:06.319] [DEBUG] UploadManager Init Complete [2026-05-06,03:25:06.323] [INFO] Initializing GPS... [2026-05-06,03:25:06.326] [INFO] Starting location capture [2026-05-06,03:25:40.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:25:40.248] [INFO] LocationSqlManager initialising [2026-05-06,03:25:40.248] [INFO] Location DB initialising [2026-05-06,03:25:40.257] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:25:40.258] [DEBUG] UploadManager Init [2026-05-06,03:25:40.259] [DEBUG] UploadManager Init Complete [2026-05-06,03:25:40.261] [INFO] Initializing GPS... [2026-05-06,03:25:40.263] [INFO] Starting location capture [2026-05-06,03:26:14.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:26:14.214] [INFO] LocationSqlManager initialising [2026-05-06,03:26:14.214] [INFO] Location DB initialising [2026-05-06,03:26:14.224] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:26:14.225] [DEBUG] UploadManager Init [2026-05-06,03:26:14.225] [DEBUG] UploadManager Init Complete [2026-05-06,03:26:14.228] [INFO] Initializing GPS... [2026-05-06,03:26:14.231] [INFO] Starting location capture [2026-05-06,03:26:48.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:26:48.714] [INFO] LocationSqlManager initialising [2026-05-06,03:26:48.714] [INFO] Location DB initialising [2026-05-06,03:26:48.725] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:26:48.726] [DEBUG] UploadManager Init [2026-05-06,03:26:48.726] [DEBUG] UploadManager Init Complete [2026-05-06,03:26:48.729] [INFO] Initializing GPS... [2026-05-06,03:26:48.732] [INFO] Starting location capture [2026-05-06,03:27:27.408] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:27:27.416] [INFO] LocationSqlManager initialising [2026-05-06,03:27:27.417] [INFO] Location DB initialising [2026-05-06,03:27:27.428] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:27:27.430] [DEBUG] UploadManager Init [2026-05-06,03:27:27.430] [DEBUG] UploadManager Init Complete [2026-05-06,03:27:27.435] [INFO] Initializing GPS... [2026-05-06,03:27:27.438] [INFO] Starting location capture [2026-05-06,03:28:00.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:28:00.942] [INFO] LocationSqlManager initialising [2026-05-06,03:28:00.942] [INFO] Location DB initialising [2026-05-06,03:28:00.952] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:28:00.952] [DEBUG] UploadManager Init [2026-05-06,03:28:00.953] [DEBUG] UploadManager Init Complete [2026-05-06,03:28:00.955] [INFO] Initializing GPS... [2026-05-06,03:28:00.957] [INFO] Starting location capture [2026-05-06,03:28:35.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:28:35.019] [INFO] LocationSqlManager initialising [2026-05-06,03:28:35.020] [INFO] Location DB initialising [2026-05-06,03:28:35.029] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:28:35.030] [DEBUG] UploadManager Init [2026-05-06,03:28:35.030] [DEBUG] UploadManager Init Complete [2026-05-06,03:28:35.032] [INFO] Initializing GPS... [2026-05-06,03:28:35.034] [INFO] Starting location capture [2026-05-06,03:29:08.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:29:08.037] [INFO] LocationSqlManager initialising [2026-05-06,03:29:08.038] [INFO] Location DB initialising [2026-05-06,03:29:08.048] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:29:08.048] [DEBUG] UploadManager Init [2026-05-06,03:29:08.049] [DEBUG] UploadManager Init Complete [2026-05-06,03:29:08.051] [INFO] Initializing GPS... [2026-05-06,03:29:08.053] [INFO] Starting location capture [2026-05-06,03:29:42.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:29:42.815] [INFO] LocationSqlManager initialising [2026-05-06,03:29:42.816] [INFO] Location DB initialising [2026-05-06,03:29:42.827] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:29:42.828] [DEBUG] UploadManager Init [2026-05-06,03:29:42.829] [DEBUG] UploadManager Init Complete [2026-05-06,03:29:42.834] [INFO] Initializing GPS... [2026-05-06,03:29:42.837] [INFO] Starting location capture [2026-05-06,03:30:16.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:30:16.155] [INFO] LocationSqlManager initialising [2026-05-06,03:30:16.156] [INFO] Location DB initialising [2026-05-06,03:30:16.168] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:30:16.169] [DEBUG] UploadManager Init [2026-05-06,03:30:16.170] [DEBUG] UploadManager Init Complete [2026-05-06,03:30:16.174] [INFO] Initializing GPS... [2026-05-06,03:30:16.178] [INFO] Starting location capture [2026-05-06,03:30:49.421] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:30:49.427] [INFO] LocationSqlManager initialising [2026-05-06,03:30:49.428] [INFO] Location DB initialising [2026-05-06,03:30:49.438] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:30:49.438] [DEBUG] UploadManager Init [2026-05-06,03:30:49.439] [DEBUG] UploadManager Init Complete [2026-05-06,03:30:49.441] [INFO] Initializing GPS... [2026-05-06,03:30:49.443] [INFO] Starting location capture [2026-05-06,03:31:23.880] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:31:23.887] [INFO] LocationSqlManager initialising [2026-05-06,03:31:23.888] [INFO] Location DB initialising [2026-05-06,03:31:23.898] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:31:23.899] [DEBUG] UploadManager Init [2026-05-06,03:31:23.900] [DEBUG] UploadManager Init Complete [2026-05-06,03:31:23.902] [INFO] Initializing GPS... [2026-05-06,03:31:23.904] [INFO] Starting location capture [2026-05-06,03:31:58.311] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:31:58.317] [INFO] LocationSqlManager initialising [2026-05-06,03:31:58.317] [INFO] Location DB initialising [2026-05-06,03:31:58.327] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:31:58.327] [DEBUG] UploadManager Init [2026-05-06,03:31:58.328] [DEBUG] UploadManager Init Complete [2026-05-06,03:31:58.330] [INFO] Initializing GPS... [2026-05-06,03:31:58.332] [INFO] Starting location capture [2026-05-06,03:32:31.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:32:31.792] [INFO] LocationSqlManager initialising [2026-05-06,03:32:31.793] [INFO] Location DB initialising [2026-05-06,03:32:31.802] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:32:31.803] [DEBUG] UploadManager Init [2026-05-06,03:32:31.804] [DEBUG] UploadManager Init Complete [2026-05-06,03:32:31.810] [INFO] Initializing GPS... [2026-05-06,03:32:31.813] [INFO] Starting location capture [2026-05-06,03:33:05.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:33:05.914] [INFO] LocationSqlManager initialising [2026-05-06,03:33:05.915] [INFO] Location DB initialising [2026-05-06,03:33:05.924] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:33:05.925] [DEBUG] UploadManager Init [2026-05-06,03:33:05.925] [DEBUG] UploadManager Init Complete [2026-05-06,03:33:05.928] [INFO] Initializing GPS... [2026-05-06,03:33:05.930] [INFO] Starting location capture [2026-05-06,03:33:40.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:33:40.166] [INFO] LocationSqlManager initialising [2026-05-06,03:33:40.167] [INFO] Location DB initialising [2026-05-06,03:33:40.178] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:33:40.179] [DEBUG] UploadManager Init [2026-05-06,03:33:40.180] [DEBUG] UploadManager Init Complete [2026-05-06,03:33:40.184] [INFO] Initializing GPS... [2026-05-06,03:33:40.187] [INFO] Starting location capture [2026-05-06,03:34:14.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:34:14.195] [INFO] LocationSqlManager initialising [2026-05-06,03:34:14.196] [INFO] Location DB initialising [2026-05-06,03:34:14.205] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:34:14.206] [DEBUG] UploadManager Init [2026-05-06,03:34:14.206] [DEBUG] UploadManager Init Complete [2026-05-06,03:34:14.209] [INFO] Initializing GPS... [2026-05-06,03:34:14.211] [INFO] Starting location capture [2026-05-06,03:34:48.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:34:48.118] [INFO] LocationSqlManager initialising [2026-05-06,03:34:48.119] [INFO] Location DB initialising [2026-05-06,03:34:48.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:34:48.129] [DEBUG] UploadManager Init [2026-05-06,03:34:48.129] [DEBUG] UploadManager Init Complete [2026-05-06,03:34:48.132] [INFO] Initializing GPS... [2026-05-06,03:34:48.133] [INFO] Starting location capture [2026-05-06,03:35:23.264] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:35:23.271] [INFO] LocationSqlManager initialising [2026-05-06,03:35:23.271] [INFO] Location DB initialising [2026-05-06,03:35:23.281] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:35:23.282] [DEBUG] UploadManager Init [2026-05-06,03:35:23.283] [DEBUG] UploadManager Init Complete [2026-05-06,03:35:23.286] [INFO] Initializing GPS... [2026-05-06,03:35:23.288] [INFO] Starting location capture [2026-05-06,03:35:57.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:35:57.414] [INFO] LocationSqlManager initialising [2026-05-06,03:35:57.415] [INFO] Location DB initialising [2026-05-06,03:35:57.427] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:35:57.428] [DEBUG] UploadManager Init [2026-05-06,03:35:57.429] [DEBUG] UploadManager Init Complete [2026-05-06,03:35:57.434] [INFO] Initializing GPS... [2026-05-06,03:35:57.437] [INFO] Starting location capture [2026-05-06,03:36:31.299] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:36:31.304] [INFO] LocationSqlManager initialising [2026-05-06,03:36:31.305] [INFO] Location DB initialising [2026-05-06,03:36:31.314] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:36:31.315] [DEBUG] UploadManager Init [2026-05-06,03:36:31.315] [DEBUG] UploadManager Init Complete [2026-05-06,03:36:31.318] [INFO] Initializing GPS... [2026-05-06,03:36:31.320] [INFO] Starting location capture [2026-05-06,03:37:10.259] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:37:10.264] [INFO] LocationSqlManager initialising [2026-05-06,03:37:10.264] [INFO] Location DB initialising [2026-05-06,03:37:10.273] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:37:10.274] [DEBUG] UploadManager Init [2026-05-06,03:37:10.274] [DEBUG] UploadManager Init Complete [2026-05-06,03:37:10.277] [INFO] Initializing GPS... [2026-05-06,03:37:10.279] [INFO] Starting location capture [2026-05-06,03:37:49.095] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:37:49.103] [INFO] LocationSqlManager initialising [2026-05-06,03:37:49.104] [INFO] Location DB initialising [2026-05-06,03:37:49.114] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:37:49.115] [DEBUG] UploadManager Init [2026-05-06,03:37:49.115] [DEBUG] UploadManager Init Complete [2026-05-06,03:37:49.118] [INFO] Initializing GPS... [2026-05-06,03:37:49.120] [INFO] Starting location capture [2026-05-06,03:38:27.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:38:27.060] [INFO] LocationSqlManager initialising [2026-05-06,03:38:27.060] [INFO] Location DB initialising [2026-05-06,03:38:27.070] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:38:27.072] [DEBUG] UploadManager Init [2026-05-06,03:38:27.072] [DEBUG] UploadManager Init Complete [2026-05-06,03:38:27.077] [INFO] Initializing GPS... [2026-05-06,03:38:27.080] [INFO] Starting location capture [2026-05-06,03:39:04.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:39:04.882] [INFO] LocationSqlManager initialising [2026-05-06,03:39:04.883] [INFO] Location DB initialising [2026-05-06,03:39:04.892] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:39:04.893] [DEBUG] UploadManager Init [2026-05-06,03:39:04.894] [DEBUG] UploadManager Init Complete [2026-05-06,03:39:04.897] [INFO] Initializing GPS... [2026-05-06,03:39:04.899] [INFO] Starting location capture [2026-05-06,03:39:44.396] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:39:44.402] [INFO] LocationSqlManager initialising [2026-05-06,03:39:44.402] [INFO] Location DB initialising [2026-05-06,03:39:44.412] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:39:44.412] [DEBUG] UploadManager Init [2026-05-06,03:39:44.413] [DEBUG] UploadManager Init Complete [2026-05-06,03:39:44.416] [INFO] Initializing GPS... [2026-05-06,03:39:44.419] [INFO] Starting location capture [2026-05-06,03:40:21.637] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:40:21.643] [INFO] LocationSqlManager initialising [2026-05-06,03:40:21.644] [INFO] Location DB initialising [2026-05-06,03:40:21.654] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:40:21.654] [DEBUG] UploadManager Init [2026-05-06,03:40:21.655] [DEBUG] UploadManager Init Complete [2026-05-06,03:40:21.658] [INFO] Initializing GPS... [2026-05-06,03:40:21.661] [INFO] Starting location capture [2026-05-06,03:40:59.918] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:40:59.925] [INFO] LocationSqlManager initialising [2026-05-06,03:40:59.925] [INFO] Location DB initialising [2026-05-06,03:40:59.935] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:40:59.936] [DEBUG] UploadManager Init [2026-05-06,03:40:59.937] [DEBUG] UploadManager Init Complete [2026-05-06,03:40:59.940] [INFO] Initializing GPS... [2026-05-06,03:40:59.942] [INFO] Starting location capture [2026-05-06,03:41:39.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:41:39.337] [INFO] LocationSqlManager initialising [2026-05-06,03:41:39.338] [INFO] Location DB initialising [2026-05-06,03:41:39.349] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:41:39.350] [DEBUG] UploadManager Init [2026-05-06,03:41:39.351] [DEBUG] UploadManager Init Complete [2026-05-06,03:41:39.355] [INFO] Initializing GPS... [2026-05-06,03:41:39.358] [INFO] Starting location capture [2026-05-06,03:42:17.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:42:17.276] [INFO] LocationSqlManager initialising [2026-05-06,03:42:17.276] [INFO] Location DB initialising [2026-05-06,03:42:17.286] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:42:17.287] [DEBUG] UploadManager Init [2026-05-06,03:42:17.287] [DEBUG] UploadManager Init Complete [2026-05-06,03:42:17.290] [INFO] Initializing GPS... [2026-05-06,03:42:17.291] [INFO] Starting location capture [2026-05-06,03:42:54.941] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:42:54.946] [INFO] LocationSqlManager initialising [2026-05-06,03:42:54.947] [INFO] Location DB initialising [2026-05-06,03:42:54.956] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:42:54.957] [DEBUG] UploadManager Init [2026-05-06,03:42:54.957] [DEBUG] UploadManager Init Complete [2026-05-06,03:42:54.960] [INFO] Initializing GPS... [2026-05-06,03:42:54.962] [INFO] Starting location capture [2026-05-06,03:43:34.058] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:43:34.063] [INFO] LocationSqlManager initialising [2026-05-06,03:43:34.064] [INFO] Location DB initialising [2026-05-06,03:43:34.073] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:43:34.074] [DEBUG] UploadManager Init [2026-05-06,03:43:34.074] [DEBUG] UploadManager Init Complete [2026-05-06,03:43:34.077] [INFO] Initializing GPS... [2026-05-06,03:43:34.079] [INFO] Starting location capture [2026-05-06,03:44:11.967] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:44:11.973] [INFO] LocationSqlManager initialising [2026-05-06,03:44:11.974] [INFO] Location DB initialising [2026-05-06,03:44:11.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:44:11.986] [DEBUG] UploadManager Init [2026-05-06,03:44:11.987] [DEBUG] UploadManager Init Complete [2026-05-06,03:44:11.991] [INFO] Initializing GPS... [2026-05-06,03:44:11.993] [INFO] Starting location capture [2026-05-06,03:44:51.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:44:51.132] [INFO] LocationSqlManager initialising [2026-05-06,03:44:51.133] [INFO] Location DB initialising [2026-05-06,03:44:51.143] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:44:51.145] [DEBUG] UploadManager Init [2026-05-06,03:44:51.145] [DEBUG] UploadManager Init Complete [2026-05-06,03:44:51.150] [INFO] Initializing GPS... [2026-05-06,03:44:51.153] [INFO] Starting location capture [2026-05-06,03:45:31.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:45:31.273] [INFO] LocationSqlManager initialising [2026-05-06,03:45:31.274] [INFO] Location DB initialising [2026-05-06,03:45:31.283] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:45:31.284] [DEBUG] UploadManager Init [2026-05-06,03:45:31.285] [DEBUG] UploadManager Init Complete [2026-05-06,03:45:31.287] [INFO] Initializing GPS... [2026-05-06,03:45:31.289] [INFO] Starting location capture [2026-05-06,03:46:09.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:46:09.697] [INFO] LocationSqlManager initialising [2026-05-06,03:46:09.698] [INFO] Location DB initialising [2026-05-06,03:46:09.707] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:46:09.708] [DEBUG] UploadManager Init [2026-05-06,03:46:09.708] [DEBUG] UploadManager Init Complete [2026-05-06,03:46:09.712] [INFO] Initializing GPS... [2026-05-06,03:46:09.715] [INFO] Starting location capture [2026-05-06,03:46:48.214] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:46:48.222] [INFO] LocationSqlManager initialising [2026-05-06,03:46:48.223] [INFO] Location DB initialising [2026-05-06,03:46:48.235] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:46:48.236] [DEBUG] UploadManager Init [2026-05-06,03:46:48.237] [DEBUG] UploadManager Init Complete [2026-05-06,03:46:48.241] [INFO] Initializing GPS... [2026-05-06,03:46:48.244] [INFO] Starting location capture [2026-05-06,03:47:27.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:47:27.222] [INFO] LocationSqlManager initialising [2026-05-06,03:47:27.222] [INFO] Location DB initialising [2026-05-06,03:47:27.232] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:47:27.233] [DEBUG] UploadManager Init [2026-05-06,03:47:27.234] [DEBUG] UploadManager Init Complete [2026-05-06,03:47:27.237] [INFO] Initializing GPS... [2026-05-06,03:47:27.239] [INFO] Starting location capture [2026-05-06,03:48:05.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:48:05.123] [INFO] LocationSqlManager initialising [2026-05-06,03:48:05.124] [INFO] Location DB initialising [2026-05-06,03:48:05.133] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:48:05.134] [DEBUG] UploadManager Init [2026-05-06,03:48:05.134] [DEBUG] UploadManager Init Complete [2026-05-06,03:48:05.137] [INFO] Initializing GPS... [2026-05-06,03:48:05.139] [INFO] Starting location capture [2026-05-06,03:48:44.074] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:48:44.079] [INFO] LocationSqlManager initialising [2026-05-06,03:48:44.079] [INFO] Location DB initialising [2026-05-06,03:48:44.089] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:48:44.089] [DEBUG] UploadManager Init [2026-05-06,03:48:44.090] [DEBUG] UploadManager Init Complete [2026-05-06,03:48:44.092] [INFO] Initializing GPS... [2026-05-06,03:48:44.094] [INFO] Starting location capture [2026-05-06,03:49:21.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:49:22.005] [INFO] LocationSqlManager initialising [2026-05-06,03:49:22.005] [INFO] Location DB initialising [2026-05-06,03:49:22.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:49:22.020] [DEBUG] UploadManager Init [2026-05-06,03:49:22.021] [DEBUG] UploadManager Init Complete [2026-05-06,03:49:22.027] [INFO] Initializing GPS... [2026-05-06,03:49:22.031] [INFO] Starting location capture [2026-05-06,03:50:01.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:50:01.338] [INFO] LocationSqlManager initialising [2026-05-06,03:50:01.339] [INFO] Location DB initialising [2026-05-06,03:50:01.350] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:50:01.351] [DEBUG] UploadManager Init [2026-05-06,03:50:01.352] [DEBUG] UploadManager Init Complete [2026-05-06,03:50:01.356] [INFO] Initializing GPS... [2026-05-06,03:50:01.359] [INFO] Starting location capture [2026-05-06,03:50:39.170] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:50:39.178] [INFO] LocationSqlManager initialising [2026-05-06,03:50:39.179] [INFO] Location DB initialising [2026-05-06,03:50:39.190] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:50:39.191] [DEBUG] UploadManager Init [2026-05-06,03:50:39.192] [DEBUG] UploadManager Init Complete [2026-05-06,03:50:39.196] [INFO] Initializing GPS... [2026-05-06,03:50:39.199] [INFO] Starting location capture [2026-05-06,03:51:15.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:51:15.174] [INFO] LocationSqlManager initialising [2026-05-06,03:51:15.175] [INFO] Location DB initialising [2026-05-06,03:51:15.187] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:51:15.188] [DEBUG] UploadManager Init [2026-05-06,03:51:15.189] [DEBUG] UploadManager Init Complete [2026-05-06,03:51:15.193] [INFO] Initializing GPS... [2026-05-06,03:51:15.196] [INFO] Starting location capture [2026-05-06,03:51:53.405] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:51:53.410] [INFO] LocationSqlManager initialising [2026-05-06,03:51:53.411] [INFO] Location DB initialising [2026-05-06,03:51:53.420] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:51:53.421] [DEBUG] UploadManager Init [2026-05-06,03:51:53.421] [DEBUG] UploadManager Init Complete [2026-05-06,03:51:53.423] [INFO] Initializing GPS... [2026-05-06,03:51:53.425] [INFO] Starting location capture [2026-05-06,03:52:32.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:52:32.285] [INFO] LocationSqlManager initialising [2026-05-06,03:52:32.286] [INFO] Location DB initialising [2026-05-06,03:52:32.296] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:52:32.297] [DEBUG] UploadManager Init [2026-05-06,03:52:32.297] [DEBUG] UploadManager Init Complete [2026-05-06,03:52:32.300] [INFO] Initializing GPS... [2026-05-06,03:52:32.302] [INFO] Starting location capture [2026-05-06,03:53:09.796] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:53:09.801] [INFO] LocationSqlManager initialising [2026-05-06,03:53:09.802] [INFO] Location DB initialising [2026-05-06,03:53:09.811] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:53:09.812] [DEBUG] UploadManager Init [2026-05-06,03:53:09.813] [DEBUG] UploadManager Init Complete [2026-05-06,03:53:09.815] [INFO] Initializing GPS... [2026-05-06,03:53:09.817] [INFO] Starting location capture [2026-05-06,03:53:49.425] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:53:49.432] [INFO] LocationSqlManager initialising [2026-05-06,03:53:49.433] [INFO] Location DB initialising [2026-05-06,03:53:49.444] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:53:49.446] [DEBUG] UploadManager Init [2026-05-06,03:53:49.446] [DEBUG] UploadManager Init Complete [2026-05-06,03:53:49.450] [INFO] Initializing GPS... [2026-05-06,03:53:49.453] [INFO] Starting location capture [2026-05-06,03:54:28.368] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:54:28.373] [INFO] LocationSqlManager initialising [2026-05-06,03:54:28.374] [INFO] Location DB initialising [2026-05-06,03:54:28.383] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:54:28.384] [DEBUG] UploadManager Init [2026-05-06,03:54:28.384] [DEBUG] UploadManager Init Complete [2026-05-06,03:54:28.387] [INFO] Initializing GPS... [2026-05-06,03:54:28.389] [INFO] Starting location capture [2026-05-06,03:55:07.298] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:55:07.306] [INFO] LocationSqlManager initialising [2026-05-06,03:55:07.306] [INFO] Location DB initialising [2026-05-06,03:55:07.316] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:55:07.317] [DEBUG] UploadManager Init [2026-05-06,03:55:07.317] [DEBUG] UploadManager Init Complete [2026-05-06,03:55:07.320] [INFO] Initializing GPS... [2026-05-06,03:55:07.322] [INFO] Starting location capture [2026-05-06,03:55:44.728] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:55:44.735] [INFO] LocationSqlManager initialising [2026-05-06,03:55:44.736] [INFO] Location DB initialising [2026-05-06,03:55:44.747] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:55:44.748] [DEBUG] UploadManager Init [2026-05-06,03:55:44.749] [DEBUG] UploadManager Init Complete [2026-05-06,03:55:44.753] [INFO] Initializing GPS... [2026-05-06,03:55:44.755] [INFO] Starting location capture [2026-05-06,03:56:24.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:56:24.191] [INFO] LocationSqlManager initialising [2026-05-06,03:56:24.192] [INFO] Location DB initialising [2026-05-06,03:56:24.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:56:24.203] [DEBUG] UploadManager Init [2026-05-06,03:56:24.203] [DEBUG] UploadManager Init Complete [2026-05-06,03:56:24.206] [INFO] Initializing GPS... [2026-05-06,03:56:24.209] [INFO] Starting location capture [2026-05-06,03:57:02.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:57:02.137] [INFO] LocationSqlManager initialising [2026-05-06,03:57:02.137] [INFO] Location DB initialising [2026-05-06,03:57:02.147] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:57:02.148] [DEBUG] UploadManager Init [2026-05-06,03:57:02.148] [DEBUG] UploadManager Init Complete [2026-05-06,03:57:02.151] [INFO] Initializing GPS... [2026-05-06,03:57:02.153] [INFO] Starting location capture [2026-05-06,03:57:40.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:57:40.030] [INFO] LocationSqlManager initialising [2026-05-06,03:57:40.031] [INFO] Location DB initialising [2026-05-06,03:57:40.042] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:57:40.043] [DEBUG] UploadManager Init [2026-05-06,03:57:40.044] [DEBUG] UploadManager Init Complete [2026-05-06,03:57:40.049] [INFO] Initializing GPS... [2026-05-06,03:57:40.052] [INFO] Starting location capture [2026-05-06,03:58:18.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:58:18.906] [INFO] LocationSqlManager initialising [2026-05-06,03:58:18.906] [INFO] Location DB initialising [2026-05-06,03:58:18.915] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:58:18.916] [DEBUG] UploadManager Init [2026-05-06,03:58:18.916] [DEBUG] UploadManager Init Complete [2026-05-06,03:58:18.919] [INFO] Initializing GPS... [2026-05-06,03:58:18.921] [INFO] Starting location capture [2026-05-06,03:58:57.306] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:58:57.312] [INFO] LocationSqlManager initialising [2026-05-06,03:58:57.313] [INFO] Location DB initialising [2026-05-06,03:58:57.324] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:58:57.325] [DEBUG] UploadManager Init [2026-05-06,03:58:57.326] [DEBUG] UploadManager Init Complete [2026-05-06,03:58:57.330] [INFO] Initializing GPS... [2026-05-06,03:58:57.333] [INFO] Starting location capture [2026-05-06,03:59:36.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,03:59:36.248] [INFO] LocationSqlManager initialising [2026-05-06,03:59:36.249] [INFO] Location DB initialising [2026-05-06,03:59:36.260] [INFO] LocationSqlManager initialisation complete [2026-05-06,03:59:36.261] [DEBUG] UploadManager Init [2026-05-06,03:59:36.261] [DEBUG] UploadManager Init Complete [2026-05-06,03:59:36.264] [INFO] Initializing GPS... [2026-05-06,03:59:36.266] [INFO] Starting location capture [2026-05-06,04:00:10.639] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:00:10.645] [INFO] LocationSqlManager initialising [2026-05-06,04:00:10.646] [INFO] Location DB initialising [2026-05-06,04:00:10.656] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:00:10.657] [DEBUG] UploadManager Init [2026-05-06,04:00:10.658] [DEBUG] UploadManager Init Complete [2026-05-06,04:00:10.663] [INFO] Initializing GPS... [2026-05-06,04:00:10.665] [INFO] Starting location capture [2026-05-06,04:00:48.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:00:48.812] [INFO] LocationSqlManager initialising [2026-05-06,04:00:48.813] [INFO] Location DB initialising [2026-05-06,04:00:48.822] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:00:48.823] [DEBUG] UploadManager Init [2026-05-06,04:00:48.824] [DEBUG] UploadManager Init Complete [2026-05-06,04:00:48.826] [INFO] Initializing GPS... [2026-05-06,04:00:48.828] [INFO] Starting location capture [2026-05-06,04:01:27.286] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:01:27.292] [INFO] LocationSqlManager initialising [2026-05-06,04:01:27.292] [INFO] Location DB initialising [2026-05-06,04:01:27.302] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:01:27.303] [DEBUG] UploadManager Init [2026-05-06,04:01:27.303] [DEBUG] UploadManager Init Complete [2026-05-06,04:01:27.306] [INFO] Initializing GPS... [2026-05-06,04:01:27.307] [INFO] Starting location capture [2026-05-06,04:02:05.925] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:02:05.931] [INFO] LocationSqlManager initialising [2026-05-06,04:02:05.932] [INFO] Location DB initialising [2026-05-06,04:02:05.943] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:02:05.944] [DEBUG] UploadManager Init [2026-05-06,04:02:05.944] [DEBUG] UploadManager Init Complete [2026-05-06,04:02:05.949] [INFO] Initializing GPS... [2026-05-06,04:02:05.951] [INFO] Starting location capture [2026-05-06,04:02:44.534] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:02:44.540] [INFO] LocationSqlManager initialising [2026-05-06,04:02:44.541] [INFO] Location DB initialising [2026-05-06,04:02:44.551] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:02:44.552] [DEBUG] UploadManager Init [2026-05-06,04:02:44.552] [DEBUG] UploadManager Init Complete [2026-05-06,04:02:44.555] [INFO] Initializing GPS... [2026-05-06,04:02:44.558] [INFO] Starting location capture [2026-05-06,04:03:22.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:03:22.965] [INFO] LocationSqlManager initialising [2026-05-06,04:03:22.965] [INFO] Location DB initialising [2026-05-06,04:03:22.975] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:03:22.976] [DEBUG] UploadManager Init [2026-05-06,04:03:22.976] [DEBUG] UploadManager Init Complete [2026-05-06,04:03:22.979] [INFO] Initializing GPS... [2026-05-06,04:03:22.981] [INFO] Starting location capture [2026-05-06,04:04:01.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:04:01.203] [INFO] LocationSqlManager initialising [2026-05-06,04:04:01.204] [INFO] Location DB initialising [2026-05-06,04:04:01.213] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:04:01.214] [DEBUG] UploadManager Init [2026-05-06,04:04:01.214] [DEBUG] UploadManager Init Complete [2026-05-06,04:04:01.217] [INFO] Initializing GPS... [2026-05-06,04:04:01.219] [INFO] Starting location capture [2026-05-06,04:04:39.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:04:39.422] [INFO] LocationSqlManager initialising [2026-05-06,04:04:39.423] [INFO] Location DB initialising [2026-05-06,04:04:39.433] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:04:39.434] [DEBUG] UploadManager Init [2026-05-06,04:04:39.434] [DEBUG] UploadManager Init Complete [2026-05-06,04:04:39.437] [INFO] Initializing GPS... [2026-05-06,04:04:39.440] [INFO] Starting location capture [2026-05-06,04:05:13.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:05:13.166] [INFO] LocationSqlManager initialising [2026-05-06,04:05:13.166] [INFO] Location DB initialising [2026-05-06,04:05:13.175] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:05:13.176] [DEBUG] UploadManager Init [2026-05-06,04:05:13.176] [DEBUG] UploadManager Init Complete [2026-05-06,04:05:13.179] [INFO] Initializing GPS... [2026-05-06,04:05:13.181] [INFO] Starting location capture [2026-05-06,04:05:52.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:05:52.056] [INFO] LocationSqlManager initialising [2026-05-06,04:05:52.057] [INFO] Location DB initialising [2026-05-06,04:05:52.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:05:52.069] [DEBUG] UploadManager Init [2026-05-06,04:05:52.070] [DEBUG] UploadManager Init Complete [2026-05-06,04:05:52.074] [INFO] Initializing GPS... [2026-05-06,04:05:52.077] [INFO] Starting location capture [2026-05-06,04:06:30.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:06:30.286] [INFO] LocationSqlManager initialising [2026-05-06,04:06:30.287] [INFO] Location DB initialising [2026-05-06,04:06:30.296] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:06:30.297] [DEBUG] UploadManager Init [2026-05-06,04:06:30.297] [DEBUG] UploadManager Init Complete [2026-05-06,04:06:30.299] [INFO] Initializing GPS... [2026-05-06,04:06:30.301] [INFO] Starting location capture [2026-05-06,04:07:09.365] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:07:09.373] [INFO] LocationSqlManager initialising [2026-05-06,04:07:09.374] [INFO] Location DB initialising [2026-05-06,04:07:09.385] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:07:09.387] [DEBUG] UploadManager Init [2026-05-06,04:07:09.387] [DEBUG] UploadManager Init Complete [2026-05-06,04:07:09.392] [INFO] Initializing GPS... [2026-05-06,04:07:09.394] [INFO] Starting location capture [2026-05-06,04:07:49.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:07:49.010] [INFO] LocationSqlManager initialising [2026-05-06,04:07:49.011] [INFO] Location DB initialising [2026-05-06,04:07:49.021] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:07:49.023] [DEBUG] UploadManager Init [2026-05-06,04:07:49.023] [DEBUG] UploadManager Init Complete [2026-05-06,04:07:49.028] [INFO] Initializing GPS... [2026-05-06,04:07:49.031] [INFO] Starting location capture [2026-05-06,04:08:27.363] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:08:27.371] [INFO] LocationSqlManager initialising [2026-05-06,04:08:27.372] [INFO] Location DB initialising [2026-05-06,04:08:27.383] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:08:27.385] [DEBUG] UploadManager Init [2026-05-06,04:08:27.386] [DEBUG] UploadManager Init Complete [2026-05-06,04:08:27.389] [INFO] Initializing GPS... [2026-05-06,04:08:27.391] [INFO] Starting location capture [2026-05-06,04:09:04.667] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:09:04.675] [INFO] LocationSqlManager initialising [2026-05-06,04:09:04.676] [INFO] Location DB initialising [2026-05-06,04:09:04.687] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:09:04.688] [DEBUG] UploadManager Init [2026-05-06,04:09:04.689] [DEBUG] UploadManager Init Complete [2026-05-06,04:09:04.693] [INFO] Initializing GPS... [2026-05-06,04:09:04.695] [INFO] Starting location capture [2026-05-06,04:09:42.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:09:42.879] [INFO] LocationSqlManager initialising [2026-05-06,04:09:42.880] [INFO] Location DB initialising [2026-05-06,04:09:42.891] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:09:42.892] [DEBUG] UploadManager Init [2026-05-06,04:09:42.893] [DEBUG] UploadManager Init Complete [2026-05-06,04:09:42.897] [INFO] Initializing GPS... [2026-05-06,04:09:42.900] [INFO] Starting location capture [2026-05-06,04:10:20.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:10:20.856] [INFO] LocationSqlManager initialising [2026-05-06,04:10:20.857] [INFO] Location DB initialising [2026-05-06,04:10:20.866] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:10:20.867] [DEBUG] UploadManager Init [2026-05-06,04:10:20.867] [DEBUG] UploadManager Init Complete [2026-05-06,04:10:20.870] [INFO] Initializing GPS... [2026-05-06,04:10:20.872] [INFO] Starting location capture [2026-05-06,04:11:00.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:11:00.088] [INFO] LocationSqlManager initialising [2026-05-06,04:11:00.088] [INFO] Location DB initialising [2026-05-06,04:11:00.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:11:00.098] [DEBUG] UploadManager Init [2026-05-06,04:11:00.099] [DEBUG] UploadManager Init Complete [2026-05-06,04:11:00.101] [INFO] Initializing GPS... [2026-05-06,04:11:00.103] [INFO] Starting location capture [2026-05-06,04:11:38.307] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:11:38.315] [INFO] LocationSqlManager initialising [2026-05-06,04:11:38.316] [INFO] Location DB initialising [2026-05-06,04:11:38.328] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:11:38.329] [DEBUG] UploadManager Init [2026-05-06,04:11:38.329] [DEBUG] UploadManager Init Complete [2026-05-06,04:11:38.334] [INFO] Initializing GPS... [2026-05-06,04:11:38.337] [INFO] Starting location capture [2026-05-06,04:12:16.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:12:16.832] [INFO] LocationSqlManager initialising [2026-05-06,04:12:16.833] [INFO] Location DB initialising [2026-05-06,04:12:16.842] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:12:16.842] [DEBUG] UploadManager Init [2026-05-06,04:12:16.843] [DEBUG] UploadManager Init Complete [2026-05-06,04:12:16.845] [INFO] Initializing GPS... [2026-05-06,04:12:16.847] [INFO] Starting location capture [2026-05-06,04:12:54.660] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:12:54.668] [INFO] LocationSqlManager initialising [2026-05-06,04:12:54.669] [INFO] Location DB initialising [2026-05-06,04:12:54.679] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:12:54.681] [DEBUG] UploadManager Init [2026-05-06,04:12:54.681] [DEBUG] UploadManager Init Complete [2026-05-06,04:12:54.686] [INFO] Initializing GPS... [2026-05-06,04:12:54.689] [INFO] Starting location capture [2026-05-06,04:13:32.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:13:32.982] [INFO] LocationSqlManager initialising [2026-05-06,04:13:32.983] [INFO] Location DB initialising [2026-05-06,04:13:32.992] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:13:32.993] [DEBUG] UploadManager Init [2026-05-06,04:13:32.993] [DEBUG] UploadManager Init Complete [2026-05-06,04:13:32.996] [INFO] Initializing GPS... [2026-05-06,04:13:32.998] [INFO] Starting location capture [2026-05-06,04:14:10.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:14:10.953] [INFO] LocationSqlManager initialising [2026-05-06,04:14:10.953] [INFO] Location DB initialising [2026-05-06,04:14:10.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:14:10.963] [DEBUG] UploadManager Init [2026-05-06,04:14:10.964] [DEBUG] UploadManager Init Complete [2026-05-06,04:14:10.966] [INFO] Initializing GPS... [2026-05-06,04:14:10.968] [INFO] Starting location capture [2026-05-06,04:14:50.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:14:50.016] [INFO] LocationSqlManager initialising [2026-05-06,04:14:50.017] [INFO] Location DB initialising [2026-05-06,04:14:50.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:14:50.029] [DEBUG] UploadManager Init [2026-05-06,04:14:50.030] [DEBUG] UploadManager Init Complete [2026-05-06,04:14:50.034] [INFO] Initializing GPS... [2026-05-06,04:14:50.037] [INFO] Starting location capture [2026-05-06,04:15:28.218] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:15:28.225] [INFO] LocationSqlManager initialising [2026-05-06,04:15:28.226] [INFO] Location DB initialising [2026-05-06,04:15:28.237] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:15:28.238] [DEBUG] UploadManager Init [2026-05-06,04:15:28.239] [DEBUG] UploadManager Init Complete [2026-05-06,04:15:28.243] [INFO] Initializing GPS... [2026-05-06,04:15:28.246] [INFO] Starting location capture [2026-05-06,04:16:07.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:16:07.134] [INFO] LocationSqlManager initialising [2026-05-06,04:16:07.134] [INFO] Location DB initialising [2026-05-06,04:16:07.144] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:16:07.144] [DEBUG] UploadManager Init [2026-05-06,04:16:07.145] [DEBUG] UploadManager Init Complete [2026-05-06,04:16:07.147] [INFO] Initializing GPS... [2026-05-06,04:16:07.149] [INFO] Starting location capture [2026-05-06,04:16:44.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:16:44.768] [INFO] LocationSqlManager initialising [2026-05-06,04:16:44.769] [INFO] Location DB initialising [2026-05-06,04:16:44.780] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:16:44.781] [DEBUG] UploadManager Init [2026-05-06,04:16:44.782] [DEBUG] UploadManager Init Complete [2026-05-06,04:16:44.786] [INFO] Initializing GPS... [2026-05-06,04:16:44.789] [INFO] Starting location capture [2026-05-06,04:17:23.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:17:23.069] [INFO] LocationSqlManager initialising [2026-05-06,04:17:23.069] [INFO] Location DB initialising [2026-05-06,04:17:23.081] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:17:23.082] [DEBUG] UploadManager Init [2026-05-06,04:17:23.083] [DEBUG] UploadManager Init Complete [2026-05-06,04:17:23.087] [INFO] Initializing GPS... [2026-05-06,04:17:23.090] [INFO] Starting location capture [2026-05-06,04:18:02.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:18:02.060] [INFO] LocationSqlManager initialising [2026-05-06,04:18:02.060] [INFO] Location DB initialising [2026-05-06,04:18:02.070] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:18:02.071] [DEBUG] UploadManager Init [2026-05-06,04:18:02.071] [DEBUG] UploadManager Init Complete [2026-05-06,04:18:02.073] [INFO] Initializing GPS... [2026-05-06,04:18:02.075] [INFO] Starting location capture [2026-05-06,04:18:41.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:18:41.109] [INFO] LocationSqlManager initialising [2026-05-06,04:18:41.109] [INFO] Location DB initialising [2026-05-06,04:18:41.120] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:18:41.121] [DEBUG] UploadManager Init [2026-05-06,04:18:41.122] [DEBUG] UploadManager Init Complete [2026-05-06,04:18:41.125] [INFO] Initializing GPS... [2026-05-06,04:18:41.129] [INFO] Starting location capture [2026-05-06,04:19:19.173] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:19:19.178] [INFO] LocationSqlManager initialising [2026-05-06,04:19:19.179] [INFO] Location DB initialising [2026-05-06,04:19:19.188] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:19:19.189] [DEBUG] UploadManager Init [2026-05-06,04:19:19.189] [DEBUG] UploadManager Init Complete [2026-05-06,04:19:19.192] [INFO] Initializing GPS... [2026-05-06,04:19:19.194] [INFO] Starting location capture [2026-05-06,04:19:57.703] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:19:57.708] [INFO] LocationSqlManager initialising [2026-05-06,04:19:57.708] [INFO] Location DB initialising [2026-05-06,04:19:57.717] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:19:57.718] [DEBUG] UploadManager Init [2026-05-06,04:19:57.718] [DEBUG] UploadManager Init Complete [2026-05-06,04:19:57.721] [INFO] Initializing GPS... [2026-05-06,04:19:57.723] [INFO] Starting location capture [2026-05-06,04:20:35.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:20:35.944] [INFO] LocationSqlManager initialising [2026-05-06,04:20:35.945] [INFO] Location DB initialising [2026-05-06,04:20:35.962] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:20:35.962] [DEBUG] UploadManager Init [2026-05-06,04:20:35.963] [DEBUG] UploadManager Init Complete [2026-05-06,04:20:35.968] [INFO] Initializing GPS... [2026-05-06,04:20:35.977] [INFO] Starting location capture [2026-05-06,04:21:13.790] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:21:13.795] [INFO] LocationSqlManager initialising [2026-05-06,04:21:13.796] [INFO] Location DB initialising [2026-05-06,04:21:13.805] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:21:13.806] [DEBUG] UploadManager Init [2026-05-06,04:21:13.806] [DEBUG] UploadManager Init Complete [2026-05-06,04:21:13.809] [INFO] Initializing GPS... [2026-05-06,04:21:13.811] [INFO] Starting location capture [2026-05-06,04:21:53.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:21:53.095] [INFO] LocationSqlManager initialising [2026-05-06,04:21:53.095] [INFO] Location DB initialising [2026-05-06,04:21:53.105] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:21:53.106] [DEBUG] UploadManager Init [2026-05-06,04:21:53.106] [DEBUG] UploadManager Init Complete [2026-05-06,04:21:53.109] [INFO] Initializing GPS... [2026-05-06,04:21:53.111] [INFO] Starting location capture [2026-05-06,04:22:31.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:22:31.320] [INFO] LocationSqlManager initialising [2026-05-06,04:22:31.321] [INFO] Location DB initialising [2026-05-06,04:22:31.330] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:22:31.331] [DEBUG] UploadManager Init [2026-05-06,04:22:31.331] [DEBUG] UploadManager Init Complete [2026-05-06,04:22:31.334] [INFO] Initializing GPS... [2026-05-06,04:22:31.336] [INFO] Starting location capture [2026-05-06,04:23:08.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:23:08.979] [INFO] LocationSqlManager initialising [2026-05-06,04:23:08.979] [INFO] Location DB initialising [2026-05-06,04:23:08.989] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:23:08.990] [DEBUG] UploadManager Init [2026-05-06,04:23:08.991] [DEBUG] UploadManager Init Complete [2026-05-06,04:23:08.994] [INFO] Initializing GPS... [2026-05-06,04:23:08.996] [INFO] Starting location capture [2026-05-06,04:23:48.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:23:48.218] [INFO] LocationSqlManager initialising [2026-05-06,04:23:48.218] [INFO] Location DB initialising [2026-05-06,04:23:48.228] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:23:48.228] [DEBUG] UploadManager Init [2026-05-06,04:23:48.229] [DEBUG] UploadManager Init Complete [2026-05-06,04:23:48.231] [INFO] Initializing GPS... [2026-05-06,04:23:48.233] [INFO] Starting location capture [2026-05-06,04:24:26.274] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:24:26.280] [INFO] LocationSqlManager initialising [2026-05-06,04:24:26.281] [INFO] Location DB initialising [2026-05-06,04:24:26.291] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:24:26.292] [DEBUG] UploadManager Init [2026-05-06,04:24:26.292] [DEBUG] UploadManager Init Complete [2026-05-06,04:24:26.295] [INFO] Initializing GPS... [2026-05-06,04:24:26.297] [INFO] Starting location capture [2026-05-06,04:25:03.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:25:03.865] [INFO] LocationSqlManager initialising [2026-05-06,04:25:03.866] [INFO] Location DB initialising [2026-05-06,04:25:03.882] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:25:03.883] [DEBUG] UploadManager Init [2026-05-06,04:25:03.885] [DEBUG] UploadManager Init Complete [2026-05-06,04:25:03.892] [INFO] Initializing GPS... [2026-05-06,04:25:03.895] [INFO] Starting location capture [2026-05-06,04:25:43.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:25:43.236] [INFO] LocationSqlManager initialising [2026-05-06,04:25:43.237] [INFO] Location DB initialising [2026-05-06,04:25:43.246] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:25:43.247] [DEBUG] UploadManager Init [2026-05-06,04:25:43.247] [DEBUG] UploadManager Init Complete [2026-05-06,04:25:43.250] [INFO] Initializing GPS... [2026-05-06,04:25:43.252] [INFO] Starting location capture [2026-05-06,04:26:21.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:26:21.039] [INFO] LocationSqlManager initialising [2026-05-06,04:26:21.039] [INFO] Location DB initialising [2026-05-06,04:26:21.048] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:26:21.049] [DEBUG] UploadManager Init [2026-05-06,04:26:21.050] [DEBUG] UploadManager Init Complete [2026-05-06,04:26:21.052] [INFO] Initializing GPS... [2026-05-06,04:26:21.054] [INFO] Starting location capture [2026-05-06,04:26:59.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:26:59.922] [INFO] LocationSqlManager initialising [2026-05-06,04:26:59.922] [INFO] Location DB initialising [2026-05-06,04:26:59.934] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:26:59.935] [DEBUG] UploadManager Init [2026-05-06,04:26:59.935] [DEBUG] UploadManager Init Complete [2026-05-06,04:26:59.939] [INFO] Initializing GPS... [2026-05-06,04:26:59.942] [INFO] Starting location capture [2026-05-06,04:27:38.366] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:27:38.372] [INFO] LocationSqlManager initialising [2026-05-06,04:27:38.372] [INFO] Location DB initialising [2026-05-06,04:27:38.382] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:27:38.382] [DEBUG] UploadManager Init [2026-05-06,04:27:38.383] [DEBUG] UploadManager Init Complete [2026-05-06,04:27:38.385] [INFO] Initializing GPS... [2026-05-06,04:27:38.387] [INFO] Starting location capture [2026-05-06,04:28:17.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:28:17.219] [INFO] LocationSqlManager initialising [2026-05-06,04:28:17.219] [INFO] Location DB initialising [2026-05-06,04:28:17.229] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:28:17.230] [DEBUG] UploadManager Init [2026-05-06,04:28:17.231] [DEBUG] UploadManager Init Complete [2026-05-06,04:28:17.234] [INFO] Initializing GPS... [2026-05-06,04:28:17.236] [INFO] Starting location capture [2026-05-06,04:28:55.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:28:55.897] [INFO] LocationSqlManager initialising [2026-05-06,04:28:55.898] [INFO] Location DB initialising [2026-05-06,04:28:55.907] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:28:55.908] [DEBUG] UploadManager Init [2026-05-06,04:28:55.909] [DEBUG] UploadManager Init Complete [2026-05-06,04:28:55.912] [INFO] Initializing GPS... [2026-05-06,04:28:55.914] [INFO] Starting location capture [2026-05-06,04:29:33.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:29:33.834] [INFO] LocationSqlManager initialising [2026-05-06,04:29:33.835] [INFO] Location DB initialising [2026-05-06,04:29:33.845] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:29:33.846] [DEBUG] UploadManager Init [2026-05-06,04:29:33.846] [DEBUG] UploadManager Init Complete [2026-05-06,04:29:33.850] [INFO] Initializing GPS... [2026-05-06,04:29:33.852] [INFO] Starting location capture [2026-05-06,04:30:12.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:30:12.271] [INFO] LocationSqlManager initialising [2026-05-06,04:30:12.271] [INFO] Location DB initialising [2026-05-06,04:30:12.281] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:30:12.282] [DEBUG] UploadManager Init [2026-05-06,04:30:12.282] [DEBUG] UploadManager Init Complete [2026-05-06,04:30:12.285] [INFO] Initializing GPS... [2026-05-06,04:30:12.286] [INFO] Starting location capture [2026-05-06,04:30:51.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:30:51.074] [INFO] LocationSqlManager initialising [2026-05-06,04:30:51.075] [INFO] Location DB initialising [2026-05-06,04:30:51.086] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:30:51.087] [DEBUG] UploadManager Init [2026-05-06,04:30:51.088] [DEBUG] UploadManager Init Complete [2026-05-06,04:30:51.092] [INFO] Initializing GPS... [2026-05-06,04:30:51.095] [INFO] Starting location capture [2026-05-06,04:31:29.291] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:31:29.298] [INFO] LocationSqlManager initialising [2026-05-06,04:31:29.299] [INFO] Location DB initialising [2026-05-06,04:31:29.311] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:31:29.312] [DEBUG] UploadManager Init [2026-05-06,04:31:29.313] [DEBUG] UploadManager Init Complete [2026-05-06,04:31:29.317] [INFO] Initializing GPS... [2026-05-06,04:31:29.320] [INFO] Starting location capture [2026-05-06,04:32:07.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:32:07.719] [INFO] LocationSqlManager initialising [2026-05-06,04:32:07.720] [INFO] Location DB initialising [2026-05-06,04:32:07.730] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:32:07.731] [DEBUG] UploadManager Init [2026-05-06,04:32:07.731] [DEBUG] UploadManager Init Complete [2026-05-06,04:32:07.734] [INFO] Initializing GPS... [2026-05-06,04:32:07.737] [INFO] Starting location capture [2026-05-06,04:32:46.025] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:32:46.030] [INFO] LocationSqlManager initialising [2026-05-06,04:32:46.031] [INFO] Location DB initialising [2026-05-06,04:32:46.040] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:32:46.041] [DEBUG] UploadManager Init [2026-05-06,04:32:46.041] [DEBUG] UploadManager Init Complete [2026-05-06,04:32:46.044] [INFO] Initializing GPS... [2026-05-06,04:32:46.046] [INFO] Starting location capture [2026-05-06,04:33:24.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:33:24.110] [INFO] LocationSqlManager initialising [2026-05-06,04:33:24.111] [INFO] Location DB initialising [2026-05-06,04:33:24.122] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:33:24.122] [DEBUG] UploadManager Init [2026-05-06,04:33:24.123] [DEBUG] UploadManager Init Complete [2026-05-06,04:33:24.126] [INFO] Initializing GPS... [2026-05-06,04:33:24.128] [INFO] Starting location capture [2026-05-06,04:34:03.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:34:03.017] [INFO] LocationSqlManager initialising [2026-05-06,04:34:03.018] [INFO] Location DB initialising [2026-05-06,04:34:03.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:34:03.027] [DEBUG] UploadManager Init [2026-05-06,04:34:03.028] [DEBUG] UploadManager Init Complete [2026-05-06,04:34:03.030] [INFO] Initializing GPS... [2026-05-06,04:34:03.032] [INFO] Starting location capture [2026-05-06,04:34:41.692] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:34:41.697] [INFO] LocationSqlManager initialising [2026-05-06,04:34:41.698] [INFO] Location DB initialising [2026-05-06,04:34:41.707] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:34:41.708] [DEBUG] UploadManager Init [2026-05-06,04:34:41.708] [DEBUG] UploadManager Init Complete [2026-05-06,04:34:41.711] [INFO] Initializing GPS... [2026-05-06,04:34:41.713] [INFO] Starting location capture [2026-05-06,04:35:19.732] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:35:19.740] [INFO] LocationSqlManager initialising [2026-05-06,04:35:19.740] [INFO] Location DB initialising [2026-05-06,04:35:19.750] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:35:19.750] [DEBUG] UploadManager Init [2026-05-06,04:35:19.751] [DEBUG] UploadManager Init Complete [2026-05-06,04:35:19.753] [INFO] Initializing GPS... [2026-05-06,04:35:19.755] [INFO] Starting location capture [2026-05-06,04:35:59.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:35:59.166] [INFO] LocationSqlManager initialising [2026-05-06,04:35:59.167] [INFO] Location DB initialising [2026-05-06,04:35:59.178] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:35:59.179] [DEBUG] UploadManager Init [2026-05-06,04:35:59.180] [DEBUG] UploadManager Init Complete [2026-05-06,04:35:59.184] [INFO] Initializing GPS... [2026-05-06,04:35:59.187] [INFO] Starting location capture [2026-05-06,04:36:36.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:36:36.738] [INFO] LocationSqlManager initialising [2026-05-06,04:36:36.739] [INFO] Location DB initialising [2026-05-06,04:36:36.748] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:36:36.748] [DEBUG] UploadManager Init [2026-05-06,04:36:36.749] [DEBUG] UploadManager Init Complete [2026-05-06,04:36:36.751] [INFO] Initializing GPS... [2026-05-06,04:36:36.753] [INFO] Starting location capture [2026-05-06,04:37:15.998] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:37:16.006] [INFO] LocationSqlManager initialising [2026-05-06,04:37:16.007] [INFO] Location DB initialising [2026-05-06,04:37:16.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:37:16.019] [DEBUG] UploadManager Init [2026-05-06,04:37:16.020] [DEBUG] UploadManager Init Complete [2026-05-06,04:37:16.024] [INFO] Initializing GPS... [2026-05-06,04:37:16.027] [INFO] Starting location capture [2026-05-06,04:37:54.026] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:37:54.032] [INFO] LocationSqlManager initialising [2026-05-06,04:37:54.032] [INFO] Location DB initialising [2026-05-06,04:37:54.042] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:37:54.043] [DEBUG] UploadManager Init [2026-05-06,04:37:54.043] [DEBUG] UploadManager Init Complete [2026-05-06,04:37:54.046] [INFO] Initializing GPS... [2026-05-06,04:37:54.048] [INFO] Starting location capture [2026-05-06,04:38:33.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:38:33.086] [INFO] LocationSqlManager initialising [2026-05-06,04:38:33.086] [INFO] Location DB initialising [2026-05-06,04:38:33.095] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:38:33.096] [DEBUG] UploadManager Init [2026-05-06,04:38:33.096] [DEBUG] UploadManager Init Complete [2026-05-06,04:38:33.099] [INFO] Initializing GPS... [2026-05-06,04:38:33.101] [INFO] Starting location capture [2026-05-06,04:39:10.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:39:10.827] [INFO] LocationSqlManager initialising [2026-05-06,04:39:10.828] [INFO] Location DB initialising [2026-05-06,04:39:10.838] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:39:10.839] [DEBUG] UploadManager Init [2026-05-06,04:39:10.839] [DEBUG] UploadManager Init Complete [2026-05-06,04:39:10.842] [INFO] Initializing GPS... [2026-05-06,04:39:10.845] [INFO] Starting location capture [2026-05-06,04:39:50.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:39:50.124] [INFO] LocationSqlManager initialising [2026-05-06,04:39:50.125] [INFO] Location DB initialising [2026-05-06,04:39:50.136] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:39:50.137] [DEBUG] UploadManager Init [2026-05-06,04:39:50.137] [DEBUG] UploadManager Init Complete [2026-05-06,04:39:50.142] [INFO] Initializing GPS... [2026-05-06,04:39:50.144] [INFO] Starting location capture [2026-05-06,04:40:23.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:40:24.005] [INFO] LocationSqlManager initialising [2026-05-06,04:40:24.005] [INFO] Location DB initialising [2026-05-06,04:40:24.017] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:40:24.018] [DEBUG] UploadManager Init [2026-05-06,04:40:24.018] [DEBUG] UploadManager Init Complete [2026-05-06,04:40:24.023] [INFO] Initializing GPS... [2026-05-06,04:40:24.026] [INFO] Starting location capture [2026-05-06,04:41:01.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:41:01.954] [INFO] LocationSqlManager initialising [2026-05-06,04:41:01.955] [INFO] Location DB initialising [2026-05-06,04:41:01.965] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:41:01.966] [DEBUG] UploadManager Init [2026-05-06,04:41:01.966] [DEBUG] UploadManager Init Complete [2026-05-06,04:41:01.969] [INFO] Initializing GPS... [2026-05-06,04:41:01.970] [INFO] Starting location capture [2026-05-06,04:41:40.763] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:41:40.769] [INFO] LocationSqlManager initialising [2026-05-06,04:41:40.769] [INFO] Location DB initialising [2026-05-06,04:41:40.779] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:41:40.779] [DEBUG] UploadManager Init [2026-05-06,04:41:40.780] [DEBUG] UploadManager Init Complete [2026-05-06,04:41:40.782] [INFO] Initializing GPS... [2026-05-06,04:41:40.784] [INFO] Starting location capture [2026-05-06,04:42:19.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:42:19.261] [INFO] LocationSqlManager initialising [2026-05-06,04:42:19.262] [INFO] Location DB initialising [2026-05-06,04:42:19.272] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:42:19.273] [DEBUG] UploadManager Init [2026-05-06,04:42:19.273] [DEBUG] UploadManager Init Complete [2026-05-06,04:42:19.276] [INFO] Initializing GPS... [2026-05-06,04:42:19.279] [INFO] Starting location capture [2026-05-06,04:42:57.587] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:42:57.594] [INFO] LocationSqlManager initialising [2026-05-06,04:42:57.595] [INFO] Location DB initialising [2026-05-06,04:42:57.606] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:42:57.607] [DEBUG] UploadManager Init [2026-05-06,04:42:57.608] [DEBUG] UploadManager Init Complete [2026-05-06,04:42:57.612] [INFO] Initializing GPS... [2026-05-06,04:42:57.615] [INFO] Starting location capture [2026-05-06,04:43:34.618] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:43:34.625] [INFO] LocationSqlManager initialising [2026-05-06,04:43:34.626] [INFO] Location DB initialising [2026-05-06,04:43:34.637] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:43:34.638] [DEBUG] UploadManager Init [2026-05-06,04:43:34.639] [DEBUG] UploadManager Init Complete [2026-05-06,04:43:34.643] [INFO] Initializing GPS... [2026-05-06,04:43:34.646] [INFO] Starting location capture [2026-05-06,04:44:13.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:44:13.869] [INFO] LocationSqlManager initialising [2026-05-06,04:44:13.870] [INFO] Location DB initialising [2026-05-06,04:44:13.879] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:44:13.880] [DEBUG] UploadManager Init [2026-05-06,04:44:13.880] [DEBUG] UploadManager Init Complete [2026-05-06,04:44:13.883] [INFO] Initializing GPS... [2026-05-06,04:44:13.885] [INFO] Starting location capture [2026-05-06,04:44:54.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:44:54.215] [INFO] LocationSqlManager initialising [2026-05-06,04:44:54.216] [INFO] Location DB initialising [2026-05-06,04:44:54.227] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:44:54.228] [DEBUG] UploadManager Init [2026-05-06,04:44:54.229] [DEBUG] UploadManager Init Complete [2026-05-06,04:44:54.233] [INFO] Initializing GPS... [2026-05-06,04:44:54.236] [INFO] Starting location capture [2026-05-06,04:45:32.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:45:32.344] [INFO] LocationSqlManager initialising [2026-05-06,04:45:32.344] [INFO] Location DB initialising [2026-05-06,04:45:32.354] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:45:32.354] [DEBUG] UploadManager Init [2026-05-06,04:45:32.355] [DEBUG] UploadManager Init Complete [2026-05-06,04:45:32.357] [INFO] Initializing GPS... [2026-05-06,04:45:32.359] [INFO] Starting location capture [2026-05-06,04:46:10.639] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:46:10.644] [INFO] LocationSqlManager initialising [2026-05-06,04:46:10.645] [INFO] Location DB initialising [2026-05-06,04:46:10.654] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:46:10.655] [DEBUG] UploadManager Init [2026-05-06,04:46:10.655] [DEBUG] UploadManager Init Complete [2026-05-06,04:46:10.658] [INFO] Initializing GPS... [2026-05-06,04:46:10.660] [INFO] Starting location capture [2026-05-06,04:46:48.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:46:48.953] [INFO] LocationSqlManager initialising [2026-05-06,04:46:48.954] [INFO] Location DB initialising [2026-05-06,04:46:48.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:46:48.963] [DEBUG] UploadManager Init [2026-05-06,04:46:48.964] [DEBUG] UploadManager Init Complete [2026-05-06,04:46:48.966] [INFO] Initializing GPS... [2026-05-06,04:46:48.968] [INFO] Starting location capture [2026-05-06,04:47:27.274] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:47:27.279] [INFO] LocationSqlManager initialising [2026-05-06,04:47:27.279] [INFO] Location DB initialising [2026-05-06,04:47:27.289] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:47:27.289] [DEBUG] UploadManager Init [2026-05-06,04:47:27.290] [DEBUG] UploadManager Init Complete [2026-05-06,04:47:27.292] [INFO] Initializing GPS... [2026-05-06,04:47:27.294] [INFO] Starting location capture [2026-05-06,04:48:06.460] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:48:06.465] [INFO] LocationSqlManager initialising [2026-05-06,04:48:06.466] [INFO] Location DB initialising [2026-05-06,04:48:06.475] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:48:06.476] [DEBUG] UploadManager Init [2026-05-06,04:48:06.476] [DEBUG] UploadManager Init Complete [2026-05-06,04:48:06.479] [INFO] Initializing GPS... [2026-05-06,04:48:06.481] [INFO] Starting location capture [2026-05-06,04:48:44.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:48:44.150] [INFO] LocationSqlManager initialising [2026-05-06,04:48:44.150] [INFO] Location DB initialising [2026-05-06,04:48:44.161] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:48:44.161] [DEBUG] UploadManager Init [2026-05-06,04:48:44.162] [DEBUG] UploadManager Init Complete [2026-05-06,04:48:44.164] [INFO] Initializing GPS... [2026-05-06,04:48:44.166] [INFO] Starting location capture [2026-05-06,04:49:18.025] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:49:18.030] [INFO] LocationSqlManager initialising [2026-05-06,04:49:18.031] [INFO] Location DB initialising [2026-05-06,04:49:18.041] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:49:18.041] [DEBUG] UploadManager Init [2026-05-06,04:49:18.042] [DEBUG] UploadManager Init Complete [2026-05-06,04:49:18.046] [INFO] Initializing GPS... [2026-05-06,04:49:18.048] [INFO] Starting location capture [2026-05-06,04:49:57.246] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:49:57.251] [INFO] LocationSqlManager initialising [2026-05-06,04:49:57.252] [INFO] Location DB initialising [2026-05-06,04:49:57.261] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:49:57.262] [DEBUG] UploadManager Init [2026-05-06,04:49:57.262] [DEBUG] UploadManager Init Complete [2026-05-06,04:49:57.265] [INFO] Initializing GPS... [2026-05-06,04:49:57.267] [INFO] Starting location capture [2026-05-06,04:50:34.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:50:34.775] [INFO] LocationSqlManager initialising [2026-05-06,04:50:34.776] [INFO] Location DB initialising [2026-05-06,04:50:34.788] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:50:34.789] [DEBUG] UploadManager Init [2026-05-06,04:50:34.790] [DEBUG] UploadManager Init Complete [2026-05-06,04:50:34.794] [INFO] Initializing GPS... [2026-05-06,04:50:34.797] [INFO] Starting location capture [2026-05-06,04:51:12.638] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:51:12.645] [INFO] LocationSqlManager initialising [2026-05-06,04:51:12.646] [INFO] Location DB initialising [2026-05-06,04:51:12.657] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:51:12.658] [DEBUG] UploadManager Init [2026-05-06,04:51:12.659] [DEBUG] UploadManager Init Complete [2026-05-06,04:51:12.663] [INFO] Initializing GPS... [2026-05-06,04:51:12.665] [INFO] Starting location capture [2026-05-06,04:51:51.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:51:51.808] [INFO] LocationSqlManager initialising [2026-05-06,04:51:51.809] [INFO] Location DB initialising [2026-05-06,04:51:51.820] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:51:51.822] [DEBUG] UploadManager Init [2026-05-06,04:51:51.822] [DEBUG] UploadManager Init Complete [2026-05-06,04:51:51.827] [INFO] Initializing GPS... [2026-05-06,04:51:51.830] [INFO] Starting location capture [2026-05-06,04:52:30.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:52:30.897] [INFO] LocationSqlManager initialising [2026-05-06,04:52:30.898] [INFO] Location DB initialising [2026-05-06,04:52:30.907] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:52:30.908] [DEBUG] UploadManager Init [2026-05-06,04:52:30.909] [DEBUG] UploadManager Init Complete [2026-05-06,04:52:30.914] [INFO] Initializing GPS... [2026-05-06,04:52:30.917] [INFO] Starting location capture [2026-05-06,04:53:09.282] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:53:09.289] [INFO] LocationSqlManager initialising [2026-05-06,04:53:09.290] [INFO] Location DB initialising [2026-05-06,04:53:09.300] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:53:09.301] [DEBUG] UploadManager Init [2026-05-06,04:53:09.301] [DEBUG] UploadManager Init Complete [2026-05-06,04:53:09.303] [INFO] Initializing GPS... [2026-05-06,04:53:09.305] [INFO] Starting location capture [2026-05-06,04:53:48.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:53:48.033] [INFO] LocationSqlManager initialising [2026-05-06,04:53:48.033] [INFO] Location DB initialising [2026-05-06,04:53:48.043] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:53:48.043] [DEBUG] UploadManager Init [2026-05-06,04:53:48.044] [DEBUG] UploadManager Init Complete [2026-05-06,04:53:48.046] [INFO] Initializing GPS... [2026-05-06,04:53:48.048] [INFO] Starting location capture [2026-05-06,04:54:26.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:54:26.282] [INFO] LocationSqlManager initialising [2026-05-06,04:54:26.283] [INFO] Location DB initialising [2026-05-06,04:54:26.294] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:54:26.295] [DEBUG] UploadManager Init [2026-05-06,04:54:26.295] [DEBUG] UploadManager Init Complete [2026-05-06,04:54:26.300] [INFO] Initializing GPS... [2026-05-06,04:54:26.302] [INFO] Starting location capture [2026-05-06,04:55:04.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:55:04.901] [INFO] LocationSqlManager initialising [2026-05-06,04:55:04.901] [INFO] Location DB initialising [2026-05-06,04:55:04.913] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:55:04.914] [DEBUG] UploadManager Init [2026-05-06,04:55:04.914] [DEBUG] UploadManager Init Complete [2026-05-06,04:55:04.919] [INFO] Initializing GPS... [2026-05-06,04:55:04.922] [INFO] Starting location capture [2026-05-06,04:55:42.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:55:42.951] [INFO] LocationSqlManager initialising [2026-05-06,04:55:42.952] [INFO] Location DB initialising [2026-05-06,04:55:42.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:55:42.964] [DEBUG] UploadManager Init [2026-05-06,04:55:42.964] [DEBUG] UploadManager Init Complete [2026-05-06,04:55:42.968] [INFO] Initializing GPS... [2026-05-06,04:55:42.970] [INFO] Starting location capture [2026-05-06,04:56:22.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:56:22.030] [INFO] LocationSqlManager initialising [2026-05-06,04:56:22.031] [INFO] Location DB initialising [2026-05-06,04:56:22.041] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:56:22.041] [DEBUG] UploadManager Init [2026-05-06,04:56:22.042] [DEBUG] UploadManager Init Complete [2026-05-06,04:56:22.044] [INFO] Initializing GPS... [2026-05-06,04:56:22.046] [INFO] Starting location capture [2026-05-06,04:57:00.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:57:00.041] [INFO] LocationSqlManager initialising [2026-05-06,04:57:00.042] [INFO] Location DB initialising [2026-05-06,04:57:00.051] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:57:00.052] [DEBUG] UploadManager Init [2026-05-06,04:57:00.053] [DEBUG] UploadManager Init Complete [2026-05-06,04:57:00.056] [INFO] Initializing GPS... [2026-05-06,04:57:00.058] [INFO] Starting location capture [2026-05-06,04:57:39.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:57:39.110] [INFO] LocationSqlManager initialising [2026-05-06,04:57:39.111] [INFO] Location DB initialising [2026-05-06,04:57:39.122] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:57:39.123] [DEBUG] UploadManager Init [2026-05-06,04:57:39.123] [DEBUG] UploadManager Init Complete [2026-05-06,04:57:39.126] [INFO] Initializing GPS... [2026-05-06,04:57:39.129] [INFO] Starting location capture [2026-05-06,04:58:17.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:58:17.088] [INFO] LocationSqlManager initialising [2026-05-06,04:58:17.089] [INFO] Location DB initialising [2026-05-06,04:58:17.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:58:17.099] [DEBUG] UploadManager Init [2026-05-06,04:58:17.099] [DEBUG] UploadManager Init Complete [2026-05-06,04:58:17.102] [INFO] Initializing GPS... [2026-05-06,04:58:17.104] [INFO] Starting location capture [2026-05-06,04:58:56.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:58:56.111] [INFO] LocationSqlManager initialising [2026-05-06,04:58:56.112] [INFO] Location DB initialising [2026-05-06,04:58:56.123] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:58:56.125] [DEBUG] UploadManager Init [2026-05-06,04:58:56.125] [DEBUG] UploadManager Init Complete [2026-05-06,04:58:56.129] [INFO] Initializing GPS... [2026-05-06,04:58:56.132] [INFO] Starting location capture [2026-05-06,04:59:33.722] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,04:59:33.727] [INFO] LocationSqlManager initialising [2026-05-06,04:59:33.727] [INFO] Location DB initialising [2026-05-06,04:59:33.737] [INFO] LocationSqlManager initialisation complete [2026-05-06,04:59:33.737] [DEBUG] UploadManager Init [2026-05-06,04:59:33.738] [DEBUG] UploadManager Init Complete [2026-05-06,04:59:33.740] [INFO] Initializing GPS... [2026-05-06,04:59:33.742] [INFO] Starting location capture [2026-05-06,05:00:13.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:00:13.136] [INFO] LocationSqlManager initialising [2026-05-06,05:00:13.137] [INFO] Location DB initialising [2026-05-06,05:00:13.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:00:13.150] [DEBUG] UploadManager Init [2026-05-06,05:00:13.151] [DEBUG] UploadManager Init Complete [2026-05-06,05:00:13.156] [INFO] Initializing GPS... [2026-05-06,05:00:13.161] [INFO] Starting location capture [2026-05-06,05:00:51.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:00:51.928] [INFO] LocationSqlManager initialising [2026-05-06,05:00:51.930] [INFO] Location DB initialising [2026-05-06,05:00:51.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:00:51.945] [DEBUG] UploadManager Init [2026-05-06,05:00:51.946] [DEBUG] UploadManager Init Complete [2026-05-06,05:00:51.950] [INFO] Initializing GPS... [2026-05-06,05:00:51.953] [INFO] Starting location capture [2026-05-06,05:01:30.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:01:30.204] [INFO] LocationSqlManager initialising [2026-05-06,05:01:30.205] [INFO] Location DB initialising [2026-05-06,05:01:30.214] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:01:30.215] [DEBUG] UploadManager Init [2026-05-06,05:01:30.215] [DEBUG] UploadManager Init Complete [2026-05-06,05:01:30.219] [INFO] Initializing GPS... [2026-05-06,05:01:30.222] [INFO] Starting location capture [2026-05-06,05:02:09.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:02:09.093] [INFO] LocationSqlManager initialising [2026-05-06,05:02:09.094] [INFO] Location DB initialising [2026-05-06,05:02:09.105] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:02:09.106] [DEBUG] UploadManager Init [2026-05-06,05:02:09.107] [DEBUG] UploadManager Init Complete [2026-05-06,05:02:09.111] [INFO] Initializing GPS... [2026-05-06,05:02:09.114] [INFO] Starting location capture [2026-05-06,05:02:47.191] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:02:47.198] [INFO] LocationSqlManager initialising [2026-05-06,05:02:47.199] [INFO] Location DB initialising [2026-05-06,05:02:47.210] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:02:47.211] [DEBUG] UploadManager Init [2026-05-06,05:02:47.212] [DEBUG] UploadManager Init Complete [2026-05-06,05:02:47.216] [INFO] Initializing GPS... [2026-05-06,05:02:47.219] [INFO] Starting location capture [2026-05-06,05:03:22.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:03:22.332] [INFO] LocationSqlManager initialising [2026-05-06,05:03:22.333] [INFO] Location DB initialising [2026-05-06,05:03:22.342] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:03:22.343] [DEBUG] UploadManager Init [2026-05-06,05:03:22.343] [DEBUG] UploadManager Init Complete [2026-05-06,05:03:22.346] [INFO] Initializing GPS... [2026-05-06,05:03:22.348] [INFO] Starting location capture [2026-05-06,05:03:59.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:03:59.885] [INFO] LocationSqlManager initialising [2026-05-06,05:03:59.886] [INFO] Location DB initialising [2026-05-06,05:03:59.897] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:03:59.899] [DEBUG] UploadManager Init [2026-05-06,05:03:59.899] [DEBUG] UploadManager Init Complete [2026-05-06,05:03:59.904] [INFO] Initializing GPS... [2026-05-06,05:03:59.907] [INFO] Starting location capture [2026-05-06,05:04:33.803] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:04:33.806] [INFO] LocationSqlManager initialising [2026-05-06,05:04:33.807] [INFO] Location DB initialising [2026-05-06,05:04:33.816] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:04:33.816] [DEBUG] UploadManager Init [2026-05-06,05:04:33.817] [DEBUG] UploadManager Init Complete [2026-05-06,05:04:33.819] [INFO] Initializing GPS... [2026-05-06,05:04:33.821] [INFO] Starting location capture [2026-05-06,05:05:12.221] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:05:12.229] [INFO] LocationSqlManager initialising [2026-05-06,05:05:12.230] [INFO] Location DB initialising [2026-05-06,05:05:12.240] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:05:12.241] [DEBUG] UploadManager Init [2026-05-06,05:05:12.242] [DEBUG] UploadManager Init Complete [2026-05-06,05:05:12.245] [INFO] Initializing GPS... [2026-05-06,05:05:12.247] [INFO] Starting location capture [2026-05-06,05:05:50.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:05:50.736] [INFO] LocationSqlManager initialising [2026-05-06,05:05:50.737] [INFO] Location DB initialising [2026-05-06,05:05:50.746] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:05:50.747] [DEBUG] UploadManager Init [2026-05-06,05:05:50.747] [DEBUG] UploadManager Init Complete [2026-05-06,05:05:50.750] [INFO] Initializing GPS... [2026-05-06,05:05:50.752] [INFO] Starting location capture [2026-05-06,05:06:30.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:06:30.216] [INFO] LocationSqlManager initialising [2026-05-06,05:06:30.217] [INFO] Location DB initialising [2026-05-06,05:06:30.229] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:06:30.230] [DEBUG] UploadManager Init [2026-05-06,05:06:30.230] [DEBUG] UploadManager Init Complete [2026-05-06,05:06:30.235] [INFO] Initializing GPS... [2026-05-06,05:06:30.237] [INFO] Starting location capture [2026-05-06,05:07:08.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:07:08.276] [INFO] LocationSqlManager initialising [2026-05-06,05:07:08.277] [INFO] Location DB initialising [2026-05-06,05:07:08.288] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:07:08.290] [DEBUG] UploadManager Init [2026-05-06,05:07:08.290] [DEBUG] UploadManager Init Complete [2026-05-06,05:07:08.295] [INFO] Initializing GPS... [2026-05-06,05:07:08.298] [INFO] Starting location capture [2026-05-06,05:07:47.153] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:07:47.159] [INFO] LocationSqlManager initialising [2026-05-06,05:07:47.160] [INFO] Location DB initialising [2026-05-06,05:07:47.169] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:07:47.170] [DEBUG] UploadManager Init [2026-05-06,05:07:47.170] [DEBUG] UploadManager Init Complete [2026-05-06,05:07:47.173] [INFO] Initializing GPS... [2026-05-06,05:07:47.175] [INFO] Starting location capture [2026-05-06,05:08:21.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:08:21.121] [INFO] LocationSqlManager initialising [2026-05-06,05:08:21.122] [INFO] Location DB initialising [2026-05-06,05:08:21.132] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:08:21.133] [DEBUG] UploadManager Init [2026-05-06,05:08:21.134] [DEBUG] UploadManager Init Complete [2026-05-06,05:08:21.139] [INFO] Initializing GPS... [2026-05-06,05:08:21.142] [INFO] Starting location capture [2026-05-06,05:08:58.621] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:08:58.625] [INFO] LocationSqlManager initialising [2026-05-06,05:08:58.626] [INFO] Location DB initialising [2026-05-06,05:08:58.635] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:08:58.636] [DEBUG] UploadManager Init [2026-05-06,05:08:58.636] [DEBUG] UploadManager Init Complete [2026-05-06,05:08:58.639] [INFO] Initializing GPS... [2026-05-06,05:08:58.641] [INFO] Starting location capture [2026-05-06,05:09:33.382] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:09:33.390] [INFO] LocationSqlManager initialising [2026-05-06,05:09:33.391] [INFO] Location DB initialising [2026-05-06,05:09:33.402] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:09:33.403] [DEBUG] UploadManager Init [2026-05-06,05:09:33.404] [DEBUG] UploadManager Init Complete [2026-05-06,05:09:33.408] [INFO] Initializing GPS... [2026-05-06,05:09:33.411] [INFO] Starting location capture [2026-05-06,05:10:12.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:10:12.117] [INFO] LocationSqlManager initialising [2026-05-06,05:10:12.118] [INFO] Location DB initialising [2026-05-06,05:10:12.129] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:10:12.130] [DEBUG] UploadManager Init [2026-05-06,05:10:12.131] [DEBUG] UploadManager Init Complete [2026-05-06,05:10:12.135] [INFO] Initializing GPS... [2026-05-06,05:10:12.139] [INFO] Starting location capture [2026-05-06,05:10:50.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:10:50.077] [INFO] LocationSqlManager initialising [2026-05-06,05:10:50.078] [INFO] Location DB initialising [2026-05-06,05:10:50.088] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:10:50.088] [DEBUG] UploadManager Init [2026-05-06,05:10:50.089] [DEBUG] UploadManager Init Complete [2026-05-06,05:10:50.092] [INFO] Initializing GPS... [2026-05-06,05:10:50.094] [INFO] Starting location capture [2026-05-06,05:11:29.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:11:29.276] [INFO] LocationSqlManager initialising [2026-05-06,05:11:29.277] [INFO] Location DB initialising [2026-05-06,05:11:29.288] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:11:29.289] [DEBUG] UploadManager Init [2026-05-06,05:11:29.290] [DEBUG] UploadManager Init Complete [2026-05-06,05:11:29.294] [INFO] Initializing GPS... [2026-05-06,05:11:29.297] [INFO] Starting location capture [2026-05-06,05:12:07.117] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:12:07.121] [INFO] LocationSqlManager initialising [2026-05-06,05:12:07.122] [INFO] Location DB initialising [2026-05-06,05:12:07.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:12:07.132] [DEBUG] UploadManager Init [2026-05-06,05:12:07.132] [DEBUG] UploadManager Init Complete [2026-05-06,05:12:07.134] [INFO] Initializing GPS... [2026-05-06,05:12:07.136] [INFO] Starting location capture [2026-05-06,05:12:44.588] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:12:44.595] [INFO] LocationSqlManager initialising [2026-05-06,05:12:44.596] [INFO] Location DB initialising [2026-05-06,05:12:44.607] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:12:44.609] [DEBUG] UploadManager Init [2026-05-06,05:12:44.609] [DEBUG] UploadManager Init Complete [2026-05-06,05:12:44.614] [INFO] Initializing GPS... [2026-05-06,05:12:44.617] [INFO] Starting location capture [2026-05-06,05:13:23.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:13:23.254] [INFO] LocationSqlManager initialising [2026-05-06,05:13:23.255] [INFO] Location DB initialising [2026-05-06,05:13:23.266] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:13:23.268] [DEBUG] UploadManager Init [2026-05-06,05:13:23.269] [DEBUG] UploadManager Init Complete [2026-05-06,05:13:23.273] [INFO] Initializing GPS... [2026-05-06,05:13:23.276] [INFO] Starting location capture [2026-05-06,05:14:01.770] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:14:01.775] [INFO] LocationSqlManager initialising [2026-05-06,05:14:01.776] [INFO] Location DB initialising [2026-05-06,05:14:01.785] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:14:01.786] [DEBUG] UploadManager Init [2026-05-06,05:14:01.787] [DEBUG] UploadManager Init Complete [2026-05-06,05:14:01.790] [INFO] Initializing GPS... [2026-05-06,05:14:01.792] [INFO] Starting location capture [2026-05-06,05:14:39.612] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:14:39.617] [INFO] LocationSqlManager initialising [2026-05-06,05:14:39.618] [INFO] Location DB initialising [2026-05-06,05:14:39.627] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:14:39.628] [DEBUG] UploadManager Init [2026-05-06,05:14:39.628] [DEBUG] UploadManager Init Complete [2026-05-06,05:14:39.630] [INFO] Initializing GPS... [2026-05-06,05:14:39.632] [INFO] Starting location capture [2026-05-06,05:15:18.793] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:15:18.801] [INFO] LocationSqlManager initialising [2026-05-06,05:15:18.802] [INFO] Location DB initialising [2026-05-06,05:15:18.813] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:15:18.814] [DEBUG] UploadManager Init [2026-05-06,05:15:18.814] [DEBUG] UploadManager Init Complete [2026-05-06,05:15:18.818] [INFO] Initializing GPS... [2026-05-06,05:15:18.820] [INFO] Starting location capture [2026-05-06,05:15:57.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:15:57.106] [INFO] LocationSqlManager initialising [2026-05-06,05:15:57.107] [INFO] Location DB initialising [2026-05-06,05:15:57.122] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:15:57.123] [DEBUG] UploadManager Init [2026-05-06,05:15:57.125] [DEBUG] UploadManager Init Complete [2026-05-06,05:15:57.131] [INFO] Initializing GPS... [2026-05-06,05:15:57.135] [INFO] Starting location capture [2026-05-06,05:16:36.614] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:16:36.619] [INFO] LocationSqlManager initialising [2026-05-06,05:16:36.619] [INFO] Location DB initialising [2026-05-06,05:16:36.629] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:16:36.629] [DEBUG] UploadManager Init [2026-05-06,05:16:36.630] [DEBUG] UploadManager Init Complete [2026-05-06,05:16:36.632] [INFO] Initializing GPS... [2026-05-06,05:16:36.634] [INFO] Starting location capture [2026-05-06,05:17:15.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:17:15.253] [INFO] LocationSqlManager initialising [2026-05-06,05:17:15.254] [INFO] Location DB initialising [2026-05-06,05:17:15.263] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:17:15.263] [DEBUG] UploadManager Init [2026-05-06,05:17:15.264] [DEBUG] UploadManager Init Complete [2026-05-06,05:17:15.266] [INFO] Initializing GPS... [2026-05-06,05:17:15.268] [INFO] Starting location capture [2026-05-06,05:17:53.115] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:17:53.120] [INFO] LocationSqlManager initialising [2026-05-06,05:17:53.121] [INFO] Location DB initialising [2026-05-06,05:17:53.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:17:53.131] [DEBUG] UploadManager Init [2026-05-06,05:17:53.132] [DEBUG] UploadManager Init Complete [2026-05-06,05:17:53.134] [INFO] Initializing GPS... [2026-05-06,05:17:53.136] [INFO] Starting location capture [2026-05-06,05:18:32.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:18:32.094] [INFO] LocationSqlManager initialising [2026-05-06,05:18:32.094] [INFO] Location DB initialising [2026-05-06,05:18:32.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:18:32.107] [DEBUG] UploadManager Init [2026-05-06,05:18:32.107] [DEBUG] UploadManager Init Complete [2026-05-06,05:18:32.112] [INFO] Initializing GPS... [2026-05-06,05:18:32.115] [INFO] Starting location capture [2026-05-06,05:19:09.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:19:09.877] [INFO] LocationSqlManager initialising [2026-05-06,05:19:09.878] [INFO] Location DB initialising [2026-05-06,05:19:09.889] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:19:09.890] [DEBUG] UploadManager Init [2026-05-06,05:19:09.890] [DEBUG] UploadManager Init Complete [2026-05-06,05:19:09.895] [INFO] Initializing GPS... [2026-05-06,05:19:09.897] [INFO] Starting location capture [2026-05-06,05:19:49.259] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:19:49.264] [INFO] LocationSqlManager initialising [2026-05-06,05:19:49.265] [INFO] Location DB initialising [2026-05-06,05:19:49.274] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:19:49.274] [DEBUG] UploadManager Init [2026-05-06,05:19:49.275] [DEBUG] UploadManager Init Complete [2026-05-06,05:19:49.278] [INFO] Initializing GPS... [2026-05-06,05:19:49.279] [INFO] Starting location capture [2026-05-06,05:20:27.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:20:27.082] [INFO] LocationSqlManager initialising [2026-05-06,05:20:27.082] [INFO] Location DB initialising [2026-05-06,05:20:27.091] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:20:27.092] [DEBUG] UploadManager Init [2026-05-06,05:20:27.092] [DEBUG] UploadManager Init Complete [2026-05-06,05:20:27.095] [INFO] Initializing GPS... [2026-05-06,05:20:27.097] [INFO] Starting location capture [2026-05-06,05:21:06.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:21:06.059] [INFO] LocationSqlManager initialising [2026-05-06,05:21:06.060] [INFO] Location DB initialising [2026-05-06,05:21:06.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:21:06.070] [DEBUG] UploadManager Init [2026-05-06,05:21:06.070] [DEBUG] UploadManager Init Complete [2026-05-06,05:21:06.073] [INFO] Initializing GPS... [2026-05-06,05:21:06.075] [INFO] Starting location capture [2026-05-06,05:21:43.815] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:21:43.822] [INFO] LocationSqlManager initialising [2026-05-06,05:21:43.823] [INFO] Location DB initialising [2026-05-06,05:21:43.834] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:21:43.836] [DEBUG] UploadManager Init [2026-05-06,05:21:43.836] [DEBUG] UploadManager Init Complete [2026-05-06,05:21:43.841] [INFO] Initializing GPS... [2026-05-06,05:21:43.843] [INFO] Starting location capture [2026-05-06,05:22:21.704] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:22:21.710] [INFO] LocationSqlManager initialising [2026-05-06,05:22:21.711] [INFO] Location DB initialising [2026-05-06,05:22:21.721] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:22:21.722] [DEBUG] UploadManager Init [2026-05-06,05:22:21.722] [DEBUG] UploadManager Init Complete [2026-05-06,05:22:21.725] [INFO] Initializing GPS... [2026-05-06,05:22:21.727] [INFO] Starting location capture [2026-05-06,05:23:00.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:23:00.285] [INFO] LocationSqlManager initialising [2026-05-06,05:23:00.286] [INFO] Location DB initialising [2026-05-06,05:23:00.295] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:23:00.296] [DEBUG] UploadManager Init [2026-05-06,05:23:00.296] [DEBUG] UploadManager Init Complete [2026-05-06,05:23:00.300] [INFO] Initializing GPS... [2026-05-06,05:23:00.303] [INFO] Starting location capture [2026-05-06,05:23:39.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:23:39.292] [INFO] LocationSqlManager initialising [2026-05-06,05:23:39.292] [INFO] Location DB initialising [2026-05-06,05:23:39.302] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:23:39.302] [DEBUG] UploadManager Init [2026-05-06,05:23:39.303] [DEBUG] UploadManager Init Complete [2026-05-06,05:23:39.305] [INFO] Initializing GPS... [2026-05-06,05:23:39.307] [INFO] Starting location capture [2026-05-06,05:24:18.501] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:24:18.509] [INFO] LocationSqlManager initialising [2026-05-06,05:24:18.510] [INFO] Location DB initialising [2026-05-06,05:24:18.521] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:24:18.523] [DEBUG] UploadManager Init [2026-05-06,05:24:18.523] [DEBUG] UploadManager Init Complete [2026-05-06,05:24:18.528] [INFO] Initializing GPS... [2026-05-06,05:24:18.531] [INFO] Starting location capture [2026-05-06,05:24:57.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:24:57.214] [INFO] LocationSqlManager initialising [2026-05-06,05:24:57.215] [INFO] Location DB initialising [2026-05-06,05:24:57.227] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:24:57.228] [DEBUG] UploadManager Init [2026-05-06,05:24:57.229] [DEBUG] UploadManager Init Complete [2026-05-06,05:24:57.233] [INFO] Initializing GPS... [2026-05-06,05:24:57.236] [INFO] Starting location capture [2026-05-06,05:25:35.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:25:35.130] [INFO] LocationSqlManager initialising [2026-05-06,05:25:35.131] [INFO] Location DB initialising [2026-05-06,05:25:35.141] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:25:35.142] [DEBUG] UploadManager Init [2026-05-06,05:25:35.142] [DEBUG] UploadManager Init Complete [2026-05-06,05:25:35.146] [INFO] Initializing GPS... [2026-05-06,05:25:35.148] [INFO] Starting location capture [2026-05-06,05:26:13.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:26:13.915] [INFO] LocationSqlManager initialising [2026-05-06,05:26:13.916] [INFO] Location DB initialising [2026-05-06,05:26:13.927] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:26:13.928] [DEBUG] UploadManager Init [2026-05-06,05:26:13.928] [DEBUG] UploadManager Init Complete [2026-05-06,05:26:13.933] [INFO] Initializing GPS... [2026-05-06,05:26:13.936] [INFO] Starting location capture [2026-05-06,05:26:52.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:26:52.103] [INFO] LocationSqlManager initialising [2026-05-06,05:26:52.103] [INFO] Location DB initialising [2026-05-06,05:26:52.114] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:26:52.115] [DEBUG] UploadManager Init [2026-05-06,05:26:52.116] [DEBUG] UploadManager Init Complete [2026-05-06,05:26:52.121] [INFO] Initializing GPS... [2026-05-06,05:26:52.123] [INFO] Starting location capture [2026-05-06,05:27:31.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:27:31.041] [INFO] LocationSqlManager initialising [2026-05-06,05:27:31.042] [INFO] Location DB initialising [2026-05-06,05:27:31.054] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:27:31.055] [DEBUG] UploadManager Init [2026-05-06,05:27:31.056] [DEBUG] UploadManager Init Complete [2026-05-06,05:27:31.060] [INFO] Initializing GPS... [2026-05-06,05:27:31.063] [INFO] Starting location capture [2026-05-06,05:28:08.715] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:28:08.720] [INFO] LocationSqlManager initialising [2026-05-06,05:28:08.720] [INFO] Location DB initialising [2026-05-06,05:28:08.730] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:28:08.730] [DEBUG] UploadManager Init [2026-05-06,05:28:08.731] [DEBUG] UploadManager Init Complete [2026-05-06,05:28:08.733] [INFO] Initializing GPS... [2026-05-06,05:28:08.735] [INFO] Starting location capture [2026-05-06,05:28:47.843] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:28:47.848] [INFO] LocationSqlManager initialising [2026-05-06,05:28:47.849] [INFO] Location DB initialising [2026-05-06,05:28:47.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:28:47.859] [DEBUG] UploadManager Init [2026-05-06,05:28:47.859] [DEBUG] UploadManager Init Complete [2026-05-06,05:28:47.862] [INFO] Initializing GPS... [2026-05-06,05:28:47.864] [INFO] Starting location capture [2026-05-06,05:29:26.483] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:29:26.491] [INFO] LocationSqlManager initialising [2026-05-06,05:29:26.492] [INFO] Location DB initialising [2026-05-06,05:29:26.504] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:29:26.505] [DEBUG] UploadManager Init [2026-05-06,05:29:26.505] [DEBUG] UploadManager Init Complete [2026-05-06,05:29:26.510] [INFO] Initializing GPS... [2026-05-06,05:29:26.512] [INFO] Starting location capture [2026-05-06,05:30:04.614] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:30:04.620] [INFO] LocationSqlManager initialising [2026-05-06,05:30:04.621] [INFO] Location DB initialising [2026-05-06,05:30:04.631] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:30:04.632] [DEBUG] UploadManager Init [2026-05-06,05:30:04.633] [DEBUG] UploadManager Init Complete [2026-05-06,05:30:04.636] [INFO] Initializing GPS... [2026-05-06,05:30:04.638] [INFO] Starting location capture [2026-05-06,05:30:37.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:30:37.966] [INFO] LocationSqlManager initialising [2026-05-06,05:30:37.967] [INFO] Location DB initialising [2026-05-06,05:30:37.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:30:37.980] [DEBUG] UploadManager Init [2026-05-06,05:30:37.980] [DEBUG] UploadManager Init Complete [2026-05-06,05:30:37.985] [INFO] Initializing GPS... [2026-05-06,05:30:37.988] [INFO] Starting location capture [2026-05-06,05:31:17.497] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:31:17.502] [INFO] LocationSqlManager initialising [2026-05-06,05:31:17.503] [INFO] Location DB initialising [2026-05-06,05:31:17.512] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:31:17.513] [DEBUG] UploadManager Init [2026-05-06,05:31:17.513] [DEBUG] UploadManager Init Complete [2026-05-06,05:31:17.516] [INFO] Initializing GPS... [2026-05-06,05:31:17.518] [INFO] Starting location capture [2026-05-06,05:31:55.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:31:55.207] [INFO] LocationSqlManager initialising [2026-05-06,05:31:55.208] [INFO] Location DB initialising [2026-05-06,05:31:55.218] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:31:55.220] [DEBUG] UploadManager Init [2026-05-06,05:31:55.220] [DEBUG] UploadManager Init Complete [2026-05-06,05:31:55.224] [INFO] Initializing GPS... [2026-05-06,05:31:55.227] [INFO] Starting location capture [2026-05-06,05:32:34.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:32:34.082] [INFO] LocationSqlManager initialising [2026-05-06,05:32:34.082] [INFO] Location DB initialising [2026-05-06,05:32:34.092] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:32:34.093] [DEBUG] UploadManager Init [2026-05-06,05:32:34.093] [DEBUG] UploadManager Init Complete [2026-05-06,05:32:34.096] [INFO] Initializing GPS... [2026-05-06,05:32:34.098] [INFO] Starting location capture [2026-05-06,05:33:11.925] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:33:11.932] [INFO] LocationSqlManager initialising [2026-05-06,05:33:11.933] [INFO] Location DB initialising [2026-05-06,05:33:11.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:33:11.945] [DEBUG] UploadManager Init [2026-05-06,05:33:11.946] [DEBUG] UploadManager Init Complete [2026-05-06,05:33:11.950] [INFO] Initializing GPS... [2026-05-06,05:33:11.953] [INFO] Starting location capture [2026-05-06,05:33:51.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:33:51.128] [INFO] LocationSqlManager initialising [2026-05-06,05:33:51.128] [INFO] Location DB initialising [2026-05-06,05:33:51.138] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:33:51.138] [DEBUG] UploadManager Init [2026-05-06,05:33:51.138] [DEBUG] UploadManager Init Complete [2026-05-06,05:33:51.141] [INFO] Initializing GPS... [2026-05-06,05:33:51.143] [INFO] Starting location capture [2026-05-06,05:34:28.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:34:29.002] [INFO] LocationSqlManager initialising [2026-05-06,05:34:29.003] [INFO] Location DB initialising [2026-05-06,05:34:29.013] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:34:29.014] [DEBUG] UploadManager Init [2026-05-06,05:34:29.014] [DEBUG] UploadManager Init Complete [2026-05-06,05:34:29.018] [INFO] Initializing GPS... [2026-05-06,05:34:29.020] [INFO] Starting location capture [2026-05-06,05:35:07.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:35:07.719] [INFO] LocationSqlManager initialising [2026-05-06,05:35:07.719] [INFO] Location DB initialising [2026-05-06,05:35:07.729] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:35:07.730] [DEBUG] UploadManager Init [2026-05-06,05:35:07.731] [DEBUG] UploadManager Init Complete [2026-05-06,05:35:07.734] [INFO] Initializing GPS... [2026-05-06,05:35:07.736] [INFO] Starting location capture [2026-05-06,05:35:42.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:35:42.263] [INFO] LocationSqlManager initialising [2026-05-06,05:35:42.263] [INFO] Location DB initialising [2026-05-06,05:35:42.273] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:35:42.273] [DEBUG] UploadManager Init [2026-05-06,05:35:42.274] [DEBUG] UploadManager Init Complete [2026-05-06,05:35:42.276] [INFO] Initializing GPS... [2026-05-06,05:35:42.278] [INFO] Starting location capture [2026-05-06,05:36:19.790] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:36:19.795] [INFO] LocationSqlManager initialising [2026-05-06,05:36:19.795] [INFO] Location DB initialising [2026-05-06,05:36:19.805] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:36:19.806] [DEBUG] UploadManager Init [2026-05-06,05:36:19.806] [DEBUG] UploadManager Init Complete [2026-05-06,05:36:19.808] [INFO] Initializing GPS... [2026-05-06,05:36:19.810] [INFO] Starting location capture [2026-05-06,05:36:57.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:36:57.780] [INFO] LocationSqlManager initialising [2026-05-06,05:36:57.781] [INFO] Location DB initialising [2026-05-06,05:36:57.792] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:36:57.792] [DEBUG] UploadManager Init [2026-05-06,05:36:57.793] [DEBUG] UploadManager Init Complete [2026-05-06,05:36:57.796] [INFO] Initializing GPS... [2026-05-06,05:36:57.798] [INFO] Starting location capture [2026-05-06,05:37:36.631] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:37:36.639] [INFO] LocationSqlManager initialising [2026-05-06,05:37:36.639] [INFO] Location DB initialising [2026-05-06,05:37:36.650] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:37:36.651] [DEBUG] UploadManager Init [2026-05-06,05:37:36.652] [DEBUG] UploadManager Init Complete [2026-05-06,05:37:36.656] [INFO] Initializing GPS... [2026-05-06,05:37:36.659] [INFO] Starting location capture [2026-05-06,05:38:14.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:38:14.947] [INFO] LocationSqlManager initialising [2026-05-06,05:38:14.948] [INFO] Location DB initialising [2026-05-06,05:38:14.957] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:38:14.958] [DEBUG] UploadManager Init [2026-05-06,05:38:14.958] [DEBUG] UploadManager Init Complete [2026-05-06,05:38:14.961] [INFO] Initializing GPS... [2026-05-06,05:38:14.963] [INFO] Starting location capture [2026-05-06,05:38:52.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:38:52.941] [INFO] LocationSqlManager initialising [2026-05-06,05:38:52.942] [INFO] Location DB initialising [2026-05-06,05:38:52.951] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:38:52.952] [DEBUG] UploadManager Init [2026-05-06,05:38:52.952] [DEBUG] UploadManager Init Complete [2026-05-06,05:38:52.955] [INFO] Initializing GPS... [2026-05-06,05:38:52.956] [INFO] Starting location capture [2026-05-06,05:39:33.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:39:33.105] [INFO] LocationSqlManager initialising [2026-05-06,05:39:33.105] [INFO] Location DB initialising [2026-05-06,05:39:33.115] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:39:33.116] [DEBUG] UploadManager Init [2026-05-06,05:39:33.116] [DEBUG] UploadManager Init Complete [2026-05-06,05:39:33.119] [INFO] Initializing GPS... [2026-05-06,05:39:33.120] [INFO] Starting location capture [2026-05-06,05:40:10.755] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:40:10.762] [INFO] LocationSqlManager initialising [2026-05-06,05:40:10.763] [INFO] Location DB initialising [2026-05-06,05:40:10.774] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:40:10.775] [DEBUG] UploadManager Init [2026-05-06,05:40:10.776] [DEBUG] UploadManager Init Complete [2026-05-06,05:40:10.781] [INFO] Initializing GPS... [2026-05-06,05:40:10.784] [INFO] Starting location capture [2026-05-06,05:40:50.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:40:50.255] [INFO] LocationSqlManager initialising [2026-05-06,05:40:50.256] [INFO] Location DB initialising [2026-05-06,05:40:50.267] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:40:50.268] [DEBUG] UploadManager Init [2026-05-06,05:40:50.269] [DEBUG] UploadManager Init Complete [2026-05-06,05:40:50.273] [INFO] Initializing GPS... [2026-05-06,05:40:50.276] [INFO] Starting location capture [2026-05-06,05:41:28.220] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:41:28.228] [INFO] LocationSqlManager initialising [2026-05-06,05:41:28.229] [INFO] Location DB initialising [2026-05-06,05:41:28.240] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:41:28.241] [DEBUG] UploadManager Init [2026-05-06,05:41:28.242] [DEBUG] UploadManager Init Complete [2026-05-06,05:41:28.246] [INFO] Initializing GPS... [2026-05-06,05:41:28.249] [INFO] Starting location capture [2026-05-06,05:42:06.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:42:06.913] [INFO] LocationSqlManager initialising [2026-05-06,05:42:06.914] [INFO] Location DB initialising [2026-05-06,05:42:06.923] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:42:06.924] [DEBUG] UploadManager Init [2026-05-06,05:42:06.924] [DEBUG] UploadManager Init Complete [2026-05-06,05:42:06.927] [INFO] Initializing GPS... [2026-05-06,05:42:06.929] [INFO] Starting location capture [2026-05-06,05:42:45.361] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:42:45.368] [INFO] LocationSqlManager initialising [2026-05-06,05:42:45.369] [INFO] Location DB initialising [2026-05-06,05:42:45.380] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:42:45.382] [DEBUG] UploadManager Init [2026-05-06,05:42:45.382] [DEBUG] UploadManager Init Complete [2026-05-06,05:42:45.387] [INFO] Initializing GPS... [2026-05-06,05:42:45.390] [INFO] Starting location capture [2026-05-06,05:43:25.357] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:43:25.364] [INFO] LocationSqlManager initialising [2026-05-06,05:43:25.365] [INFO] Location DB initialising [2026-05-06,05:43:25.376] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:43:25.378] [DEBUG] UploadManager Init [2026-05-06,05:43:25.378] [DEBUG] UploadManager Init Complete [2026-05-06,05:43:25.383] [INFO] Initializing GPS... [2026-05-06,05:43:25.385] [INFO] Starting location capture [2026-05-06,05:44:03.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:44:03.952] [INFO] LocationSqlManager initialising [2026-05-06,05:44:03.953] [INFO] Location DB initialising [2026-05-06,05:44:03.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:44:03.964] [DEBUG] UploadManager Init [2026-05-06,05:44:03.964] [DEBUG] UploadManager Init Complete [2026-05-06,05:44:03.967] [INFO] Initializing GPS... [2026-05-06,05:44:03.970] [INFO] Starting location capture [2026-05-06,05:44:41.494] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:44:41.498] [INFO] LocationSqlManager initialising [2026-05-06,05:44:41.498] [INFO] Location DB initialising [2026-05-06,05:44:41.508] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:44:41.508] [DEBUG] UploadManager Init [2026-05-06,05:44:41.509] [DEBUG] UploadManager Init Complete [2026-05-06,05:44:41.511] [INFO] Initializing GPS... [2026-05-06,05:44:41.513] [INFO] Starting location capture [2026-05-06,05:45:19.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:45:19.907] [INFO] LocationSqlManager initialising [2026-05-06,05:45:19.907] [INFO] Location DB initialising [2026-05-06,05:45:19.917] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:45:19.917] [DEBUG] UploadManager Init [2026-05-06,05:45:19.918] [DEBUG] UploadManager Init Complete [2026-05-06,05:45:19.920] [INFO] Initializing GPS... [2026-05-06,05:45:19.922] [INFO] Starting location capture [2026-05-06,05:45:59.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:45:59.150] [INFO] LocationSqlManager initialising [2026-05-06,05:45:59.151] [INFO] Location DB initialising [2026-05-06,05:45:59.160] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:45:59.160] [DEBUG] UploadManager Init [2026-05-06,05:45:59.161] [DEBUG] UploadManager Init Complete [2026-05-06,05:45:59.163] [INFO] Initializing GPS... [2026-05-06,05:45:59.165] [INFO] Starting location capture [2026-05-06,05:46:37.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:46:37.110] [INFO] LocationSqlManager initialising [2026-05-06,05:46:37.110] [INFO] Location DB initialising [2026-05-06,05:46:37.120] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:46:37.120] [DEBUG] UploadManager Init [2026-05-06,05:46:37.121] [DEBUG] UploadManager Init Complete [2026-05-06,05:46:37.123] [INFO] Initializing GPS... [2026-05-06,05:46:37.126] [INFO] Starting location capture [2026-05-06,05:47:16.291] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:47:16.298] [INFO] LocationSqlManager initialising [2026-05-06,05:47:16.299] [INFO] Location DB initialising [2026-05-06,05:47:16.309] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:47:16.310] [DEBUG] UploadManager Init [2026-05-06,05:47:16.310] [DEBUG] UploadManager Init Complete [2026-05-06,05:47:16.314] [INFO] Initializing GPS... [2026-05-06,05:47:16.316] [INFO] Starting location capture [2026-05-06,05:47:54.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:47:54.593] [INFO] LocationSqlManager initialising [2026-05-06,05:47:54.594] [INFO] Location DB initialising [2026-05-06,05:47:54.606] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:47:54.607] [DEBUG] UploadManager Init [2026-05-06,05:47:54.607] [DEBUG] UploadManager Init Complete [2026-05-06,05:47:54.612] [INFO] Initializing GPS... [2026-05-06,05:47:54.615] [INFO] Starting location capture [2026-05-06,05:48:28.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:48:28.763] [INFO] LocationSqlManager initialising [2026-05-06,05:48:28.764] [INFO] Location DB initialising [2026-05-06,05:48:28.775] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:48:28.776] [DEBUG] UploadManager Init [2026-05-06,05:48:28.777] [DEBUG] UploadManager Init Complete [2026-05-06,05:48:28.781] [INFO] Initializing GPS... [2026-05-06,05:48:28.784] [INFO] Starting location capture [2026-05-06,05:49:07.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:49:07.156] [INFO] LocationSqlManager initialising [2026-05-06,05:49:07.156] [INFO] Location DB initialising [2026-05-06,05:49:07.165] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:49:07.166] [DEBUG] UploadManager Init [2026-05-06,05:49:07.166] [DEBUG] UploadManager Init Complete [2026-05-06,05:49:07.169] [INFO] Initializing GPS... [2026-05-06,05:49:07.171] [INFO] Starting location capture [2026-05-06,05:49:45.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:49:45.322] [INFO] LocationSqlManager initialising [2026-05-06,05:49:45.323] [INFO] Location DB initialising [2026-05-06,05:49:45.333] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:49:45.334] [DEBUG] UploadManager Init [2026-05-06,05:49:45.334] [DEBUG] UploadManager Init Complete [2026-05-06,05:49:45.338] [INFO] Initializing GPS... [2026-05-06,05:49:45.340] [INFO] Starting location capture [2026-05-06,05:50:23.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:50:23.117] [INFO] LocationSqlManager initialising [2026-05-06,05:50:23.118] [INFO] Location DB initialising [2026-05-06,05:50:23.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:50:23.128] [DEBUG] UploadManager Init [2026-05-06,05:50:23.129] [DEBUG] UploadManager Init Complete [2026-05-06,05:50:23.132] [INFO] Initializing GPS... [2026-05-06,05:50:23.134] [INFO] Starting location capture [2026-05-06,05:51:01.723] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:51:01.729] [INFO] LocationSqlManager initialising [2026-05-06,05:51:01.730] [INFO] Location DB initialising [2026-05-06,05:51:01.743] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:51:01.744] [DEBUG] UploadManager Init [2026-05-06,05:51:01.745] [DEBUG] UploadManager Init Complete [2026-05-06,05:51:01.750] [INFO] Initializing GPS... [2026-05-06,05:51:01.752] [INFO] Starting location capture [2026-05-06,05:51:40.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:51:40.192] [INFO] LocationSqlManager initialising [2026-05-06,05:51:40.192] [INFO] Location DB initialising [2026-05-06,05:51:40.201] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:51:40.202] [DEBUG] UploadManager Init [2026-05-06,05:51:40.202] [DEBUG] UploadManager Init Complete [2026-05-06,05:51:40.205] [INFO] Initializing GPS... [2026-05-06,05:51:40.207] [INFO] Starting location capture [2026-05-06,05:52:19.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:52:19.407] [INFO] LocationSqlManager initialising [2026-05-06,05:52:19.408] [INFO] Location DB initialising [2026-05-06,05:52:19.419] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:52:19.420] [DEBUG] UploadManager Init [2026-05-06,05:52:19.421] [DEBUG] UploadManager Init Complete [2026-05-06,05:52:19.425] [INFO] Initializing GPS... [2026-05-06,05:52:19.428] [INFO] Starting location capture [2026-05-06,05:52:56.959] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:52:56.967] [INFO] LocationSqlManager initialising [2026-05-06,05:52:56.968] [INFO] Location DB initialising [2026-05-06,05:52:56.979] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:52:56.980] [DEBUG] UploadManager Init [2026-05-06,05:52:56.980] [DEBUG] UploadManager Init Complete [2026-05-06,05:52:56.985] [INFO] Initializing GPS... [2026-05-06,05:52:56.988] [INFO] Starting location capture [2026-05-06,05:53:34.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:53:34.974] [INFO] LocationSqlManager initialising [2026-05-06,05:53:34.974] [INFO] Location DB initialising [2026-05-06,05:53:34.983] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:53:34.984] [DEBUG] UploadManager Init [2026-05-06,05:53:34.985] [DEBUG] UploadManager Init Complete [2026-05-06,05:53:34.987] [INFO] Initializing GPS... [2026-05-06,05:53:34.989] [INFO] Starting location capture [2026-05-06,05:54:14.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:54:14.155] [INFO] LocationSqlManager initialising [2026-05-06,05:54:14.156] [INFO] Location DB initialising [2026-05-06,05:54:14.167] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:54:14.169] [DEBUG] UploadManager Init [2026-05-06,05:54:14.169] [DEBUG] UploadManager Init Complete [2026-05-06,05:54:14.174] [INFO] Initializing GPS... [2026-05-06,05:54:14.177] [INFO] Starting location capture [2026-05-06,05:54:48.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:54:48.131] [INFO] LocationSqlManager initialising [2026-05-06,05:54:48.132] [INFO] Location DB initialising [2026-05-06,05:54:48.141] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:54:48.142] [DEBUG] UploadManager Init [2026-05-06,05:54:48.142] [DEBUG] UploadManager Init Complete [2026-05-06,05:54:48.145] [INFO] Initializing GPS... [2026-05-06,05:54:48.146] [INFO] Starting location capture [2026-05-06,05:55:26.346] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:55:26.352] [INFO] LocationSqlManager initialising [2026-05-06,05:55:26.352] [INFO] Location DB initialising [2026-05-06,05:55:26.362] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:55:26.363] [DEBUG] UploadManager Init [2026-05-06,05:55:26.363] [DEBUG] UploadManager Init Complete [2026-05-06,05:55:26.366] [INFO] Initializing GPS... [2026-05-06,05:55:26.368] [INFO] Starting location capture [2026-05-06,05:56:04.880] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:56:04.888] [INFO] LocationSqlManager initialising [2026-05-06,05:56:04.889] [INFO] Location DB initialising [2026-05-06,05:56:04.900] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:56:04.901] [DEBUG] UploadManager Init [2026-05-06,05:56:04.902] [DEBUG] UploadManager Init Complete [2026-05-06,05:56:04.907] [INFO] Initializing GPS... [2026-05-06,05:56:04.910] [INFO] Starting location capture [2026-05-06,05:56:43.323] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:56:43.330] [INFO] LocationSqlManager initialising [2026-05-06,05:56:43.331] [INFO] Location DB initialising [2026-05-06,05:56:43.343] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:56:43.344] [DEBUG] UploadManager Init [2026-05-06,05:56:43.344] [DEBUG] UploadManager Init Complete [2026-05-06,05:56:43.349] [INFO] Initializing GPS... [2026-05-06,05:56:43.351] [INFO] Starting location capture [2026-05-06,05:57:21.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:57:21.884] [INFO] LocationSqlManager initialising [2026-05-06,05:57:21.884] [INFO] Location DB initialising [2026-05-06,05:57:21.893] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:57:21.894] [DEBUG] UploadManager Init [2026-05-06,05:57:21.894] [DEBUG] UploadManager Init Complete [2026-05-06,05:57:21.897] [INFO] Initializing GPS... [2026-05-06,05:57:21.899] [INFO] Starting location capture [2026-05-06,05:58:00.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:58:00.101] [INFO] LocationSqlManager initialising [2026-05-06,05:58:00.102] [INFO] Location DB initialising [2026-05-06,05:58:00.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:58:00.112] [DEBUG] UploadManager Init [2026-05-06,05:58:00.113] [DEBUG] UploadManager Init Complete [2026-05-06,05:58:00.115] [INFO] Initializing GPS... [2026-05-06,05:58:00.118] [INFO] Starting location capture [2026-05-06,05:58:39.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:58:39.068] [INFO] LocationSqlManager initialising [2026-05-06,05:58:39.069] [INFO] Location DB initialising [2026-05-06,05:58:39.080] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:58:39.081] [DEBUG] UploadManager Init [2026-05-06,05:58:39.082] [DEBUG] UploadManager Init Complete [2026-05-06,05:58:39.086] [INFO] Initializing GPS... [2026-05-06,05:58:39.089] [INFO] Starting location capture [2026-05-06,05:59:18.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:59:18.086] [INFO] LocationSqlManager initialising [2026-05-06,05:59:18.087] [INFO] Location DB initialising [2026-05-06,05:59:18.096] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:59:18.097] [DEBUG] UploadManager Init [2026-05-06,05:59:18.097] [DEBUG] UploadManager Init Complete [2026-05-06,05:59:18.100] [INFO] Initializing GPS... [2026-05-06,05:59:18.102] [INFO] Starting location capture [2026-05-06,05:59:56.316] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,05:59:56.320] [INFO] LocationSqlManager initialising [2026-05-06,05:59:56.321] [INFO] Location DB initialising [2026-05-06,05:59:56.330] [INFO] LocationSqlManager initialisation complete [2026-05-06,05:59:56.331] [DEBUG] UploadManager Init [2026-05-06,05:59:56.331] [DEBUG] UploadManager Init Complete [2026-05-06,05:59:56.334] [INFO] Initializing GPS... [2026-05-06,05:59:56.336] [INFO] Starting location capture [2026-05-06,06:00:35.920] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:00:35.925] [INFO] LocationSqlManager initialising [2026-05-06,06:00:35.926] [INFO] Location DB initialising [2026-05-06,06:00:35.936] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:00:35.936] [DEBUG] UploadManager Init [2026-05-06,06:00:35.937] [DEBUG] UploadManager Init Complete [2026-05-06,06:00:35.939] [INFO] Initializing GPS... [2026-05-06,06:00:35.941] [INFO] Starting location capture [2026-05-06,06:01:13.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:01:13.934] [INFO] LocationSqlManager initialising [2026-05-06,06:01:13.935] [INFO] Location DB initialising [2026-05-06,06:01:13.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:01:13.945] [DEBUG] UploadManager Init [2026-05-06,06:01:13.945] [DEBUG] UploadManager Init Complete [2026-05-06,06:01:13.948] [INFO] Initializing GPS... [2026-05-06,06:01:13.950] [INFO] Starting location capture [2026-05-06,06:01:51.685] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:01:51.690] [INFO] LocationSqlManager initialising [2026-05-06,06:01:51.691] [INFO] Location DB initialising [2026-05-06,06:01:51.701] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:01:51.702] [DEBUG] UploadManager Init [2026-05-06,06:01:51.703] [DEBUG] UploadManager Init Complete [2026-05-06,06:01:51.707] [INFO] Initializing GPS... [2026-05-06,06:01:51.710] [INFO] Starting location capture [2026-05-06,06:02:31.643] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:02:31.648] [INFO] LocationSqlManager initialising [2026-05-06,06:02:31.649] [INFO] Location DB initialising [2026-05-06,06:02:31.660] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:02:31.661] [DEBUG] UploadManager Init [2026-05-06,06:02:31.661] [DEBUG] UploadManager Init Complete [2026-05-06,06:02:31.664] [INFO] Initializing GPS... [2026-05-06,06:02:31.667] [INFO] Starting location capture [2026-05-06,06:03:10.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:03:10.363] [INFO] LocationSqlManager initialising [2026-05-06,06:03:10.363] [INFO] Location DB initialising [2026-05-06,06:03:10.374] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:03:10.376] [DEBUG] UploadManager Init [2026-05-06,06:03:10.376] [DEBUG] UploadManager Init Complete [2026-05-06,06:03:10.380] [INFO] Initializing GPS... [2026-05-06,06:03:10.383] [INFO] Starting location capture [2026-05-06,06:03:44.279] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:03:44.284] [INFO] LocationSqlManager initialising [2026-05-06,06:03:44.284] [INFO] Location DB initialising [2026-05-06,06:03:44.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:03:44.294] [DEBUG] UploadManager Init [2026-05-06,06:03:44.294] [DEBUG] UploadManager Init Complete [2026-05-06,06:03:44.297] [INFO] Initializing GPS... [2026-05-06,06:03:44.299] [INFO] Starting location capture [2026-05-06,06:04:22.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:04:22.891] [INFO] LocationSqlManager initialising [2026-05-06,06:04:22.892] [INFO] Location DB initialising [2026-05-06,06:04:22.901] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:04:22.902] [DEBUG] UploadManager Init [2026-05-06,06:04:22.902] [DEBUG] UploadManager Init Complete [2026-05-06,06:04:22.905] [INFO] Initializing GPS... [2026-05-06,06:04:22.907] [INFO] Starting location capture [2026-05-06,06:05:01.003] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:05:01.008] [INFO] LocationSqlManager initialising [2026-05-06,06:05:01.009] [INFO] Location DB initialising [2026-05-06,06:05:01.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:05:01.019] [DEBUG] UploadManager Init [2026-05-06,06:05:01.019] [DEBUG] UploadManager Init Complete [2026-05-06,06:05:01.022] [INFO] Initializing GPS... [2026-05-06,06:05:01.024] [INFO] Starting location capture [2026-05-06,06:05:39.651] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:05:39.658] [INFO] LocationSqlManager initialising [2026-05-06,06:05:39.659] [INFO] Location DB initialising [2026-05-06,06:05:39.669] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:05:39.670] [DEBUG] UploadManager Init [2026-05-06,06:05:39.670] [DEBUG] UploadManager Init Complete [2026-05-06,06:05:39.674] [INFO] Initializing GPS... [2026-05-06,06:05:39.676] [INFO] Starting location capture [2026-05-06,06:06:17.607] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:06:17.614] [INFO] LocationSqlManager initialising [2026-05-06,06:06:17.615] [INFO] Location DB initialising [2026-05-06,06:06:17.625] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:06:17.626] [DEBUG] UploadManager Init [2026-05-06,06:06:17.626] [DEBUG] UploadManager Init Complete [2026-05-06,06:06:17.629] [INFO] Initializing GPS... [2026-05-06,06:06:17.631] [INFO] Starting location capture [2026-05-06,06:06:57.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:06:57.397] [INFO] LocationSqlManager initialising [2026-05-06,06:06:57.398] [INFO] Location DB initialising [2026-05-06,06:06:57.409] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:06:57.410] [DEBUG] UploadManager Init [2026-05-06,06:06:57.411] [DEBUG] UploadManager Init Complete [2026-05-06,06:06:57.415] [INFO] Initializing GPS... [2026-05-06,06:06:57.419] [INFO] Starting location capture [2026-05-06,06:07:35.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:07:35.254] [INFO] LocationSqlManager initialising [2026-05-06,06:07:35.255] [INFO] Location DB initialising [2026-05-06,06:07:35.265] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:07:35.267] [DEBUG] UploadManager Init [2026-05-06,06:07:35.268] [DEBUG] UploadManager Init Complete [2026-05-06,06:07:35.272] [INFO] Initializing GPS... [2026-05-06,06:07:35.275] [INFO] Starting location capture [2026-05-06,06:08:13.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:08:13.894] [INFO] LocationSqlManager initialising [2026-05-06,06:08:13.895] [INFO] Location DB initialising [2026-05-06,06:08:13.907] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:08:13.908] [DEBUG] UploadManager Init [2026-05-06,06:08:13.909] [DEBUG] UploadManager Init Complete [2026-05-06,06:08:13.912] [INFO] Initializing GPS... [2026-05-06,06:08:13.915] [INFO] Starting location capture [2026-05-06,06:08:51.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:08:51.760] [INFO] LocationSqlManager initialising [2026-05-06,06:08:51.760] [INFO] Location DB initialising [2026-05-06,06:08:51.770] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:08:51.771] [DEBUG] UploadManager Init [2026-05-06,06:08:51.771] [DEBUG] UploadManager Init Complete [2026-05-06,06:08:51.775] [INFO] Initializing GPS... [2026-05-06,06:08:51.777] [INFO] Starting location capture [2026-05-06,06:09:31.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:09:31.055] [INFO] LocationSqlManager initialising [2026-05-06,06:09:31.055] [INFO] Location DB initialising [2026-05-06,06:09:31.066] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:09:31.067] [DEBUG] UploadManager Init [2026-05-06,06:09:31.067] [DEBUG] UploadManager Init Complete [2026-05-06,06:09:31.071] [INFO] Initializing GPS... [2026-05-06,06:09:31.074] [INFO] Starting location capture [2026-05-06,06:10:09.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:10:09.116] [INFO] LocationSqlManager initialising [2026-05-06,06:10:09.116] [INFO] Location DB initialising [2026-05-06,06:10:09.126] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:10:09.126] [DEBUG] UploadManager Init [2026-05-06,06:10:09.127] [DEBUG] UploadManager Init Complete [2026-05-06,06:10:09.129] [INFO] Initializing GPS... [2026-05-06,06:10:09.131] [INFO] Starting location capture [2026-05-06,06:10:48.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:10:48.093] [INFO] LocationSqlManager initialising [2026-05-06,06:10:48.094] [INFO] Location DB initialising [2026-05-06,06:10:48.104] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:10:48.105] [DEBUG] UploadManager Init [2026-05-06,06:10:48.106] [DEBUG] UploadManager Init Complete [2026-05-06,06:10:48.109] [INFO] Initializing GPS... [2026-05-06,06:10:48.111] [INFO] Starting location capture [2026-05-06,06:11:27.143] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:11:27.150] [INFO] LocationSqlManager initialising [2026-05-06,06:11:27.151] [INFO] Location DB initialising [2026-05-06,06:11:27.162] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:11:27.163] [DEBUG] UploadManager Init [2026-05-06,06:11:27.164] [DEBUG] UploadManager Init Complete [2026-05-06,06:11:27.168] [INFO] Initializing GPS... [2026-05-06,06:11:27.170] [INFO] Starting location capture [2026-05-06,06:12:04.424] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:12:04.430] [INFO] LocationSqlManager initialising [2026-05-06,06:12:04.431] [INFO] Location DB initialising [2026-05-06,06:12:04.442] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:12:04.442] [DEBUG] UploadManager Init [2026-05-06,06:12:04.443] [DEBUG] UploadManager Init Complete [2026-05-06,06:12:04.445] [INFO] Initializing GPS... [2026-05-06,06:12:04.447] [INFO] Starting location capture [2026-05-06,06:12:44.194] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:12:44.199] [INFO] LocationSqlManager initialising [2026-05-06,06:12:44.200] [INFO] Location DB initialising [2026-05-06,06:12:44.210] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:12:44.211] [DEBUG] UploadManager Init [2026-05-06,06:12:44.212] [DEBUG] UploadManager Init Complete [2026-05-06,06:12:44.215] [INFO] Initializing GPS... [2026-05-06,06:12:44.217] [INFO] Starting location capture [2026-05-06,06:13:23.048] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:13:23.053] [INFO] LocationSqlManager initialising [2026-05-06,06:13:23.053] [INFO] Location DB initialising [2026-05-06,06:13:23.063] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:13:23.063] [DEBUG] UploadManager Init [2026-05-06,06:13:23.064] [DEBUG] UploadManager Init Complete [2026-05-06,06:13:23.066] [INFO] Initializing GPS... [2026-05-06,06:13:23.068] [INFO] Starting location capture [2026-05-06,06:14:00.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:14:00.821] [INFO] LocationSqlManager initialising [2026-05-06,06:14:00.821] [INFO] Location DB initialising [2026-05-06,06:14:00.831] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:14:00.831] [DEBUG] UploadManager Init [2026-05-06,06:14:00.831] [DEBUG] UploadManager Init Complete [2026-05-06,06:14:00.834] [INFO] Initializing GPS... [2026-05-06,06:14:00.836] [INFO] Starting location capture [2026-05-06,06:14:38.530] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:14:38.536] [INFO] LocationSqlManager initialising [2026-05-06,06:14:38.536] [INFO] Location DB initialising [2026-05-06,06:14:38.548] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:14:38.549] [DEBUG] UploadManager Init [2026-05-06,06:14:38.549] [DEBUG] UploadManager Init Complete [2026-05-06,06:14:38.554] [INFO] Initializing GPS... [2026-05-06,06:14:38.556] [INFO] Starting location capture [2026-05-06,06:15:17.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:15:17.059] [INFO] LocationSqlManager initialising [2026-05-06,06:15:17.060] [INFO] Location DB initialising [2026-05-06,06:15:17.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:15:17.070] [DEBUG] UploadManager Init [2026-05-06,06:15:17.071] [DEBUG] UploadManager Init Complete [2026-05-06,06:15:17.073] [INFO] Initializing GPS... [2026-05-06,06:15:17.075] [INFO] Starting location capture [2026-05-06,06:15:55.918] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:15:55.926] [INFO] LocationSqlManager initialising [2026-05-06,06:15:55.927] [INFO] Location DB initialising [2026-05-06,06:15:55.938] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:15:55.939] [DEBUG] UploadManager Init [2026-05-06,06:15:55.940] [DEBUG] UploadManager Init Complete [2026-05-06,06:15:55.944] [INFO] Initializing GPS... [2026-05-06,06:15:55.947] [INFO] Starting location capture [2026-05-06,06:16:33.586] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:16:33.591] [INFO] LocationSqlManager initialising [2026-05-06,06:16:33.592] [INFO] Location DB initialising [2026-05-06,06:16:33.601] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:16:33.602] [DEBUG] UploadManager Init [2026-05-06,06:16:33.602] [DEBUG] UploadManager Init Complete [2026-05-06,06:16:33.604] [INFO] Initializing GPS... [2026-05-06,06:16:33.606] [INFO] Starting location capture [2026-05-06,06:17:13.210] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:17:13.215] [INFO] LocationSqlManager initialising [2026-05-06,06:17:13.216] [INFO] Location DB initialising [2026-05-06,06:17:13.225] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:17:13.226] [DEBUG] UploadManager Init [2026-05-06,06:17:13.226] [DEBUG] UploadManager Init Complete [2026-05-06,06:17:13.229] [INFO] Initializing GPS... [2026-05-06,06:17:13.230] [INFO] Starting location capture [2026-05-06,06:17:50.701] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:17:50.707] [INFO] LocationSqlManager initialising [2026-05-06,06:17:50.707] [INFO] Location DB initialising [2026-05-06,06:17:50.716] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:17:50.717] [DEBUG] UploadManager Init [2026-05-06,06:17:50.718] [DEBUG] UploadManager Init Complete [2026-05-06,06:17:50.720] [INFO] Initializing GPS... [2026-05-06,06:17:50.722] [INFO] Starting location capture [2026-05-06,06:18:29.225] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:18:29.231] [INFO] LocationSqlManager initialising [2026-05-06,06:18:29.232] [INFO] Location DB initialising [2026-05-06,06:18:29.241] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:18:29.242] [DEBUG] UploadManager Init [2026-05-06,06:18:29.242] [DEBUG] UploadManager Init Complete [2026-05-06,06:18:29.245] [INFO] Initializing GPS... [2026-05-06,06:18:29.248] [INFO] Starting location capture [2026-05-06,06:19:07.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:19:07.975] [INFO] LocationSqlManager initialising [2026-05-06,06:19:07.976] [INFO] Location DB initialising [2026-05-06,06:19:07.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:19:07.986] [DEBUG] UploadManager Init [2026-05-06,06:19:07.986] [DEBUG] UploadManager Init Complete [2026-05-06,06:19:07.989] [INFO] Initializing GPS... [2026-05-06,06:19:07.991] [INFO] Starting location capture [2026-05-06,06:19:46.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:19:46.953] [INFO] LocationSqlManager initialising [2026-05-06,06:19:46.953] [INFO] Location DB initialising [2026-05-06,06:19:46.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:19:46.964] [DEBUG] UploadManager Init [2026-05-06,06:19:46.964] [DEBUG] UploadManager Init Complete [2026-05-06,06:19:46.968] [INFO] Initializing GPS... [2026-05-06,06:19:46.970] [INFO] Starting location capture [2026-05-06,06:20:25.779] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:20:25.787] [INFO] LocationSqlManager initialising [2026-05-06,06:20:25.788] [INFO] Location DB initialising [2026-05-06,06:20:25.799] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:20:25.800] [DEBUG] UploadManager Init [2026-05-06,06:20:25.801] [DEBUG] UploadManager Init Complete [2026-05-06,06:20:25.805] [INFO] Initializing GPS... [2026-05-06,06:20:25.808] [INFO] Starting location capture [2026-05-06,06:21:04.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:21:04.096] [INFO] LocationSqlManager initialising [2026-05-06,06:21:04.096] [INFO] Location DB initialising [2026-05-06,06:21:04.105] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:21:04.106] [DEBUG] UploadManager Init [2026-05-06,06:21:04.106] [DEBUG] UploadManager Init Complete [2026-05-06,06:21:04.109] [INFO] Initializing GPS... [2026-05-06,06:21:04.111] [INFO] Starting location capture [2026-05-06,06:21:43.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:21:43.115] [INFO] LocationSqlManager initialising [2026-05-06,06:21:43.116] [INFO] Location DB initialising [2026-05-06,06:21:43.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:21:43.128] [DEBUG] UploadManager Init [2026-05-06,06:21:43.129] [DEBUG] UploadManager Init Complete [2026-05-06,06:21:43.133] [INFO] Initializing GPS... [2026-05-06,06:21:43.136] [INFO] Starting location capture [2026-05-06,06:22:20.995] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:22:21.001] [INFO] LocationSqlManager initialising [2026-05-06,06:22:21.001] [INFO] Location DB initialising [2026-05-06,06:22:21.010] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:22:21.011] [DEBUG] UploadManager Init [2026-05-06,06:22:21.011] [DEBUG] UploadManager Init Complete [2026-05-06,06:22:21.014] [INFO] Initializing GPS... [2026-05-06,06:22:21.016] [INFO] Starting location capture [2026-05-06,06:22:58.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:22:58.919] [INFO] LocationSqlManager initialising [2026-05-06,06:22:58.920] [INFO] Location DB initialising [2026-05-06,06:22:58.931] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:22:58.932] [DEBUG] UploadManager Init [2026-05-06,06:22:58.933] [DEBUG] UploadManager Init Complete [2026-05-06,06:22:58.937] [INFO] Initializing GPS... [2026-05-06,06:22:58.940] [INFO] Starting location capture [2026-05-06,06:23:37.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:23:37.968] [INFO] LocationSqlManager initialising [2026-05-06,06:23:37.968] [INFO] Location DB initialising [2026-05-06,06:23:37.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:23:37.978] [DEBUG] UploadManager Init [2026-05-06,06:23:37.979] [DEBUG] UploadManager Init Complete [2026-05-06,06:23:37.981] [INFO] Initializing GPS... [2026-05-06,06:23:37.983] [INFO] Starting location capture [2026-05-06,06:24:17.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:24:17.107] [INFO] LocationSqlManager initialising [2026-05-06,06:24:17.108] [INFO] Location DB initialising [2026-05-06,06:24:17.119] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:24:17.120] [DEBUG] UploadManager Init [2026-05-06,06:24:17.121] [DEBUG] UploadManager Init Complete [2026-05-06,06:24:17.125] [INFO] Initializing GPS... [2026-05-06,06:24:17.128] [INFO] Starting location capture [2026-05-06,06:24:55.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:24:55.674] [INFO] LocationSqlManager initialising [2026-05-06,06:24:55.674] [INFO] Location DB initialising [2026-05-06,06:24:55.684] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:24:55.684] [DEBUG] UploadManager Init [2026-05-06,06:24:55.685] [DEBUG] UploadManager Init Complete [2026-05-06,06:24:55.687] [INFO] Initializing GPS... [2026-05-06,06:24:55.689] [INFO] Starting location capture [2026-05-06,06:25:33.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:25:33.862] [INFO] LocationSqlManager initialising [2026-05-06,06:25:33.863] [INFO] Location DB initialising [2026-05-06,06:25:33.874] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:25:33.876] [DEBUG] UploadManager Init [2026-05-06,06:25:33.876] [DEBUG] UploadManager Init Complete [2026-05-06,06:25:33.881] [INFO] Initializing GPS... [2026-05-06,06:25:33.884] [INFO] Starting location capture [2026-05-06,06:26:07.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:26:07.935] [INFO] LocationSqlManager initialising [2026-05-06,06:26:07.936] [INFO] Location DB initialising [2026-05-06,06:26:07.945] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:26:07.946] [DEBUG] UploadManager Init [2026-05-06,06:26:07.946] [DEBUG] UploadManager Init Complete [2026-05-06,06:26:07.949] [INFO] Initializing GPS... [2026-05-06,06:26:07.951] [INFO] Starting location capture [2026-05-06,06:26:46.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:26:46.056] [INFO] LocationSqlManager initialising [2026-05-06,06:26:46.056] [INFO] Location DB initialising [2026-05-06,06:26:46.066] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:26:46.066] [DEBUG] UploadManager Init [2026-05-06,06:26:46.067] [DEBUG] UploadManager Init Complete [2026-05-06,06:26:46.069] [INFO] Initializing GPS... [2026-05-06,06:26:46.071] [INFO] Starting location capture [2026-05-06,06:27:20.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:27:20.943] [INFO] LocationSqlManager initialising [2026-05-06,06:27:20.944] [INFO] Location DB initialising [2026-05-06,06:27:20.956] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:27:20.957] [DEBUG] UploadManager Init [2026-05-06,06:27:20.957] [DEBUG] UploadManager Init Complete [2026-05-06,06:27:20.962] [INFO] Initializing GPS... [2026-05-06,06:27:20.965] [INFO] Starting location capture [2026-05-06,06:27:59.484] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:27:59.489] [INFO] LocationSqlManager initialising [2026-05-06,06:27:59.490] [INFO] Location DB initialising [2026-05-06,06:27:59.499] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:27:59.500] [DEBUG] UploadManager Init [2026-05-06,06:27:59.500] [DEBUG] UploadManager Init Complete [2026-05-06,06:27:59.503] [INFO] Initializing GPS... [2026-05-06,06:27:59.505] [INFO] Starting location capture [2026-05-06,06:28:34.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:28:34.039] [INFO] LocationSqlManager initialising [2026-05-06,06:28:34.039] [INFO] Location DB initialising [2026-05-06,06:28:34.049] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:28:34.050] [DEBUG] UploadManager Init [2026-05-06,06:28:34.050] [DEBUG] UploadManager Init Complete [2026-05-06,06:28:34.053] [INFO] Initializing GPS... [2026-05-06,06:28:34.055] [INFO] Starting location capture [2026-05-06,06:29:13.372] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:29:13.380] [INFO] LocationSqlManager initialising [2026-05-06,06:29:13.381] [INFO] Location DB initialising [2026-05-06,06:29:13.392] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:29:13.394] [DEBUG] UploadManager Init [2026-05-06,06:29:13.394] [DEBUG] UploadManager Init Complete [2026-05-06,06:29:13.399] [INFO] Initializing GPS... [2026-05-06,06:29:13.401] [INFO] Starting location capture [2026-05-06,06:29:50.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:29:50.934] [INFO] LocationSqlManager initialising [2026-05-06,06:29:50.935] [INFO] Location DB initialising [2026-05-06,06:29:50.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:29:50.944] [DEBUG] UploadManager Init [2026-05-06,06:29:50.945] [DEBUG] UploadManager Init Complete [2026-05-06,06:29:50.947] [INFO] Initializing GPS... [2026-05-06,06:29:50.949] [INFO] Starting location capture [2026-05-06,06:30:29.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:30:29.960] [INFO] LocationSqlManager initialising [2026-05-06,06:30:29.961] [INFO] Location DB initialising [2026-05-06,06:30:29.971] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:30:29.972] [DEBUG] UploadManager Init [2026-05-06,06:30:29.972] [DEBUG] UploadManager Init Complete [2026-05-06,06:30:29.976] [INFO] Initializing GPS... [2026-05-06,06:30:29.978] [INFO] Starting location capture [2026-05-06,06:31:07.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:31:07.868] [INFO] LocationSqlManager initialising [2026-05-06,06:31:07.869] [INFO] Location DB initialising [2026-05-06,06:31:07.878] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:31:07.879] [DEBUG] UploadManager Init [2026-05-06,06:31:07.879] [DEBUG] UploadManager Init Complete [2026-05-06,06:31:07.882] [INFO] Initializing GPS... [2026-05-06,06:31:07.884] [INFO] Starting location capture [2026-05-06,06:31:45.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:31:45.935] [INFO] LocationSqlManager initialising [2026-05-06,06:31:45.936] [INFO] Location DB initialising [2026-05-06,06:31:45.946] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:31:45.947] [DEBUG] UploadManager Init [2026-05-06,06:31:45.947] [DEBUG] UploadManager Init Complete [2026-05-06,06:31:45.950] [INFO] Initializing GPS... [2026-05-06,06:31:45.953] [INFO] Starting location capture [2026-05-06,06:32:25.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:32:25.153] [INFO] LocationSqlManager initialising [2026-05-06,06:32:25.154] [INFO] Location DB initialising [2026-05-06,06:32:25.166] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:32:25.167] [DEBUG] UploadManager Init [2026-05-06,06:32:25.168] [DEBUG] UploadManager Init Complete [2026-05-06,06:32:25.173] [INFO] Initializing GPS... [2026-05-06,06:32:25.176] [INFO] Starting location capture [2026-05-06,06:33:02.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:33:02.862] [INFO] LocationSqlManager initialising [2026-05-06,06:33:02.862] [INFO] Location DB initialising [2026-05-06,06:33:02.872] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:33:02.873] [DEBUG] UploadManager Init [2026-05-06,06:33:02.873] [DEBUG] UploadManager Init Complete [2026-05-06,06:33:02.876] [INFO] Initializing GPS... [2026-05-06,06:33:02.878] [INFO] Starting location capture [2026-05-06,06:33:42.422] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:33:42.428] [INFO] LocationSqlManager initialising [2026-05-06,06:33:42.429] [INFO] Location DB initialising [2026-05-06,06:33:42.440] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:33:42.441] [DEBUG] UploadManager Init [2026-05-06,06:33:42.442] [DEBUG] UploadManager Init Complete [2026-05-06,06:33:42.446] [INFO] Initializing GPS... [2026-05-06,06:33:42.449] [INFO] Starting location capture [2026-05-06,06:34:20.893] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:34:20.900] [INFO] LocationSqlManager initialising [2026-05-06,06:34:20.901] [INFO] Location DB initialising [2026-05-06,06:34:20.912] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:34:20.914] [DEBUG] UploadManager Init [2026-05-06,06:34:20.914] [DEBUG] UploadManager Init Complete [2026-05-06,06:34:20.918] [INFO] Initializing GPS... [2026-05-06,06:34:20.921] [INFO] Starting location capture [2026-05-06,06:34:59.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:34:59.059] [INFO] LocationSqlManager initialising [2026-05-06,06:34:59.060] [INFO] Location DB initialising [2026-05-06,06:34:59.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:34:59.070] [DEBUG] UploadManager Init [2026-05-06,06:34:59.070] [DEBUG] UploadManager Init Complete [2026-05-06,06:34:59.073] [INFO] Initializing GPS... [2026-05-06,06:34:59.075] [INFO] Starting location capture [2026-05-06,06:35:37.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:35:37.723] [INFO] LocationSqlManager initialising [2026-05-06,06:35:37.724] [INFO] Location DB initialising [2026-05-06,06:35:37.735] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:35:37.736] [DEBUG] UploadManager Init [2026-05-06,06:35:37.737] [DEBUG] UploadManager Init Complete [2026-05-06,06:35:37.741] [INFO] Initializing GPS... [2026-05-06,06:35:37.744] [INFO] Starting location capture [2026-05-06,06:36:15.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:36:15.918] [INFO] LocationSqlManager initialising [2026-05-06,06:36:15.918] [INFO] Location DB initialising [2026-05-06,06:36:15.929] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:36:15.930] [DEBUG] UploadManager Init [2026-05-06,06:36:15.931] [DEBUG] UploadManager Init Complete [2026-05-06,06:36:15.937] [INFO] Initializing GPS... [2026-05-06,06:36:15.941] [INFO] Starting location capture [2026-05-06,06:36:54.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:36:54.283] [INFO] LocationSqlManager initialising [2026-05-06,06:36:54.283] [INFO] Location DB initialising [2026-05-06,06:36:54.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:36:54.293] [DEBUG] UploadManager Init [2026-05-06,06:36:54.293] [DEBUG] UploadManager Init Complete [2026-05-06,06:36:54.296] [INFO] Initializing GPS... [2026-05-06,06:36:54.298] [INFO] Starting location capture [2026-05-06,06:37:33.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:37:33.084] [INFO] LocationSqlManager initialising [2026-05-06,06:37:33.085] [INFO] Location DB initialising [2026-05-06,06:37:33.099] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:37:33.101] [DEBUG] UploadManager Init [2026-05-06,06:37:33.102] [DEBUG] UploadManager Init Complete [2026-05-06,06:37:33.108] [INFO] Initializing GPS... [2026-05-06,06:37:33.113] [INFO] Starting location capture [2026-05-06,06:38:12.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:38:12.333] [INFO] LocationSqlManager initialising [2026-05-06,06:38:12.334] [INFO] Location DB initialising [2026-05-06,06:38:12.343] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:38:12.344] [DEBUG] UploadManager Init [2026-05-06,06:38:12.344] [DEBUG] UploadManager Init Complete [2026-05-06,06:38:12.347] [INFO] Initializing GPS... [2026-05-06,06:38:12.349] [INFO] Starting location capture [2026-05-06,06:38:50.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:38:50.332] [INFO] LocationSqlManager initialising [2026-05-06,06:38:50.333] [INFO] Location DB initialising [2026-05-06,06:38:50.342] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:38:50.343] [DEBUG] UploadManager Init [2026-05-06,06:38:50.343] [DEBUG] UploadManager Init Complete [2026-05-06,06:38:50.346] [INFO] Initializing GPS... [2026-05-06,06:38:50.348] [INFO] Starting location capture [2026-05-06,06:39:29.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:39:29.118] [INFO] LocationSqlManager initialising [2026-05-06,06:39:29.119] [INFO] Location DB initialising [2026-05-06,06:39:29.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:39:29.129] [DEBUG] UploadManager Init [2026-05-06,06:39:29.129] [DEBUG] UploadManager Init Complete [2026-05-06,06:39:29.132] [INFO] Initializing GPS... [2026-05-06,06:39:29.134] [INFO] Starting location capture [2026-05-06,06:40:06.623] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:40:06.629] [INFO] LocationSqlManager initialising [2026-05-06,06:40:06.629] [INFO] Location DB initialising [2026-05-06,06:40:06.639] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:40:06.640] [DEBUG] UploadManager Init [2026-05-06,06:40:06.641] [DEBUG] UploadManager Init Complete [2026-05-06,06:40:06.644] [INFO] Initializing GPS... [2026-05-06,06:40:06.646] [INFO] Starting location capture [2026-05-06,06:40:44.956] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:40:44.961] [INFO] LocationSqlManager initialising [2026-05-06,06:40:44.962] [INFO] Location DB initialising [2026-05-06,06:40:44.971] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:40:44.972] [DEBUG] UploadManager Init [2026-05-06,06:40:44.972] [DEBUG] UploadManager Init Complete [2026-05-06,06:40:44.975] [INFO] Initializing GPS... [2026-05-06,06:40:44.976] [INFO] Starting location capture [2026-05-06,06:41:24.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:41:24.022] [INFO] LocationSqlManager initialising [2026-05-06,06:41:24.023] [INFO] Location DB initialising [2026-05-06,06:41:24.033] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:41:24.034] [DEBUG] UploadManager Init [2026-05-06,06:41:24.034] [DEBUG] UploadManager Init Complete [2026-05-06,06:41:24.037] [INFO] Initializing GPS... [2026-05-06,06:41:24.039] [INFO] Starting location capture [2026-05-06,06:42:02.142] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:42:02.146] [INFO] LocationSqlManager initialising [2026-05-06,06:42:02.147] [INFO] Location DB initialising [2026-05-06,06:42:02.156] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:42:02.157] [DEBUG] UploadManager Init [2026-05-06,06:42:02.157] [DEBUG] UploadManager Init Complete [2026-05-06,06:42:02.159] [INFO] Initializing GPS... [2026-05-06,06:42:02.161] [INFO] Starting location capture [2026-05-06,06:42:35.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:42:35.856] [INFO] LocationSqlManager initialising [2026-05-06,06:42:35.857] [INFO] Location DB initialising [2026-05-06,06:42:35.868] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:42:35.870] [DEBUG] UploadManager Init [2026-05-06,06:42:35.870] [DEBUG] UploadManager Init Complete [2026-05-06,06:42:35.874] [INFO] Initializing GPS... [2026-05-06,06:42:35.877] [INFO] Starting location capture [2026-05-06,06:43:14.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:43:14.811] [INFO] LocationSqlManager initialising [2026-05-06,06:43:14.812] [INFO] Location DB initialising [2026-05-06,06:43:14.823] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:43:14.824] [DEBUG] UploadManager Init [2026-05-06,06:43:14.825] [DEBUG] UploadManager Init Complete [2026-05-06,06:43:14.830] [INFO] Initializing GPS... [2026-05-06,06:43:14.832] [INFO] Starting location capture [2026-05-06,06:43:53.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:43:53.053] [INFO] LocationSqlManager initialising [2026-05-06,06:43:53.053] [INFO] Location DB initialising [2026-05-06,06:43:53.062] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:43:53.063] [DEBUG] UploadManager Init [2026-05-06,06:43:53.063] [DEBUG] UploadManager Init Complete [2026-05-06,06:43:53.066] [INFO] Initializing GPS... [2026-05-06,06:43:53.068] [INFO] Starting location capture [2026-05-06,06:44:31.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:44:31.325] [INFO] LocationSqlManager initialising [2026-05-06,06:44:31.325] [INFO] Location DB initialising [2026-05-06,06:44:31.335] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:44:31.336] [DEBUG] UploadManager Init [2026-05-06,06:44:31.337] [DEBUG] UploadManager Init Complete [2026-05-06,06:44:31.341] [INFO] Initializing GPS... [2026-05-06,06:44:31.344] [INFO] Starting location capture [2026-05-06,06:45:09.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:45:09.884] [INFO] LocationSqlManager initialising [2026-05-06,06:45:09.885] [INFO] Location DB initialising [2026-05-06,06:45:09.896] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:45:09.897] [DEBUG] UploadManager Init [2026-05-06,06:45:09.897] [DEBUG] UploadManager Init Complete [2026-05-06,06:45:09.902] [INFO] Initializing GPS... [2026-05-06,06:45:09.905] [INFO] Starting location capture [2026-05-06,06:45:48.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:45:48.011] [INFO] LocationSqlManager initialising [2026-05-06,06:45:48.011] [INFO] Location DB initialising [2026-05-06,06:45:48.021] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:45:48.022] [DEBUG] UploadManager Init [2026-05-06,06:45:48.023] [DEBUG] UploadManager Init Complete [2026-05-06,06:45:48.026] [INFO] Initializing GPS... [2026-05-06,06:45:48.028] [INFO] Starting location capture [2026-05-06,06:46:26.746] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:46:26.751] [INFO] LocationSqlManager initialising [2026-05-06,06:46:26.752] [INFO] Location DB initialising [2026-05-06,06:46:26.761] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:46:26.762] [DEBUG] UploadManager Init [2026-05-06,06:46:26.762] [DEBUG] UploadManager Init Complete [2026-05-06,06:46:26.765] [INFO] Initializing GPS... [2026-05-06,06:46:26.767] [INFO] Starting location capture [2026-05-06,06:47:05.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:47:05.124] [INFO] LocationSqlManager initialising [2026-05-06,06:47:05.125] [INFO] Location DB initialising [2026-05-06,06:47:05.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:47:05.136] [DEBUG] UploadManager Init [2026-05-06,06:47:05.136] [DEBUG] UploadManager Init Complete [2026-05-06,06:47:05.139] [INFO] Initializing GPS... [2026-05-06,06:47:05.142] [INFO] Starting location capture [2026-05-06,06:47:42.683] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:47:42.689] [INFO] LocationSqlManager initialising [2026-05-06,06:47:42.690] [INFO] Location DB initialising [2026-05-06,06:47:42.699] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:47:42.700] [DEBUG] UploadManager Init [2026-05-06,06:47:42.700] [DEBUG] UploadManager Init Complete [2026-05-06,06:47:42.703] [INFO] Initializing GPS... [2026-05-06,06:47:42.705] [INFO] Starting location capture [2026-05-06,06:48:21.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:48:21.897] [INFO] LocationSqlManager initialising [2026-05-06,06:48:21.898] [INFO] Location DB initialising [2026-05-06,06:48:21.907] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:48:21.908] [DEBUG] UploadManager Init [2026-05-06,06:48:21.908] [DEBUG] UploadManager Init Complete [2026-05-06,06:48:21.911] [INFO] Initializing GPS... [2026-05-06,06:48:21.913] [INFO] Starting location capture [2026-05-06,06:49:00.539] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:49:00.546] [INFO] LocationSqlManager initialising [2026-05-06,06:49:00.547] [INFO] Location DB initialising [2026-05-06,06:49:00.557] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:49:00.559] [DEBUG] UploadManager Init [2026-05-06,06:49:00.559] [DEBUG] UploadManager Init Complete [2026-05-06,06:49:00.564] [INFO] Initializing GPS... [2026-05-06,06:49:00.567] [INFO] Starting location capture [2026-05-06,06:49:39.261] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:49:39.269] [INFO] LocationSqlManager initialising [2026-05-06,06:49:39.270] [INFO] Location DB initialising [2026-05-06,06:49:39.281] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:49:39.283] [DEBUG] UploadManager Init [2026-05-06,06:49:39.283] [DEBUG] UploadManager Init Complete [2026-05-06,06:49:39.287] [INFO] Initializing GPS... [2026-05-06,06:49:39.290] [INFO] Starting location capture [2026-05-06,06:50:17.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:50:17.007] [INFO] LocationSqlManager initialising [2026-05-06,06:50:17.007] [INFO] Location DB initialising [2026-05-06,06:50:17.017] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:50:17.018] [DEBUG] UploadManager Init [2026-05-06,06:50:17.019] [DEBUG] UploadManager Init Complete [2026-05-06,06:50:17.022] [INFO] Initializing GPS... [2026-05-06,06:50:17.025] [INFO] Starting location capture [2026-05-06,06:50:51.351] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:50:51.357] [INFO] LocationSqlManager initialising [2026-05-06,06:50:51.357] [INFO] Location DB initialising [2026-05-06,06:50:51.366] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:50:51.367] [DEBUG] UploadManager Init [2026-05-06,06:50:51.367] [DEBUG] UploadManager Init Complete [2026-05-06,06:50:51.370] [INFO] Initializing GPS... [2026-05-06,06:50:51.372] [INFO] Starting location capture [2026-05-06,06:51:29.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:51:29.842] [INFO] LocationSqlManager initialising [2026-05-06,06:51:29.843] [INFO] Location DB initialising [2026-05-06,06:51:29.855] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:51:29.856] [DEBUG] UploadManager Init [2026-05-06,06:51:29.857] [DEBUG] UploadManager Init Complete [2026-05-06,06:51:29.861] [INFO] Initializing GPS... [2026-05-06,06:51:29.864] [INFO] Starting location capture [2026-05-06,06:52:08.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:52:08.203] [INFO] LocationSqlManager initialising [2026-05-06,06:52:08.204] [INFO] Location DB initialising [2026-05-06,06:52:08.215] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:52:08.216] [DEBUG] UploadManager Init [2026-05-06,06:52:08.217] [DEBUG] UploadManager Init Complete [2026-05-06,06:52:08.221] [INFO] Initializing GPS... [2026-05-06,06:52:08.224] [INFO] Starting location capture [2026-05-06,06:52:47.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:52:47.033] [INFO] LocationSqlManager initialising [2026-05-06,06:52:47.034] [INFO] Location DB initialising [2026-05-06,06:52:47.044] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:52:47.044] [DEBUG] UploadManager Init [2026-05-06,06:52:47.045] [DEBUG] UploadManager Init Complete [2026-05-06,06:52:47.047] [INFO] Initializing GPS... [2026-05-06,06:52:47.049] [INFO] Starting location capture [2026-05-06,06:53:26.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:53:26.157] [INFO] LocationSqlManager initialising [2026-05-06,06:53:26.158] [INFO] Location DB initialising [2026-05-06,06:53:26.169] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:53:26.171] [DEBUG] UploadManager Init [2026-05-06,06:53:26.171] [DEBUG] UploadManager Init Complete [2026-05-06,06:53:26.176] [INFO] Initializing GPS... [2026-05-06,06:53:26.178] [INFO] Starting location capture [2026-05-06,06:54:03.671] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:54:03.678] [INFO] LocationSqlManager initialising [2026-05-06,06:54:03.679] [INFO] Location DB initialising [2026-05-06,06:54:03.690] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:54:03.691] [DEBUG] UploadManager Init [2026-05-06,06:54:03.692] [DEBUG] UploadManager Init Complete [2026-05-06,06:54:03.696] [INFO] Initializing GPS... [2026-05-06,06:54:03.699] [INFO] Starting location capture [2026-05-06,06:54:38.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:54:38.969] [INFO] LocationSqlManager initialising [2026-05-06,06:54:38.970] [INFO] Location DB initialising [2026-05-06,06:54:38.980] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:54:38.981] [DEBUG] UploadManager Init [2026-05-06,06:54:38.981] [DEBUG] UploadManager Init Complete [2026-05-06,06:54:38.983] [INFO] Initializing GPS... [2026-05-06,06:54:38.985] [INFO] Starting location capture [2026-05-06,06:55:17.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:55:18.006] [INFO] LocationSqlManager initialising [2026-05-06,06:55:18.008] [INFO] Location DB initialising [2026-05-06,06:55:18.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:55:18.020] [DEBUG] UploadManager Init [2026-05-06,06:55:18.020] [DEBUG] UploadManager Init Complete [2026-05-06,06:55:18.024] [INFO] Initializing GPS... [2026-05-06,06:55:18.027] [INFO] Starting location capture [2026-05-06,06:55:55.727] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:55:55.733] [INFO] LocationSqlManager initialising [2026-05-06,06:55:55.734] [INFO] Location DB initialising [2026-05-06,06:55:55.744] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:55:55.744] [DEBUG] UploadManager Init [2026-05-06,06:55:55.745] [DEBUG] UploadManager Init Complete [2026-05-06,06:55:55.747] [INFO] Initializing GPS... [2026-05-06,06:55:55.749] [INFO] Starting location capture [2026-05-06,06:56:34.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:56:34.044] [INFO] LocationSqlManager initialising [2026-05-06,06:56:34.045] [INFO] Location DB initialising [2026-05-06,06:56:34.057] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:56:34.058] [DEBUG] UploadManager Init [2026-05-06,06:56:34.059] [DEBUG] UploadManager Init Complete [2026-05-06,06:56:34.063] [INFO] Initializing GPS... [2026-05-06,06:56:34.066] [INFO] Starting location capture [2026-05-06,06:57:07.972] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:57:07.977] [INFO] LocationSqlManager initialising [2026-05-06,06:57:07.978] [INFO] Location DB initialising [2026-05-06,06:57:07.987] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:57:07.988] [DEBUG] UploadManager Init [2026-05-06,06:57:07.988] [DEBUG] UploadManager Init Complete [2026-05-06,06:57:07.991] [INFO] Initializing GPS... [2026-05-06,06:57:07.993] [INFO] Starting location capture [2026-05-06,06:57:41.845] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:57:41.854] [INFO] LocationSqlManager initialising [2026-05-06,06:57:41.855] [INFO] Location DB initialising [2026-05-06,06:57:41.866] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:57:41.867] [DEBUG] UploadManager Init [2026-05-06,06:57:41.867] [DEBUG] UploadManager Init Complete [2026-05-06,06:57:41.872] [INFO] Initializing GPS... [2026-05-06,06:57:41.874] [INFO] Starting location capture [2026-05-06,06:58:20.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:58:20.998] [INFO] LocationSqlManager initialising [2026-05-06,06:58:20.999] [INFO] Location DB initialising [2026-05-06,06:58:21.008] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:58:21.009] [DEBUG] UploadManager Init [2026-05-06,06:58:21.009] [DEBUG] UploadManager Init Complete [2026-05-06,06:58:21.012] [INFO] Initializing GPS... [2026-05-06,06:58:21.014] [INFO] Starting location capture [2026-05-06,06:58:58.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:58:58.835] [INFO] LocationSqlManager initialising [2026-05-06,06:58:58.835] [INFO] Location DB initialising [2026-05-06,06:58:58.846] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:58:58.846] [DEBUG] UploadManager Init [2026-05-06,06:58:58.847] [DEBUG] UploadManager Init Complete [2026-05-06,06:58:58.850] [INFO] Initializing GPS... [2026-05-06,06:58:58.852] [INFO] Starting location capture [2026-05-06,06:59:37.944] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:59:37.950] [INFO] LocationSqlManager initialising [2026-05-06,06:59:37.950] [INFO] Location DB initialising [2026-05-06,06:59:37.960] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:59:37.960] [DEBUG] UploadManager Init [2026-05-06,06:59:37.961] [DEBUG] UploadManager Init Complete [2026-05-06,06:59:37.963] [INFO] Initializing GPS... [2026-05-06,06:59:37.965] [INFO] Starting location capture [2026-05-06,07:00:15.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:00:15.805] [INFO] LocationSqlManager initialising [2026-05-06,07:00:15.805] [INFO] Location DB initialising [2026-05-06,07:00:15.815] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:00:15.816] [DEBUG] UploadManager Init [2026-05-06,07:00:15.816] [DEBUG] UploadManager Init Complete [2026-05-06,07:00:15.819] [INFO] Initializing GPS... [2026-05-06,07:00:15.821] [INFO] Starting location capture [2026-05-06,07:00:54.995] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:00:55.000] [INFO] LocationSqlManager initialising [2026-05-06,07:00:55.000] [INFO] Location DB initialising [2026-05-06,07:00:55.011] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:00:55.012] [DEBUG] UploadManager Init [2026-05-06,07:00:55.013] [DEBUG] UploadManager Init Complete [2026-05-06,07:00:55.019] [INFO] Initializing GPS... [2026-05-06,07:00:55.023] [INFO] Starting location capture [2026-05-06,07:01:32.604] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:01:32.610] [INFO] LocationSqlManager initialising [2026-05-06,07:01:32.611] [INFO] Location DB initialising [2026-05-06,07:01:32.620] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:01:32.621] [DEBUG] UploadManager Init [2026-05-06,07:01:32.621] [DEBUG] UploadManager Init Complete [2026-05-06,07:01:32.624] [INFO] Initializing GPS... [2026-05-06,07:01:32.626] [INFO] Starting location capture [2026-05-06,07:02:12.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:02:12.051] [INFO] LocationSqlManager initialising [2026-05-06,07:02:12.051] [INFO] Location DB initialising [2026-05-06,07:02:12.061] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:02:12.061] [DEBUG] UploadManager Init [2026-05-06,07:02:12.062] [DEBUG] UploadManager Init Complete [2026-05-06,07:02:12.064] [INFO] Initializing GPS... [2026-05-06,07:02:12.066] [INFO] Starting location capture [2026-05-06,07:02:50.465] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:02:50.470] [INFO] LocationSqlManager initialising [2026-05-06,07:02:50.471] [INFO] Location DB initialising [2026-05-06,07:02:50.481] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:02:50.482] [DEBUG] UploadManager Init [2026-05-06,07:02:50.482] [DEBUG] UploadManager Init Complete [2026-05-06,07:02:50.486] [INFO] Initializing GPS... [2026-05-06,07:02:50.488] [INFO] Starting location capture [2026-05-06,07:03:28.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:03:28.872] [INFO] LocationSqlManager initialising [2026-05-06,07:03:28.873] [INFO] Location DB initialising [2026-05-06,07:03:28.887] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:03:28.888] [DEBUG] UploadManager Init [2026-05-06,07:03:28.890] [DEBUG] UploadManager Init Complete [2026-05-06,07:03:28.895] [INFO] Initializing GPS... [2026-05-06,07:03:28.898] [INFO] Starting location capture [2026-05-06,07:04:06.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:04:06.805] [INFO] LocationSqlManager initialising [2026-05-06,07:04:06.806] [INFO] Location DB initialising [2026-05-06,07:04:06.815] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:04:06.816] [DEBUG] UploadManager Init [2026-05-06,07:04:06.817] [DEBUG] UploadManager Init Complete [2026-05-06,07:04:06.820] [INFO] Initializing GPS... [2026-05-06,07:04:06.822] [INFO] Starting location capture [2026-05-06,07:04:46.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:04:46.035] [INFO] LocationSqlManager initialising [2026-05-06,07:04:46.036] [INFO] Location DB initialising [2026-05-06,07:04:46.046] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:04:46.048] [DEBUG] UploadManager Init [2026-05-06,07:04:46.048] [DEBUG] UploadManager Init Complete [2026-05-06,07:04:46.052] [INFO] Initializing GPS... [2026-05-06,07:04:46.055] [INFO] Starting location capture [2026-05-06,07:05:24.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:05:24.132] [INFO] LocationSqlManager initialising [2026-05-06,07:05:24.133] [INFO] Location DB initialising [2026-05-06,07:05:24.143] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:05:24.143] [DEBUG] UploadManager Init [2026-05-06,07:05:24.144] [DEBUG] UploadManager Init Complete [2026-05-06,07:05:24.146] [INFO] Initializing GPS... [2026-05-06,07:05:24.148] [INFO] Starting location capture [2026-05-06,07:06:03.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:06:03.103] [INFO] LocationSqlManager initialising [2026-05-06,07:06:03.104] [INFO] Location DB initialising [2026-05-06,07:06:03.115] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:06:03.116] [DEBUG] UploadManager Init [2026-05-06,07:06:03.117] [DEBUG] UploadManager Init Complete [2026-05-06,07:06:03.121] [INFO] Initializing GPS... [2026-05-06,07:06:03.124] [INFO] Starting location capture [2026-05-06,07:06:41.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:06:41.782] [INFO] LocationSqlManager initialising [2026-05-06,07:06:41.783] [INFO] Location DB initialising [2026-05-06,07:06:41.793] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:06:41.794] [DEBUG] UploadManager Init [2026-05-06,07:06:41.794] [DEBUG] UploadManager Init Complete [2026-05-06,07:06:41.797] [INFO] Initializing GPS... [2026-05-06,07:06:41.799] [INFO] Starting location capture [2026-05-06,07:07:20.316] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:07:20.321] [INFO] LocationSqlManager initialising [2026-05-06,07:07:20.321] [INFO] Location DB initialising [2026-05-06,07:07:20.331] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:07:20.331] [DEBUG] UploadManager Init [2026-05-06,07:07:20.332] [DEBUG] UploadManager Init Complete [2026-05-06,07:07:20.334] [INFO] Initializing GPS... [2026-05-06,07:07:20.336] [INFO] Starting location capture [2026-05-06,07:07:59.128] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:07:59.133] [INFO] LocationSqlManager initialising [2026-05-06,07:07:59.133] [INFO] Location DB initialising [2026-05-06,07:07:59.143] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:07:59.143] [DEBUG] UploadManager Init [2026-05-06,07:07:59.144] [DEBUG] UploadManager Init Complete [2026-05-06,07:07:59.146] [INFO] Initializing GPS... [2026-05-06,07:07:59.148] [INFO] Starting location capture [2026-05-06,07:08:37.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:08:37.045] [INFO] LocationSqlManager initialising [2026-05-06,07:08:37.046] [INFO] Location DB initialising [2026-05-06,07:08:37.057] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:08:37.058] [DEBUG] UploadManager Init [2026-05-06,07:08:37.059] [DEBUG] UploadManager Init Complete [2026-05-06,07:08:37.063] [INFO] Initializing GPS... [2026-05-06,07:08:37.066] [INFO] Starting location capture [2026-05-06,07:09:15.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:09:15.974] [INFO] LocationSqlManager initialising [2026-05-06,07:09:15.975] [INFO] Location DB initialising [2026-05-06,07:09:15.987] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:09:15.988] [DEBUG] UploadManager Init [2026-05-06,07:09:15.989] [DEBUG] UploadManager Init Complete [2026-05-06,07:09:15.993] [INFO] Initializing GPS... [2026-05-06,07:09:15.996] [INFO] Starting location capture [2026-05-06,07:09:53.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:09:53.811] [INFO] LocationSqlManager initialising [2026-05-06,07:09:53.812] [INFO] Location DB initialising [2026-05-06,07:09:53.822] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:09:53.822] [DEBUG] UploadManager Init [2026-05-06,07:09:53.823] [DEBUG] UploadManager Init Complete [2026-05-06,07:09:53.826] [INFO] Initializing GPS... [2026-05-06,07:09:53.828] [INFO] Starting location capture [2026-05-06,07:10:32.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:10:32.864] [INFO] LocationSqlManager initialising [2026-05-06,07:10:32.865] [INFO] Location DB initialising [2026-05-06,07:10:32.875] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:10:32.876] [DEBUG] UploadManager Init [2026-05-06,07:10:32.876] [DEBUG] UploadManager Init Complete [2026-05-06,07:10:32.879] [INFO] Initializing GPS... [2026-05-06,07:10:32.881] [INFO] Starting location capture [2026-05-06,07:11:12.657] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:11:12.662] [INFO] LocationSqlManager initialising [2026-05-06,07:11:12.662] [INFO] Location DB initialising [2026-05-06,07:11:12.672] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:11:12.673] [DEBUG] UploadManager Init [2026-05-06,07:11:12.673] [DEBUG] UploadManager Init Complete [2026-05-06,07:11:12.675] [INFO] Initializing GPS... [2026-05-06,07:11:12.677] [INFO] Starting location capture [2026-05-06,07:11:51.069] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:11:51.076] [INFO] LocationSqlManager initialising [2026-05-06,07:11:51.077] [INFO] Location DB initialising [2026-05-06,07:11:51.088] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:11:51.089] [DEBUG] UploadManager Init [2026-05-06,07:11:51.090] [DEBUG] UploadManager Init Complete [2026-05-06,07:11:51.093] [INFO] Initializing GPS... [2026-05-06,07:11:51.096] [INFO] Starting location capture [2026-05-06,07:12:28.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:12:28.758] [INFO] LocationSqlManager initialising [2026-05-06,07:12:28.759] [INFO] Location DB initialising [2026-05-06,07:12:28.770] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:12:28.772] [DEBUG] UploadManager Init [2026-05-06,07:12:28.773] [DEBUG] UploadManager Init Complete [2026-05-06,07:12:28.777] [INFO] Initializing GPS... [2026-05-06,07:12:28.780] [INFO] Starting location capture [2026-05-06,07:13:07.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:13:07.026] [INFO] LocationSqlManager initialising [2026-05-06,07:13:07.029] [INFO] Location DB initialising [2026-05-06,07:13:07.040] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:13:07.040] [DEBUG] UploadManager Init [2026-05-06,07:13:07.041] [DEBUG] UploadManager Init Complete [2026-05-06,07:13:07.044] [INFO] Initializing GPS... [2026-05-06,07:13:07.047] [INFO] Starting location capture [2026-05-06,07:13:47.166] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:13:47.172] [INFO] LocationSqlManager initialising [2026-05-06,07:13:47.172] [INFO] Location DB initialising [2026-05-06,07:13:47.182] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:13:47.183] [DEBUG] UploadManager Init [2026-05-06,07:13:47.183] [DEBUG] UploadManager Init Complete [2026-05-06,07:13:47.187] [INFO] Initializing GPS... [2026-05-06,07:13:47.189] [INFO] Starting location capture [2026-05-06,07:14:24.862] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:14:24.866] [INFO] LocationSqlManager initialising [2026-05-06,07:14:24.866] [INFO] Location DB initialising [2026-05-06,07:14:24.875] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:14:24.876] [DEBUG] UploadManager Init [2026-05-06,07:14:24.876] [DEBUG] UploadManager Init Complete [2026-05-06,07:14:24.879] [INFO] Initializing GPS... [2026-05-06,07:14:24.881] [INFO] Starting location capture [2026-05-06,07:15:03.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:15:03.930] [INFO] LocationSqlManager initialising [2026-05-06,07:15:03.930] [INFO] Location DB initialising [2026-05-06,07:15:03.940] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:15:03.941] [DEBUG] UploadManager Init [2026-05-06,07:15:03.942] [DEBUG] UploadManager Init Complete [2026-05-06,07:15:03.945] [INFO] Initializing GPS... [2026-05-06,07:15:03.947] [INFO] Starting location capture [2026-05-06,07:15:43.387] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:15:43.392] [INFO] LocationSqlManager initialising [2026-05-06,07:15:43.393] [INFO] Location DB initialising [2026-05-06,07:15:43.402] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:15:43.403] [DEBUG] UploadManager Init [2026-05-06,07:15:43.403] [DEBUG] UploadManager Init Complete [2026-05-06,07:15:43.406] [INFO] Initializing GPS... [2026-05-06,07:15:43.408] [INFO] Starting location capture [2026-05-06,07:16:21.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:16:21.022] [INFO] LocationSqlManager initialising [2026-05-06,07:16:21.023] [INFO] Location DB initialising [2026-05-06,07:16:21.032] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:16:21.032] [DEBUG] UploadManager Init [2026-05-06,07:16:21.033] [DEBUG] UploadManager Init Complete [2026-05-06,07:16:21.036] [INFO] Initializing GPS... [2026-05-06,07:16:21.038] [INFO] Starting location capture [2026-05-06,07:17:00.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:17:00.200] [INFO] LocationSqlManager initialising [2026-05-06,07:17:00.200] [INFO] Location DB initialising [2026-05-06,07:17:00.210] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:17:00.210] [DEBUG] UploadManager Init [2026-05-06,07:17:00.211] [DEBUG] UploadManager Init Complete [2026-05-06,07:17:00.214] [INFO] Initializing GPS... [2026-05-06,07:17:00.216] [INFO] Starting location capture [2026-05-06,07:17:37.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:17:37.805] [INFO] LocationSqlManager initialising [2026-05-06,07:17:37.805] [INFO] Location DB initialising [2026-05-06,07:17:37.817] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:17:37.818] [DEBUG] UploadManager Init [2026-05-06,07:17:37.819] [DEBUG] UploadManager Init Complete [2026-05-06,07:17:37.824] [INFO] Initializing GPS... [2026-05-06,07:17:37.827] [INFO] Starting location capture [2026-05-06,07:18:17.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:18:17.138] [INFO] LocationSqlManager initialising [2026-05-06,07:18:17.139] [INFO] Location DB initialising [2026-05-06,07:18:17.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:18:17.150] [DEBUG] UploadManager Init [2026-05-06,07:18:17.151] [DEBUG] UploadManager Init Complete [2026-05-06,07:18:17.154] [INFO] Initializing GPS... [2026-05-06,07:18:17.157] [INFO] Starting location capture [2026-05-06,07:18:55.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:18:55.080] [INFO] LocationSqlManager initialising [2026-05-06,07:18:55.081] [INFO] Location DB initialising [2026-05-06,07:18:55.093] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:18:55.094] [DEBUG] UploadManager Init [2026-05-06,07:18:55.094] [DEBUG] UploadManager Init Complete [2026-05-06,07:18:55.099] [INFO] Initializing GPS... [2026-05-06,07:18:55.102] [INFO] Starting location capture [2026-05-06,07:19:34.467] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:19:34.475] [INFO] LocationSqlManager initialising [2026-05-06,07:19:34.476] [INFO] Location DB initialising [2026-05-06,07:19:34.486] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:19:34.488] [DEBUG] UploadManager Init [2026-05-06,07:19:34.489] [DEBUG] UploadManager Init Complete [2026-05-06,07:19:34.493] [INFO] Initializing GPS... [2026-05-06,07:19:34.496] [INFO] Starting location capture [2026-05-06,07:20:11.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:20:11.390] [INFO] LocationSqlManager initialising [2026-05-06,07:20:11.390] [INFO] Location DB initialising [2026-05-06,07:20:11.399] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:20:11.400] [DEBUG] UploadManager Init [2026-05-06,07:20:11.400] [DEBUG] UploadManager Init Complete [2026-05-06,07:20:11.403] [INFO] Initializing GPS... [2026-05-06,07:20:11.405] [INFO] Starting location capture [2026-05-06,07:20:51.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:20:51.198] [INFO] LocationSqlManager initialising [2026-05-06,07:20:51.198] [INFO] Location DB initialising [2026-05-06,07:20:51.208] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:20:51.208] [DEBUG] UploadManager Init [2026-05-06,07:20:51.209] [DEBUG] UploadManager Init Complete [2026-05-06,07:20:51.211] [INFO] Initializing GPS... [2026-05-06,07:20:51.213] [INFO] Starting location capture [2026-05-06,07:21:31.535] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:21:31.540] [INFO] LocationSqlManager initialising [2026-05-06,07:21:31.541] [INFO] Location DB initialising [2026-05-06,07:21:31.552] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:21:31.553] [DEBUG] UploadManager Init [2026-05-06,07:21:31.554] [DEBUG] UploadManager Init Complete [2026-05-06,07:21:31.558] [INFO] Initializing GPS... [2026-05-06,07:21:31.561] [INFO] Starting location capture [2026-05-06,07:22:09.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:22:09.741] [INFO] LocationSqlManager initialising [2026-05-06,07:22:09.742] [INFO] Location DB initialising [2026-05-06,07:22:09.753] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:22:09.754] [DEBUG] UploadManager Init [2026-05-06,07:22:09.755] [DEBUG] UploadManager Init Complete [2026-05-06,07:22:09.759] [INFO] Initializing GPS... [2026-05-06,07:22:09.762] [INFO] Starting location capture [2026-05-06,07:22:48.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:22:48.122] [INFO] LocationSqlManager initialising [2026-05-06,07:22:48.123] [INFO] Location DB initialising [2026-05-06,07:22:48.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:22:48.136] [DEBUG] UploadManager Init [2026-05-06,07:22:48.137] [DEBUG] UploadManager Init Complete [2026-05-06,07:22:48.140] [INFO] Initializing GPS... [2026-05-06,07:22:48.142] [INFO] Starting location capture [2026-05-06,07:23:26.048] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:23:26.056] [INFO] LocationSqlManager initialising [2026-05-06,07:23:26.057] [INFO] Location DB initialising [2026-05-06,07:23:26.068] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:23:26.069] [DEBUG] UploadManager Init [2026-05-06,07:23:26.070] [DEBUG] UploadManager Init Complete [2026-05-06,07:23:26.074] [INFO] Initializing GPS... [2026-05-06,07:23:26.077] [INFO] Starting location capture [2026-05-06,07:24:04.759] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:24:04.766] [INFO] LocationSqlManager initialising [2026-05-06,07:24:04.767] [INFO] Location DB initialising [2026-05-06,07:24:04.778] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:24:04.779] [DEBUG] UploadManager Init [2026-05-06,07:24:04.779] [DEBUG] UploadManager Init Complete [2026-05-06,07:24:04.784] [INFO] Initializing GPS... [2026-05-06,07:24:04.786] [INFO] Starting location capture [2026-05-06,07:24:42.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:24:42.892] [INFO] LocationSqlManager initialising [2026-05-06,07:24:42.892] [INFO] Location DB initialising [2026-05-06,07:24:42.902] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:24:42.903] [DEBUG] UploadManager Init [2026-05-06,07:24:42.903] [DEBUG] UploadManager Init Complete [2026-05-06,07:24:42.907] [INFO] Initializing GPS... [2026-05-06,07:24:42.909] [INFO] Starting location capture [2026-05-06,07:25:18.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:25:18.017] [INFO] LocationSqlManager initialising [2026-05-06,07:25:18.017] [INFO] Location DB initialising [2026-05-06,07:25:18.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:25:18.027] [DEBUG] UploadManager Init [2026-05-06,07:25:18.028] [DEBUG] UploadManager Init Complete [2026-05-06,07:25:18.031] [INFO] Initializing GPS... [2026-05-06,07:25:18.033] [INFO] Starting location capture [2026-05-06,07:25:57.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:25:57.064] [INFO] LocationSqlManager initialising [2026-05-06,07:25:57.065] [INFO] Location DB initialising [2026-05-06,07:25:57.076] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:25:57.079] [DEBUG] UploadManager Init [2026-05-06,07:25:57.080] [DEBUG] UploadManager Init Complete [2026-05-06,07:25:57.087] [INFO] Initializing GPS... [2026-05-06,07:25:57.092] [INFO] Starting location capture [2026-05-06,07:26:35.305] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:26:35.312] [INFO] LocationSqlManager initialising [2026-05-06,07:26:35.313] [INFO] Location DB initialising [2026-05-06,07:26:35.324] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:26:35.325] [DEBUG] UploadManager Init [2026-05-06,07:26:35.326] [DEBUG] UploadManager Init Complete [2026-05-06,07:26:35.331] [INFO] Initializing GPS... [2026-05-06,07:26:35.333] [INFO] Starting location capture [2026-05-06,07:27:13.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:27:13.953] [INFO] LocationSqlManager initialising [2026-05-06,07:27:13.954] [INFO] Location DB initialising [2026-05-06,07:27:13.965] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:27:13.966] [DEBUG] UploadManager Init [2026-05-06,07:27:13.967] [DEBUG] UploadManager Init Complete [2026-05-06,07:27:13.971] [INFO] Initializing GPS... [2026-05-06,07:27:13.974] [INFO] Starting location capture [2026-05-06,07:27:53.396] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:27:53.401] [INFO] LocationSqlManager initialising [2026-05-06,07:27:53.401] [INFO] Location DB initialising [2026-05-06,07:27:53.410] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:27:53.411] [DEBUG] UploadManager Init [2026-05-06,07:27:53.412] [DEBUG] UploadManager Init Complete [2026-05-06,07:27:53.414] [INFO] Initializing GPS... [2026-05-06,07:27:53.416] [INFO] Starting location capture [2026-05-06,07:28:31.739] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:28:31.747] [INFO] LocationSqlManager initialising [2026-05-06,07:28:31.748] [INFO] Location DB initialising [2026-05-06,07:28:31.759] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:28:31.760] [DEBUG] UploadManager Init [2026-05-06,07:28:31.761] [DEBUG] UploadManager Init Complete [2026-05-06,07:28:31.765] [INFO] Initializing GPS... [2026-05-06,07:28:31.768] [INFO] Starting location capture [2026-05-06,07:29:09.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:29:09.987] [INFO] LocationSqlManager initialising [2026-05-06,07:29:09.987] [INFO] Location DB initialising [2026-05-06,07:29:09.996] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:29:09.997] [DEBUG] UploadManager Init [2026-05-06,07:29:09.997] [DEBUG] UploadManager Init Complete [2026-05-06,07:29:10.000] [INFO] Initializing GPS... [2026-05-06,07:29:10.002] [INFO] Starting location capture [2026-05-06,07:29:49.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:29:49.196] [INFO] LocationSqlManager initialising [2026-05-06,07:29:49.196] [INFO] Location DB initialising [2026-05-06,07:29:49.206] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:29:49.207] [DEBUG] UploadManager Init [2026-05-06,07:29:49.208] [DEBUG] UploadManager Init Complete [2026-05-06,07:29:49.211] [INFO] Initializing GPS... [2026-05-06,07:29:49.213] [INFO] Starting location capture [2026-05-06,07:30:27.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:30:27.100] [INFO] LocationSqlManager initialising [2026-05-06,07:30:27.100] [INFO] Location DB initialising [2026-05-06,07:30:27.112] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:30:27.113] [DEBUG] UploadManager Init [2026-05-06,07:30:27.114] [DEBUG] UploadManager Init Complete [2026-05-06,07:30:27.118] [INFO] Initializing GPS... [2026-05-06,07:30:27.121] [INFO] Starting location capture [2026-05-06,07:31:06.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:31:06.183] [INFO] LocationSqlManager initialising [2026-05-06,07:31:06.184] [INFO] Location DB initialising [2026-05-06,07:31:06.193] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:31:06.194] [DEBUG] UploadManager Init [2026-05-06,07:31:06.194] [DEBUG] UploadManager Init Complete [2026-05-06,07:31:06.196] [INFO] Initializing GPS... [2026-05-06,07:31:06.198] [INFO] Starting location capture [2026-05-06,07:31:44.884] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:31:44.891] [INFO] LocationSqlManager initialising [2026-05-06,07:31:44.892] [INFO] Location DB initialising [2026-05-06,07:31:44.903] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:31:44.904] [DEBUG] UploadManager Init [2026-05-06,07:31:44.904] [DEBUG] UploadManager Init Complete [2026-05-06,07:31:44.907] [INFO] Initializing GPS... [2026-05-06,07:31:44.910] [INFO] Starting location capture [2026-05-06,07:32:18.252] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:32:18.257] [INFO] LocationSqlManager initialising [2026-05-06,07:32:18.257] [INFO] Location DB initialising [2026-05-06,07:32:18.266] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:32:18.267] [DEBUG] UploadManager Init [2026-05-06,07:32:18.267] [DEBUG] UploadManager Init Complete [2026-05-06,07:32:18.270] [INFO] Initializing GPS... [2026-05-06,07:32:18.272] [INFO] Starting location capture [2026-05-06,07:32:56.457] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:32:56.463] [INFO] LocationSqlManager initialising [2026-05-06,07:32:56.463] [INFO] Location DB initialising [2026-05-06,07:32:56.473] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:32:56.474] [DEBUG] UploadManager Init [2026-05-06,07:32:56.474] [DEBUG] UploadManager Init Complete [2026-05-06,07:32:56.477] [INFO] Initializing GPS... [2026-05-06,07:32:56.478] [INFO] Starting location capture [2026-05-06,07:33:34.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:33:34.937] [INFO] LocationSqlManager initialising [2026-05-06,07:33:34.938] [INFO] Location DB initialising [2026-05-06,07:33:34.949] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:33:34.951] [DEBUG] UploadManager Init [2026-05-06,07:33:34.951] [DEBUG] UploadManager Init Complete [2026-05-06,07:33:34.956] [INFO] Initializing GPS... [2026-05-06,07:33:34.959] [INFO] Starting location capture [2026-05-06,07:34:14.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:34:14.106] [INFO] LocationSqlManager initialising [2026-05-06,07:34:14.107] [INFO] Location DB initialising [2026-05-06,07:34:14.118] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:34:14.119] [DEBUG] UploadManager Init [2026-05-06,07:34:14.119] [DEBUG] UploadManager Init Complete [2026-05-06,07:34:14.124] [INFO] Initializing GPS... [2026-05-06,07:34:14.127] [INFO] Starting location capture [2026-05-06,07:34:52.757] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:34:52.763] [INFO] LocationSqlManager initialising [2026-05-06,07:34:52.763] [INFO] Location DB initialising [2026-05-06,07:34:52.773] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:34:52.774] [DEBUG] UploadManager Init [2026-05-06,07:34:52.774] [DEBUG] UploadManager Init Complete [2026-05-06,07:34:52.778] [INFO] Initializing GPS... [2026-05-06,07:34:52.780] [INFO] Starting location capture [2026-05-06,07:35:31.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:35:31.122] [INFO] LocationSqlManager initialising [2026-05-06,07:35:31.122] [INFO] Location DB initialising [2026-05-06,07:35:31.132] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:35:31.132] [DEBUG] UploadManager Init [2026-05-06,07:35:31.133] [DEBUG] UploadManager Init Complete [2026-05-06,07:35:31.135] [INFO] Initializing GPS... [2026-05-06,07:35:31.137] [INFO] Starting location capture [2026-05-06,07:36:10.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:36:10.059] [INFO] LocationSqlManager initialising [2026-05-06,07:36:10.059] [INFO] Location DB initialising [2026-05-06,07:36:10.068] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:36:10.069] [DEBUG] UploadManager Init [2026-05-06,07:36:10.069] [DEBUG] UploadManager Init Complete [2026-05-06,07:36:10.072] [INFO] Initializing GPS... [2026-05-06,07:36:10.074] [INFO] Starting location capture [2026-05-06,07:36:48.995] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:36:49.002] [INFO] LocationSqlManager initialising [2026-05-06,07:36:49.003] [INFO] Location DB initialising [2026-05-06,07:36:49.014] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:36:49.016] [DEBUG] UploadManager Init [2026-05-06,07:36:49.017] [DEBUG] UploadManager Init Complete [2026-05-06,07:36:49.021] [INFO] Initializing GPS... [2026-05-06,07:36:49.024] [INFO] Starting location capture [2026-05-06,07:37:27.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:37:27.017] [INFO] LocationSqlManager initialising [2026-05-06,07:37:27.018] [INFO] Location DB initialising [2026-05-06,07:37:27.029] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:37:27.031] [DEBUG] UploadManager Init [2026-05-06,07:37:27.031] [DEBUG] UploadManager Init Complete [2026-05-06,07:37:27.035] [INFO] Initializing GPS... [2026-05-06,07:37:27.038] [INFO] Starting location capture [2026-05-06,07:38:05.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:38:05.179] [INFO] LocationSqlManager initialising [2026-05-06,07:38:05.180] [INFO] Location DB initialising [2026-05-06,07:38:05.189] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:38:05.189] [DEBUG] UploadManager Init [2026-05-06,07:38:05.190] [DEBUG] UploadManager Init Complete [2026-05-06,07:38:05.192] [INFO] Initializing GPS... [2026-05-06,07:38:05.194] [INFO] Starting location capture [2026-05-06,07:38:43.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:38:43.790] [INFO] LocationSqlManager initialising [2026-05-06,07:38:43.790] [INFO] Location DB initialising [2026-05-06,07:38:43.800] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:38:43.800] [DEBUG] UploadManager Init [2026-05-06,07:38:43.801] [DEBUG] UploadManager Init Complete [2026-05-06,07:38:43.803] [INFO] Initializing GPS... [2026-05-06,07:38:43.806] [INFO] Starting location capture [2026-05-06,07:39:21.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:39:21.896] [INFO] LocationSqlManager initialising [2026-05-06,07:39:21.897] [INFO] Location DB initialising [2026-05-06,07:39:21.908] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:39:21.908] [DEBUG] UploadManager Init [2026-05-06,07:39:21.909] [DEBUG] UploadManager Init Complete [2026-05-06,07:39:21.913] [INFO] Initializing GPS... [2026-05-06,07:39:21.915] [INFO] Starting location capture [2026-05-06,07:40:00.562] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:40:00.567] [INFO] LocationSqlManager initialising [2026-05-06,07:40:00.567] [INFO] Location DB initialising [2026-05-06,07:40:00.577] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:40:00.578] [DEBUG] UploadManager Init [2026-05-06,07:40:00.578] [DEBUG] UploadManager Init Complete [2026-05-06,07:40:00.581] [INFO] Initializing GPS... [2026-05-06,07:40:00.583] [INFO] Starting location capture [2026-05-06,07:40:38.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:40:38.989] [INFO] LocationSqlManager initialising [2026-05-06,07:40:38.989] [INFO] Location DB initialising [2026-05-06,07:40:39.001] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:40:39.002] [DEBUG] UploadManager Init [2026-05-06,07:40:39.003] [DEBUG] UploadManager Init Complete [2026-05-06,07:40:39.007] [INFO] Initializing GPS... [2026-05-06,07:40:39.010] [INFO] Starting location capture [2026-05-06,07:41:17.532] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:41:17.536] [INFO] LocationSqlManager initialising [2026-05-06,07:41:17.536] [INFO] Location DB initialising [2026-05-06,07:41:17.546] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:41:17.546] [DEBUG] UploadManager Init [2026-05-06,07:41:17.547] [DEBUG] UploadManager Init Complete [2026-05-06,07:41:17.549] [INFO] Initializing GPS... [2026-05-06,07:41:17.551] [INFO] Starting location capture [2026-05-06,07:41:55.874] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:41:55.880] [INFO] LocationSqlManager initialising [2026-05-06,07:41:55.880] [INFO] Location DB initialising [2026-05-06,07:41:55.890] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:41:55.891] [DEBUG] UploadManager Init [2026-05-06,07:41:55.891] [DEBUG] UploadManager Init Complete [2026-05-06,07:41:55.896] [INFO] Initializing GPS... [2026-05-06,07:41:55.898] [INFO] Starting location capture [2026-05-06,07:42:34.308] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:42:34.312] [INFO] LocationSqlManager initialising [2026-05-06,07:42:34.312] [INFO] Location DB initialising [2026-05-06,07:42:34.322] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:42:34.323] [DEBUG] UploadManager Init [2026-05-06,07:42:34.323] [DEBUG] UploadManager Init Complete [2026-05-06,07:42:34.326] [INFO] Initializing GPS... [2026-05-06,07:42:34.329] [INFO] Starting location capture [2026-05-06,07:43:12.712] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:43:12.720] [INFO] LocationSqlManager initialising [2026-05-06,07:43:12.721] [INFO] Location DB initialising [2026-05-06,07:43:12.733] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:43:12.734] [DEBUG] UploadManager Init [2026-05-06,07:43:12.735] [DEBUG] UploadManager Init Complete [2026-05-06,07:43:12.739] [INFO] Initializing GPS... [2026-05-06,07:43:12.743] [INFO] Starting location capture [2026-05-06,07:43:51.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:43:51.060] [INFO] LocationSqlManager initialising [2026-05-06,07:43:51.061] [INFO] Location DB initialising [2026-05-06,07:43:51.072] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:43:51.073] [DEBUG] UploadManager Init [2026-05-06,07:43:51.074] [DEBUG] UploadManager Init Complete [2026-05-06,07:43:51.078] [INFO] Initializing GPS... [2026-05-06,07:43:51.083] [INFO] Starting location capture [2026-05-06,07:44:29.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:44:29.694] [INFO] LocationSqlManager initialising [2026-05-06,07:44:29.695] [INFO] Location DB initialising [2026-05-06,07:44:29.704] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:44:29.705] [DEBUG] UploadManager Init [2026-05-06,07:44:29.706] [DEBUG] UploadManager Init Complete [2026-05-06,07:44:29.708] [INFO] Initializing GPS... [2026-05-06,07:44:29.710] [INFO] Starting location capture [2026-05-06,07:45:08.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:45:08.050] [INFO] LocationSqlManager initialising [2026-05-06,07:45:08.051] [INFO] Location DB initialising [2026-05-06,07:45:08.062] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:45:08.063] [DEBUG] UploadManager Init [2026-05-06,07:45:08.064] [DEBUG] UploadManager Init Complete [2026-05-06,07:45:08.068] [INFO] Initializing GPS... [2026-05-06,07:45:08.071] [INFO] Starting location capture [2026-05-06,07:45:47.408] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:45:47.415] [INFO] LocationSqlManager initialising [2026-05-06,07:45:47.416] [INFO] Location DB initialising [2026-05-06,07:45:47.427] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:45:47.428] [DEBUG] UploadManager Init [2026-05-06,07:45:47.429] [DEBUG] UploadManager Init Complete [2026-05-06,07:45:47.434] [INFO] Initializing GPS... [2026-05-06,07:45:47.437] [INFO] Starting location capture [2026-05-06,07:46:26.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:46:26.213] [INFO] LocationSqlManager initialising [2026-05-06,07:46:26.214] [INFO] Location DB initialising [2026-05-06,07:46:26.223] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:46:26.223] [DEBUG] UploadManager Init [2026-05-06,07:46:26.224] [DEBUG] UploadManager Init Complete [2026-05-06,07:46:26.226] [INFO] Initializing GPS... [2026-05-06,07:46:26.228] [INFO] Starting location capture [2026-05-06,07:47:04.220] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:47:04.225] [INFO] LocationSqlManager initialising [2026-05-06,07:47:04.226] [INFO] Location DB initialising [2026-05-06,07:47:04.239] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:47:04.241] [DEBUG] UploadManager Init [2026-05-06,07:47:04.242] [DEBUG] UploadManager Init Complete [2026-05-06,07:47:04.249] [INFO] Initializing GPS... [2026-05-06,07:47:04.252] [INFO] Starting location capture [2026-05-06,07:47:43.074] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:47:43.079] [INFO] LocationSqlManager initialising [2026-05-06,07:47:43.079] [INFO] Location DB initialising [2026-05-06,07:47:43.088] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:47:43.089] [DEBUG] UploadManager Init [2026-05-06,07:47:43.089] [DEBUG] UploadManager Init Complete [2026-05-06,07:47:43.092] [INFO] Initializing GPS... [2026-05-06,07:47:43.094] [INFO] Starting location capture [2026-05-06,07:48:21.789] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:48:21.797] [INFO] LocationSqlManager initialising [2026-05-06,07:48:21.798] [INFO] Location DB initialising [2026-05-06,07:48:21.809] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:48:21.810] [DEBUG] UploadManager Init [2026-05-06,07:48:21.811] [DEBUG] UploadManager Init Complete [2026-05-06,07:48:21.815] [INFO] Initializing GPS... [2026-05-06,07:48:21.818] [INFO] Starting location capture [2026-05-06,07:48:59.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:48:59.902] [INFO] LocationSqlManager initialising [2026-05-06,07:48:59.903] [INFO] Location DB initialising [2026-05-06,07:48:59.915] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:48:59.916] [DEBUG] UploadManager Init [2026-05-06,07:48:59.916] [DEBUG] UploadManager Init Complete [2026-05-06,07:48:59.921] [INFO] Initializing GPS... [2026-05-06,07:48:59.924] [INFO] Starting location capture [2026-05-06,07:49:37.561] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:49:37.566] [INFO] LocationSqlManager initialising [2026-05-06,07:49:37.567] [INFO] Location DB initialising [2026-05-06,07:49:37.576] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:49:37.577] [DEBUG] UploadManager Init [2026-05-06,07:49:37.577] [DEBUG] UploadManager Init Complete [2026-05-06,07:49:37.580] [INFO] Initializing GPS... [2026-05-06,07:49:37.582] [INFO] Starting location capture [2026-05-06,07:50:13.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:50:13.115] [INFO] LocationSqlManager initialising [2026-05-06,07:50:13.116] [INFO] Location DB initialising [2026-05-06,07:50:13.125] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:50:13.126] [DEBUG] UploadManager Init [2026-05-06,07:50:13.126] [DEBUG] UploadManager Init Complete [2026-05-06,07:50:13.129] [INFO] Initializing GPS... [2026-05-06,07:50:13.131] [INFO] Starting location capture [2026-05-06,07:50:50.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:50:50.814] [INFO] LocationSqlManager initialising [2026-05-06,07:50:50.815] [INFO] Location DB initialising [2026-05-06,07:50:50.825] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:50:50.826] [DEBUG] UploadManager Init [2026-05-06,07:50:50.826] [DEBUG] UploadManager Init Complete [2026-05-06,07:50:50.830] [INFO] Initializing GPS... [2026-05-06,07:50:50.832] [INFO] Starting location capture [2026-05-06,07:51:28.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:51:28.855] [INFO] LocationSqlManager initialising [2026-05-06,07:51:28.855] [INFO] Location DB initialising [2026-05-06,07:51:28.865] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:51:28.865] [DEBUG] UploadManager Init [2026-05-06,07:51:28.866] [DEBUG] UploadManager Init Complete [2026-05-06,07:51:28.869] [INFO] Initializing GPS... [2026-05-06,07:51:28.871] [INFO] Starting location capture [2026-05-06,07:52:08.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:52:08.021] [INFO] LocationSqlManager initialising [2026-05-06,07:52:08.021] [INFO] Location DB initialising [2026-05-06,07:52:08.031] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:52:08.031] [DEBUG] UploadManager Init [2026-05-06,07:52:08.032] [DEBUG] UploadManager Init Complete [2026-05-06,07:52:08.034] [INFO] Initializing GPS... [2026-05-06,07:52:08.036] [INFO] Starting location capture [2026-05-06,07:52:45.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:52:45.934] [INFO] LocationSqlManager initialising [2026-05-06,07:52:45.935] [INFO] Location DB initialising [2026-05-06,07:52:45.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:52:45.945] [DEBUG] UploadManager Init [2026-05-06,07:52:45.945] [DEBUG] UploadManager Init Complete [2026-05-06,07:52:45.948] [INFO] Initializing GPS... [2026-05-06,07:52:45.950] [INFO] Starting location capture [2026-05-06,07:53:25.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:53:25.097] [INFO] LocationSqlManager initialising [2026-05-06,07:53:25.098] [INFO] Location DB initialising [2026-05-06,07:53:25.107] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:53:25.107] [DEBUG] UploadManager Init [2026-05-06,07:53:25.108] [DEBUG] UploadManager Init Complete [2026-05-06,07:53:25.110] [INFO] Initializing GPS... [2026-05-06,07:53:25.112] [INFO] Starting location capture [2026-05-06,07:54:04.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:54:04.012] [INFO] LocationSqlManager initialising [2026-05-06,07:54:04.012] [INFO] Location DB initialising [2026-05-06,07:54:04.022] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:54:04.022] [DEBUG] UploadManager Init [2026-05-06,07:54:04.023] [DEBUG] UploadManager Init Complete [2026-05-06,07:54:04.026] [INFO] Initializing GPS... [2026-05-06,07:54:04.028] [INFO] Starting location capture [2026-05-06,07:54:42.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:54:42.268] [INFO] LocationSqlManager initialising [2026-05-06,07:54:42.268] [INFO] Location DB initialising [2026-05-06,07:54:42.278] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:54:42.279] [DEBUG] UploadManager Init [2026-05-06,07:54:42.279] [DEBUG] UploadManager Init Complete [2026-05-06,07:54:42.282] [INFO] Initializing GPS... [2026-05-06,07:54:42.284] [INFO] Starting location capture [2026-05-06,07:55:19.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:55:19.934] [INFO] LocationSqlManager initialising [2026-05-06,07:55:19.934] [INFO] Location DB initialising [2026-05-06,07:55:19.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:55:19.945] [DEBUG] UploadManager Init [2026-05-06,07:55:19.946] [DEBUG] UploadManager Init Complete [2026-05-06,07:55:19.952] [INFO] Initializing GPS... [2026-05-06,07:55:19.958] [INFO] Starting location capture [2026-05-06,07:55:58.694] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:55:58.699] [INFO] LocationSqlManager initialising [2026-05-06,07:55:58.699] [INFO] Location DB initialising [2026-05-06,07:55:58.708] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:55:58.709] [DEBUG] UploadManager Init [2026-05-06,07:55:58.709] [DEBUG] UploadManager Init Complete [2026-05-06,07:55:58.712] [INFO] Initializing GPS... [2026-05-06,07:55:58.714] [INFO] Starting location capture [2026-05-06,07:56:38.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:56:38.073] [INFO] LocationSqlManager initialising [2026-05-06,07:56:38.074] [INFO] Location DB initialising [2026-05-06,07:56:38.084] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:56:38.085] [DEBUG] UploadManager Init [2026-05-06,07:56:38.085] [DEBUG] UploadManager Init Complete [2026-05-06,07:56:38.091] [INFO] Initializing GPS... [2026-05-06,07:56:38.093] [INFO] Starting location capture [2026-05-06,07:57:16.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:57:16.835] [INFO] LocationSqlManager initialising [2026-05-06,07:57:16.836] [INFO] Location DB initialising [2026-05-06,07:57:16.847] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:57:16.849] [DEBUG] UploadManager Init [2026-05-06,07:57:16.849] [DEBUG] UploadManager Init Complete [2026-05-06,07:57:16.854] [INFO] Initializing GPS... [2026-05-06,07:57:16.857] [INFO] Starting location capture [2026-05-06,07:57:54.651] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:57:54.659] [INFO] LocationSqlManager initialising [2026-05-06,07:57:54.660] [INFO] Location DB initialising [2026-05-06,07:57:54.674] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:57:54.675] [DEBUG] UploadManager Init [2026-05-06,07:57:54.677] [DEBUG] UploadManager Init Complete [2026-05-06,07:57:54.683] [INFO] Initializing GPS... [2026-05-06,07:57:54.687] [INFO] Starting location capture [2026-05-06,07:58:34.396] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:58:34.401] [INFO] LocationSqlManager initialising [2026-05-06,07:58:34.402] [INFO] Location DB initialising [2026-05-06,07:58:34.411] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:58:34.412] [DEBUG] UploadManager Init [2026-05-06,07:58:34.412] [DEBUG] UploadManager Init Complete [2026-05-06,07:58:34.415] [INFO] Initializing GPS... [2026-05-06,07:58:34.417] [INFO] Starting location capture [2026-05-06,07:59:11.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:59:11.856] [INFO] LocationSqlManager initialising [2026-05-06,07:59:11.857] [INFO] Location DB initialising [2026-05-06,07:59:11.866] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:59:11.867] [DEBUG] UploadManager Init [2026-05-06,07:59:11.867] [DEBUG] UploadManager Init Complete [2026-05-06,07:59:11.870] [INFO] Initializing GPS... [2026-05-06,07:59:11.872] [INFO] Starting location capture [2026-05-06,07:59:51.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,07:59:51.247] [INFO] LocationSqlManager initialising [2026-05-06,07:59:51.248] [INFO] Location DB initialising [2026-05-06,07:59:51.258] [INFO] LocationSqlManager initialisation complete [2026-05-06,07:59:51.258] [DEBUG] UploadManager Init [2026-05-06,07:59:51.259] [DEBUG] UploadManager Init Complete [2026-05-06,07:59:51.262] [INFO] Initializing GPS... [2026-05-06,07:59:51.264] [INFO] Starting location capture [2026-05-06,08:00:29.299] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:00:29.305] [INFO] LocationSqlManager initialising [2026-05-06,08:00:29.305] [INFO] Location DB initialising [2026-05-06,08:00:29.315] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:00:29.315] [DEBUG] UploadManager Init [2026-05-06,08:00:29.315] [DEBUG] UploadManager Init Complete [2026-05-06,08:00:29.318] [INFO] Initializing GPS... [2026-05-06,08:00:29.320] [INFO] Starting location capture [2026-05-06,08:01:07.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:01:07.920] [INFO] LocationSqlManager initialising [2026-05-06,08:01:07.921] [INFO] Location DB initialising [2026-05-06,08:01:07.936] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:01:07.937] [DEBUG] UploadManager Init [2026-05-06,08:01:07.938] [DEBUG] UploadManager Init Complete [2026-05-06,08:01:07.945] [INFO] Initializing GPS... [2026-05-06,08:01:07.949] [INFO] Starting location capture [2026-05-06,08:01:46.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:01:46.235] [INFO] LocationSqlManager initialising [2026-05-06,08:01:46.235] [INFO] Location DB initialising [2026-05-06,08:01:46.246] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:01:46.247] [DEBUG] UploadManager Init [2026-05-06,08:01:46.247] [DEBUG] UploadManager Init Complete [2026-05-06,08:01:46.251] [INFO] Initializing GPS... [2026-05-06,08:01:46.253] [INFO] Starting location capture [2026-05-06,08:02:24.441] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:02:24.446] [INFO] LocationSqlManager initialising [2026-05-06,08:02:24.447] [INFO] Location DB initialising [2026-05-06,08:02:24.456] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:02:24.457] [DEBUG] UploadManager Init [2026-05-06,08:02:24.457] [DEBUG] UploadManager Init Complete [2026-05-06,08:02:24.460] [INFO] Initializing GPS... [2026-05-06,08:02:24.462] [INFO] Starting location capture [2026-05-06,08:03:03.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:03:03.139] [INFO] LocationSqlManager initialising [2026-05-06,08:03:03.139] [INFO] Location DB initialising [2026-05-06,08:03:03.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:03:03.149] [DEBUG] UploadManager Init [2026-05-06,08:03:03.150] [DEBUG] UploadManager Init Complete [2026-05-06,08:03:03.152] [INFO] Initializing GPS... [2026-05-06,08:03:03.154] [INFO] Starting location capture [2026-05-06,08:03:42.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:03:42.185] [INFO] LocationSqlManager initialising [2026-05-06,08:03:42.185] [INFO] Location DB initialising [2026-05-06,08:03:42.197] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:03:42.198] [DEBUG] UploadManager Init [2026-05-06,08:03:42.199] [DEBUG] UploadManager Init Complete [2026-05-06,08:03:42.203] [INFO] Initializing GPS... [2026-05-06,08:03:42.206] [INFO] Starting location capture [2026-05-06,08:04:21.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:04:21.076] [INFO] LocationSqlManager initialising [2026-05-06,08:04:21.077] [INFO] Location DB initialising [2026-05-06,08:04:21.090] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:04:21.091] [DEBUG] UploadManager Init [2026-05-06,08:04:21.091] [DEBUG] UploadManager Init Complete [2026-05-06,08:04:21.094] [INFO] Initializing GPS... [2026-05-06,08:04:21.096] [INFO] Starting location capture [2026-05-06,08:05:00.438] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:05:00.443] [INFO] LocationSqlManager initialising [2026-05-06,08:05:00.444] [INFO] Location DB initialising [2026-05-06,08:05:00.453] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:05:00.454] [DEBUG] UploadManager Init [2026-05-06,08:05:00.454] [DEBUG] UploadManager Init Complete [2026-05-06,08:05:00.457] [INFO] Initializing GPS... [2026-05-06,08:05:00.459] [INFO] Starting location capture [2026-05-06,08:05:37.872] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:05:37.877] [INFO] LocationSqlManager initialising [2026-05-06,08:05:37.878] [INFO] Location DB initialising [2026-05-06,08:05:37.890] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:05:37.891] [DEBUG] UploadManager Init [2026-05-06,08:05:37.892] [DEBUG] UploadManager Init Complete [2026-05-06,08:05:37.897] [INFO] Initializing GPS... [2026-05-06,08:05:37.900] [INFO] Starting location capture [2026-05-06,08:06:17.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:06:17.110] [INFO] LocationSqlManager initialising [2026-05-06,08:06:17.111] [INFO] Location DB initialising [2026-05-06,08:06:17.121] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:06:17.122] [DEBUG] UploadManager Init [2026-05-06,08:06:17.122] [DEBUG] UploadManager Init Complete [2026-05-06,08:06:17.125] [INFO] Initializing GPS... [2026-05-06,08:06:17.127] [INFO] Starting location capture [2026-05-06,08:06:56.629] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:06:56.632] [INFO] LocationSqlManager initialising [2026-05-06,08:06:56.633] [INFO] Location DB initialising [2026-05-06,08:06:56.642] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:06:56.643] [DEBUG] UploadManager Init [2026-05-06,08:06:56.643] [DEBUG] UploadManager Init Complete [2026-05-06,08:06:56.646] [INFO] Initializing GPS... [2026-05-06,08:06:56.648] [INFO] Starting location capture [2026-05-06,08:07:34.619] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:07:34.625] [INFO] LocationSqlManager initialising [2026-05-06,08:07:34.625] [INFO] Location DB initialising [2026-05-06,08:07:34.635] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:07:34.635] [DEBUG] UploadManager Init [2026-05-06,08:07:34.636] [DEBUG] UploadManager Init Complete [2026-05-06,08:07:34.639] [INFO] Initializing GPS... [2026-05-06,08:07:34.641] [INFO] Starting location capture [2026-05-06,08:08:14.142] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:08:14.147] [INFO] LocationSqlManager initialising [2026-05-06,08:08:14.148] [INFO] Location DB initialising [2026-05-06,08:08:14.157] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:08:14.158] [DEBUG] UploadManager Init [2026-05-06,08:08:14.158] [DEBUG] UploadManager Init Complete [2026-05-06,08:08:14.161] [INFO] Initializing GPS... [2026-05-06,08:08:14.163] [INFO] Starting location capture [2026-05-06,08:08:52.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:08:52.193] [INFO] LocationSqlManager initialising [2026-05-06,08:08:52.194] [INFO] Location DB initialising [2026-05-06,08:08:52.204] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:08:52.204] [DEBUG] UploadManager Init [2026-05-06,08:08:52.205] [DEBUG] UploadManager Init Complete [2026-05-06,08:08:52.207] [INFO] Initializing GPS... [2026-05-06,08:08:52.209] [INFO] Starting location capture [2026-05-06,08:09:31.842] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:09:31.848] [INFO] LocationSqlManager initialising [2026-05-06,08:09:31.849] [INFO] Location DB initialising [2026-05-06,08:09:31.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:09:31.859] [DEBUG] UploadManager Init [2026-05-06,08:09:31.859] [DEBUG] UploadManager Init Complete [2026-05-06,08:09:31.863] [INFO] Initializing GPS... [2026-05-06,08:09:31.865] [INFO] Starting location capture [2026-05-06,08:10:11.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:10:11.174] [INFO] LocationSqlManager initialising [2026-05-06,08:10:11.174] [INFO] Location DB initialising [2026-05-06,08:10:11.184] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:10:11.184] [DEBUG] UploadManager Init [2026-05-06,08:10:11.185] [DEBUG] UploadManager Init Complete [2026-05-06,08:10:11.187] [INFO] Initializing GPS... [2026-05-06,08:10:11.189] [INFO] Starting location capture [2026-05-06,08:10:49.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:10:49.257] [INFO] LocationSqlManager initialising [2026-05-06,08:10:49.258] [INFO] Location DB initialising [2026-05-06,08:10:49.269] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:10:49.270] [DEBUG] UploadManager Init [2026-05-06,08:10:49.271] [DEBUG] UploadManager Init Complete [2026-05-06,08:10:49.275] [INFO] Initializing GPS... [2026-05-06,08:10:49.278] [INFO] Starting location capture [2026-05-06,08:11:28.098] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:11:28.103] [INFO] LocationSqlManager initialising [2026-05-06,08:11:28.104] [INFO] Location DB initialising [2026-05-06,08:11:28.113] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:11:28.114] [DEBUG] UploadManager Init [2026-05-06,08:11:28.114] [DEBUG] UploadManager Init Complete [2026-05-06,08:11:28.117] [INFO] Initializing GPS... [2026-05-06,08:11:28.119] [INFO] Starting location capture [2026-05-06,08:12:05.780] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:12:05.787] [INFO] LocationSqlManager initialising [2026-05-06,08:12:05.788] [INFO] Location DB initialising [2026-05-06,08:12:05.805] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:12:05.807] [DEBUG] UploadManager Init [2026-05-06,08:12:05.808] [DEBUG] UploadManager Init Complete [2026-05-06,08:12:05.815] [INFO] Initializing GPS... [2026-05-06,08:12:05.822] [INFO] Starting location capture [2026-05-06,08:12:45.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:12:45.205] [INFO] LocationSqlManager initialising [2026-05-06,08:12:45.206] [INFO] Location DB initialising [2026-05-06,08:12:45.215] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:12:45.216] [DEBUG] UploadManager Init [2026-05-06,08:12:45.216] [DEBUG] UploadManager Init Complete [2026-05-06,08:12:45.219] [INFO] Initializing GPS... [2026-05-06,08:12:45.221] [INFO] Starting location capture [2026-05-06,08:13:23.370] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:13:23.376] [INFO] LocationSqlManager initialising [2026-05-06,08:13:23.377] [INFO] Location DB initialising [2026-05-06,08:13:23.387] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:13:23.388] [DEBUG] UploadManager Init [2026-05-06,08:13:23.388] [DEBUG] UploadManager Init Complete [2026-05-06,08:13:23.391] [INFO] Initializing GPS... [2026-05-06,08:13:23.393] [INFO] Starting location capture [2026-05-06,08:13:57.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:13:57.676] [INFO] LocationSqlManager initialising [2026-05-06,08:13:57.677] [INFO] Location DB initialising [2026-05-06,08:13:57.686] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:13:57.687] [DEBUG] UploadManager Init [2026-05-06,08:13:57.688] [DEBUG] UploadManager Init Complete [2026-05-06,08:13:57.690] [INFO] Initializing GPS... [2026-05-06,08:13:57.693] [INFO] Starting location capture [2026-05-06,08:14:37.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:14:37.182] [INFO] LocationSqlManager initialising [2026-05-06,08:14:37.182] [INFO] Location DB initialising [2026-05-06,08:14:37.192] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:14:37.193] [DEBUG] UploadManager Init [2026-05-06,08:14:37.194] [DEBUG] UploadManager Init Complete [2026-05-06,08:14:37.197] [INFO] Initializing GPS... [2026-05-06,08:14:37.199] [INFO] Starting location capture [2026-05-06,08:15:14.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:15:14.845] [INFO] LocationSqlManager initialising [2026-05-06,08:15:14.846] [INFO] Location DB initialising [2026-05-06,08:15:14.855] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:15:14.856] [DEBUG] UploadManager Init [2026-05-06,08:15:14.856] [DEBUG] UploadManager Init Complete [2026-05-06,08:15:14.858] [INFO] Initializing GPS... [2026-05-06,08:15:14.860] [INFO] Starting location capture [2026-05-06,08:15:53.666] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:15:53.673] [INFO] LocationSqlManager initialising [2026-05-06,08:15:53.674] [INFO] Location DB initialising [2026-05-06,08:15:53.684] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:15:53.686] [DEBUG] UploadManager Init [2026-05-06,08:15:53.687] [DEBUG] UploadManager Init Complete [2026-05-06,08:15:53.691] [INFO] Initializing GPS... [2026-05-06,08:15:53.694] [INFO] Starting location capture [2026-05-06,08:16:32.850] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:16:32.858] [INFO] LocationSqlManager initialising [2026-05-06,08:16:32.861] [INFO] Location DB initialising [2026-05-06,08:16:32.877] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:16:32.879] [DEBUG] UploadManager Init [2026-05-06,08:16:32.880] [DEBUG] UploadManager Init Complete [2026-05-06,08:16:32.886] [INFO] Initializing GPS... [2026-05-06,08:16:32.892] [INFO] Starting location capture [2026-05-06,08:17:12.220] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:17:12.228] [INFO] LocationSqlManager initialising [2026-05-06,08:17:12.229] [INFO] Location DB initialising [2026-05-06,08:17:12.240] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:17:12.242] [DEBUG] UploadManager Init [2026-05-06,08:17:12.242] [DEBUG] UploadManager Init Complete [2026-05-06,08:17:12.247] [INFO] Initializing GPS... [2026-05-06,08:17:12.250] [INFO] Starting location capture [2026-05-06,08:17:50.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:17:50.923] [INFO] LocationSqlManager initialising [2026-05-06,08:17:50.923] [INFO] Location DB initialising [2026-05-06,08:17:50.933] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:17:50.933] [DEBUG] UploadManager Init [2026-05-06,08:17:50.934] [DEBUG] UploadManager Init Complete [2026-05-06,08:17:50.936] [INFO] Initializing GPS... [2026-05-06,08:17:50.938] [INFO] Starting location capture [2026-05-06,08:18:29.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:18:29.262] [INFO] LocationSqlManager initialising [2026-05-06,08:18:29.263] [INFO] Location DB initialising [2026-05-06,08:18:29.274] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:18:29.275] [DEBUG] UploadManager Init [2026-05-06,08:18:29.276] [DEBUG] UploadManager Init Complete [2026-05-06,08:18:29.280] [INFO] Initializing GPS... [2026-05-06,08:18:29.283] [INFO] Starting location capture [2026-05-06,08:19:08.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:19:08.135] [INFO] LocationSqlManager initialising [2026-05-06,08:19:08.136] [INFO] Location DB initialising [2026-05-06,08:19:08.145] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:19:08.146] [DEBUG] UploadManager Init [2026-05-06,08:19:08.147] [DEBUG] UploadManager Init Complete [2026-05-06,08:19:08.149] [INFO] Initializing GPS... [2026-05-06,08:19:08.151] [INFO] Starting location capture [2026-05-06,08:19:42.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:19:42.132] [INFO] LocationSqlManager initialising [2026-05-06,08:19:42.133] [INFO] Location DB initialising [2026-05-06,08:19:42.142] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:19:42.143] [DEBUG] UploadManager Init [2026-05-06,08:19:42.143] [DEBUG] UploadManager Init Complete [2026-05-06,08:19:42.146] [INFO] Initializing GPS... [2026-05-06,08:19:42.148] [INFO] Starting location capture [2026-05-06,08:20:20.289] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:20:20.294] [INFO] LocationSqlManager initialising [2026-05-06,08:20:20.295] [INFO] Location DB initialising [2026-05-06,08:20:20.305] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:20:20.306] [DEBUG] UploadManager Init [2026-05-06,08:20:20.307] [DEBUG] UploadManager Init Complete [2026-05-06,08:20:20.310] [INFO] Initializing GPS... [2026-05-06,08:20:20.312] [INFO] Starting location capture [2026-05-06,08:20:59.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:20:59.076] [INFO] LocationSqlManager initialising [2026-05-06,08:20:59.077] [INFO] Location DB initialising [2026-05-06,08:20:59.089] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:20:59.090] [DEBUG] UploadManager Init [2026-05-06,08:20:59.091] [DEBUG] UploadManager Init Complete [2026-05-06,08:20:59.095] [INFO] Initializing GPS... [2026-05-06,08:20:59.099] [INFO] Starting location capture [2026-05-06,08:21:37.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:21:37.902] [INFO] LocationSqlManager initialising [2026-05-06,08:21:37.902] [INFO] Location DB initialising [2026-05-06,08:21:37.914] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:21:37.915] [DEBUG] UploadManager Init [2026-05-06,08:21:37.916] [DEBUG] UploadManager Init Complete [2026-05-06,08:21:37.919] [INFO] Initializing GPS... [2026-05-06,08:21:37.921] [INFO] Starting location capture [2026-05-06,08:22:16.251] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:22:16.257] [INFO] LocationSqlManager initialising [2026-05-06,08:22:16.257] [INFO] Location DB initialising [2026-05-06,08:22:16.266] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:22:16.267] [DEBUG] UploadManager Init [2026-05-06,08:22:16.268] [DEBUG] UploadManager Init Complete [2026-05-06,08:22:16.270] [INFO] Initializing GPS... [2026-05-06,08:22:16.272] [INFO] Starting location capture [2026-05-06,08:22:55.251] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:22:55.258] [INFO] LocationSqlManager initialising [2026-05-06,08:22:55.259] [INFO] Location DB initialising [2026-05-06,08:22:55.269] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:22:55.271] [DEBUG] UploadManager Init [2026-05-06,08:22:55.271] [DEBUG] UploadManager Init Complete [2026-05-06,08:22:55.275] [INFO] Initializing GPS... [2026-05-06,08:22:55.278] [INFO] Starting location capture [2026-05-06,08:23:33.881] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:23:33.889] [INFO] LocationSqlManager initialising [2026-05-06,08:23:33.890] [INFO] Location DB initialising [2026-05-06,08:23:33.901] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:23:33.902] [DEBUG] UploadManager Init [2026-05-06,08:23:33.903] [DEBUG] UploadManager Init Complete [2026-05-06,08:23:33.907] [INFO] Initializing GPS... [2026-05-06,08:23:33.910] [INFO] Starting location capture [2026-05-06,08:24:12.354] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:24:12.362] [INFO] LocationSqlManager initialising [2026-05-06,08:24:12.363] [INFO] Location DB initialising [2026-05-06,08:24:12.374] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:24:12.375] [DEBUG] UploadManager Init [2026-05-06,08:24:12.376] [DEBUG] UploadManager Init Complete [2026-05-06,08:24:12.380] [INFO] Initializing GPS... [2026-05-06,08:24:12.383] [INFO] Starting location capture [2026-05-06,08:24:50.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:24:50.839] [INFO] LocationSqlManager initialising [2026-05-06,08:24:50.839] [INFO] Location DB initialising [2026-05-06,08:24:50.849] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:24:50.850] [DEBUG] UploadManager Init [2026-05-06,08:24:50.850] [DEBUG] UploadManager Init Complete [2026-05-06,08:24:50.853] [INFO] Initializing GPS... [2026-05-06,08:24:50.855] [INFO] Starting location capture [2026-05-06,08:25:28.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:25:28.982] [INFO] LocationSqlManager initialising [2026-05-06,08:25:28.983] [INFO] Location DB initialising [2026-05-06,08:25:28.995] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:25:28.996] [DEBUG] UploadManager Init [2026-05-06,08:25:28.997] [DEBUG] UploadManager Init Complete [2026-05-06,08:25:29.001] [INFO] Initializing GPS... [2026-05-06,08:25:29.005] [INFO] Starting location capture [2026-05-06,08:26:08.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:26:08.211] [INFO] LocationSqlManager initialising [2026-05-06,08:26:08.211] [INFO] Location DB initialising [2026-05-06,08:26:08.222] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:26:08.223] [DEBUG] UploadManager Init [2026-05-06,08:26:08.224] [DEBUG] UploadManager Init Complete [2026-05-06,08:26:08.227] [INFO] Initializing GPS... [2026-05-06,08:26:08.229] [INFO] Starting location capture [2026-05-06,08:26:46.819] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:26:46.827] [INFO] LocationSqlManager initialising [2026-05-06,08:26:46.828] [INFO] Location DB initialising [2026-05-06,08:26:46.839] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:26:46.840] [DEBUG] UploadManager Init [2026-05-06,08:26:46.841] [DEBUG] UploadManager Init Complete [2026-05-06,08:26:46.845] [INFO] Initializing GPS... [2026-05-06,08:26:46.848] [INFO] Starting location capture [2026-05-06,08:27:24.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:27:24.945] [INFO] LocationSqlManager initialising [2026-05-06,08:27:24.946] [INFO] Location DB initialising [2026-05-06,08:27:24.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:27:24.956] [DEBUG] UploadManager Init [2026-05-06,08:27:24.956] [DEBUG] UploadManager Init Complete [2026-05-06,08:27:24.959] [INFO] Initializing GPS... [2026-05-06,08:27:24.961] [INFO] Starting location capture [2026-05-06,08:28:04.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:28:04.086] [INFO] LocationSqlManager initialising [2026-05-06,08:28:04.087] [INFO] Location DB initialising [2026-05-06,08:28:04.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:28:04.101] [DEBUG] UploadManager Init [2026-05-06,08:28:04.102] [DEBUG] UploadManager Init Complete [2026-05-06,08:28:04.106] [INFO] Initializing GPS... [2026-05-06,08:28:04.109] [INFO] Starting location capture [2026-05-06,08:28:42.971] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:28:42.977] [INFO] LocationSqlManager initialising [2026-05-06,08:28:42.977] [INFO] Location DB initialising [2026-05-06,08:28:42.987] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:28:42.988] [DEBUG] UploadManager Init [2026-05-06,08:28:42.988] [DEBUG] UploadManager Init Complete [2026-05-06,08:28:42.990] [INFO] Initializing GPS... [2026-05-06,08:28:42.992] [INFO] Starting location capture [2026-05-06,08:29:20.723] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:29:20.731] [INFO] LocationSqlManager initialising [2026-05-06,08:29:20.732] [INFO] Location DB initialising [2026-05-06,08:29:20.743] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:29:20.745] [DEBUG] UploadManager Init [2026-05-06,08:29:20.745] [DEBUG] UploadManager Init Complete [2026-05-06,08:29:20.750] [INFO] Initializing GPS... [2026-05-06,08:29:20.753] [INFO] Starting location capture [2026-05-06,08:29:54.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:29:54.894] [INFO] LocationSqlManager initialising [2026-05-06,08:29:54.895] [INFO] Location DB initialising [2026-05-06,08:29:54.906] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:29:54.907] [DEBUG] UploadManager Init [2026-05-06,08:29:54.908] [DEBUG] UploadManager Init Complete [2026-05-06,08:29:54.913] [INFO] Initializing GPS... [2026-05-06,08:29:54.915] [INFO] Starting location capture [2026-05-06,08:30:33.310] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:30:33.316] [INFO] LocationSqlManager initialising [2026-05-06,08:30:33.316] [INFO] Location DB initialising [2026-05-06,08:30:33.326] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:30:33.327] [DEBUG] UploadManager Init [2026-05-06,08:30:33.327] [DEBUG] UploadManager Init Complete [2026-05-06,08:30:33.330] [INFO] Initializing GPS... [2026-05-06,08:30:33.332] [INFO] Starting location capture [2026-05-06,08:31:12.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:31:12.116] [INFO] LocationSqlManager initialising [2026-05-06,08:31:12.117] [INFO] Location DB initialising [2026-05-06,08:31:12.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:31:12.129] [DEBUG] UploadManager Init [2026-05-06,08:31:12.130] [DEBUG] UploadManager Init Complete [2026-05-06,08:31:12.134] [INFO] Initializing GPS... [2026-05-06,08:31:12.137] [INFO] Starting location capture [2026-05-06,08:31:49.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:31:49.972] [INFO] LocationSqlManager initialising [2026-05-06,08:31:49.973] [INFO] Location DB initialising [2026-05-06,08:31:49.982] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:31:49.983] [DEBUG] UploadManager Init [2026-05-06,08:31:49.983] [DEBUG] UploadManager Init Complete [2026-05-06,08:31:49.986] [INFO] Initializing GPS... [2026-05-06,08:31:49.988] [INFO] Starting location capture [2026-05-06,08:32:28.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:32:28.876] [INFO] LocationSqlManager initialising [2026-05-06,08:32:28.877] [INFO] Location DB initialising [2026-05-06,08:32:28.887] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:32:28.887] [DEBUG] UploadManager Init [2026-05-06,08:32:28.887] [DEBUG] UploadManager Init Complete [2026-05-06,08:32:28.890] [INFO] Initializing GPS... [2026-05-06,08:32:28.892] [INFO] Starting location capture [2026-05-06,08:33:06.998] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:33:07.004] [INFO] LocationSqlManager initialising [2026-05-06,08:33:07.006] [INFO] Location DB initialising [2026-05-06,08:33:07.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:33:07.019] [DEBUG] UploadManager Init [2026-05-06,08:33:07.020] [DEBUG] UploadManager Init Complete [2026-05-06,08:33:07.024] [INFO] Initializing GPS... [2026-05-06,08:33:07.028] [INFO] Starting location capture [2026-05-06,08:33:46.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:33:46.015] [INFO] LocationSqlManager initialising [2026-05-06,08:33:46.015] [INFO] Location DB initialising [2026-05-06,08:33:46.025] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:33:46.026] [DEBUG] UploadManager Init [2026-05-06,08:33:46.027] [DEBUG] UploadManager Init Complete [2026-05-06,08:33:46.030] [INFO] Initializing GPS... [2026-05-06,08:33:46.032] [INFO] Starting location capture [2026-05-06,08:34:24.463] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:34:24.470] [INFO] LocationSqlManager initialising [2026-05-06,08:34:24.471] [INFO] Location DB initialising [2026-05-06,08:34:24.483] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:34:24.484] [DEBUG] UploadManager Init [2026-05-06,08:34:24.484] [DEBUG] UploadManager Init Complete [2026-05-06,08:34:24.489] [INFO] Initializing GPS... [2026-05-06,08:34:24.492] [INFO] Starting location capture [2026-05-06,08:35:02.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:35:02.856] [INFO] LocationSqlManager initialising [2026-05-06,08:35:02.857] [INFO] Location DB initialising [2026-05-06,08:35:02.869] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:35:02.870] [DEBUG] UploadManager Init [2026-05-06,08:35:02.871] [DEBUG] UploadManager Init Complete [2026-05-06,08:35:02.875] [INFO] Initializing GPS... [2026-05-06,08:35:02.878] [INFO] Starting location capture [2026-05-06,08:35:40.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:35:40.921] [INFO] LocationSqlManager initialising [2026-05-06,08:35:40.922] [INFO] Location DB initialising [2026-05-06,08:35:40.934] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:35:40.935] [DEBUG] UploadManager Init [2026-05-06,08:35:40.935] [DEBUG] UploadManager Init Complete [2026-05-06,08:35:40.940] [INFO] Initializing GPS... [2026-05-06,08:35:40.943] [INFO] Starting location capture [2026-05-06,08:36:20.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:36:20.074] [INFO] LocationSqlManager initialising [2026-05-06,08:36:20.075] [INFO] Location DB initialising [2026-05-06,08:36:20.090] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:36:20.091] [DEBUG] UploadManager Init [2026-05-06,08:36:20.092] [DEBUG] UploadManager Init Complete [2026-05-06,08:36:20.097] [INFO] Initializing GPS... [2026-05-06,08:36:20.101] [INFO] Starting location capture [2026-05-06,08:36:59.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:36:59.111] [INFO] LocationSqlManager initialising [2026-05-06,08:36:59.112] [INFO] Location DB initialising [2026-05-06,08:36:59.129] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:36:59.131] [DEBUG] UploadManager Init [2026-05-06,08:36:59.133] [DEBUG] UploadManager Init Complete [2026-05-06,08:36:59.139] [INFO] Initializing GPS... [2026-05-06,08:36:59.142] [INFO] Starting location capture [2026-05-06,08:37:37.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:37:37.721] [INFO] LocationSqlManager initialising [2026-05-06,08:37:37.722] [INFO] Location DB initialising [2026-05-06,08:37:37.733] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:37:37.734] [DEBUG] UploadManager Init [2026-05-06,08:37:37.735] [DEBUG] UploadManager Init Complete [2026-05-06,08:37:37.740] [INFO] Initializing GPS... [2026-05-06,08:37:37.743] [INFO] Starting location capture [2026-05-06,08:38:11.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:38:11.918] [INFO] LocationSqlManager initialising [2026-05-06,08:38:11.919] [INFO] Location DB initialising [2026-05-06,08:38:11.928] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:38:11.929] [DEBUG] UploadManager Init [2026-05-06,08:38:11.929] [DEBUG] UploadManager Init Complete [2026-05-06,08:38:11.932] [INFO] Initializing GPS... [2026-05-06,08:38:11.934] [INFO] Starting location capture [2026-05-06,08:38:50.095] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:38:50.103] [INFO] LocationSqlManager initialising [2026-05-06,08:38:50.104] [INFO] Location DB initialising [2026-05-06,08:38:50.115] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:38:50.117] [DEBUG] UploadManager Init [2026-05-06,08:38:50.117] [DEBUG] UploadManager Init Complete [2026-05-06,08:38:50.122] [INFO] Initializing GPS... [2026-05-06,08:38:50.125] [INFO] Starting location capture [2026-05-06,08:39:29.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:39:29.067] [INFO] LocationSqlManager initialising [2026-05-06,08:39:29.068] [INFO] Location DB initialising [2026-05-06,08:39:29.077] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:39:29.078] [DEBUG] UploadManager Init [2026-05-06,08:39:29.078] [DEBUG] UploadManager Init Complete [2026-05-06,08:39:29.081] [INFO] Initializing GPS... [2026-05-06,08:39:29.083] [INFO] Starting location capture [2026-05-06,08:40:07.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:40:07.935] [INFO] LocationSqlManager initialising [2026-05-06,08:40:07.936] [INFO] Location DB initialising [2026-05-06,08:40:07.948] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:40:07.949] [DEBUG] UploadManager Init [2026-05-06,08:40:07.950] [DEBUG] UploadManager Init Complete [2026-05-06,08:40:07.954] [INFO] Initializing GPS... [2026-05-06,08:40:07.957] [INFO] Starting location capture [2026-05-06,08:40:46.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:40:46.861] [INFO] LocationSqlManager initialising [2026-05-06,08:40:46.862] [INFO] Location DB initialising [2026-05-06,08:40:46.873] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:40:46.874] [DEBUG] UploadManager Init [2026-05-06,08:40:46.875] [DEBUG] UploadManager Init Complete [2026-05-06,08:40:46.880] [INFO] Initializing GPS... [2026-05-06,08:40:46.883] [INFO] Starting location capture [2026-05-06,08:41:26.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:41:26.343] [INFO] LocationSqlManager initialising [2026-05-06,08:41:26.343] [INFO] Location DB initialising [2026-05-06,08:41:26.353] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:41:26.353] [DEBUG] UploadManager Init [2026-05-06,08:41:26.354] [DEBUG] UploadManager Init Complete [2026-05-06,08:41:26.356] [INFO] Initializing GPS... [2026-05-06,08:41:26.358] [INFO] Starting location capture [2026-05-06,08:42:04.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:42:04.975] [INFO] LocationSqlManager initialising [2026-05-06,08:42:04.975] [INFO] Location DB initialising [2026-05-06,08:42:04.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:42:04.986] [DEBUG] UploadManager Init [2026-05-06,08:42:04.986] [DEBUG] UploadManager Init Complete [2026-05-06,08:42:04.989] [INFO] Initializing GPS... [2026-05-06,08:42:04.992] [INFO] Starting location capture [2026-05-06,08:42:42.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:42:42.936] [INFO] LocationSqlManager initialising [2026-05-06,08:42:42.937] [INFO] Location DB initialising [2026-05-06,08:42:42.949] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:42:42.950] [DEBUG] UploadManager Init [2026-05-06,08:42:42.951] [DEBUG] UploadManager Init Complete [2026-05-06,08:42:42.955] [INFO] Initializing GPS... [2026-05-06,08:42:42.958] [INFO] Starting location capture [2026-05-06,08:43:21.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:43:21.961] [INFO] LocationSqlManager initialising [2026-05-06,08:43:21.962] [INFO] Location DB initialising [2026-05-06,08:43:21.973] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:43:21.974] [DEBUG] UploadManager Init [2026-05-06,08:43:21.975] [DEBUG] UploadManager Init Complete [2026-05-06,08:43:21.980] [INFO] Initializing GPS... [2026-05-06,08:43:21.983] [INFO] Starting location capture [2026-05-06,08:44:00.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:44:00.897] [INFO] LocationSqlManager initialising [2026-05-06,08:44:00.898] [INFO] Location DB initialising [2026-05-06,08:44:00.908] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:44:00.909] [DEBUG] UploadManager Init [2026-05-06,08:44:00.910] [DEBUG] UploadManager Init Complete [2026-05-06,08:44:00.913] [INFO] Initializing GPS... [2026-05-06,08:44:00.915] [INFO] Starting location capture [2026-05-06,08:44:40.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:44:40.009] [INFO] LocationSqlManager initialising [2026-05-06,08:44:40.010] [INFO] Location DB initialising [2026-05-06,08:44:40.019] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:44:40.020] [DEBUG] UploadManager Init [2026-05-06,08:44:40.020] [DEBUG] UploadManager Init Complete [2026-05-06,08:44:40.023] [INFO] Initializing GPS... [2026-05-06,08:44:40.025] [INFO] Starting location capture [2026-05-06,08:45:18.967] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:45:18.972] [INFO] LocationSqlManager initialising [2026-05-06,08:45:18.973] [INFO] Location DB initialising [2026-05-06,08:45:18.982] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:45:18.983] [DEBUG] UploadManager Init [2026-05-06,08:45:18.983] [DEBUG] UploadManager Init Complete [2026-05-06,08:45:18.985] [INFO] Initializing GPS... [2026-05-06,08:45:18.987] [INFO] Starting location capture [2026-05-06,08:45:58.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:45:58.055] [INFO] LocationSqlManager initialising [2026-05-06,08:45:58.056] [INFO] Location DB initialising [2026-05-06,08:45:58.066] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:45:58.067] [DEBUG] UploadManager Init [2026-05-06,08:45:58.067] [DEBUG] UploadManager Init Complete [2026-05-06,08:45:58.070] [INFO] Initializing GPS... [2026-05-06,08:45:58.073] [INFO] Starting location capture [2026-05-06,08:46:36.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:46:36.046] [INFO] LocationSqlManager initialising [2026-05-06,08:46:36.047] [INFO] Location DB initialising [2026-05-06,08:46:36.058] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:46:36.059] [DEBUG] UploadManager Init [2026-05-06,08:46:36.060] [DEBUG] UploadManager Init Complete [2026-05-06,08:46:36.065] [INFO] Initializing GPS... [2026-05-06,08:46:36.067] [INFO] Starting location capture [2026-05-06,08:47:15.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:47:15.182] [INFO] LocationSqlManager initialising [2026-05-06,08:47:15.183] [INFO] Location DB initialising [2026-05-06,08:47:15.193] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:47:15.195] [DEBUG] UploadManager Init [2026-05-06,08:47:15.195] [DEBUG] UploadManager Init Complete [2026-05-06,08:47:15.200] [INFO] Initializing GPS... [2026-05-06,08:47:15.203] [INFO] Starting location capture [2026-05-06,08:47:53.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:47:53.390] [INFO] LocationSqlManager initialising [2026-05-06,08:47:53.391] [INFO] Location DB initialising [2026-05-06,08:47:53.401] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:47:53.401] [DEBUG] UploadManager Init [2026-05-06,08:47:53.402] [DEBUG] UploadManager Init Complete [2026-05-06,08:47:53.404] [INFO] Initializing GPS... [2026-05-06,08:47:53.406] [INFO] Starting location capture [2026-05-06,08:48:32.441] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:48:32.449] [INFO] LocationSqlManager initialising [2026-05-06,08:48:32.450] [INFO] Location DB initialising [2026-05-06,08:48:32.461] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:48:32.463] [DEBUG] UploadManager Init [2026-05-06,08:48:32.463] [DEBUG] UploadManager Init Complete [2026-05-06,08:48:32.467] [INFO] Initializing GPS... [2026-05-06,08:48:32.470] [INFO] Starting location capture [2026-05-06,08:49:09.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:49:09.969] [INFO] LocationSqlManager initialising [2026-05-06,08:49:09.970] [INFO] Location DB initialising [2026-05-06,08:49:09.980] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:49:09.981] [DEBUG] UploadManager Init [2026-05-06,08:49:09.982] [DEBUG] UploadManager Init Complete [2026-05-06,08:49:09.985] [INFO] Initializing GPS... [2026-05-06,08:49:09.988] [INFO] Starting location capture [2026-05-06,08:49:48.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:49:48.901] [INFO] LocationSqlManager initialising [2026-05-06,08:49:48.902] [INFO] Location DB initialising [2026-05-06,08:49:48.911] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:49:48.912] [DEBUG] UploadManager Init [2026-05-06,08:49:48.912] [DEBUG] UploadManager Init Complete [2026-05-06,08:49:48.915] [INFO] Initializing GPS... [2026-05-06,08:49:48.917] [INFO] Starting location capture [2026-05-06,08:50:26.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:50:26.738] [INFO] LocationSqlManager initialising [2026-05-06,08:50:26.739] [INFO] Location DB initialising [2026-05-06,08:50:26.750] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:50:26.751] [DEBUG] UploadManager Init [2026-05-06,08:50:26.752] [DEBUG] UploadManager Init Complete [2026-05-06,08:50:26.756] [INFO] Initializing GPS... [2026-05-06,08:50:26.759] [INFO] Starting location capture [2026-05-06,08:51:06.538] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:51:06.543] [INFO] LocationSqlManager initialising [2026-05-06,08:51:06.543] [INFO] Location DB initialising [2026-05-06,08:51:06.554] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:51:06.555] [DEBUG] UploadManager Init [2026-05-06,08:51:06.556] [DEBUG] UploadManager Init Complete [2026-05-06,08:51:06.560] [INFO] Initializing GPS... [2026-05-06,08:51:06.563] [INFO] Starting location capture [2026-05-06,08:51:44.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:51:44.300] [INFO] LocationSqlManager initialising [2026-05-06,08:51:44.300] [INFO] Location DB initialising [2026-05-06,08:51:44.312] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:51:44.313] [DEBUG] UploadManager Init [2026-05-06,08:51:44.314] [DEBUG] UploadManager Init Complete [2026-05-06,08:51:44.318] [INFO] Initializing GPS... [2026-05-06,08:51:44.321] [INFO] Starting location capture [2026-05-06,08:52:21.614] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:52:21.621] [INFO] LocationSqlManager initialising [2026-05-06,08:52:21.622] [INFO] Location DB initialising [2026-05-06,08:52:21.634] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:52:21.635] [DEBUG] UploadManager Init [2026-05-06,08:52:21.636] [DEBUG] UploadManager Init Complete [2026-05-06,08:52:21.640] [INFO] Initializing GPS... [2026-05-06,08:52:21.643] [INFO] Starting location capture [2026-05-06,08:53:01.339] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:53:01.347] [INFO] LocationSqlManager initialising [2026-05-06,08:53:01.347] [INFO] Location DB initialising [2026-05-06,08:53:01.358] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:53:01.360] [DEBUG] UploadManager Init [2026-05-06,08:53:01.360] [DEBUG] UploadManager Init Complete [2026-05-06,08:53:01.365] [INFO] Initializing GPS... [2026-05-06,08:53:01.367] [INFO] Starting location capture [2026-05-06,08:53:40.303] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:53:40.310] [INFO] LocationSqlManager initialising [2026-05-06,08:53:40.311] [INFO] Location DB initialising [2026-05-06,08:53:40.322] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:53:40.323] [DEBUG] UploadManager Init [2026-05-06,08:53:40.324] [DEBUG] UploadManager Init Complete [2026-05-06,08:53:40.329] [INFO] Initializing GPS... [2026-05-06,08:53:40.332] [INFO] Starting location capture [2026-05-06,08:54:18.951] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:54:18.956] [INFO] LocationSqlManager initialising [2026-05-06,08:54:18.956] [INFO] Location DB initialising [2026-05-06,08:54:18.966] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:54:18.967] [DEBUG] UploadManager Init [2026-05-06,08:54:18.967] [DEBUG] UploadManager Init Complete [2026-05-06,08:54:18.970] [INFO] Initializing GPS... [2026-05-06,08:54:18.972] [INFO] Starting location capture [2026-05-06,08:54:58.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:54:58.085] [INFO] LocationSqlManager initialising [2026-05-06,08:54:58.086] [INFO] Location DB initialising [2026-05-06,08:54:58.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:54:58.099] [DEBUG] UploadManager Init [2026-05-06,08:54:58.100] [DEBUG] UploadManager Init Complete [2026-05-06,08:54:58.105] [INFO] Initializing GPS... [2026-05-06,08:54:58.108] [INFO] Starting location capture [2026-05-06,08:55:36.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:55:36.912] [INFO] LocationSqlManager initialising [2026-05-06,08:55:36.913] [INFO] Location DB initialising [2026-05-06,08:55:36.923] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:55:36.925] [DEBUG] UploadManager Init [2026-05-06,08:55:36.925] [DEBUG] UploadManager Init Complete [2026-05-06,08:55:36.930] [INFO] Initializing GPS... [2026-05-06,08:55:36.932] [INFO] Starting location capture [2026-05-06,08:56:15.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:56:15.126] [INFO] LocationSqlManager initialising [2026-05-06,08:56:15.126] [INFO] Location DB initialising [2026-05-06,08:56:15.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:56:15.136] [DEBUG] UploadManager Init [2026-05-06,08:56:15.136] [DEBUG] UploadManager Init Complete [2026-05-06,08:56:15.139] [INFO] Initializing GPS... [2026-05-06,08:56:15.141] [INFO] Starting location capture [2026-05-06,08:56:49.719] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:56:49.725] [INFO] LocationSqlManager initialising [2026-05-06,08:56:49.726] [INFO] Location DB initialising [2026-05-06,08:56:49.739] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:56:49.740] [DEBUG] UploadManager Init [2026-05-06,08:56:49.741] [DEBUG] UploadManager Init Complete [2026-05-06,08:56:49.746] [INFO] Initializing GPS... [2026-05-06,08:56:49.749] [INFO] Starting location capture [2026-05-06,08:57:27.866] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:57:27.873] [INFO] LocationSqlManager initialising [2026-05-06,08:57:27.874] [INFO] Location DB initialising [2026-05-06,08:57:27.885] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:57:27.887] [DEBUG] UploadManager Init [2026-05-06,08:57:27.887] [DEBUG] UploadManager Init Complete [2026-05-06,08:57:27.891] [INFO] Initializing GPS... [2026-05-06,08:57:27.894] [INFO] Starting location capture [2026-05-06,08:58:02.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:58:02.204] [INFO] LocationSqlManager initialising [2026-05-06,08:58:02.204] [INFO] Location DB initialising [2026-05-06,08:58:02.213] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:58:02.214] [DEBUG] UploadManager Init [2026-05-06,08:58:02.214] [DEBUG] UploadManager Init Complete [2026-05-06,08:58:02.217] [INFO] Initializing GPS... [2026-05-06,08:58:02.219] [INFO] Starting location capture [2026-05-06,08:58:41.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:58:41.145] [INFO] LocationSqlManager initialising [2026-05-06,08:58:41.146] [INFO] Location DB initialising [2026-05-06,08:58:41.156] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:58:41.157] [DEBUG] UploadManager Init [2026-05-06,08:58:41.157] [DEBUG] UploadManager Init Complete [2026-05-06,08:58:41.160] [INFO] Initializing GPS... [2026-05-06,08:58:41.162] [INFO] Starting location capture [2026-05-06,08:59:20.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:59:20.027] [INFO] LocationSqlManager initialising [2026-05-06,08:59:20.028] [INFO] Location DB initialising [2026-05-06,08:59:20.037] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:59:20.038] [DEBUG] UploadManager Init [2026-05-06,08:59:20.038] [DEBUG] UploadManager Init Complete [2026-05-06,08:59:20.040] [INFO] Initializing GPS... [2026-05-06,08:59:20.042] [INFO] Starting location capture [2026-05-06,08:59:58.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,08:59:58.023] [INFO] LocationSqlManager initialising [2026-05-06,08:59:58.023] [INFO] Location DB initialising [2026-05-06,08:59:58.034] [INFO] LocationSqlManager initialisation complete [2026-05-06,08:59:58.035] [DEBUG] UploadManager Init [2026-05-06,08:59:58.036] [DEBUG] UploadManager Init Complete [2026-05-06,08:59:58.041] [INFO] Initializing GPS... [2026-05-06,08:59:58.043] [INFO] Starting location capture [2026-05-06,09:00:37.090] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:00:37.097] [INFO] LocationSqlManager initialising [2026-05-06,09:00:37.098] [INFO] Location DB initialising [2026-05-06,09:00:37.110] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:00:37.111] [DEBUG] UploadManager Init [2026-05-06,09:00:37.112] [DEBUG] UploadManager Init Complete [2026-05-06,09:00:37.116] [INFO] Initializing GPS... [2026-05-06,09:00:37.119] [INFO] Starting location capture [2026-05-06,09:01:12.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:01:12.089] [INFO] LocationSqlManager initialising [2026-05-06,09:01:12.090] [INFO] Location DB initialising [2026-05-06,09:01:12.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:01:12.101] [DEBUG] UploadManager Init [2026-05-06,09:01:12.102] [DEBUG] UploadManager Init Complete [2026-05-06,09:01:12.105] [INFO] Initializing GPS... [2026-05-06,09:01:12.108] [INFO] Starting location capture [2026-05-06,09:01:49.883] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:01:49.889] [INFO] LocationSqlManager initialising [2026-05-06,09:01:49.889] [INFO] Location DB initialising [2026-05-06,09:01:49.900] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:01:49.901] [DEBUG] UploadManager Init [2026-05-06,09:01:49.901] [DEBUG] UploadManager Init Complete [2026-05-06,09:01:49.904] [INFO] Initializing GPS... [2026-05-06,09:01:49.906] [INFO] Starting location capture [2026-05-06,09:02:24.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:02:24.082] [INFO] LocationSqlManager initialising [2026-05-06,09:02:24.083] [INFO] Location DB initialising [2026-05-06,09:02:24.094] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:02:24.095] [DEBUG] UploadManager Init [2026-05-06,09:02:24.095] [DEBUG] UploadManager Init Complete [2026-05-06,09:02:24.098] [INFO] Initializing GPS... [2026-05-06,09:02:24.101] [INFO] Starting location capture [2026-05-06,09:03:02.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:03:02.942] [INFO] LocationSqlManager initialising [2026-05-06,09:03:02.942] [INFO] Location DB initialising [2026-05-06,09:03:02.954] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:03:02.955] [DEBUG] UploadManager Init [2026-05-06,09:03:02.956] [DEBUG] UploadManager Init Complete [2026-05-06,09:03:02.961] [INFO] Initializing GPS... [2026-05-06,09:03:02.964] [INFO] Starting location capture [2026-05-06,09:03:41.686] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:03:41.691] [INFO] LocationSqlManager initialising [2026-05-06,09:03:41.692] [INFO] Location DB initialising [2026-05-06,09:03:41.701] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:03:41.702] [DEBUG] UploadManager Init [2026-05-06,09:03:41.702] [DEBUG] UploadManager Init Complete [2026-05-06,09:03:41.705] [INFO] Initializing GPS... [2026-05-06,09:03:41.707] [INFO] Starting location capture [2026-05-06,09:04:19.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:04:19.900] [INFO] LocationSqlManager initialising [2026-05-06,09:04:19.901] [INFO] Location DB initialising [2026-05-06,09:04:19.910] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:04:19.911] [DEBUG] UploadManager Init [2026-05-06,09:04:19.911] [DEBUG] UploadManager Init Complete [2026-05-06,09:04:19.914] [INFO] Initializing GPS... [2026-05-06,09:04:19.916] [INFO] Starting location capture [2026-05-06,09:04:57.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:04:57.870] [INFO] LocationSqlManager initialising [2026-05-06,09:04:57.870] [INFO] Location DB initialising [2026-05-06,09:04:57.880] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:04:57.880] [DEBUG] UploadManager Init [2026-05-06,09:04:57.881] [DEBUG] UploadManager Init Complete [2026-05-06,09:04:57.883] [INFO] Initializing GPS... [2026-05-06,09:04:57.885] [INFO] Starting location capture [2026-05-06,09:05:37.259] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:05:37.264] [INFO] LocationSqlManager initialising [2026-05-06,09:05:37.264] [INFO] Location DB initialising [2026-05-06,09:05:37.274] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:05:37.275] [DEBUG] UploadManager Init [2026-05-06,09:05:37.275] [DEBUG] UploadManager Init Complete [2026-05-06,09:05:37.278] [INFO] Initializing GPS... [2026-05-06,09:05:37.279] [INFO] Starting location capture [2026-05-06,09:06:16.166] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:06:16.176] [INFO] LocationSqlManager initialising [2026-05-06,09:06:16.177] [INFO] Location DB initialising [2026-05-06,09:06:16.190] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:06:16.192] [DEBUG] UploadManager Init [2026-05-06,09:06:16.192] [DEBUG] UploadManager Init Complete [2026-05-06,09:06:16.197] [INFO] Initializing GPS... [2026-05-06,09:06:16.200] [INFO] Starting location capture [2026-05-06,09:06:54.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:06:54.022] [INFO] LocationSqlManager initialising [2026-05-06,09:06:54.023] [INFO] Location DB initialising [2026-05-06,09:06:54.035] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:06:54.036] [DEBUG] UploadManager Init [2026-05-06,09:06:54.037] [DEBUG] UploadManager Init Complete [2026-05-06,09:06:54.041] [INFO] Initializing GPS... [2026-05-06,09:06:54.044] [INFO] Starting location capture [2026-05-06,09:07:32.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:07:32.077] [INFO] LocationSqlManager initialising [2026-05-06,09:07:32.078] [INFO] Location DB initialising [2026-05-06,09:07:32.088] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:07:32.089] [DEBUG] UploadManager Init [2026-05-06,09:07:32.090] [DEBUG] UploadManager Init Complete [2026-05-06,09:07:32.094] [INFO] Initializing GPS... [2026-05-06,09:07:32.097] [INFO] Starting location capture [2026-05-06,09:08:11.168] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:08:11.174] [INFO] LocationSqlManager initialising [2026-05-06,09:08:11.174] [INFO] Location DB initialising [2026-05-06,09:08:11.184] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:08:11.184] [DEBUG] UploadManager Init [2026-05-06,09:08:11.185] [DEBUG] UploadManager Init Complete [2026-05-06,09:08:11.187] [INFO] Initializing GPS... [2026-05-06,09:08:11.189] [INFO] Starting location capture [2026-05-06,09:08:50.310] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:08:50.315] [INFO] LocationSqlManager initialising [2026-05-06,09:08:50.316] [INFO] Location DB initialising [2026-05-06,09:08:50.325] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:08:50.326] [DEBUG] UploadManager Init [2026-05-06,09:08:50.326] [DEBUG] UploadManager Init Complete [2026-05-06,09:08:50.329] [INFO] Initializing GPS... [2026-05-06,09:08:50.331] [INFO] Starting location capture [2026-05-06,09:09:27.777] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:09:27.782] [INFO] LocationSqlManager initialising [2026-05-06,09:09:27.783] [INFO] Location DB initialising [2026-05-06,09:09:27.792] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:09:27.793] [DEBUG] UploadManager Init [2026-05-06,09:09:27.793] [DEBUG] UploadManager Init Complete [2026-05-06,09:09:27.796] [INFO] Initializing GPS... [2026-05-06,09:09:27.798] [INFO] Starting location capture [2026-05-06,09:10:07.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:10:07.107] [INFO] LocationSqlManager initialising [2026-05-06,09:10:07.108] [INFO] Location DB initialising [2026-05-06,09:10:07.125] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:10:07.127] [DEBUG] UploadManager Init [2026-05-06,09:10:07.128] [DEBUG] UploadManager Init Complete [2026-05-06,09:10:07.135] [INFO] Initializing GPS... [2026-05-06,09:10:07.141] [INFO] Starting location capture [2026-05-06,09:10:44.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:10:44.768] [INFO] LocationSqlManager initialising [2026-05-06,09:10:44.769] [INFO] Location DB initialising [2026-05-06,09:10:44.781] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:10:44.782] [DEBUG] UploadManager Init [2026-05-06,09:10:44.783] [DEBUG] UploadManager Init Complete [2026-05-06,09:10:44.788] [INFO] Initializing GPS... [2026-05-06,09:10:44.791] [INFO] Starting location capture [2026-05-06,09:11:23.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:11:23.858] [INFO] LocationSqlManager initialising [2026-05-06,09:11:23.859] [INFO] Location DB initialising [2026-05-06,09:11:23.868] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:11:23.869] [DEBUG] UploadManager Init [2026-05-06,09:11:23.869] [DEBUG] UploadManager Init Complete [2026-05-06,09:11:23.872] [INFO] Initializing GPS... [2026-05-06,09:11:23.874] [INFO] Starting location capture [2026-05-06,09:12:03.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:12:03.092] [INFO] LocationSqlManager initialising [2026-05-06,09:12:03.093] [INFO] Location DB initialising [2026-05-06,09:12:03.102] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:12:03.103] [DEBUG] UploadManager Init [2026-05-06,09:12:03.103] [DEBUG] UploadManager Init Complete [2026-05-06,09:12:03.106] [INFO] Initializing GPS... [2026-05-06,09:12:03.109] [INFO] Starting location capture [2026-05-06,09:12:41.004] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:12:41.010] [INFO] LocationSqlManager initialising [2026-05-06,09:12:41.011] [INFO] Location DB initialising [2026-05-06,09:12:41.020] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:12:41.021] [DEBUG] UploadManager Init [2026-05-06,09:12:41.022] [DEBUG] UploadManager Init Complete [2026-05-06,09:12:41.025] [INFO] Initializing GPS... [2026-05-06,09:12:41.027] [INFO] Starting location capture [2026-05-06,09:13:19.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:13:19.907] [INFO] LocationSqlManager initialising [2026-05-06,09:13:19.908] [INFO] Location DB initialising [2026-05-06,09:13:19.917] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:13:19.918] [DEBUG] UploadManager Init [2026-05-06,09:13:19.918] [DEBUG] UploadManager Init Complete [2026-05-06,09:13:19.921] [INFO] Initializing GPS... [2026-05-06,09:13:19.923] [INFO] Starting location capture [2026-05-06,09:13:58.535] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:13:58.542] [INFO] LocationSqlManager initialising [2026-05-06,09:13:58.543] [INFO] Location DB initialising [2026-05-06,09:13:58.554] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:13:58.556] [DEBUG] UploadManager Init [2026-05-06,09:13:58.556] [DEBUG] UploadManager Init Complete [2026-05-06,09:13:58.561] [INFO] Initializing GPS... [2026-05-06,09:13:58.563] [INFO] Starting location capture [2026-05-06,09:14:37.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:14:37.934] [INFO] LocationSqlManager initialising [2026-05-06,09:14:37.935] [INFO] Location DB initialising [2026-05-06,09:14:37.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:14:37.945] [DEBUG] UploadManager Init [2026-05-06,09:14:37.945] [DEBUG] UploadManager Init Complete [2026-05-06,09:14:37.948] [INFO] Initializing GPS... [2026-05-06,09:14:37.950] [INFO] Starting location capture [2026-05-06,09:15:16.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:15:16.144] [INFO] LocationSqlManager initialising [2026-05-06,09:15:16.145] [INFO] Location DB initialising [2026-05-06,09:15:16.155] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:15:16.155] [DEBUG] UploadManager Init [2026-05-06,09:15:16.156] [DEBUG] UploadManager Init Complete [2026-05-06,09:15:16.158] [INFO] Initializing GPS... [2026-05-06,09:15:16.160] [INFO] Starting location capture [2026-05-06,09:15:54.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:15:54.980] [INFO] LocationSqlManager initialising [2026-05-06,09:15:54.980] [INFO] Location DB initialising [2026-05-06,09:15:54.990] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:15:54.990] [DEBUG] UploadManager Init [2026-05-06,09:15:54.991] [DEBUG] UploadManager Init Complete [2026-05-06,09:15:54.993] [INFO] Initializing GPS... [2026-05-06,09:15:54.995] [INFO] Starting location capture [2026-05-06,09:16:33.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:16:33.845] [INFO] LocationSqlManager initialising [2026-05-06,09:16:33.846] [INFO] Location DB initialising [2026-05-06,09:16:33.857] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:16:33.858] [DEBUG] UploadManager Init [2026-05-06,09:16:33.859] [DEBUG] UploadManager Init Complete [2026-05-06,09:16:33.864] [INFO] Initializing GPS... [2026-05-06,09:16:33.867] [INFO] Starting location capture [2026-05-06,09:17:13.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:17:13.297] [INFO] LocationSqlManager initialising [2026-05-06,09:17:13.297] [INFO] Location DB initialising [2026-05-06,09:17:13.307] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:17:13.308] [DEBUG] UploadManager Init [2026-05-06,09:17:13.308] [DEBUG] UploadManager Init Complete [2026-05-06,09:17:13.311] [INFO] Initializing GPS... [2026-05-06,09:17:13.313] [INFO] Starting location capture [2026-05-06,09:17:52.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:17:52.128] [INFO] LocationSqlManager initialising [2026-05-06,09:17:52.129] [INFO] Location DB initialising [2026-05-06,09:17:52.140] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:17:52.140] [DEBUG] UploadManager Init [2026-05-06,09:17:52.141] [DEBUG] UploadManager Init Complete [2026-05-06,09:17:52.144] [INFO] Initializing GPS... [2026-05-06,09:17:52.147] [INFO] Starting location capture [2026-05-06,09:18:29.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:18:29.931] [INFO] LocationSqlManager initialising [2026-05-06,09:18:29.931] [INFO] Location DB initialising [2026-05-06,09:18:29.940] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:18:29.941] [DEBUG] UploadManager Init [2026-05-06,09:18:29.942] [DEBUG] UploadManager Init Complete [2026-05-06,09:18:29.945] [INFO] Initializing GPS... [2026-05-06,09:18:29.947] [INFO] Starting location capture [2026-05-06,09:19:08.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:19:08.989] [INFO] LocationSqlManager initialising [2026-05-06,09:19:08.989] [INFO] Location DB initialising [2026-05-06,09:19:08.999] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:19:09.000] [DEBUG] UploadManager Init [2026-05-06,09:19:09.000] [DEBUG] UploadManager Init Complete [2026-05-06,09:19:09.003] [INFO] Initializing GPS... [2026-05-06,09:19:09.005] [INFO] Starting location capture [2026-05-06,09:19:46.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:19:46.812] [INFO] LocationSqlManager initialising [2026-05-06,09:19:46.813] [INFO] Location DB initialising [2026-05-06,09:19:46.824] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:19:46.825] [DEBUG] UploadManager Init [2026-05-06,09:19:46.825] [DEBUG] UploadManager Init Complete [2026-05-06,09:19:46.829] [INFO] Initializing GPS... [2026-05-06,09:19:46.833] [INFO] Starting location capture [2026-05-06,09:20:26.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:20:26.130] [INFO] LocationSqlManager initialising [2026-05-06,09:20:26.131] [INFO] Location DB initialising [2026-05-06,09:20:26.143] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:20:26.145] [DEBUG] UploadManager Init [2026-05-06,09:20:26.146] [DEBUG] UploadManager Init Complete [2026-05-06,09:20:26.153] [INFO] Initializing GPS... [2026-05-06,09:20:26.158] [INFO] Starting location capture [2026-05-06,09:21:00.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:21:00.096] [INFO] LocationSqlManager initialising [2026-05-06,09:21:00.097] [INFO] Location DB initialising [2026-05-06,09:21:00.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:21:00.107] [DEBUG] UploadManager Init [2026-05-06,09:21:00.108] [DEBUG] UploadManager Init Complete [2026-05-06,09:21:00.110] [INFO] Initializing GPS... [2026-05-06,09:21:00.112] [INFO] Starting location capture [2026-05-06,09:21:38.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:21:38.998] [INFO] LocationSqlManager initialising [2026-05-06,09:21:38.999] [INFO] Location DB initialising [2026-05-06,09:21:39.009] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:21:39.010] [DEBUG] UploadManager Init [2026-05-06,09:21:39.010] [DEBUG] UploadManager Init Complete [2026-05-06,09:21:39.013] [INFO] Initializing GPS... [2026-05-06,09:21:39.015] [INFO] Starting location capture [2026-05-06,09:22:17.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:22:17.071] [INFO] LocationSqlManager initialising [2026-05-06,09:22:17.072] [INFO] Location DB initialising [2026-05-06,09:22:17.083] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:22:17.084] [DEBUG] UploadManager Init [2026-05-06,09:22:17.084] [DEBUG] UploadManager Init Complete [2026-05-06,09:22:17.089] [INFO] Initializing GPS... [2026-05-06,09:22:17.092] [INFO] Starting location capture [2026-05-06,09:22:55.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:22:55.975] [INFO] LocationSqlManager initialising [2026-05-06,09:22:55.976] [INFO] Location DB initialising [2026-05-06,09:22:55.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:22:55.986] [DEBUG] UploadManager Init [2026-05-06,09:22:55.986] [DEBUG] UploadManager Init Complete [2026-05-06,09:22:55.989] [INFO] Initializing GPS... [2026-05-06,09:22:55.991] [INFO] Starting location capture [2026-05-06,09:23:36.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:23:36.120] [INFO] LocationSqlManager initialising [2026-05-06,09:23:36.120] [INFO] Location DB initialising [2026-05-06,09:23:36.130] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:23:36.131] [DEBUG] UploadManager Init [2026-05-06,09:23:36.131] [DEBUG] UploadManager Init Complete [2026-05-06,09:23:36.134] [INFO] Initializing GPS... [2026-05-06,09:23:36.136] [INFO] Starting location capture [2026-05-06,09:24:15.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:24:15.133] [INFO] LocationSqlManager initialising [2026-05-06,09:24:15.134] [INFO] Location DB initialising [2026-05-06,09:24:15.145] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:24:15.146] [DEBUG] UploadManager Init [2026-05-06,09:24:15.147] [DEBUG] UploadManager Init Complete [2026-05-06,09:24:15.151] [INFO] Initializing GPS... [2026-05-06,09:24:15.154] [INFO] Starting location capture [2026-05-06,09:24:52.958] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:24:52.966] [INFO] LocationSqlManager initialising [2026-05-06,09:24:52.967] [INFO] Location DB initialising [2026-05-06,09:24:52.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:24:52.979] [DEBUG] UploadManager Init [2026-05-06,09:24:52.979] [DEBUG] UploadManager Init Complete [2026-05-06,09:24:52.984] [INFO] Initializing GPS... [2026-05-06,09:24:52.987] [INFO] Starting location capture [2026-05-06,09:25:31.990] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:25:31.995] [INFO] LocationSqlManager initialising [2026-05-06,09:25:31.995] [INFO] Location DB initialising [2026-05-06,09:25:32.005] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:25:32.005] [DEBUG] UploadManager Init [2026-05-06,09:25:32.006] [DEBUG] UploadManager Init Complete [2026-05-06,09:25:32.008] [INFO] Initializing GPS... [2026-05-06,09:25:32.010] [INFO] Starting location capture [2026-05-06,09:26:10.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:26:10.901] [INFO] LocationSqlManager initialising [2026-05-06,09:26:10.902] [INFO] Location DB initialising [2026-05-06,09:26:10.911] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:26:10.912] [DEBUG] UploadManager Init [2026-05-06,09:26:10.913] [DEBUG] UploadManager Init Complete [2026-05-06,09:26:10.916] [INFO] Initializing GPS... [2026-05-06,09:26:10.918] [INFO] Starting location capture [2026-05-06,09:26:50.164] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:26:50.168] [INFO] LocationSqlManager initialising [2026-05-06,09:26:50.168] [INFO] Location DB initialising [2026-05-06,09:26:50.177] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:26:50.178] [DEBUG] UploadManager Init [2026-05-06,09:26:50.179] [DEBUG] UploadManager Init Complete [2026-05-06,09:26:50.181] [INFO] Initializing GPS... [2026-05-06,09:26:50.183] [INFO] Starting location capture [2026-05-06,09:27:29.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:27:29.408] [INFO] LocationSqlManager initialising [2026-05-06,09:27:29.409] [INFO] Location DB initialising [2026-05-06,09:27:29.419] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:27:29.420] [DEBUG] UploadManager Init [2026-05-06,09:27:29.420] [DEBUG] UploadManager Init Complete [2026-05-06,09:27:29.423] [INFO] Initializing GPS... [2026-05-06,09:27:29.426] [INFO] Starting location capture [2026-05-06,09:28:08.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:28:08.084] [INFO] LocationSqlManager initialising [2026-05-06,09:28:08.085] [INFO] Location DB initialising [2026-05-06,09:28:08.097] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:28:08.098] [DEBUG] UploadManager Init [2026-05-06,09:28:08.098] [DEBUG] UploadManager Init Complete [2026-05-06,09:28:08.103] [INFO] Initializing GPS... [2026-05-06,09:28:08.107] [INFO] Starting location capture [2026-05-06,09:28:46.780] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:28:46.791] [INFO] LocationSqlManager initialising [2026-05-06,09:28:46.792] [INFO] Location DB initialising [2026-05-06,09:28:46.806] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:28:46.808] [DEBUG] UploadManager Init [2026-05-06,09:28:46.808] [DEBUG] UploadManager Init Complete [2026-05-06,09:28:46.813] [INFO] Initializing GPS... [2026-05-06,09:28:46.816] [INFO] Starting location capture [2026-05-06,09:29:26.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:29:26.283] [INFO] LocationSqlManager initialising [2026-05-06,09:29:26.284] [INFO] Location DB initialising [2026-05-06,09:29:26.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:29:26.293] [DEBUG] UploadManager Init [2026-05-06,09:29:26.294] [DEBUG] UploadManager Init Complete [2026-05-06,09:29:26.296] [INFO] Initializing GPS... [2026-05-06,09:29:26.298] [INFO] Starting location capture [2026-05-06,09:30:03.781] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:30:03.788] [INFO] LocationSqlManager initialising [2026-05-06,09:30:03.789] [INFO] Location DB initialising [2026-05-06,09:30:03.800] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:30:03.801] [DEBUG] UploadManager Init [2026-05-06,09:30:03.802] [DEBUG] UploadManager Init Complete [2026-05-06,09:30:03.806] [INFO] Initializing GPS... [2026-05-06,09:30:03.809] [INFO] Starting location capture [2026-05-06,09:30:42.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:30:42.936] [INFO] LocationSqlManager initialising [2026-05-06,09:30:42.936] [INFO] Location DB initialising [2026-05-06,09:30:42.947] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:30:42.949] [DEBUG] UploadManager Init [2026-05-06,09:30:42.949] [DEBUG] UploadManager Init Complete [2026-05-06,09:30:42.954] [INFO] Initializing GPS... [2026-05-06,09:30:42.956] [INFO] Starting location capture [2026-05-06,09:31:21.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:31:21.044] [INFO] LocationSqlManager initialising [2026-05-06,09:31:21.045] [INFO] Location DB initialising [2026-05-06,09:31:21.054] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:31:21.055] [DEBUG] UploadManager Init [2026-05-06,09:31:21.055] [DEBUG] UploadManager Init Complete [2026-05-06,09:31:21.058] [INFO] Initializing GPS... [2026-05-06,09:31:21.060] [INFO] Starting location capture [2026-05-06,09:32:00.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:32:00.224] [INFO] LocationSqlManager initialising [2026-05-06,09:32:00.225] [INFO] Location DB initialising [2026-05-06,09:32:00.236] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:32:00.238] [DEBUG] UploadManager Init [2026-05-06,09:32:00.238] [DEBUG] UploadManager Init Complete [2026-05-06,09:32:00.243] [INFO] Initializing GPS... [2026-05-06,09:32:00.246] [INFO] Starting location capture [2026-05-06,09:32:38.629] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:32:38.635] [INFO] LocationSqlManager initialising [2026-05-06,09:32:38.635] [INFO] Location DB initialising [2026-05-06,09:32:38.645] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:32:38.645] [DEBUG] UploadManager Init [2026-05-06,09:32:38.646] [DEBUG] UploadManager Init Complete [2026-05-06,09:32:38.648] [INFO] Initializing GPS... [2026-05-06,09:32:38.650] [INFO] Starting location capture [2026-05-06,09:33:18.298] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:33:18.306] [INFO] LocationSqlManager initialising [2026-05-06,09:33:18.307] [INFO] Location DB initialising [2026-05-06,09:33:18.318] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:33:18.319] [DEBUG] UploadManager Init [2026-05-06,09:33:18.319] [DEBUG] UploadManager Init Complete [2026-05-06,09:33:18.324] [INFO] Initializing GPS... [2026-05-06,09:33:18.327] [INFO] Starting location capture [2026-05-06,09:33:55.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:33:55.894] [INFO] LocationSqlManager initialising [2026-05-06,09:33:55.895] [INFO] Location DB initialising [2026-05-06,09:33:55.905] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:33:55.905] [DEBUG] UploadManager Init [2026-05-06,09:33:55.906] [DEBUG] UploadManager Init Complete [2026-05-06,09:33:55.908] [INFO] Initializing GPS... [2026-05-06,09:33:55.910] [INFO] Starting location capture [2026-05-06,09:34:34.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:34:34.757] [INFO] LocationSqlManager initialising [2026-05-06,09:34:34.758] [INFO] Location DB initialising [2026-05-06,09:34:34.770] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:34:34.770] [DEBUG] UploadManager Init [2026-05-06,09:34:34.771] [DEBUG] UploadManager Init Complete [2026-05-06,09:34:34.777] [INFO] Initializing GPS... [2026-05-06,09:34:34.779] [INFO] Starting location capture [2026-05-06,09:35:13.476] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:35:13.484] [INFO] LocationSqlManager initialising [2026-05-06,09:35:13.485] [INFO] Location DB initialising [2026-05-06,09:35:13.496] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:35:13.497] [DEBUG] UploadManager Init [2026-05-06,09:35:13.498] [DEBUG] UploadManager Init Complete [2026-05-06,09:35:13.503] [INFO] Initializing GPS... [2026-05-06,09:35:13.506] [INFO] Starting location capture [2026-05-06,09:35:47.210] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:35:47.214] [INFO] LocationSqlManager initialising [2026-05-06,09:35:47.215] [INFO] Location DB initialising [2026-05-06,09:35:47.224] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:35:47.225] [DEBUG] UploadManager Init [2026-05-06,09:35:47.225] [DEBUG] UploadManager Init Complete [2026-05-06,09:35:47.228] [INFO] Initializing GPS... [2026-05-06,09:35:47.230] [INFO] Starting location capture [2026-05-06,09:36:27.544] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:36:27.549] [INFO] LocationSqlManager initialising [2026-05-06,09:36:27.549] [INFO] Location DB initialising [2026-05-06,09:36:27.558] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:36:27.559] [DEBUG] UploadManager Init [2026-05-06,09:36:27.560] [DEBUG] UploadManager Init Complete [2026-05-06,09:36:27.562] [INFO] Initializing GPS... [2026-05-06,09:36:27.564] [INFO] Starting location capture [2026-05-06,09:37:06.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:37:06.119] [INFO] LocationSqlManager initialising [2026-05-06,09:37:06.120] [INFO] Location DB initialising [2026-05-06,09:37:06.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:37:06.133] [DEBUG] UploadManager Init [2026-05-06,09:37:06.133] [DEBUG] UploadManager Init Complete [2026-05-06,09:37:06.138] [INFO] Initializing GPS... [2026-05-06,09:37:06.141] [INFO] Starting location capture [2026-05-06,09:37:40.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:37:40.124] [INFO] LocationSqlManager initialising [2026-05-06,09:37:40.125] [INFO] Location DB initialising [2026-05-06,09:37:40.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:37:40.135] [DEBUG] UploadManager Init [2026-05-06,09:37:40.136] [DEBUG] UploadManager Init Complete [2026-05-06,09:37:40.139] [INFO] Initializing GPS... [2026-05-06,09:37:40.141] [INFO] Starting location capture [2026-05-06,09:38:17.536] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:38:17.543] [INFO] LocationSqlManager initialising [2026-05-06,09:38:17.544] [INFO] Location DB initialising [2026-05-06,09:38:17.555] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:38:17.558] [DEBUG] UploadManager Init [2026-05-06,09:38:17.560] [DEBUG] UploadManager Init Complete [2026-05-06,09:38:17.566] [INFO] Initializing GPS... [2026-05-06,09:38:17.570] [INFO] Starting location capture [2026-05-06,09:38:55.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:38:55.959] [INFO] LocationSqlManager initialising [2026-05-06,09:38:55.960] [INFO] Location DB initialising [2026-05-06,09:38:55.970] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:38:55.970] [DEBUG] UploadManager Init [2026-05-06,09:38:55.971] [DEBUG] UploadManager Init Complete [2026-05-06,09:38:55.973] [INFO] Initializing GPS... [2026-05-06,09:38:55.975] [INFO] Starting location capture [2026-05-06,09:39:34.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:39:34.837] [INFO] LocationSqlManager initialising [2026-05-06,09:39:34.838] [INFO] Location DB initialising [2026-05-06,09:39:34.850] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:39:34.851] [DEBUG] UploadManager Init [2026-05-06,09:39:34.851] [DEBUG] UploadManager Init Complete [2026-05-06,09:39:34.854] [INFO] Initializing GPS... [2026-05-06,09:39:34.857] [INFO] Starting location capture [2026-05-06,09:40:13.950] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:40:13.956] [INFO] LocationSqlManager initialising [2026-05-06,09:40:13.956] [INFO] Location DB initialising [2026-05-06,09:40:13.966] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:40:13.967] [DEBUG] UploadManager Init [2026-05-06,09:40:13.967] [DEBUG] UploadManager Init Complete [2026-05-06,09:40:13.970] [INFO] Initializing GPS... [2026-05-06,09:40:13.972] [INFO] Starting location capture [2026-05-06,09:40:48.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:40:48.240] [INFO] LocationSqlManager initialising [2026-05-06,09:40:48.240] [INFO] Location DB initialising [2026-05-06,09:40:48.249] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:40:48.250] [DEBUG] UploadManager Init [2026-05-06,09:40:48.250] [DEBUG] UploadManager Init Complete [2026-05-06,09:40:48.253] [INFO] Initializing GPS... [2026-05-06,09:40:48.255] [INFO] Starting location capture [2026-05-06,09:41:26.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:41:26.147] [INFO] LocationSqlManager initialising [2026-05-06,09:41:26.147] [INFO] Location DB initialising [2026-05-06,09:41:26.158] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:41:26.158] [DEBUG] UploadManager Init [2026-05-06,09:41:26.159] [DEBUG] UploadManager Init Complete [2026-05-06,09:41:26.161] [INFO] Initializing GPS... [2026-05-06,09:41:26.163] [INFO] Starting location capture [2026-05-06,09:42:05.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:42:05.070] [INFO] LocationSqlManager initialising [2026-05-06,09:42:05.071] [INFO] Location DB initialising [2026-05-06,09:42:05.081] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:42:05.082] [DEBUG] UploadManager Init [2026-05-06,09:42:05.082] [DEBUG] UploadManager Init Complete [2026-05-06,09:42:05.085] [INFO] Initializing GPS... [2026-05-06,09:42:05.087] [INFO] Starting location capture [2026-05-06,09:42:44.379] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:42:44.384] [INFO] LocationSqlManager initialising [2026-05-06,09:42:44.385] [INFO] Location DB initialising [2026-05-06,09:42:44.394] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:42:44.395] [DEBUG] UploadManager Init [2026-05-06,09:42:44.395] [DEBUG] UploadManager Init Complete [2026-05-06,09:42:44.398] [INFO] Initializing GPS... [2026-05-06,09:42:44.400] [INFO] Starting location capture [2026-05-06,09:43:22.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:43:22.010] [INFO] LocationSqlManager initialising [2026-05-06,09:43:22.011] [INFO] Location DB initialising [2026-05-06,09:43:22.024] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:43:22.025] [DEBUG] UploadManager Init [2026-05-06,09:43:22.026] [DEBUG] UploadManager Init Complete [2026-05-06,09:43:22.030] [INFO] Initializing GPS... [2026-05-06,09:43:22.032] [INFO] Starting location capture [2026-05-06,09:43:57.150] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:43:57.158] [INFO] LocationSqlManager initialising [2026-05-06,09:43:57.159] [INFO] Location DB initialising [2026-05-06,09:43:57.170] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:43:57.171] [DEBUG] UploadManager Init [2026-05-06,09:43:57.172] [DEBUG] UploadManager Init Complete [2026-05-06,09:43:57.176] [INFO] Initializing GPS... [2026-05-06,09:43:57.179] [INFO] Starting location capture [2026-05-06,09:44:35.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:44:35.968] [INFO] LocationSqlManager initialising [2026-05-06,09:44:35.969] [INFO] Location DB initialising [2026-05-06,09:44:35.980] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:44:35.981] [DEBUG] UploadManager Init [2026-05-06,09:44:35.982] [DEBUG] UploadManager Init Complete [2026-05-06,09:44:35.987] [INFO] Initializing GPS... [2026-05-06,09:44:35.990] [INFO] Starting location capture [2026-05-06,09:45:11.282] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:45:11.287] [INFO] LocationSqlManager initialising [2026-05-06,09:45:11.288] [INFO] Location DB initialising [2026-05-06,09:45:11.297] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:45:11.298] [DEBUG] UploadManager Init [2026-05-06,09:45:11.298] [DEBUG] UploadManager Init Complete [2026-05-06,09:45:11.301] [INFO] Initializing GPS... [2026-05-06,09:45:11.303] [INFO] Starting location capture [2026-05-06,09:45:45.506] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:45:45.514] [INFO] LocationSqlManager initialising [2026-05-06,09:45:45.515] [INFO] Location DB initialising [2026-05-06,09:45:45.526] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:45:45.528] [DEBUG] UploadManager Init [2026-05-06,09:45:45.528] [DEBUG] UploadManager Init Complete [2026-05-06,09:45:45.533] [INFO] Initializing GPS... [2026-05-06,09:45:45.536] [INFO] Starting location capture [2026-05-06,09:46:22.582] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:46:22.588] [INFO] LocationSqlManager initialising [2026-05-06,09:46:22.588] [INFO] Location DB initialising [2026-05-06,09:46:22.598] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:46:22.599] [DEBUG] UploadManager Init [2026-05-06,09:46:22.600] [DEBUG] UploadManager Init Complete [2026-05-06,09:46:22.603] [INFO] Initializing GPS... [2026-05-06,09:46:22.605] [INFO] Starting location capture [2026-05-06,09:47:01.373] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:47:01.381] [INFO] LocationSqlManager initialising [2026-05-06,09:47:01.382] [INFO] Location DB initialising [2026-05-06,09:47:01.393] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:47:01.394] [DEBUG] UploadManager Init [2026-05-06,09:47:01.395] [DEBUG] UploadManager Init Complete [2026-05-06,09:47:01.399] [INFO] Initializing GPS... [2026-05-06,09:47:01.402] [INFO] Starting location capture [2026-05-06,09:47:40.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:47:40.026] [INFO] LocationSqlManager initialising [2026-05-06,09:47:40.026] [INFO] Location DB initialising [2026-05-06,09:47:40.036] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:47:40.037] [DEBUG] UploadManager Init [2026-05-06,09:47:40.037] [DEBUG] UploadManager Init Complete [2026-05-06,09:47:40.040] [INFO] Initializing GPS... [2026-05-06,09:47:40.042] [INFO] Starting location capture [2026-05-06,09:48:18.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:48:18.898] [INFO] LocationSqlManager initialising [2026-05-06,09:48:18.899] [INFO] Location DB initialising [2026-05-06,09:48:18.910] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:48:18.911] [DEBUG] UploadManager Init [2026-05-06,09:48:18.911] [DEBUG] UploadManager Init Complete [2026-05-06,09:48:18.916] [INFO] Initializing GPS... [2026-05-06,09:48:18.919] [INFO] Starting location capture [2026-05-06,09:48:58.505] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:48:58.510] [INFO] LocationSqlManager initialising [2026-05-06,09:48:58.510] [INFO] Location DB initialising [2026-05-06,09:48:58.520] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:48:58.521] [DEBUG] UploadManager Init [2026-05-06,09:48:58.521] [DEBUG] UploadManager Init Complete [2026-05-06,09:48:58.523] [INFO] Initializing GPS... [2026-05-06,09:48:58.525] [INFO] Starting location capture [2026-05-06,09:49:37.461] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:49:37.466] [INFO] LocationSqlManager initialising [2026-05-06,09:49:37.467] [INFO] Location DB initialising [2026-05-06,09:49:37.476] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:49:37.477] [DEBUG] UploadManager Init [2026-05-06,09:49:37.477] [DEBUG] UploadManager Init Complete [2026-05-06,09:49:37.480] [INFO] Initializing GPS... [2026-05-06,09:49:37.482] [INFO] Starting location capture [2026-05-06,09:50:16.508] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:50:16.515] [INFO] LocationSqlManager initialising [2026-05-06,09:50:16.516] [INFO] Location DB initialising [2026-05-06,09:50:16.527] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:50:16.528] [DEBUG] UploadManager Init [2026-05-06,09:50:16.529] [DEBUG] UploadManager Init Complete [2026-05-06,09:50:16.533] [INFO] Initializing GPS... [2026-05-06,09:50:16.536] [INFO] Starting location capture [2026-05-06,09:50:55.482] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:50:55.489] [INFO] LocationSqlManager initialising [2026-05-06,09:50:55.490] [INFO] Location DB initialising [2026-05-06,09:50:55.501] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:50:55.502] [DEBUG] UploadManager Init [2026-05-06,09:50:55.503] [DEBUG] UploadManager Init Complete [2026-05-06,09:50:55.507] [INFO] Initializing GPS... [2026-05-06,09:50:55.510] [INFO] Starting location capture [2026-05-06,09:51:34.378] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:51:34.385] [INFO] LocationSqlManager initialising [2026-05-06,09:51:34.386] [INFO] Location DB initialising [2026-05-06,09:51:34.397] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:51:34.398] [DEBUG] UploadManager Init [2026-05-06,09:51:34.399] [DEBUG] UploadManager Init Complete [2026-05-06,09:51:34.404] [INFO] Initializing GPS... [2026-05-06,09:51:34.407] [INFO] Starting location capture [2026-05-06,09:52:13.649] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:52:13.656] [INFO] LocationSqlManager initialising [2026-05-06,09:52:13.657] [INFO] Location DB initialising [2026-05-06,09:52:13.668] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:52:13.669] [DEBUG] UploadManager Init [2026-05-06,09:52:13.670] [DEBUG] UploadManager Init Complete [2026-05-06,09:52:13.674] [INFO] Initializing GPS... [2026-05-06,09:52:13.677] [INFO] Starting location capture [2026-05-06,09:52:48.662] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:52:48.669] [INFO] LocationSqlManager initialising [2026-05-06,09:52:48.670] [INFO] Location DB initialising [2026-05-06,09:52:48.681] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:52:48.683] [DEBUG] UploadManager Init [2026-05-06,09:52:48.684] [DEBUG] UploadManager Init Complete [2026-05-06,09:52:48.688] [INFO] Initializing GPS... [2026-05-06,09:52:48.691] [INFO] Starting location capture [2026-05-06,09:53:27.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:53:27.253] [INFO] LocationSqlManager initialising [2026-05-06,09:53:27.254] [INFO] Location DB initialising [2026-05-06,09:53:27.266] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:53:27.267] [DEBUG] UploadManager Init [2026-05-06,09:53:27.268] [DEBUG] UploadManager Init Complete [2026-05-06,09:53:27.276] [INFO] Initializing GPS... [2026-05-06,09:53:27.280] [INFO] Starting location capture [2026-05-06,09:54:06.513] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:54:06.517] [INFO] LocationSqlManager initialising [2026-05-06,09:54:06.518] [INFO] Location DB initialising [2026-05-06,09:54:06.527] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:54:06.528] [DEBUG] UploadManager Init [2026-05-06,09:54:06.528] [DEBUG] UploadManager Init Complete [2026-05-06,09:54:06.531] [INFO] Initializing GPS... [2026-05-06,09:54:06.533] [INFO] Starting location capture [2026-05-06,09:54:45.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:54:45.813] [INFO] LocationSqlManager initialising [2026-05-06,09:54:45.814] [INFO] Location DB initialising [2026-05-06,09:54:45.826] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:54:45.827] [DEBUG] UploadManager Init [2026-05-06,09:54:45.828] [DEBUG] UploadManager Init Complete [2026-05-06,09:54:45.832] [INFO] Initializing GPS... [2026-05-06,09:54:45.835] [INFO] Starting location capture [2026-05-06,09:55:24.591] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:55:24.596] [INFO] LocationSqlManager initialising [2026-05-06,09:55:24.597] [INFO] Location DB initialising [2026-05-06,09:55:24.606] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:55:24.607] [DEBUG] UploadManager Init [2026-05-06,09:55:24.607] [DEBUG] UploadManager Init Complete [2026-05-06,09:55:24.610] [INFO] Initializing GPS... [2026-05-06,09:55:24.612] [INFO] Starting location capture [2026-05-06,09:56:04.422] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:56:04.428] [INFO] LocationSqlManager initialising [2026-05-06,09:56:04.428] [INFO] Location DB initialising [2026-05-06,09:56:04.437] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:56:04.438] [DEBUG] UploadManager Init [2026-05-06,09:56:04.439] [DEBUG] UploadManager Init Complete [2026-05-06,09:56:04.441] [INFO] Initializing GPS... [2026-05-06,09:56:04.443] [INFO] Starting location capture [2026-05-06,09:56:43.625] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:56:43.629] [INFO] LocationSqlManager initialising [2026-05-06,09:56:43.630] [INFO] Location DB initialising [2026-05-06,09:56:43.640] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:56:43.641] [DEBUG] UploadManager Init [2026-05-06,09:56:43.641] [DEBUG] UploadManager Init Complete [2026-05-06,09:56:43.645] [INFO] Initializing GPS... [2026-05-06,09:56:43.647] [INFO] Starting location capture [2026-05-06,09:57:23.501] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:57:23.508] [INFO] LocationSqlManager initialising [2026-05-06,09:57:23.509] [INFO] Location DB initialising [2026-05-06,09:57:23.520] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:57:23.521] [DEBUG] UploadManager Init [2026-05-06,09:57:23.522] [DEBUG] UploadManager Init Complete [2026-05-06,09:57:23.526] [INFO] Initializing GPS... [2026-05-06,09:57:23.529] [INFO] Starting location capture [2026-05-06,09:58:02.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:58:02.326] [INFO] LocationSqlManager initialising [2026-05-06,09:58:02.327] [INFO] Location DB initialising [2026-05-06,09:58:02.337] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:58:02.338] [DEBUG] UploadManager Init [2026-05-06,09:58:02.338] [DEBUG] UploadManager Init Complete [2026-05-06,09:58:02.341] [INFO] Initializing GPS... [2026-05-06,09:58:02.342] [INFO] Starting location capture [2026-05-06,09:58:41.647] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:58:41.655] [INFO] LocationSqlManager initialising [2026-05-06,09:58:41.656] [INFO] Location DB initialising [2026-05-06,09:58:41.667] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:58:41.668] [DEBUG] UploadManager Init [2026-05-06,09:58:41.669] [DEBUG] UploadManager Init Complete [2026-05-06,09:58:41.673] [INFO] Initializing GPS... [2026-05-06,09:58:41.676] [INFO] Starting location capture [2026-05-06,09:59:20.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,09:59:20.932] [INFO] LocationSqlManager initialising [2026-05-06,09:59:20.933] [INFO] Location DB initialising [2026-05-06,09:59:20.942] [INFO] LocationSqlManager initialisation complete [2026-05-06,09:59:20.943] [DEBUG] UploadManager Init [2026-05-06,09:59:20.943] [DEBUG] UploadManager Init Complete [2026-05-06,09:59:20.946] [INFO] Initializing GPS... [2026-05-06,09:59:20.948] [INFO] Starting location capture [2026-05-06,10:00:00.447] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:00:00.456] [INFO] LocationSqlManager initialising [2026-05-06,10:00:00.457] [INFO] Location DB initialising [2026-05-06,10:00:00.468] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:00:00.470] [DEBUG] UploadManager Init [2026-05-06,10:00:00.470] [DEBUG] UploadManager Init Complete [2026-05-06,10:00:00.474] [INFO] Initializing GPS... [2026-05-06,10:00:00.476] [INFO] Starting location capture [2026-05-06,10:00:40.476] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:00:40.481] [INFO] LocationSqlManager initialising [2026-05-06,10:00:40.481] [INFO] Location DB initialising [2026-05-06,10:00:40.491] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:00:40.491] [DEBUG] UploadManager Init [2026-05-06,10:00:40.491] [DEBUG] UploadManager Init Complete [2026-05-06,10:00:40.494] [INFO] Initializing GPS... [2026-05-06,10:00:40.496] [INFO] Starting location capture [2026-05-06,10:01:16.396] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:01:16.400] [INFO] LocationSqlManager initialising [2026-05-06,10:01:16.401] [INFO] Location DB initialising [2026-05-06,10:01:16.411] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:01:16.412] [DEBUG] UploadManager Init [2026-05-06,10:01:16.413] [DEBUG] UploadManager Init Complete [2026-05-06,10:01:16.416] [INFO] Initializing GPS... [2026-05-06,10:01:16.420] [INFO] Starting location capture [2026-05-06,10:01:54.584] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:01:54.591] [INFO] LocationSqlManager initialising [2026-05-06,10:01:54.592] [INFO] Location DB initialising [2026-05-06,10:01:54.604] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:01:54.605] [DEBUG] UploadManager Init [2026-05-06,10:01:54.606] [DEBUG] UploadManager Init Complete [2026-05-06,10:01:54.611] [INFO] Initializing GPS... [2026-05-06,10:01:54.614] [INFO] Starting location capture [2026-05-06,10:02:33.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:02:33.867] [INFO] LocationSqlManager initialising [2026-05-06,10:02:33.868] [INFO] Location DB initialising [2026-05-06,10:02:33.879] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:02:33.880] [DEBUG] UploadManager Init [2026-05-06,10:02:33.881] [DEBUG] UploadManager Init Complete [2026-05-06,10:02:33.885] [INFO] Initializing GPS... [2026-05-06,10:02:33.888] [INFO] Starting location capture [2026-05-06,10:03:13.775] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:03:13.783] [INFO] LocationSqlManager initialising [2026-05-06,10:03:13.784] [INFO] Location DB initialising [2026-05-06,10:03:13.796] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:03:13.798] [DEBUG] UploadManager Init [2026-05-06,10:03:13.799] [DEBUG] UploadManager Init Complete [2026-05-06,10:03:13.806] [INFO] Initializing GPS... [2026-05-06,10:03:13.810] [INFO] Starting location capture [2026-05-06,10:03:52.449] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:03:52.458] [INFO] LocationSqlManager initialising [2026-05-06,10:03:52.459] [INFO] Location DB initialising [2026-05-06,10:03:52.471] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:03:52.473] [DEBUG] UploadManager Init [2026-05-06,10:03:52.473] [DEBUG] UploadManager Init Complete [2026-05-06,10:03:52.479] [INFO] Initializing GPS... [2026-05-06,10:03:52.481] [INFO] Starting location capture [2026-05-06,10:04:31.497] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:04:31.505] [INFO] LocationSqlManager initialising [2026-05-06,10:04:31.506] [INFO] Location DB initialising [2026-05-06,10:04:31.517] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:04:31.518] [DEBUG] UploadManager Init [2026-05-06,10:04:31.519] [DEBUG] UploadManager Init Complete [2026-05-06,10:04:31.523] [INFO] Initializing GPS... [2026-05-06,10:04:31.526] [INFO] Starting location capture [2026-05-06,10:05:10.720] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:05:10.726] [INFO] LocationSqlManager initialising [2026-05-06,10:05:10.727] [INFO] Location DB initialising [2026-05-06,10:05:10.737] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:05:10.737] [DEBUG] UploadManager Init [2026-05-06,10:05:10.738] [DEBUG] UploadManager Init Complete [2026-05-06,10:05:10.741] [INFO] Initializing GPS... [2026-05-06,10:05:10.743] [INFO] Starting location capture [2026-05-06,10:05:50.180] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:05:50.185] [INFO] LocationSqlManager initialising [2026-05-06,10:05:50.186] [INFO] Location DB initialising [2026-05-06,10:05:50.195] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:05:50.196] [DEBUG] UploadManager Init [2026-05-06,10:05:50.196] [DEBUG] UploadManager Init Complete [2026-05-06,10:05:50.199] [INFO] Initializing GPS... [2026-05-06,10:05:50.201] [INFO] Starting location capture [2026-05-06,10:06:28.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:06:28.314] [INFO] LocationSqlManager initialising [2026-05-06,10:06:28.314] [INFO] Location DB initialising [2026-05-06,10:06:28.323] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:06:28.324] [DEBUG] UploadManager Init [2026-05-06,10:06:28.324] [DEBUG] UploadManager Init Complete [2026-05-06,10:06:28.327] [INFO] Initializing GPS... [2026-05-06,10:06:28.329] [INFO] Starting location capture [2026-05-06,10:07:07.527] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:07:07.534] [INFO] LocationSqlManager initialising [2026-05-06,10:07:07.535] [INFO] Location DB initialising [2026-05-06,10:07:07.546] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:07:07.547] [DEBUG] UploadManager Init [2026-05-06,10:07:07.548] [DEBUG] UploadManager Init Complete [2026-05-06,10:07:07.551] [INFO] Initializing GPS... [2026-05-06,10:07:07.554] [INFO] Starting location capture [2026-05-06,10:07:46.648] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:07:46.653] [INFO] LocationSqlManager initialising [2026-05-06,10:07:46.654] [INFO] Location DB initialising [2026-05-06,10:07:46.663] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:07:46.664] [DEBUG] UploadManager Init [2026-05-06,10:07:46.664] [DEBUG] UploadManager Init Complete [2026-05-06,10:07:46.667] [INFO] Initializing GPS... [2026-05-06,10:07:46.669] [INFO] Starting location capture [2026-05-06,10:08:25.701] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:08:25.707] [INFO] LocationSqlManager initialising [2026-05-06,10:08:25.707] [INFO] Location DB initialising [2026-05-06,10:08:25.717] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:08:25.718] [DEBUG] UploadManager Init [2026-05-06,10:08:25.718] [DEBUG] UploadManager Init Complete [2026-05-06,10:08:25.721] [INFO] Initializing GPS... [2026-05-06,10:08:25.724] [INFO] Starting location capture [2026-05-06,10:09:05.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:09:05.239] [INFO] LocationSqlManager initialising [2026-05-06,10:09:05.239] [INFO] Location DB initialising [2026-05-06,10:09:05.249] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:09:05.250] [DEBUG] UploadManager Init [2026-05-06,10:09:05.250] [DEBUG] UploadManager Init Complete [2026-05-06,10:09:05.253] [INFO] Initializing GPS... [2026-05-06,10:09:05.255] [INFO] Starting location capture [2026-05-06,10:09:44.591] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:09:44.596] [INFO] LocationSqlManager initialising [2026-05-06,10:09:44.597] [INFO] Location DB initialising [2026-05-06,10:09:44.607] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:09:44.607] [DEBUG] UploadManager Init [2026-05-06,10:09:44.608] [DEBUG] UploadManager Init Complete [2026-05-06,10:09:44.610] [INFO] Initializing GPS... [2026-05-06,10:09:44.612] [INFO] Starting location capture [2026-05-06,10:10:23.526] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:10:23.534] [INFO] LocationSqlManager initialising [2026-05-06,10:10:23.535] [INFO] Location DB initialising [2026-05-06,10:10:23.545] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:10:23.547] [DEBUG] UploadManager Init [2026-05-06,10:10:23.547] [DEBUG] UploadManager Init Complete [2026-05-06,10:10:23.552] [INFO] Initializing GPS... [2026-05-06,10:10:23.555] [INFO] Starting location capture [2026-05-06,10:11:02.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:11:02.903] [INFO] LocationSqlManager initialising [2026-05-06,10:11:02.903] [INFO] Location DB initialising [2026-05-06,10:11:02.916] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:11:02.918] [DEBUG] UploadManager Init [2026-05-06,10:11:02.919] [DEBUG] UploadManager Init Complete [2026-05-06,10:11:02.923] [INFO] Initializing GPS... [2026-05-06,10:11:02.927] [INFO] Starting location capture [2026-05-06,10:11:41.755] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:11:41.760] [INFO] LocationSqlManager initialising [2026-05-06,10:11:41.761] [INFO] Location DB initialising [2026-05-06,10:11:41.770] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:11:41.770] [DEBUG] UploadManager Init [2026-05-06,10:11:41.771] [DEBUG] UploadManager Init Complete [2026-05-06,10:11:41.773] [INFO] Initializing GPS... [2026-05-06,10:11:41.775] [INFO] Starting location capture [2026-05-06,10:12:20.698] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:12:20.704] [INFO] LocationSqlManager initialising [2026-05-06,10:12:20.705] [INFO] Location DB initialising [2026-05-06,10:12:20.716] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:12:20.718] [DEBUG] UploadManager Init [2026-05-06,10:12:20.718] [DEBUG] UploadManager Init Complete [2026-05-06,10:12:20.723] [INFO] Initializing GPS... [2026-05-06,10:12:20.726] [INFO] Starting location capture [2026-05-06,10:12:59.371] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:12:59.375] [INFO] LocationSqlManager initialising [2026-05-06,10:12:59.376] [INFO] Location DB initialising [2026-05-06,10:12:59.385] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:12:59.386] [DEBUG] UploadManager Init [2026-05-06,10:12:59.386] [DEBUG] UploadManager Init Complete [2026-05-06,10:12:59.389] [INFO] Initializing GPS... [2026-05-06,10:12:59.391] [INFO] Starting location capture [2026-05-06,10:13:38.682] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:13:38.689] [INFO] LocationSqlManager initialising [2026-05-06,10:13:38.691] [INFO] Location DB initialising [2026-05-06,10:13:38.702] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:13:38.703] [DEBUG] UploadManager Init [2026-05-06,10:13:38.704] [DEBUG] UploadManager Init Complete [2026-05-06,10:13:38.709] [INFO] Initializing GPS... [2026-05-06,10:13:38.712] [INFO] Starting location capture [2026-05-06,10:14:17.466] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:14:17.471] [INFO] LocationSqlManager initialising [2026-05-06,10:14:17.472] [INFO] Location DB initialising [2026-05-06,10:14:17.481] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:14:17.482] [DEBUG] UploadManager Init [2026-05-06,10:14:17.482] [DEBUG] UploadManager Init Complete [2026-05-06,10:14:17.485] [INFO] Initializing GPS... [2026-05-06,10:14:17.486] [INFO] Starting location capture [2026-05-06,10:14:56.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:14:56.773] [INFO] LocationSqlManager initialising [2026-05-06,10:14:56.773] [INFO] Location DB initialising [2026-05-06,10:14:56.782] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:14:56.783] [DEBUG] UploadManager Init [2026-05-06,10:14:56.783] [DEBUG] UploadManager Init Complete [2026-05-06,10:14:56.786] [INFO] Initializing GPS... [2026-05-06,10:14:56.788] [INFO] Starting location capture [2026-05-06,10:15:36.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:15:36.091] [INFO] LocationSqlManager initialising [2026-05-06,10:15:36.091] [INFO] Location DB initialising [2026-05-06,10:15:36.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:15:36.101] [DEBUG] UploadManager Init [2026-05-06,10:15:36.101] [DEBUG] UploadManager Init Complete [2026-05-06,10:15:36.104] [INFO] Initializing GPS... [2026-05-06,10:15:36.106] [INFO] Starting location capture [2026-05-06,10:16:15.783] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:16:15.788] [INFO] LocationSqlManager initialising [2026-05-06,10:16:15.789] [INFO] Location DB initialising [2026-05-06,10:16:15.799] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:16:15.800] [DEBUG] UploadManager Init [2026-05-06,10:16:15.800] [DEBUG] UploadManager Init Complete [2026-05-06,10:16:15.804] [INFO] Initializing GPS... [2026-05-06,10:16:15.806] [INFO] Starting location capture [2026-05-06,10:16:54.898] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:16:54.903] [INFO] LocationSqlManager initialising [2026-05-06,10:16:54.904] [INFO] Location DB initialising [2026-05-06,10:16:54.913] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:16:54.914] [DEBUG] UploadManager Init [2026-05-06,10:16:54.915] [DEBUG] UploadManager Init Complete [2026-05-06,10:16:54.917] [INFO] Initializing GPS... [2026-05-06,10:16:54.919] [INFO] Starting location capture [2026-05-06,10:17:30.948] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:17:30.953] [INFO] LocationSqlManager initialising [2026-05-06,10:17:30.953] [INFO] Location DB initialising [2026-05-06,10:17:30.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:17:30.964] [DEBUG] UploadManager Init [2026-05-06,10:17:30.964] [DEBUG] UploadManager Init Complete [2026-05-06,10:17:30.967] [INFO] Initializing GPS... [2026-05-06,10:17:30.968] [INFO] Starting location capture [2026-05-06,10:18:10.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:18:10.087] [INFO] LocationSqlManager initialising [2026-05-06,10:18:10.088] [INFO] Location DB initialising [2026-05-06,10:18:10.097] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:18:10.098] [DEBUG] UploadManager Init [2026-05-06,10:18:10.099] [DEBUG] UploadManager Init Complete [2026-05-06,10:18:10.101] [INFO] Initializing GPS... [2026-05-06,10:18:10.103] [INFO] Starting location capture [2026-05-06,10:18:44.170] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:18:44.178] [INFO] LocationSqlManager initialising [2026-05-06,10:18:44.179] [INFO] Location DB initialising [2026-05-06,10:18:44.193] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:18:44.194] [DEBUG] UploadManager Init [2026-05-06,10:18:44.195] [DEBUG] UploadManager Init Complete [2026-05-06,10:18:44.199] [INFO] Initializing GPS... [2026-05-06,10:18:44.203] [INFO] Starting location capture [2026-05-06,10:19:19.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:19:19.938] [INFO] LocationSqlManager initialising [2026-05-06,10:19:19.939] [INFO] Location DB initialising [2026-05-06,10:19:19.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:19:19.956] [DEBUG] UploadManager Init [2026-05-06,10:19:19.957] [DEBUG] UploadManager Init Complete [2026-05-06,10:19:19.962] [INFO] Initializing GPS... [2026-05-06,10:19:19.966] [INFO] Starting location capture [2026-05-06,10:19:55.360] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:19:55.367] [INFO] LocationSqlManager initialising [2026-05-06,10:19:55.368] [INFO] Location DB initialising [2026-05-06,10:19:55.380] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:19:55.381] [DEBUG] UploadManager Init [2026-05-06,10:19:55.382] [DEBUG] UploadManager Init Complete [2026-05-06,10:19:55.386] [INFO] Initializing GPS... [2026-05-06,10:19:55.389] [INFO] Starting location capture [2026-05-06,10:20:35.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:20:35.452] [INFO] LocationSqlManager initialising [2026-05-06,10:20:35.453] [INFO] Location DB initialising [2026-05-06,10:20:35.464] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:20:35.465] [DEBUG] UploadManager Init [2026-05-06,10:20:35.466] [DEBUG] UploadManager Init Complete [2026-05-06,10:20:35.469] [INFO] Initializing GPS... [2026-05-06,10:20:35.472] [INFO] Starting location capture [2026-05-06,10:21:14.354] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:21:14.362] [INFO] LocationSqlManager initialising [2026-05-06,10:21:14.363] [INFO] Location DB initialising [2026-05-06,10:21:14.374] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:21:14.375] [DEBUG] UploadManager Init [2026-05-06,10:21:14.376] [DEBUG] UploadManager Init Complete [2026-05-06,10:21:14.380] [INFO] Initializing GPS... [2026-05-06,10:21:14.383] [INFO] Starting location capture [2026-05-06,10:21:49.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:21:49.364] [INFO] LocationSqlManager initialising [2026-05-06,10:21:49.365] [INFO] Location DB initialising [2026-05-06,10:21:49.382] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:21:49.383] [DEBUG] UploadManager Init [2026-05-06,10:21:49.383] [DEBUG] UploadManager Init Complete [2026-05-06,10:21:49.388] [INFO] Initializing GPS... [2026-05-06,10:21:49.391] [INFO] Starting location capture [2026-05-06,10:22:29.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:22:29.272] [INFO] LocationSqlManager initialising [2026-05-06,10:22:29.273] [INFO] Location DB initialising [2026-05-06,10:22:29.282] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:22:29.283] [DEBUG] UploadManager Init [2026-05-06,10:22:29.283] [DEBUG] UploadManager Init Complete [2026-05-06,10:22:29.286] [INFO] Initializing GPS... [2026-05-06,10:22:29.288] [INFO] Starting location capture [2026-05-06,10:23:07.589] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:23:07.597] [INFO] LocationSqlManager initialising [2026-05-06,10:23:07.598] [INFO] Location DB initialising [2026-05-06,10:23:07.611] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:23:07.613] [DEBUG] UploadManager Init [2026-05-06,10:23:07.614] [DEBUG] UploadManager Init Complete [2026-05-06,10:23:07.621] [INFO] Initializing GPS... [2026-05-06,10:23:07.625] [INFO] Starting location capture [2026-05-06,10:23:48.814] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:23:48.824] [INFO] LocationSqlManager initialising [2026-05-06,10:23:48.825] [INFO] Location DB initialising [2026-05-06,10:23:48.842] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:23:48.843] [DEBUG] UploadManager Init [2026-05-06,10:23:48.844] [DEBUG] UploadManager Init Complete [2026-05-06,10:23:48.850] [INFO] Initializing GPS... [2026-05-06,10:23:48.855] [INFO] Starting location capture [2026-05-06,10:24:27.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:24:27.208] [INFO] LocationSqlManager initialising [2026-05-06,10:24:27.208] [INFO] Location DB initialising [2026-05-06,10:24:27.220] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:24:27.221] [DEBUG] UploadManager Init [2026-05-06,10:24:27.221] [DEBUG] UploadManager Init Complete [2026-05-06,10:24:27.225] [INFO] Initializing GPS... [2026-05-06,10:24:27.229] [INFO] Starting location capture [2026-05-06,10:25:06.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:25:06.990] [INFO] LocationSqlManager initialising [2026-05-06,10:25:06.991] [INFO] Location DB initialising [2026-05-06,10:25:07.000] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:25:07.001] [DEBUG] UploadManager Init [2026-05-06,10:25:07.001] [DEBUG] UploadManager Init Complete [2026-05-06,10:25:07.004] [INFO] Initializing GPS... [2026-05-06,10:25:07.006] [INFO] Starting location capture [2026-05-06,10:25:47.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:25:47.119] [INFO] LocationSqlManager initialising [2026-05-06,10:25:47.120] [INFO] Location DB initialising [2026-05-06,10:25:47.133] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:25:47.134] [DEBUG] UploadManager Init [2026-05-06,10:25:47.135] [DEBUG] UploadManager Init Complete [2026-05-06,10:25:47.139] [INFO] Initializing GPS... [2026-05-06,10:25:47.142] [INFO] Starting location capture [2026-05-06,10:26:25.572] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:26:25.577] [INFO] LocationSqlManager initialising [2026-05-06,10:26:25.577] [INFO] Location DB initialising [2026-05-06,10:26:25.587] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:26:25.588] [DEBUG] UploadManager Init [2026-05-06,10:26:25.588] [DEBUG] UploadManager Init Complete [2026-05-06,10:26:25.592] [INFO] Initializing GPS... [2026-05-06,10:26:25.594] [INFO] Starting location capture [2026-05-06,10:27:05.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:27:05.051] [INFO] LocationSqlManager initialising [2026-05-06,10:27:05.052] [INFO] Location DB initialising [2026-05-06,10:27:05.061] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:27:05.062] [DEBUG] UploadManager Init [2026-05-06,10:27:05.062] [DEBUG] UploadManager Init Complete [2026-05-06,10:27:05.065] [INFO] Initializing GPS... [2026-05-06,10:27:05.067] [INFO] Starting location capture [2026-05-06,10:27:44.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:27:44.798] [INFO] LocationSqlManager initialising [2026-05-06,10:27:44.799] [INFO] Location DB initialising [2026-05-06,10:27:44.809] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:27:44.809] [DEBUG] UploadManager Init [2026-05-06,10:27:44.809] [DEBUG] UploadManager Init Complete [2026-05-06,10:27:44.812] [INFO] Initializing GPS... [2026-05-06,10:27:44.814] [INFO] Starting location capture [2026-05-06,10:28:24.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:28:24.113] [INFO] LocationSqlManager initialising [2026-05-06,10:28:24.114] [INFO] Location DB initialising [2026-05-06,10:28:24.123] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:28:24.124] [DEBUG] UploadManager Init [2026-05-06,10:28:24.124] [DEBUG] UploadManager Init Complete [2026-05-06,10:28:24.127] [INFO] Initializing GPS... [2026-05-06,10:28:24.129] [INFO] Starting location capture [2026-05-06,10:29:00.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:29:00.224] [INFO] LocationSqlManager initialising [2026-05-06,10:29:00.225] [INFO] Location DB initialising [2026-05-06,10:29:00.237] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:29:00.238] [DEBUG] UploadManager Init [2026-05-06,10:29:00.238] [DEBUG] UploadManager Init Complete [2026-05-06,10:29:00.242] [INFO] Initializing GPS... [2026-05-06,10:29:00.245] [INFO] Starting location capture [2026-05-06,10:29:39.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:29:39.252] [INFO] LocationSqlManager initialising [2026-05-06,10:29:39.253] [INFO] Location DB initialising [2026-05-06,10:29:39.262] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:29:39.263] [DEBUG] UploadManager Init [2026-05-06,10:29:39.263] [DEBUG] UploadManager Init Complete [2026-05-06,10:29:39.266] [INFO] Initializing GPS... [2026-05-06,10:29:39.268] [INFO] Starting location capture [2026-05-06,10:30:19.328] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:30:19.333] [INFO] LocationSqlManager initialising [2026-05-06,10:30:19.333] [INFO] Location DB initialising [2026-05-06,10:30:19.342] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:30:19.343] [DEBUG] UploadManager Init [2026-05-06,10:30:19.344] [DEBUG] UploadManager Init Complete [2026-05-06,10:30:19.346] [INFO] Initializing GPS... [2026-05-06,10:30:19.348] [INFO] Starting location capture [2026-05-06,10:30:58.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:30:58.039] [INFO] LocationSqlManager initialising [2026-05-06,10:30:58.040] [INFO] Location DB initialising [2026-05-06,10:30:58.053] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:30:58.054] [DEBUG] UploadManager Init [2026-05-06,10:30:58.055] [DEBUG] UploadManager Init Complete [2026-05-06,10:30:58.059] [INFO] Initializing GPS... [2026-05-06,10:30:58.062] [INFO] Starting location capture [2026-05-06,10:31:38.550] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:31:38.556] [INFO] LocationSqlManager initialising [2026-05-06,10:31:38.557] [INFO] Location DB initialising [2026-05-06,10:31:38.568] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:31:38.569] [DEBUG] UploadManager Init [2026-05-06,10:31:38.570] [DEBUG] UploadManager Init Complete [2026-05-06,10:31:38.574] [INFO] Initializing GPS... [2026-05-06,10:31:38.577] [INFO] Starting location capture [2026-05-06,10:32:13.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:32:13.224] [INFO] LocationSqlManager initialising [2026-05-06,10:32:13.225] [INFO] Location DB initialising [2026-05-06,10:32:13.235] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:32:13.235] [DEBUG] UploadManager Init [2026-05-06,10:32:13.236] [DEBUG] UploadManager Init Complete [2026-05-06,10:32:13.239] [INFO] Initializing GPS... [2026-05-06,10:32:13.241] [INFO] Starting location capture [2026-05-06,10:32:48.534] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:32:48.541] [INFO] LocationSqlManager initialising [2026-05-06,10:32:48.542] [INFO] Location DB initialising [2026-05-06,10:32:48.553] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:32:48.554] [DEBUG] UploadManager Init [2026-05-06,10:32:48.555] [DEBUG] UploadManager Init Complete [2026-05-06,10:32:48.560] [INFO] Initializing GPS... [2026-05-06,10:32:48.564] [INFO] Starting location capture [2026-05-06,10:33:27.438] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:33:27.446] [INFO] LocationSqlManager initialising [2026-05-06,10:33:27.447] [INFO] Location DB initialising [2026-05-06,10:33:27.460] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:33:27.461] [DEBUG] UploadManager Init [2026-05-06,10:33:27.461] [DEBUG] UploadManager Init Complete [2026-05-06,10:33:27.466] [INFO] Initializing GPS... [2026-05-06,10:33:27.470] [INFO] Starting location capture [2026-05-06,10:34:02.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:34:02.760] [INFO] LocationSqlManager initialising [2026-05-06,10:34:02.761] [INFO] Location DB initialising [2026-05-06,10:34:02.772] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:34:02.773] [DEBUG] UploadManager Init [2026-05-06,10:34:02.773] [DEBUG] UploadManager Init Complete [2026-05-06,10:34:02.777] [INFO] Initializing GPS... [2026-05-06,10:34:02.780] [INFO] Starting location capture [2026-05-06,10:34:42.736] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:34:42.746] [INFO] LocationSqlManager initialising [2026-05-06,10:34:42.747] [INFO] Location DB initialising [2026-05-06,10:34:42.760] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:34:42.761] [DEBUG] UploadManager Init [2026-05-06,10:34:42.762] [DEBUG] UploadManager Init Complete [2026-05-06,10:34:42.766] [INFO] Initializing GPS... [2026-05-06,10:34:42.770] [INFO] Starting location capture [2026-05-06,10:35:22.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:35:22.089] [INFO] LocationSqlManager initialising [2026-05-06,10:35:22.090] [INFO] Location DB initialising [2026-05-06,10:35:22.102] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:35:22.103] [DEBUG] UploadManager Init [2026-05-06,10:35:22.103] [DEBUG] UploadManager Init Complete [2026-05-06,10:35:22.107] [INFO] Initializing GPS... [2026-05-06,10:35:22.109] [INFO] Starting location capture [2026-05-06,10:36:01.411] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:36:01.420] [INFO] LocationSqlManager initialising [2026-05-06,10:36:01.421] [INFO] Location DB initialising [2026-05-06,10:36:01.437] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:36:01.438] [DEBUG] UploadManager Init [2026-05-06,10:36:01.438] [DEBUG] UploadManager Init Complete [2026-05-06,10:36:01.443] [INFO] Initializing GPS... [2026-05-06,10:36:01.447] [INFO] Starting location capture [2026-05-06,10:36:41.693] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:36:41.700] [INFO] LocationSqlManager initialising [2026-05-06,10:36:41.701] [INFO] Location DB initialising [2026-05-06,10:36:41.713] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:36:41.714] [DEBUG] UploadManager Init [2026-05-06,10:36:41.715] [DEBUG] UploadManager Init Complete [2026-05-06,10:36:41.720] [INFO] Initializing GPS... [2026-05-06,10:36:41.725] [INFO] Starting location capture [2026-05-06,10:37:20.677] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:37:20.685] [INFO] LocationSqlManager initialising [2026-05-06,10:37:20.686] [INFO] Location DB initialising [2026-05-06,10:37:20.701] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:37:20.702] [DEBUG] UploadManager Init [2026-05-06,10:37:20.703] [DEBUG] UploadManager Init Complete [2026-05-06,10:37:20.707] [INFO] Initializing GPS... [2026-05-06,10:37:20.710] [INFO] Starting location capture [2026-05-06,10:38:00.650] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:38:00.657] [INFO] LocationSqlManager initialising [2026-05-06,10:38:00.658] [INFO] Location DB initialising [2026-05-06,10:38:00.671] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:38:00.672] [DEBUG] UploadManager Init [2026-05-06,10:38:00.672] [DEBUG] UploadManager Init Complete [2026-05-06,10:38:00.677] [INFO] Initializing GPS... [2026-05-06,10:38:00.680] [INFO] Starting location capture [2026-05-06,10:38:40.347] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:38:40.353] [INFO] LocationSqlManager initialising [2026-05-06,10:38:40.354] [INFO] Location DB initialising [2026-05-06,10:38:40.365] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:38:40.366] [DEBUG] UploadManager Init [2026-05-06,10:38:40.367] [DEBUG] UploadManager Init Complete [2026-05-06,10:38:40.370] [INFO] Initializing GPS... [2026-05-06,10:38:40.373] [INFO] Starting location capture [2026-05-06,10:39:19.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:39:19.934] [INFO] LocationSqlManager initialising [2026-05-06,10:39:19.935] [INFO] Location DB initialising [2026-05-06,10:39:19.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:39:19.957] [DEBUG] UploadManager Init [2026-05-06,10:39:19.958] [DEBUG] UploadManager Init Complete [2026-05-06,10:39:19.966] [INFO] Initializing GPS... [2026-05-06,10:39:19.972] [INFO] Starting location capture [2026-05-06,10:39:59.614] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:39:59.622] [INFO] LocationSqlManager initialising [2026-05-06,10:39:59.623] [INFO] Location DB initialising [2026-05-06,10:39:59.635] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:39:59.636] [DEBUG] UploadManager Init [2026-05-06,10:39:59.637] [DEBUG] UploadManager Init Complete [2026-05-06,10:39:59.641] [INFO] Initializing GPS... [2026-05-06,10:39:59.644] [INFO] Starting location capture [2026-05-06,10:40:39.478] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:40:39.484] [INFO] LocationSqlManager initialising [2026-05-06,10:40:39.485] [INFO] Location DB initialising [2026-05-06,10:40:39.496] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:40:39.497] [DEBUG] UploadManager Init [2026-05-06,10:40:39.498] [DEBUG] UploadManager Init Complete [2026-05-06,10:40:39.502] [INFO] Initializing GPS... [2026-05-06,10:40:39.505] [INFO] Starting location capture [2026-05-06,10:41:19.627] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:41:19.635] [INFO] LocationSqlManager initialising [2026-05-06,10:41:19.636] [INFO] Location DB initialising [2026-05-06,10:41:19.649] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:41:19.650] [DEBUG] UploadManager Init [2026-05-06,10:41:19.650] [DEBUG] UploadManager Init Complete [2026-05-06,10:41:19.655] [INFO] Initializing GPS... [2026-05-06,10:41:19.658] [INFO] Starting location capture [2026-05-06,10:42:00.347] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:42:00.356] [INFO] LocationSqlManager initialising [2026-05-06,10:42:00.357] [INFO] Location DB initialising [2026-05-06,10:42:00.373] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:42:00.374] [DEBUG] UploadManager Init [2026-05-06,10:42:00.375] [DEBUG] UploadManager Init Complete [2026-05-06,10:42:00.380] [INFO] Initializing GPS... [2026-05-06,10:42:00.384] [INFO] Starting location capture [2026-05-06,10:42:35.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:42:35.300] [INFO] LocationSqlManager initialising [2026-05-06,10:42:35.301] [INFO] Location DB initialising [2026-05-06,10:42:35.315] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:42:35.316] [DEBUG] UploadManager Init [2026-05-06,10:42:35.317] [DEBUG] UploadManager Init Complete [2026-05-06,10:42:35.321] [INFO] Initializing GPS... [2026-05-06,10:42:35.324] [INFO] Starting location capture [2026-05-06,10:43:14.736] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:43:14.744] [INFO] LocationSqlManager initialising [2026-05-06,10:43:14.745] [INFO] Location DB initialising [2026-05-06,10:43:14.758] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:43:14.759] [DEBUG] UploadManager Init [2026-05-06,10:43:14.760] [DEBUG] UploadManager Init Complete [2026-05-06,10:43:14.765] [INFO] Initializing GPS... [2026-05-06,10:43:14.769] [INFO] Starting location capture [2026-05-06,10:43:54.712] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:43:54.725] [INFO] LocationSqlManager initialising [2026-05-06,10:43:54.726] [INFO] Location DB initialising [2026-05-06,10:43:54.747] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:43:54.749] [DEBUG] UploadManager Init [2026-05-06,10:43:54.750] [DEBUG] UploadManager Init Complete [2026-05-06,10:43:54.761] [INFO] Initializing GPS... [2026-05-06,10:43:54.768] [INFO] Starting location capture [2026-05-06,10:44:35.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:44:35.878] [INFO] LocationSqlManager initialising [2026-05-06,10:44:35.878] [INFO] Location DB initialising [2026-05-06,10:44:35.892] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:44:35.893] [DEBUG] UploadManager Init [2026-05-06,10:44:35.894] [DEBUG] UploadManager Init Complete [2026-05-06,10:44:35.899] [INFO] Initializing GPS... [2026-05-06,10:44:35.902] [INFO] Starting location capture [2026-05-06,10:45:15.450] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:45:15.458] [INFO] LocationSqlManager initialising [2026-05-06,10:45:15.459] [INFO] Location DB initialising [2026-05-06,10:45:15.472] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:45:15.473] [DEBUG] UploadManager Init [2026-05-06,10:45:15.474] [DEBUG] UploadManager Init Complete [2026-05-06,10:45:15.478] [INFO] Initializing GPS... [2026-05-06,10:45:15.481] [INFO] Starting location capture [2026-05-06,10:45:55.514] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:45:55.523] [INFO] LocationSqlManager initialising [2026-05-06,10:45:55.524] [INFO] Location DB initialising [2026-05-06,10:45:55.539] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:45:55.540] [DEBUG] UploadManager Init [2026-05-06,10:45:55.541] [DEBUG] UploadManager Init Complete [2026-05-06,10:45:55.547] [INFO] Initializing GPS... [2026-05-06,10:45:55.553] [INFO] Starting location capture [2026-05-06,10:46:34.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:46:34.752] [INFO] LocationSqlManager initialising [2026-05-06,10:46:34.753] [INFO] Location DB initialising [2026-05-06,10:46:34.766] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:46:34.767] [DEBUG] UploadManager Init [2026-05-06,10:46:34.768] [DEBUG] UploadManager Init Complete [2026-05-06,10:46:34.772] [INFO] Initializing GPS... [2026-05-06,10:46:34.777] [INFO] Starting location capture [2026-05-06,10:47:14.631] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:47:14.639] [INFO] LocationSqlManager initialising [2026-05-06,10:47:14.640] [INFO] Location DB initialising [2026-05-06,10:47:14.653] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:47:14.654] [DEBUG] UploadManager Init [2026-05-06,10:47:14.655] [DEBUG] UploadManager Init Complete [2026-05-06,10:47:14.659] [INFO] Initializing GPS... [2026-05-06,10:47:14.662] [INFO] Starting location capture [2026-05-06,10:47:54.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:47:54.971] [INFO] LocationSqlManager initialising [2026-05-06,10:47:54.972] [INFO] Location DB initialising [2026-05-06,10:47:55.004] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:47:55.005] [DEBUG] UploadManager Init [2026-05-06,10:47:55.007] [DEBUG] UploadManager Init Complete [2026-05-06,10:47:55.016] [INFO] Initializing GPS... [2026-05-06,10:47:55.024] [INFO] Starting location capture [2026-05-06,10:48:33.742] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:48:33.750] [INFO] LocationSqlManager initialising [2026-05-06,10:48:33.750] [INFO] Location DB initialising [2026-05-06,10:48:33.762] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:48:33.763] [DEBUG] UploadManager Init [2026-05-06,10:48:33.763] [DEBUG] UploadManager Init Complete [2026-05-06,10:48:33.767] [INFO] Initializing GPS... [2026-05-06,10:48:33.770] [INFO] Starting location capture [2026-05-06,10:49:14.583] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:49:14.590] [INFO] LocationSqlManager initialising [2026-05-06,10:49:14.591] [INFO] Location DB initialising [2026-05-06,10:49:14.604] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:49:14.605] [DEBUG] UploadManager Init [2026-05-06,10:49:14.607] [DEBUG] UploadManager Init Complete [2026-05-06,10:49:14.612] [INFO] Initializing GPS... [2026-05-06,10:49:14.615] [INFO] Starting location capture [2026-05-06,10:49:53.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:49:53.994] [INFO] LocationSqlManager initialising [2026-05-06,10:49:53.995] [INFO] Location DB initialising [2026-05-06,10:49:54.008] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:49:54.009] [DEBUG] UploadManager Init [2026-05-06,10:49:54.010] [DEBUG] UploadManager Init Complete [2026-05-06,10:49:54.014] [INFO] Initializing GPS... [2026-05-06,10:49:54.017] [INFO] Starting location capture [2026-05-06,10:50:30.668] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:50:30.675] [INFO] LocationSqlManager initialising [2026-05-06,10:50:30.675] [INFO] Location DB initialising [2026-05-06,10:50:30.687] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:50:30.688] [DEBUG] UploadManager Init [2026-05-06,10:50:30.689] [DEBUG] UploadManager Init Complete [2026-05-06,10:50:30.693] [INFO] Initializing GPS... [2026-05-06,10:50:30.696] [INFO] Starting location capture [2026-05-06,10:51:10.462] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:51:10.467] [INFO] LocationSqlManager initialising [2026-05-06,10:51:10.468] [INFO] Location DB initialising [2026-05-06,10:51:10.481] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:51:10.482] [DEBUG] UploadManager Init [2026-05-06,10:51:10.483] [DEBUG] UploadManager Init Complete [2026-05-06,10:51:10.488] [INFO] Initializing GPS... [2026-05-06,10:51:10.491] [INFO] Starting location capture [2026-05-06,10:51:46.545] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:51:46.551] [INFO] LocationSqlManager initialising [2026-05-06,10:51:46.551] [INFO] Location DB initialising [2026-05-06,10:51:46.560] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:51:46.561] [DEBUG] UploadManager Init [2026-05-06,10:51:46.561] [DEBUG] UploadManager Init Complete [2026-05-06,10:51:46.564] [INFO] Initializing GPS... [2026-05-06,10:51:46.566] [INFO] Starting location capture [2026-05-06,10:52:22.772] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:52:22.779] [INFO] LocationSqlManager initialising [2026-05-06,10:52:22.779] [INFO] Location DB initialising [2026-05-06,10:52:22.791] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:52:22.791] [DEBUG] UploadManager Init [2026-05-06,10:52:22.792] [DEBUG] UploadManager Init Complete [2026-05-06,10:52:22.795] [INFO] Initializing GPS... [2026-05-06,10:52:22.798] [INFO] Starting location capture [2026-05-06,10:53:02.448] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:53:02.455] [INFO] LocationSqlManager initialising [2026-05-06,10:53:02.456] [INFO] Location DB initialising [2026-05-06,10:53:02.471] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:53:02.473] [DEBUG] UploadManager Init [2026-05-06,10:53:02.474] [DEBUG] UploadManager Init Complete [2026-05-06,10:53:02.482] [INFO] Initializing GPS... [2026-05-06,10:53:02.488] [INFO] Starting location capture [2026-05-06,10:53:42.817] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:53:42.825] [INFO] LocationSqlManager initialising [2026-05-06,10:53:42.826] [INFO] Location DB initialising [2026-05-06,10:53:42.839] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:53:42.840] [DEBUG] UploadManager Init [2026-05-06,10:53:42.841] [DEBUG] UploadManager Init Complete [2026-05-06,10:53:42.845] [INFO] Initializing GPS... [2026-05-06,10:53:42.847] [INFO] Starting location capture [2026-05-06,10:54:20.526] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:54:20.534] [INFO] LocationSqlManager initialising [2026-05-06,10:54:20.534] [INFO] Location DB initialising [2026-05-06,10:54:20.545] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:54:20.546] [DEBUG] UploadManager Init [2026-05-06,10:54:20.546] [DEBUG] UploadManager Init Complete [2026-05-06,10:54:20.549] [INFO] Initializing GPS... [2026-05-06,10:54:20.551] [INFO] Starting location capture [2026-05-06,10:55:02.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:55:02.056] [INFO] LocationSqlManager initialising [2026-05-06,10:55:02.057] [INFO] Location DB initialising [2026-05-06,10:55:02.071] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:55:02.072] [DEBUG] UploadManager Init [2026-05-06,10:55:02.073] [DEBUG] UploadManager Init Complete [2026-05-06,10:55:02.077] [INFO] Initializing GPS... [2026-05-06,10:55:02.080] [INFO] Starting location capture [2026-05-06,10:55:38.173] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:55:38.180] [INFO] LocationSqlManager initialising [2026-05-06,10:55:38.181] [INFO] Location DB initialising [2026-05-06,10:55:38.192] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:55:38.193] [DEBUG] UploadManager Init [2026-05-06,10:55:38.194] [DEBUG] UploadManager Init Complete [2026-05-06,10:55:38.197] [INFO] Initializing GPS... [2026-05-06,10:55:38.200] [INFO] Starting location capture [2026-05-06,10:56:18.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:56:18.175] [INFO] LocationSqlManager initialising [2026-05-06,10:56:18.176] [INFO] Location DB initialising [2026-05-06,10:56:18.189] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:56:18.190] [DEBUG] UploadManager Init [2026-05-06,10:56:18.191] [DEBUG] UploadManager Init Complete [2026-05-06,10:56:18.196] [INFO] Initializing GPS... [2026-05-06,10:56:18.199] [INFO] Starting location capture [2026-05-06,10:56:56.676] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:56:56.683] [INFO] LocationSqlManager initialising [2026-05-06,10:56:56.684] [INFO] Location DB initialising [2026-05-06,10:56:56.697] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:56:56.698] [DEBUG] UploadManager Init [2026-05-06,10:56:56.698] [DEBUG] UploadManager Init Complete [2026-05-06,10:56:56.703] [INFO] Initializing GPS... [2026-05-06,10:56:56.706] [INFO] Starting location capture [2026-05-06,10:57:36.585] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:57:36.592] [INFO] LocationSqlManager initialising [2026-05-06,10:57:36.593] [INFO] Location DB initialising [2026-05-06,10:57:36.605] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:57:36.606] [DEBUG] UploadManager Init [2026-05-06,10:57:36.607] [DEBUG] UploadManager Init Complete [2026-05-06,10:57:36.611] [INFO] Initializing GPS... [2026-05-06,10:57:36.614] [INFO] Starting location capture [2026-05-06,10:58:17.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:58:17.456] [INFO] LocationSqlManager initialising [2026-05-06,10:58:17.457] [INFO] Location DB initialising [2026-05-06,10:58:17.474] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:58:17.475] [DEBUG] UploadManager Init [2026-05-06,10:58:17.476] [DEBUG] UploadManager Init Complete [2026-05-06,10:58:17.481] [INFO] Initializing GPS... [2026-05-06,10:58:17.485] [INFO] Starting location capture [2026-05-06,10:58:57.533] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:58:57.542] [INFO] LocationSqlManager initialising [2026-05-06,10:58:57.543] [INFO] Location DB initialising [2026-05-06,10:58:57.559] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:58:57.560] [DEBUG] UploadManager Init [2026-05-06,10:58:57.561] [DEBUG] UploadManager Init Complete [2026-05-06,10:58:57.566] [INFO] Initializing GPS... [2026-05-06,10:58:57.570] [INFO] Starting location capture [2026-05-06,10:59:37.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,10:59:37.424] [INFO] LocationSqlManager initialising [2026-05-06,10:59:37.424] [INFO] Location DB initialising [2026-05-06,10:59:37.436] [INFO] LocationSqlManager initialisation complete [2026-05-06,10:59:37.437] [DEBUG] UploadManager Init [2026-05-06,10:59:37.438] [DEBUG] UploadManager Init Complete [2026-05-06,10:59:37.442] [INFO] Initializing GPS... [2026-05-06,10:59:37.445] [INFO] Starting location capture [2026-05-06,11:00:16.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:00:16.290] [INFO] LocationSqlManager initialising [2026-05-06,11:00:16.291] [INFO] Location DB initialising [2026-05-06,11:00:16.303] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:00:16.304] [DEBUG] UploadManager Init [2026-05-06,11:00:16.305] [DEBUG] UploadManager Init Complete [2026-05-06,11:00:16.309] [INFO] Initializing GPS... [2026-05-06,11:00:16.312] [INFO] Starting location capture [2026-05-06,11:00:52.825] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:00:52.900] [INFO] LocationSqlManager initialising [2026-05-06,11:00:52.908] [INFO] Location DB initialising [2026-05-06,11:00:52.921] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:00:52.922] [DEBUG] UploadManager Init [2026-05-06,11:00:52.923] [DEBUG] UploadManager Init Complete [2026-05-06,11:00:52.926] [INFO] Initializing GPS... [2026-05-06,11:00:52.929] [INFO] Starting location capture [2026-05-06,11:01:28.696] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:01:28.707] [INFO] LocationSqlManager initialising [2026-05-06,11:01:28.709] [INFO] Location DB initialising [2026-05-06,11:01:28.731] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:01:28.733] [DEBUG] UploadManager Init [2026-05-06,11:01:28.735] [DEBUG] UploadManager Init Complete [2026-05-06,11:01:28.744] [INFO] Initializing GPS... [2026-05-06,11:01:28.749] [INFO] Starting location capture [2026-05-06,11:02:04.973] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:02:04.986] [INFO] LocationSqlManager initialising [2026-05-06,11:02:04.987] [INFO] Location DB initialising [2026-05-06,11:02:05.002] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:02:05.003] [DEBUG] UploadManager Init [2026-05-06,11:02:05.004] [DEBUG] UploadManager Init Complete [2026-05-06,11:02:05.010] [INFO] Initializing GPS... [2026-05-06,11:02:05.014] [INFO] Starting location capture [2026-05-06,11:02:45.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:02:45.114] [INFO] LocationSqlManager initialising [2026-05-06,11:02:45.115] [INFO] Location DB initialising [2026-05-06,11:02:45.126] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:02:45.127] [DEBUG] UploadManager Init [2026-05-06,11:02:45.128] [DEBUG] UploadManager Init Complete [2026-05-06,11:02:45.131] [INFO] Initializing GPS... [2026-05-06,11:02:45.134] [INFO] Starting location capture [2026-05-06,11:03:24.588] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:03:24.595] [INFO] LocationSqlManager initialising [2026-05-06,11:03:24.596] [INFO] Location DB initialising [2026-05-06,11:03:24.608] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:03:24.609] [DEBUG] UploadManager Init [2026-05-06,11:03:24.609] [DEBUG] UploadManager Init Complete [2026-05-06,11:03:24.613] [INFO] Initializing GPS... [2026-05-06,11:03:24.616] [INFO] Starting location capture [2026-05-06,11:04:05.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:04:05.279] [INFO] LocationSqlManager initialising [2026-05-06,11:04:05.280] [INFO] Location DB initialising [2026-05-06,11:04:05.301] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:04:05.302] [DEBUG] UploadManager Init [2026-05-06,11:04:05.304] [DEBUG] UploadManager Init Complete [2026-05-06,11:04:05.312] [INFO] Initializing GPS... [2026-05-06,11:04:05.319] [INFO] Starting location capture [2026-05-06,11:04:44.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:04:44.478] [INFO] LocationSqlManager initialising [2026-05-06,11:04:44.479] [INFO] Location DB initialising [2026-05-06,11:04:44.494] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:04:44.495] [DEBUG] UploadManager Init [2026-05-06,11:04:44.496] [DEBUG] UploadManager Init Complete [2026-05-06,11:04:44.502] [INFO] Initializing GPS... [2026-05-06,11:04:44.506] [INFO] Starting location capture [2026-05-06,11:05:24.750] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:05:24.758] [INFO] LocationSqlManager initialising [2026-05-06,11:05:24.759] [INFO] Location DB initialising [2026-05-06,11:05:24.771] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:05:24.772] [DEBUG] UploadManager Init [2026-05-06,11:05:24.773] [DEBUG] UploadManager Init Complete [2026-05-06,11:05:24.777] [INFO] Initializing GPS... [2026-05-06,11:05:24.780] [INFO] Starting location capture [2026-05-06,11:06:03.389] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:06:03.393] [INFO] LocationSqlManager initialising [2026-05-06,11:06:03.393] [INFO] Location DB initialising [2026-05-06,11:06:03.403] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:06:03.403] [DEBUG] UploadManager Init [2026-05-06,11:06:03.404] [DEBUG] UploadManager Init Complete [2026-05-06,11:06:03.406] [INFO] Initializing GPS... [2026-05-06,11:06:03.408] [INFO] Starting location capture [2026-05-06,11:06:43.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:06:43.052] [INFO] LocationSqlManager initialising [2026-05-06,11:06:43.053] [INFO] Location DB initialising [2026-05-06,11:06:43.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:06:43.068] [DEBUG] UploadManager Init [2026-05-06,11:06:43.069] [DEBUG] UploadManager Init Complete [2026-05-06,11:06:43.075] [INFO] Initializing GPS... [2026-05-06,11:06:43.078] [INFO] Starting location capture [2026-05-06,11:07:18.810] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:07:18.817] [INFO] LocationSqlManager initialising [2026-05-06,11:07:18.818] [INFO] Location DB initialising [2026-05-06,11:07:18.832] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:07:18.833] [DEBUG] UploadManager Init [2026-05-06,11:07:18.834] [DEBUG] UploadManager Init Complete [2026-05-06,11:07:18.842] [INFO] Initializing GPS... [2026-05-06,11:07:18.845] [INFO] Starting location capture [2026-05-06,11:07:57.572] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:07:57.580] [INFO] LocationSqlManager initialising [2026-05-06,11:07:57.581] [INFO] Location DB initialising [2026-05-06,11:07:57.593] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:07:57.595] [DEBUG] UploadManager Init [2026-05-06,11:07:57.595] [DEBUG] UploadManager Init Complete [2026-05-06,11:07:57.600] [INFO] Initializing GPS... [2026-05-06,11:07:57.603] [INFO] Starting location capture [2026-05-06,11:08:38.173] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:08:38.180] [INFO] LocationSqlManager initialising [2026-05-06,11:08:38.181] [INFO] Location DB initialising [2026-05-06,11:08:38.193] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:08:38.194] [DEBUG] UploadManager Init [2026-05-06,11:08:38.194] [DEBUG] UploadManager Init Complete [2026-05-06,11:08:38.198] [INFO] Initializing GPS... [2026-05-06,11:08:38.201] [INFO] Starting location capture [2026-05-06,11:09:17.474] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:09:17.482] [INFO] LocationSqlManager initialising [2026-05-06,11:09:17.482] [INFO] Location DB initialising [2026-05-06,11:09:17.494] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:09:17.495] [DEBUG] UploadManager Init [2026-05-06,11:09:17.496] [DEBUG] UploadManager Init Complete [2026-05-06,11:09:17.501] [INFO] Initializing GPS... [2026-05-06,11:09:17.505] [INFO] Starting location capture [2026-05-06,11:09:53.650] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:09:53.657] [INFO] LocationSqlManager initialising [2026-05-06,11:09:53.657] [INFO] Location DB initialising [2026-05-06,11:09:53.673] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:09:53.674] [DEBUG] UploadManager Init [2026-05-06,11:09:53.675] [DEBUG] UploadManager Init Complete [2026-05-06,11:09:53.680] [INFO] Initializing GPS... [2026-05-06,11:09:53.683] [INFO] Starting location capture [2026-05-06,11:10:33.563] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:10:33.573] [INFO] LocationSqlManager initialising [2026-05-06,11:10:33.574] [INFO] Location DB initialising [2026-05-06,11:10:33.592] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:10:33.593] [DEBUG] UploadManager Init [2026-05-06,11:10:33.594] [DEBUG] UploadManager Init Complete [2026-05-06,11:10:33.599] [INFO] Initializing GPS... [2026-05-06,11:10:33.604] [INFO] Starting location capture [2026-05-06,11:11:08.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:11:08.758] [INFO] LocationSqlManager initialising [2026-05-06,11:11:08.759] [INFO] Location DB initialising [2026-05-06,11:11:08.770] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:11:08.770] [DEBUG] UploadManager Init [2026-05-06,11:11:08.771] [DEBUG] UploadManager Init Complete [2026-05-06,11:11:08.774] [INFO] Initializing GPS... [2026-05-06,11:11:08.777] [INFO] Starting location capture [2026-05-06,11:11:43.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:11:43.899] [INFO] LocationSqlManager initialising [2026-05-06,11:11:43.900] [INFO] Location DB initialising [2026-05-06,11:11:43.911] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:11:43.912] [DEBUG] UploadManager Init [2026-05-06,11:11:43.912] [DEBUG] UploadManager Init Complete [2026-05-06,11:11:43.916] [INFO] Initializing GPS... [2026-05-06,11:11:43.919] [INFO] Starting location capture [2026-05-06,11:12:19.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:12:19.298] [INFO] LocationSqlManager initialising [2026-05-06,11:12:19.299] [INFO] Location DB initialising [2026-05-06,11:12:19.314] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:12:19.315] [DEBUG] UploadManager Init [2026-05-06,11:12:19.316] [DEBUG] UploadManager Init Complete [2026-05-06,11:12:19.321] [INFO] Initializing GPS... [2026-05-06,11:12:19.324] [INFO] Starting location capture [2026-05-06,11:13:01.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:13:01.040] [INFO] LocationSqlManager initialising [2026-05-06,11:13:01.041] [INFO] Location DB initialising [2026-05-06,11:13:01.053] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:13:01.054] [DEBUG] UploadManager Init [2026-05-06,11:13:01.055] [DEBUG] UploadManager Init Complete [2026-05-06,11:13:01.060] [INFO] Initializing GPS... [2026-05-06,11:13:01.082] [INFO] Starting location capture [2026-05-06,11:13:40.467] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:13:40.473] [INFO] LocationSqlManager initialising [2026-05-06,11:13:40.474] [INFO] Location DB initialising [2026-05-06,11:13:40.485] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:13:40.485] [DEBUG] UploadManager Init [2026-05-06,11:13:40.486] [DEBUG] UploadManager Init Complete [2026-05-06,11:13:40.489] [INFO] Initializing GPS... [2026-05-06,11:13:40.491] [INFO] Starting location capture [2026-05-06,11:14:16.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:14:16.015] [INFO] LocationSqlManager initialising [2026-05-06,11:14:16.016] [INFO] Location DB initialising [2026-05-06,11:14:16.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:14:16.029] [DEBUG] UploadManager Init [2026-05-06,11:14:16.029] [DEBUG] UploadManager Init Complete [2026-05-06,11:14:16.034] [INFO] Initializing GPS... [2026-05-06,11:14:16.036] [INFO] Starting location capture [2026-05-06,11:14:56.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:14:56.237] [INFO] LocationSqlManager initialising [2026-05-06,11:14:56.237] [INFO] Location DB initialising [2026-05-06,11:14:56.247] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:14:56.247] [DEBUG] UploadManager Init [2026-05-06,11:14:56.248] [DEBUG] UploadManager Init Complete [2026-05-06,11:14:56.250] [INFO] Initializing GPS... [2026-05-06,11:14:56.252] [INFO] Starting location capture [2026-05-06,11:15:33.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:15:33.885] [INFO] LocationSqlManager initialising [2026-05-06,11:15:33.886] [INFO] Location DB initialising [2026-05-06,11:15:33.904] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:15:33.906] [DEBUG] UploadManager Init [2026-05-06,11:15:33.906] [DEBUG] UploadManager Init Complete [2026-05-06,11:15:33.912] [INFO] Initializing GPS... [2026-05-06,11:15:33.917] [INFO] Starting location capture [2026-05-06,11:16:12.664] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:16:12.671] [INFO] LocationSqlManager initialising [2026-05-06,11:16:12.672] [INFO] Location DB initialising [2026-05-06,11:16:12.685] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:16:12.686] [DEBUG] UploadManager Init [2026-05-06,11:16:12.687] [DEBUG] UploadManager Init Complete [2026-05-06,11:16:12.692] [INFO] Initializing GPS... [2026-05-06,11:16:12.695] [INFO] Starting location capture [2026-05-06,11:16:52.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:16:52.935] [INFO] LocationSqlManager initialising [2026-05-06,11:16:52.935] [INFO] Location DB initialising [2026-05-06,11:16:52.947] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:16:52.948] [DEBUG] UploadManager Init [2026-05-06,11:16:52.948] [DEBUG] UploadManager Init Complete [2026-05-06,11:16:52.952] [INFO] Initializing GPS... [2026-05-06,11:16:52.955] [INFO] Starting location capture [2026-05-06,11:17:32.465] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:17:32.469] [INFO] LocationSqlManager initialising [2026-05-06,11:17:32.470] [INFO] Location DB initialising [2026-05-06,11:17:32.482] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:17:32.483] [DEBUG] UploadManager Init [2026-05-06,11:17:32.484] [DEBUG] UploadManager Init Complete [2026-05-06,11:17:32.488] [INFO] Initializing GPS... [2026-05-06,11:17:32.491] [INFO] Starting location capture [2026-05-06,11:18:12.113] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:18:12.121] [INFO] LocationSqlManager initialising [2026-05-06,11:18:12.121] [INFO] Location DB initialising [2026-05-06,11:18:12.136] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:18:12.137] [DEBUG] UploadManager Init [2026-05-06,11:18:12.138] [DEBUG] UploadManager Init Complete [2026-05-06,11:18:12.143] [INFO] Initializing GPS... [2026-05-06,11:18:12.147] [INFO] Starting location capture [2026-05-06,11:18:51.686] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:18:51.694] [INFO] LocationSqlManager initialising [2026-05-06,11:18:51.695] [INFO] Location DB initialising [2026-05-06,11:18:51.710] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:18:51.711] [DEBUG] UploadManager Init [2026-05-06,11:18:51.712] [DEBUG] UploadManager Init Complete [2026-05-06,11:18:51.717] [INFO] Initializing GPS... [2026-05-06,11:18:51.721] [INFO] Starting location capture [2026-05-06,11:19:31.734] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:19:31.742] [INFO] LocationSqlManager initialising [2026-05-06,11:19:31.743] [INFO] Location DB initialising [2026-05-06,11:19:31.756] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:19:31.757] [DEBUG] UploadManager Init [2026-05-06,11:19:31.758] [DEBUG] UploadManager Init Complete [2026-05-06,11:19:31.762] [INFO] Initializing GPS... [2026-05-06,11:19:31.766] [INFO] Starting location capture [2026-05-06,11:20:10.637] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:20:10.644] [INFO] LocationSqlManager initialising [2026-05-06,11:20:10.644] [INFO] Location DB initialising [2026-05-06,11:20:10.654] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:20:10.655] [DEBUG] UploadManager Init [2026-05-06,11:20:10.656] [DEBUG] UploadManager Init Complete [2026-05-06,11:20:10.661] [INFO] Initializing GPS... [2026-05-06,11:20:10.664] [INFO] Starting location capture [2026-05-06,11:20:47.477] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:20:47.486] [INFO] LocationSqlManager initialising [2026-05-06,11:20:47.487] [INFO] Location DB initialising [2026-05-06,11:20:47.503] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:20:47.504] [DEBUG] UploadManager Init [2026-05-06,11:20:47.505] [DEBUG] UploadManager Init Complete [2026-05-06,11:20:47.512] [INFO] Initializing GPS... [2026-05-06,11:20:47.517] [INFO] Starting location capture [2026-05-06,11:21:23.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:21:23.882] [INFO] LocationSqlManager initialising [2026-05-06,11:21:23.883] [INFO] Location DB initialising [2026-05-06,11:21:23.896] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:21:23.897] [DEBUG] UploadManager Init [2026-05-06,11:21:23.899] [DEBUG] UploadManager Init Complete [2026-05-06,11:21:23.903] [INFO] Initializing GPS... [2026-05-06,11:21:23.907] [INFO] Starting location capture [2026-05-06,11:22:03.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:22:03.906] [INFO] LocationSqlManager initialising [2026-05-06,11:22:03.907] [INFO] Location DB initialising [2026-05-06,11:22:03.921] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:22:03.922] [DEBUG] UploadManager Init [2026-05-06,11:22:03.923] [DEBUG] UploadManager Init Complete [2026-05-06,11:22:03.928] [INFO] Initializing GPS... [2026-05-06,11:22:03.936] [INFO] Starting location capture [2026-05-06,11:22:43.742] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:22:43.750] [INFO] LocationSqlManager initialising [2026-05-06,11:22:43.750] [INFO] Location DB initialising [2026-05-06,11:22:43.763] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:22:43.764] [DEBUG] UploadManager Init [2026-05-06,11:22:43.765] [DEBUG] UploadManager Init Complete [2026-05-06,11:22:43.769] [INFO] Initializing GPS... [2026-05-06,11:22:43.773] [INFO] Starting location capture [2026-05-06,11:23:19.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:23:19.953] [INFO] LocationSqlManager initialising [2026-05-06,11:23:19.954] [INFO] Location DB initialising [2026-05-06,11:23:19.970] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:23:19.971] [DEBUG] UploadManager Init [2026-05-06,11:23:19.972] [DEBUG] UploadManager Init Complete [2026-05-06,11:23:19.976] [INFO] Initializing GPS... [2026-05-06,11:23:19.979] [INFO] Starting location capture [2026-05-06,11:24:00.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:24:00.717] [INFO] LocationSqlManager initialising [2026-05-06,11:24:00.718] [INFO] Location DB initialising [2026-05-06,11:24:00.734] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:24:00.735] [DEBUG] UploadManager Init [2026-05-06,11:24:00.736] [DEBUG] UploadManager Init Complete [2026-05-06,11:24:00.740] [INFO] Initializing GPS... [2026-05-06,11:24:00.744] [INFO] Starting location capture [2026-05-06,11:24:42.332] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:24:42.340] [INFO] LocationSqlManager initialising [2026-05-06,11:24:42.340] [INFO] Location DB initialising [2026-05-06,11:24:42.353] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:24:42.354] [DEBUG] UploadManager Init [2026-05-06,11:24:42.354] [DEBUG] UploadManager Init Complete [2026-05-06,11:24:42.359] [INFO] Initializing GPS... [2026-05-06,11:24:42.361] [INFO] Starting location capture [2026-05-06,11:25:22.185] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:25:22.194] [INFO] LocationSqlManager initialising [2026-05-06,11:25:22.195] [INFO] Location DB initialising [2026-05-06,11:25:22.209] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:25:22.210] [DEBUG] UploadManager Init [2026-05-06,11:25:22.211] [DEBUG] UploadManager Init Complete [2026-05-06,11:25:22.216] [INFO] Initializing GPS... [2026-05-06,11:25:22.219] [INFO] Starting location capture [2026-05-06,11:26:02.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:26:02.949] [INFO] LocationSqlManager initialising [2026-05-06,11:26:02.950] [INFO] Location DB initialising [2026-05-06,11:26:02.966] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:26:02.967] [DEBUG] UploadManager Init [2026-05-06,11:26:02.968] [DEBUG] UploadManager Init Complete [2026-05-06,11:26:02.974] [INFO] Initializing GPS... [2026-05-06,11:26:02.979] [INFO] Starting location capture [2026-05-06,11:26:36.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:26:36.965] [INFO] LocationSqlManager initialising [2026-05-06,11:26:36.966] [INFO] Location DB initialising [2026-05-06,11:26:36.977] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:26:36.978] [DEBUG] UploadManager Init [2026-05-06,11:26:36.979] [DEBUG] UploadManager Init Complete [2026-05-06,11:26:36.983] [INFO] Initializing GPS... [2026-05-06,11:26:36.986] [INFO] Starting location capture [2026-05-06,11:27:18.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:27:18.150] [INFO] LocationSqlManager initialising [2026-05-06,11:27:18.151] [INFO] Location DB initialising [2026-05-06,11:27:18.168] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:27:18.169] [DEBUG] UploadManager Init [2026-05-06,11:27:18.170] [DEBUG] UploadManager Init Complete [2026-05-06,11:27:18.175] [INFO] Initializing GPS... [2026-05-06,11:27:18.178] [INFO] Starting location capture [2026-05-06,11:27:52.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:27:52.945] [INFO] LocationSqlManager initialising [2026-05-06,11:27:52.946] [INFO] Location DB initialising [2026-05-06,11:27:52.958] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:27:52.959] [DEBUG] UploadManager Init [2026-05-06,11:27:52.960] [DEBUG] UploadManager Init Complete [2026-05-06,11:27:52.964] [INFO] Initializing GPS... [2026-05-06,11:27:52.967] [INFO] Starting location capture [2026-05-06,11:28:32.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:28:32.723] [INFO] LocationSqlManager initialising [2026-05-06,11:28:32.725] [INFO] Location DB initialising [2026-05-06,11:28:32.743] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:28:32.745] [DEBUG] UploadManager Init [2026-05-06,11:28:32.747] [DEBUG] UploadManager Init Complete [2026-05-06,11:28:32.755] [INFO] Initializing GPS... [2026-05-06,11:28:32.760] [INFO] Starting location capture [2026-05-06,11:29:14.439] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:29:14.446] [INFO] LocationSqlManager initialising [2026-05-06,11:29:14.447] [INFO] Location DB initialising [2026-05-06,11:29:14.460] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:29:14.461] [DEBUG] UploadManager Init [2026-05-06,11:29:14.462] [DEBUG] UploadManager Init Complete [2026-05-06,11:29:14.467] [INFO] Initializing GPS... [2026-05-06,11:29:14.469] [INFO] Starting location capture [2026-05-06,11:29:53.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:29:53.980] [INFO] LocationSqlManager initialising [2026-05-06,11:29:53.981] [INFO] Location DB initialising [2026-05-06,11:29:53.997] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:29:53.998] [DEBUG] UploadManager Init [2026-05-06,11:29:53.999] [DEBUG] UploadManager Init Complete [2026-05-06,11:29:54.006] [INFO] Initializing GPS... [2026-05-06,11:29:54.009] [INFO] Starting location capture [2026-05-06,11:30:33.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:30:33.525] [INFO] LocationSqlManager initialising [2026-05-06,11:30:33.525] [INFO] Location DB initialising [2026-05-06,11:30:33.537] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:30:33.538] [DEBUG] UploadManager Init [2026-05-06,11:30:33.538] [DEBUG] UploadManager Init Complete [2026-05-06,11:30:33.542] [INFO] Initializing GPS... [2026-05-06,11:30:33.545] [INFO] Starting location capture [2026-05-06,11:31:09.228] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:31:09.235] [INFO] LocationSqlManager initialising [2026-05-06,11:31:09.235] [INFO] Location DB initialising [2026-05-06,11:31:09.247] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:31:09.248] [DEBUG] UploadManager Init [2026-05-06,11:31:09.249] [DEBUG] UploadManager Init Complete [2026-05-06,11:31:09.252] [INFO] Initializing GPS... [2026-05-06,11:31:09.255] [INFO] Starting location capture [2026-05-06,11:31:46.371] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:31:46.377] [INFO] LocationSqlManager initialising [2026-05-06,11:31:46.378] [INFO] Location DB initialising [2026-05-06,11:31:46.390] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:31:46.391] [DEBUG] UploadManager Init [2026-05-06,11:31:46.391] [DEBUG] UploadManager Init Complete [2026-05-06,11:31:46.395] [INFO] Initializing GPS... [2026-05-06,11:31:46.398] [INFO] Starting location capture [2026-05-06,11:32:26.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:32:26.072] [INFO] LocationSqlManager initialising [2026-05-06,11:32:26.073] [INFO] Location DB initialising [2026-05-06,11:32:26.085] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:32:26.086] [DEBUG] UploadManager Init [2026-05-06,11:32:26.086] [DEBUG] UploadManager Init Complete [2026-05-06,11:32:26.090] [INFO] Initializing GPS... [2026-05-06,11:32:26.094] [INFO] Starting location capture [2026-05-06,11:33:03.381] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:33:03.389] [INFO] LocationSqlManager initialising [2026-05-06,11:33:03.390] [INFO] Location DB initialising [2026-05-06,11:33:03.405] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:33:03.406] [DEBUG] UploadManager Init [2026-05-06,11:33:03.408] [DEBUG] UploadManager Init Complete [2026-05-06,11:33:03.414] [INFO] Initializing GPS... [2026-05-06,11:33:03.418] [INFO] Starting location capture [2026-05-06,11:33:42.511] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:33:42.518] [INFO] LocationSqlManager initialising [2026-05-06,11:33:42.519] [INFO] Location DB initialising [2026-05-06,11:33:42.532] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:33:42.534] [DEBUG] UploadManager Init [2026-05-06,11:33:42.534] [DEBUG] UploadManager Init Complete [2026-05-06,11:33:42.539] [INFO] Initializing GPS... [2026-05-06,11:33:42.542] [INFO] Starting location capture [2026-05-06,11:34:22.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:34:22.935] [INFO] LocationSqlManager initialising [2026-05-06,11:34:22.936] [INFO] Location DB initialising [2026-05-06,11:34:22.951] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:34:22.952] [DEBUG] UploadManager Init [2026-05-06,11:34:22.953] [DEBUG] UploadManager Init Complete [2026-05-06,11:34:22.957] [INFO] Initializing GPS... [2026-05-06,11:34:22.960] [INFO] Starting location capture [2026-05-06,11:35:02.625] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:35:02.632] [INFO] LocationSqlManager initialising [2026-05-06,11:35:02.633] [INFO] Location DB initialising [2026-05-06,11:35:02.644] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:35:02.645] [DEBUG] UploadManager Init [2026-05-06,11:35:02.646] [DEBUG] UploadManager Init Complete [2026-05-06,11:35:02.650] [INFO] Initializing GPS... [2026-05-06,11:35:02.653] [INFO] Starting location capture [2026-05-06,11:35:43.831] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:35:43.840] [INFO] LocationSqlManager initialising [2026-05-06,11:35:43.841] [INFO] Location DB initialising [2026-05-06,11:35:43.856] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:35:43.858] [DEBUG] UploadManager Init [2026-05-06,11:35:43.859] [DEBUG] UploadManager Init Complete [2026-05-06,11:35:43.865] [INFO] Initializing GPS... [2026-05-06,11:35:43.869] [INFO] Starting location capture [2026-05-06,11:36:23.497] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:36:23.503] [INFO] LocationSqlManager initialising [2026-05-06,11:36:23.503] [INFO] Location DB initialising [2026-05-06,11:36:23.517] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:36:23.518] [DEBUG] UploadManager Init [2026-05-06,11:36:23.519] [DEBUG] UploadManager Init Complete [2026-05-06,11:36:23.522] [INFO] Initializing GPS... [2026-05-06,11:36:23.525] [INFO] Starting location capture [2026-05-06,11:36:59.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:36:59.174] [INFO] LocationSqlManager initialising [2026-05-06,11:36:59.174] [INFO] Location DB initialising [2026-05-06,11:36:59.185] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:36:59.186] [DEBUG] UploadManager Init [2026-05-06,11:36:59.187] [DEBUG] UploadManager Init Complete [2026-05-06,11:36:59.191] [INFO] Initializing GPS... [2026-05-06,11:36:59.194] [INFO] Starting location capture [2026-05-06,11:37:35.413] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:37:35.419] [INFO] LocationSqlManager initialising [2026-05-06,11:37:35.420] [INFO] Location DB initialising [2026-05-06,11:37:35.433] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:37:35.434] [DEBUG] UploadManager Init [2026-05-06,11:37:35.434] [DEBUG] UploadManager Init Complete [2026-05-06,11:37:35.438] [INFO] Initializing GPS... [2026-05-06,11:37:35.441] [INFO] Starting location capture [2026-05-06,11:38:14.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:38:14.741] [INFO] LocationSqlManager initialising [2026-05-06,11:38:14.742] [INFO] Location DB initialising [2026-05-06,11:38:14.756] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:38:14.757] [DEBUG] UploadManager Init [2026-05-06,11:38:14.758] [DEBUG] UploadManager Init Complete [2026-05-06,11:38:14.763] [INFO] Initializing GPS... [2026-05-06,11:38:14.770] [INFO] Starting location capture [2026-05-06,11:38:51.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:38:51.241] [INFO] LocationSqlManager initialising [2026-05-06,11:38:51.242] [INFO] Location DB initialising [2026-05-06,11:38:51.254] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:38:51.255] [DEBUG] UploadManager Init [2026-05-06,11:38:51.255] [DEBUG] UploadManager Init Complete [2026-05-06,11:38:51.258] [INFO] Initializing GPS... [2026-05-06,11:38:51.260] [INFO] Starting location capture [2026-05-06,11:39:30.605] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:39:30.614] [INFO] LocationSqlManager initialising [2026-05-06,11:39:30.615] [INFO] Location DB initialising [2026-05-06,11:39:30.630] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:39:30.631] [DEBUG] UploadManager Init [2026-05-06,11:39:30.632] [DEBUG] UploadManager Init Complete [2026-05-06,11:39:30.637] [INFO] Initializing GPS... [2026-05-06,11:39:30.641] [INFO] Starting location capture [2026-05-06,11:40:06.294] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:40:06.306] [INFO] LocationSqlManager initialising [2026-05-06,11:40:06.307] [INFO] Location DB initialising [2026-05-06,11:40:06.326] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:40:06.328] [DEBUG] UploadManager Init [2026-05-06,11:40:06.330] [DEBUG] UploadManager Init Complete [2026-05-06,11:40:06.338] [INFO] Initializing GPS... [2026-05-06,11:40:06.344] [INFO] Starting location capture [2026-05-06,11:40:41.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:40:41.834] [INFO] LocationSqlManager initialising [2026-05-06,11:40:41.835] [INFO] Location DB initialising [2026-05-06,11:40:41.914] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:40:41.915] [DEBUG] UploadManager Init [2026-05-06,11:40:41.915] [DEBUG] UploadManager Init Complete [2026-05-06,11:40:41.918] [INFO] Initializing GPS... [2026-05-06,11:40:41.920] [INFO] Starting location capture [2026-05-06,11:41:22.007] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:41:22.015] [INFO] LocationSqlManager initialising [2026-05-06,11:41:22.016] [INFO] Location DB initialising [2026-05-06,11:41:22.032] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:41:22.033] [DEBUG] UploadManager Init [2026-05-06,11:41:22.034] [DEBUG] UploadManager Init Complete [2026-05-06,11:41:22.039] [INFO] Initializing GPS... [2026-05-06,11:41:22.043] [INFO] Starting location capture [2026-05-06,11:42:01.650] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:42:01.662] [INFO] LocationSqlManager initialising [2026-05-06,11:42:01.663] [INFO] Location DB initialising [2026-05-06,11:42:01.680] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:42:01.681] [DEBUG] UploadManager Init [2026-05-06,11:42:01.682] [DEBUG] UploadManager Init Complete [2026-05-06,11:42:01.687] [INFO] Initializing GPS... [2026-05-06,11:42:01.691] [INFO] Starting location capture [2026-05-06,11:42:41.466] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:42:41.473] [INFO] LocationSqlManager initialising [2026-05-06,11:42:41.474] [INFO] Location DB initialising [2026-05-06,11:42:41.486] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:42:41.487] [DEBUG] UploadManager Init [2026-05-06,11:42:41.488] [DEBUG] UploadManager Init Complete [2026-05-06,11:42:41.492] [INFO] Initializing GPS... [2026-05-06,11:42:41.495] [INFO] Starting location capture [2026-05-06,11:43:21.569] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:43:21.576] [INFO] LocationSqlManager initialising [2026-05-06,11:43:21.577] [INFO] Location DB initialising [2026-05-06,11:43:21.588] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:43:21.589] [DEBUG] UploadManager Init [2026-05-06,11:43:21.590] [DEBUG] UploadManager Init Complete [2026-05-06,11:43:21.593] [INFO] Initializing GPS... [2026-05-06,11:43:21.596] [INFO] Starting location capture [2026-05-06,11:44:01.700] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:44:01.709] [INFO] LocationSqlManager initialising [2026-05-06,11:44:01.710] [INFO] Location DB initialising [2026-05-06,11:44:01.725] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:44:01.726] [DEBUG] UploadManager Init [2026-05-06,11:44:01.727] [DEBUG] UploadManager Init Complete [2026-05-06,11:44:01.732] [INFO] Initializing GPS... [2026-05-06,11:44:01.736] [INFO] Starting location capture [2026-05-06,11:44:37.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:44:37.944] [INFO] LocationSqlManager initialising [2026-05-06,11:44:37.945] [INFO] Location DB initialising [2026-05-06,11:44:37.956] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:44:37.957] [DEBUG] UploadManager Init [2026-05-06,11:44:37.958] [DEBUG] UploadManager Init Complete [2026-05-06,11:44:37.962] [INFO] Initializing GPS... [2026-05-06,11:44:37.965] [INFO] Starting location capture [2026-05-06,11:45:18.353] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:45:18.362] [INFO] LocationSqlManager initialising [2026-05-06,11:45:18.363] [INFO] Location DB initialising [2026-05-06,11:45:18.379] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:45:18.380] [DEBUG] UploadManager Init [2026-05-06,11:45:18.381] [DEBUG] UploadManager Init Complete [2026-05-06,11:45:18.387] [INFO] Initializing GPS... [2026-05-06,11:45:18.391] [INFO] Starting location capture [2026-05-06,11:45:53.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:45:53.254] [INFO] LocationSqlManager initialising [2026-05-06,11:45:53.255] [INFO] Location DB initialising [2026-05-06,11:45:53.276] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:45:53.277] [DEBUG] UploadManager Init [2026-05-06,11:45:53.279] [DEBUG] UploadManager Init Complete [2026-05-06,11:45:53.285] [INFO] Initializing GPS... [2026-05-06,11:45:53.289] [INFO] Starting location capture [2026-05-06,11:46:34.514] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:46:34.520] [INFO] LocationSqlManager initialising [2026-05-06,11:46:34.521] [INFO] Location DB initialising [2026-05-06,11:46:34.536] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:46:34.537] [DEBUG] UploadManager Init [2026-05-06,11:46:34.538] [DEBUG] UploadManager Init Complete [2026-05-06,11:46:34.544] [INFO] Initializing GPS... [2026-05-06,11:46:34.548] [INFO] Starting location capture [2026-05-06,11:47:13.583] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:47:13.590] [INFO] LocationSqlManager initialising [2026-05-06,11:47:13.591] [INFO] Location DB initialising [2026-05-06,11:47:13.602] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:47:13.603] [DEBUG] UploadManager Init [2026-05-06,11:47:13.603] [DEBUG] UploadManager Init Complete [2026-05-06,11:47:13.607] [INFO] Initializing GPS... [2026-05-06,11:47:13.610] [INFO] Starting location capture [2026-05-06,11:47:53.809] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:47:53.816] [INFO] LocationSqlManager initialising [2026-05-06,11:47:53.817] [INFO] Location DB initialising [2026-05-06,11:47:53.829] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:47:53.830] [DEBUG] UploadManager Init [2026-05-06,11:47:53.831] [DEBUG] UploadManager Init Complete [2026-05-06,11:47:53.835] [INFO] Initializing GPS... [2026-05-06,11:47:53.838] [INFO] Starting location capture [2026-05-06,11:48:30.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:48:30.130] [INFO] LocationSqlManager initialising [2026-05-06,11:48:30.131] [INFO] Location DB initialising [2026-05-06,11:48:30.147] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:48:30.148] [DEBUG] UploadManager Init [2026-05-06,11:48:30.149] [DEBUG] UploadManager Init Complete [2026-05-06,11:48:30.155] [INFO] Initializing GPS... [2026-05-06,11:48:30.159] [INFO] Starting location capture [2026-05-06,11:49:11.568] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:49:11.573] [INFO] LocationSqlManager initialising [2026-05-06,11:49:11.574] [INFO] Location DB initialising [2026-05-06,11:49:11.588] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:49:11.589] [DEBUG] UploadManager Init [2026-05-06,11:49:11.589] [DEBUG] UploadManager Init Complete [2026-05-06,11:49:11.594] [INFO] Initializing GPS... [2026-05-06,11:49:11.598] [INFO] Starting location capture [2026-05-06,11:49:50.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:49:50.911] [INFO] LocationSqlManager initialising [2026-05-06,11:49:50.912] [INFO] Location DB initialising [2026-05-06,11:49:50.923] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:49:50.924] [DEBUG] UploadManager Init [2026-05-06,11:49:50.925] [DEBUG] UploadManager Init Complete [2026-05-06,11:49:50.929] [INFO] Initializing GPS... [2026-05-06,11:49:50.932] [INFO] Starting location capture [2026-05-06,11:50:31.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:50:31.864] [INFO] LocationSqlManager initialising [2026-05-06,11:50:31.865] [INFO] Location DB initialising [2026-05-06,11:50:31.880] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:50:31.882] [DEBUG] UploadManager Init [2026-05-06,11:50:31.882] [DEBUG] UploadManager Init Complete [2026-05-06,11:50:31.891] [INFO] Initializing GPS... [2026-05-06,11:50:31.894] [INFO] Starting location capture [2026-05-06,11:51:11.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:51:11.926] [INFO] LocationSqlManager initialising [2026-05-06,11:51:11.927] [INFO] Location DB initialising [2026-05-06,11:51:11.941] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:51:11.942] [DEBUG] UploadManager Init [2026-05-06,11:51:11.943] [DEBUG] UploadManager Init Complete [2026-05-06,11:51:11.948] [INFO] Initializing GPS... [2026-05-06,11:51:11.951] [INFO] Starting location capture [2026-05-06,11:51:52.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:51:52.290] [INFO] LocationSqlManager initialising [2026-05-06,11:51:52.293] [INFO] Location DB initialising [2026-05-06,11:51:52.323] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:51:52.324] [DEBUG] UploadManager Init [2026-05-06,11:51:52.325] [DEBUG] UploadManager Init Complete [2026-05-06,11:51:52.333] [INFO] Initializing GPS... [2026-05-06,11:51:52.340] [INFO] Starting location capture [2026-05-06,11:52:30.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:52:30.115] [INFO] LocationSqlManager initialising [2026-05-06,11:52:30.116] [INFO] Location DB initialising [2026-05-06,11:52:30.147] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:52:30.149] [DEBUG] UploadManager Init [2026-05-06,11:52:30.151] [DEBUG] UploadManager Init Complete [2026-05-06,11:52:30.158] [INFO] Initializing GPS... [2026-05-06,11:52:30.163] [INFO] Starting location capture [2026-05-06,11:53:06.506] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:53:06.513] [INFO] LocationSqlManager initialising [2026-05-06,11:53:06.513] [INFO] Location DB initialising [2026-05-06,11:53:06.526] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:53:06.527] [DEBUG] UploadManager Init [2026-05-06,11:53:06.527] [DEBUG] UploadManager Init Complete [2026-05-06,11:53:06.531] [INFO] Initializing GPS... [2026-05-06,11:53:06.534] [INFO] Starting location capture [2026-05-06,11:53:46.860] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:53:46.868] [INFO] LocationSqlManager initialising [2026-05-06,11:53:46.872] [INFO] Location DB initialising [2026-05-06,11:53:46.885] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:53:46.886] [DEBUG] UploadManager Init [2026-05-06,11:53:46.886] [DEBUG] UploadManager Init Complete [2026-05-06,11:53:46.891] [INFO] Initializing GPS... [2026-05-06,11:53:46.894] [INFO] Starting location capture [2026-05-06,11:54:27.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:54:27.041] [INFO] LocationSqlManager initialising [2026-05-06,11:54:27.041] [INFO] Location DB initialising [2026-05-06,11:54:27.051] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:54:27.051] [DEBUG] UploadManager Init [2026-05-06,11:54:27.052] [DEBUG] UploadManager Init Complete [2026-05-06,11:54:27.054] [INFO] Initializing GPS... [2026-05-06,11:54:27.056] [INFO] Starting location capture [2026-05-06,11:55:07.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:55:07.844] [INFO] LocationSqlManager initialising [2026-05-06,11:55:07.845] [INFO] Location DB initialising [2026-05-06,11:55:07.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:55:07.859] [DEBUG] UploadManager Init [2026-05-06,11:55:07.860] [DEBUG] UploadManager Init Complete [2026-05-06,11:55:07.864] [INFO] Initializing GPS... [2026-05-06,11:55:07.867] [INFO] Starting location capture [2026-05-06,11:55:48.715] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:55:48.722] [INFO] LocationSqlManager initialising [2026-05-06,11:55:48.723] [INFO] Location DB initialising [2026-05-06,11:55:48.736] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:55:48.737] [DEBUG] UploadManager Init [2026-05-06,11:55:48.737] [DEBUG] UploadManager Init Complete [2026-05-06,11:55:48.742] [INFO] Initializing GPS... [2026-05-06,11:55:48.745] [INFO] Starting location capture [2026-05-06,11:56:27.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:56:27.946] [INFO] LocationSqlManager initialising [2026-05-06,11:56:27.947] [INFO] Location DB initialising [2026-05-06,11:56:27.965] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:56:27.966] [DEBUG] UploadManager Init [2026-05-06,11:56:27.967] [DEBUG] UploadManager Init Complete [2026-05-06,11:56:27.971] [INFO] Initializing GPS... [2026-05-06,11:56:27.974] [INFO] Starting location capture [2026-05-06,11:57:08.454] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:57:08.462] [INFO] LocationSqlManager initialising [2026-05-06,11:57:08.463] [INFO] Location DB initialising [2026-05-06,11:57:08.476] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:57:08.477] [DEBUG] UploadManager Init [2026-05-06,11:57:08.478] [DEBUG] UploadManager Init Complete [2026-05-06,11:57:08.482] [INFO] Initializing GPS... [2026-05-06,11:57:08.485] [INFO] Starting location capture [2026-05-06,11:57:44.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:57:44.361] [INFO] LocationSqlManager initialising [2026-05-06,11:57:44.362] [INFO] Location DB initialising [2026-05-06,11:57:44.376] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:57:44.378] [DEBUG] UploadManager Init [2026-05-06,11:57:44.379] [DEBUG] UploadManager Init Complete [2026-05-06,11:57:44.386] [INFO] Initializing GPS... [2026-05-06,11:57:44.390] [INFO] Starting location capture [2026-05-06,11:58:25.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:58:25.289] [INFO] LocationSqlManager initialising [2026-05-06,11:58:25.290] [INFO] Location DB initialising [2026-05-06,11:58:25.310] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:58:25.312] [DEBUG] UploadManager Init [2026-05-06,11:58:25.314] [DEBUG] UploadManager Init Complete [2026-05-06,11:58:25.321] [INFO] Initializing GPS... [2026-05-06,11:58:25.326] [INFO] Starting location capture [2026-05-06,11:59:04.675] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:59:04.682] [INFO] LocationSqlManager initialising [2026-05-06,11:59:04.683] [INFO] Location DB initialising [2026-05-06,11:59:04.695] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:59:04.696] [DEBUG] UploadManager Init [2026-05-06,11:59:04.697] [DEBUG] UploadManager Init Complete [2026-05-06,11:59:04.702] [INFO] Initializing GPS... [2026-05-06,11:59:04.705] [INFO] Starting location capture [2026-05-06,11:59:45.048] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,11:59:45.055] [INFO] LocationSqlManager initialising [2026-05-06,11:59:45.056] [INFO] Location DB initialising [2026-05-06,11:59:45.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,11:59:45.068] [DEBUG] UploadManager Init [2026-05-06,11:59:45.068] [DEBUG] UploadManager Init Complete [2026-05-06,11:59:45.072] [INFO] Initializing GPS... [2026-05-06,11:59:45.075] [INFO] Starting location capture [2026-05-06,12:00:25.410] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:00:25.418] [INFO] LocationSqlManager initialising [2026-05-06,12:00:25.419] [INFO] Location DB initialising [2026-05-06,12:00:25.432] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:00:25.433] [DEBUG] UploadManager Init [2026-05-06,12:00:25.433] [DEBUG] UploadManager Init Complete [2026-05-06,12:00:25.437] [INFO] Initializing GPS... [2026-05-06,12:00:25.440] [INFO] Starting location capture [2026-05-06,12:01:04.597] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:01:04.604] [INFO] LocationSqlManager initialising [2026-05-06,12:01:04.605] [INFO] Location DB initialising [2026-05-06,12:01:04.618] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:01:04.619] [DEBUG] UploadManager Init [2026-05-06,12:01:04.620] [DEBUG] UploadManager Init Complete [2026-05-06,12:01:04.624] [INFO] Initializing GPS... [2026-05-06,12:01:04.628] [INFO] Starting location capture [2026-05-06,12:01:44.376] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:01:44.381] [INFO] LocationSqlManager initialising [2026-05-06,12:01:44.382] [INFO] Location DB initialising [2026-05-06,12:01:44.391] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:01:44.392] [DEBUG] UploadManager Init [2026-05-06,12:01:44.392] [DEBUG] UploadManager Init Complete [2026-05-06,12:01:44.395] [INFO] Initializing GPS... [2026-05-06,12:01:44.397] [INFO] Starting location capture [2026-05-06,12:02:20.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:02:20.714] [INFO] LocationSqlManager initialising [2026-05-06,12:02:20.715] [INFO] Location DB initialising [2026-05-06,12:02:20.731] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:02:20.732] [DEBUG] UploadManager Init [2026-05-06,12:02:20.733] [DEBUG] UploadManager Init Complete [2026-05-06,12:02:20.738] [INFO] Initializing GPS... [2026-05-06,12:02:20.741] [INFO] Starting location capture [2026-05-06,12:03:00.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:03:00.936] [INFO] LocationSqlManager initialising [2026-05-06,12:03:00.937] [INFO] Location DB initialising [2026-05-06,12:03:00.951] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:03:00.952] [DEBUG] UploadManager Init [2026-05-06,12:03:00.952] [DEBUG] UploadManager Init Complete [2026-05-06,12:03:00.956] [INFO] Initializing GPS... [2026-05-06,12:03:00.960] [INFO] Starting location capture [2026-05-06,12:03:40.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:03:40.746] [INFO] LocationSqlManager initialising [2026-05-06,12:03:40.747] [INFO] Location DB initialising [2026-05-06,12:03:40.759] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:03:40.760] [DEBUG] UploadManager Init [2026-05-06,12:03:40.761] [DEBUG] UploadManager Init Complete [2026-05-06,12:03:40.765] [INFO] Initializing GPS... [2026-05-06,12:03:40.768] [INFO] Starting location capture [2026-05-06,12:04:21.499] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:04:21.504] [INFO] LocationSqlManager initialising [2026-05-06,12:04:21.505] [INFO] Location DB initialising [2026-05-06,12:04:21.518] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:04:21.519] [DEBUG] UploadManager Init [2026-05-06,12:04:21.520] [DEBUG] UploadManager Init Complete [2026-05-06,12:04:21.526] [INFO] Initializing GPS... [2026-05-06,12:04:21.530] [INFO] Starting location capture [2026-05-06,12:05:00.497] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:05:00.504] [INFO] LocationSqlManager initialising [2026-05-06,12:05:00.505] [INFO] Location DB initialising [2026-05-06,12:05:00.517] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:05:00.518] [DEBUG] UploadManager Init [2026-05-06,12:05:00.519] [DEBUG] UploadManager Init Complete [2026-05-06,12:05:00.523] [INFO] Initializing GPS... [2026-05-06,12:05:00.526] [INFO] Starting location capture [2026-05-06,12:05:40.747] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:05:40.754] [INFO] LocationSqlManager initialising [2026-05-06,12:05:40.754] [INFO] Location DB initialising [2026-05-06,12:05:40.765] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:05:40.766] [DEBUG] UploadManager Init [2026-05-06,12:05:40.766] [DEBUG] UploadManager Init Complete [2026-05-06,12:05:40.770] [INFO] Initializing GPS... [2026-05-06,12:05:40.772] [INFO] Starting location capture [2026-05-06,12:06:17.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:06:17.410] [INFO] LocationSqlManager initialising [2026-05-06,12:06:17.411] [INFO] Location DB initialising [2026-05-06,12:06:17.423] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:06:17.424] [DEBUG] UploadManager Init [2026-05-06,12:06:17.425] [DEBUG] UploadManager Init Complete [2026-05-06,12:06:17.429] [INFO] Initializing GPS... [2026-05-06,12:06:17.432] [INFO] Starting location capture [2026-05-06,12:06:58.205] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:06:58.209] [INFO] LocationSqlManager initialising [2026-05-06,12:06:58.210] [INFO] Location DB initialising [2026-05-06,12:06:58.222] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:06:58.223] [DEBUG] UploadManager Init [2026-05-06,12:06:58.223] [DEBUG] UploadManager Init Complete [2026-05-06,12:06:58.227] [INFO] Initializing GPS... [2026-05-06,12:06:58.230] [INFO] Starting location capture [2026-05-06,12:07:36.988] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:07:36.995] [INFO] LocationSqlManager initialising [2026-05-06,12:07:36.996] [INFO] Location DB initialising [2026-05-06,12:07:37.008] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:07:37.009] [DEBUG] UploadManager Init [2026-05-06,12:07:37.010] [DEBUG] UploadManager Init Complete [2026-05-06,12:07:37.014] [INFO] Initializing GPS... [2026-05-06,12:07:37.018] [INFO] Starting location capture [2026-05-06,12:08:16.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:08:16.806] [INFO] LocationSqlManager initialising [2026-05-06,12:08:16.807] [INFO] Location DB initialising [2026-05-06,12:08:16.819] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:08:16.820] [DEBUG] UploadManager Init [2026-05-06,12:08:16.821] [DEBUG] UploadManager Init Complete [2026-05-06,12:08:16.825] [INFO] Initializing GPS... [2026-05-06,12:08:16.828] [INFO] Starting location capture [2026-05-06,12:08:56.579] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:08:56.586] [INFO] LocationSqlManager initialising [2026-05-06,12:08:56.587] [INFO] Location DB initialising [2026-05-06,12:08:56.599] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:08:56.600] [DEBUG] UploadManager Init [2026-05-06,12:08:56.601] [DEBUG] UploadManager Init Complete [2026-05-06,12:08:56.606] [INFO] Initializing GPS... [2026-05-06,12:08:56.610] [INFO] Starting location capture [2026-05-06,12:09:35.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:09:35.249] [INFO] LocationSqlManager initialising [2026-05-06,12:09:35.249] [INFO] Location DB initialising [2026-05-06,12:09:35.260] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:09:35.261] [DEBUG] UploadManager Init [2026-05-06,12:09:35.262] [DEBUG] UploadManager Init Complete [2026-05-06,12:09:35.265] [INFO] Initializing GPS... [2026-05-06,12:09:35.268] [INFO] Starting location capture [2026-05-06,12:10:16.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:10:16.269] [INFO] LocationSqlManager initialising [2026-05-06,12:10:16.270] [INFO] Location DB initialising [2026-05-06,12:10:16.286] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:10:16.287] [DEBUG] UploadManager Init [2026-05-06,12:10:16.288] [DEBUG] UploadManager Init Complete [2026-05-06,12:10:16.295] [INFO] Initializing GPS... [2026-05-06,12:10:16.299] [INFO] Starting location capture [2026-05-06,12:10:55.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:10:55.091] [INFO] LocationSqlManager initialising [2026-05-06,12:10:55.092] [INFO] Location DB initialising [2026-05-06,12:10:55.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:10:55.107] [DEBUG] UploadManager Init [2026-05-06,12:10:55.109] [DEBUG] UploadManager Init Complete [2026-05-06,12:10:55.114] [INFO] Initializing GPS... [2026-05-06,12:10:55.118] [INFO] Starting location capture [2026-05-06,12:11:34.306] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:11:34.311] [INFO] LocationSqlManager initialising [2026-05-06,12:11:34.312] [INFO] Location DB initialising [2026-05-06,12:11:34.323] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:11:34.324] [DEBUG] UploadManager Init [2026-05-06,12:11:34.325] [DEBUG] UploadManager Init Complete [2026-05-06,12:11:34.329] [INFO] Initializing GPS... [2026-05-06,12:11:34.332] [INFO] Starting location capture [2026-05-06,12:12:16.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:12:16.178] [INFO] LocationSqlManager initialising [2026-05-06,12:12:16.179] [INFO] Location DB initialising [2026-05-06,12:12:16.192] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:12:16.193] [DEBUG] UploadManager Init [2026-05-06,12:12:16.194] [DEBUG] UploadManager Init Complete [2026-05-06,12:12:16.200] [INFO] Initializing GPS... [2026-05-06,12:12:16.204] [INFO] Starting location capture [2026-05-06,12:12:50.648] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:12:50.658] [INFO] LocationSqlManager initialising [2026-05-06,12:12:50.659] [INFO] Location DB initialising [2026-05-06,12:12:50.674] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:12:50.676] [DEBUG] UploadManager Init [2026-05-06,12:12:50.677] [DEBUG] UploadManager Init Complete [2026-05-06,12:12:50.682] [INFO] Initializing GPS... [2026-05-06,12:12:50.686] [INFO] Starting location capture [2026-05-06,12:13:30.347] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:13:30.353] [INFO] LocationSqlManager initialising [2026-05-06,12:13:30.353] [INFO] Location DB initialising [2026-05-06,12:13:30.363] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:13:30.363] [DEBUG] UploadManager Init [2026-05-06,12:13:30.364] [DEBUG] UploadManager Init Complete [2026-05-06,12:13:30.366] [INFO] Initializing GPS... [2026-05-06,12:13:30.368] [INFO] Starting location capture [2026-05-06,12:14:09.122] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:14:09.127] [INFO] LocationSqlManager initialising [2026-05-06,12:14:09.128] [INFO] Location DB initialising [2026-05-06,12:14:09.137] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:14:09.138] [DEBUG] UploadManager Init [2026-05-06,12:14:09.138] [DEBUG] UploadManager Init Complete [2026-05-06,12:14:09.141] [INFO] Initializing GPS... [2026-05-06,12:14:09.143] [INFO] Starting location capture [2026-05-06,12:14:50.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:14:50.141] [INFO] LocationSqlManager initialising [2026-05-06,12:14:50.142] [INFO] Location DB initialising [2026-05-06,12:14:50.158] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:14:50.158] [DEBUG] UploadManager Init [2026-05-06,12:14:50.159] [DEBUG] UploadManager Init Complete [2026-05-06,12:14:50.164] [INFO] Initializing GPS... [2026-05-06,12:14:50.167] [INFO] Starting location capture [2026-05-06,12:15:29.586] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:15:29.591] [INFO] LocationSqlManager initialising [2026-05-06,12:15:29.592] [INFO] Location DB initialising [2026-05-06,12:15:29.601] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:15:29.602] [DEBUG] UploadManager Init [2026-05-06,12:15:29.602] [DEBUG] UploadManager Init Complete [2026-05-06,12:15:29.605] [INFO] Initializing GPS... [2026-05-06,12:15:29.607] [INFO] Starting location capture [2026-05-06,12:16:08.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:16:08.894] [INFO] LocationSqlManager initialising [2026-05-06,12:16:08.894] [INFO] Location DB initialising [2026-05-06,12:16:08.904] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:16:08.905] [DEBUG] UploadManager Init [2026-05-06,12:16:08.905] [DEBUG] UploadManager Init Complete [2026-05-06,12:16:08.908] [INFO] Initializing GPS... [2026-05-06,12:16:08.910] [INFO] Starting location capture [2026-05-06,12:16:47.591] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:16:47.599] [INFO] LocationSqlManager initialising [2026-05-06,12:16:47.600] [INFO] Location DB initialising [2026-05-06,12:16:47.610] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:16:47.612] [DEBUG] UploadManager Init [2026-05-06,12:16:47.612] [DEBUG] UploadManager Init Complete [2026-05-06,12:16:47.617] [INFO] Initializing GPS... [2026-05-06,12:16:47.619] [INFO] Starting location capture [2026-05-06,12:17:29.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:17:29.021] [INFO] LocationSqlManager initialising [2026-05-06,12:17:29.021] [INFO] Location DB initialising [2026-05-06,12:17:29.031] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:17:29.032] [DEBUG] UploadManager Init [2026-05-06,12:17:29.032] [DEBUG] UploadManager Init Complete [2026-05-06,12:17:29.035] [INFO] Initializing GPS... [2026-05-06,12:17:29.037] [INFO] Starting location capture [2026-05-06,12:18:08.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:18:08.360] [INFO] LocationSqlManager initialising [2026-05-06,12:18:08.360] [INFO] Location DB initialising [2026-05-06,12:18:08.369] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:18:08.370] [DEBUG] UploadManager Init [2026-05-06,12:18:08.370] [DEBUG] UploadManager Init Complete [2026-05-06,12:18:08.373] [INFO] Initializing GPS... [2026-05-06,12:18:08.375] [INFO] Starting location capture [2026-05-06,12:18:47.056] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:18:47.061] [INFO] LocationSqlManager initialising [2026-05-06,12:18:47.062] [INFO] Location DB initialising [2026-05-06,12:18:47.072] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:18:47.073] [DEBUG] UploadManager Init [2026-05-06,12:18:47.073] [DEBUG] UploadManager Init Complete [2026-05-06,12:18:47.077] [INFO] Initializing GPS... [2026-05-06,12:18:47.079] [INFO] Starting location capture [2026-05-06,12:19:25.839] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:19:25.846] [INFO] LocationSqlManager initialising [2026-05-06,12:19:25.847] [INFO] Location DB initialising [2026-05-06,12:19:25.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:19:25.859] [DEBUG] UploadManager Init [2026-05-06,12:19:25.860] [DEBUG] UploadManager Init Complete [2026-05-06,12:19:25.864] [INFO] Initializing GPS... [2026-05-06,12:19:25.867] [INFO] Starting location capture [2026-05-06,12:20:05.641] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:20:05.647] [INFO] LocationSqlManager initialising [2026-05-06,12:20:05.648] [INFO] Location DB initialising [2026-05-06,12:20:05.658] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:20:05.659] [DEBUG] UploadManager Init [2026-05-06,12:20:05.660] [DEBUG] UploadManager Init Complete [2026-05-06,12:20:05.662] [INFO] Initializing GPS... [2026-05-06,12:20:05.664] [INFO] Starting location capture [2026-05-06,12:20:44.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:20:44.854] [INFO] LocationSqlManager initialising [2026-05-06,12:20:44.855] [INFO] Location DB initialising [2026-05-06,12:20:44.865] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:20:44.865] [DEBUG] UploadManager Init [2026-05-06,12:20:44.866] [DEBUG] UploadManager Init Complete [2026-05-06,12:20:44.869] [INFO] Initializing GPS... [2026-05-06,12:20:44.871] [INFO] Starting location capture [2026-05-06,12:21:23.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:21:23.444] [INFO] LocationSqlManager initialising [2026-05-06,12:21:23.445] [INFO] Location DB initialising [2026-05-06,12:21:23.455] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:21:23.457] [DEBUG] UploadManager Init [2026-05-06,12:21:23.457] [DEBUG] UploadManager Init Complete [2026-05-06,12:21:23.462] [INFO] Initializing GPS... [2026-05-06,12:21:23.465] [INFO] Starting location capture [2026-05-06,12:21:58.983] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:21:58.988] [INFO] LocationSqlManager initialising [2026-05-06,12:21:58.989] [INFO] Location DB initialising [2026-05-06,12:21:58.998] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:21:58.999] [DEBUG] UploadManager Init [2026-05-06,12:21:58.999] [DEBUG] UploadManager Init Complete [2026-05-06,12:21:59.001] [INFO] Initializing GPS... [2026-05-06,12:21:59.003] [INFO] Starting location capture [2026-05-06,12:22:38.503] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:22:38.507] [INFO] LocationSqlManager initialising [2026-05-06,12:22:38.508] [INFO] Location DB initialising [2026-05-06,12:22:38.517] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:22:38.518] [DEBUG] UploadManager Init [2026-05-06,12:22:38.518] [DEBUG] UploadManager Init Complete [2026-05-06,12:22:38.521] [INFO] Initializing GPS... [2026-05-06,12:22:38.523] [INFO] Starting location capture [2026-05-06,12:23:17.672] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:23:17.679] [INFO] LocationSqlManager initialising [2026-05-06,12:23:17.680] [INFO] Location DB initialising [2026-05-06,12:23:17.697] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:23:17.699] [DEBUG] UploadManager Init [2026-05-06,12:23:17.700] [DEBUG] UploadManager Init Complete [2026-05-06,12:23:17.708] [INFO] Initializing GPS... [2026-05-06,12:23:17.715] [INFO] Starting location capture [2026-05-06,12:23:56.614] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:23:56.619] [INFO] LocationSqlManager initialising [2026-05-06,12:23:56.620] [INFO] Location DB initialising [2026-05-06,12:23:56.629] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:23:56.630] [DEBUG] UploadManager Init [2026-05-06,12:23:56.630] [DEBUG] UploadManager Init Complete [2026-05-06,12:23:56.633] [INFO] Initializing GPS... [2026-05-06,12:23:56.635] [INFO] Starting location capture [2026-05-06,12:24:36.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:24:36.860] [INFO] LocationSqlManager initialising [2026-05-06,12:24:36.861] [INFO] Location DB initialising [2026-05-06,12:24:36.872] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:24:36.874] [DEBUG] UploadManager Init [2026-05-06,12:24:36.874] [DEBUG] UploadManager Init Complete [2026-05-06,12:24:36.879] [INFO] Initializing GPS... [2026-05-06,12:24:36.881] [INFO] Starting location capture [2026-05-06,12:25:10.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:25:10.948] [INFO] LocationSqlManager initialising [2026-05-06,12:25:10.948] [INFO] Location DB initialising [2026-05-06,12:25:10.958] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:25:10.958] [DEBUG] UploadManager Init [2026-05-06,12:25:10.959] [DEBUG] UploadManager Init Complete [2026-05-06,12:25:10.961] [INFO] Initializing GPS... [2026-05-06,12:25:10.963] [INFO] Starting location capture [2026-05-06,12:25:46.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:25:46.978] [INFO] LocationSqlManager initialising [2026-05-06,12:25:46.979] [INFO] Location DB initialising [2026-05-06,12:25:46.990] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:25:46.991] [DEBUG] UploadManager Init [2026-05-06,12:25:46.992] [DEBUG] UploadManager Init Complete [2026-05-06,12:25:46.997] [INFO] Initializing GPS... [2026-05-06,12:25:47.000] [INFO] Starting location capture [2026-05-06,12:26:25.660] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:26:25.668] [INFO] LocationSqlManager initialising [2026-05-06,12:26:25.669] [INFO] Location DB initialising [2026-05-06,12:26:25.682] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:26:25.684] [DEBUG] UploadManager Init [2026-05-06,12:26:25.685] [DEBUG] UploadManager Init Complete [2026-05-06,12:26:25.692] [INFO] Initializing GPS... [2026-05-06,12:26:25.696] [INFO] Starting location capture [2026-05-06,12:27:04.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:27:04.856] [INFO] LocationSqlManager initialising [2026-05-06,12:27:04.857] [INFO] Location DB initialising [2026-05-06,12:27:04.871] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:27:04.873] [DEBUG] UploadManager Init [2026-05-06,12:27:04.874] [DEBUG] UploadManager Init Complete [2026-05-06,12:27:04.881] [INFO] Initializing GPS... [2026-05-06,12:27:04.886] [INFO] Starting location capture [2026-05-06,12:27:44.601] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:27:44.605] [INFO] LocationSqlManager initialising [2026-05-06,12:27:44.606] [INFO] Location DB initialising [2026-05-06,12:27:44.615] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:27:44.616] [DEBUG] UploadManager Init [2026-05-06,12:27:44.616] [DEBUG] UploadManager Init Complete [2026-05-06,12:27:44.619] [INFO] Initializing GPS... [2026-05-06,12:27:44.621] [INFO] Starting location capture [2026-05-06,12:28:23.272] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:28:23.279] [INFO] LocationSqlManager initialising [2026-05-06,12:28:23.280] [INFO] Location DB initialising [2026-05-06,12:28:23.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:28:23.294] [DEBUG] UploadManager Init [2026-05-06,12:28:23.294] [DEBUG] UploadManager Init Complete [2026-05-06,12:28:23.298] [INFO] Initializing GPS... [2026-05-06,12:28:23.301] [INFO] Starting location capture [2026-05-06,12:29:02.707] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:29:02.712] [INFO] LocationSqlManager initialising [2026-05-06,12:29:02.713] [INFO] Location DB initialising [2026-05-06,12:29:02.723] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:29:02.724] [DEBUG] UploadManager Init [2026-05-06,12:29:02.725] [DEBUG] UploadManager Init Complete [2026-05-06,12:29:02.728] [INFO] Initializing GPS... [2026-05-06,12:29:02.730] [INFO] Starting location capture [2026-05-06,12:29:41.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:29:41.946] [INFO] LocationSqlManager initialising [2026-05-06,12:29:41.947] [INFO] Location DB initialising [2026-05-06,12:29:41.959] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:29:41.960] [DEBUG] UploadManager Init [2026-05-06,12:29:41.960] [DEBUG] UploadManager Init Complete [2026-05-06,12:29:41.965] [INFO] Initializing GPS... [2026-05-06,12:29:41.967] [INFO] Starting location capture [2026-05-06,12:30:21.454] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:30:21.461] [INFO] LocationSqlManager initialising [2026-05-06,12:30:21.462] [INFO] Location DB initialising [2026-05-06,12:30:21.473] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:30:21.475] [DEBUG] UploadManager Init [2026-05-06,12:30:21.475] [DEBUG] UploadManager Init Complete [2026-05-06,12:30:21.480] [INFO] Initializing GPS... [2026-05-06,12:30:21.483] [INFO] Starting location capture [2026-05-06,12:30:59.716] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:30:59.726] [INFO] LocationSqlManager initialising [2026-05-06,12:30:59.728] [INFO] Location DB initialising [2026-05-06,12:30:59.744] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:30:59.745] [DEBUG] UploadManager Init [2026-05-06,12:30:59.746] [DEBUG] UploadManager Init Complete [2026-05-06,12:30:59.750] [INFO] Initializing GPS... [2026-05-06,12:30:59.753] [INFO] Starting location capture [2026-05-06,12:31:39.473] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:31:39.480] [INFO] LocationSqlManager initialising [2026-05-06,12:31:39.481] [INFO] Location DB initialising [2026-05-06,12:31:39.492] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:31:39.493] [DEBUG] UploadManager Init [2026-05-06,12:31:39.494] [DEBUG] UploadManager Init Complete [2026-05-06,12:31:39.498] [INFO] Initializing GPS... [2026-05-06,12:31:39.501] [INFO] Starting location capture [2026-05-06,12:32:18.378] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:32:18.385] [INFO] LocationSqlManager initialising [2026-05-06,12:32:18.386] [INFO] Location DB initialising [2026-05-06,12:32:18.397] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:32:18.398] [DEBUG] UploadManager Init [2026-05-06,12:32:18.399] [DEBUG] UploadManager Init Complete [2026-05-06,12:32:18.403] [INFO] Initializing GPS... [2026-05-06,12:32:18.406] [INFO] Starting location capture [2026-05-06,12:32:57.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:32:57.262] [INFO] LocationSqlManager initialising [2026-05-06,12:32:57.263] [INFO] Location DB initialising [2026-05-06,12:32:57.274] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:32:57.275] [DEBUG] UploadManager Init [2026-05-06,12:32:57.276] [DEBUG] UploadManager Init Complete [2026-05-06,12:32:57.279] [INFO] Initializing GPS... [2026-05-06,12:32:57.282] [INFO] Starting location capture [2026-05-06,12:33:36.482] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:33:36.489] [INFO] LocationSqlManager initialising [2026-05-06,12:33:36.490] [INFO] Location DB initialising [2026-05-06,12:33:36.501] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:33:36.501] [DEBUG] UploadManager Init [2026-05-06,12:33:36.502] [DEBUG] UploadManager Init Complete [2026-05-06,12:33:36.506] [INFO] Initializing GPS... [2026-05-06,12:33:36.509] [INFO] Starting location capture [2026-05-06,12:34:15.412] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:34:15.419] [INFO] LocationSqlManager initialising [2026-05-06,12:34:15.419] [INFO] Location DB initialising [2026-05-06,12:34:15.429] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:34:15.430] [DEBUG] UploadManager Init [2026-05-06,12:34:15.430] [DEBUG] UploadManager Init Complete [2026-05-06,12:34:15.434] [INFO] Initializing GPS... [2026-05-06,12:34:15.436] [INFO] Starting location capture [2026-05-06,12:34:54.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:34:54.423] [INFO] LocationSqlManager initialising [2026-05-06,12:34:54.425] [INFO] Location DB initialising [2026-05-06,12:34:54.442] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:34:54.444] [DEBUG] UploadManager Init [2026-05-06,12:34:54.445] [DEBUG] UploadManager Init Complete [2026-05-06,12:34:54.451] [INFO] Initializing GPS... [2026-05-06,12:34:54.456] [INFO] Starting location capture [2026-05-06,12:35:33.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:35:33.166] [INFO] LocationSqlManager initialising [2026-05-06,12:35:33.167] [INFO] Location DB initialising [2026-05-06,12:35:33.178] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:35:33.180] [DEBUG] UploadManager Init [2026-05-06,12:35:33.180] [DEBUG] UploadManager Init Complete [2026-05-06,12:35:33.185] [INFO] Initializing GPS... [2026-05-06,12:35:33.188] [INFO] Starting location capture [2026-05-06,12:36:12.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:36:12.207] [INFO] LocationSqlManager initialising [2026-05-06,12:36:12.208] [INFO] Location DB initialising [2026-05-06,12:36:12.217] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:36:12.218] [DEBUG] UploadManager Init [2026-05-06,12:36:12.218] [DEBUG] UploadManager Init Complete [2026-05-06,12:36:12.221] [INFO] Initializing GPS... [2026-05-06,12:36:12.223] [INFO] Starting location capture [2026-05-06,12:36:46.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:36:46.317] [INFO] LocationSqlManager initialising [2026-05-06,12:36:46.318] [INFO] Location DB initialising [2026-05-06,12:36:46.327] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:36:46.328] [DEBUG] UploadManager Init [2026-05-06,12:36:46.328] [DEBUG] UploadManager Init Complete [2026-05-06,12:36:46.331] [INFO] Initializing GPS... [2026-05-06,12:36:46.333] [INFO] Starting location capture [2026-05-06,12:37:25.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:37:25.150] [INFO] LocationSqlManager initialising [2026-05-06,12:37:25.151] [INFO] Location DB initialising [2026-05-06,12:37:25.162] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:37:25.163] [DEBUG] UploadManager Init [2026-05-06,12:37:25.164] [DEBUG] UploadManager Init Complete [2026-05-06,12:37:25.167] [INFO] Initializing GPS... [2026-05-06,12:37:25.170] [INFO] Starting location capture [2026-05-06,12:38:03.389] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:38:03.396] [INFO] LocationSqlManager initialising [2026-05-06,12:38:03.396] [INFO] Location DB initialising [2026-05-06,12:38:03.407] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:38:03.407] [DEBUG] UploadManager Init [2026-05-06,12:38:03.408] [DEBUG] UploadManager Init Complete [2026-05-06,12:38:03.410] [INFO] Initializing GPS... [2026-05-06,12:38:03.412] [INFO] Starting location capture [2026-05-06,12:38:42.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:38:42.207] [INFO] LocationSqlManager initialising [2026-05-06,12:38:42.208] [INFO] Location DB initialising [2026-05-06,12:38:42.218] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:38:42.219] [DEBUG] UploadManager Init [2026-05-06,12:38:42.219] [DEBUG] UploadManager Init Complete [2026-05-06,12:38:42.222] [INFO] Initializing GPS... [2026-05-06,12:38:42.224] [INFO] Starting location capture [2026-05-06,12:39:15.783] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:39:15.791] [INFO] LocationSqlManager initialising [2026-05-06,12:39:15.792] [INFO] Location DB initialising [2026-05-06,12:39:15.803] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:39:15.804] [DEBUG] UploadManager Init [2026-05-06,12:39:15.805] [DEBUG] UploadManager Init Complete [2026-05-06,12:39:15.809] [INFO] Initializing GPS... [2026-05-06,12:39:15.812] [INFO] Starting location capture [2026-05-06,12:39:55.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:39:55.252] [INFO] LocationSqlManager initialising [2026-05-06,12:39:55.252] [INFO] Location DB initialising [2026-05-06,12:39:55.262] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:39:55.262] [DEBUG] UploadManager Init [2026-05-06,12:39:55.263] [DEBUG] UploadManager Init Complete [2026-05-06,12:39:55.265] [INFO] Initializing GPS... [2026-05-06,12:39:55.267] [INFO] Starting location capture [2026-05-06,12:40:29.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:40:29.145] [INFO] LocationSqlManager initialising [2026-05-06,12:40:29.146] [INFO] Location DB initialising [2026-05-06,12:40:29.157] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:40:29.158] [DEBUG] UploadManager Init [2026-05-06,12:40:29.158] [DEBUG] UploadManager Init Complete [2026-05-06,12:40:29.162] [INFO] Initializing GPS... [2026-05-06,12:40:29.164] [INFO] Starting location capture [2026-05-06,12:41:07.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:41:07.792] [INFO] LocationSqlManager initialising [2026-05-06,12:41:07.792] [INFO] Location DB initialising [2026-05-06,12:41:07.801] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:41:07.802] [DEBUG] UploadManager Init [2026-05-06,12:41:07.802] [DEBUG] UploadManager Init Complete [2026-05-06,12:41:07.805] [INFO] Initializing GPS... [2026-05-06,12:41:07.807] [INFO] Starting location capture [2026-05-06,12:41:46.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:41:46.326] [INFO] LocationSqlManager initialising [2026-05-06,12:41:46.326] [INFO] Location DB initialising [2026-05-06,12:41:46.336] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:41:46.336] [DEBUG] UploadManager Init [2026-05-06,12:41:46.337] [DEBUG] UploadManager Init Complete [2026-05-06,12:41:46.339] [INFO] Initializing GPS... [2026-05-06,12:41:46.341] [INFO] Starting location capture [2026-05-06,12:42:21.244] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:42:21.255] [INFO] LocationSqlManager initialising [2026-05-06,12:42:21.256] [INFO] Location DB initialising [2026-05-06,12:42:21.267] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:42:21.269] [DEBUG] UploadManager Init [2026-05-06,12:42:21.270] [DEBUG] UploadManager Init Complete [2026-05-06,12:42:21.274] [INFO] Initializing GPS... [2026-05-06,12:42:21.277] [INFO] Starting location capture [2026-05-06,12:43:00.195] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:43:00.202] [INFO] LocationSqlManager initialising [2026-05-06,12:43:00.203] [INFO] Location DB initialising [2026-05-06,12:43:00.215] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:43:00.216] [DEBUG] UploadManager Init [2026-05-06,12:43:00.217] [DEBUG] UploadManager Init Complete [2026-05-06,12:43:00.221] [INFO] Initializing GPS... [2026-05-06,12:43:00.224] [INFO] Starting location capture [2026-05-06,12:43:39.099] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:43:39.108] [INFO] LocationSqlManager initialising [2026-05-06,12:43:39.110] [INFO] Location DB initialising [2026-05-06,12:43:39.125] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:43:39.126] [DEBUG] UploadManager Init [2026-05-06,12:43:39.127] [DEBUG] UploadManager Init Complete [2026-05-06,12:43:39.131] [INFO] Initializing GPS... [2026-05-06,12:43:39.134] [INFO] Starting location capture [2026-05-06,12:44:18.368] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:44:18.376] [INFO] LocationSqlManager initialising [2026-05-06,12:44:18.377] [INFO] Location DB initialising [2026-05-06,12:44:18.386] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:44:18.387] [DEBUG] UploadManager Init [2026-05-06,12:44:18.387] [DEBUG] UploadManager Init Complete [2026-05-06,12:44:18.390] [INFO] Initializing GPS... [2026-05-06,12:44:18.392] [INFO] Starting location capture [2026-05-06,12:44:55.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:44:55.926] [INFO] LocationSqlManager initialising [2026-05-06,12:44:55.927] [INFO] Location DB initialising [2026-05-06,12:44:55.938] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:44:55.939] [DEBUG] UploadManager Init [2026-05-06,12:44:55.940] [DEBUG] UploadManager Init Complete [2026-05-06,12:44:55.945] [INFO] Initializing GPS... [2026-05-06,12:44:55.948] [INFO] Starting location capture [2026-05-06,12:45:35.356] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:45:35.362] [INFO] LocationSqlManager initialising [2026-05-06,12:45:35.363] [INFO] Location DB initialising [2026-05-06,12:45:35.373] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:45:35.374] [DEBUG] UploadManager Init [2026-05-06,12:45:35.374] [DEBUG] UploadManager Init Complete [2026-05-06,12:45:35.377] [INFO] Initializing GPS... [2026-05-06,12:45:35.379] [INFO] Starting location capture [2026-05-06,12:46:15.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:46:15.876] [INFO] LocationSqlManager initialising [2026-05-06,12:46:15.877] [INFO] Location DB initialising [2026-05-06,12:46:15.887] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:46:15.889] [DEBUG] UploadManager Init [2026-05-06,12:46:15.889] [DEBUG] UploadManager Init Complete [2026-05-06,12:46:15.894] [INFO] Initializing GPS... [2026-05-06,12:46:15.897] [INFO] Starting location capture [2026-05-06,12:46:54.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:46:54.143] [INFO] LocationSqlManager initialising [2026-05-06,12:46:54.144] [INFO] Location DB initialising [2026-05-06,12:46:54.153] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:46:54.154] [DEBUG] UploadManager Init [2026-05-06,12:46:54.154] [DEBUG] UploadManager Init Complete [2026-05-06,12:46:54.157] [INFO] Initializing GPS... [2026-05-06,12:46:54.159] [INFO] Starting location capture [2026-05-06,12:47:32.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:47:32.773] [INFO] LocationSqlManager initialising [2026-05-06,12:47:32.773] [INFO] Location DB initialising [2026-05-06,12:47:32.783] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:47:32.784] [DEBUG] UploadManager Init [2026-05-06,12:47:32.784] [DEBUG] UploadManager Init Complete [2026-05-06,12:47:32.787] [INFO] Initializing GPS... [2026-05-06,12:47:32.789] [INFO] Starting location capture [2026-05-06,12:48:12.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:48:12.168] [INFO] LocationSqlManager initialising [2026-05-06,12:48:12.168] [INFO] Location DB initialising [2026-05-06,12:48:12.178] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:48:12.179] [DEBUG] UploadManager Init [2026-05-06,12:48:12.179] [DEBUG] UploadManager Init Complete [2026-05-06,12:48:12.182] [INFO] Initializing GPS... [2026-05-06,12:48:12.183] [INFO] Starting location capture [2026-05-06,12:48:46.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:48:46.150] [INFO] LocationSqlManager initialising [2026-05-06,12:48:46.151] [INFO] Location DB initialising [2026-05-06,12:48:46.160] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:48:46.161] [DEBUG] UploadManager Init [2026-05-06,12:48:46.161] [DEBUG] UploadManager Init Complete [2026-05-06,12:48:46.164] [INFO] Initializing GPS... [2026-05-06,12:48:46.166] [INFO] Starting location capture [2026-05-06,12:49:25.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:49:25.008] [INFO] LocationSqlManager initialising [2026-05-06,12:49:25.008] [INFO] Location DB initialising [2026-05-06,12:49:25.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:49:25.019] [DEBUG] UploadManager Init [2026-05-06,12:49:25.020] [DEBUG] UploadManager Init Complete [2026-05-06,12:49:25.023] [INFO] Initializing GPS... [2026-05-06,12:49:25.025] [INFO] Starting location capture [2026-05-06,12:50:04.566] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:50:04.572] [INFO] LocationSqlManager initialising [2026-05-06,12:50:04.572] [INFO] Location DB initialising [2026-05-06,12:50:04.582] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:50:04.583] [DEBUG] UploadManager Init [2026-05-06,12:50:04.583] [DEBUG] UploadManager Init Complete [2026-05-06,12:50:04.587] [INFO] Initializing GPS... [2026-05-06,12:50:04.589] [INFO] Starting location capture [2026-05-06,12:50:42.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:50:42.332] [INFO] LocationSqlManager initialising [2026-05-06,12:50:42.333] [INFO] Location DB initialising [2026-05-06,12:50:42.342] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:50:42.343] [DEBUG] UploadManager Init [2026-05-06,12:50:42.343] [DEBUG] UploadManager Init Complete [2026-05-06,12:50:42.346] [INFO] Initializing GPS... [2026-05-06,12:50:42.348] [INFO] Starting location capture [2026-05-06,12:51:20.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:51:21.003] [INFO] LocationSqlManager initialising [2026-05-06,12:51:21.004] [INFO] Location DB initialising [2026-05-06,12:51:21.015] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:51:21.019] [DEBUG] UploadManager Init [2026-05-06,12:51:21.020] [DEBUG] UploadManager Init Complete [2026-05-06,12:51:21.027] [INFO] Initializing GPS... [2026-05-06,12:51:21.031] [INFO] Starting location capture [2026-05-06,12:52:00.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:52:00.636] [INFO] LocationSqlManager initialising [2026-05-06,12:52:00.636] [INFO] Location DB initialising [2026-05-06,12:52:00.646] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:52:00.646] [DEBUG] UploadManager Init [2026-05-06,12:52:00.647] [DEBUG] UploadManager Init Complete [2026-05-06,12:52:00.649] [INFO] Initializing GPS... [2026-05-06,12:52:00.651] [INFO] Starting location capture [2026-05-06,12:52:38.245] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:52:38.250] [INFO] LocationSqlManager initialising [2026-05-06,12:52:38.250] [INFO] Location DB initialising [2026-05-06,12:52:38.259] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:52:38.260] [DEBUG] UploadManager Init [2026-05-06,12:52:38.260] [DEBUG] UploadManager Init Complete [2026-05-06,12:52:38.263] [INFO] Initializing GPS... [2026-05-06,12:52:38.265] [INFO] Starting location capture [2026-05-06,12:53:13.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:53:13.280] [INFO] LocationSqlManager initialising [2026-05-06,12:53:13.281] [INFO] Location DB initialising [2026-05-06,12:53:13.290] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:53:13.291] [DEBUG] UploadManager Init [2026-05-06,12:53:13.291] [DEBUG] UploadManager Init Complete [2026-05-06,12:53:13.294] [INFO] Initializing GPS... [2026-05-06,12:53:13.296] [INFO] Starting location capture [2026-05-06,12:53:52.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:53:52.167] [INFO] LocationSqlManager initialising [2026-05-06,12:53:52.168] [INFO] Location DB initialising [2026-05-06,12:53:52.179] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:53:52.180] [DEBUG] UploadManager Init [2026-05-06,12:53:52.181] [DEBUG] UploadManager Init Complete [2026-05-06,12:53:52.186] [INFO] Initializing GPS... [2026-05-06,12:53:52.189] [INFO] Starting location capture [2026-05-06,12:54:32.388] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:54:32.392] [INFO] LocationSqlManager initialising [2026-05-06,12:54:32.393] [INFO] Location DB initialising [2026-05-06,12:54:32.402] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:54:32.403] [DEBUG] UploadManager Init [2026-05-06,12:54:32.404] [DEBUG] UploadManager Init Complete [2026-05-06,12:54:32.408] [INFO] Initializing GPS... [2026-05-06,12:54:32.411] [INFO] Starting location capture [2026-05-06,12:55:10.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:55:10.795] [INFO] LocationSqlManager initialising [2026-05-06,12:55:10.796] [INFO] Location DB initialising [2026-05-06,12:55:10.807] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:55:10.808] [DEBUG] UploadManager Init [2026-05-06,12:55:10.809] [DEBUG] UploadManager Init Complete [2026-05-06,12:55:10.813] [INFO] Initializing GPS... [2026-05-06,12:55:10.816] [INFO] Starting location capture [2026-05-06,12:55:50.244] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:55:50.249] [INFO] LocationSqlManager initialising [2026-05-06,12:55:50.250] [INFO] Location DB initialising [2026-05-06,12:55:50.260] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:55:50.262] [DEBUG] UploadManager Init [2026-05-06,12:55:50.262] [DEBUG] UploadManager Init Complete [2026-05-06,12:55:50.266] [INFO] Initializing GPS... [2026-05-06,12:55:50.269] [INFO] Starting location capture [2026-05-06,12:56:25.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:56:25.017] [INFO] LocationSqlManager initialising [2026-05-06,12:56:25.017] [INFO] Location DB initialising [2026-05-06,12:56:25.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:56:25.028] [DEBUG] UploadManager Init [2026-05-06,12:56:25.028] [DEBUG] UploadManager Init Complete [2026-05-06,12:56:25.031] [INFO] Initializing GPS... [2026-05-06,12:56:25.033] [INFO] Starting location capture [2026-05-06,12:57:04.265] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:57:04.270] [INFO] LocationSqlManager initialising [2026-05-06,12:57:04.271] [INFO] Location DB initialising [2026-05-06,12:57:04.280] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:57:04.281] [DEBUG] UploadManager Init [2026-05-06,12:57:04.281] [DEBUG] UploadManager Init Complete [2026-05-06,12:57:04.284] [INFO] Initializing GPS... [2026-05-06,12:57:04.286] [INFO] Starting location capture [2026-05-06,12:57:43.556] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:57:43.563] [INFO] LocationSqlManager initialising [2026-05-06,12:57:43.564] [INFO] Location DB initialising [2026-05-06,12:57:43.575] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:57:43.576] [DEBUG] UploadManager Init [2026-05-06,12:57:43.577] [DEBUG] UploadManager Init Complete [2026-05-06,12:57:43.581] [INFO] Initializing GPS... [2026-05-06,12:57:43.584] [INFO] Starting location capture [2026-05-06,12:58:22.920] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:58:22.928] [INFO] LocationSqlManager initialising [2026-05-06,12:58:22.929] [INFO] Location DB initialising [2026-05-06,12:58:22.941] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:58:22.942] [DEBUG] UploadManager Init [2026-05-06,12:58:22.942] [DEBUG] UploadManager Init Complete [2026-05-06,12:58:22.946] [INFO] Initializing GPS... [2026-05-06,12:58:22.949] [INFO] Starting location capture [2026-05-06,12:59:01.623] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:59:01.630] [INFO] LocationSqlManager initialising [2026-05-06,12:59:01.631] [INFO] Location DB initialising [2026-05-06,12:59:01.642] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:59:01.644] [DEBUG] UploadManager Init [2026-05-06,12:59:01.644] [DEBUG] UploadManager Init Complete [2026-05-06,12:59:01.649] [INFO] Initializing GPS... [2026-05-06,12:59:01.652] [INFO] Starting location capture [2026-05-06,12:59:40.259] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,12:59:40.266] [INFO] LocationSqlManager initialising [2026-05-06,12:59:40.267] [INFO] Location DB initialising [2026-05-06,12:59:40.278] [INFO] LocationSqlManager initialisation complete [2026-05-06,12:59:40.279] [DEBUG] UploadManager Init [2026-05-06,12:59:40.280] [DEBUG] UploadManager Init Complete [2026-05-06,12:59:40.284] [INFO] Initializing GPS... [2026-05-06,12:59:40.287] [INFO] Starting location capture [2026-05-06,13:00:20.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:00:20.253] [INFO] LocationSqlManager initialising [2026-05-06,13:00:20.254] [INFO] Location DB initialising [2026-05-06,13:00:20.264] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:00:20.264] [DEBUG] UploadManager Init [2026-05-06,13:00:20.265] [DEBUG] UploadManager Init Complete [2026-05-06,13:00:20.268] [INFO] Initializing GPS... [2026-05-06,13:00:20.270] [INFO] Starting location capture [2026-05-06,13:00:54.726] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:00:54.731] [INFO] LocationSqlManager initialising [2026-05-06,13:00:54.731] [INFO] Location DB initialising [2026-05-06,13:00:54.740] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:00:54.741] [DEBUG] UploadManager Init [2026-05-06,13:00:54.741] [DEBUG] UploadManager Init Complete [2026-05-06,13:00:54.744] [INFO] Initializing GPS... [2026-05-06,13:00:54.746] [INFO] Starting location capture [2026-05-06,13:01:33.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:01:33.366] [INFO] LocationSqlManager initialising [2026-05-06,13:01:33.367] [INFO] Location DB initialising [2026-05-06,13:01:33.379] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:01:33.380] [DEBUG] UploadManager Init [2026-05-06,13:01:33.381] [DEBUG] UploadManager Init Complete [2026-05-06,13:01:33.388] [INFO] Initializing GPS... [2026-05-06,13:01:33.393] [INFO] Starting location capture [2026-05-06,13:02:08.402] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:02:08.409] [INFO] LocationSqlManager initialising [2026-05-06,13:02:08.410] [INFO] Location DB initialising [2026-05-06,13:02:08.422] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:02:08.423] [DEBUG] UploadManager Init [2026-05-06,13:02:08.423] [DEBUG] UploadManager Init Complete [2026-05-06,13:02:08.428] [INFO] Initializing GPS... [2026-05-06,13:02:08.431] [INFO] Starting location capture [2026-05-06,13:02:47.565] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:02:47.572] [INFO] LocationSqlManager initialising [2026-05-06,13:02:47.573] [INFO] Location DB initialising [2026-05-06,13:02:47.584] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:02:47.585] [DEBUG] UploadManager Init [2026-05-06,13:02:47.586] [DEBUG] UploadManager Init Complete [2026-05-06,13:02:47.590] [INFO] Initializing GPS... [2026-05-06,13:02:47.593] [INFO] Starting location capture [2026-05-06,13:03:22.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:03:22.107] [INFO] LocationSqlManager initialising [2026-05-06,13:03:22.107] [INFO] Location DB initialising [2026-05-06,13:03:22.117] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:03:22.117] [DEBUG] UploadManager Init [2026-05-06,13:03:22.118] [DEBUG] UploadManager Init Complete [2026-05-06,13:03:22.120] [INFO] Initializing GPS... [2026-05-06,13:03:22.122] [INFO] Starting location capture [2026-05-06,13:04:01.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:04:01.431] [INFO] LocationSqlManager initialising [2026-05-06,13:04:01.432] [INFO] Location DB initialising [2026-05-06,13:04:01.443] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:04:01.444] [DEBUG] UploadManager Init [2026-05-06,13:04:01.445] [DEBUG] UploadManager Init Complete [2026-05-06,13:04:01.449] [INFO] Initializing GPS... [2026-05-06,13:04:01.452] [INFO] Starting location capture [2026-05-06,13:04:40.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:04:40.108] [INFO] LocationSqlManager initialising [2026-05-06,13:04:40.109] [INFO] Location DB initialising [2026-05-06,13:04:40.118] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:04:40.119] [DEBUG] UploadManager Init [2026-05-06,13:04:40.119] [DEBUG] UploadManager Init Complete [2026-05-06,13:04:40.122] [INFO] Initializing GPS... [2026-05-06,13:04:40.124] [INFO] Starting location capture [2026-05-06,13:05:18.335] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:05:18.341] [INFO] LocationSqlManager initialising [2026-05-06,13:05:18.341] [INFO] Location DB initialising [2026-05-06,13:05:18.351] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:05:18.352] [DEBUG] UploadManager Init [2026-05-06,13:05:18.352] [DEBUG] UploadManager Init Complete [2026-05-06,13:05:18.355] [INFO] Initializing GPS... [2026-05-06,13:05:18.358] [INFO] Starting location capture [2026-05-06,13:05:57.604] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:05:57.609] [INFO] LocationSqlManager initialising [2026-05-06,13:05:57.609] [INFO] Location DB initialising [2026-05-06,13:05:57.619] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:05:57.619] [DEBUG] UploadManager Init [2026-05-06,13:05:57.620] [DEBUG] UploadManager Init Complete [2026-05-06,13:05:57.622] [INFO] Initializing GPS... [2026-05-06,13:05:57.624] [INFO] Starting location capture [2026-05-06,13:06:32.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:06:32.675] [INFO] LocationSqlManager initialising [2026-05-06,13:06:32.676] [INFO] Location DB initialising [2026-05-06,13:06:32.685] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:06:32.686] [DEBUG] UploadManager Init [2026-05-06,13:06:32.687] [DEBUG] UploadManager Init Complete [2026-05-06,13:06:32.689] [INFO] Initializing GPS... [2026-05-06,13:06:32.691] [INFO] Starting location capture [2026-05-06,13:07:11.657] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:07:11.662] [INFO] LocationSqlManager initialising [2026-05-06,13:07:11.662] [INFO] Location DB initialising [2026-05-06,13:07:11.672] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:07:11.672] [DEBUG] UploadManager Init [2026-05-06,13:07:11.673] [DEBUG] UploadManager Init Complete [2026-05-06,13:07:11.675] [INFO] Initializing GPS... [2026-05-06,13:07:11.677] [INFO] Starting location capture [2026-05-06,13:07:51.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:07:51.090] [INFO] LocationSqlManager initialising [2026-05-06,13:07:51.091] [INFO] Location DB initialising [2026-05-06,13:07:51.105] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:07:51.107] [DEBUG] UploadManager Init [2026-05-06,13:07:51.108] [DEBUG] UploadManager Init Complete [2026-05-06,13:07:51.115] [INFO] Initializing GPS... [2026-05-06,13:07:51.120] [INFO] Starting location capture [2026-05-06,13:08:25.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:08:25.841] [INFO] LocationSqlManager initialising [2026-05-06,13:08:25.842] [INFO] Location DB initialising [2026-05-06,13:08:25.853] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:08:25.854] [DEBUG] UploadManager Init [2026-05-06,13:08:25.855] [DEBUG] UploadManager Init Complete [2026-05-06,13:08:25.860] [INFO] Initializing GPS... [2026-05-06,13:08:25.862] [INFO] Starting location capture [2026-05-06,13:09:04.747] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:09:04.752] [INFO] LocationSqlManager initialising [2026-05-06,13:09:04.753] [INFO] Location DB initialising [2026-05-06,13:09:04.762] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:09:04.763] [DEBUG] UploadManager Init [2026-05-06,13:09:04.763] [DEBUG] UploadManager Init Complete [2026-05-06,13:09:04.765] [INFO] Initializing GPS... [2026-05-06,13:09:04.767] [INFO] Starting location capture [2026-05-06,13:09:40.499] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:09:40.505] [INFO] LocationSqlManager initialising [2026-05-06,13:09:40.506] [INFO] Location DB initialising [2026-05-06,13:09:40.515] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:09:40.516] [DEBUG] UploadManager Init [2026-05-06,13:09:40.516] [DEBUG] UploadManager Init Complete [2026-05-06,13:09:40.519] [INFO] Initializing GPS... [2026-05-06,13:09:40.521] [INFO] Starting location capture [2026-05-06,13:10:19.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:10:19.958] [INFO] LocationSqlManager initialising [2026-05-06,13:10:19.958] [INFO] Location DB initialising [2026-05-06,13:10:19.968] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:10:19.969] [DEBUG] UploadManager Init [2026-05-06,13:10:19.969] [DEBUG] UploadManager Init Complete [2026-05-06,13:10:19.971] [INFO] Initializing GPS... [2026-05-06,13:10:19.973] [INFO] Starting location capture [2026-05-06,13:10:59.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:10:59.059] [INFO] LocationSqlManager initialising [2026-05-06,13:10:59.060] [INFO] Location DB initialising [2026-05-06,13:10:59.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:10:59.070] [DEBUG] UploadManager Init [2026-05-06,13:10:59.070] [DEBUG] UploadManager Init Complete [2026-05-06,13:10:59.073] [INFO] Initializing GPS... [2026-05-06,13:10:59.075] [INFO] Starting location capture [2026-05-06,13:11:37.203] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:11:37.208] [INFO] LocationSqlManager initialising [2026-05-06,13:11:37.209] [INFO] Location DB initialising [2026-05-06,13:11:37.218] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:11:37.218] [DEBUG] UploadManager Init [2026-05-06,13:11:37.219] [DEBUG] UploadManager Init Complete [2026-05-06,13:11:37.221] [INFO] Initializing GPS... [2026-05-06,13:11:37.223] [INFO] Starting location capture [2026-05-06,13:12:16.462] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:12:16.467] [INFO] LocationSqlManager initialising [2026-05-06,13:12:16.467] [INFO] Location DB initialising [2026-05-06,13:12:16.477] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:12:16.477] [DEBUG] UploadManager Init [2026-05-06,13:12:16.478] [DEBUG] UploadManager Init Complete [2026-05-06,13:12:16.481] [INFO] Initializing GPS... [2026-05-06,13:12:16.483] [INFO] Starting location capture [2026-05-06,13:12:55.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:12:55.753] [INFO] LocationSqlManager initialising [2026-05-06,13:12:55.754] [INFO] Location DB initialising [2026-05-06,13:12:55.766] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:12:55.767] [DEBUG] UploadManager Init [2026-05-06,13:12:55.768] [DEBUG] UploadManager Init Complete [2026-05-06,13:12:55.772] [INFO] Initializing GPS... [2026-05-06,13:12:55.775] [INFO] Starting location capture [2026-05-06,13:13:35.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:13:35.189] [INFO] LocationSqlManager initialising [2026-05-06,13:13:35.190] [INFO] Location DB initialising [2026-05-06,13:13:35.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:13:35.203] [DEBUG] UploadManager Init [2026-05-06,13:13:35.204] [DEBUG] UploadManager Init Complete [2026-05-06,13:13:35.208] [INFO] Initializing GPS... [2026-05-06,13:13:35.211] [INFO] Starting location capture [2026-05-06,13:14:13.653] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:14:13.658] [INFO] LocationSqlManager initialising [2026-05-06,13:14:13.659] [INFO] Location DB initialising [2026-05-06,13:14:13.669] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:14:13.670] [DEBUG] UploadManager Init [2026-05-06,13:14:13.670] [DEBUG] UploadManager Init Complete [2026-05-06,13:14:13.673] [INFO] Initializing GPS... [2026-05-06,13:14:13.676] [INFO] Starting location capture [2026-05-06,13:14:52.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:14:52.739] [INFO] LocationSqlManager initialising [2026-05-06,13:14:52.740] [INFO] Location DB initialising [2026-05-06,13:14:52.751] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:14:52.752] [DEBUG] UploadManager Init [2026-05-06,13:14:52.753] [DEBUG] UploadManager Init Complete [2026-05-06,13:14:52.756] [INFO] Initializing GPS... [2026-05-06,13:14:52.759] [INFO] Starting location capture [2026-05-06,13:15:32.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:15:32.639] [INFO] LocationSqlManager initialising [2026-05-06,13:15:32.640] [INFO] Location DB initialising [2026-05-06,13:15:32.651] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:15:32.652] [DEBUG] UploadManager Init [2026-05-06,13:15:32.653] [DEBUG] UploadManager Init Complete [2026-05-06,13:15:32.657] [INFO] Initializing GPS... [2026-05-06,13:15:32.660] [INFO] Starting location capture [2026-05-06,13:16:11.278] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:16:11.283] [INFO] LocationSqlManager initialising [2026-05-06,13:16:11.283] [INFO] Location DB initialising [2026-05-06,13:16:11.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:16:11.294] [DEBUG] UploadManager Init [2026-05-06,13:16:11.294] [DEBUG] UploadManager Init Complete [2026-05-06,13:16:11.297] [INFO] Initializing GPS... [2026-05-06,13:16:11.299] [INFO] Starting location capture [2026-05-06,13:16:45.352] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:16:45.358] [INFO] LocationSqlManager initialising [2026-05-06,13:16:45.358] [INFO] Location DB initialising [2026-05-06,13:16:45.369] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:16:45.369] [DEBUG] UploadManager Init [2026-05-06,13:16:45.370] [DEBUG] UploadManager Init Complete [2026-05-06,13:16:45.373] [INFO] Initializing GPS... [2026-05-06,13:16:45.375] [INFO] Starting location capture [2026-05-06,13:17:24.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:17:24.799] [INFO] LocationSqlManager initialising [2026-05-06,13:17:24.799] [INFO] Location DB initialising [2026-05-06,13:17:24.808] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:17:24.809] [DEBUG] UploadManager Init [2026-05-06,13:17:24.809] [DEBUG] UploadManager Init Complete [2026-05-06,13:17:24.812] [INFO] Initializing GPS... [2026-05-06,13:17:24.814] [INFO] Starting location capture [2026-05-06,13:17:59.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:17:59.021] [INFO] LocationSqlManager initialising [2026-05-06,13:17:59.022] [INFO] Location DB initialising [2026-05-06,13:17:59.033] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:17:59.034] [DEBUG] UploadManager Init [2026-05-06,13:17:59.034] [DEBUG] UploadManager Init Complete [2026-05-06,13:17:59.037] [INFO] Initializing GPS... [2026-05-06,13:17:59.040] [INFO] Starting location capture [2026-05-06,13:18:34.549] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:18:34.555] [INFO] LocationSqlManager initialising [2026-05-06,13:18:34.555] [INFO] Location DB initialising [2026-05-06,13:18:34.565] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:18:34.566] [DEBUG] UploadManager Init [2026-05-06,13:18:34.567] [DEBUG] UploadManager Init Complete [2026-05-06,13:18:34.570] [INFO] Initializing GPS... [2026-05-06,13:18:34.572] [INFO] Starting location capture [2026-05-06,13:19:13.488] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:19:13.495] [INFO] LocationSqlManager initialising [2026-05-06,13:19:13.496] [INFO] Location DB initialising [2026-05-06,13:19:13.507] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:19:13.508] [DEBUG] UploadManager Init [2026-05-06,13:19:13.509] [DEBUG] UploadManager Init Complete [2026-05-06,13:19:13.513] [INFO] Initializing GPS... [2026-05-06,13:19:13.516] [INFO] Starting location capture [2026-05-06,13:19:52.708] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:19:52.716] [INFO] LocationSqlManager initialising [2026-05-06,13:19:52.717] [INFO] Location DB initialising [2026-05-06,13:19:52.728] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:19:52.729] [DEBUG] UploadManager Init [2026-05-06,13:19:52.730] [DEBUG] UploadManager Init Complete [2026-05-06,13:19:52.734] [INFO] Initializing GPS... [2026-05-06,13:19:52.737] [INFO] Starting location capture [2026-05-06,13:20:31.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:20:31.277] [INFO] LocationSqlManager initialising [2026-05-06,13:20:31.279] [INFO] Location DB initialising [2026-05-06,13:20:31.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:20:31.295] [DEBUG] UploadManager Init [2026-05-06,13:20:31.296] [DEBUG] UploadManager Init Complete [2026-05-06,13:20:31.301] [INFO] Initializing GPS... [2026-05-06,13:20:31.305] [INFO] Starting location capture [2026-05-06,13:21:11.625] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:21:11.632] [INFO] LocationSqlManager initialising [2026-05-06,13:21:11.632] [INFO] Location DB initialising [2026-05-06,13:21:11.643] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:21:11.645] [DEBUG] UploadManager Init [2026-05-06,13:21:11.647] [DEBUG] UploadManager Init Complete [2026-05-06,13:21:11.654] [INFO] Initializing GPS... [2026-05-06,13:21:11.657] [INFO] Starting location capture [2026-05-06,13:21:49.425] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:21:49.433] [INFO] LocationSqlManager initialising [2026-05-06,13:21:49.434] [INFO] Location DB initialising [2026-05-06,13:21:49.444] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:21:49.445] [DEBUG] UploadManager Init [2026-05-06,13:21:49.445] [DEBUG] UploadManager Init Complete [2026-05-06,13:21:49.448] [INFO] Initializing GPS... [2026-05-06,13:21:49.451] [INFO] Starting location capture [2026-05-06,13:22:30.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:22:30.154] [INFO] LocationSqlManager initialising [2026-05-06,13:22:30.154] [INFO] Location DB initialising [2026-05-06,13:22:30.164] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:22:30.165] [DEBUG] UploadManager Init [2026-05-06,13:22:30.165] [DEBUG] UploadManager Init Complete [2026-05-06,13:22:30.168] [INFO] Initializing GPS... [2026-05-06,13:22:30.172] [INFO] Starting location capture [2026-05-06,13:23:08.567] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:23:08.571] [INFO] LocationSqlManager initialising [2026-05-06,13:23:08.572] [INFO] Location DB initialising [2026-05-06,13:23:08.582] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:23:08.583] [DEBUG] UploadManager Init [2026-05-06,13:23:08.584] [DEBUG] UploadManager Init Complete [2026-05-06,13:23:08.588] [INFO] Initializing GPS... [2026-05-06,13:23:08.591] [INFO] Starting location capture [2026-05-06,13:23:47.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:23:47.746] [INFO] LocationSqlManager initialising [2026-05-06,13:23:47.746] [INFO] Location DB initialising [2026-05-06,13:23:47.756] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:23:47.756] [DEBUG] UploadManager Init [2026-05-06,13:23:47.757] [DEBUG] UploadManager Init Complete [2026-05-06,13:23:47.759] [INFO] Initializing GPS... [2026-05-06,13:23:47.761] [INFO] Starting location capture [2026-05-06,13:24:27.594] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:24:27.601] [INFO] LocationSqlManager initialising [2026-05-06,13:24:27.602] [INFO] Location DB initialising [2026-05-06,13:24:27.613] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:24:27.615] [DEBUG] UploadManager Init [2026-05-06,13:24:27.615] [DEBUG] UploadManager Init Complete [2026-05-06,13:24:27.620] [INFO] Initializing GPS... [2026-05-06,13:24:27.623] [INFO] Starting location capture [2026-05-06,13:25:04.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:25:04.406] [INFO] LocationSqlManager initialising [2026-05-06,13:25:04.406] [INFO] Location DB initialising [2026-05-06,13:25:04.415] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:25:04.416] [DEBUG] UploadManager Init [2026-05-06,13:25:04.416] [DEBUG] UploadManager Init Complete [2026-05-06,13:25:04.419] [INFO] Initializing GPS... [2026-05-06,13:25:04.421] [INFO] Starting location capture [2026-05-06,13:25:43.604] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:25:43.610] [INFO] LocationSqlManager initialising [2026-05-06,13:25:43.611] [INFO] Location DB initialising [2026-05-06,13:25:43.622] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:25:43.623] [DEBUG] UploadManager Init [2026-05-06,13:25:43.624] [DEBUG] UploadManager Init Complete [2026-05-06,13:25:43.628] [INFO] Initializing GPS... [2026-05-06,13:25:43.631] [INFO] Starting location capture [2026-05-06,13:26:23.556] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:26:23.562] [INFO] LocationSqlManager initialising [2026-05-06,13:26:23.562] [INFO] Location DB initialising [2026-05-06,13:26:23.573] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:26:23.574] [DEBUG] UploadManager Init [2026-05-06,13:26:23.575] [DEBUG] UploadManager Init Complete [2026-05-06,13:26:23.580] [INFO] Initializing GPS... [2026-05-06,13:26:23.583] [INFO] Starting location capture [2026-05-06,13:27:02.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:27:02.101] [INFO] LocationSqlManager initialising [2026-05-06,13:27:02.102] [INFO] Location DB initialising [2026-05-06,13:27:02.113] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:27:02.114] [DEBUG] UploadManager Init [2026-05-06,13:27:02.115] [DEBUG] UploadManager Init Complete [2026-05-06,13:27:02.119] [INFO] Initializing GPS... [2026-05-06,13:27:02.122] [INFO] Starting location capture [2026-05-06,13:27:40.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:27:40.108] [INFO] LocationSqlManager initialising [2026-05-06,13:27:40.108] [INFO] Location DB initialising [2026-05-06,13:27:40.118] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:27:40.118] [DEBUG] UploadManager Init [2026-05-06,13:27:40.119] [DEBUG] UploadManager Init Complete [2026-05-06,13:27:40.121] [INFO] Initializing GPS... [2026-05-06,13:27:40.123] [INFO] Starting location capture [2026-05-06,13:28:19.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:28:19.136] [INFO] LocationSqlManager initialising [2026-05-06,13:28:19.136] [INFO] Location DB initialising [2026-05-06,13:28:19.146] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:28:19.146] [DEBUG] UploadManager Init [2026-05-06,13:28:19.147] [DEBUG] UploadManager Init Complete [2026-05-06,13:28:19.149] [INFO] Initializing GPS... [2026-05-06,13:28:19.151] [INFO] Starting location capture [2026-05-06,13:28:58.400] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:28:58.408] [INFO] LocationSqlManager initialising [2026-05-06,13:28:58.409] [INFO] Location DB initialising [2026-05-06,13:28:58.420] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:28:58.421] [DEBUG] UploadManager Init [2026-05-06,13:28:58.422] [DEBUG] UploadManager Init Complete [2026-05-06,13:28:58.426] [INFO] Initializing GPS... [2026-05-06,13:28:58.429] [INFO] Starting location capture [2026-05-06,13:29:33.536] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:29:33.544] [INFO] LocationSqlManager initialising [2026-05-06,13:29:33.545] [INFO] Location DB initialising [2026-05-06,13:29:33.556] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:29:33.557] [DEBUG] UploadManager Init [2026-05-06,13:29:33.557] [DEBUG] UploadManager Init Complete [2026-05-06,13:29:33.562] [INFO] Initializing GPS... [2026-05-06,13:29:33.565] [INFO] Starting location capture [2026-05-06,13:30:08.439] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:30:08.449] [INFO] LocationSqlManager initialising [2026-05-06,13:30:08.450] [INFO] Location DB initialising [2026-05-06,13:30:08.462] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:30:08.463] [DEBUG] UploadManager Init [2026-05-06,13:30:08.464] [DEBUG] UploadManager Init Complete [2026-05-06,13:30:08.468] [INFO] Initializing GPS... [2026-05-06,13:30:08.471] [INFO] Starting location capture [2026-05-06,13:30:48.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:30:48.256] [INFO] LocationSqlManager initialising [2026-05-06,13:30:48.257] [INFO] Location DB initialising [2026-05-06,13:30:48.269] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:30:48.270] [DEBUG] UploadManager Init [2026-05-06,13:30:48.271] [DEBUG] UploadManager Init Complete [2026-05-06,13:30:48.276] [INFO] Initializing GPS... [2026-05-06,13:30:48.279] [INFO] Starting location capture [2026-05-06,13:31:26.490] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:31:26.498] [INFO] LocationSqlManager initialising [2026-05-06,13:31:26.499] [INFO] Location DB initialising [2026-05-06,13:31:26.510] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:31:26.511] [DEBUG] UploadManager Init [2026-05-06,13:31:26.512] [DEBUG] UploadManager Init Complete [2026-05-06,13:31:26.516] [INFO] Initializing GPS... [2026-05-06,13:31:26.519] [INFO] Starting location capture [2026-05-06,13:32:05.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:32:05.093] [INFO] LocationSqlManager initialising [2026-05-06,13:32:05.094] [INFO] Location DB initialising [2026-05-06,13:32:05.103] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:32:05.103] [DEBUG] UploadManager Init [2026-05-06,13:32:05.104] [DEBUG] UploadManager Init Complete [2026-05-06,13:32:05.106] [INFO] Initializing GPS... [2026-05-06,13:32:05.108] [INFO] Starting location capture [2026-05-06,13:32:44.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:32:44.131] [INFO] LocationSqlManager initialising [2026-05-06,13:32:44.131] [INFO] Location DB initialising [2026-05-06,13:32:44.142] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:32:44.144] [DEBUG] UploadManager Init [2026-05-06,13:32:44.144] [DEBUG] UploadManager Init Complete [2026-05-06,13:32:44.149] [INFO] Initializing GPS... [2026-05-06,13:32:44.153] [INFO] Starting location capture [2026-05-06,13:33:22.243] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:33:22.249] [INFO] LocationSqlManager initialising [2026-05-06,13:33:22.250] [INFO] Location DB initialising [2026-05-06,13:33:22.259] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:33:22.260] [DEBUG] UploadManager Init [2026-05-06,13:33:22.261] [DEBUG] UploadManager Init Complete [2026-05-06,13:33:22.264] [INFO] Initializing GPS... [2026-05-06,13:33:22.266] [INFO] Starting location capture [2026-05-06,13:33:56.538] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:33:56.545] [INFO] LocationSqlManager initialising [2026-05-06,13:33:56.546] [INFO] Location DB initialising [2026-05-06,13:33:56.557] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:33:56.559] [DEBUG] UploadManager Init [2026-05-06,13:33:56.560] [DEBUG] UploadManager Init Complete [2026-05-06,13:33:56.564] [INFO] Initializing GPS... [2026-05-06,13:33:56.567] [INFO] Starting location capture [2026-05-06,13:34:37.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:34:37.942] [INFO] LocationSqlManager initialising [2026-05-06,13:34:37.942] [INFO] Location DB initialising [2026-05-06,13:34:37.952] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:34:37.952] [DEBUG] UploadManager Init [2026-05-06,13:34:37.953] [DEBUG] UploadManager Init Complete [2026-05-06,13:34:37.955] [INFO] Initializing GPS... [2026-05-06,13:34:37.957] [INFO] Starting location capture [2026-05-06,13:35:16.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:35:16.060] [INFO] LocationSqlManager initialising [2026-05-06,13:35:16.061] [INFO] Location DB initialising [2026-05-06,13:35:16.072] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:35:16.073] [DEBUG] UploadManager Init [2026-05-06,13:35:16.074] [DEBUG] UploadManager Init Complete [2026-05-06,13:35:16.077] [INFO] Initializing GPS... [2026-05-06,13:35:16.079] [INFO] Starting location capture [2026-05-06,13:35:50.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:35:50.156] [INFO] LocationSqlManager initialising [2026-05-06,13:35:50.156] [INFO] Location DB initialising [2026-05-06,13:35:50.171] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:35:50.173] [DEBUG] UploadManager Init [2026-05-06,13:35:50.174] [DEBUG] UploadManager Init Complete [2026-05-06,13:35:50.180] [INFO] Initializing GPS... [2026-05-06,13:35:50.184] [INFO] Starting location capture [2026-05-06,13:36:27.860] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:36:27.863] [INFO] LocationSqlManager initialising [2026-05-06,13:36:27.864] [INFO] Location DB initialising [2026-05-06,13:36:27.881] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:36:27.882] [DEBUG] UploadManager Init [2026-05-06,13:36:27.883] [DEBUG] UploadManager Init Complete [2026-05-06,13:36:27.886] [INFO] Initializing GPS... [2026-05-06,13:36:27.889] [INFO] Starting location capture [2026-05-06,13:37:08.217] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:37:08.222] [INFO] LocationSqlManager initialising [2026-05-06,13:37:08.222] [INFO] Location DB initialising [2026-05-06,13:37:08.232] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:37:08.232] [DEBUG] UploadManager Init [2026-05-06,13:37:08.233] [DEBUG] UploadManager Init Complete [2026-05-06,13:37:08.235] [INFO] Initializing GPS... [2026-05-06,13:37:08.237] [INFO] Starting location capture [2026-05-06,13:37:46.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:37:46.919] [INFO] LocationSqlManager initialising [2026-05-06,13:37:46.919] [INFO] Location DB initialising [2026-05-06,13:37:46.929] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:37:46.929] [DEBUG] UploadManager Init [2026-05-06,13:37:46.930] [DEBUG] UploadManager Init Complete [2026-05-06,13:37:46.933] [INFO] Initializing GPS... [2026-05-06,13:37:46.935] [INFO] Starting location capture [2026-05-06,13:38:26.272] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:38:26.277] [INFO] LocationSqlManager initialising [2026-05-06,13:38:26.278] [INFO] Location DB initialising [2026-05-06,13:38:26.287] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:38:26.288] [DEBUG] UploadManager Init [2026-05-06,13:38:26.288] [DEBUG] UploadManager Init Complete [2026-05-06,13:38:26.291] [INFO] Initializing GPS... [2026-05-06,13:38:26.293] [INFO] Starting location capture [2026-05-06,13:39:05.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:39:05.115] [INFO] LocationSqlManager initialising [2026-05-06,13:39:05.115] [INFO] Location DB initialising [2026-05-06,13:39:05.125] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:39:05.126] [DEBUG] UploadManager Init [2026-05-06,13:39:05.127] [DEBUG] UploadManager Init Complete [2026-05-06,13:39:05.130] [INFO] Initializing GPS... [2026-05-06,13:39:05.132] [INFO] Starting location capture [2026-05-06,13:39:42.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:39:42.784] [INFO] LocationSqlManager initialising [2026-05-06,13:39:42.785] [INFO] Location DB initialising [2026-05-06,13:39:42.795] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:39:42.795] [DEBUG] UploadManager Init [2026-05-06,13:39:42.796] [DEBUG] UploadManager Init Complete [2026-05-06,13:39:42.799] [INFO] Initializing GPS... [2026-05-06,13:39:42.801] [INFO] Starting location capture [2026-05-06,13:40:22.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:40:22.101] [INFO] LocationSqlManager initialising [2026-05-06,13:40:22.102] [INFO] Location DB initialising [2026-05-06,13:40:22.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:40:22.112] [DEBUG] UploadManager Init [2026-05-06,13:40:22.113] [DEBUG] UploadManager Init Complete [2026-05-06,13:40:22.115] [INFO] Initializing GPS... [2026-05-06,13:40:22.117] [INFO] Starting location capture [2026-05-06,13:40:56.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:40:56.184] [INFO] LocationSqlManager initialising [2026-05-06,13:40:56.185] [INFO] Location DB initialising [2026-05-06,13:40:56.197] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:40:56.197] [DEBUG] UploadManager Init [2026-05-06,13:40:56.198] [DEBUG] UploadManager Init Complete [2026-05-06,13:40:56.201] [INFO] Initializing GPS... [2026-05-06,13:40:56.204] [INFO] Starting location capture [2026-05-06,13:41:31.235] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:41:31.239] [INFO] LocationSqlManager initialising [2026-05-06,13:41:31.240] [INFO] Location DB initialising [2026-05-06,13:41:31.249] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:41:31.249] [DEBUG] UploadManager Init [2026-05-06,13:41:31.250] [DEBUG] UploadManager Init Complete [2026-05-06,13:41:31.253] [INFO] Initializing GPS... [2026-05-06,13:41:31.254] [INFO] Starting location capture [2026-05-06,13:42:10.031] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:42:10.036] [INFO] LocationSqlManager initialising [2026-05-06,13:42:10.037] [INFO] Location DB initialising [2026-05-06,13:42:10.046] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:42:10.047] [DEBUG] UploadManager Init [2026-05-06,13:42:10.047] [DEBUG] UploadManager Init Complete [2026-05-06,13:42:10.050] [INFO] Initializing GPS... [2026-05-06,13:42:10.052] [INFO] Starting location capture [2026-05-06,13:42:47.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:42:47.870] [INFO] LocationSqlManager initialising [2026-05-06,13:42:47.871] [INFO] Location DB initialising [2026-05-06,13:42:47.882] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:42:47.883] [DEBUG] UploadManager Init [2026-05-06,13:42:47.884] [DEBUG] UploadManager Init Complete [2026-05-06,13:42:47.888] [INFO] Initializing GPS... [2026-05-06,13:42:47.891] [INFO] Starting location capture [2026-05-06,13:43:27.122] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:43:27.128] [INFO] LocationSqlManager initialising [2026-05-06,13:43:27.128] [INFO] Location DB initialising [2026-05-06,13:43:27.138] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:43:27.138] [DEBUG] UploadManager Init [2026-05-06,13:43:27.139] [DEBUG] UploadManager Init Complete [2026-05-06,13:43:27.142] [INFO] Initializing GPS... [2026-05-06,13:43:27.144] [INFO] Starting location capture [2026-05-06,13:44:05.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:44:05.258] [INFO] LocationSqlManager initialising [2026-05-06,13:44:05.259] [INFO] Location DB initialising [2026-05-06,13:44:05.268] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:44:05.269] [DEBUG] UploadManager Init [2026-05-06,13:44:05.269] [DEBUG] UploadManager Init Complete [2026-05-06,13:44:05.272] [INFO] Initializing GPS... [2026-05-06,13:44:05.274] [INFO] Starting location capture [2026-05-06,13:44:44.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:44:44.080] [INFO] LocationSqlManager initialising [2026-05-06,13:44:44.081] [INFO] Location DB initialising [2026-05-06,13:44:44.091] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:44:44.092] [DEBUG] UploadManager Init [2026-05-06,13:44:44.092] [DEBUG] UploadManager Init Complete [2026-05-06,13:44:44.096] [INFO] Initializing GPS... [2026-05-06,13:44:44.098] [INFO] Starting location capture [2026-05-06,13:45:19.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:45:19.194] [INFO] LocationSqlManager initialising [2026-05-06,13:45:19.194] [INFO] Location DB initialising [2026-05-06,13:45:19.203] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:45:19.204] [DEBUG] UploadManager Init [2026-05-06,13:45:19.204] [DEBUG] UploadManager Init Complete [2026-05-06,13:45:19.207] [INFO] Initializing GPS... [2026-05-06,13:45:19.209] [INFO] Starting location capture [2026-05-06,13:45:58.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:45:58.052] [INFO] LocationSqlManager initialising [2026-05-06,13:45:58.053] [INFO] Location DB initialising [2026-05-06,13:45:58.064] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:45:58.065] [DEBUG] UploadManager Init [2026-05-06,13:45:58.066] [DEBUG] UploadManager Init Complete [2026-05-06,13:45:58.070] [INFO] Initializing GPS... [2026-05-06,13:45:58.073] [INFO] Starting location capture [2026-05-06,13:46:33.903] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:46:33.910] [INFO] LocationSqlManager initialising [2026-05-06,13:46:33.911] [INFO] Location DB initialising [2026-05-06,13:46:33.922] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:46:33.923] [DEBUG] UploadManager Init [2026-05-06,13:46:33.924] [DEBUG] UploadManager Init Complete [2026-05-06,13:46:33.929] [INFO] Initializing GPS... [2026-05-06,13:46:33.932] [INFO] Starting location capture [2026-05-06,13:47:11.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:47:11.861] [INFO] LocationSqlManager initialising [2026-05-06,13:47:11.862] [INFO] Location DB initialising [2026-05-06,13:47:11.874] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:47:11.875] [DEBUG] UploadManager Init [2026-05-06,13:47:11.876] [DEBUG] UploadManager Init Complete [2026-05-06,13:47:11.880] [INFO] Initializing GPS... [2026-05-06,13:47:11.883] [INFO] Starting location capture [2026-05-06,13:47:51.053] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:47:51.059] [INFO] LocationSqlManager initialising [2026-05-06,13:47:51.059] [INFO] Location DB initialising [2026-05-06,13:47:51.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:47:51.069] [DEBUG] UploadManager Init [2026-05-06,13:47:51.070] [DEBUG] UploadManager Init Complete [2026-05-06,13:47:51.072] [INFO] Initializing GPS... [2026-05-06,13:47:51.074] [INFO] Starting location capture [2026-05-06,13:48:30.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:48:30.892] [INFO] LocationSqlManager initialising [2026-05-06,13:48:30.893] [INFO] Location DB initialising [2026-05-06,13:48:30.905] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:48:30.905] [DEBUG] UploadManager Init [2026-05-06,13:48:30.906] [DEBUG] UploadManager Init Complete [2026-05-06,13:48:30.909] [INFO] Initializing GPS... [2026-05-06,13:48:30.911] [INFO] Starting location capture [2026-05-06,13:49:07.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:49:07.268] [INFO] LocationSqlManager initialising [2026-05-06,13:49:07.268] [INFO] Location DB initialising [2026-05-06,13:49:07.277] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:49:07.278] [DEBUG] UploadManager Init [2026-05-06,13:49:07.278] [DEBUG] UploadManager Init Complete [2026-05-06,13:49:07.281] [INFO] Initializing GPS... [2026-05-06,13:49:07.283] [INFO] Starting location capture [2026-05-06,13:49:46.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:49:46.100] [INFO] LocationSqlManager initialising [2026-05-06,13:49:46.101] [INFO] Location DB initialising [2026-05-06,13:49:46.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:49:46.111] [DEBUG] UploadManager Init [2026-05-06,13:49:46.112] [DEBUG] UploadManager Init Complete [2026-05-06,13:49:46.115] [INFO] Initializing GPS... [2026-05-06,13:49:46.118] [INFO] Starting location capture [2026-05-06,13:50:25.487] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:50:25.494] [INFO] LocationSqlManager initialising [2026-05-06,13:50:25.495] [INFO] Location DB initialising [2026-05-06,13:50:25.506] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:50:25.507] [DEBUG] UploadManager Init [2026-05-06,13:50:25.507] [DEBUG] UploadManager Init Complete [2026-05-06,13:50:25.512] [INFO] Initializing GPS... [2026-05-06,13:50:25.515] [INFO] Starting location capture [2026-05-06,13:51:03.375] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:51:03.380] [INFO] LocationSqlManager initialising [2026-05-06,13:51:03.381] [INFO] Location DB initialising [2026-05-06,13:51:03.390] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:51:03.391] [DEBUG] UploadManager Init [2026-05-06,13:51:03.391] [DEBUG] UploadManager Init Complete [2026-05-06,13:51:03.394] [INFO] Initializing GPS... [2026-05-06,13:51:03.396] [INFO] Starting location capture [2026-05-06,13:51:42.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:51:42.190] [INFO] LocationSqlManager initialising [2026-05-06,13:51:42.191] [INFO] Location DB initialising [2026-05-06,13:51:42.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:51:42.203] [DEBUG] UploadManager Init [2026-05-06,13:51:42.204] [DEBUG] UploadManager Init Complete [2026-05-06,13:51:42.207] [INFO] Initializing GPS... [2026-05-06,13:51:42.209] [INFO] Starting location capture [2026-05-06,13:52:21.214] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:52:21.219] [INFO] LocationSqlManager initialising [2026-05-06,13:52:21.220] [INFO] Location DB initialising [2026-05-06,13:52:21.229] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:52:21.230] [DEBUG] UploadManager Init [2026-05-06,13:52:21.230] [DEBUG] UploadManager Init Complete [2026-05-06,13:52:21.233] [INFO] Initializing GPS... [2026-05-06,13:52:21.235] [INFO] Starting location capture [2026-05-06,13:53:00.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:53:00.024] [INFO] LocationSqlManager initialising [2026-05-06,13:53:00.025] [INFO] Location DB initialising [2026-05-06,13:53:00.035] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:53:00.036] [DEBUG] UploadManager Init [2026-05-06,13:53:00.036] [DEBUG] UploadManager Init Complete [2026-05-06,13:53:00.039] [INFO] Initializing GPS... [2026-05-06,13:53:00.041] [INFO] Starting location capture [2026-05-06,13:53:39.141] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:53:39.146] [INFO] LocationSqlManager initialising [2026-05-06,13:53:39.147] [INFO] Location DB initialising [2026-05-06,13:53:39.157] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:53:39.158] [DEBUG] UploadManager Init [2026-05-06,13:53:39.159] [DEBUG] UploadManager Init Complete [2026-05-06,13:53:39.162] [INFO] Initializing GPS... [2026-05-06,13:53:39.164] [INFO] Starting location capture [2026-05-06,13:54:18.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:54:18.039] [INFO] LocationSqlManager initialising [2026-05-06,13:54:18.039] [INFO] Location DB initialising [2026-05-06,13:54:18.049] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:54:18.049] [DEBUG] UploadManager Init [2026-05-06,13:54:18.049] [DEBUG] UploadManager Init Complete [2026-05-06,13:54:18.052] [INFO] Initializing GPS... [2026-05-06,13:54:18.054] [INFO] Starting location capture [2026-05-06,13:54:55.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:54:55.985] [INFO] LocationSqlManager initialising [2026-05-06,13:54:55.986] [INFO] Location DB initialising [2026-05-06,13:54:55.997] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:54:55.998] [DEBUG] UploadManager Init [2026-05-06,13:54:55.999] [DEBUG] UploadManager Init Complete [2026-05-06,13:54:56.004] [INFO] Initializing GPS... [2026-05-06,13:54:56.007] [INFO] Starting location capture [2026-05-06,13:55:35.299] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:55:35.302] [INFO] LocationSqlManager initialising [2026-05-06,13:55:35.303] [INFO] Location DB initialising [2026-05-06,13:55:35.313] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:55:35.313] [DEBUG] UploadManager Init [2026-05-06,13:55:35.314] [DEBUG] UploadManager Init Complete [2026-05-06,13:55:35.316] [INFO] Initializing GPS... [2026-05-06,13:55:35.318] [INFO] Starting location capture [2026-05-06,13:56:11.446] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:56:11.450] [INFO] LocationSqlManager initialising [2026-05-06,13:56:11.451] [INFO] Location DB initialising [2026-05-06,13:56:11.460] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:56:11.461] [DEBUG] UploadManager Init [2026-05-06,13:56:11.461] [DEBUG] UploadManager Init Complete [2026-05-06,13:56:11.464] [INFO] Initializing GPS... [2026-05-06,13:56:11.466] [INFO] Starting location capture [2026-05-06,13:56:49.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:56:49.748] [INFO] LocationSqlManager initialising [2026-05-06,13:56:49.749] [INFO] Location DB initialising [2026-05-06,13:56:49.760] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:56:49.761] [DEBUG] UploadManager Init [2026-05-06,13:56:49.762] [DEBUG] UploadManager Init Complete [2026-05-06,13:56:49.766] [INFO] Initializing GPS... [2026-05-06,13:56:49.769] [INFO] Starting location capture [2026-05-06,13:57:27.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:57:27.941] [INFO] LocationSqlManager initialising [2026-05-06,13:57:27.942] [INFO] Location DB initialising [2026-05-06,13:57:27.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:57:27.956] [DEBUG] UploadManager Init [2026-05-06,13:57:27.957] [DEBUG] UploadManager Init Complete [2026-05-06,13:57:27.961] [INFO] Initializing GPS... [2026-05-06,13:57:27.964] [INFO] Starting location capture [2026-05-06,13:58:07.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:58:07.295] [INFO] LocationSqlManager initialising [2026-05-06,13:58:07.296] [INFO] Location DB initialising [2026-05-06,13:58:07.306] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:58:07.306] [DEBUG] UploadManager Init [2026-05-06,13:58:07.307] [DEBUG] UploadManager Init Complete [2026-05-06,13:58:07.310] [INFO] Initializing GPS... [2026-05-06,13:58:07.311] [INFO] Starting location capture [2026-05-06,13:58:46.253] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:58:46.257] [INFO] LocationSqlManager initialising [2026-05-06,13:58:46.257] [INFO] Location DB initialising [2026-05-06,13:58:46.267] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:58:46.267] [DEBUG] UploadManager Init [2026-05-06,13:58:46.268] [DEBUG] UploadManager Init Complete [2026-05-06,13:58:46.270] [INFO] Initializing GPS... [2026-05-06,13:58:46.272] [INFO] Starting location capture [2026-05-06,13:59:24.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,13:59:24.359] [INFO] LocationSqlManager initialising [2026-05-06,13:59:24.360] [INFO] Location DB initialising [2026-05-06,13:59:24.369] [INFO] LocationSqlManager initialisation complete [2026-05-06,13:59:24.370] [DEBUG] UploadManager Init [2026-05-06,13:59:24.370] [DEBUG] UploadManager Init Complete [2026-05-06,13:59:24.373] [INFO] Initializing GPS... [2026-05-06,13:59:24.375] [INFO] Starting location capture [2026-05-06,14:00:03.350] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:00:03.355] [INFO] LocationSqlManager initialising [2026-05-06,14:00:03.356] [INFO] Location DB initialising [2026-05-06,14:00:03.365] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:00:03.366] [DEBUG] UploadManager Init [2026-05-06,14:00:03.366] [DEBUG] UploadManager Init Complete [2026-05-06,14:00:03.369] [INFO] Initializing GPS... [2026-05-06,14:00:03.371] [INFO] Starting location capture [2026-05-06,14:00:42.040] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:00:42.045] [INFO] LocationSqlManager initialising [2026-05-06,14:00:42.045] [INFO] Location DB initialising [2026-05-06,14:00:42.054] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:00:42.055] [DEBUG] UploadManager Init [2026-05-06,14:00:42.055] [DEBUG] UploadManager Init Complete [2026-05-06,14:00:42.058] [INFO] Initializing GPS... [2026-05-06,14:00:42.060] [INFO] Starting location capture [2026-05-06,14:01:16.917] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:01:16.924] [INFO] LocationSqlManager initialising [2026-05-06,14:01:16.925] [INFO] Location DB initialising [2026-05-06,14:01:16.936] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:01:16.938] [DEBUG] UploadManager Init [2026-05-06,14:01:16.938] [DEBUG] UploadManager Init Complete [2026-05-06,14:01:16.943] [INFO] Initializing GPS... [2026-05-06,14:01:16.946] [INFO] Starting location capture [2026-05-06,14:01:54.793] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:01:54.798] [INFO] LocationSqlManager initialising [2026-05-06,14:01:54.798] [INFO] Location DB initialising [2026-05-06,14:01:54.807] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:01:54.808] [DEBUG] UploadManager Init [2026-05-06,14:01:54.808] [DEBUG] UploadManager Init Complete [2026-05-06,14:01:54.811] [INFO] Initializing GPS... [2026-05-06,14:01:54.813] [INFO] Starting location capture [2026-05-06,14:02:29.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:02:29.117] [INFO] LocationSqlManager initialising [2026-05-06,14:02:29.117] [INFO] Location DB initialising [2026-05-06,14:02:29.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:02:29.127] [DEBUG] UploadManager Init [2026-05-06,14:02:29.128] [DEBUG] UploadManager Init Complete [2026-05-06,14:02:29.130] [INFO] Initializing GPS... [2026-05-06,14:02:29.132] [INFO] Starting location capture [2026-05-06,14:03:07.901] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:03:07.907] [INFO] LocationSqlManager initialising [2026-05-06,14:03:07.907] [INFO] Location DB initialising [2026-05-06,14:03:07.916] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:03:07.917] [DEBUG] UploadManager Init [2026-05-06,14:03:07.918] [DEBUG] UploadManager Init Complete [2026-05-06,14:03:07.920] [INFO] Initializing GPS... [2026-05-06,14:03:07.922] [INFO] Starting location capture [2026-05-06,14:03:47.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:03:47.057] [INFO] LocationSqlManager initialising [2026-05-06,14:03:47.058] [INFO] Location DB initialising [2026-05-06,14:03:47.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:03:47.067] [DEBUG] UploadManager Init [2026-05-06,14:03:47.068] [DEBUG] UploadManager Init Complete [2026-05-06,14:03:47.071] [INFO] Initializing GPS... [2026-05-06,14:03:47.073] [INFO] Starting location capture [2026-05-06,14:04:26.486] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:04:26.491] [INFO] LocationSqlManager initialising [2026-05-06,14:04:26.493] [INFO] Location DB initialising [2026-05-06,14:04:26.505] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:04:26.507] [DEBUG] UploadManager Init [2026-05-06,14:04:26.508] [DEBUG] UploadManager Init Complete [2026-05-06,14:04:26.515] [INFO] Initializing GPS... [2026-05-06,14:04:26.521] [INFO] Starting location capture [2026-05-06,14:05:05.344] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:05:05.350] [INFO] LocationSqlManager initialising [2026-05-06,14:05:05.350] [INFO] Location DB initialising [2026-05-06,14:05:05.360] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:05:05.361] [DEBUG] UploadManager Init [2026-05-06,14:05:05.362] [DEBUG] UploadManager Init Complete [2026-05-06,14:05:05.365] [INFO] Initializing GPS... [2026-05-06,14:05:05.368] [INFO] Starting location capture [2026-05-06,14:05:42.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:05:42.974] [INFO] LocationSqlManager initialising [2026-05-06,14:05:42.974] [INFO] Location DB initialising [2026-05-06,14:05:42.984] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:05:42.984] [DEBUG] UploadManager Init [2026-05-06,14:05:42.985] [DEBUG] UploadManager Init Complete [2026-05-06,14:05:42.987] [INFO] Initializing GPS... [2026-05-06,14:05:42.989] [INFO] Starting location capture [2026-05-06,14:06:22.935] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:06:22.940] [INFO] LocationSqlManager initialising [2026-05-06,14:06:22.941] [INFO] Location DB initialising [2026-05-06,14:06:22.950] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:06:22.951] [DEBUG] UploadManager Init [2026-05-06,14:06:22.952] [DEBUG] UploadManager Init Complete [2026-05-06,14:06:22.954] [INFO] Initializing GPS... [2026-05-06,14:06:22.957] [INFO] Starting location capture [2026-05-06,14:07:00.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:07:00.928] [INFO] LocationSqlManager initialising [2026-05-06,14:07:00.929] [INFO] Location DB initialising [2026-05-06,14:07:00.938] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:07:00.938] [DEBUG] UploadManager Init [2026-05-06,14:07:00.939] [DEBUG] UploadManager Init Complete [2026-05-06,14:07:00.941] [INFO] Initializing GPS... [2026-05-06,14:07:00.943] [INFO] Starting location capture [2026-05-06,14:07:40.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:07:40.034] [INFO] LocationSqlManager initialising [2026-05-06,14:07:40.035] [INFO] Location DB initialising [2026-05-06,14:07:40.044] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:07:40.045] [DEBUG] UploadManager Init [2026-05-06,14:07:40.045] [DEBUG] UploadManager Init Complete [2026-05-06,14:07:40.048] [INFO] Initializing GPS... [2026-05-06,14:07:40.050] [INFO] Starting location capture [2026-05-06,14:08:18.225] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:08:18.230] [INFO] LocationSqlManager initialising [2026-05-06,14:08:18.230] [INFO] Location DB initialising [2026-05-06,14:08:18.240] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:08:18.241] [DEBUG] UploadManager Init [2026-05-06,14:08:18.241] [DEBUG] UploadManager Init Complete [2026-05-06,14:08:18.243] [INFO] Initializing GPS... [2026-05-06,14:08:18.245] [INFO] Starting location capture [2026-05-06,14:08:56.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:08:56.723] [INFO] LocationSqlManager initialising [2026-05-06,14:08:56.724] [INFO] Location DB initialising [2026-05-06,14:08:56.734] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:08:56.735] [DEBUG] UploadManager Init [2026-05-06,14:08:56.735] [DEBUG] UploadManager Init Complete [2026-05-06,14:08:56.738] [INFO] Initializing GPS... [2026-05-06,14:08:56.740] [INFO] Starting location capture [2026-05-06,14:09:36.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:09:36.034] [INFO] LocationSqlManager initialising [2026-05-06,14:09:36.035] [INFO] Location DB initialising [2026-05-06,14:09:36.044] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:09:36.045] [DEBUG] UploadManager Init [2026-05-06,14:09:36.045] [DEBUG] UploadManager Init Complete [2026-05-06,14:09:36.048] [INFO] Initializing GPS... [2026-05-06,14:09:36.050] [INFO] Starting location capture [2026-05-06,14:10:15.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:10:15.008] [INFO] LocationSqlManager initialising [2026-05-06,14:10:15.009] [INFO] Location DB initialising [2026-05-06,14:10:15.018] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:10:15.019] [DEBUG] UploadManager Init [2026-05-06,14:10:15.019] [DEBUG] UploadManager Init Complete [2026-05-06,14:10:15.022] [INFO] Initializing GPS... [2026-05-06,14:10:15.024] [INFO] Starting location capture [2026-05-06,14:10:53.552] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:10:53.560] [INFO] LocationSqlManager initialising [2026-05-06,14:10:53.561] [INFO] Location DB initialising [2026-05-06,14:10:53.572] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:10:53.573] [DEBUG] UploadManager Init [2026-05-06,14:10:53.574] [DEBUG] UploadManager Init Complete [2026-05-06,14:10:53.578] [INFO] Initializing GPS... [2026-05-06,14:10:53.581] [INFO] Starting location capture [2026-05-06,14:11:31.700] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:11:31.706] [INFO] LocationSqlManager initialising [2026-05-06,14:11:31.707] [INFO] Location DB initialising [2026-05-06,14:11:31.718] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:11:31.719] [DEBUG] UploadManager Init [2026-05-06,14:11:31.720] [DEBUG] UploadManager Init Complete [2026-05-06,14:11:31.724] [INFO] Initializing GPS... [2026-05-06,14:11:31.727] [INFO] Starting location capture [2026-05-06,14:12:10.709] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:12:10.716] [INFO] LocationSqlManager initialising [2026-05-06,14:12:10.717] [INFO] Location DB initialising [2026-05-06,14:12:10.729] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:12:10.730] [DEBUG] UploadManager Init [2026-05-06,14:12:10.731] [DEBUG] UploadManager Init Complete [2026-05-06,14:12:10.735] [INFO] Initializing GPS... [2026-05-06,14:12:10.738] [INFO] Starting location capture [2026-05-06,14:12:49.327] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:12:49.334] [INFO] LocationSqlManager initialising [2026-05-06,14:12:49.335] [INFO] Location DB initialising [2026-05-06,14:12:49.346] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:12:49.348] [DEBUG] UploadManager Init [2026-05-06,14:12:49.348] [DEBUG] UploadManager Init Complete [2026-05-06,14:12:49.353] [INFO] Initializing GPS... [2026-05-06,14:12:49.356] [INFO] Starting location capture [2026-05-06,14:13:27.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:13:27.960] [INFO] LocationSqlManager initialising [2026-05-06,14:13:27.960] [INFO] Location DB initialising [2026-05-06,14:13:27.969] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:13:27.970] [DEBUG] UploadManager Init [2026-05-06,14:13:27.970] [DEBUG] UploadManager Init Complete [2026-05-06,14:13:27.973] [INFO] Initializing GPS... [2026-05-06,14:13:27.975] [INFO] Starting location capture [2026-05-06,14:14:06.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:14:06.917] [INFO] LocationSqlManager initialising [2026-05-06,14:14:06.918] [INFO] Location DB initialising [2026-05-06,14:14:06.928] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:14:06.929] [DEBUG] UploadManager Init [2026-05-06,14:14:06.929] [DEBUG] UploadManager Init Complete [2026-05-06,14:14:06.933] [INFO] Initializing GPS... [2026-05-06,14:14:06.935] [INFO] Starting location capture [2026-05-06,14:14:44.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:14:45.000] [INFO] LocationSqlManager initialising [2026-05-06,14:14:45.001] [INFO] Location DB initialising [2026-05-06,14:14:45.011] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:14:45.012] [DEBUG] UploadManager Init [2026-05-06,14:14:45.012] [DEBUG] UploadManager Init Complete [2026-05-06,14:14:45.016] [INFO] Initializing GPS... [2026-05-06,14:14:45.018] [INFO] Starting location capture [2026-05-06,14:15:24.394] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:15:24.400] [INFO] LocationSqlManager initialising [2026-05-06,14:15:24.400] [INFO] Location DB initialising [2026-05-06,14:15:24.409] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:15:24.410] [DEBUG] UploadManager Init [2026-05-06,14:15:24.410] [DEBUG] UploadManager Init Complete [2026-05-06,14:15:24.413] [INFO] Initializing GPS... [2026-05-06,14:15:24.415] [INFO] Starting location capture [2026-05-06,14:16:01.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:16:01.678] [INFO] LocationSqlManager initialising [2026-05-06,14:16:01.679] [INFO] Location DB initialising [2026-05-06,14:16:01.689] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:16:01.691] [DEBUG] UploadManager Init [2026-05-06,14:16:01.691] [DEBUG] UploadManager Init Complete [2026-05-06,14:16:01.696] [INFO] Initializing GPS... [2026-05-06,14:16:01.698] [INFO] Starting location capture [2026-05-06,14:16:40.361] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:16:40.368] [INFO] LocationSqlManager initialising [2026-05-06,14:16:40.369] [INFO] Location DB initialising [2026-05-06,14:16:40.380] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:16:40.381] [DEBUG] UploadManager Init [2026-05-06,14:16:40.382] [DEBUG] UploadManager Init Complete [2026-05-06,14:16:40.387] [INFO] Initializing GPS... [2026-05-06,14:16:40.390] [INFO] Starting location capture [2026-05-06,14:17:19.353] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:17:19.359] [INFO] LocationSqlManager initialising [2026-05-06,14:17:19.359] [INFO] Location DB initialising [2026-05-06,14:17:19.368] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:17:19.369] [DEBUG] UploadManager Init [2026-05-06,14:17:19.369] [DEBUG] UploadManager Init Complete [2026-05-06,14:17:19.372] [INFO] Initializing GPS... [2026-05-06,14:17:19.374] [INFO] Starting location capture [2026-05-06,14:17:57.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:17:57.923] [INFO] LocationSqlManager initialising [2026-05-06,14:17:57.924] [INFO] Location DB initialising [2026-05-06,14:17:57.935] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:17:57.937] [DEBUG] UploadManager Init [2026-05-06,14:17:57.937] [DEBUG] UploadManager Init Complete [2026-05-06,14:17:57.942] [INFO] Initializing GPS... [2026-05-06,14:17:57.945] [INFO] Starting location capture [2026-05-06,14:18:36.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:18:36.789] [INFO] LocationSqlManager initialising [2026-05-06,14:18:36.789] [INFO] Location DB initialising [2026-05-06,14:18:36.799] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:18:36.799] [DEBUG] UploadManager Init [2026-05-06,14:18:36.800] [DEBUG] UploadManager Init Complete [2026-05-06,14:18:36.803] [INFO] Initializing GPS... [2026-05-06,14:18:36.805] [INFO] Starting location capture [2026-05-06,14:19:16.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:19:16.021] [INFO] LocationSqlManager initialising [2026-05-06,14:19:16.022] [INFO] Location DB initialising [2026-05-06,14:19:16.033] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:19:16.034] [DEBUG] UploadManager Init [2026-05-06,14:19:16.035] [DEBUG] UploadManager Init Complete [2026-05-06,14:19:16.039] [INFO] Initializing GPS... [2026-05-06,14:19:16.043] [INFO] Starting location capture [2026-05-06,14:19:53.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:19:53.766] [INFO] LocationSqlManager initialising [2026-05-06,14:19:53.767] [INFO] Location DB initialising [2026-05-06,14:19:53.776] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:19:53.777] [DEBUG] UploadManager Init [2026-05-06,14:19:53.777] [DEBUG] UploadManager Init Complete [2026-05-06,14:19:53.780] [INFO] Initializing GPS... [2026-05-06,14:19:53.782] [INFO] Starting location capture [2026-05-06,14:20:32.344] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:20:32.351] [INFO] LocationSqlManager initialising [2026-05-06,14:20:32.352] [INFO] Location DB initialising [2026-05-06,14:20:32.363] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:20:32.364] [DEBUG] UploadManager Init [2026-05-06,14:20:32.365] [DEBUG] UploadManager Init Complete [2026-05-06,14:20:32.369] [INFO] Initializing GPS... [2026-05-06,14:20:32.372] [INFO] Starting location capture [2026-05-06,14:21:08.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:21:08.048] [INFO] LocationSqlManager initialising [2026-05-06,14:21:08.049] [INFO] Location DB initialising [2026-05-06,14:21:08.058] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:21:08.059] [DEBUG] UploadManager Init [2026-05-06,14:21:08.059] [DEBUG] UploadManager Init Complete [2026-05-06,14:21:08.062] [INFO] Initializing GPS... [2026-05-06,14:21:08.064] [INFO] Starting location capture [2026-05-06,14:21:46.092] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:21:46.098] [INFO] LocationSqlManager initialising [2026-05-06,14:21:46.099] [INFO] Location DB initialising [2026-05-06,14:21:46.110] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:21:46.111] [DEBUG] UploadManager Init [2026-05-06,14:21:46.111] [DEBUG] UploadManager Init Complete [2026-05-06,14:21:46.114] [INFO] Initializing GPS... [2026-05-06,14:21:46.117] [INFO] Starting location capture [2026-05-06,14:22:25.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:22:25.262] [INFO] LocationSqlManager initialising [2026-05-06,14:22:25.263] [INFO] Location DB initialising [2026-05-06,14:22:25.273] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:22:25.273] [DEBUG] UploadManager Init [2026-05-06,14:22:25.274] [DEBUG] UploadManager Init Complete [2026-05-06,14:22:25.277] [INFO] Initializing GPS... [2026-05-06,14:22:25.279] [INFO] Starting location capture [2026-05-06,14:23:05.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:23:05.367] [INFO] LocationSqlManager initialising [2026-05-06,14:23:05.368] [INFO] Location DB initialising [2026-05-06,14:23:05.378] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:23:05.380] [DEBUG] UploadManager Init [2026-05-06,14:23:05.380] [DEBUG] UploadManager Init Complete [2026-05-06,14:23:05.384] [INFO] Initializing GPS... [2026-05-06,14:23:05.387] [INFO] Starting location capture [2026-05-06,14:23:43.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:23:43.146] [INFO] LocationSqlManager initialising [2026-05-06,14:23:43.147] [INFO] Location DB initialising [2026-05-06,14:23:43.160] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:23:43.162] [DEBUG] UploadManager Init [2026-05-06,14:23:43.162] [DEBUG] UploadManager Init Complete [2026-05-06,14:23:43.166] [INFO] Initializing GPS... [2026-05-06,14:23:43.169] [INFO] Starting location capture [2026-05-06,14:24:21.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:24:21.957] [INFO] LocationSqlManager initialising [2026-05-06,14:24:21.958] [INFO] Location DB initialising [2026-05-06,14:24:21.967] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:24:21.968] [DEBUG] UploadManager Init [2026-05-06,14:24:21.968] [DEBUG] UploadManager Init Complete [2026-05-06,14:24:21.971] [INFO] Initializing GPS... [2026-05-06,14:24:21.973] [INFO] Starting location capture [2026-05-06,14:25:00.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:25:00.289] [INFO] LocationSqlManager initialising [2026-05-06,14:25:00.290] [INFO] Location DB initialising [2026-05-06,14:25:00.300] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:25:00.300] [DEBUG] UploadManager Init [2026-05-06,14:25:00.300] [DEBUG] UploadManager Init Complete [2026-05-06,14:25:00.303] [INFO] Initializing GPS... [2026-05-06,14:25:00.305] [INFO] Starting location capture [2026-05-06,14:25:37.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:25:37.959] [INFO] LocationSqlManager initialising [2026-05-06,14:25:37.960] [INFO] Location DB initialising [2026-05-06,14:25:37.969] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:25:37.970] [DEBUG] UploadManager Init [2026-05-06,14:25:37.970] [DEBUG] UploadManager Init Complete [2026-05-06,14:25:37.973] [INFO] Initializing GPS... [2026-05-06,14:25:37.975] [INFO] Starting location capture [2026-05-06,14:26:16.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:26:16.850] [INFO] LocationSqlManager initialising [2026-05-06,14:26:16.851] [INFO] Location DB initialising [2026-05-06,14:26:16.867] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:26:16.868] [DEBUG] UploadManager Init [2026-05-06,14:26:16.869] [DEBUG] UploadManager Init Complete [2026-05-06,14:26:16.873] [INFO] Initializing GPS... [2026-05-06,14:26:16.876] [INFO] Starting location capture [2026-05-06,14:26:55.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:26:55.864] [INFO] LocationSqlManager initialising [2026-05-06,14:26:55.865] [INFO] Location DB initialising [2026-05-06,14:26:55.874] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:26:55.875] [DEBUG] UploadManager Init [2026-05-06,14:26:55.875] [DEBUG] UploadManager Init Complete [2026-05-06,14:26:55.878] [INFO] Initializing GPS... [2026-05-06,14:26:55.880] [INFO] Starting location capture [2026-05-06,14:27:34.188] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:27:34.193] [INFO] LocationSqlManager initialising [2026-05-06,14:27:34.193] [INFO] Location DB initialising [2026-05-06,14:27:34.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:27:34.203] [DEBUG] UploadManager Init [2026-05-06,14:27:34.204] [DEBUG] UploadManager Init Complete [2026-05-06,14:27:34.206] [INFO] Initializing GPS... [2026-05-06,14:27:34.208] [INFO] Starting location capture [2026-05-06,14:28:13.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:28:13.134] [INFO] LocationSqlManager initialising [2026-05-06,14:28:13.135] [INFO] Location DB initialising [2026-05-06,14:28:13.144] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:28:13.145] [DEBUG] UploadManager Init [2026-05-06,14:28:13.145] [DEBUG] UploadManager Init Complete [2026-05-06,14:28:13.148] [INFO] Initializing GPS... [2026-05-06,14:28:13.150] [INFO] Starting location capture [2026-05-06,14:28:50.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:28:50.869] [INFO] LocationSqlManager initialising [2026-05-06,14:28:50.869] [INFO] Location DB initialising [2026-05-06,14:28:50.879] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:28:50.879] [DEBUG] UploadManager Init [2026-05-06,14:28:50.880] [DEBUG] UploadManager Init Complete [2026-05-06,14:28:50.882] [INFO] Initializing GPS... [2026-05-06,14:28:50.884] [INFO] Starting location capture [2026-05-06,14:29:29.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:29:29.953] [INFO] LocationSqlManager initialising [2026-05-06,14:29:29.954] [INFO] Location DB initialising [2026-05-06,14:29:29.968] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:29:29.970] [DEBUG] UploadManager Init [2026-05-06,14:29:29.971] [DEBUG] UploadManager Init Complete [2026-05-06,14:29:29.978] [INFO] Initializing GPS... [2026-05-06,14:29:29.981] [INFO] Starting location capture [2026-05-06,14:30:07.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:30:07.939] [INFO] LocationSqlManager initialising [2026-05-06,14:30:07.940] [INFO] Location DB initialising [2026-05-06,14:30:07.951] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:30:07.952] [DEBUG] UploadManager Init [2026-05-06,14:30:07.953] [DEBUG] UploadManager Init Complete [2026-05-06,14:30:07.957] [INFO] Initializing GPS... [2026-05-06,14:30:07.960] [INFO] Starting location capture [2026-05-06,14:30:46.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:30:46.951] [INFO] LocationSqlManager initialising [2026-05-06,14:30:46.952] [INFO] Location DB initialising [2026-05-06,14:30:46.961] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:30:46.962] [DEBUG] UploadManager Init [2026-05-06,14:30:46.962] [DEBUG] UploadManager Init Complete [2026-05-06,14:30:46.965] [INFO] Initializing GPS... [2026-05-06,14:30:46.967] [INFO] Starting location capture [2026-05-06,14:31:25.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:31:25.967] [INFO] LocationSqlManager initialising [2026-05-06,14:31:25.968] [INFO] Location DB initialising [2026-05-06,14:31:25.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:31:25.979] [DEBUG] UploadManager Init [2026-05-06,14:31:25.979] [DEBUG] UploadManager Init Complete [2026-05-06,14:31:25.982] [INFO] Initializing GPS... [2026-05-06,14:31:25.984] [INFO] Starting location capture [2026-05-06,14:32:03.770] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:32:03.776] [INFO] LocationSqlManager initialising [2026-05-06,14:32:03.776] [INFO] Location DB initialising [2026-05-06,14:32:03.787] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:32:03.788] [DEBUG] UploadManager Init [2026-05-06,14:32:03.789] [DEBUG] UploadManager Init Complete [2026-05-06,14:32:03.792] [INFO] Initializing GPS... [2026-05-06,14:32:03.795] [INFO] Starting location capture [2026-05-06,14:32:43.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:32:43.057] [INFO] LocationSqlManager initialising [2026-05-06,14:32:43.058] [INFO] Location DB initialising [2026-05-06,14:32:43.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:32:43.070] [DEBUG] UploadManager Init [2026-05-06,14:32:43.071] [DEBUG] UploadManager Init Complete [2026-05-06,14:32:43.075] [INFO] Initializing GPS... [2026-05-06,14:32:43.078] [INFO] Starting location capture [2026-05-06,14:33:22.342] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:33:22.350] [INFO] LocationSqlManager initialising [2026-05-06,14:33:22.351] [INFO] Location DB initialising [2026-05-06,14:33:22.362] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:33:22.363] [DEBUG] UploadManager Init [2026-05-06,14:33:22.364] [DEBUG] UploadManager Init Complete [2026-05-06,14:33:22.368] [INFO] Initializing GPS... [2026-05-06,14:33:22.371] [INFO] Starting location capture [2026-05-06,14:34:00.646] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:34:00.653] [INFO] LocationSqlManager initialising [2026-05-06,14:34:00.654] [INFO] Location DB initialising [2026-05-06,14:34:00.665] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:34:00.666] [DEBUG] UploadManager Init [2026-05-06,14:34:00.666] [DEBUG] UploadManager Init Complete [2026-05-06,14:34:00.670] [INFO] Initializing GPS... [2026-05-06,14:34:00.674] [INFO] Starting location capture [2026-05-06,14:34:39.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:34:39.233] [INFO] LocationSqlManager initialising [2026-05-06,14:34:39.234] [INFO] Location DB initialising [2026-05-06,14:34:39.243] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:34:39.244] [DEBUG] UploadManager Init [2026-05-06,14:34:39.244] [DEBUG] UploadManager Init Complete [2026-05-06,14:34:39.247] [INFO] Initializing GPS... [2026-05-06,14:34:39.249] [INFO] Starting location capture [2026-05-06,14:35:17.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:35:17.810] [INFO] LocationSqlManager initialising [2026-05-06,14:35:17.811] [INFO] Location DB initialising [2026-05-06,14:35:17.821] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:35:17.822] [DEBUG] UploadManager Init [2026-05-06,14:35:17.823] [DEBUG] UploadManager Init Complete [2026-05-06,14:35:17.826] [INFO] Initializing GPS... [2026-05-06,14:35:17.828] [INFO] Starting location capture [2026-05-06,14:35:56.350] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:35:56.355] [INFO] LocationSqlManager initialising [2026-05-06,14:35:56.356] [INFO] Location DB initialising [2026-05-06,14:35:56.365] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:35:56.366] [DEBUG] UploadManager Init [2026-05-06,14:35:56.366] [DEBUG] UploadManager Init Complete [2026-05-06,14:35:56.369] [INFO] Initializing GPS... [2026-05-06,14:35:56.371] [INFO] Starting location capture [2026-05-06,14:36:35.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:36:35.220] [INFO] LocationSqlManager initialising [2026-05-06,14:36:35.221] [INFO] Location DB initialising [2026-05-06,14:36:35.236] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:36:35.237] [DEBUG] UploadManager Init [2026-05-06,14:36:35.238] [DEBUG] UploadManager Init Complete [2026-05-06,14:36:35.242] [INFO] Initializing GPS... [2026-05-06,14:36:35.245] [INFO] Starting location capture [2026-05-06,14:37:14.409] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:37:14.413] [INFO] LocationSqlManager initialising [2026-05-06,14:37:14.414] [INFO] Location DB initialising [2026-05-06,14:37:14.424] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:37:14.424] [DEBUG] UploadManager Init [2026-05-06,14:37:14.425] [DEBUG] UploadManager Init Complete [2026-05-06,14:37:14.427] [INFO] Initializing GPS... [2026-05-06,14:37:14.429] [INFO] Starting location capture [2026-05-06,14:37:51.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:37:51.772] [INFO] LocationSqlManager initialising [2026-05-06,14:37:51.773] [INFO] Location DB initialising [2026-05-06,14:37:51.782] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:37:51.782] [DEBUG] UploadManager Init [2026-05-06,14:37:51.783] [DEBUG] UploadManager Init Complete [2026-05-06,14:37:51.785] [INFO] Initializing GPS... [2026-05-06,14:37:51.787] [INFO] Starting location capture [2026-05-06,14:38:27.565] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:38:27.572] [INFO] LocationSqlManager initialising [2026-05-06,14:38:27.573] [INFO] Location DB initialising [2026-05-06,14:38:27.584] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:38:27.584] [DEBUG] UploadManager Init [2026-05-06,14:38:27.585] [DEBUG] UploadManager Init Complete [2026-05-06,14:38:27.588] [INFO] Initializing GPS... [2026-05-06,14:38:27.591] [INFO] Starting location capture [2026-05-06,14:39:05.766] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:39:05.773] [INFO] LocationSqlManager initialising [2026-05-06,14:39:05.774] [INFO] Location DB initialising [2026-05-06,14:39:05.783] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:39:05.784] [DEBUG] UploadManager Init [2026-05-06,14:39:05.785] [DEBUG] UploadManager Init Complete [2026-05-06,14:39:05.788] [INFO] Initializing GPS... [2026-05-06,14:39:05.790] [INFO] Starting location capture [2026-05-06,14:39:43.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:39:43.968] [INFO] LocationSqlManager initialising [2026-05-06,14:39:43.969] [INFO] Location DB initialising [2026-05-06,14:39:43.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:39:43.979] [DEBUG] UploadManager Init [2026-05-06,14:39:43.979] [DEBUG] UploadManager Init Complete [2026-05-06,14:39:43.982] [INFO] Initializing GPS... [2026-05-06,14:39:43.984] [INFO] Starting location capture [2026-05-06,14:40:23.473] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:40:23.476] [INFO] LocationSqlManager initialising [2026-05-06,14:40:23.477] [INFO] Location DB initialising [2026-05-06,14:40:23.487] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:40:23.487] [DEBUG] UploadManager Init [2026-05-06,14:40:23.488] [DEBUG] UploadManager Init Complete [2026-05-06,14:40:23.490] [INFO] Initializing GPS... [2026-05-06,14:40:23.492] [INFO] Starting location capture [2026-05-06,14:41:03.310] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:41:03.315] [INFO] LocationSqlManager initialising [2026-05-06,14:41:03.316] [INFO] Location DB initialising [2026-05-06,14:41:03.325] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:41:03.326] [DEBUG] UploadManager Init [2026-05-06,14:41:03.326] [DEBUG] UploadManager Init Complete [2026-05-06,14:41:03.329] [INFO] Initializing GPS... [2026-05-06,14:41:03.331] [INFO] Starting location capture [2026-05-06,14:41:43.487] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:41:43.492] [INFO] LocationSqlManager initialising [2026-05-06,14:41:43.492] [INFO] Location DB initialising [2026-05-06,14:41:43.502] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:41:43.502] [DEBUG] UploadManager Init [2026-05-06,14:41:43.503] [DEBUG] UploadManager Init Complete [2026-05-06,14:41:43.505] [INFO] Initializing GPS... [2026-05-06,14:41:43.507] [INFO] Starting location capture [2026-05-06,14:42:21.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:42:21.076] [INFO] LocationSqlManager initialising [2026-05-06,14:42:21.077] [INFO] Location DB initialising [2026-05-06,14:42:21.086] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:42:21.086] [DEBUG] UploadManager Init [2026-05-06,14:42:21.087] [DEBUG] UploadManager Init Complete [2026-05-06,14:42:21.089] [INFO] Initializing GPS... [2026-05-06,14:42:21.091] [INFO] Starting location capture [2026-05-06,14:42:59.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:42:59.939] [INFO] LocationSqlManager initialising [2026-05-06,14:42:59.940] [INFO] Location DB initialising [2026-05-06,14:42:59.952] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:42:59.953] [DEBUG] UploadManager Init [2026-05-06,14:42:59.954] [DEBUG] UploadManager Init Complete [2026-05-06,14:42:59.958] [INFO] Initializing GPS... [2026-05-06,14:42:59.961] [INFO] Starting location capture [2026-05-06,14:43:39.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:43:39.243] [INFO] LocationSqlManager initialising [2026-05-06,14:43:39.243] [INFO] Location DB initialising [2026-05-06,14:43:39.253] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:43:39.253] [DEBUG] UploadManager Init [2026-05-06,14:43:39.254] [DEBUG] UploadManager Init Complete [2026-05-06,14:43:39.257] [INFO] Initializing GPS... [2026-05-06,14:43:39.259] [INFO] Starting location capture [2026-05-06,14:44:17.949] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:44:17.954] [INFO] LocationSqlManager initialising [2026-05-06,14:44:17.954] [INFO] Location DB initialising [2026-05-06,14:44:17.964] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:44:17.965] [DEBUG] UploadManager Init [2026-05-06,14:44:17.965] [DEBUG] UploadManager Init Complete [2026-05-06,14:44:17.968] [INFO] Initializing GPS... [2026-05-06,14:44:17.970] [INFO] Starting location capture [2026-05-06,14:44:58.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:44:58.090] [INFO] LocationSqlManager initialising [2026-05-06,14:44:58.091] [INFO] Location DB initialising [2026-05-06,14:44:58.102] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:44:58.103] [DEBUG] UploadManager Init [2026-05-06,14:44:58.104] [DEBUG] UploadManager Init Complete [2026-05-06,14:44:58.108] [INFO] Initializing GPS... [2026-05-06,14:44:58.111] [INFO] Starting location capture [2026-05-06,14:45:36.820] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:45:36.828] [INFO] LocationSqlManager initialising [2026-05-06,14:45:36.829] [INFO] Location DB initialising [2026-05-06,14:45:36.840] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:45:36.841] [DEBUG] UploadManager Init [2026-05-06,14:45:36.841] [DEBUG] UploadManager Init Complete [2026-05-06,14:45:36.846] [INFO] Initializing GPS... [2026-05-06,14:45:36.849] [INFO] Starting location capture [2026-05-06,14:46:15.839] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:46:15.847] [INFO] LocationSqlManager initialising [2026-05-06,14:46:15.848] [INFO] Location DB initialising [2026-05-06,14:46:15.859] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:46:15.860] [DEBUG] UploadManager Init [2026-05-06,14:46:15.861] [DEBUG] UploadManager Init Complete [2026-05-06,14:46:15.865] [INFO] Initializing GPS... [2026-05-06,14:46:15.868] [INFO] Starting location capture [2026-05-06,14:46:55.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:46:55.162] [INFO] LocationSqlManager initialising [2026-05-06,14:46:55.163] [INFO] Location DB initialising [2026-05-06,14:46:55.174] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:46:55.175] [DEBUG] UploadManager Init [2026-05-06,14:46:55.176] [DEBUG] UploadManager Init Complete [2026-05-06,14:46:55.179] [INFO] Initializing GPS... [2026-05-06,14:46:55.181] [INFO] Starting location capture [2026-05-06,14:47:29.348] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:47:29.354] [INFO] LocationSqlManager initialising [2026-05-06,14:47:29.354] [INFO] Location DB initialising [2026-05-06,14:47:29.365] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:47:29.366] [DEBUG] UploadManager Init [2026-05-06,14:47:29.367] [DEBUG] UploadManager Init Complete [2026-05-06,14:47:29.370] [INFO] Initializing GPS... [2026-05-06,14:47:29.372] [INFO] Starting location capture [2026-05-06,14:48:07.944] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:48:07.950] [INFO] LocationSqlManager initialising [2026-05-06,14:48:07.951] [INFO] Location DB initialising [2026-05-06,14:48:07.961] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:48:07.961] [DEBUG] UploadManager Init [2026-05-06,14:48:07.962] [DEBUG] UploadManager Init Complete [2026-05-06,14:48:07.965] [INFO] Initializing GPS... [2026-05-06,14:48:07.967] [INFO] Starting location capture [2026-05-06,14:48:46.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:48:46.834] [INFO] LocationSqlManager initialising [2026-05-06,14:48:46.835] [INFO] Location DB initialising [2026-05-06,14:48:46.847] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:48:46.848] [DEBUG] UploadManager Init [2026-05-06,14:48:46.849] [DEBUG] UploadManager Init Complete [2026-05-06,14:48:46.854] [INFO] Initializing GPS... [2026-05-06,14:48:46.857] [INFO] Starting location capture [2026-05-06,14:49:25.678] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:49:25.684] [INFO] LocationSqlManager initialising [2026-05-06,14:49:25.685] [INFO] Location DB initialising [2026-05-06,14:49:25.695] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:49:25.696] [DEBUG] UploadManager Init [2026-05-06,14:49:25.696] [DEBUG] UploadManager Init Complete [2026-05-06,14:49:25.699] [INFO] Initializing GPS... [2026-05-06,14:49:25.703] [INFO] Starting location capture [2026-05-06,14:50:05.292] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:50:05.298] [INFO] LocationSqlManager initialising [2026-05-06,14:50:05.298] [INFO] Location DB initialising [2026-05-06,14:50:05.310] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:50:05.311] [DEBUG] UploadManager Init [2026-05-06,14:50:05.312] [DEBUG] UploadManager Init Complete [2026-05-06,14:50:05.316] [INFO] Initializing GPS... [2026-05-06,14:50:05.319] [INFO] Starting location capture [2026-05-06,14:50:44.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:50:44.205] [INFO] LocationSqlManager initialising [2026-05-06,14:50:44.205] [INFO] Location DB initialising [2026-05-06,14:50:44.214] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:50:44.215] [DEBUG] UploadManager Init [2026-05-06,14:50:44.215] [DEBUG] UploadManager Init Complete [2026-05-06,14:50:44.218] [INFO] Initializing GPS... [2026-05-06,14:50:44.220] [INFO] Starting location capture [2026-05-06,14:51:22.182] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:51:22.190] [INFO] LocationSqlManager initialising [2026-05-06,14:51:22.191] [INFO] Location DB initialising [2026-05-06,14:51:22.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:51:22.203] [DEBUG] UploadManager Init [2026-05-06,14:51:22.204] [DEBUG] UploadManager Init Complete [2026-05-06,14:51:22.208] [INFO] Initializing GPS... [2026-05-06,14:51:22.211] [INFO] Starting location capture [2026-05-06,14:52:01.450] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:52:01.457] [INFO] LocationSqlManager initialising [2026-05-06,14:52:01.458] [INFO] Location DB initialising [2026-05-06,14:52:01.469] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:52:01.471] [DEBUG] UploadManager Init [2026-05-06,14:52:01.471] [DEBUG] UploadManager Init Complete [2026-05-06,14:52:01.476] [INFO] Initializing GPS... [2026-05-06,14:52:01.479] [INFO] Starting location capture [2026-05-06,14:52:40.151] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:52:40.155] [INFO] LocationSqlManager initialising [2026-05-06,14:52:40.155] [INFO] Location DB initialising [2026-05-06,14:52:40.165] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:52:40.165] [DEBUG] UploadManager Init [2026-05-06,14:52:40.166] [DEBUG] UploadManager Init Complete [2026-05-06,14:52:40.168] [INFO] Initializing GPS... [2026-05-06,14:52:40.170] [INFO] Starting location capture [2026-05-06,14:53:19.036] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:53:19.042] [INFO] LocationSqlManager initialising [2026-05-06,14:53:19.042] [INFO] Location DB initialising [2026-05-06,14:53:19.053] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:53:19.053] [DEBUG] UploadManager Init [2026-05-06,14:53:19.054] [DEBUG] UploadManager Init Complete [2026-05-06,14:53:19.057] [INFO] Initializing GPS... [2026-05-06,14:53:19.059] [INFO] Starting location capture [2026-05-06,14:53:57.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:53:57.129] [INFO] LocationSqlManager initialising [2026-05-06,14:53:57.130] [INFO] Location DB initialising [2026-05-06,14:53:57.140] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:53:57.141] [DEBUG] UploadManager Init [2026-05-06,14:53:57.142] [DEBUG] UploadManager Init Complete [2026-05-06,14:53:57.145] [INFO] Initializing GPS... [2026-05-06,14:53:57.147] [INFO] Starting location capture [2026-05-06,14:54:36.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:54:36.098] [INFO] LocationSqlManager initialising [2026-05-06,14:54:36.099] [INFO] Location DB initialising [2026-05-06,14:54:36.108] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:54:36.109] [DEBUG] UploadManager Init [2026-05-06,14:54:36.109] [DEBUG] UploadManager Init Complete [2026-05-06,14:54:36.112] [INFO] Initializing GPS... [2026-05-06,14:54:36.114] [INFO] Starting location capture [2026-05-06,14:55:14.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:55:14.817] [INFO] LocationSqlManager initialising [2026-05-06,14:55:14.818] [INFO] Location DB initialising [2026-05-06,14:55:14.827] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:55:14.828] [DEBUG] UploadManager Init [2026-05-06,14:55:14.828] [DEBUG] UploadManager Init Complete [2026-05-06,14:55:14.831] [INFO] Initializing GPS... [2026-05-06,14:55:14.833] [INFO] Starting location capture [2026-05-06,14:55:52.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:55:52.914] [INFO] LocationSqlManager initialising [2026-05-06,14:55:52.915] [INFO] Location DB initialising [2026-05-06,14:55:52.925] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:55:52.926] [DEBUG] UploadManager Init [2026-05-06,14:55:52.927] [DEBUG] UploadManager Init Complete [2026-05-06,14:55:52.930] [INFO] Initializing GPS... [2026-05-06,14:55:52.932] [INFO] Starting location capture [2026-05-06,14:56:31.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:56:31.783] [INFO] LocationSqlManager initialising [2026-05-06,14:56:31.784] [INFO] Location DB initialising [2026-05-06,14:56:31.794] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:56:31.795] [DEBUG] UploadManager Init [2026-05-06,14:56:31.795] [DEBUG] UploadManager Init Complete [2026-05-06,14:56:31.798] [INFO] Initializing GPS... [2026-05-06,14:56:31.800] [INFO] Starting location capture [2026-05-06,14:57:11.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:57:11.018] [INFO] LocationSqlManager initialising [2026-05-06,14:57:11.019] [INFO] Location DB initialising [2026-05-06,14:57:11.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:57:11.029] [DEBUG] UploadManager Init [2026-05-06,14:57:11.029] [DEBUG] UploadManager Init Complete [2026-05-06,14:57:11.032] [INFO] Initializing GPS... [2026-05-06,14:57:11.034] [INFO] Starting location capture [2026-05-06,14:57:49.143] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:57:49.151] [INFO] LocationSqlManager initialising [2026-05-06,14:57:49.152] [INFO] Location DB initialising [2026-05-06,14:57:49.162] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:57:49.164] [DEBUG] UploadManager Init [2026-05-06,14:57:49.164] [DEBUG] UploadManager Init Complete [2026-05-06,14:57:49.169] [INFO] Initializing GPS... [2026-05-06,14:57:49.172] [INFO] Starting location capture [2026-05-06,14:58:28.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:58:28.094] [INFO] LocationSqlManager initialising [2026-05-06,14:58:28.094] [INFO] Location DB initialising [2026-05-06,14:58:28.104] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:58:28.104] [DEBUG] UploadManager Init [2026-05-06,14:58:28.105] [DEBUG] UploadManager Init Complete [2026-05-06,14:58:28.107] [INFO] Initializing GPS... [2026-05-06,14:58:28.109] [INFO] Starting location capture [2026-05-06,14:59:06.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:59:06.781] [INFO] LocationSqlManager initialising [2026-05-06,14:59:06.782] [INFO] Location DB initialising [2026-05-06,14:59:06.793] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:59:06.794] [DEBUG] UploadManager Init [2026-05-06,14:59:06.795] [DEBUG] UploadManager Init Complete [2026-05-06,14:59:06.799] [INFO] Initializing GPS... [2026-05-06,14:59:06.802] [INFO] Starting location capture [2026-05-06,14:59:45.989] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,14:59:45.995] [INFO] LocationSqlManager initialising [2026-05-06,14:59:45.995] [INFO] Location DB initialising [2026-05-06,14:59:46.005] [INFO] LocationSqlManager initialisation complete [2026-05-06,14:59:46.006] [DEBUG] UploadManager Init [2026-05-06,14:59:46.006] [DEBUG] UploadManager Init Complete [2026-05-06,14:59:46.010] [INFO] Initializing GPS... [2026-05-06,14:59:46.012] [INFO] Starting location capture [2026-05-06,15:00:24.220] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:00:24.227] [INFO] LocationSqlManager initialising [2026-05-06,15:00:24.228] [INFO] Location DB initialising [2026-05-06,15:00:24.239] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:00:24.241] [DEBUG] UploadManager Init [2026-05-06,15:00:24.241] [DEBUG] UploadManager Init Complete [2026-05-06,15:00:24.245] [INFO] Initializing GPS... [2026-05-06,15:00:24.248] [INFO] Starting location capture [2026-05-06,15:01:03.569] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:01:03.577] [INFO] LocationSqlManager initialising [2026-05-06,15:01:03.578] [INFO] Location DB initialising [2026-05-06,15:01:03.590] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:01:03.591] [DEBUG] UploadManager Init [2026-05-06,15:01:03.592] [DEBUG] UploadManager Init Complete [2026-05-06,15:01:03.596] [INFO] Initializing GPS... [2026-05-06,15:01:03.599] [INFO] Starting location capture [2026-05-06,15:01:42.259] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:01:42.264] [INFO] LocationSqlManager initialising [2026-05-06,15:01:42.265] [INFO] Location DB initialising [2026-05-06,15:01:42.275] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:01:42.276] [DEBUG] UploadManager Init [2026-05-06,15:01:42.277] [DEBUG] UploadManager Init Complete [2026-05-06,15:01:42.280] [INFO] Initializing GPS... [2026-05-06,15:01:42.282] [INFO] Starting location capture [2026-05-06,15:02:19.930] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:02:19.935] [INFO] LocationSqlManager initialising [2026-05-06,15:02:19.936] [INFO] Location DB initialising [2026-05-06,15:02:19.945] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:02:19.946] [DEBUG] UploadManager Init [2026-05-06,15:02:19.946] [DEBUG] UploadManager Init Complete [2026-05-06,15:02:19.949] [INFO] Initializing GPS... [2026-05-06,15:02:19.951] [INFO] Starting location capture [2026-05-06,15:02:58.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:02:58.923] [INFO] LocationSqlManager initialising [2026-05-06,15:02:58.924] [INFO] Location DB initialising [2026-05-06,15:02:58.935] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:02:58.936] [DEBUG] UploadManager Init [2026-05-06,15:02:58.937] [DEBUG] UploadManager Init Complete [2026-05-06,15:02:58.942] [INFO] Initializing GPS... [2026-05-06,15:02:58.945] [INFO] Starting location capture [2026-05-06,15:03:33.329] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:03:33.338] [INFO] LocationSqlManager initialising [2026-05-06,15:03:33.339] [INFO] Location DB initialising [2026-05-06,15:03:33.350] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:03:33.352] [DEBUG] UploadManager Init [2026-05-06,15:03:33.352] [DEBUG] UploadManager Init Complete [2026-05-06,15:03:33.357] [INFO] Initializing GPS... [2026-05-06,15:03:33.360] [INFO] Starting location capture [2026-05-06,15:04:11.224] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:04:11.229] [INFO] LocationSqlManager initialising [2026-05-06,15:04:11.229] [INFO] Location DB initialising [2026-05-06,15:04:11.239] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:04:11.241] [DEBUG] UploadManager Init [2026-05-06,15:04:11.242] [DEBUG] UploadManager Init Complete [2026-05-06,15:04:11.246] [INFO] Initializing GPS... [2026-05-06,15:04:11.249] [INFO] Starting location capture [2026-05-06,15:04:46.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:04:46.344] [INFO] LocationSqlManager initialising [2026-05-06,15:04:46.345] [INFO] Location DB initialising [2026-05-06,15:04:46.356] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:04:46.357] [DEBUG] UploadManager Init [2026-05-06,15:04:46.358] [DEBUG] UploadManager Init Complete [2026-05-06,15:04:46.362] [INFO] Initializing GPS... [2026-05-06,15:04:46.365] [INFO] Starting location capture [2026-05-06,15:05:24.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:05:24.052] [INFO] LocationSqlManager initialising [2026-05-06,15:05:24.053] [INFO] Location DB initialising [2026-05-06,15:05:24.064] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:05:24.065] [DEBUG] UploadManager Init [2026-05-06,15:05:24.066] [DEBUG] UploadManager Init Complete [2026-05-06,15:05:24.070] [INFO] Initializing GPS... [2026-05-06,15:05:24.073] [INFO] Starting location capture [2026-05-06,15:06:03.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:06:03.285] [INFO] LocationSqlManager initialising [2026-05-06,15:06:03.286] [INFO] Location DB initialising [2026-05-06,15:06:03.295] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:06:03.296] [DEBUG] UploadManager Init [2026-05-06,15:06:03.296] [DEBUG] UploadManager Init Complete [2026-05-06,15:06:03.299] [INFO] Initializing GPS... [2026-05-06,15:06:03.301] [INFO] Starting location capture [2026-05-06,15:06:42.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:06:42.198] [INFO] LocationSqlManager initialising [2026-05-06,15:06:42.199] [INFO] Location DB initialising [2026-05-06,15:06:42.209] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:06:42.210] [DEBUG] UploadManager Init [2026-05-06,15:06:42.211] [DEBUG] UploadManager Init Complete [2026-05-06,15:06:42.216] [INFO] Initializing GPS... [2026-05-06,15:06:42.219] [INFO] Starting location capture [2026-05-06,15:07:19.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:07:19.826] [INFO] LocationSqlManager initialising [2026-05-06,15:07:19.827] [INFO] Location DB initialising [2026-05-06,15:07:19.839] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:07:19.840] [DEBUG] UploadManager Init [2026-05-06,15:07:19.841] [DEBUG] UploadManager Init Complete [2026-05-06,15:07:19.845] [INFO] Initializing GPS... [2026-05-06,15:07:19.849] [INFO] Starting location capture [2026-05-06,15:07:58.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:07:59.004] [INFO] LocationSqlManager initialising [2026-05-06,15:07:59.005] [INFO] Location DB initialising [2026-05-06,15:07:59.015] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:07:59.016] [DEBUG] UploadManager Init [2026-05-06,15:07:59.016] [DEBUG] UploadManager Init Complete [2026-05-06,15:07:59.020] [INFO] Initializing GPS... [2026-05-06,15:07:59.022] [INFO] Starting location capture [2026-05-06,15:08:37.114] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:08:37.121] [INFO] LocationSqlManager initialising [2026-05-06,15:08:37.121] [INFO] Location DB initialising [2026-05-06,15:08:37.133] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:08:37.134] [DEBUG] UploadManager Init [2026-05-06,15:08:37.134] [DEBUG] UploadManager Init Complete [2026-05-06,15:08:37.137] [INFO] Initializing GPS... [2026-05-06,15:08:37.140] [INFO] Starting location capture [2026-05-06,15:09:16.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:09:16.026] [INFO] LocationSqlManager initialising [2026-05-06,15:09:16.027] [INFO] Location DB initialising [2026-05-06,15:09:16.037] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:09:16.038] [DEBUG] UploadManager Init [2026-05-06,15:09:16.038] [DEBUG] UploadManager Init Complete [2026-05-06,15:09:16.041] [INFO] Initializing GPS... [2026-05-06,15:09:16.043] [INFO] Starting location capture [2026-05-06,15:09:54.789] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:09:54.794] [INFO] LocationSqlManager initialising [2026-05-06,15:09:54.795] [INFO] Location DB initialising [2026-05-06,15:09:54.804] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:09:54.805] [DEBUG] UploadManager Init [2026-05-06,15:09:54.805] [DEBUG] UploadManager Init Complete [2026-05-06,15:09:54.808] [INFO] Initializing GPS... [2026-05-06,15:09:54.810] [INFO] Starting location capture [2026-05-06,15:10:33.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:10:33.076] [INFO] LocationSqlManager initialising [2026-05-06,15:10:33.076] [INFO] Location DB initialising [2026-05-06,15:10:33.086] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:10:33.087] [DEBUG] UploadManager Init [2026-05-06,15:10:33.087] [DEBUG] UploadManager Init Complete [2026-05-06,15:10:33.090] [INFO] Initializing GPS... [2026-05-06,15:10:33.092] [INFO] Starting location capture [2026-05-06,15:11:12.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:11:12.118] [INFO] LocationSqlManager initialising [2026-05-06,15:11:12.119] [INFO] Location DB initialising [2026-05-06,15:11:12.129] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:11:12.131] [DEBUG] UploadManager Init [2026-05-06,15:11:12.131] [DEBUG] UploadManager Init Complete [2026-05-06,15:11:12.134] [INFO] Initializing GPS... [2026-05-06,15:11:12.136] [INFO] Starting location capture [2026-05-06,15:11:51.234] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:11:51.240] [INFO] LocationSqlManager initialising [2026-05-06,15:11:51.241] [INFO] Location DB initialising [2026-05-06,15:11:51.250] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:11:51.251] [DEBUG] UploadManager Init [2026-05-06,15:11:51.251] [DEBUG] UploadManager Init Complete [2026-05-06,15:11:51.255] [INFO] Initializing GPS... [2026-05-06,15:11:51.257] [INFO] Starting location capture [2026-05-06,15:12:29.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:12:29.225] [INFO] LocationSqlManager initialising [2026-05-06,15:12:29.225] [INFO] Location DB initialising [2026-05-06,15:12:29.235] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:12:29.236] [DEBUG] UploadManager Init [2026-05-06,15:12:29.236] [DEBUG] UploadManager Init Complete [2026-05-06,15:12:29.239] [INFO] Initializing GPS... [2026-05-06,15:12:29.241] [INFO] Starting location capture [2026-05-06,15:13:07.744] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:13:07.751] [INFO] LocationSqlManager initialising [2026-05-06,15:13:07.752] [INFO] Location DB initialising [2026-05-06,15:13:07.763] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:13:07.764] [DEBUG] UploadManager Init [2026-05-06,15:13:07.765] [DEBUG] UploadManager Init Complete [2026-05-06,15:13:07.768] [INFO] Initializing GPS... [2026-05-06,15:13:07.771] [INFO] Starting location capture [2026-05-06,15:13:45.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:13:46.004] [INFO] LocationSqlManager initialising [2026-05-06,15:13:46.005] [INFO] Location DB initialising [2026-05-06,15:13:46.016] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:13:46.017] [DEBUG] UploadManager Init [2026-05-06,15:13:46.018] [DEBUG] UploadManager Init Complete [2026-05-06,15:13:46.022] [INFO] Initializing GPS... [2026-05-06,15:13:46.025] [INFO] Starting location capture [2026-05-06,15:14:25.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:14:25.138] [INFO] LocationSqlManager initialising [2026-05-06,15:14:25.139] [INFO] Location DB initialising [2026-05-06,15:14:25.150] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:14:25.151] [DEBUG] UploadManager Init [2026-05-06,15:14:25.152] [DEBUG] UploadManager Init Complete [2026-05-06,15:14:25.157] [INFO] Initializing GPS... [2026-05-06,15:14:25.160] [INFO] Starting location capture [2026-05-06,15:15:03.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:15:03.052] [INFO] LocationSqlManager initialising [2026-05-06,15:15:03.053] [INFO] Location DB initialising [2026-05-06,15:15:03.065] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:15:03.066] [DEBUG] UploadManager Init [2026-05-06,15:15:03.067] [DEBUG] UploadManager Init Complete [2026-05-06,15:15:03.071] [INFO] Initializing GPS... [2026-05-06,15:15:03.074] [INFO] Starting location capture [2026-05-06,15:15:41.688] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:15:41.696] [INFO] LocationSqlManager initialising [2026-05-06,15:15:41.697] [INFO] Location DB initialising [2026-05-06,15:15:41.708] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:15:41.709] [DEBUG] UploadManager Init [2026-05-06,15:15:41.710] [DEBUG] UploadManager Init Complete [2026-05-06,15:15:41.714] [INFO] Initializing GPS... [2026-05-06,15:15:41.717] [INFO] Starting location capture [2026-05-06,15:16:21.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:16:21.146] [INFO] LocationSqlManager initialising [2026-05-06,15:16:21.147] [INFO] Location DB initialising [2026-05-06,15:16:21.158] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:16:21.159] [DEBUG] UploadManager Init [2026-05-06,15:16:21.160] [DEBUG] UploadManager Init Complete [2026-05-06,15:16:21.164] [INFO] Initializing GPS... [2026-05-06,15:16:21.167] [INFO] Starting location capture [2026-05-06,15:16:59.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:16:59.116] [INFO] LocationSqlManager initialising [2026-05-06,15:16:59.116] [INFO] Location DB initialising [2026-05-06,15:16:59.126] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:16:59.126] [DEBUG] UploadManager Init [2026-05-06,15:16:59.127] [DEBUG] UploadManager Init Complete [2026-05-06,15:16:59.130] [INFO] Initializing GPS... [2026-05-06,15:16:59.132] [INFO] Starting location capture [2026-05-06,15:17:37.956] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:17:37.960] [INFO] LocationSqlManager initialising [2026-05-06,15:17:37.960] [INFO] Location DB initialising [2026-05-06,15:17:37.970] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:17:37.970] [DEBUG] UploadManager Init [2026-05-06,15:17:37.971] [DEBUG] UploadManager Init Complete [2026-05-06,15:17:37.973] [INFO] Initializing GPS... [2026-05-06,15:17:37.975] [INFO] Starting location capture [2026-05-06,15:18:16.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:18:16.974] [INFO] LocationSqlManager initialising [2026-05-06,15:18:16.975] [INFO] Location DB initialising [2026-05-06,15:18:16.984] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:18:16.984] [DEBUG] UploadManager Init [2026-05-06,15:18:16.985] [DEBUG] UploadManager Init Complete [2026-05-06,15:18:16.987] [INFO] Initializing GPS... [2026-05-06,15:18:16.989] [INFO] Starting location capture [2026-05-06,15:18:54.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:18:54.957] [INFO] LocationSqlManager initialising [2026-05-06,15:18:54.957] [INFO] Location DB initialising [2026-05-06,15:18:54.967] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:18:54.968] [DEBUG] UploadManager Init [2026-05-06,15:18:54.968] [DEBUG] UploadManager Init Complete [2026-05-06,15:18:54.971] [INFO] Initializing GPS... [2026-05-06,15:18:54.972] [INFO] Starting location capture [2026-05-06,15:19:34.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:19:34.263] [INFO] LocationSqlManager initialising [2026-05-06,15:19:34.264] [INFO] Location DB initialising [2026-05-06,15:19:34.273] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:19:34.274] [DEBUG] UploadManager Init [2026-05-06,15:19:34.274] [DEBUG] UploadManager Init Complete [2026-05-06,15:19:34.277] [INFO] Initializing GPS... [2026-05-06,15:19:34.279] [INFO] Starting location capture [2026-05-06,15:20:13.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:20:13.134] [INFO] LocationSqlManager initialising [2026-05-06,15:20:13.135] [INFO] Location DB initialising [2026-05-06,15:20:13.145] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:20:13.145] [DEBUG] UploadManager Init [2026-05-06,15:20:13.146] [DEBUG] UploadManager Init Complete [2026-05-06,15:20:13.148] [INFO] Initializing GPS... [2026-05-06,15:20:13.150] [INFO] Starting location capture [2026-05-06,15:20:53.367] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:20:53.372] [INFO] LocationSqlManager initialising [2026-05-06,15:20:53.373] [INFO] Location DB initialising [2026-05-06,15:20:53.382] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:20:53.383] [DEBUG] UploadManager Init [2026-05-06,15:20:53.383] [DEBUG] UploadManager Init Complete [2026-05-06,15:20:53.386] [INFO] Initializing GPS... [2026-05-06,15:20:53.388] [INFO] Starting location capture [2026-05-06,15:21:32.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:21:32.172] [INFO] LocationSqlManager initialising [2026-05-06,15:21:32.172] [INFO] Location DB initialising [2026-05-06,15:21:32.182] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:21:32.182] [DEBUG] UploadManager Init [2026-05-06,15:21:32.183] [DEBUG] UploadManager Init Complete [2026-05-06,15:21:32.186] [INFO] Initializing GPS... [2026-05-06,15:21:32.187] [INFO] Starting location capture [2026-05-06,15:22:09.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:22:09.931] [INFO] LocationSqlManager initialising [2026-05-06,15:22:09.932] [INFO] Location DB initialising [2026-05-06,15:22:09.942] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:22:09.943] [DEBUG] UploadManager Init [2026-05-06,15:22:09.943] [DEBUG] UploadManager Init Complete [2026-05-06,15:22:09.946] [INFO] Initializing GPS... [2026-05-06,15:22:09.949] [INFO] Starting location capture [2026-05-06,15:22:48.782] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:22:48.787] [INFO] LocationSqlManager initialising [2026-05-06,15:22:48.787] [INFO] Location DB initialising [2026-05-06,15:22:48.797] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:22:48.798] [DEBUG] UploadManager Init [2026-05-06,15:22:48.799] [DEBUG] UploadManager Init Complete [2026-05-06,15:22:48.802] [INFO] Initializing GPS... [2026-05-06,15:22:48.804] [INFO] Starting location capture [2026-05-06,15:23:28.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:23:28.396] [INFO] LocationSqlManager initialising [2026-05-06,15:23:28.397] [INFO] Location DB initialising [2026-05-06,15:23:28.407] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:23:28.408] [DEBUG] UploadManager Init [2026-05-06,15:23:28.408] [DEBUG] UploadManager Init Complete [2026-05-06,15:23:28.412] [INFO] Initializing GPS... [2026-05-06,15:23:28.414] [INFO] Starting location capture [2026-05-06,15:24:02.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:24:02.266] [INFO] LocationSqlManager initialising [2026-05-06,15:24:02.267] [INFO] Location DB initialising [2026-05-06,15:24:02.276] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:24:02.277] [DEBUG] UploadManager Init [2026-05-06,15:24:02.277] [DEBUG] UploadManager Init Complete [2026-05-06,15:24:02.280] [INFO] Initializing GPS... [2026-05-06,15:24:02.281] [INFO] Starting location capture [2026-05-06,15:24:40.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:24:40.880] [INFO] LocationSqlManager initialising [2026-05-06,15:24:40.880] [INFO] Location DB initialising [2026-05-06,15:24:40.890] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:24:40.890] [DEBUG] UploadManager Init [2026-05-06,15:24:40.891] [DEBUG] UploadManager Init Complete [2026-05-06,15:24:40.893] [INFO] Initializing GPS... [2026-05-06,15:24:40.895] [INFO] Starting location capture [2026-05-06,15:25:19.578] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:25:19.586] [INFO] LocationSqlManager initialising [2026-05-06,15:25:19.587] [INFO] Location DB initialising [2026-05-06,15:25:19.599] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:25:19.600] [DEBUG] UploadManager Init [2026-05-06,15:25:19.601] [DEBUG] UploadManager Init Complete [2026-05-06,15:25:19.606] [INFO] Initializing GPS... [2026-05-06,15:25:19.608] [INFO] Starting location capture [2026-05-06,15:25:58.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:25:58.041] [INFO] LocationSqlManager initialising [2026-05-06,15:25:58.042] [INFO] Location DB initialising [2026-05-06,15:25:58.052] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:25:58.053] [DEBUG] UploadManager Init [2026-05-06,15:25:58.053] [DEBUG] UploadManager Init Complete [2026-05-06,15:25:58.057] [INFO] Initializing GPS... [2026-05-06,15:25:58.059] [INFO] Starting location capture [2026-05-06,15:26:36.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:26:36.905] [INFO] LocationSqlManager initialising [2026-05-06,15:26:36.906] [INFO] Location DB initialising [2026-05-06,15:26:36.915] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:26:36.916] [DEBUG] UploadManager Init [2026-05-06,15:26:36.916] [DEBUG] UploadManager Init Complete [2026-05-06,15:26:36.919] [INFO] Initializing GPS... [2026-05-06,15:26:36.921] [INFO] Starting location capture [2026-05-06,15:27:15.245] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:27:15.250] [INFO] LocationSqlManager initialising [2026-05-06,15:27:15.250] [INFO] Location DB initialising [2026-05-06,15:27:15.260] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:27:15.260] [DEBUG] UploadManager Init [2026-05-06,15:27:15.261] [DEBUG] UploadManager Init Complete [2026-05-06,15:27:15.263] [INFO] Initializing GPS... [2026-05-06,15:27:15.265] [INFO] Starting location capture [2026-05-06,15:27:54.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:27:54.060] [INFO] LocationSqlManager initialising [2026-05-06,15:27:54.061] [INFO] Location DB initialising [2026-05-06,15:27:54.071] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:27:54.071] [DEBUG] UploadManager Init [2026-05-06,15:27:54.072] [DEBUG] UploadManager Init Complete [2026-05-06,15:27:54.075] [INFO] Initializing GPS... [2026-05-06,15:27:54.077] [INFO] Starting location capture [2026-05-06,15:28:33.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:28:33.183] [INFO] LocationSqlManager initialising [2026-05-06,15:28:33.183] [INFO] Location DB initialising [2026-05-06,15:28:33.194] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:28:33.195] [DEBUG] UploadManager Init [2026-05-06,15:28:33.195] [DEBUG] UploadManager Init Complete [2026-05-06,15:28:33.198] [INFO] Initializing GPS... [2026-05-06,15:28:33.200] [INFO] Starting location capture [2026-05-06,15:29:11.140] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:29:11.151] [INFO] LocationSqlManager initialising [2026-05-06,15:29:11.152] [INFO] Location DB initialising [2026-05-06,15:29:11.164] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:29:11.165] [DEBUG] UploadManager Init [2026-05-06,15:29:11.166] [DEBUG] UploadManager Init Complete [2026-05-06,15:29:11.170] [INFO] Initializing GPS... [2026-05-06,15:29:11.173] [INFO] Starting location capture [2026-05-06,15:29:47.301] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:29:47.309] [INFO] LocationSqlManager initialising [2026-05-06,15:29:47.310] [INFO] Location DB initialising [2026-05-06,15:29:47.321] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:29:47.322] [DEBUG] UploadManager Init [2026-05-06,15:29:47.323] [DEBUG] UploadManager Init Complete [2026-05-06,15:29:47.327] [INFO] Initializing GPS... [2026-05-06,15:29:47.330] [INFO] Starting location capture [2026-05-06,15:30:24.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:30:24.747] [INFO] LocationSqlManager initialising [2026-05-06,15:30:24.747] [INFO] Location DB initialising [2026-05-06,15:30:24.758] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:30:24.759] [DEBUG] UploadManager Init [2026-05-06,15:30:24.759] [DEBUG] UploadManager Init Complete [2026-05-06,15:30:24.762] [INFO] Initializing GPS... [2026-05-06,15:30:24.765] [INFO] Starting location capture [2026-05-06,15:30:58.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:30:58.854] [INFO] LocationSqlManager initialising [2026-05-06,15:30:58.855] [INFO] Location DB initialising [2026-05-06,15:30:58.864] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:30:58.865] [DEBUG] UploadManager Init [2026-05-06,15:30:58.865] [DEBUG] UploadManager Init Complete [2026-05-06,15:30:58.868] [INFO] Initializing GPS... [2026-05-06,15:30:58.870] [INFO] Starting location capture [2026-05-06,15:31:37.850] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:31:37.857] [INFO] LocationSqlManager initialising [2026-05-06,15:31:37.858] [INFO] Location DB initialising [2026-05-06,15:31:37.869] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:31:37.871] [DEBUG] UploadManager Init [2026-05-06,15:31:37.871] [DEBUG] UploadManager Init Complete [2026-05-06,15:31:37.875] [INFO] Initializing GPS... [2026-05-06,15:31:37.878] [INFO] Starting location capture [2026-05-06,15:32:15.750] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:32:15.755] [INFO] LocationSqlManager initialising [2026-05-06,15:32:15.756] [INFO] Location DB initialising [2026-05-06,15:32:15.765] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:32:15.766] [DEBUG] UploadManager Init [2026-05-06,15:32:15.766] [DEBUG] UploadManager Init Complete [2026-05-06,15:32:15.769] [INFO] Initializing GPS... [2026-05-06,15:32:15.771] [INFO] Starting location capture [2026-05-06,15:32:55.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:32:55.160] [INFO] LocationSqlManager initialising [2026-05-06,15:32:55.160] [INFO] Location DB initialising [2026-05-06,15:32:55.170] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:32:55.171] [DEBUG] UploadManager Init [2026-05-06,15:32:55.171] [DEBUG] UploadManager Init Complete [2026-05-06,15:32:55.174] [INFO] Initializing GPS... [2026-05-06,15:32:55.176] [INFO] Starting location capture [2026-05-06,15:33:32.906] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:33:32.914] [INFO] LocationSqlManager initialising [2026-05-06,15:33:32.915] [INFO] Location DB initialising [2026-05-06,15:33:32.926] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:33:32.927] [DEBUG] UploadManager Init [2026-05-06,15:33:32.928] [DEBUG] UploadManager Init Complete [2026-05-06,15:33:32.933] [INFO] Initializing GPS... [2026-05-06,15:33:32.936] [INFO] Starting location capture [2026-05-06,15:34:12.236] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:34:12.244] [INFO] LocationSqlManager initialising [2026-05-06,15:34:12.245] [INFO] Location DB initialising [2026-05-06,15:34:12.255] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:34:12.256] [DEBUG] UploadManager Init [2026-05-06,15:34:12.256] [DEBUG] UploadManager Init Complete [2026-05-06,15:34:12.259] [INFO] Initializing GPS... [2026-05-06,15:34:12.260] [INFO] Starting location capture [2026-05-06,15:34:50.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:34:50.762] [INFO] LocationSqlManager initialising [2026-05-06,15:34:50.763] [INFO] Location DB initialising [2026-05-06,15:34:50.773] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:34:50.774] [DEBUG] UploadManager Init [2026-05-06,15:34:50.775] [DEBUG] UploadManager Init Complete [2026-05-06,15:34:50.779] [INFO] Initializing GPS... [2026-05-06,15:34:50.781] [INFO] Starting location capture [2026-05-06,15:35:29.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:35:29.296] [INFO] LocationSqlManager initialising [2026-05-06,15:35:29.297] [INFO] Location DB initialising [2026-05-06,15:35:29.306] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:35:29.307] [DEBUG] UploadManager Init [2026-05-06,15:35:29.308] [DEBUG] UploadManager Init Complete [2026-05-06,15:35:29.311] [INFO] Initializing GPS... [2026-05-06,15:35:29.314] [INFO] Starting location capture [2026-05-06,15:36:07.217] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:36:07.222] [INFO] LocationSqlManager initialising [2026-05-06,15:36:07.222] [INFO] Location DB initialising [2026-05-06,15:36:07.232] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:36:07.233] [DEBUG] UploadManager Init [2026-05-06,15:36:07.233] [DEBUG] UploadManager Init Complete [2026-05-06,15:36:07.236] [INFO] Initializing GPS... [2026-05-06,15:36:07.238] [INFO] Starting location capture [2026-05-06,15:36:42.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:36:42.109] [INFO] LocationSqlManager initialising [2026-05-06,15:36:42.110] [INFO] Location DB initialising [2026-05-06,15:36:42.120] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:36:42.121] [DEBUG] UploadManager Init [2026-05-06,15:36:42.121] [DEBUG] UploadManager Init Complete [2026-05-06,15:36:42.124] [INFO] Initializing GPS... [2026-05-06,15:36:42.126] [INFO] Starting location capture [2026-05-06,15:37:20.170] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:37:20.175] [INFO] LocationSqlManager initialising [2026-05-06,15:37:20.176] [INFO] Location DB initialising [2026-05-06,15:37:20.185] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:37:20.186] [DEBUG] UploadManager Init [2026-05-06,15:37:20.186] [DEBUG] UploadManager Init Complete [2026-05-06,15:37:20.189] [INFO] Initializing GPS... [2026-05-06,15:37:20.191] [INFO] Starting location capture [2026-05-06,15:37:58.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:37:58.920] [INFO] LocationSqlManager initialising [2026-05-06,15:37:58.921] [INFO] Location DB initialising [2026-05-06,15:37:58.931] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:37:58.932] [DEBUG] UploadManager Init [2026-05-06,15:37:58.932] [DEBUG] UploadManager Init Complete [2026-05-06,15:37:58.936] [INFO] Initializing GPS... [2026-05-06,15:37:58.938] [INFO] Starting location capture [2026-05-06,15:38:37.653] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:38:37.660] [INFO] LocationSqlManager initialising [2026-05-06,15:38:37.661] [INFO] Location DB initialising [2026-05-06,15:38:37.673] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:38:37.674] [DEBUG] UploadManager Init [2026-05-06,15:38:37.675] [DEBUG] UploadManager Init Complete [2026-05-06,15:38:37.679] [INFO] Initializing GPS... [2026-05-06,15:38:37.683] [INFO] Starting location capture [2026-05-06,15:39:16.952] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:39:16.957] [INFO] LocationSqlManager initialising [2026-05-06,15:39:16.958] [INFO] Location DB initialising [2026-05-06,15:39:16.967] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:39:16.968] [DEBUG] UploadManager Init [2026-05-06,15:39:16.969] [DEBUG] UploadManager Init Complete [2026-05-06,15:39:16.971] [INFO] Initializing GPS... [2026-05-06,15:39:16.973] [INFO] Starting location capture [2026-05-06,15:39:50.471] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:39:50.477] [INFO] LocationSqlManager initialising [2026-05-06,15:39:50.478] [INFO] Location DB initialising [2026-05-06,15:39:50.489] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:39:50.490] [DEBUG] UploadManager Init [2026-05-06,15:39:50.490] [DEBUG] UploadManager Init Complete [2026-05-06,15:39:50.494] [INFO] Initializing GPS... [2026-05-06,15:39:50.497] [INFO] Starting location capture [2026-05-06,15:40:30.287] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:40:30.295] [INFO] LocationSqlManager initialising [2026-05-06,15:40:30.296] [INFO] Location DB initialising [2026-05-06,15:40:30.306] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:40:30.307] [DEBUG] UploadManager Init [2026-05-06,15:40:30.308] [DEBUG] UploadManager Init Complete [2026-05-06,15:40:30.311] [INFO] Initializing GPS... [2026-05-06,15:40:30.313] [INFO] Starting location capture [2026-05-06,15:41:07.958] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:41:07.966] [INFO] LocationSqlManager initialising [2026-05-06,15:41:07.967] [INFO] Location DB initialising [2026-05-06,15:41:07.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:41:07.980] [DEBUG] UploadManager Init [2026-05-06,15:41:07.980] [DEBUG] UploadManager Init Complete [2026-05-06,15:41:07.985] [INFO] Initializing GPS... [2026-05-06,15:41:07.987] [INFO] Starting location capture [2026-05-06,15:41:45.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:41:45.285] [INFO] LocationSqlManager initialising [2026-05-06,15:41:45.286] [INFO] Location DB initialising [2026-05-06,15:41:45.295] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:41:45.296] [DEBUG] UploadManager Init [2026-05-06,15:41:45.297] [DEBUG] UploadManager Init Complete [2026-05-06,15:41:45.299] [INFO] Initializing GPS... [2026-05-06,15:41:45.301] [INFO] Starting location capture [2026-05-06,15:42:24.733] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:42:24.737] [INFO] LocationSqlManager initialising [2026-05-06,15:42:24.737] [INFO] Location DB initialising [2026-05-06,15:42:24.747] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:42:24.748] [DEBUG] UploadManager Init [2026-05-06,15:42:24.748] [DEBUG] UploadManager Init Complete [2026-05-06,15:42:24.751] [INFO] Initializing GPS... [2026-05-06,15:42:24.753] [INFO] Starting location capture [2026-05-06,15:42:58.993] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:42:58.998] [INFO] LocationSqlManager initialising [2026-05-06,15:42:58.999] [INFO] Location DB initialising [2026-05-06,15:42:59.008] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:42:59.009] [DEBUG] UploadManager Init [2026-05-06,15:42:59.009] [DEBUG] UploadManager Init Complete [2026-05-06,15:42:59.012] [INFO] Initializing GPS... [2026-05-06,15:42:59.014] [INFO] Starting location capture [2026-05-06,15:43:38.332] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:43:38.337] [INFO] LocationSqlManager initialising [2026-05-06,15:43:38.337] [INFO] Location DB initialising [2026-05-06,15:43:38.347] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:43:38.347] [DEBUG] UploadManager Init [2026-05-06,15:43:38.348] [DEBUG] UploadManager Init Complete [2026-05-06,15:43:38.350] [INFO] Initializing GPS... [2026-05-06,15:43:38.352] [INFO] Starting location capture [2026-05-06,15:44:12.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:44:12.919] [INFO] LocationSqlManager initialising [2026-05-06,15:44:12.919] [INFO] Location DB initialising [2026-05-06,15:44:12.929] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:44:12.930] [DEBUG] UploadManager Init [2026-05-06,15:44:12.930] [DEBUG] UploadManager Init Complete [2026-05-06,15:44:12.933] [INFO] Initializing GPS... [2026-05-06,15:44:12.934] [INFO] Starting location capture [2026-05-06,15:44:52.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:44:52.018] [INFO] LocationSqlManager initialising [2026-05-06,15:44:52.018] [INFO] Location DB initialising [2026-05-06,15:44:52.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:44:52.029] [DEBUG] UploadManager Init [2026-05-06,15:44:52.029] [DEBUG] UploadManager Init Complete [2026-05-06,15:44:52.034] [INFO] Initializing GPS... [2026-05-06,15:44:52.039] [INFO] Starting location capture [2026-05-06,15:45:25.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:45:25.986] [INFO] LocationSqlManager initialising [2026-05-06,15:45:25.987] [INFO] Location DB initialising [2026-05-06,15:45:25.996] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:45:25.997] [DEBUG] UploadManager Init [2026-05-06,15:45:25.997] [DEBUG] UploadManager Init Complete [2026-05-06,15:45:26.000] [INFO] Initializing GPS... [2026-05-06,15:45:26.002] [INFO] Starting location capture [2026-05-06,15:46:03.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:46:03.862] [INFO] LocationSqlManager initialising [2026-05-06,15:46:03.863] [INFO] Location DB initialising [2026-05-06,15:46:03.875] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:46:03.876] [DEBUG] UploadManager Init [2026-05-06,15:46:03.876] [DEBUG] UploadManager Init Complete [2026-05-06,15:46:03.883] [INFO] Initializing GPS... [2026-05-06,15:46:03.887] [INFO] Starting location capture [2026-05-06,15:46:41.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:46:41.781] [INFO] LocationSqlManager initialising [2026-05-06,15:46:41.782] [INFO] Location DB initialising [2026-05-06,15:46:41.793] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:46:41.795] [DEBUG] UploadManager Init [2026-05-06,15:46:41.795] [DEBUG] UploadManager Init Complete [2026-05-06,15:46:41.800] [INFO] Initializing GPS... [2026-05-06,15:46:41.803] [INFO] Starting location capture [2026-05-06,15:47:21.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:47:21.084] [INFO] LocationSqlManager initialising [2026-05-06,15:47:21.085] [INFO] Location DB initialising [2026-05-06,15:47:21.096] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:47:21.097] [DEBUG] UploadManager Init [2026-05-06,15:47:21.098] [DEBUG] UploadManager Init Complete [2026-05-06,15:47:21.102] [INFO] Initializing GPS... [2026-05-06,15:47:21.105] [INFO] Starting location capture [2026-05-06,15:47:59.307] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:47:59.315] [INFO] LocationSqlManager initialising [2026-05-06,15:47:59.316] [INFO] Location DB initialising [2026-05-06,15:47:59.327] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:47:59.328] [DEBUG] UploadManager Init [2026-05-06,15:47:59.329] [DEBUG] UploadManager Init Complete [2026-05-06,15:47:59.334] [INFO] Initializing GPS... [2026-05-06,15:47:59.337] [INFO] Starting location capture [2026-05-06,15:48:38.275] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:48:38.280] [INFO] LocationSqlManager initialising [2026-05-06,15:48:38.280] [INFO] Location DB initialising [2026-05-06,15:48:38.290] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:48:38.290] [DEBUG] UploadManager Init [2026-05-06,15:48:38.291] [DEBUG] UploadManager Init Complete [2026-05-06,15:48:38.295] [INFO] Initializing GPS... [2026-05-06,15:48:38.298] [INFO] Starting location capture [2026-05-06,15:49:17.323] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:49:17.329] [INFO] LocationSqlManager initialising [2026-05-06,15:49:17.330] [INFO] Location DB initialising [2026-05-06,15:49:17.340] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:49:17.341] [DEBUG] UploadManager Init [2026-05-06,15:49:17.341] [DEBUG] UploadManager Init Complete [2026-05-06,15:49:17.345] [INFO] Initializing GPS... [2026-05-06,15:49:17.347] [INFO] Starting location capture [2026-05-06,15:49:50.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:49:50.870] [INFO] LocationSqlManager initialising [2026-05-06,15:49:50.871] [INFO] Location DB initialising [2026-05-06,15:49:50.881] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:49:50.882] [DEBUG] UploadManager Init [2026-05-06,15:49:50.882] [DEBUG] UploadManager Init Complete [2026-05-06,15:49:50.885] [INFO] Initializing GPS... [2026-05-06,15:49:50.887] [INFO] Starting location capture [2026-05-06,15:50:24.855] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:50:24.860] [INFO] LocationSqlManager initialising [2026-05-06,15:50:24.860] [INFO] Location DB initialising [2026-05-06,15:50:24.870] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:50:24.870] [DEBUG] UploadManager Init [2026-05-06,15:50:24.871] [DEBUG] UploadManager Init Complete [2026-05-06,15:50:24.873] [INFO] Initializing GPS... [2026-05-06,15:50:24.875] [INFO] Starting location capture [2026-05-06,15:50:59.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:50:59.918] [INFO] LocationSqlManager initialising [2026-05-06,15:50:59.919] [INFO] Location DB initialising [2026-05-06,15:50:59.929] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:50:59.929] [DEBUG] UploadManager Init [2026-05-06,15:50:59.930] [DEBUG] UploadManager Init Complete [2026-05-06,15:50:59.932] [INFO] Initializing GPS... [2026-05-06,15:50:59.934] [INFO] Starting location capture [2026-05-06,15:51:38.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:51:38.812] [INFO] LocationSqlManager initialising [2026-05-06,15:51:38.812] [INFO] Location DB initialising [2026-05-06,15:51:38.822] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:51:38.823] [DEBUG] UploadManager Init [2026-05-06,15:51:38.823] [DEBUG] UploadManager Init Complete [2026-05-06,15:51:38.826] [INFO] Initializing GPS... [2026-05-06,15:51:38.827] [INFO] Starting location capture [2026-05-06,15:52:17.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:52:17.073] [INFO] LocationSqlManager initialising [2026-05-06,15:52:17.074] [INFO] Location DB initialising [2026-05-06,15:52:17.083] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:52:17.084] [DEBUG] UploadManager Init [2026-05-06,15:52:17.084] [DEBUG] UploadManager Init Complete [2026-05-06,15:52:17.087] [INFO] Initializing GPS... [2026-05-06,15:52:17.088] [INFO] Starting location capture [2026-05-06,15:52:55.487] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:52:55.494] [INFO] LocationSqlManager initialising [2026-05-06,15:52:55.495] [INFO] Location DB initialising [2026-05-06,15:52:55.506] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:52:55.507] [DEBUG] UploadManager Init [2026-05-06,15:52:55.508] [DEBUG] UploadManager Init Complete [2026-05-06,15:52:55.513] [INFO] Initializing GPS... [2026-05-06,15:52:55.515] [INFO] Starting location capture [2026-05-06,15:53:29.293] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:53:29.301] [INFO] LocationSqlManager initialising [2026-05-06,15:53:29.301] [INFO] Location DB initialising [2026-05-06,15:53:29.313] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:53:29.314] [DEBUG] UploadManager Init [2026-05-06,15:53:29.315] [DEBUG] UploadManager Init Complete [2026-05-06,15:53:29.317] [INFO] Initializing GPS... [2026-05-06,15:53:29.319] [INFO] Starting location capture [2026-05-06,15:54:09.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:54:09.018] [INFO] LocationSqlManager initialising [2026-05-06,15:54:09.019] [INFO] Location DB initialising [2026-05-06,15:54:09.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:54:09.029] [DEBUG] UploadManager Init [2026-05-06,15:54:09.029] [DEBUG] UploadManager Init Complete [2026-05-06,15:54:09.032] [INFO] Initializing GPS... [2026-05-06,15:54:09.034] [INFO] Starting location capture [2026-05-06,15:54:47.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:54:47.135] [INFO] LocationSqlManager initialising [2026-05-06,15:54:47.136] [INFO] Location DB initialising [2026-05-06,15:54:47.147] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:54:47.148] [DEBUG] UploadManager Init [2026-05-06,15:54:47.148] [DEBUG] UploadManager Init Complete [2026-05-06,15:54:47.151] [INFO] Initializing GPS... [2026-05-06,15:54:47.153] [INFO] Starting location capture [2026-05-06,15:55:27.333] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:55:27.336] [INFO] LocationSqlManager initialising [2026-05-06,15:55:27.337] [INFO] Location DB initialising [2026-05-06,15:55:27.346] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:55:27.347] [DEBUG] UploadManager Init [2026-05-06,15:55:27.347] [DEBUG] UploadManager Init Complete [2026-05-06,15:55:27.350] [INFO] Initializing GPS... [2026-05-06,15:55:27.352] [INFO] Starting location capture [2026-05-06,15:56:06.024] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:56:06.031] [INFO] LocationSqlManager initialising [2026-05-06,15:56:06.032] [INFO] Location DB initialising [2026-05-06,15:56:06.044] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:56:06.045] [DEBUG] UploadManager Init [2026-05-06,15:56:06.046] [DEBUG] UploadManager Init Complete [2026-05-06,15:56:06.050] [INFO] Initializing GPS... [2026-05-06,15:56:06.053] [INFO] Starting location capture [2026-05-06,15:56:45.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:56:45.162] [INFO] LocationSqlManager initialising [2026-05-06,15:56:45.163] [INFO] Location DB initialising [2026-05-06,15:56:45.172] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:56:45.173] [DEBUG] UploadManager Init [2026-05-06,15:56:45.173] [DEBUG] UploadManager Init Complete [2026-05-06,15:56:45.176] [INFO] Initializing GPS... [2026-05-06,15:56:45.178] [INFO] Starting location capture [2026-05-06,15:57:23.861] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:57:23.867] [INFO] LocationSqlManager initialising [2026-05-06,15:57:23.867] [INFO] Location DB initialising [2026-05-06,15:57:23.877] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:57:23.878] [DEBUG] UploadManager Init [2026-05-06,15:57:23.878] [DEBUG] UploadManager Init Complete [2026-05-06,15:57:23.881] [INFO] Initializing GPS... [2026-05-06,15:57:23.883] [INFO] Starting location capture [2026-05-06,15:58:01.990] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:58:01.996] [INFO] LocationSqlManager initialising [2026-05-06,15:58:01.997] [INFO] Location DB initialising [2026-05-06,15:58:02.007] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:58:02.008] [DEBUG] UploadManager Init [2026-05-06,15:58:02.008] [DEBUG] UploadManager Init Complete [2026-05-06,15:58:02.012] [INFO] Initializing GPS... [2026-05-06,15:58:02.014] [INFO] Starting location capture [2026-05-06,15:58:39.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:58:39.838] [INFO] LocationSqlManager initialising [2026-05-06,15:58:39.839] [INFO] Location DB initialising [2026-05-06,15:58:39.851] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:58:39.853] [DEBUG] UploadManager Init [2026-05-06,15:58:39.853] [DEBUG] UploadManager Init Complete [2026-05-06,15:58:39.858] [INFO] Initializing GPS... [2026-05-06,15:58:39.861] [INFO] Starting location capture [2026-05-06,15:59:19.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:59:19.106] [INFO] LocationSqlManager initialising [2026-05-06,15:59:19.107] [INFO] Location DB initialising [2026-05-06,15:59:19.118] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:59:19.120] [DEBUG] UploadManager Init [2026-05-06,15:59:19.120] [DEBUG] UploadManager Init Complete [2026-05-06,15:59:19.125] [INFO] Initializing GPS... [2026-05-06,15:59:19.128] [INFO] Starting location capture [2026-05-06,15:59:57.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,15:59:57.012] [INFO] LocationSqlManager initialising [2026-05-06,15:59:57.013] [INFO] Location DB initialising [2026-05-06,15:59:57.022] [INFO] LocationSqlManager initialisation complete [2026-05-06,15:59:57.023] [DEBUG] UploadManager Init [2026-05-06,15:59:57.023] [DEBUG] UploadManager Init Complete [2026-05-06,15:59:57.026] [INFO] Initializing GPS... [2026-05-06,15:59:57.028] [INFO] Starting location capture [2026-05-06,16:00:35.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:00:35.975] [INFO] LocationSqlManager initialising [2026-05-06,16:00:35.975] [INFO] Location DB initialising [2026-05-06,16:00:35.985] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:00:35.985] [DEBUG] UploadManager Init [2026-05-06,16:00:35.986] [DEBUG] UploadManager Init Complete [2026-05-06,16:00:35.988] [INFO] Initializing GPS... [2026-05-06,16:00:35.990] [INFO] Starting location capture [2026-05-06,16:01:09.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:01:09.919] [INFO] LocationSqlManager initialising [2026-05-06,16:01:09.921] [INFO] Location DB initialising [2026-05-06,16:01:09.937] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:01:09.939] [DEBUG] UploadManager Init [2026-05-06,16:01:09.940] [DEBUG] UploadManager Init Complete [2026-05-06,16:01:09.946] [INFO] Initializing GPS... [2026-05-06,16:01:09.949] [INFO] Starting location capture [2026-05-06,16:01:49.308] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:01:49.315] [INFO] LocationSqlManager initialising [2026-05-06,16:01:49.316] [INFO] Location DB initialising [2026-05-06,16:01:49.328] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:01:49.329] [DEBUG] UploadManager Init [2026-05-06,16:01:49.329] [DEBUG] UploadManager Init Complete [2026-05-06,16:01:49.334] [INFO] Initializing GPS... [2026-05-06,16:01:49.337] [INFO] Starting location capture [2026-05-06,16:02:24.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:02:24.126] [INFO] LocationSqlManager initialising [2026-05-06,16:02:24.126] [INFO] Location DB initialising [2026-05-06,16:02:24.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:02:24.136] [DEBUG] UploadManager Init [2026-05-06,16:02:24.136] [DEBUG] UploadManager Init Complete [2026-05-06,16:02:24.139] [INFO] Initializing GPS... [2026-05-06,16:02:24.141] [INFO] Starting location capture [2026-05-06,16:03:01.960] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:03:01.966] [INFO] LocationSqlManager initialising [2026-05-06,16:03:01.967] [INFO] Location DB initialising [2026-05-06,16:03:01.976] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:03:01.977] [DEBUG] UploadManager Init [2026-05-06,16:03:01.977] [DEBUG] UploadManager Init Complete [2026-05-06,16:03:01.980] [INFO] Initializing GPS... [2026-05-06,16:03:01.982] [INFO] Starting location capture [2026-05-06,16:03:41.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:03:41.318] [INFO] LocationSqlManager initialising [2026-05-06,16:03:41.318] [INFO] Location DB initialising [2026-05-06,16:03:41.328] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:03:41.329] [DEBUG] UploadManager Init [2026-05-06,16:03:41.329] [DEBUG] UploadManager Init Complete [2026-05-06,16:03:41.332] [INFO] Initializing GPS... [2026-05-06,16:03:41.334] [INFO] Starting location capture [2026-05-06,16:04:18.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:04:18.948] [INFO] LocationSqlManager initialising [2026-05-06,16:04:18.948] [INFO] Location DB initialising [2026-05-06,16:04:18.959] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:04:18.960] [DEBUG] UploadManager Init [2026-05-06,16:04:18.961] [DEBUG] UploadManager Init Complete [2026-05-06,16:04:18.965] [INFO] Initializing GPS... [2026-05-06,16:04:18.968] [INFO] Starting location capture [2026-05-06,16:04:58.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:04:58.117] [INFO] LocationSqlManager initialising [2026-05-06,16:04:58.117] [INFO] Location DB initialising [2026-05-06,16:04:58.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:04:58.128] [DEBUG] UploadManager Init [2026-05-06,16:04:58.128] [DEBUG] UploadManager Init Complete [2026-05-06,16:04:58.131] [INFO] Initializing GPS... [2026-05-06,16:04:58.133] [INFO] Starting location capture [2026-05-06,16:05:35.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:05:35.959] [INFO] LocationSqlManager initialising [2026-05-06,16:05:35.959] [INFO] Location DB initialising [2026-05-06,16:05:35.969] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:05:35.969] [DEBUG] UploadManager Init [2026-05-06,16:05:35.970] [DEBUG] UploadManager Init Complete [2026-05-06,16:05:35.972] [INFO] Initializing GPS... [2026-05-06,16:05:35.974] [INFO] Starting location capture [2026-05-06,16:06:15.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:06:15.023] [INFO] LocationSqlManager initialising [2026-05-06,16:06:15.024] [INFO] Location DB initialising [2026-05-06,16:06:15.033] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:06:15.034] [DEBUG] UploadManager Init [2026-05-06,16:06:15.034] [DEBUG] UploadManager Init Complete [2026-05-06,16:06:15.037] [INFO] Initializing GPS... [2026-05-06,16:06:15.039] [INFO] Starting location capture [2026-05-06,16:06:50.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:06:50.928] [INFO] LocationSqlManager initialising [2026-05-06,16:06:50.929] [INFO] Location DB initialising [2026-05-06,16:06:50.940] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:06:50.941] [DEBUG] UploadManager Init [2026-05-06,16:06:50.942] [DEBUG] UploadManager Init Complete [2026-05-06,16:06:50.946] [INFO] Initializing GPS... [2026-05-06,16:06:50.949] [INFO] Starting location capture [2026-05-06,16:07:30.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:07:30.050] [INFO] LocationSqlManager initialising [2026-05-06,16:07:30.051] [INFO] Location DB initialising [2026-05-06,16:07:30.062] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:07:30.063] [DEBUG] UploadManager Init [2026-05-06,16:07:30.064] [DEBUG] UploadManager Init Complete [2026-05-06,16:07:30.069] [INFO] Initializing GPS... [2026-05-06,16:07:30.072] [INFO] Starting location capture [2026-05-06,16:08:09.106] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:08:09.112] [INFO] LocationSqlManager initialising [2026-05-06,16:08:09.113] [INFO] Location DB initialising [2026-05-06,16:08:09.123] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:08:09.124] [DEBUG] UploadManager Init [2026-05-06,16:08:09.124] [DEBUG] UploadManager Init Complete [2026-05-06,16:08:09.127] [INFO] Initializing GPS... [2026-05-06,16:08:09.130] [INFO] Starting location capture [2026-05-06,16:08:46.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:08:46.771] [INFO] LocationSqlManager initialising [2026-05-06,16:08:46.772] [INFO] Location DB initialising [2026-05-06,16:08:46.787] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:08:46.789] [DEBUG] UploadManager Init [2026-05-06,16:08:46.791] [DEBUG] UploadManager Init Complete [2026-05-06,16:08:46.796] [INFO] Initializing GPS... [2026-05-06,16:08:46.799] [INFO] Starting location capture [2026-05-06,16:09:26.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:09:26.094] [INFO] LocationSqlManager initialising [2026-05-06,16:09:26.095] [INFO] Location DB initialising [2026-05-06,16:09:26.107] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:09:26.109] [DEBUG] UploadManager Init [2026-05-06,16:09:26.110] [DEBUG] UploadManager Init Complete [2026-05-06,16:09:26.114] [INFO] Initializing GPS... [2026-05-06,16:09:26.117] [INFO] Starting location capture [2026-05-06,16:10:04.388] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:10:04.394] [INFO] LocationSqlManager initialising [2026-05-06,16:10:04.394] [INFO] Location DB initialising [2026-05-06,16:10:04.405] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:10:04.406] [DEBUG] UploadManager Init [2026-05-06,16:10:04.406] [DEBUG] UploadManager Init Complete [2026-05-06,16:10:04.409] [INFO] Initializing GPS... [2026-05-06,16:10:04.411] [INFO] Starting location capture [2026-05-06,16:10:43.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:10:43.134] [INFO] LocationSqlManager initialising [2026-05-06,16:10:43.134] [INFO] Location DB initialising [2026-05-06,16:10:43.144] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:10:43.145] [DEBUG] UploadManager Init [2026-05-06,16:10:43.145] [DEBUG] UploadManager Init Complete [2026-05-06,16:10:43.149] [INFO] Initializing GPS... [2026-05-06,16:10:43.151] [INFO] Starting location capture [2026-05-06,16:11:22.341] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:11:22.346] [INFO] LocationSqlManager initialising [2026-05-06,16:11:22.346] [INFO] Location DB initialising [2026-05-06,16:11:22.356] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:11:22.356] [DEBUG] UploadManager Init [2026-05-06,16:11:22.357] [DEBUG] UploadManager Init Complete [2026-05-06,16:11:22.359] [INFO] Initializing GPS... [2026-05-06,16:11:22.361] [INFO] Starting location capture [2026-05-06,16:11:56.394] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:11:56.401] [INFO] LocationSqlManager initialising [2026-05-06,16:11:56.403] [INFO] Location DB initialising [2026-05-06,16:11:56.414] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:11:56.416] [DEBUG] UploadManager Init [2026-05-06,16:11:56.416] [DEBUG] UploadManager Init Complete [2026-05-06,16:11:56.421] [INFO] Initializing GPS... [2026-05-06,16:11:56.424] [INFO] Starting location capture [2026-05-06,16:12:34.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:12:34.932] [INFO] LocationSqlManager initialising [2026-05-06,16:12:34.932] [INFO] Location DB initialising [2026-05-06,16:12:34.942] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:12:34.942] [DEBUG] UploadManager Init [2026-05-06,16:12:34.943] [DEBUG] UploadManager Init Complete [2026-05-06,16:12:34.945] [INFO] Initializing GPS... [2026-05-06,16:12:34.947] [INFO] Starting location capture [2026-05-06,16:13:13.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:13:13.091] [INFO] LocationSqlManager initialising [2026-05-06,16:13:13.092] [INFO] Location DB initialising [2026-05-06,16:13:13.101] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:13:13.102] [DEBUG] UploadManager Init [2026-05-06,16:13:13.102] [DEBUG] UploadManager Init Complete [2026-05-06,16:13:13.105] [INFO] Initializing GPS... [2026-05-06,16:13:13.107] [INFO] Starting location capture [2026-05-06,16:13:51.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:13:51.984] [INFO] LocationSqlManager initialising [2026-05-06,16:13:51.984] [INFO] Location DB initialising [2026-05-06,16:13:51.994] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:13:51.994] [DEBUG] UploadManager Init [2026-05-06,16:13:51.995] [DEBUG] UploadManager Init Complete [2026-05-06,16:13:51.997] [INFO] Initializing GPS... [2026-05-06,16:13:51.999] [INFO] Starting location capture [2026-05-06,16:14:30.925] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:14:30.933] [INFO] LocationSqlManager initialising [2026-05-06,16:14:30.934] [INFO] Location DB initialising [2026-05-06,16:14:30.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:14:30.945] [DEBUG] UploadManager Init [2026-05-06,16:14:30.945] [DEBUG] UploadManager Init Complete [2026-05-06,16:14:30.948] [INFO] Initializing GPS... [2026-05-06,16:14:30.950] [INFO] Starting location capture [2026-05-06,16:15:09.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:15:09.985] [INFO] LocationSqlManager initialising [2026-05-06,16:15:09.985] [INFO] Location DB initialising [2026-05-06,16:15:09.994] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:15:09.995] [DEBUG] UploadManager Init [2026-05-06,16:15:09.996] [DEBUG] UploadManager Init Complete [2026-05-06,16:15:09.998] [INFO] Initializing GPS... [2026-05-06,16:15:10.000] [INFO] Starting location capture [2026-05-06,16:15:49.072] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:15:49.075] [INFO] LocationSqlManager initialising [2026-05-06,16:15:49.076] [INFO] Location DB initialising [2026-05-06,16:15:49.085] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:15:49.086] [DEBUG] UploadManager Init [2026-05-06,16:15:49.087] [DEBUG] UploadManager Init Complete [2026-05-06,16:15:49.089] [INFO] Initializing GPS... [2026-05-06,16:15:49.091] [INFO] Starting location capture [2026-05-06,16:16:28.111] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:16:28.117] [INFO] LocationSqlManager initialising [2026-05-06,16:16:28.117] [INFO] Location DB initialising [2026-05-06,16:16:28.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:16:28.128] [DEBUG] UploadManager Init [2026-05-06,16:16:28.129] [DEBUG] UploadManager Init Complete [2026-05-06,16:16:28.132] [INFO] Initializing GPS... [2026-05-06,16:16:28.135] [INFO] Starting location capture [2026-05-06,16:17:06.305] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:17:06.313] [INFO] LocationSqlManager initialising [2026-05-06,16:17:06.314] [INFO] Location DB initialising [2026-05-06,16:17:06.325] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:17:06.326] [DEBUG] UploadManager Init [2026-05-06,16:17:06.326] [DEBUG] UploadManager Init Complete [2026-05-06,16:17:06.329] [INFO] Initializing GPS... [2026-05-06,16:17:06.332] [INFO] Starting location capture [2026-05-06,16:17:41.139] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:17:41.145] [INFO] LocationSqlManager initialising [2026-05-06,16:17:41.146] [INFO] Location DB initialising [2026-05-06,16:17:41.156] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:17:41.157] [DEBUG] UploadManager Init [2026-05-06,16:17:41.157] [DEBUG] UploadManager Init Complete [2026-05-06,16:17:41.160] [INFO] Initializing GPS... [2026-05-06,16:17:41.163] [INFO] Starting location capture [2026-05-06,16:18:18.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:18:19.002] [INFO] LocationSqlManager initialising [2026-05-06,16:18:19.003] [INFO] Location DB initialising [2026-05-06,16:18:19.014] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:18:19.015] [DEBUG] UploadManager Init [2026-05-06,16:18:19.016] [DEBUG] UploadManager Init Complete [2026-05-06,16:18:19.020] [INFO] Initializing GPS... [2026-05-06,16:18:19.023] [INFO] Starting location capture [2026-05-06,16:18:58.368] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:18:58.375] [INFO] LocationSqlManager initialising [2026-05-06,16:18:58.376] [INFO] Location DB initialising [2026-05-06,16:18:58.387] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:18:58.389] [DEBUG] UploadManager Init [2026-05-06,16:18:58.389] [DEBUG] UploadManager Init Complete [2026-05-06,16:18:58.394] [INFO] Initializing GPS... [2026-05-06,16:18:58.397] [INFO] Starting location capture [2026-05-06,16:19:35.931] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:19:35.936] [INFO] LocationSqlManager initialising [2026-05-06,16:19:35.936] [INFO] Location DB initialising [2026-05-06,16:19:35.946] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:19:35.946] [DEBUG] UploadManager Init [2026-05-06,16:19:35.947] [DEBUG] UploadManager Init Complete [2026-05-06,16:19:35.949] [INFO] Initializing GPS... [2026-05-06,16:19:35.951] [INFO] Starting location capture [2026-05-06,16:20:14.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:20:14.915] [INFO] LocationSqlManager initialising [2026-05-06,16:20:14.916] [INFO] Location DB initialising [2026-05-06,16:20:14.927] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:20:14.928] [DEBUG] UploadManager Init [2026-05-06,16:20:14.929] [DEBUG] UploadManager Init Complete [2026-05-06,16:20:14.933] [INFO] Initializing GPS... [2026-05-06,16:20:14.935] [INFO] Starting location capture [2026-05-06,16:20:54.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:20:54.147] [INFO] LocationSqlManager initialising [2026-05-06,16:20:54.148] [INFO] Location DB initialising [2026-05-06,16:20:54.161] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:20:54.162] [DEBUG] UploadManager Init [2026-05-06,16:20:54.162] [DEBUG] UploadManager Init Complete [2026-05-06,16:20:54.165] [INFO] Initializing GPS... [2026-05-06,16:20:54.167] [INFO] Starting location capture [2026-05-06,16:21:32.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:21:32.037] [INFO] LocationSqlManager initialising [2026-05-06,16:21:32.038] [INFO] Location DB initialising [2026-05-06,16:21:32.049] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:21:32.050] [DEBUG] UploadManager Init [2026-05-06,16:21:32.050] [DEBUG] UploadManager Init Complete [2026-05-06,16:21:32.055] [INFO] Initializing GPS... [2026-05-06,16:21:32.058] [INFO] Starting location capture [2026-05-06,16:22:11.239] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:22:11.245] [INFO] LocationSqlManager initialising [2026-05-06,16:22:11.246] [INFO] Location DB initialising [2026-05-06,16:22:11.256] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:22:11.258] [DEBUG] UploadManager Init [2026-05-06,16:22:11.258] [DEBUG] UploadManager Init Complete [2026-05-06,16:22:11.263] [INFO] Initializing GPS... [2026-05-06,16:22:11.266] [INFO] Starting location capture [2026-05-06,16:22:48.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:22:48.875] [INFO] LocationSqlManager initialising [2026-05-06,16:22:48.876] [INFO] Location DB initialising [2026-05-06,16:22:48.887] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:22:48.888] [DEBUG] UploadManager Init [2026-05-06,16:22:48.889] [DEBUG] UploadManager Init Complete [2026-05-06,16:22:48.893] [INFO] Initializing GPS... [2026-05-06,16:22:48.896] [INFO] Starting location capture [2026-05-06,16:23:22.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:23:22.947] [INFO] LocationSqlManager initialising [2026-05-06,16:23:22.948] [INFO] Location DB initialising [2026-05-06,16:23:22.958] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:23:22.958] [DEBUG] UploadManager Init [2026-05-06,16:23:22.959] [DEBUG] UploadManager Init Complete [2026-05-06,16:23:22.961] [INFO] Initializing GPS... [2026-05-06,16:23:22.963] [INFO] Starting location capture [2026-05-06,16:24:00.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:24:00.896] [INFO] LocationSqlManager initialising [2026-05-06,16:24:00.897] [INFO] Location DB initialising [2026-05-06,16:24:00.906] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:24:00.907] [DEBUG] UploadManager Init [2026-05-06,16:24:00.907] [DEBUG] UploadManager Init Complete [2026-05-06,16:24:00.910] [INFO] Initializing GPS... [2026-05-06,16:24:00.912] [INFO] Starting location capture [2026-05-06,16:24:34.987] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:24:34.994] [INFO] LocationSqlManager initialising [2026-05-06,16:24:34.995] [INFO] Location DB initialising [2026-05-06,16:24:35.005] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:24:35.006] [DEBUG] UploadManager Init [2026-05-06,16:24:35.007] [DEBUG] UploadManager Init Complete [2026-05-06,16:24:35.011] [INFO] Initializing GPS... [2026-05-06,16:24:35.014] [INFO] Starting location capture [2026-05-06,16:25:14.149] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:25:14.156] [INFO] LocationSqlManager initialising [2026-05-06,16:25:14.157] [INFO] Location DB initialising [2026-05-06,16:25:14.168] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:25:14.169] [DEBUG] UploadManager Init [2026-05-06,16:25:14.170] [DEBUG] UploadManager Init Complete [2026-05-06,16:25:14.174] [INFO] Initializing GPS... [2026-05-06,16:25:14.177] [INFO] Starting location capture [2026-05-06,16:25:51.999] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:25:52.004] [INFO] LocationSqlManager initialising [2026-05-06,16:25:52.005] [INFO] Location DB initialising [2026-05-06,16:25:52.015] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:25:52.016] [DEBUG] UploadManager Init [2026-05-06,16:25:52.017] [DEBUG] UploadManager Init Complete [2026-05-06,16:25:52.020] [INFO] Initializing GPS... [2026-05-06,16:25:52.022] [INFO] Starting location capture [2026-05-06,16:26:30.586] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:26:30.591] [INFO] LocationSqlManager initialising [2026-05-06,16:26:30.591] [INFO] Location DB initialising [2026-05-06,16:26:30.600] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:26:30.601] [DEBUG] UploadManager Init [2026-05-06,16:26:30.602] [DEBUG] UploadManager Init Complete [2026-05-06,16:26:30.604] [INFO] Initializing GPS... [2026-05-06,16:26:30.606] [INFO] Starting location capture [2026-05-06,16:27:06.066] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:27:06.074] [INFO] LocationSqlManager initialising [2026-05-06,16:27:06.075] [INFO] Location DB initialising [2026-05-06,16:27:06.086] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:27:06.087] [DEBUG] UploadManager Init [2026-05-06,16:27:06.088] [DEBUG] UploadManager Init Complete [2026-05-06,16:27:06.093] [INFO] Initializing GPS... [2026-05-06,16:27:06.097] [INFO] Starting location capture [2026-05-06,16:27:44.295] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:27:44.302] [INFO] LocationSqlManager initialising [2026-05-06,16:27:44.303] [INFO] Location DB initialising [2026-05-06,16:27:44.313] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:27:44.314] [DEBUG] UploadManager Init [2026-05-06,16:27:44.315] [DEBUG] UploadManager Init Complete [2026-05-06,16:27:44.318] [INFO] Initializing GPS... [2026-05-06,16:27:44.320] [INFO] Starting location capture [2026-05-06,16:28:23.077] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:28:23.082] [INFO] LocationSqlManager initialising [2026-05-06,16:28:23.083] [INFO] Location DB initialising [2026-05-06,16:28:23.092] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:28:23.093] [DEBUG] UploadManager Init [2026-05-06,16:28:23.093] [DEBUG] UploadManager Init Complete [2026-05-06,16:28:23.096] [INFO] Initializing GPS... [2026-05-06,16:28:23.097] [INFO] Starting location capture [2026-05-06,16:29:01.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:29:01.237] [INFO] LocationSqlManager initialising [2026-05-06,16:29:01.237] [INFO] Location DB initialising [2026-05-06,16:29:01.247] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:29:01.248] [DEBUG] UploadManager Init [2026-05-06,16:29:01.248] [DEBUG] UploadManager Init Complete [2026-05-06,16:29:01.251] [INFO] Initializing GPS... [2026-05-06,16:29:01.253] [INFO] Starting location capture [2026-05-06,16:29:39.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:29:40.001] [INFO] LocationSqlManager initialising [2026-05-06,16:29:40.002] [INFO] Location DB initialising [2026-05-06,16:29:40.012] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:29:40.013] [DEBUG] UploadManager Init [2026-05-06,16:29:40.013] [DEBUG] UploadManager Init Complete [2026-05-06,16:29:40.017] [INFO] Initializing GPS... [2026-05-06,16:29:40.019] [INFO] Starting location capture [2026-05-06,16:30:14.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:30:14.913] [INFO] LocationSqlManager initialising [2026-05-06,16:30:14.914] [INFO] Location DB initialising [2026-05-06,16:30:14.925] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:30:14.926] [DEBUG] UploadManager Init [2026-05-06,16:30:14.927] [DEBUG] UploadManager Init Complete [2026-05-06,16:30:14.930] [INFO] Initializing GPS... [2026-05-06,16:30:14.932] [INFO] Starting location capture [2026-05-06,16:30:54.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:30:54.408] [INFO] LocationSqlManager initialising [2026-05-06,16:30:54.409] [INFO] Location DB initialising [2026-05-06,16:30:54.418] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:30:54.419] [DEBUG] UploadManager Init [2026-05-06,16:30:54.419] [DEBUG] UploadManager Init Complete [2026-05-06,16:30:54.422] [INFO] Initializing GPS... [2026-05-06,16:30:54.424] [INFO] Starting location capture [2026-05-06,16:31:28.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:31:28.143] [INFO] LocationSqlManager initialising [2026-05-06,16:31:28.144] [INFO] Location DB initialising [2026-05-06,16:31:28.154] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:31:28.155] [DEBUG] UploadManager Init [2026-05-06,16:31:28.155] [DEBUG] UploadManager Init Complete [2026-05-06,16:31:28.158] [INFO] Initializing GPS... [2026-05-06,16:31:28.159] [INFO] Starting location capture [2026-05-06,16:32:07.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:32:07.116] [INFO] LocationSqlManager initialising [2026-05-06,16:32:07.117] [INFO] Location DB initialising [2026-05-06,16:32:07.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:32:07.130] [DEBUG] UploadManager Init [2026-05-06,16:32:07.130] [DEBUG] UploadManager Init Complete [2026-05-06,16:32:07.135] [INFO] Initializing GPS... [2026-05-06,16:32:07.138] [INFO] Starting location capture [2026-05-06,16:32:44.851] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:32:44.857] [INFO] LocationSqlManager initialising [2026-05-06,16:32:44.857] [INFO] Location DB initialising [2026-05-06,16:32:44.869] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:32:44.870] [DEBUG] UploadManager Init [2026-05-06,16:32:44.871] [DEBUG] UploadManager Init Complete [2026-05-06,16:32:44.875] [INFO] Initializing GPS... [2026-05-06,16:32:44.878] [INFO] Starting location capture [2026-05-06,16:33:24.128] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:33:24.135] [INFO] LocationSqlManager initialising [2026-05-06,16:33:24.136] [INFO] Location DB initialising [2026-05-06,16:33:24.147] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:33:24.148] [DEBUG] UploadManager Init [2026-05-06,16:33:24.149] [DEBUG] UploadManager Init Complete [2026-05-06,16:33:24.154] [INFO] Initializing GPS... [2026-05-06,16:33:24.158] [INFO] Starting location capture [2026-05-06,16:34:01.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:34:01.974] [INFO] LocationSqlManager initialising [2026-05-06,16:34:01.974] [INFO] Location DB initialising [2026-05-06,16:34:01.984] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:34:01.984] [DEBUG] UploadManager Init [2026-05-06,16:34:01.985] [DEBUG] UploadManager Init Complete [2026-05-06,16:34:01.987] [INFO] Initializing GPS... [2026-05-06,16:34:01.989] [INFO] Starting location capture [2026-05-06,16:34:42.029] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:34:42.032] [INFO] LocationSqlManager initialising [2026-05-06,16:34:42.033] [INFO] Location DB initialising [2026-05-06,16:34:42.042] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:34:42.043] [DEBUG] UploadManager Init [2026-05-06,16:34:42.043] [DEBUG] UploadManager Init Complete [2026-05-06,16:34:42.046] [INFO] Initializing GPS... [2026-05-06,16:34:42.047] [INFO] Starting location capture [2026-05-06,16:35:20.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:35:20.101] [INFO] LocationSqlManager initialising [2026-05-06,16:35:20.101] [INFO] Location DB initialising [2026-05-06,16:35:20.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:35:20.112] [DEBUG] UploadManager Init [2026-05-06,16:35:20.112] [DEBUG] UploadManager Init Complete [2026-05-06,16:35:20.114] [INFO] Initializing GPS... [2026-05-06,16:35:20.116] [INFO] Starting location capture [2026-05-06,16:35:59.852] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:35:59.857] [INFO] LocationSqlManager initialising [2026-05-06,16:35:59.858] [INFO] Location DB initialising [2026-05-06,16:35:59.867] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:35:59.868] [DEBUG] UploadManager Init [2026-05-06,16:35:59.869] [DEBUG] UploadManager Init Complete [2026-05-06,16:35:59.872] [INFO] Initializing GPS... [2026-05-06,16:35:59.874] [INFO] Starting location capture [2026-05-06,16:36:38.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:36:38.165] [INFO] LocationSqlManager initialising [2026-05-06,16:36:38.166] [INFO] Location DB initialising [2026-05-06,16:36:38.175] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:36:38.175] [DEBUG] UploadManager Init [2026-05-06,16:36:38.176] [DEBUG] UploadManager Init Complete [2026-05-06,16:36:38.178] [INFO] Initializing GPS... [2026-05-06,16:36:38.180] [INFO] Starting location capture [2026-05-06,16:37:17.050] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:37:17.055] [INFO] LocationSqlManager initialising [2026-05-06,16:37:17.056] [INFO] Location DB initialising [2026-05-06,16:37:17.065] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:37:17.066] [DEBUG] UploadManager Init [2026-05-06,16:37:17.066] [DEBUG] UploadManager Init Complete [2026-05-06,16:37:17.069] [INFO] Initializing GPS... [2026-05-06,16:37:17.071] [INFO] Starting location capture [2026-05-06,16:37:55.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:37:55.841] [INFO] LocationSqlManager initialising [2026-05-06,16:37:55.842] [INFO] Location DB initialising [2026-05-06,16:37:55.853] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:37:55.854] [DEBUG] UploadManager Init [2026-05-06,16:37:55.854] [DEBUG] UploadManager Init Complete [2026-05-06,16:37:55.859] [INFO] Initializing GPS... [2026-05-06,16:37:55.862] [INFO] Starting location capture [2026-05-06,16:38:31.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:38:31.319] [INFO] LocationSqlManager initialising [2026-05-06,16:38:31.319] [INFO] Location DB initialising [2026-05-06,16:38:31.328] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:38:31.329] [DEBUG] UploadManager Init [2026-05-06,16:38:31.329] [DEBUG] UploadManager Init Complete [2026-05-06,16:38:31.332] [INFO] Initializing GPS... [2026-05-06,16:38:31.334] [INFO] Starting location capture [2026-05-06,16:39:09.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:39:09.972] [INFO] LocationSqlManager initialising [2026-05-06,16:39:09.972] [INFO] Location DB initialising [2026-05-06,16:39:09.982] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:39:09.983] [DEBUG] UploadManager Init [2026-05-06,16:39:09.983] [DEBUG] UploadManager Init Complete [2026-05-06,16:39:09.987] [INFO] Initializing GPS... [2026-05-06,16:39:09.989] [INFO] Starting location capture [2026-05-06,16:39:49.102] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:39:49.107] [INFO] LocationSqlManager initialising [2026-05-06,16:39:49.108] [INFO] Location DB initialising [2026-05-06,16:39:49.118] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:39:49.119] [DEBUG] UploadManager Init [2026-05-06,16:39:49.120] [DEBUG] UploadManager Init Complete [2026-05-06,16:39:49.124] [INFO] Initializing GPS... [2026-05-06,16:39:49.128] [INFO] Starting location capture [2026-05-06,16:40:22.965] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:40:22.969] [INFO] LocationSqlManager initialising [2026-05-06,16:40:22.969] [INFO] Location DB initialising [2026-05-06,16:40:22.978] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:40:22.979] [DEBUG] UploadManager Init [2026-05-06,16:40:22.979] [DEBUG] UploadManager Init Complete [2026-05-06,16:40:22.982] [INFO] Initializing GPS... [2026-05-06,16:40:22.984] [INFO] Starting location capture [2026-05-06,16:41:01.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:41:01.765] [INFO] LocationSqlManager initialising [2026-05-06,16:41:01.766] [INFO] Location DB initialising [2026-05-06,16:41:01.776] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:41:01.777] [DEBUG] UploadManager Init [2026-05-06,16:41:01.777] [DEBUG] UploadManager Init Complete [2026-05-06,16:41:01.780] [INFO] Initializing GPS... [2026-05-06,16:41:01.782] [INFO] Starting location capture [2026-05-06,16:41:40.079] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:41:40.085] [INFO] LocationSqlManager initialising [2026-05-06,16:41:40.086] [INFO] Location DB initialising [2026-05-06,16:41:40.097] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:41:40.098] [DEBUG] UploadManager Init [2026-05-06,16:41:40.098] [DEBUG] UploadManager Init Complete [2026-05-06,16:41:40.102] [INFO] Initializing GPS... [2026-05-06,16:41:40.104] [INFO] Starting location capture [2026-05-06,16:42:18.727] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:42:18.734] [INFO] LocationSqlManager initialising [2026-05-06,16:42:18.735] [INFO] Location DB initialising [2026-05-06,16:42:18.746] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:42:18.747] [DEBUG] UploadManager Init [2026-05-06,16:42:18.748] [DEBUG] UploadManager Init Complete [2026-05-06,16:42:18.752] [INFO] Initializing GPS... [2026-05-06,16:42:18.755] [INFO] Starting location capture [2026-05-06,16:42:57.990] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:42:57.995] [INFO] LocationSqlManager initialising [2026-05-06,16:42:57.996] [INFO] Location DB initialising [2026-05-06,16:42:58.005] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:42:58.006] [DEBUG] UploadManager Init [2026-05-06,16:42:58.006] [DEBUG] UploadManager Init Complete [2026-05-06,16:42:58.009] [INFO] Initializing GPS... [2026-05-06,16:42:58.011] [INFO] Starting location capture [2026-05-06,16:43:37.268] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:43:37.276] [INFO] LocationSqlManager initialising [2026-05-06,16:43:37.277] [INFO] Location DB initialising [2026-05-06,16:43:37.288] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:43:37.290] [DEBUG] UploadManager Init [2026-05-06,16:43:37.290] [DEBUG] UploadManager Init Complete [2026-05-06,16:43:37.295] [INFO] Initializing GPS... [2026-05-06,16:43:37.297] [INFO] Starting location capture [2026-05-06,16:44:15.063] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:44:15.070] [INFO] LocationSqlManager initialising [2026-05-06,16:44:15.070] [INFO] Location DB initialising [2026-05-06,16:44:15.080] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:44:15.080] [DEBUG] UploadManager Init [2026-05-06,16:44:15.081] [DEBUG] UploadManager Init Complete [2026-05-06,16:44:15.083] [INFO] Initializing GPS... [2026-05-06,16:44:15.085] [INFO] Starting location capture [2026-05-06,16:44:53.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:44:53.982] [INFO] LocationSqlManager initialising [2026-05-06,16:44:53.983] [INFO] Location DB initialising [2026-05-06,16:44:54.007] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:44:54.009] [DEBUG] UploadManager Init [2026-05-06,16:44:54.010] [DEBUG] UploadManager Init Complete [2026-05-06,16:44:54.039] [INFO] Initializing GPS... [2026-05-06,16:44:54.047] [INFO] Starting location capture [2026-05-06,16:45:31.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:45:31.938] [INFO] LocationSqlManager initialising [2026-05-06,16:45:31.940] [INFO] Location DB initialising [2026-05-06,16:45:31.951] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:45:31.953] [DEBUG] UploadManager Init [2026-05-06,16:45:31.953] [DEBUG] UploadManager Init Complete [2026-05-06,16:45:31.957] [INFO] Initializing GPS... [2026-05-06,16:45:31.960] [INFO] Starting location capture [2026-05-06,16:46:07.473] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:46:07.479] [INFO] LocationSqlManager initialising [2026-05-06,16:46:07.480] [INFO] Location DB initialising [2026-05-06,16:46:07.491] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:46:07.492] [DEBUG] UploadManager Init [2026-05-06,16:46:07.493] [DEBUG] UploadManager Init Complete [2026-05-06,16:46:07.498] [INFO] Initializing GPS... [2026-05-06,16:46:07.501] [INFO] Starting location capture [2026-05-06,16:46:45.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:46:45.948] [INFO] LocationSqlManager initialising [2026-05-06,16:46:45.949] [INFO] Location DB initialising [2026-05-06,16:46:45.958] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:46:45.959] [DEBUG] UploadManager Init [2026-05-06,16:46:45.959] [DEBUG] UploadManager Init Complete [2026-05-06,16:46:45.962] [INFO] Initializing GPS... [2026-05-06,16:46:45.963] [INFO] Starting location capture [2026-05-06,16:47:23.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:47:23.922] [INFO] LocationSqlManager initialising [2026-05-06,16:47:23.923] [INFO] Location DB initialising [2026-05-06,16:47:23.934] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:47:23.935] [DEBUG] UploadManager Init [2026-05-06,16:47:23.936] [DEBUG] UploadManager Init Complete [2026-05-06,16:47:23.941] [INFO] Initializing GPS... [2026-05-06,16:47:23.944] [INFO] Starting location capture [2026-05-06,16:48:03.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:48:03.067] [INFO] LocationSqlManager initialising [2026-05-06,16:48:03.067] [INFO] Location DB initialising [2026-05-06,16:48:03.077] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:48:03.078] [DEBUG] UploadManager Init [2026-05-06,16:48:03.078] [DEBUG] UploadManager Init Complete [2026-05-06,16:48:03.081] [INFO] Initializing GPS... [2026-05-06,16:48:03.084] [INFO] Starting location capture [2026-05-06,16:48:41.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:48:41.191] [INFO] LocationSqlManager initialising [2026-05-06,16:48:41.191] [INFO] Location DB initialising [2026-05-06,16:48:41.203] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:48:41.204] [DEBUG] UploadManager Init [2026-05-06,16:48:41.205] [DEBUG] UploadManager Init Complete [2026-05-06,16:48:41.209] [INFO] Initializing GPS... [2026-05-06,16:48:41.212] [INFO] Starting location capture [2026-05-06,16:49:20.079] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:49:20.084] [INFO] LocationSqlManager initialising [2026-05-06,16:49:20.085] [INFO] Location DB initialising [2026-05-06,16:49:20.094] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:49:20.094] [DEBUG] UploadManager Init [2026-05-06,16:49:20.095] [DEBUG] UploadManager Init Complete [2026-05-06,16:49:20.097] [INFO] Initializing GPS... [2026-05-06,16:49:20.099] [INFO] Starting location capture [2026-05-06,16:49:58.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:49:58.970] [INFO] LocationSqlManager initialising [2026-05-06,16:49:58.970] [INFO] Location DB initialising [2026-05-06,16:49:58.983] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:49:58.984] [DEBUG] UploadManager Init [2026-05-06,16:49:58.985] [DEBUG] UploadManager Init Complete [2026-05-06,16:49:58.988] [INFO] Initializing GPS... [2026-05-06,16:49:58.990] [INFO] Starting location capture [2026-05-06,16:50:36.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:50:36.829] [INFO] LocationSqlManager initialising [2026-05-06,16:50:36.830] [INFO] Location DB initialising [2026-05-06,16:50:36.842] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:50:36.843] [DEBUG] UploadManager Init [2026-05-06,16:50:36.844] [DEBUG] UploadManager Init Complete [2026-05-06,16:50:36.848] [INFO] Initializing GPS... [2026-05-06,16:50:36.851] [INFO] Starting location capture [2026-05-06,16:51:15.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:51:15.897] [INFO] LocationSqlManager initialising [2026-05-06,16:51:15.900] [INFO] Location DB initialising [2026-05-06,16:51:15.916] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:51:15.918] [DEBUG] UploadManager Init [2026-05-06,16:51:15.919] [DEBUG] UploadManager Init Complete [2026-05-06,16:51:15.925] [INFO] Initializing GPS... [2026-05-06,16:51:15.929] [INFO] Starting location capture [2026-05-06,16:51:53.777] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:51:53.783] [INFO] LocationSqlManager initialising [2026-05-06,16:51:53.783] [INFO] Location DB initialising [2026-05-06,16:51:53.794] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:51:53.794] [DEBUG] UploadManager Init [2026-05-06,16:51:53.795] [DEBUG] UploadManager Init Complete [2026-05-06,16:51:53.798] [INFO] Initializing GPS... [2026-05-06,16:51:53.800] [INFO] Starting location capture [2026-05-06,16:52:29.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:52:29.807] [INFO] LocationSqlManager initialising [2026-05-06,16:52:29.808] [INFO] Location DB initialising [2026-05-06,16:52:29.820] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:52:29.822] [DEBUG] UploadManager Init [2026-05-06,16:52:29.822] [DEBUG] UploadManager Init Complete [2026-05-06,16:52:29.827] [INFO] Initializing GPS... [2026-05-06,16:52:29.830] [INFO] Starting location capture [2026-05-06,16:53:08.211] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:53:08.221] [INFO] LocationSqlManager initialising [2026-05-06,16:53:08.223] [INFO] Location DB initialising [2026-05-06,16:53:08.235] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:53:08.236] [DEBUG] UploadManager Init [2026-05-06,16:53:08.237] [DEBUG] UploadManager Init Complete [2026-05-06,16:53:08.241] [INFO] Initializing GPS... [2026-05-06,16:53:08.244] [INFO] Starting location capture [2026-05-06,16:53:47.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:53:47.041] [INFO] LocationSqlManager initialising [2026-05-06,16:53:47.042] [INFO] Location DB initialising [2026-05-06,16:53:47.052] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:53:47.052] [DEBUG] UploadManager Init [2026-05-06,16:53:47.053] [DEBUG] UploadManager Init Complete [2026-05-06,16:53:47.055] [INFO] Initializing GPS... [2026-05-06,16:53:47.057] [INFO] Starting location capture [2026-05-06,16:54:22.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:54:22.017] [INFO] LocationSqlManager initialising [2026-05-06,16:54:22.018] [INFO] Location DB initialising [2026-05-06,16:54:22.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:54:22.027] [DEBUG] UploadManager Init [2026-05-06,16:54:22.028] [DEBUG] UploadManager Init Complete [2026-05-06,16:54:22.030] [INFO] Initializing GPS... [2026-05-06,16:54:22.032] [INFO] Starting location capture [2026-05-06,16:55:01.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:55:01.017] [INFO] LocationSqlManager initialising [2026-05-06,16:55:01.018] [INFO] Location DB initialising [2026-05-06,16:55:01.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:55:01.028] [DEBUG] UploadManager Init [2026-05-06,16:55:01.028] [DEBUG] UploadManager Init Complete [2026-05-06,16:55:01.031] [INFO] Initializing GPS... [2026-05-06,16:55:01.033] [INFO] Starting location capture [2026-05-06,16:55:37.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:55:37.023] [INFO] LocationSqlManager initialising [2026-05-06,16:55:37.024] [INFO] Location DB initialising [2026-05-06,16:55:37.034] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:55:37.035] [DEBUG] UploadManager Init [2026-05-06,16:55:37.035] [DEBUG] UploadManager Init Complete [2026-05-06,16:55:37.038] [INFO] Initializing GPS... [2026-05-06,16:55:37.040] [INFO] Starting location capture [2026-05-06,16:56:14.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:56:14.875] [INFO] LocationSqlManager initialising [2026-05-06,16:56:14.876] [INFO] Location DB initialising [2026-05-06,16:56:14.885] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:56:14.886] [DEBUG] UploadManager Init [2026-05-06,16:56:14.886] [DEBUG] UploadManager Init Complete [2026-05-06,16:56:14.889] [INFO] Initializing GPS... [2026-05-06,16:56:14.891] [INFO] Starting location capture [2026-05-06,16:56:55.302] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:56:55.309] [INFO] LocationSqlManager initialising [2026-05-06,16:56:55.310] [INFO] Location DB initialising [2026-05-06,16:56:55.321] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:56:55.322] [DEBUG] UploadManager Init [2026-05-06,16:56:55.323] [DEBUG] UploadManager Init Complete [2026-05-06,16:56:55.328] [INFO] Initializing GPS... [2026-05-06,16:56:55.330] [INFO] Starting location capture [2026-05-06,16:57:33.427] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:57:33.431] [INFO] LocationSqlManager initialising [2026-05-06,16:57:33.431] [INFO] Location DB initialising [2026-05-06,16:57:33.441] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:57:33.442] [DEBUG] UploadManager Init [2026-05-06,16:57:33.442] [DEBUG] UploadManager Init Complete [2026-05-06,16:57:33.445] [INFO] Initializing GPS... [2026-05-06,16:57:33.447] [INFO] Starting location capture [2026-05-06,16:58:13.153] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:58:13.158] [INFO] LocationSqlManager initialising [2026-05-06,16:58:13.158] [INFO] Location DB initialising [2026-05-06,16:58:13.167] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:58:13.168] [DEBUG] UploadManager Init [2026-05-06,16:58:13.168] [DEBUG] UploadManager Init Complete [2026-05-06,16:58:13.171] [INFO] Initializing GPS... [2026-05-06,16:58:13.173] [INFO] Starting location capture [2026-05-06,16:58:51.629] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:58:51.634] [INFO] LocationSqlManager initialising [2026-05-06,16:58:51.635] [INFO] Location DB initialising [2026-05-06,16:58:51.644] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:58:51.645] [DEBUG] UploadManager Init [2026-05-06,16:58:51.645] [DEBUG] UploadManager Init Complete [2026-05-06,16:58:51.648] [INFO] Initializing GPS... [2026-05-06,16:58:51.650] [INFO] Starting location capture [2026-05-06,16:59:24.989] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,16:59:24.996] [INFO] LocationSqlManager initialising [2026-05-06,16:59:24.997] [INFO] Location DB initialising [2026-05-06,16:59:25.008] [INFO] LocationSqlManager initialisation complete [2026-05-06,16:59:25.009] [DEBUG] UploadManager Init [2026-05-06,16:59:25.010] [DEBUG] UploadManager Init Complete [2026-05-06,16:59:25.015] [INFO] Initializing GPS... [2026-05-06,16:59:25.018] [INFO] Starting location capture [2026-05-06,17:00:04.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:00:04.323] [INFO] LocationSqlManager initialising [2026-05-06,17:00:04.323] [INFO] Location DB initialising [2026-05-06,17:00:04.333] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:00:04.334] [DEBUG] UploadManager Init [2026-05-06,17:00:04.334] [DEBUG] UploadManager Init Complete [2026-05-06,17:00:04.337] [INFO] Initializing GPS... [2026-05-06,17:00:04.340] [INFO] Starting location capture [2026-05-06,17:00:42.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:00:42.989] [INFO] LocationSqlManager initialising [2026-05-06,17:00:42.990] [INFO] Location DB initialising [2026-05-06,17:00:43.003] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:00:43.003] [DEBUG] UploadManager Init [2026-05-06,17:00:43.004] [DEBUG] UploadManager Init Complete [2026-05-06,17:00:43.008] [INFO] Initializing GPS... [2026-05-06,17:00:43.010] [INFO] Starting location capture [2026-05-06,17:01:22.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:01:22.087] [INFO] LocationSqlManager initialising [2026-05-06,17:01:22.088] [INFO] Location DB initialising [2026-05-06,17:01:22.099] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:01:22.100] [DEBUG] UploadManager Init [2026-05-06,17:01:22.101] [DEBUG] UploadManager Init Complete [2026-05-06,17:01:22.105] [INFO] Initializing GPS... [2026-05-06,17:01:22.108] [INFO] Starting location capture [2026-05-06,17:02:00.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:02:00.104] [INFO] LocationSqlManager initialising [2026-05-06,17:02:00.105] [INFO] Location DB initialising [2026-05-06,17:02:00.115] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:02:00.116] [DEBUG] UploadManager Init [2026-05-06,17:02:00.117] [DEBUG] UploadManager Init Complete [2026-05-06,17:02:00.120] [INFO] Initializing GPS... [2026-05-06,17:02:00.121] [INFO] Starting location capture [2026-05-06,17:02:39.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:02:39.166] [INFO] LocationSqlManager initialising [2026-05-06,17:02:39.167] [INFO] Location DB initialising [2026-05-06,17:02:39.178] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:02:39.180] [DEBUG] UploadManager Init [2026-05-06,17:02:39.180] [DEBUG] UploadManager Init Complete [2026-05-06,17:02:39.185] [INFO] Initializing GPS... [2026-05-06,17:02:39.188] [INFO] Starting location capture [2026-05-06,17:03:18.122] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:03:18.129] [INFO] LocationSqlManager initialising [2026-05-06,17:03:18.130] [INFO] Location DB initialising [2026-05-06,17:03:18.141] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:03:18.142] [DEBUG] UploadManager Init [2026-05-06,17:03:18.142] [DEBUG] UploadManager Init Complete [2026-05-06,17:03:18.145] [INFO] Initializing GPS... [2026-05-06,17:03:18.147] [INFO] Starting location capture [2026-05-06,17:03:55.989] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:03:55.994] [INFO] LocationSqlManager initialising [2026-05-06,17:03:55.995] [INFO] Location DB initialising [2026-05-06,17:03:56.004] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:03:56.005] [DEBUG] UploadManager Init [2026-05-06,17:03:56.005] [DEBUG] UploadManager Init Complete [2026-05-06,17:03:56.008] [INFO] Initializing GPS... [2026-05-06,17:03:56.010] [INFO] Starting location capture [2026-05-06,17:04:33.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:04:33.822] [INFO] LocationSqlManager initialising [2026-05-06,17:04:33.822] [INFO] Location DB initialising [2026-05-06,17:04:33.834] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:04:33.835] [DEBUG] UploadManager Init [2026-05-06,17:04:33.836] [DEBUG] UploadManager Init Complete [2026-05-06,17:04:33.840] [INFO] Initializing GPS... [2026-05-06,17:04:33.843] [INFO] Starting location capture [2026-05-06,17:05:13.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:05:13.263] [INFO] LocationSqlManager initialising [2026-05-06,17:05:13.264] [INFO] Location DB initialising [2026-05-06,17:05:13.273] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:05:13.274] [DEBUG] UploadManager Init [2026-05-06,17:05:13.274] [DEBUG] UploadManager Init Complete [2026-05-06,17:05:13.277] [INFO] Initializing GPS... [2026-05-06,17:05:13.279] [INFO] Starting location capture [2026-05-06,17:05:51.990] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:05:52.002] [INFO] LocationSqlManager initialising [2026-05-06,17:05:52.003] [INFO] Location DB initialising [2026-05-06,17:05:52.016] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:05:52.018] [DEBUG] UploadManager Init [2026-05-06,17:05:52.019] [DEBUG] UploadManager Init Complete [2026-05-06,17:05:52.023] [INFO] Initializing GPS... [2026-05-06,17:05:52.027] [INFO] Starting location capture [2026-05-06,17:06:25.968] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:06:25.972] [INFO] LocationSqlManager initialising [2026-05-06,17:06:25.973] [INFO] Location DB initialising [2026-05-06,17:06:25.983] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:06:25.984] [DEBUG] UploadManager Init [2026-05-06,17:06:25.984] [DEBUG] UploadManager Init Complete [2026-05-06,17:06:25.987] [INFO] Initializing GPS... [2026-05-06,17:06:25.990] [INFO] Starting location capture [2026-05-06,17:07:04.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:07:04.204] [INFO] LocationSqlManager initialising [2026-05-06,17:07:04.204] [INFO] Location DB initialising [2026-05-06,17:07:04.214] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:07:04.215] [DEBUG] UploadManager Init [2026-05-06,17:07:04.215] [DEBUG] UploadManager Init Complete [2026-05-06,17:07:04.217] [INFO] Initializing GPS... [2026-05-06,17:07:04.219] [INFO] Starting location capture [2026-05-06,17:07:43.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:07:43.823] [INFO] LocationSqlManager initialising [2026-05-06,17:07:43.823] [INFO] Location DB initialising [2026-05-06,17:07:43.833] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:07:43.833] [DEBUG] UploadManager Init [2026-05-06,17:07:43.834] [DEBUG] UploadManager Init Complete [2026-05-06,17:07:43.836] [INFO] Initializing GPS... [2026-05-06,17:07:43.838] [INFO] Starting location capture [2026-05-06,17:08:22.142] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:08:22.147] [INFO] LocationSqlManager initialising [2026-05-06,17:08:22.148] [INFO] Location DB initialising [2026-05-06,17:08:22.157] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:08:22.158] [DEBUG] UploadManager Init [2026-05-06,17:08:22.158] [DEBUG] UploadManager Init Complete [2026-05-06,17:08:22.161] [INFO] Initializing GPS... [2026-05-06,17:08:22.162] [INFO] Starting location capture [2026-05-06,17:09:01.059] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:09:01.064] [INFO] LocationSqlManager initialising [2026-05-06,17:09:01.065] [INFO] Location DB initialising [2026-05-06,17:09:01.074] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:09:01.075] [DEBUG] UploadManager Init [2026-05-06,17:09:01.075] [DEBUG] UploadManager Init Complete [2026-05-06,17:09:01.078] [INFO] Initializing GPS... [2026-05-06,17:09:01.080] [INFO] Starting location capture [2026-05-06,17:09:38.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:09:38.905] [INFO] LocationSqlManager initialising [2026-05-06,17:09:38.905] [INFO] Location DB initialising [2026-05-06,17:09:38.915] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:09:38.916] [DEBUG] UploadManager Init [2026-05-06,17:09:38.916] [DEBUG] UploadManager Init Complete [2026-05-06,17:09:38.919] [INFO] Initializing GPS... [2026-05-06,17:09:38.921] [INFO] Starting location capture [2026-05-06,17:10:18.316] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:10:18.322] [INFO] LocationSqlManager initialising [2026-05-06,17:10:18.322] [INFO] Location DB initialising [2026-05-06,17:10:18.333] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:10:18.334] [DEBUG] UploadManager Init [2026-05-06,17:10:18.335] [DEBUG] UploadManager Init Complete [2026-05-06,17:10:18.339] [INFO] Initializing GPS... [2026-05-06,17:10:18.342] [INFO] Starting location capture [2026-05-06,17:10:55.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:10:55.871] [INFO] LocationSqlManager initialising [2026-05-06,17:10:55.872] [INFO] Location DB initialising [2026-05-06,17:10:55.882] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:10:55.883] [DEBUG] UploadManager Init [2026-05-06,17:10:55.883] [DEBUG] UploadManager Init Complete [2026-05-06,17:10:55.887] [INFO] Initializing GPS... [2026-05-06,17:10:55.889] [INFO] Starting location capture [2026-05-06,17:11:34.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:11:34.710] [INFO] LocationSqlManager initialising [2026-05-06,17:11:34.711] [INFO] Location DB initialising [2026-05-06,17:11:34.721] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:11:34.722] [DEBUG] UploadManager Init [2026-05-06,17:11:34.722] [DEBUG] UploadManager Init Complete [2026-05-06,17:11:34.725] [INFO] Initializing GPS... [2026-05-06,17:11:34.727] [INFO] Starting location capture [2026-05-06,17:12:12.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:12:13.011] [INFO] LocationSqlManager initialising [2026-05-06,17:12:13.012] [INFO] Location DB initialising [2026-05-06,17:12:13.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:12:13.028] [DEBUG] UploadManager Init [2026-05-06,17:12:13.029] [DEBUG] UploadManager Init Complete [2026-05-06,17:12:13.033] [INFO] Initializing GPS... [2026-05-06,17:12:13.036] [INFO] Starting location capture [2026-05-06,17:12:51.740] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:12:51.746] [INFO] LocationSqlManager initialising [2026-05-06,17:12:51.746] [INFO] Location DB initialising [2026-05-06,17:12:51.755] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:12:51.756] [DEBUG] UploadManager Init [2026-05-06,17:12:51.756] [DEBUG] UploadManager Init Complete [2026-05-06,17:12:51.759] [INFO] Initializing GPS... [2026-05-06,17:12:51.761] [INFO] Starting location capture [2026-05-06,17:13:31.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:13:31.051] [INFO] LocationSqlManager initialising [2026-05-06,17:13:31.053] [INFO] Location DB initialising [2026-05-06,17:13:31.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:13:31.071] [DEBUG] UploadManager Init [2026-05-06,17:13:31.072] [DEBUG] UploadManager Init Complete [2026-05-06,17:13:31.079] [INFO] Initializing GPS... [2026-05-06,17:13:31.083] [INFO] Starting location capture [2026-05-06,17:14:08.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:14:08.811] [INFO] LocationSqlManager initialising [2026-05-06,17:14:08.811] [INFO] Location DB initialising [2026-05-06,17:14:08.821] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:14:08.822] [DEBUG] UploadManager Init [2026-05-06,17:14:08.822] [DEBUG] UploadManager Init Complete [2026-05-06,17:14:08.825] [INFO] Initializing GPS... [2026-05-06,17:14:08.828] [INFO] Starting location capture [2026-05-06,17:14:48.064] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:14:48.070] [INFO] LocationSqlManager initialising [2026-05-06,17:14:48.070] [INFO] Location DB initialising [2026-05-06,17:14:48.081] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:14:48.081] [DEBUG] UploadManager Init [2026-05-06,17:14:48.081] [DEBUG] UploadManager Init Complete [2026-05-06,17:14:48.084] [INFO] Initializing GPS... [2026-05-06,17:14:48.086] [INFO] Starting location capture [2026-05-06,17:15:25.949] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:15:25.954] [INFO] LocationSqlManager initialising [2026-05-06,17:15:25.954] [INFO] Location DB initialising [2026-05-06,17:15:25.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:15:25.964] [DEBUG] UploadManager Init [2026-05-06,17:15:25.964] [DEBUG] UploadManager Init Complete [2026-05-06,17:15:25.967] [INFO] Initializing GPS... [2026-05-06,17:15:25.969] [INFO] Starting location capture [2026-05-06,17:16:05.028] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:16:05.033] [INFO] LocationSqlManager initialising [2026-05-06,17:16:05.033] [INFO] Location DB initialising [2026-05-06,17:16:05.043] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:16:05.044] [DEBUG] UploadManager Init [2026-05-06,17:16:05.044] [DEBUG] UploadManager Init Complete [2026-05-06,17:16:05.047] [INFO] Initializing GPS... [2026-05-06,17:16:05.049] [INFO] Starting location capture [2026-05-06,17:16:43.295] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:16:43.302] [INFO] LocationSqlManager initialising [2026-05-06,17:16:43.303] [INFO] Location DB initialising [2026-05-06,17:16:43.315] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:16:43.316] [DEBUG] UploadManager Init [2026-05-06,17:16:43.317] [DEBUG] UploadManager Init Complete [2026-05-06,17:16:43.321] [INFO] Initializing GPS... [2026-05-06,17:16:43.324] [INFO] Starting location capture [2026-05-06,17:17:22.289] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:17:22.295] [INFO] LocationSqlManager initialising [2026-05-06,17:17:22.295] [INFO] Location DB initialising [2026-05-06,17:17:22.305] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:17:22.306] [DEBUG] UploadManager Init [2026-05-06,17:17:22.307] [DEBUG] UploadManager Init Complete [2026-05-06,17:17:22.310] [INFO] Initializing GPS... [2026-05-06,17:17:22.312] [INFO] Starting location capture [2026-05-06,17:18:00.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:18:00.115] [INFO] LocationSqlManager initialising [2026-05-06,17:18:00.116] [INFO] Location DB initialising [2026-05-06,17:18:00.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:18:00.128] [DEBUG] UploadManager Init [2026-05-06,17:18:00.128] [DEBUG] UploadManager Init Complete [2026-05-06,17:18:00.131] [INFO] Initializing GPS... [2026-05-06,17:18:00.134] [INFO] Starting location capture [2026-05-06,17:18:40.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:18:40.104] [INFO] LocationSqlManager initialising [2026-05-06,17:18:40.106] [INFO] Location DB initialising [2026-05-06,17:18:40.118] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:18:40.120] [DEBUG] UploadManager Init [2026-05-06,17:18:40.120] [DEBUG] UploadManager Init Complete [2026-05-06,17:18:40.125] [INFO] Initializing GPS... [2026-05-06,17:18:40.128] [INFO] Starting location capture [2026-05-06,17:19:18.704] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:19:18.709] [INFO] LocationSqlManager initialising [2026-05-06,17:19:18.710] [INFO] Location DB initialising [2026-05-06,17:19:18.719] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:19:18.720] [DEBUG] UploadManager Init [2026-05-06,17:19:18.720] [DEBUG] UploadManager Init Complete [2026-05-06,17:19:18.723] [INFO] Initializing GPS... [2026-05-06,17:19:18.725] [INFO] Starting location capture [2026-05-06,17:19:57.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:19:57.296] [INFO] LocationSqlManager initialising [2026-05-06,17:19:57.297] [INFO] Location DB initialising [2026-05-06,17:19:57.309] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:19:57.310] [DEBUG] UploadManager Init [2026-05-06,17:19:57.311] [DEBUG] UploadManager Init Complete [2026-05-06,17:19:57.314] [INFO] Initializing GPS... [2026-05-06,17:19:57.316] [INFO] Starting location capture [2026-05-06,17:20:36.577] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:20:36.582] [INFO] LocationSqlManager initialising [2026-05-06,17:20:36.583] [INFO] Location DB initialising [2026-05-06,17:20:36.592] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:20:36.593] [DEBUG] UploadManager Init [2026-05-06,17:20:36.593] [DEBUG] UploadManager Init Complete [2026-05-06,17:20:36.596] [INFO] Initializing GPS... [2026-05-06,17:20:36.598] [INFO] Starting location capture [2026-05-06,17:21:15.285] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:21:15.293] [INFO] LocationSqlManager initialising [2026-05-06,17:21:15.294] [INFO] Location DB initialising [2026-05-06,17:21:15.304] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:21:15.306] [DEBUG] UploadManager Init [2026-05-06,17:21:15.306] [DEBUG] UploadManager Init Complete [2026-05-06,17:21:15.311] [INFO] Initializing GPS... [2026-05-06,17:21:15.313] [INFO] Starting location capture [2026-05-06,17:21:53.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:21:53.066] [INFO] LocationSqlManager initialising [2026-05-06,17:21:53.067] [INFO] Location DB initialising [2026-05-06,17:21:53.076] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:21:53.077] [DEBUG] UploadManager Init [2026-05-06,17:21:53.077] [DEBUG] UploadManager Init Complete [2026-05-06,17:21:53.080] [INFO] Initializing GPS... [2026-05-06,17:21:53.082] [INFO] Starting location capture [2026-05-06,17:22:27.046] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:22:27.052] [INFO] LocationSqlManager initialising [2026-05-06,17:22:27.052] [INFO] Location DB initialising [2026-05-06,17:22:27.063] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:22:27.063] [DEBUG] UploadManager Init [2026-05-06,17:22:27.064] [DEBUG] UploadManager Init Complete [2026-05-06,17:22:27.067] [INFO] Initializing GPS... [2026-05-06,17:22:27.069] [INFO] Starting location capture [2026-05-06,17:23:06.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:23:06.164] [INFO] LocationSqlManager initialising [2026-05-06,17:23:06.165] [INFO] Location DB initialising [2026-05-06,17:23:06.177] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:23:06.178] [DEBUG] UploadManager Init [2026-05-06,17:23:06.178] [DEBUG] UploadManager Init Complete [2026-05-06,17:23:06.183] [INFO] Initializing GPS... [2026-05-06,17:23:06.185] [INFO] Starting location capture [2026-05-06,17:23:44.002] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:23:44.007] [INFO] LocationSqlManager initialising [2026-05-06,17:23:44.007] [INFO] Location DB initialising [2026-05-06,17:23:44.017] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:23:44.018] [DEBUG] UploadManager Init [2026-05-06,17:23:44.018] [DEBUG] UploadManager Init Complete [2026-05-06,17:23:44.021] [INFO] Initializing GPS... [2026-05-06,17:23:44.022] [INFO] Starting location capture [2026-05-06,17:24:23.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:24:23.929] [INFO] LocationSqlManager initialising [2026-05-06,17:24:23.930] [INFO] Location DB initialising [2026-05-06,17:24:23.942] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:24:23.943] [DEBUG] UploadManager Init [2026-05-06,17:24:23.943] [DEBUG] UploadManager Init Complete [2026-05-06,17:24:23.948] [INFO] Initializing GPS... [2026-05-06,17:24:23.951] [INFO] Starting location capture [2026-05-06,17:25:02.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:25:02.032] [INFO] LocationSqlManager initialising [2026-05-06,17:25:02.033] [INFO] Location DB initialising [2026-05-06,17:25:02.042] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:25:02.043] [DEBUG] UploadManager Init [2026-05-06,17:25:02.043] [DEBUG] UploadManager Init Complete [2026-05-06,17:25:02.046] [INFO] Initializing GPS... [2026-05-06,17:25:02.048] [INFO] Starting location capture [2026-05-06,17:25:41.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:25:41.948] [INFO] LocationSqlManager initialising [2026-05-06,17:25:41.949] [INFO] Location DB initialising [2026-05-06,17:25:41.960] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:25:41.962] [DEBUG] UploadManager Init [2026-05-06,17:25:41.962] [DEBUG] UploadManager Init Complete [2026-05-06,17:25:41.967] [INFO] Initializing GPS... [2026-05-06,17:25:41.970] [INFO] Starting location capture [2026-05-06,17:26:20.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:26:20.092] [INFO] LocationSqlManager initialising [2026-05-06,17:26:20.093] [INFO] Location DB initialising [2026-05-06,17:26:20.102] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:26:20.103] [DEBUG] UploadManager Init [2026-05-06,17:26:20.103] [DEBUG] UploadManager Init Complete [2026-05-06,17:26:20.106] [INFO] Initializing GPS... [2026-05-06,17:26:20.108] [INFO] Starting location capture [2026-05-06,17:26:54.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:26:54.076] [INFO] LocationSqlManager initialising [2026-05-06,17:26:54.077] [INFO] Location DB initialising [2026-05-06,17:26:54.087] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:26:54.088] [DEBUG] UploadManager Init [2026-05-06,17:26:54.088] [DEBUG] UploadManager Init Complete [2026-05-06,17:26:54.091] [INFO] Initializing GPS... [2026-05-06,17:26:54.093] [INFO] Starting location capture [2026-05-06,17:27:32.817] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:27:32.821] [INFO] LocationSqlManager initialising [2026-05-06,17:27:32.822] [INFO] Location DB initialising [2026-05-06,17:27:32.831] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:27:32.832] [DEBUG] UploadManager Init [2026-05-06,17:27:32.832] [DEBUG] UploadManager Init Complete [2026-05-06,17:27:32.835] [INFO] Initializing GPS... [2026-05-06,17:27:32.837] [INFO] Starting location capture [2026-05-06,17:28:12.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:28:12.065] [INFO] LocationSqlManager initialising [2026-05-06,17:28:12.066] [INFO] Location DB initialising [2026-05-06,17:28:12.075] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:28:12.076] [DEBUG] UploadManager Init [2026-05-06,17:28:12.076] [DEBUG] UploadManager Init Complete [2026-05-06,17:28:12.079] [INFO] Initializing GPS... [2026-05-06,17:28:12.081] [INFO] Starting location capture [2026-05-06,17:28:50.425] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:28:50.431] [INFO] LocationSqlManager initialising [2026-05-06,17:28:50.431] [INFO] Location DB initialising [2026-05-06,17:28:50.441] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:28:50.442] [DEBUG] UploadManager Init [2026-05-06,17:28:50.442] [DEBUG] UploadManager Init Complete [2026-05-06,17:28:50.445] [INFO] Initializing GPS... [2026-05-06,17:28:50.447] [INFO] Starting location capture [2026-05-06,17:29:28.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:29:28.766] [INFO] LocationSqlManager initialising [2026-05-06,17:29:28.766] [INFO] Location DB initialising [2026-05-06,17:29:28.776] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:29:28.777] [DEBUG] UploadManager Init [2026-05-06,17:29:28.777] [DEBUG] UploadManager Init Complete [2026-05-06,17:29:28.780] [INFO] Initializing GPS... [2026-05-06,17:29:28.782] [INFO] Starting location capture [2026-05-06,17:30:06.656] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:30:06.661] [INFO] LocationSqlManager initialising [2026-05-06,17:30:06.661] [INFO] Location DB initialising [2026-05-06,17:30:06.671] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:30:06.672] [DEBUG] UploadManager Init [2026-05-06,17:30:06.672] [DEBUG] UploadManager Init Complete [2026-05-06,17:30:06.675] [INFO] Initializing GPS... [2026-05-06,17:30:06.678] [INFO] Starting location capture [2026-05-06,17:30:46.145] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:30:46.151] [INFO] LocationSqlManager initialising [2026-05-06,17:30:46.151] [INFO] Location DB initialising [2026-05-06,17:30:46.162] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:30:46.163] [DEBUG] UploadManager Init [2026-05-06,17:30:46.164] [DEBUG] UploadManager Init Complete [2026-05-06,17:30:46.169] [INFO] Initializing GPS... [2026-05-06,17:30:46.171] [INFO] Starting location capture [2026-05-06,17:31:23.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:31:23.827] [INFO] LocationSqlManager initialising [2026-05-06,17:31:23.828] [INFO] Location DB initialising [2026-05-06,17:31:23.837] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:31:23.838] [DEBUG] UploadManager Init [2026-05-06,17:31:23.838] [DEBUG] UploadManager Init Complete [2026-05-06,17:31:23.841] [INFO] Initializing GPS... [2026-05-06,17:31:23.842] [INFO] Starting location capture [2026-05-06,17:32:02.901] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:32:02.906] [INFO] LocationSqlManager initialising [2026-05-06,17:32:02.907] [INFO] Location DB initialising [2026-05-06,17:32:02.917] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:32:02.918] [DEBUG] UploadManager Init [2026-05-06,17:32:02.919] [DEBUG] UploadManager Init Complete [2026-05-06,17:32:02.922] [INFO] Initializing GPS... [2026-05-06,17:32:02.924] [INFO] Starting location capture [2026-05-06,17:32:41.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:32:41.135] [INFO] LocationSqlManager initialising [2026-05-06,17:32:41.136] [INFO] Location DB initialising [2026-05-06,17:32:41.145] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:32:41.146] [DEBUG] UploadManager Init [2026-05-06,17:32:41.146] [DEBUG] UploadManager Init Complete [2026-05-06,17:32:41.149] [INFO] Initializing GPS... [2026-05-06,17:32:41.151] [INFO] Starting location capture [2026-05-06,17:33:19.595] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:33:19.604] [INFO] LocationSqlManager initialising [2026-05-06,17:33:19.605] [INFO] Location DB initialising [2026-05-06,17:33:19.616] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:33:19.617] [DEBUG] UploadManager Init [2026-05-06,17:33:19.618] [DEBUG] UploadManager Init Complete [2026-05-06,17:33:19.622] [INFO] Initializing GPS... [2026-05-06,17:33:19.625] [INFO] Starting location capture [2026-05-06,17:33:57.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:33:57.905] [INFO] LocationSqlManager initialising [2026-05-06,17:33:57.906] [INFO] Location DB initialising [2026-05-06,17:33:57.916] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:33:57.916] [DEBUG] UploadManager Init [2026-05-06,17:33:57.917] [DEBUG] UploadManager Init Complete [2026-05-06,17:33:57.919] [INFO] Initializing GPS... [2026-05-06,17:33:57.921] [INFO] Starting location capture [2026-05-06,17:34:36.309] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:34:36.314] [INFO] LocationSqlManager initialising [2026-05-06,17:34:36.314] [INFO] Location DB initialising [2026-05-06,17:34:36.323] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:34:36.324] [DEBUG] UploadManager Init [2026-05-06,17:34:36.325] [DEBUG] UploadManager Init Complete [2026-05-06,17:34:36.327] [INFO] Initializing GPS... [2026-05-06,17:34:36.329] [INFO] Starting location capture [2026-05-06,17:35:15.294] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:35:15.301] [INFO] LocationSqlManager initialising [2026-05-06,17:35:15.302] [INFO] Location DB initialising [2026-05-06,17:35:15.315] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:35:15.316] [DEBUG] UploadManager Init [2026-05-06,17:35:15.317] [DEBUG] UploadManager Init Complete [2026-05-06,17:35:15.321] [INFO] Initializing GPS... [2026-05-06,17:35:15.323] [INFO] Starting location capture [2026-05-06,17:35:54.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:35:54.234] [INFO] LocationSqlManager initialising [2026-05-06,17:35:54.235] [INFO] Location DB initialising [2026-05-06,17:35:54.244] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:35:54.245] [DEBUG] UploadManager Init [2026-05-06,17:35:54.246] [DEBUG] UploadManager Init Complete [2026-05-06,17:35:54.249] [INFO] Initializing GPS... [2026-05-06,17:35:54.251] [INFO] Starting location capture [2026-05-06,17:36:33.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:36:33.275] [INFO] LocationSqlManager initialising [2026-05-06,17:36:33.276] [INFO] Location DB initialising [2026-05-06,17:36:33.285] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:36:33.286] [DEBUG] UploadManager Init [2026-05-06,17:36:33.286] [DEBUG] UploadManager Init Complete [2026-05-06,17:36:33.289] [INFO] Initializing GPS... [2026-05-06,17:36:33.291] [INFO] Starting location capture [2026-05-06,17:37:11.211] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:37:11.218] [INFO] LocationSqlManager initialising [2026-05-06,17:37:11.218] [INFO] Location DB initialising [2026-05-06,17:37:11.229] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:37:11.229] [DEBUG] UploadManager Init [2026-05-06,17:37:11.230] [DEBUG] UploadManager Init Complete [2026-05-06,17:37:11.233] [INFO] Initializing GPS... [2026-05-06,17:37:11.236] [INFO] Starting location capture [2026-05-06,17:37:49.717] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:37:49.724] [INFO] LocationSqlManager initialising [2026-05-06,17:37:49.725] [INFO] Location DB initialising [2026-05-06,17:37:49.737] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:37:49.738] [DEBUG] UploadManager Init [2026-05-06,17:37:49.739] [DEBUG] UploadManager Init Complete [2026-05-06,17:37:49.743] [INFO] Initializing GPS... [2026-05-06,17:37:49.746] [INFO] Starting location capture [2026-05-06,17:38:28.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:38:28.174] [INFO] LocationSqlManager initialising [2026-05-06,17:38:28.175] [INFO] Location DB initialising [2026-05-06,17:38:28.184] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:38:28.185] [DEBUG] UploadManager Init [2026-05-06,17:38:28.186] [DEBUG] UploadManager Init Complete [2026-05-06,17:38:28.191] [INFO] Initializing GPS... [2026-05-06,17:38:28.193] [INFO] Starting location capture [2026-05-06,17:39:07.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:39:07.193] [INFO] LocationSqlManager initialising [2026-05-06,17:39:07.194] [INFO] Location DB initialising [2026-05-06,17:39:07.206] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:39:07.207] [DEBUG] UploadManager Init [2026-05-06,17:39:07.208] [DEBUG] UploadManager Init Complete [2026-05-06,17:39:07.212] [INFO] Initializing GPS... [2026-05-06,17:39:07.216] [INFO] Starting location capture [2026-05-06,17:39:41.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:39:41.979] [INFO] LocationSqlManager initialising [2026-05-06,17:39:41.979] [INFO] Location DB initialising [2026-05-06,17:39:41.988] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:39:41.989] [DEBUG] UploadManager Init [2026-05-06,17:39:41.989] [DEBUG] UploadManager Init Complete [2026-05-06,17:39:41.992] [INFO] Initializing GPS... [2026-05-06,17:39:41.994] [INFO] Starting location capture [2026-05-06,17:40:20.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:40:20.100] [INFO] LocationSqlManager initialising [2026-05-06,17:40:20.101] [INFO] Location DB initialising [2026-05-06,17:40:20.110] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:40:20.111] [DEBUG] UploadManager Init [2026-05-06,17:40:20.111] [DEBUG] UploadManager Init Complete [2026-05-06,17:40:20.114] [INFO] Initializing GPS... [2026-05-06,17:40:20.116] [INFO] Starting location capture [2026-05-06,17:40:59.639] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:40:59.644] [INFO] LocationSqlManager initialising [2026-05-06,17:40:59.645] [INFO] Location DB initialising [2026-05-06,17:40:59.654] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:40:59.654] [DEBUG] UploadManager Init [2026-05-06,17:40:59.655] [DEBUG] UploadManager Init Complete [2026-05-06,17:40:59.658] [INFO] Initializing GPS... [2026-05-06,17:40:59.659] [INFO] Starting location capture [2026-05-06,17:41:38.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:41:38.833] [INFO] LocationSqlManager initialising [2026-05-06,17:41:38.834] [INFO] Location DB initialising [2026-05-06,17:41:38.844] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:41:38.844] [DEBUG] UploadManager Init [2026-05-06,17:41:38.845] [DEBUG] UploadManager Init Complete [2026-05-06,17:41:38.848] [INFO] Initializing GPS... [2026-05-06,17:41:38.850] [INFO] Starting location capture [2026-05-06,17:42:17.167] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:42:17.172] [INFO] LocationSqlManager initialising [2026-05-06,17:42:17.173] [INFO] Location DB initialising [2026-05-06,17:42:17.182] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:42:17.183] [DEBUG] UploadManager Init [2026-05-06,17:42:17.183] [DEBUG] UploadManager Init Complete [2026-05-06,17:42:17.186] [INFO] Initializing GPS... [2026-05-06,17:42:17.188] [INFO] Starting location capture [2026-05-06,17:42:55.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:42:55.876] [INFO] LocationSqlManager initialising [2026-05-06,17:42:55.877] [INFO] Location DB initialising [2026-05-06,17:42:55.886] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:42:55.886] [DEBUG] UploadManager Init [2026-05-06,17:42:55.887] [DEBUG] UploadManager Init Complete [2026-05-06,17:42:55.889] [INFO] Initializing GPS... [2026-05-06,17:42:55.891] [INFO] Starting location capture [2026-05-06,17:43:35.100] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:43:35.106] [INFO] LocationSqlManager initialising [2026-05-06,17:43:35.107] [INFO] Location DB initialising [2026-05-06,17:43:35.119] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:43:35.120] [DEBUG] UploadManager Init [2026-05-06,17:43:35.121] [DEBUG] UploadManager Init Complete [2026-05-06,17:43:35.125] [INFO] Initializing GPS... [2026-05-06,17:43:35.128] [INFO] Starting location capture [2026-05-06,17:44:13.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:44:13.392] [INFO] LocationSqlManager initialising [2026-05-06,17:44:13.393] [INFO] Location DB initialising [2026-05-06,17:44:13.404] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:44:13.405] [DEBUG] UploadManager Init [2026-05-06,17:44:13.406] [DEBUG] UploadManager Init Complete [2026-05-06,17:44:13.411] [INFO] Initializing GPS... [2026-05-06,17:44:13.414] [INFO] Starting location capture [2026-05-06,17:44:52.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:44:52.267] [INFO] LocationSqlManager initialising [2026-05-06,17:44:52.268] [INFO] Location DB initialising [2026-05-06,17:44:52.277] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:44:52.278] [DEBUG] UploadManager Init [2026-05-06,17:44:52.278] [DEBUG] UploadManager Init Complete [2026-05-06,17:44:52.281] [INFO] Initializing GPS... [2026-05-06,17:44:52.283] [INFO] Starting location capture [2026-05-06,17:45:32.379] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:45:32.383] [INFO] LocationSqlManager initialising [2026-05-06,17:45:32.383] [INFO] Location DB initialising [2026-05-06,17:45:32.394] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:45:32.395] [DEBUG] UploadManager Init [2026-05-06,17:45:32.396] [DEBUG] UploadManager Init Complete [2026-05-06,17:45:32.399] [INFO] Initializing GPS... [2026-05-06,17:45:32.401] [INFO] Starting location capture [2026-05-06,17:46:11.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:46:11.335] [INFO] LocationSqlManager initialising [2026-05-06,17:46:11.335] [INFO] Location DB initialising [2026-05-06,17:46:11.345] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:46:11.346] [DEBUG] UploadManager Init [2026-05-06,17:46:11.346] [DEBUG] UploadManager Init Complete [2026-05-06,17:46:11.349] [INFO] Initializing GPS... [2026-05-06,17:46:11.351] [INFO] Starting location capture [2026-05-06,17:46:48.838] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:46:48.841] [INFO] LocationSqlManager initialising [2026-05-06,17:46:48.842] [INFO] Location DB initialising [2026-05-06,17:46:48.851] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:46:48.852] [DEBUG] UploadManager Init [2026-05-06,17:46:48.852] [DEBUG] UploadManager Init Complete [2026-05-06,17:46:48.855] [INFO] Initializing GPS... [2026-05-06,17:46:48.857] [INFO] Starting location capture [2026-05-06,17:47:22.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:47:22.920] [INFO] LocationSqlManager initialising [2026-05-06,17:47:22.921] [INFO] Location DB initialising [2026-05-06,17:47:22.932] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:47:22.933] [DEBUG] UploadManager Init [2026-05-06,17:47:22.933] [DEBUG] UploadManager Init Complete [2026-05-06,17:47:22.938] [INFO] Initializing GPS... [2026-05-06,17:47:22.940] [INFO] Starting location capture [2026-05-06,17:48:01.927] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:48:01.934] [INFO] LocationSqlManager initialising [2026-05-06,17:48:01.935] [INFO] Location DB initialising [2026-05-06,17:48:01.945] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:48:01.947] [DEBUG] UploadManager Init [2026-05-06,17:48:01.948] [DEBUG] UploadManager Init Complete [2026-05-06,17:48:01.952] [INFO] Initializing GPS... [2026-05-06,17:48:01.955] [INFO] Starting location capture [2026-05-06,17:48:40.481] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:48:40.486] [INFO] LocationSqlManager initialising [2026-05-06,17:48:40.487] [INFO] Location DB initialising [2026-05-06,17:48:40.496] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:48:40.497] [DEBUG] UploadManager Init [2026-05-06,17:48:40.497] [DEBUG] UploadManager Init Complete [2026-05-06,17:48:40.501] [INFO] Initializing GPS... [2026-05-06,17:48:40.504] [INFO] Starting location capture [2026-05-06,17:49:19.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:49:19.138] [INFO] LocationSqlManager initialising [2026-05-06,17:49:19.139] [INFO] Location DB initialising [2026-05-06,17:49:19.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:49:19.150] [DEBUG] UploadManager Init [2026-05-06,17:49:19.150] [DEBUG] UploadManager Init Complete [2026-05-06,17:49:19.154] [INFO] Initializing GPS... [2026-05-06,17:49:19.156] [INFO] Starting location capture [2026-05-06,17:49:57.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:49:57.125] [INFO] LocationSqlManager initialising [2026-05-06,17:49:57.126] [INFO] Location DB initialising [2026-05-06,17:49:57.137] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:49:57.137] [DEBUG] UploadManager Init [2026-05-06,17:49:57.138] [DEBUG] UploadManager Init Complete [2026-05-06,17:49:57.141] [INFO] Initializing GPS... [2026-05-06,17:49:57.143] [INFO] Starting location capture [2026-05-06,17:50:35.691] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:50:35.696] [INFO] LocationSqlManager initialising [2026-05-06,17:50:35.697] [INFO] Location DB initialising [2026-05-06,17:50:35.709] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:50:35.710] [DEBUG] UploadManager Init [2026-05-06,17:50:35.710] [DEBUG] UploadManager Init Complete [2026-05-06,17:50:35.715] [INFO] Initializing GPS... [2026-05-06,17:50:35.717] [INFO] Starting location capture [2026-05-06,17:51:14.324] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:51:14.329] [INFO] LocationSqlManager initialising [2026-05-06,17:51:14.330] [INFO] Location DB initialising [2026-05-06,17:51:14.339] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:51:14.340] [DEBUG] UploadManager Init [2026-05-06,17:51:14.341] [DEBUG] UploadManager Init Complete [2026-05-06,17:51:14.343] [INFO] Initializing GPS... [2026-05-06,17:51:14.345] [INFO] Starting location capture [2026-05-06,17:51:53.461] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:51:53.466] [INFO] LocationSqlManager initialising [2026-05-06,17:51:53.467] [INFO] Location DB initialising [2026-05-06,17:51:53.476] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:51:53.477] [DEBUG] UploadManager Init [2026-05-06,17:51:53.477] [DEBUG] UploadManager Init Complete [2026-05-06,17:51:53.480] [INFO] Initializing GPS... [2026-05-06,17:51:53.481] [INFO] Starting location capture [2026-05-06,17:52:31.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:52:31.959] [INFO] LocationSqlManager initialising [2026-05-06,17:52:31.960] [INFO] Location DB initialising [2026-05-06,17:52:31.970] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:52:31.971] [DEBUG] UploadManager Init [2026-05-06,17:52:31.972] [DEBUG] UploadManager Init Complete [2026-05-06,17:52:31.975] [INFO] Initializing GPS... [2026-05-06,17:52:31.977] [INFO] Starting location capture [2026-05-06,17:53:10.803] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:53:10.809] [INFO] LocationSqlManager initialising [2026-05-06,17:53:10.810] [INFO] Location DB initialising [2026-05-06,17:53:10.820] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:53:10.821] [DEBUG] UploadManager Init [2026-05-06,17:53:10.821] [DEBUG] UploadManager Init Complete [2026-05-06,17:53:10.824] [INFO] Initializing GPS... [2026-05-06,17:53:10.827] [INFO] Starting location capture [2026-05-06,17:53:50.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:53:50.079] [INFO] LocationSqlManager initialising [2026-05-06,17:53:50.080] [INFO] Location DB initialising [2026-05-06,17:53:50.091] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:53:50.092] [DEBUG] UploadManager Init [2026-05-06,17:53:50.092] [DEBUG] UploadManager Init Complete [2026-05-06,17:53:50.095] [INFO] Initializing GPS... [2026-05-06,17:53:50.097] [INFO] Starting location capture [2026-05-06,17:54:29.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:54:29.113] [INFO] LocationSqlManager initialising [2026-05-06,17:54:29.114] [INFO] Location DB initialising [2026-05-06,17:54:29.126] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:54:29.127] [DEBUG] UploadManager Init [2026-05-06,17:54:29.128] [DEBUG] UploadManager Init Complete [2026-05-06,17:54:29.133] [INFO] Initializing GPS... [2026-05-06,17:54:29.136] [INFO] Starting location capture [2026-05-06,17:55:06.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:55:06.826] [INFO] LocationSqlManager initialising [2026-05-06,17:55:06.827] [INFO] Location DB initialising [2026-05-06,17:55:06.836] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:55:06.837] [DEBUG] UploadManager Init [2026-05-06,17:55:06.837] [DEBUG] UploadManager Init Complete [2026-05-06,17:55:06.840] [INFO] Initializing GPS... [2026-05-06,17:55:06.842] [INFO] Starting location capture [2026-05-06,17:55:46.317] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:55:46.322] [INFO] LocationSqlManager initialising [2026-05-06,17:55:46.323] [INFO] Location DB initialising [2026-05-06,17:55:46.332] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:55:46.332] [DEBUG] UploadManager Init [2026-05-06,17:55:46.333] [DEBUG] UploadManager Init Complete [2026-05-06,17:55:46.335] [INFO] Initializing GPS... [2026-05-06,17:55:46.337] [INFO] Starting location capture [2026-05-06,17:56:19.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:56:19.810] [INFO] LocationSqlManager initialising [2026-05-06,17:56:19.811] [INFO] Location DB initialising [2026-05-06,17:56:19.822] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:56:19.822] [DEBUG] UploadManager Init [2026-05-06,17:56:19.823] [DEBUG] UploadManager Init Complete [2026-05-06,17:56:19.826] [INFO] Initializing GPS... [2026-05-06,17:56:19.828] [INFO] Starting location capture [2026-05-06,17:56:57.581] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:56:57.585] [INFO] LocationSqlManager initialising [2026-05-06,17:56:57.586] [INFO] Location DB initialising [2026-05-06,17:56:57.595] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:56:57.596] [DEBUG] UploadManager Init [2026-05-06,17:56:57.596] [DEBUG] UploadManager Init Complete [2026-05-06,17:56:57.599] [INFO] Initializing GPS... [2026-05-06,17:56:57.601] [INFO] Starting location capture [2026-05-06,17:57:35.646] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:57:35.652] [INFO] LocationSqlManager initialising [2026-05-06,17:57:35.653] [INFO] Location DB initialising [2026-05-06,17:57:35.665] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:57:35.666] [DEBUG] UploadManager Init [2026-05-06,17:57:35.667] [DEBUG] UploadManager Init Complete [2026-05-06,17:57:35.671] [INFO] Initializing GPS... [2026-05-06,17:57:35.674] [INFO] Starting location capture [2026-05-06,17:58:15.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:58:15.039] [INFO] LocationSqlManager initialising [2026-05-06,17:58:15.040] [INFO] Location DB initialising [2026-05-06,17:58:15.052] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:58:15.053] [DEBUG] UploadManager Init [2026-05-06,17:58:15.053] [DEBUG] UploadManager Init Complete [2026-05-06,17:58:15.058] [INFO] Initializing GPS... [2026-05-06,17:58:15.061] [INFO] Starting location capture [2026-05-06,17:58:52.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:58:52.905] [INFO] LocationSqlManager initialising [2026-05-06,17:58:52.906] [INFO] Location DB initialising [2026-05-06,17:58:52.915] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:58:52.916] [DEBUG] UploadManager Init [2026-05-06,17:58:52.916] [DEBUG] UploadManager Init Complete [2026-05-06,17:58:52.919] [INFO] Initializing GPS... [2026-05-06,17:58:52.920] [INFO] Starting location capture [2026-05-06,17:59:32.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,17:59:32.075] [INFO] LocationSqlManager initialising [2026-05-06,17:59:32.076] [INFO] Location DB initialising [2026-05-06,17:59:32.085] [INFO] LocationSqlManager initialisation complete [2026-05-06,17:59:32.086] [DEBUG] UploadManager Init [2026-05-06,17:59:32.086] [DEBUG] UploadManager Init Complete [2026-05-06,17:59:32.089] [INFO] Initializing GPS... [2026-05-06,17:59:32.091] [INFO] Starting location capture [2026-05-06,18:00:10.357] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:00:10.362] [INFO] LocationSqlManager initialising [2026-05-06,18:00:10.363] [INFO] Location DB initialising [2026-05-06,18:00:10.373] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:00:10.374] [DEBUG] UploadManager Init [2026-05-06,18:00:10.375] [DEBUG] UploadManager Init Complete [2026-05-06,18:00:10.378] [INFO] Initializing GPS... [2026-05-06,18:00:10.381] [INFO] Starting location capture [2026-05-06,18:00:48.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:00:48.846] [INFO] LocationSqlManager initialising [2026-05-06,18:00:48.846] [INFO] Location DB initialising [2026-05-06,18:00:48.857] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:00:48.858] [DEBUG] UploadManager Init [2026-05-06,18:00:48.858] [DEBUG] UploadManager Init Complete [2026-05-06,18:00:48.861] [INFO] Initializing GPS... [2026-05-06,18:00:48.863] [INFO] Starting location capture [2026-05-06,18:01:27.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:01:27.845] [INFO] LocationSqlManager initialising [2026-05-06,18:01:27.846] [INFO] Location DB initialising [2026-05-06,18:01:27.860] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:01:27.862] [DEBUG] UploadManager Init [2026-05-06,18:01:27.862] [DEBUG] UploadManager Init Complete [2026-05-06,18:01:27.867] [INFO] Initializing GPS... [2026-05-06,18:01:27.870] [INFO] Starting location capture [2026-05-06,18:02:05.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:02:05.896] [INFO] LocationSqlManager initialising [2026-05-06,18:02:05.897] [INFO] Location DB initialising [2026-05-06,18:02:05.908] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:02:05.909] [DEBUG] UploadManager Init [2026-05-06,18:02:05.910] [DEBUG] UploadManager Init Complete [2026-05-06,18:02:05.914] [INFO] Initializing GPS... [2026-05-06,18:02:05.917] [INFO] Starting location capture [2026-05-06,18:02:44.649] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:02:44.655] [INFO] LocationSqlManager initialising [2026-05-06,18:02:44.655] [INFO] Location DB initialising [2026-05-06,18:02:44.665] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:02:44.666] [DEBUG] UploadManager Init [2026-05-06,18:02:44.666] [DEBUG] UploadManager Init Complete [2026-05-06,18:02:44.670] [INFO] Initializing GPS... [2026-05-06,18:02:44.672] [INFO] Starting location capture [2026-05-06,18:03:23.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:03:23.116] [INFO] LocationSqlManager initialising [2026-05-06,18:03:23.117] [INFO] Location DB initialising [2026-05-06,18:03:23.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:03:23.130] [DEBUG] UploadManager Init [2026-05-06,18:03:23.130] [DEBUG] UploadManager Init Complete [2026-05-06,18:03:23.133] [INFO] Initializing GPS... [2026-05-06,18:03:23.135] [INFO] Starting location capture [2026-05-06,18:04:02.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:04:02.051] [INFO] LocationSqlManager initialising [2026-05-06,18:04:02.052] [INFO] Location DB initialising [2026-05-06,18:04:02.063] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:04:02.065] [DEBUG] UploadManager Init [2026-05-06,18:04:02.066] [DEBUG] UploadManager Init Complete [2026-05-06,18:04:02.070] [INFO] Initializing GPS... [2026-05-06,18:04:02.073] [INFO] Starting location capture [2026-05-06,18:04:39.618] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:04:39.623] [INFO] LocationSqlManager initialising [2026-05-06,18:04:39.623] [INFO] Location DB initialising [2026-05-06,18:04:39.633] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:04:39.633] [DEBUG] UploadManager Init [2026-05-06,18:04:39.634] [DEBUG] UploadManager Init Complete [2026-05-06,18:04:39.636] [INFO] Initializing GPS... [2026-05-06,18:04:39.638] [INFO] Starting location capture [2026-05-06,18:05:18.791] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:05:18.795] [INFO] LocationSqlManager initialising [2026-05-06,18:05:18.796] [INFO] Location DB initialising [2026-05-06,18:05:18.809] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:05:18.810] [DEBUG] UploadManager Init [2026-05-06,18:05:18.811] [DEBUG] UploadManager Init Complete [2026-05-06,18:05:18.816] [INFO] Initializing GPS... [2026-05-06,18:05:18.819] [INFO] Starting location capture [2026-05-06,18:05:57.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:05:57.452] [INFO] LocationSqlManager initialising [2026-05-06,18:05:57.453] [INFO] Location DB initialising [2026-05-06,18:05:57.464] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:05:57.465] [DEBUG] UploadManager Init [2026-05-06,18:05:57.466] [DEBUG] UploadManager Init Complete [2026-05-06,18:05:57.470] [INFO] Initializing GPS... [2026-05-06,18:05:57.473] [INFO] Starting location capture [2026-05-06,18:06:35.560] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:06:35.566] [INFO] LocationSqlManager initialising [2026-05-06,18:06:35.567] [INFO] Location DB initialising [2026-05-06,18:06:35.578] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:06:35.579] [DEBUG] UploadManager Init [2026-05-06,18:06:35.579] [DEBUG] UploadManager Init Complete [2026-05-06,18:06:35.583] [INFO] Initializing GPS... [2026-05-06,18:06:35.585] [INFO] Starting location capture [2026-05-06,18:07:14.049] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:07:14.057] [INFO] LocationSqlManager initialising [2026-05-06,18:07:14.058] [INFO] Location DB initialising [2026-05-06,18:07:14.068] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:07:14.068] [DEBUG] UploadManager Init [2026-05-06,18:07:14.069] [DEBUG] UploadManager Init Complete [2026-05-06,18:07:14.071] [INFO] Initializing GPS... [2026-05-06,18:07:14.073] [INFO] Starting location capture [2026-05-06,18:07:53.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:07:53.128] [INFO] LocationSqlManager initialising [2026-05-06,18:07:53.129] [INFO] Location DB initialising [2026-05-06,18:07:53.139] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:07:53.140] [DEBUG] UploadManager Init [2026-05-06,18:07:53.141] [DEBUG] UploadManager Init Complete [2026-05-06,18:07:53.143] [INFO] Initializing GPS... [2026-05-06,18:07:53.145] [INFO] Starting location capture [2026-05-06,18:08:30.952] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:08:30.961] [INFO] LocationSqlManager initialising [2026-05-06,18:08:30.962] [INFO] Location DB initialising [2026-05-06,18:08:30.975] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:08:30.977] [DEBUG] UploadManager Init [2026-05-06,18:08:30.978] [DEBUG] UploadManager Init Complete [2026-05-06,18:08:30.982] [INFO] Initializing GPS... [2026-05-06,18:08:30.985] [INFO] Starting location capture [2026-05-06,18:09:09.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:09:09.862] [INFO] LocationSqlManager initialising [2026-05-06,18:09:09.862] [INFO] Location DB initialising [2026-05-06,18:09:09.872] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:09:09.872] [DEBUG] UploadManager Init [2026-05-06,18:09:09.873] [DEBUG] UploadManager Init Complete [2026-05-06,18:09:09.875] [INFO] Initializing GPS... [2026-05-06,18:09:09.877] [INFO] Starting location capture [2026-05-06,18:09:48.763] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:09:48.768] [INFO] LocationSqlManager initialising [2026-05-06,18:09:48.769] [INFO] Location DB initialising [2026-05-06,18:09:48.778] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:09:48.779] [DEBUG] UploadManager Init [2026-05-06,18:09:48.780] [DEBUG] UploadManager Init Complete [2026-05-06,18:09:48.782] [INFO] Initializing GPS... [2026-05-06,18:09:48.785] [INFO] Starting location capture [2026-05-06,18:10:27.442] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:10:27.447] [INFO] LocationSqlManager initialising [2026-05-06,18:10:27.447] [INFO] Location DB initialising [2026-05-06,18:10:27.457] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:10:27.457] [DEBUG] UploadManager Init [2026-05-06,18:10:27.458] [DEBUG] UploadManager Init Complete [2026-05-06,18:10:27.460] [INFO] Initializing GPS... [2026-05-06,18:10:27.462] [INFO] Starting location capture [2026-05-06,18:11:05.321] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:11:05.329] [INFO] LocationSqlManager initialising [2026-05-06,18:11:05.330] [INFO] Location DB initialising [2026-05-06,18:11:05.341] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:11:05.342] [DEBUG] UploadManager Init [2026-05-06,18:11:05.342] [DEBUG] UploadManager Init Complete [2026-05-06,18:11:05.345] [INFO] Initializing GPS... [2026-05-06,18:11:05.348] [INFO] Starting location capture [2026-05-06,18:11:43.910] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:11:43.916] [INFO] LocationSqlManager initialising [2026-05-06,18:11:43.916] [INFO] Location DB initialising [2026-05-06,18:11:43.926] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:11:43.927] [DEBUG] UploadManager Init [2026-05-06,18:11:43.927] [DEBUG] UploadManager Init Complete [2026-05-06,18:11:43.930] [INFO] Initializing GPS... [2026-05-06,18:11:43.932] [INFO] Starting location capture [2026-05-06,18:12:22.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:12:22.161] [INFO] LocationSqlManager initialising [2026-05-06,18:12:22.162] [INFO] Location DB initialising [2026-05-06,18:12:22.171] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:12:22.172] [DEBUG] UploadManager Init [2026-05-06,18:12:22.172] [DEBUG] UploadManager Init Complete [2026-05-06,18:12:22.175] [INFO] Initializing GPS... [2026-05-06,18:12:22.177] [INFO] Starting location capture [2026-05-06,18:13:01.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:13:01.240] [INFO] LocationSqlManager initialising [2026-05-06,18:13:01.241] [INFO] Location DB initialising [2026-05-06,18:13:01.253] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:13:01.254] [DEBUG] UploadManager Init [2026-05-06,18:13:01.255] [DEBUG] UploadManager Init Complete [2026-05-06,18:13:01.259] [INFO] Initializing GPS... [2026-05-06,18:13:01.263] [INFO] Starting location capture [2026-05-06,18:13:38.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:13:38.961] [INFO] LocationSqlManager initialising [2026-05-06,18:13:38.962] [INFO] Location DB initialising [2026-05-06,18:13:38.972] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:13:38.974] [DEBUG] UploadManager Init [2026-05-06,18:13:38.974] [DEBUG] UploadManager Init Complete [2026-05-06,18:13:38.979] [INFO] Initializing GPS... [2026-05-06,18:13:38.981] [INFO] Starting location capture [2026-05-06,18:14:18.203] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:14:18.207] [INFO] LocationSqlManager initialising [2026-05-06,18:14:18.208] [INFO] Location DB initialising [2026-05-06,18:14:18.217] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:14:18.218] [DEBUG] UploadManager Init [2026-05-06,18:14:18.219] [DEBUG] UploadManager Init Complete [2026-05-06,18:14:18.222] [INFO] Initializing GPS... [2026-05-06,18:14:18.224] [INFO] Starting location capture [2026-05-06,18:14:57.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:14:57.092] [INFO] LocationSqlManager initialising [2026-05-06,18:14:57.093] [INFO] Location DB initialising [2026-05-06,18:14:57.103] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:14:57.104] [DEBUG] UploadManager Init [2026-05-06,18:14:57.104] [DEBUG] UploadManager Init Complete [2026-05-06,18:14:57.106] [INFO] Initializing GPS... [2026-05-06,18:14:57.108] [INFO] Starting location capture [2026-05-06,18:15:35.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:15:35.096] [INFO] LocationSqlManager initialising [2026-05-06,18:15:35.097] [INFO] Location DB initialising [2026-05-06,18:15:35.106] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:15:35.107] [DEBUG] UploadManager Init [2026-05-06,18:15:35.107] [DEBUG] UploadManager Init Complete [2026-05-06,18:15:35.110] [INFO] Initializing GPS... [2026-05-06,18:15:35.112] [INFO] Starting location capture [2026-05-06,18:16:13.705] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:16:13.710] [INFO] LocationSqlManager initialising [2026-05-06,18:16:13.711] [INFO] Location DB initialising [2026-05-06,18:16:13.720] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:16:13.720] [DEBUG] UploadManager Init [2026-05-06,18:16:13.721] [DEBUG] UploadManager Init Complete [2026-05-06,18:16:13.723] [INFO] Initializing GPS... [2026-05-06,18:16:13.725] [INFO] Starting location capture [2026-05-06,18:16:53.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:16:53.722] [INFO] LocationSqlManager initialising [2026-05-06,18:16:53.724] [INFO] Location DB initialising [2026-05-06,18:16:53.740] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:16:53.742] [DEBUG] UploadManager Init [2026-05-06,18:16:53.743] [DEBUG] UploadManager Init Complete [2026-05-06,18:16:53.748] [INFO] Initializing GPS... [2026-05-06,18:16:53.751] [INFO] Starting location capture [2026-05-06,18:17:30.694] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:17:30.702] [INFO] LocationSqlManager initialising [2026-05-06,18:17:30.703] [INFO] Location DB initialising [2026-05-06,18:17:30.715] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:17:30.716] [DEBUG] UploadManager Init [2026-05-06,18:17:30.716] [DEBUG] UploadManager Init Complete [2026-05-06,18:17:30.721] [INFO] Initializing GPS... [2026-05-06,18:17:30.724] [INFO] Starting location capture [2026-05-06,18:18:09.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:18:09.837] [INFO] LocationSqlManager initialising [2026-05-06,18:18:09.839] [INFO] Location DB initialising [2026-05-06,18:18:09.855] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:18:09.856] [DEBUG] UploadManager Init [2026-05-06,18:18:09.856] [DEBUG] UploadManager Init Complete [2026-05-06,18:18:09.860] [INFO] Initializing GPS... [2026-05-06,18:18:09.862] [INFO] Starting location capture [2026-05-06,18:18:48.488] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:18:48.493] [INFO] LocationSqlManager initialising [2026-05-06,18:18:48.493] [INFO] Location DB initialising [2026-05-06,18:18:48.502] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:18:48.503] [DEBUG] UploadManager Init [2026-05-06,18:18:48.504] [DEBUG] UploadManager Init Complete [2026-05-06,18:18:48.506] [INFO] Initializing GPS... [2026-05-06,18:18:48.508] [INFO] Starting location capture [2026-05-06,18:19:24.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:19:24.185] [INFO] LocationSqlManager initialising [2026-05-06,18:19:24.186] [INFO] Location DB initialising [2026-05-06,18:19:24.197] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:19:24.199] [DEBUG] UploadManager Init [2026-05-06,18:19:24.199] [DEBUG] UploadManager Init Complete [2026-05-06,18:19:24.204] [INFO] Initializing GPS... [2026-05-06,18:19:24.206] [INFO] Starting location capture [2026-05-06,18:20:03.230] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:20:03.235] [INFO] LocationSqlManager initialising [2026-05-06,18:20:03.236] [INFO] Location DB initialising [2026-05-06,18:20:03.245] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:20:03.246] [DEBUG] UploadManager Init [2026-05-06,18:20:03.246] [DEBUG] UploadManager Init Complete [2026-05-06,18:20:03.249] [INFO] Initializing GPS... [2026-05-06,18:20:03.251] [INFO] Starting location capture [2026-05-06,18:20:42.192] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:20:42.199] [INFO] LocationSqlManager initialising [2026-05-06,18:20:42.200] [INFO] Location DB initialising [2026-05-06,18:20:42.212] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:20:42.213] [DEBUG] UploadManager Init [2026-05-06,18:20:42.214] [DEBUG] UploadManager Init Complete [2026-05-06,18:20:42.218] [INFO] Initializing GPS... [2026-05-06,18:20:42.221] [INFO] Starting location capture [2026-05-06,18:21:20.299] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:21:20.304] [INFO] LocationSqlManager initialising [2026-05-06,18:21:20.305] [INFO] Location DB initialising [2026-05-06,18:21:20.314] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:21:20.315] [DEBUG] UploadManager Init [2026-05-06,18:21:20.316] [DEBUG] UploadManager Init Complete [2026-05-06,18:21:20.320] [INFO] Initializing GPS... [2026-05-06,18:21:20.323] [INFO] Starting location capture [2026-05-06,18:22:00.541] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:22:00.546] [INFO] LocationSqlManager initialising [2026-05-06,18:22:00.546] [INFO] Location DB initialising [2026-05-06,18:22:00.555] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:22:00.556] [DEBUG] UploadManager Init [2026-05-06,18:22:00.556] [DEBUG] UploadManager Init Complete [2026-05-06,18:22:00.559] [INFO] Initializing GPS... [2026-05-06,18:22:00.561] [INFO] Starting location capture [2026-05-06,18:22:38.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:22:38.843] [INFO] LocationSqlManager initialising [2026-05-06,18:22:38.844] [INFO] Location DB initialising [2026-05-06,18:22:38.853] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:22:38.854] [DEBUG] UploadManager Init [2026-05-06,18:22:38.854] [DEBUG] UploadManager Init Complete [2026-05-06,18:22:38.858] [INFO] Initializing GPS... [2026-05-06,18:22:38.860] [INFO] Starting location capture [2026-05-06,18:23:16.818] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:23:16.823] [INFO] LocationSqlManager initialising [2026-05-06,18:23:16.823] [INFO] Location DB initialising [2026-05-06,18:23:16.833] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:23:16.833] [DEBUG] UploadManager Init [2026-05-06,18:23:16.834] [DEBUG] UploadManager Init Complete [2026-05-06,18:23:16.836] [INFO] Initializing GPS... [2026-05-06,18:23:16.838] [INFO] Starting location capture [2026-05-06,18:23:55.660] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:23:55.667] [INFO] LocationSqlManager initialising [2026-05-06,18:23:55.668] [INFO] Location DB initialising [2026-05-06,18:23:55.680] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:23:55.680] [DEBUG] UploadManager Init [2026-05-06,18:23:55.681] [DEBUG] UploadManager Init Complete [2026-05-06,18:23:55.686] [INFO] Initializing GPS... [2026-05-06,18:23:55.692] [INFO] Starting location capture [2026-05-06,18:24:34.391] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:24:34.395] [INFO] LocationSqlManager initialising [2026-05-06,18:24:34.395] [INFO] Location DB initialising [2026-05-06,18:24:34.404] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:24:34.405] [DEBUG] UploadManager Init [2026-05-06,18:24:34.405] [DEBUG] UploadManager Init Complete [2026-05-06,18:24:34.408] [INFO] Initializing GPS... [2026-05-06,18:24:34.410] [INFO] Starting location capture [2026-05-06,18:25:12.648] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:25:12.652] [INFO] LocationSqlManager initialising [2026-05-06,18:25:12.653] [INFO] Location DB initialising [2026-05-06,18:25:12.662] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:25:12.663] [DEBUG] UploadManager Init [2026-05-06,18:25:12.663] [DEBUG] UploadManager Init Complete [2026-05-06,18:25:12.666] [INFO] Initializing GPS... [2026-05-06,18:25:12.668] [INFO] Starting location capture [2026-05-06,18:25:52.654] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:25:52.659] [INFO] LocationSqlManager initialising [2026-05-06,18:25:52.660] [INFO] Location DB initialising [2026-05-06,18:25:52.669] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:25:52.670] [DEBUG] UploadManager Init [2026-05-06,18:25:52.670] [DEBUG] UploadManager Init Complete [2026-05-06,18:25:52.673] [INFO] Initializing GPS... [2026-05-06,18:25:52.675] [INFO] Starting location capture [2026-05-06,18:26:31.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:26:31.176] [INFO] LocationSqlManager initialising [2026-05-06,18:26:31.177] [INFO] Location DB initialising [2026-05-06,18:26:31.186] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:26:31.187] [DEBUG] UploadManager Init [2026-05-06,18:26:31.187] [DEBUG] UploadManager Init Complete [2026-05-06,18:26:31.190] [INFO] Initializing GPS... [2026-05-06,18:26:31.192] [INFO] Starting location capture [2026-05-06,18:27:10.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:27:10.042] [INFO] LocationSqlManager initialising [2026-05-06,18:27:10.043] [INFO] Location DB initialising [2026-05-06,18:27:10.053] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:27:10.053] [DEBUG] UploadManager Init [2026-05-06,18:27:10.054] [DEBUG] UploadManager Init Complete [2026-05-06,18:27:10.056] [INFO] Initializing GPS... [2026-05-06,18:27:10.058] [INFO] Starting location capture [2026-05-06,18:27:48.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:27:48.961] [INFO] LocationSqlManager initialising [2026-05-06,18:27:48.961] [INFO] Location DB initialising [2026-05-06,18:27:48.971] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:27:48.972] [DEBUG] UploadManager Init [2026-05-06,18:27:48.972] [DEBUG] UploadManager Init Complete [2026-05-06,18:27:48.975] [INFO] Initializing GPS... [2026-05-06,18:27:48.977] [INFO] Starting location capture [2026-05-06,18:28:22.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:28:22.791] [INFO] LocationSqlManager initialising [2026-05-06,18:28:22.791] [INFO] Location DB initialising [2026-05-06,18:28:22.801] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:28:22.802] [DEBUG] UploadManager Init [2026-05-06,18:28:22.802] [DEBUG] UploadManager Init Complete [2026-05-06,18:28:22.805] [INFO] Initializing GPS... [2026-05-06,18:28:22.807] [INFO] Starting location capture [2026-05-06,18:29:01.967] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:29:01.974] [INFO] LocationSqlManager initialising [2026-05-06,18:29:01.975] [INFO] Location DB initialising [2026-05-06,18:29:01.991] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:29:01.993] [DEBUG] UploadManager Init [2026-05-06,18:29:01.995] [DEBUG] UploadManager Init Complete [2026-05-06,18:29:02.001] [INFO] Initializing GPS... [2026-05-06,18:29:02.006] [INFO] Starting location capture [2026-05-06,18:29:40.249] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:29:40.254] [INFO] LocationSqlManager initialising [2026-05-06,18:29:40.255] [INFO] Location DB initialising [2026-05-06,18:29:40.265] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:29:40.265] [DEBUG] UploadManager Init [2026-05-06,18:29:40.266] [DEBUG] UploadManager Init Complete [2026-05-06,18:29:40.268] [INFO] Initializing GPS... [2026-05-06,18:29:40.270] [INFO] Starting location capture [2026-05-06,18:30:18.505] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:30:18.509] [INFO] LocationSqlManager initialising [2026-05-06,18:30:18.510] [INFO] Location DB initialising [2026-05-06,18:30:18.520] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:30:18.520] [DEBUG] UploadManager Init [2026-05-06,18:30:18.521] [DEBUG] UploadManager Init Complete [2026-05-06,18:30:18.523] [INFO] Initializing GPS... [2026-05-06,18:30:18.525] [INFO] Starting location capture [2026-05-06,18:30:56.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:30:56.894] [INFO] LocationSqlManager initialising [2026-05-06,18:30:56.895] [INFO] Location DB initialising [2026-05-06,18:30:56.907] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:30:56.908] [DEBUG] UploadManager Init [2026-05-06,18:30:56.909] [DEBUG] UploadManager Init Complete [2026-05-06,18:30:56.916] [INFO] Initializing GPS... [2026-05-06,18:30:56.919] [INFO] Starting location capture [2026-05-06,18:31:36.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:31:36.197] [INFO] LocationSqlManager initialising [2026-05-06,18:31:36.198] [INFO] Location DB initialising [2026-05-06,18:31:36.209] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:31:36.210] [DEBUG] UploadManager Init [2026-05-06,18:31:36.211] [DEBUG] UploadManager Init Complete [2026-05-06,18:31:36.215] [INFO] Initializing GPS... [2026-05-06,18:31:36.218] [INFO] Starting location capture [2026-05-06,18:32:14.412] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:32:14.418] [INFO] LocationSqlManager initialising [2026-05-06,18:32:14.418] [INFO] Location DB initialising [2026-05-06,18:32:14.429] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:32:14.429] [DEBUG] UploadManager Init [2026-05-06,18:32:14.430] [DEBUG] UploadManager Init Complete [2026-05-06,18:32:14.433] [INFO] Initializing GPS... [2026-05-06,18:32:14.435] [INFO] Starting location capture [2026-05-06,18:32:53.008] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:32:53.011] [INFO] LocationSqlManager initialising [2026-05-06,18:32:53.012] [INFO] Location DB initialising [2026-05-06,18:32:53.021] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:32:53.022] [DEBUG] UploadManager Init [2026-05-06,18:32:53.022] [DEBUG] UploadManager Init Complete [2026-05-06,18:32:53.025] [INFO] Initializing GPS... [2026-05-06,18:32:53.027] [INFO] Starting location capture [2026-05-06,18:33:30.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:33:30.779] [INFO] LocationSqlManager initialising [2026-05-06,18:33:30.780] [INFO] Location DB initialising [2026-05-06,18:33:30.791] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:33:30.792] [DEBUG] UploadManager Init [2026-05-06,18:33:30.793] [DEBUG] UploadManager Init Complete [2026-05-06,18:33:30.797] [INFO] Initializing GPS... [2026-05-06,18:33:30.800] [INFO] Starting location capture [2026-05-06,18:34:08.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:34:08.710] [INFO] LocationSqlManager initialising [2026-05-06,18:34:08.711] [INFO] Location DB initialising [2026-05-06,18:34:08.722] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:34:08.723] [DEBUG] UploadManager Init [2026-05-06,18:34:08.724] [DEBUG] UploadManager Init Complete [2026-05-06,18:34:08.727] [INFO] Initializing GPS... [2026-05-06,18:34:08.729] [INFO] Starting location capture [2026-05-06,18:34:48.326] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:34:48.333] [INFO] LocationSqlManager initialising [2026-05-06,18:34:48.334] [INFO] Location DB initialising [2026-05-06,18:34:48.345] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:34:48.346] [DEBUG] UploadManager Init [2026-05-06,18:34:48.347] [DEBUG] UploadManager Init Complete [2026-05-06,18:34:48.351] [INFO] Initializing GPS... [2026-05-06,18:34:48.354] [INFO] Starting location capture [2026-05-06,18:35:25.583] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:35:25.589] [INFO] LocationSqlManager initialising [2026-05-06,18:35:25.590] [INFO] Location DB initialising [2026-05-06,18:35:25.600] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:35:25.600] [DEBUG] UploadManager Init [2026-05-06,18:35:25.601] [DEBUG] UploadManager Init Complete [2026-05-06,18:35:25.604] [INFO] Initializing GPS... [2026-05-06,18:35:25.606] [INFO] Starting location capture [2026-05-06,18:36:03.707] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:36:03.718] [INFO] LocationSqlManager initialising [2026-05-06,18:36:03.719] [INFO] Location DB initialising [2026-05-06,18:36:03.735] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:36:03.738] [DEBUG] UploadManager Init [2026-05-06,18:36:03.739] [DEBUG] UploadManager Init Complete [2026-05-06,18:36:03.744] [INFO] Initializing GPS... [2026-05-06,18:36:03.747] [INFO] Starting location capture [2026-05-06,18:36:41.969] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:36:41.979] [INFO] LocationSqlManager initialising [2026-05-06,18:36:41.980] [INFO] Location DB initialising [2026-05-06,18:36:41.993] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:36:41.995] [DEBUG] UploadManager Init [2026-05-06,18:36:41.996] [DEBUG] UploadManager Init Complete [2026-05-06,18:36:42.000] [INFO] Initializing GPS... [2026-05-06,18:36:42.002] [INFO] Starting location capture [2026-05-06,18:37:20.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:37:20.675] [INFO] LocationSqlManager initialising [2026-05-06,18:37:20.675] [INFO] Location DB initialising [2026-05-06,18:37:20.684] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:37:20.685] [DEBUG] UploadManager Init [2026-05-06,18:37:20.686] [DEBUG] UploadManager Init Complete [2026-05-06,18:37:20.688] [INFO] Initializing GPS... [2026-05-06,18:37:20.690] [INFO] Starting location capture [2026-05-06,18:37:59.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:37:59.163] [INFO] LocationSqlManager initialising [2026-05-06,18:37:59.163] [INFO] Location DB initialising [2026-05-06,18:37:59.173] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:37:59.173] [DEBUG] UploadManager Init [2026-05-06,18:37:59.174] [DEBUG] UploadManager Init Complete [2026-05-06,18:37:59.176] [INFO] Initializing GPS... [2026-05-06,18:37:59.178] [INFO] Starting location capture [2026-05-06,18:38:34.249] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:38:34.258] [INFO] LocationSqlManager initialising [2026-05-06,18:38:34.259] [INFO] Location DB initialising [2026-05-06,18:38:34.269] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:38:34.269] [DEBUG] UploadManager Init [2026-05-06,18:38:34.270] [DEBUG] UploadManager Init Complete [2026-05-06,18:38:34.273] [INFO] Initializing GPS... [2026-05-06,18:38:34.276] [INFO] Starting location capture [2026-05-06,18:39:13.243] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:39:13.249] [INFO] LocationSqlManager initialising [2026-05-06,18:39:13.250] [INFO] Location DB initialising [2026-05-06,18:39:13.260] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:39:13.261] [DEBUG] UploadManager Init [2026-05-06,18:39:13.261] [DEBUG] UploadManager Init Complete [2026-05-06,18:39:13.265] [INFO] Initializing GPS... [2026-05-06,18:39:13.267] [INFO] Starting location capture [2026-05-06,18:39:50.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:39:50.907] [INFO] LocationSqlManager initialising [2026-05-06,18:39:50.908] [INFO] Location DB initialising [2026-05-06,18:39:50.917] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:39:50.918] [DEBUG] UploadManager Init [2026-05-06,18:39:50.918] [DEBUG] UploadManager Init Complete [2026-05-06,18:39:50.921] [INFO] Initializing GPS... [2026-05-06,18:39:50.923] [INFO] Starting location capture [2026-05-06,18:40:30.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:40:30.088] [INFO] LocationSqlManager initialising [2026-05-06,18:40:30.088] [INFO] Location DB initialising [2026-05-06,18:40:30.097] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:40:30.098] [DEBUG] UploadManager Init [2026-05-06,18:40:30.099] [DEBUG] UploadManager Init Complete [2026-05-06,18:40:30.101] [INFO] Initializing GPS... [2026-05-06,18:40:30.103] [INFO] Starting location capture [2026-05-06,18:41:08.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:41:08.182] [INFO] LocationSqlManager initialising [2026-05-06,18:41:08.183] [INFO] Location DB initialising [2026-05-06,18:41:08.192] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:41:08.193] [DEBUG] UploadManager Init [2026-05-06,18:41:08.193] [DEBUG] UploadManager Init Complete [2026-05-06,18:41:08.196] [INFO] Initializing GPS... [2026-05-06,18:41:08.198] [INFO] Starting location capture [2026-05-06,18:41:46.633] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:41:46.639] [INFO] LocationSqlManager initialising [2026-05-06,18:41:46.639] [INFO] Location DB initialising [2026-05-06,18:41:46.649] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:41:46.650] [DEBUG] UploadManager Init [2026-05-06,18:41:46.651] [DEBUG] UploadManager Init Complete [2026-05-06,18:41:46.654] [INFO] Initializing GPS... [2026-05-06,18:41:46.656] [INFO] Starting location capture [2026-05-06,18:42:25.001] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:42:25.006] [INFO] LocationSqlManager initialising [2026-05-06,18:42:25.007] [INFO] Location DB initialising [2026-05-06,18:42:25.016] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:42:25.017] [DEBUG] UploadManager Init [2026-05-06,18:42:25.017] [DEBUG] UploadManager Init Complete [2026-05-06,18:42:25.020] [INFO] Initializing GPS... [2026-05-06,18:42:25.022] [INFO] Starting location capture [2026-05-06,18:43:04.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:43:04.345] [INFO] LocationSqlManager initialising [2026-05-06,18:43:04.346] [INFO] Location DB initialising [2026-05-06,18:43:04.357] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:43:04.358] [DEBUG] UploadManager Init [2026-05-06,18:43:04.359] [DEBUG] UploadManager Init Complete [2026-05-06,18:43:04.363] [INFO] Initializing GPS... [2026-05-06,18:43:04.366] [INFO] Starting location capture [2026-05-06,18:43:42.712] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:43:42.719] [INFO] LocationSqlManager initialising [2026-05-06,18:43:42.720] [INFO] Location DB initialising [2026-05-06,18:43:42.731] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:43:42.732] [DEBUG] UploadManager Init [2026-05-06,18:43:42.733] [DEBUG] UploadManager Init Complete [2026-05-06,18:43:42.737] [INFO] Initializing GPS... [2026-05-06,18:43:42.740] [INFO] Starting location capture [2026-05-06,18:44:21.410] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:44:21.417] [INFO] LocationSqlManager initialising [2026-05-06,18:44:21.418] [INFO] Location DB initialising [2026-05-06,18:44:21.429] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:44:21.430] [DEBUG] UploadManager Init [2026-05-06,18:44:21.431] [DEBUG] UploadManager Init Complete [2026-05-06,18:44:21.435] [INFO] Initializing GPS... [2026-05-06,18:44:21.438] [INFO] Starting location capture [2026-05-06,18:45:01.358] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:45:01.368] [INFO] LocationSqlManager initialising [2026-05-06,18:45:01.369] [INFO] Location DB initialising [2026-05-06,18:45:01.380] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:45:01.382] [DEBUG] UploadManager Init [2026-05-06,18:45:01.383] [DEBUG] UploadManager Init Complete [2026-05-06,18:45:01.388] [INFO] Initializing GPS... [2026-05-06,18:45:01.390] [INFO] Starting location capture [2026-05-06,18:45:39.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:45:39.829] [INFO] LocationSqlManager initialising [2026-05-06,18:45:39.829] [INFO] Location DB initialising [2026-05-06,18:45:39.839] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:45:39.840] [DEBUG] UploadManager Init [2026-05-06,18:45:39.840] [DEBUG] UploadManager Init Complete [2026-05-06,18:45:39.843] [INFO] Initializing GPS... [2026-05-06,18:45:39.844] [INFO] Starting location capture [2026-05-06,18:46:18.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:46:18.999] [INFO] LocationSqlManager initialising [2026-05-06,18:46:19.000] [INFO] Location DB initialising [2026-05-06,18:46:19.010] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:46:19.010] [DEBUG] UploadManager Init [2026-05-06,18:46:19.011] [DEBUG] UploadManager Init Complete [2026-05-06,18:46:19.013] [INFO] Initializing GPS... [2026-05-06,18:46:19.015] [INFO] Starting location capture [2026-05-06,18:46:56.717] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:46:56.726] [INFO] LocationSqlManager initialising [2026-05-06,18:46:56.727] [INFO] Location DB initialising [2026-05-06,18:46:56.738] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:46:56.739] [DEBUG] UploadManager Init [2026-05-06,18:46:56.740] [DEBUG] UploadManager Init Complete [2026-05-06,18:46:56.748] [INFO] Initializing GPS... [2026-05-06,18:46:56.751] [INFO] Starting location capture [2026-05-06,18:47:34.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:47:34.753] [INFO] LocationSqlManager initialising [2026-05-06,18:47:34.754] [INFO] Location DB initialising [2026-05-06,18:47:34.763] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:47:34.764] [DEBUG] UploadManager Init [2026-05-06,18:47:34.764] [DEBUG] UploadManager Init Complete [2026-05-06,18:47:34.767] [INFO] Initializing GPS... [2026-05-06,18:47:34.769] [INFO] Starting location capture [2026-05-06,18:48:14.780] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:48:14.788] [INFO] LocationSqlManager initialising [2026-05-06,18:48:14.788] [INFO] Location DB initialising [2026-05-06,18:48:14.799] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:48:14.800] [DEBUG] UploadManager Init [2026-05-06,18:48:14.801] [DEBUG] UploadManager Init Complete [2026-05-06,18:48:14.805] [INFO] Initializing GPS... [2026-05-06,18:48:14.808] [INFO] Starting location capture [2026-05-06,18:48:49.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:48:49.839] [INFO] LocationSqlManager initialising [2026-05-06,18:48:49.840] [INFO] Location DB initialising [2026-05-06,18:48:49.849] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:48:49.849] [DEBUG] UploadManager Init [2026-05-06,18:48:49.850] [DEBUG] UploadManager Init Complete [2026-05-06,18:48:49.853] [INFO] Initializing GPS... [2026-05-06,18:48:49.854] [INFO] Starting location capture [2026-05-06,18:49:27.683] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:49:27.690] [INFO] LocationSqlManager initialising [2026-05-06,18:49:27.691] [INFO] Location DB initialising [2026-05-06,18:49:27.702] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:49:27.703] [DEBUG] UploadManager Init [2026-05-06,18:49:27.704] [DEBUG] UploadManager Init Complete [2026-05-06,18:49:27.711] [INFO] Initializing GPS... [2026-05-06,18:49:27.715] [INFO] Starting location capture [2026-05-06,18:50:06.199] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:50:06.202] [INFO] LocationSqlManager initialising [2026-05-06,18:50:06.203] [INFO] Location DB initialising [2026-05-06,18:50:06.213] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:50:06.213] [DEBUG] UploadManager Init [2026-05-06,18:50:06.214] [DEBUG] UploadManager Init Complete [2026-05-06,18:50:06.217] [INFO] Initializing GPS... [2026-05-06,18:50:06.219] [INFO] Starting location capture [2026-05-06,18:50:44.961] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:50:44.967] [INFO] LocationSqlManager initialising [2026-05-06,18:50:44.967] [INFO] Location DB initialising [2026-05-06,18:50:44.976] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:50:44.977] [DEBUG] UploadManager Init [2026-05-06,18:50:44.978] [DEBUG] UploadManager Init Complete [2026-05-06,18:50:44.980] [INFO] Initializing GPS... [2026-05-06,18:50:44.982] [INFO] Starting location capture [2026-05-06,18:51:24.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:51:24.222] [INFO] LocationSqlManager initialising [2026-05-06,18:51:24.223] [INFO] Location DB initialising [2026-05-06,18:51:24.233] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:51:24.234] [DEBUG] UploadManager Init [2026-05-06,18:51:24.234] [DEBUG] UploadManager Init Complete [2026-05-06,18:51:24.237] [INFO] Initializing GPS... [2026-05-06,18:51:24.239] [INFO] Starting location capture [2026-05-06,18:52:02.745] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:52:02.750] [INFO] LocationSqlManager initialising [2026-05-06,18:52:02.751] [INFO] Location DB initialising [2026-05-06,18:52:02.760] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:52:02.761] [DEBUG] UploadManager Init [2026-05-06,18:52:02.761] [DEBUG] UploadManager Init Complete [2026-05-06,18:52:02.764] [INFO] Initializing GPS... [2026-05-06,18:52:02.766] [INFO] Starting location capture [2026-05-06,18:52:41.497] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:52:41.506] [INFO] LocationSqlManager initialising [2026-05-06,18:52:41.507] [INFO] Location DB initialising [2026-05-06,18:52:41.523] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:52:41.525] [DEBUG] UploadManager Init [2026-05-06,18:52:41.526] [DEBUG] UploadManager Init Complete [2026-05-06,18:52:41.531] [INFO] Initializing GPS... [2026-05-06,18:52:41.534] [INFO] Starting location capture [2026-05-06,18:53:21.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:53:21.261] [INFO] LocationSqlManager initialising [2026-05-06,18:53:21.262] [INFO] Location DB initialising [2026-05-06,18:53:21.271] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:53:21.272] [DEBUG] UploadManager Init [2026-05-06,18:53:21.272] [DEBUG] UploadManager Init Complete [2026-05-06,18:53:21.275] [INFO] Initializing GPS... [2026-05-06,18:53:21.277] [INFO] Starting location capture [2026-05-06,18:54:00.400] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:54:00.406] [INFO] LocationSqlManager initialising [2026-05-06,18:54:00.406] [INFO] Location DB initialising [2026-05-06,18:54:00.417] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:54:00.419] [DEBUG] UploadManager Init [2026-05-06,18:54:00.419] [DEBUG] UploadManager Init Complete [2026-05-06,18:54:00.423] [INFO] Initializing GPS... [2026-05-06,18:54:00.426] [INFO] Starting location capture [2026-05-06,18:54:39.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:54:39.071] [INFO] LocationSqlManager initialising [2026-05-06,18:54:39.071] [INFO] Location DB initialising [2026-05-06,18:54:39.081] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:54:39.082] [DEBUG] UploadManager Init [2026-05-06,18:54:39.083] [DEBUG] UploadManager Init Complete [2026-05-06,18:54:39.086] [INFO] Initializing GPS... [2026-05-06,18:54:39.088] [INFO] Starting location capture [2026-05-06,18:55:19.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:55:19.043] [INFO] LocationSqlManager initialising [2026-05-06,18:55:19.044] [INFO] Location DB initialising [2026-05-06,18:55:19.055] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:55:19.056] [DEBUG] UploadManager Init [2026-05-06,18:55:19.057] [DEBUG] UploadManager Init Complete [2026-05-06,18:55:19.061] [INFO] Initializing GPS... [2026-05-06,18:55:19.065] [INFO] Starting location capture [2026-05-06,18:55:57.161] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:55:57.166] [INFO] LocationSqlManager initialising [2026-05-06,18:55:57.167] [INFO] Location DB initialising [2026-05-06,18:55:57.176] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:55:57.177] [DEBUG] UploadManager Init [2026-05-06,18:55:57.177] [DEBUG] UploadManager Init Complete [2026-05-06,18:55:57.180] [INFO] Initializing GPS... [2026-05-06,18:55:57.182] [INFO] Starting location capture [2026-05-06,18:56:31.662] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:56:31.667] [INFO] LocationSqlManager initialising [2026-05-06,18:56:31.667] [INFO] Location DB initialising [2026-05-06,18:56:31.677] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:56:31.678] [DEBUG] UploadManager Init [2026-05-06,18:56:31.678] [DEBUG] UploadManager Init Complete [2026-05-06,18:56:31.681] [INFO] Initializing GPS... [2026-05-06,18:56:31.683] [INFO] Starting location capture [2026-05-06,18:57:11.054] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:57:11.059] [INFO] LocationSqlManager initialising [2026-05-06,18:57:11.060] [INFO] Location DB initialising [2026-05-06,18:57:11.069] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:57:11.070] [DEBUG] UploadManager Init [2026-05-06,18:57:11.070] [DEBUG] UploadManager Init Complete [2026-05-06,18:57:11.073] [INFO] Initializing GPS... [2026-05-06,18:57:11.075] [INFO] Starting location capture [2026-05-06,18:57:43.967] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:57:43.971] [INFO] LocationSqlManager initialising [2026-05-06,18:57:43.971] [INFO] Location DB initialising [2026-05-06,18:57:43.981] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:57:43.981] [DEBUG] UploadManager Init [2026-05-06,18:57:43.982] [DEBUG] UploadManager Init Complete [2026-05-06,18:57:43.984] [INFO] Initializing GPS... [2026-05-06,18:57:43.986] [INFO] Starting location capture [2026-05-06,18:58:23.205] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:58:23.210] [INFO] LocationSqlManager initialising [2026-05-06,18:58:23.210] [INFO] Location DB initialising [2026-05-06,18:58:23.222] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:58:23.223] [DEBUG] UploadManager Init [2026-05-06,18:58:23.223] [DEBUG] UploadManager Init Complete [2026-05-06,18:58:23.227] [INFO] Initializing GPS... [2026-05-06,18:58:23.230] [INFO] Starting location capture [2026-05-06,18:59:01.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:59:01.151] [INFO] LocationSqlManager initialising [2026-05-06,18:59:01.151] [INFO] Location DB initialising [2026-05-06,18:59:01.161] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:59:01.162] [DEBUG] UploadManager Init [2026-05-06,18:59:01.162] [DEBUG] UploadManager Init Complete [2026-05-06,18:59:01.164] [INFO] Initializing GPS... [2026-05-06,18:59:01.166] [INFO] Starting location capture [2026-05-06,18:59:39.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:59:39.821] [INFO] LocationSqlManager initialising [2026-05-06,18:59:39.822] [INFO] Location DB initialising [2026-05-06,18:59:39.832] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:59:39.832] [DEBUG] UploadManager Init [2026-05-06,18:59:39.833] [DEBUG] UploadManager Init Complete [2026-05-06,18:59:39.835] [INFO] Initializing GPS... [2026-05-06,18:59:39.837] [INFO] Starting location capture [2026-05-06,19:00:18.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:00:18.171] [INFO] LocationSqlManager initialising [2026-05-06,19:00:18.172] [INFO] Location DB initialising [2026-05-06,19:00:18.183] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:00:18.184] [DEBUG] UploadManager Init [2026-05-06,19:00:18.185] [DEBUG] UploadManager Init Complete [2026-05-06,19:00:18.188] [INFO] Initializing GPS... [2026-05-06,19:00:18.189] [INFO] Starting location capture [2026-05-06,19:00:56.558] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:00:56.564] [INFO] LocationSqlManager initialising [2026-05-06,19:00:56.565] [INFO] Location DB initialising [2026-05-06,19:00:56.575] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:00:56.576] [DEBUG] UploadManager Init [2026-05-06,19:00:56.577] [DEBUG] UploadManager Init Complete [2026-05-06,19:00:56.581] [INFO] Initializing GPS... [2026-05-06,19:00:56.584] [INFO] Starting location capture [2026-05-06,19:01:30.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:01:30.288] [INFO] LocationSqlManager initialising [2026-05-06,19:01:30.288] [INFO] Location DB initialising [2026-05-06,19:01:30.297] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:01:30.298] [DEBUG] UploadManager Init [2026-05-06,19:01:30.299] [DEBUG] UploadManager Init Complete [2026-05-06,19:01:30.301] [INFO] Initializing GPS... [2026-05-06,19:01:30.303] [INFO] Starting location capture [2026-05-06,19:02:08.846] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:02:08.851] [INFO] LocationSqlManager initialising [2026-05-06,19:02:08.852] [INFO] Location DB initialising [2026-05-06,19:02:08.864] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:02:08.864] [DEBUG] UploadManager Init [2026-05-06,19:02:08.864] [DEBUG] UploadManager Init Complete [2026-05-06,19:02:08.867] [INFO] Initializing GPS... [2026-05-06,19:02:08.869] [INFO] Starting location capture [2026-05-06,19:02:46.988] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:02:46.995] [INFO] LocationSqlManager initialising [2026-05-06,19:02:46.996] [INFO] Location DB initialising [2026-05-06,19:02:47.007] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:02:47.008] [DEBUG] UploadManager Init [2026-05-06,19:02:47.009] [DEBUG] UploadManager Init Complete [2026-05-06,19:02:47.013] [INFO] Initializing GPS... [2026-05-06,19:02:47.016] [INFO] Starting location capture [2026-05-06,19:03:25.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:03:25.109] [INFO] LocationSqlManager initialising [2026-05-06,19:03:25.110] [INFO] Location DB initialising [2026-05-06,19:03:25.119] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:03:25.120] [DEBUG] UploadManager Init [2026-05-06,19:03:25.120] [DEBUG] UploadManager Init Complete [2026-05-06,19:03:25.123] [INFO] Initializing GPS... [2026-05-06,19:03:25.125] [INFO] Starting location capture [2026-05-06,19:04:04.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:04:04.409] [INFO] LocationSqlManager initialising [2026-05-06,19:04:04.409] [INFO] Location DB initialising [2026-05-06,19:04:04.419] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:04:04.420] [DEBUG] UploadManager Init [2026-05-06,19:04:04.420] [DEBUG] UploadManager Init Complete [2026-05-06,19:04:04.424] [INFO] Initializing GPS... [2026-05-06,19:04:04.426] [INFO] Starting location capture [2026-05-06,19:04:42.248] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:04:42.253] [INFO] LocationSqlManager initialising [2026-05-06,19:04:42.253] [INFO] Location DB initialising [2026-05-06,19:04:42.263] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:04:42.264] [DEBUG] UploadManager Init [2026-05-06,19:04:42.265] [DEBUG] UploadManager Init Complete [2026-05-06,19:04:42.268] [INFO] Initializing GPS... [2026-05-06,19:04:42.271] [INFO] Starting location capture [2026-05-06,19:05:16.223] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:05:16.228] [INFO] LocationSqlManager initialising [2026-05-06,19:05:16.229] [INFO] Location DB initialising [2026-05-06,19:05:16.238] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:05:16.239] [DEBUG] UploadManager Init [2026-05-06,19:05:16.240] [DEBUG] UploadManager Init Complete [2026-05-06,19:05:16.242] [INFO] Initializing GPS... [2026-05-06,19:05:16.244] [INFO] Starting location capture [2026-05-06,19:05:56.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:05:56.076] [INFO] LocationSqlManager initialising [2026-05-06,19:05:56.076] [INFO] Location DB initialising [2026-05-06,19:05:56.085] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:05:56.086] [DEBUG] UploadManager Init [2026-05-06,19:05:56.087] [DEBUG] UploadManager Init Complete [2026-05-06,19:05:56.089] [INFO] Initializing GPS... [2026-05-06,19:05:56.091] [INFO] Starting location capture [2026-05-06,19:06:34.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:06:34.017] [INFO] LocationSqlManager initialising [2026-05-06,19:06:34.017] [INFO] Location DB initialising [2026-05-06,19:06:34.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:06:34.029] [DEBUG] UploadManager Init [2026-05-06,19:06:34.029] [DEBUG] UploadManager Init Complete [2026-05-06,19:06:34.034] [INFO] Initializing GPS... [2026-05-06,19:06:34.037] [INFO] Starting location capture [2026-05-06,19:07:13.267] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:07:13.274] [INFO] LocationSqlManager initialising [2026-05-06,19:07:13.275] [INFO] Location DB initialising [2026-05-06,19:07:13.286] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:07:13.287] [DEBUG] UploadManager Init [2026-05-06,19:07:13.287] [DEBUG] UploadManager Init Complete [2026-05-06,19:07:13.291] [INFO] Initializing GPS... [2026-05-06,19:07:13.293] [INFO] Starting location capture [2026-05-06,19:07:50.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:07:50.862] [INFO] LocationSqlManager initialising [2026-05-06,19:07:50.862] [INFO] Location DB initialising [2026-05-06,19:07:50.872] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:07:50.872] [DEBUG] UploadManager Init [2026-05-06,19:07:50.873] [DEBUG] UploadManager Init Complete [2026-05-06,19:07:50.875] [INFO] Initializing GPS... [2026-05-06,19:07:50.877] [INFO] Starting location capture [2026-05-06,19:08:30.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:08:30.203] [INFO] LocationSqlManager initialising [2026-05-06,19:08:30.204] [INFO] Location DB initialising [2026-05-06,19:08:30.215] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:08:30.216] [DEBUG] UploadManager Init [2026-05-06,19:08:30.217] [DEBUG] UploadManager Init Complete [2026-05-06,19:08:30.221] [INFO] Initializing GPS... [2026-05-06,19:08:30.224] [INFO] Starting location capture [2026-05-06,19:09:08.163] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:09:08.168] [INFO] LocationSqlManager initialising [2026-05-06,19:09:08.168] [INFO] Location DB initialising [2026-05-06,19:09:08.179] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:09:08.180] [DEBUG] UploadManager Init [2026-05-06,19:09:08.181] [DEBUG] UploadManager Init Complete [2026-05-06,19:09:08.185] [INFO] Initializing GPS... [2026-05-06,19:09:08.188] [INFO] Starting location capture [2026-05-06,19:09:47.030] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:09:47.036] [INFO] LocationSqlManager initialising [2026-05-06,19:09:47.037] [INFO] Location DB initialising [2026-05-06,19:09:47.047] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:09:47.048] [DEBUG] UploadManager Init [2026-05-06,19:09:47.048] [DEBUG] UploadManager Init Complete [2026-05-06,19:09:47.051] [INFO] Initializing GPS... [2026-05-06,19:09:47.054] [INFO] Starting location capture [2026-05-06,19:10:24.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:10:24.833] [INFO] LocationSqlManager initialising [2026-05-06,19:10:24.833] [INFO] Location DB initialising [2026-05-06,19:10:24.843] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:10:24.844] [DEBUG] UploadManager Init [2026-05-06,19:10:24.844] [DEBUG] UploadManager Init Complete [2026-05-06,19:10:24.847] [INFO] Initializing GPS... [2026-05-06,19:10:24.849] [INFO] Starting location capture [2026-05-06,19:11:04.240] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:11:04.245] [INFO] LocationSqlManager initialising [2026-05-06,19:11:04.246] [INFO] Location DB initialising [2026-05-06,19:11:04.256] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:11:04.256] [DEBUG] UploadManager Init [2026-05-06,19:11:04.257] [DEBUG] UploadManager Init Complete [2026-05-06,19:11:04.259] [INFO] Initializing GPS... [2026-05-06,19:11:04.262] [INFO] Starting location capture [2026-05-06,19:11:42.642] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:11:42.647] [INFO] LocationSqlManager initialising [2026-05-06,19:11:42.648] [INFO] Location DB initialising [2026-05-06,19:11:42.658] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:11:42.658] [DEBUG] UploadManager Init [2026-05-06,19:11:42.659] [DEBUG] UploadManager Init Complete [2026-05-06,19:11:42.661] [INFO] Initializing GPS... [2026-05-06,19:11:42.664] [INFO] Starting location capture [2026-05-06,19:12:22.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:12:22.099] [INFO] LocationSqlManager initialising [2026-05-06,19:12:22.100] [INFO] Location DB initialising [2026-05-06,19:12:22.109] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:12:22.110] [DEBUG] UploadManager Init [2026-05-06,19:12:22.111] [DEBUG] UploadManager Init Complete [2026-05-06,19:12:22.114] [INFO] Initializing GPS... [2026-05-06,19:12:22.116] [INFO] Starting location capture [2026-05-06,19:12:56.772] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:12:56.778] [INFO] LocationSqlManager initialising [2026-05-06,19:12:56.778] [INFO] Location DB initialising [2026-05-06,19:12:56.789] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:12:56.790] [DEBUG] UploadManager Init [2026-05-06,19:12:56.790] [DEBUG] UploadManager Init Complete [2026-05-06,19:12:56.793] [INFO] Initializing GPS... [2026-05-06,19:12:56.796] [INFO] Starting location capture [2026-05-06,19:13:35.518] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:13:35.526] [INFO] LocationSqlManager initialising [2026-05-06,19:13:35.526] [INFO] Location DB initialising [2026-05-06,19:13:35.538] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:13:35.539] [DEBUG] UploadManager Init [2026-05-06,19:13:35.540] [DEBUG] UploadManager Init Complete [2026-05-06,19:13:35.544] [INFO] Initializing GPS... [2026-05-06,19:13:35.547] [INFO] Starting location capture [2026-05-06,19:14:14.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:14:14.058] [INFO] LocationSqlManager initialising [2026-05-06,19:14:14.059] [INFO] Location DB initialising [2026-05-06,19:14:14.070] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:14:14.071] [DEBUG] UploadManager Init [2026-05-06,19:14:14.072] [DEBUG] UploadManager Init Complete [2026-05-06,19:14:14.076] [INFO] Initializing GPS... [2026-05-06,19:14:14.079] [INFO] Starting location capture [2026-05-06,19:14:52.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:14:52.030] [INFO] LocationSqlManager initialising [2026-05-06,19:14:52.030] [INFO] Location DB initialising [2026-05-06,19:14:52.042] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:14:52.042] [DEBUG] UploadManager Init [2026-05-06,19:14:52.043] [DEBUG] UploadManager Init Complete [2026-05-06,19:14:52.045] [INFO] Initializing GPS... [2026-05-06,19:14:52.047] [INFO] Starting location capture [2026-05-06,19:15:31.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:15:31.088] [INFO] LocationSqlManager initialising [2026-05-06,19:15:31.088] [INFO] Location DB initialising [2026-05-06,19:15:31.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:15:31.099] [DEBUG] UploadManager Init [2026-05-06,19:15:31.099] [DEBUG] UploadManager Init Complete [2026-05-06,19:15:31.102] [INFO] Initializing GPS... [2026-05-06,19:15:31.104] [INFO] Starting location capture [2026-05-06,19:16:10.079] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:16:10.087] [INFO] LocationSqlManager initialising [2026-05-06,19:16:10.088] [INFO] Location DB initialising [2026-05-06,19:16:10.099] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:16:10.100] [DEBUG] UploadManager Init [2026-05-06,19:16:10.101] [DEBUG] UploadManager Init Complete [2026-05-06,19:16:10.104] [INFO] Initializing GPS... [2026-05-06,19:16:10.106] [INFO] Starting location capture [2026-05-06,19:16:48.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:16:48.972] [INFO] LocationSqlManager initialising [2026-05-06,19:16:48.973] [INFO] Location DB initialising [2026-05-06,19:16:48.984] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:16:48.985] [DEBUG] UploadManager Init [2026-05-06,19:16:48.986] [DEBUG] UploadManager Init Complete [2026-05-06,19:16:48.990] [INFO] Initializing GPS... [2026-05-06,19:16:48.993] [INFO] Starting location capture [2026-05-06,19:17:28.093] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:17:28.099] [INFO] LocationSqlManager initialising [2026-05-06,19:17:28.100] [INFO] Location DB initialising [2026-05-06,19:17:28.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:17:28.112] [DEBUG] UploadManager Init [2026-05-06,19:17:28.113] [DEBUG] UploadManager Init Complete [2026-05-06,19:17:28.116] [INFO] Initializing GPS... [2026-05-06,19:17:28.118] [INFO] Starting location capture [2026-05-06,19:18:06.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:18:06.283] [INFO] LocationSqlManager initialising [2026-05-06,19:18:06.283] [INFO] Location DB initialising [2026-05-06,19:18:06.294] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:18:06.294] [DEBUG] UploadManager Init [2026-05-06,19:18:06.295] [DEBUG] UploadManager Init Complete [2026-05-06,19:18:06.298] [INFO] Initializing GPS... [2026-05-06,19:18:06.300] [INFO] Starting location capture [2026-05-06,19:18:45.626] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:18:45.632] [INFO] LocationSqlManager initialising [2026-05-06,19:18:45.632] [INFO] Location DB initialising [2026-05-06,19:18:45.642] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:18:45.643] [DEBUG] UploadManager Init [2026-05-06,19:18:45.643] [DEBUG] UploadManager Init Complete [2026-05-06,19:18:45.646] [INFO] Initializing GPS... [2026-05-06,19:18:45.649] [INFO] Starting location capture [2026-05-06,19:19:25.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:19:25.010] [INFO] LocationSqlManager initialising [2026-05-06,19:19:25.010] [INFO] Location DB initialising [2026-05-06,19:19:25.020] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:19:25.020] [DEBUG] UploadManager Init [2026-05-06,19:19:25.021] [DEBUG] UploadManager Init Complete [2026-05-06,19:19:25.024] [INFO] Initializing GPS... [2026-05-06,19:19:25.026] [INFO] Starting location capture [2026-05-06,19:20:03.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:20:03.746] [INFO] LocationSqlManager initialising [2026-05-06,19:20:03.747] [INFO] Location DB initialising [2026-05-06,19:20:03.756] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:20:03.757] [DEBUG] UploadManager Init [2026-05-06,19:20:03.757] [DEBUG] UploadManager Init Complete [2026-05-06,19:20:03.760] [INFO] Initializing GPS... [2026-05-06,19:20:03.762] [INFO] Starting location capture [2026-05-06,19:20:42.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:20:42.676] [INFO] LocationSqlManager initialising [2026-05-06,19:20:42.677] [INFO] Location DB initialising [2026-05-06,19:20:42.688] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:20:42.689] [DEBUG] UploadManager Init [2026-05-06,19:20:42.689] [DEBUG] UploadManager Init Complete [2026-05-06,19:20:42.694] [INFO] Initializing GPS... [2026-05-06,19:20:42.697] [INFO] Starting location capture [2026-05-06,19:21:22.401] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:21:22.407] [INFO] LocationSqlManager initialising [2026-05-06,19:21:22.407] [INFO] Location DB initialising [2026-05-06,19:21:22.416] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:21:22.417] [DEBUG] UploadManager Init [2026-05-06,19:21:22.417] [DEBUG] UploadManager Init Complete [2026-05-06,19:21:22.420] [INFO] Initializing GPS... [2026-05-06,19:21:22.422] [INFO] Starting location capture [2026-05-06,19:21:59.873] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:21:59.884] [INFO] LocationSqlManager initialising [2026-05-06,19:21:59.886] [INFO] Location DB initialising [2026-05-06,19:21:59.899] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:21:59.901] [DEBUG] UploadManager Init [2026-05-06,19:21:59.901] [DEBUG] UploadManager Init Complete [2026-05-06,19:21:59.906] [INFO] Initializing GPS... [2026-05-06,19:21:59.909] [INFO] Starting location capture [2026-05-06,19:22:39.302] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:22:39.307] [INFO] LocationSqlManager initialising [2026-05-06,19:22:39.308] [INFO] Location DB initialising [2026-05-06,19:22:39.318] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:22:39.318] [DEBUG] UploadManager Init [2026-05-06,19:22:39.319] [DEBUG] UploadManager Init Complete [2026-05-06,19:22:39.321] [INFO] Initializing GPS... [2026-05-06,19:22:39.323] [INFO] Starting location capture [2026-05-06,19:23:17.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:23:17.044] [INFO] LocationSqlManager initialising [2026-05-06,19:23:17.044] [INFO] Location DB initialising [2026-05-06,19:23:17.056] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:23:17.057] [DEBUG] UploadManager Init [2026-05-06,19:23:17.058] [DEBUG] UploadManager Init Complete [2026-05-06,19:23:17.063] [INFO] Initializing GPS... [2026-05-06,19:23:17.066] [INFO] Starting location capture [2026-05-06,19:23:57.437] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:23:57.443] [INFO] LocationSqlManager initialising [2026-05-06,19:23:57.444] [INFO] Location DB initialising [2026-05-06,19:23:57.456] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:23:57.457] [DEBUG] UploadManager Init [2026-05-06,19:23:57.458] [DEBUG] UploadManager Init Complete [2026-05-06,19:23:57.461] [INFO] Initializing GPS... [2026-05-06,19:23:57.464] [INFO] Starting location capture [2026-05-06,19:24:36.068] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:24:36.074] [INFO] LocationSqlManager initialising [2026-05-06,19:24:36.074] [INFO] Location DB initialising [2026-05-06,19:24:36.085] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:24:36.086] [DEBUG] UploadManager Init [2026-05-06,19:24:36.087] [DEBUG] UploadManager Init Complete [2026-05-06,19:24:36.090] [INFO] Initializing GPS... [2026-05-06,19:24:36.093] [INFO] Starting location capture [2026-05-06,19:25:14.297] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:25:14.305] [INFO] LocationSqlManager initialising [2026-05-06,19:25:14.306] [INFO] Location DB initialising [2026-05-06,19:25:14.317] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:25:14.318] [DEBUG] UploadManager Init [2026-05-06,19:25:14.319] [DEBUG] UploadManager Init Complete [2026-05-06,19:25:14.323] [INFO] Initializing GPS... [2026-05-06,19:25:14.326] [INFO] Starting location capture [2026-05-06,19:25:52.722] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:25:52.730] [INFO] LocationSqlManager initialising [2026-05-06,19:25:52.731] [INFO] Location DB initialising [2026-05-06,19:25:52.742] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:25:52.743] [DEBUG] UploadManager Init [2026-05-06,19:25:52.744] [DEBUG] UploadManager Init Complete [2026-05-06,19:25:52.748] [INFO] Initializing GPS... [2026-05-06,19:25:52.751] [INFO] Starting location capture [2026-05-06,19:26:31.170] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:26:31.174] [INFO] LocationSqlManager initialising [2026-05-06,19:26:31.175] [INFO] Location DB initialising [2026-05-06,19:26:31.184] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:26:31.185] [DEBUG] UploadManager Init [2026-05-06,19:26:31.185] [DEBUG] UploadManager Init Complete [2026-05-06,19:26:31.188] [INFO] Initializing GPS... [2026-05-06,19:26:31.190] [INFO] Starting location capture [2026-05-06,19:27:11.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:27:11.322] [INFO] LocationSqlManager initialising [2026-05-06,19:27:11.323] [INFO] Location DB initialising [2026-05-06,19:27:11.337] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:27:11.338] [DEBUG] UploadManager Init [2026-05-06,19:27:11.339] [DEBUG] UploadManager Init Complete [2026-05-06,19:27:11.343] [INFO] Initializing GPS... [2026-05-06,19:27:11.345] [INFO] Starting location capture [2026-05-06,19:27:49.352] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:27:49.360] [INFO] LocationSqlManager initialising [2026-05-06,19:27:49.361] [INFO] Location DB initialising [2026-05-06,19:27:49.372] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:27:49.373] [DEBUG] UploadManager Init [2026-05-06,19:27:49.374] [DEBUG] UploadManager Init Complete [2026-05-06,19:27:49.378] [INFO] Initializing GPS... [2026-05-06,19:27:49.381] [INFO] Starting location capture [2026-05-06,19:28:27.590] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:28:27.596] [INFO] LocationSqlManager initialising [2026-05-06,19:28:27.596] [INFO] Location DB initialising [2026-05-06,19:28:27.606] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:28:27.607] [DEBUG] UploadManager Init [2026-05-06,19:28:27.607] [DEBUG] UploadManager Init Complete [2026-05-06,19:28:27.610] [INFO] Initializing GPS... [2026-05-06,19:28:27.612] [INFO] Starting location capture [2026-05-06,19:29:05.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:29:05.893] [INFO] LocationSqlManager initialising [2026-05-06,19:29:05.894] [INFO] Location DB initialising [2026-05-06,19:29:05.903] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:29:05.904] [DEBUG] UploadManager Init [2026-05-06,19:29:05.904] [DEBUG] UploadManager Init Complete [2026-05-06,19:29:05.908] [INFO] Initializing GPS... [2026-05-06,19:29:05.910] [INFO] Starting location capture [2026-05-06,19:29:44.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:29:44.737] [INFO] LocationSqlManager initialising [2026-05-06,19:29:44.737] [INFO] Location DB initialising [2026-05-06,19:29:44.747] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:29:44.748] [DEBUG] UploadManager Init [2026-05-06,19:29:44.748] [DEBUG] UploadManager Init Complete [2026-05-06,19:29:44.751] [INFO] Initializing GPS... [2026-05-06,19:29:44.753] [INFO] Starting location capture [2026-05-06,19:30:24.265] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:30:24.270] [INFO] LocationSqlManager initialising [2026-05-06,19:30:24.271] [INFO] Location DB initialising [2026-05-06,19:30:24.281] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:30:24.282] [DEBUG] UploadManager Init [2026-05-06,19:30:24.283] [DEBUG] UploadManager Init Complete [2026-05-06,19:30:24.286] [INFO] Initializing GPS... [2026-05-06,19:30:24.288] [INFO] Starting location capture [2026-05-06,19:31:02.813] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:31:02.820] [INFO] LocationSqlManager initialising [2026-05-06,19:31:02.821] [INFO] Location DB initialising [2026-05-06,19:31:02.832] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:31:02.833] [DEBUG] UploadManager Init [2026-05-06,19:31:02.833] [DEBUG] UploadManager Init Complete [2026-05-06,19:31:02.838] [INFO] Initializing GPS... [2026-05-06,19:31:02.841] [INFO] Starting location capture [2026-05-06,19:31:41.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:31:41.711] [INFO] LocationSqlManager initialising [2026-05-06,19:31:41.712] [INFO] Location DB initialising [2026-05-06,19:31:41.721] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:31:41.721] [DEBUG] UploadManager Init [2026-05-06,19:31:41.722] [DEBUG] UploadManager Init Complete [2026-05-06,19:31:41.725] [INFO] Initializing GPS... [2026-05-06,19:31:41.727] [INFO] Starting location capture [2026-05-06,19:32:20.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:32:20.198] [INFO] LocationSqlManager initialising [2026-05-06,19:32:20.199] [INFO] Location DB initialising [2026-05-06,19:32:20.208] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:32:20.209] [DEBUG] UploadManager Init [2026-05-06,19:32:20.209] [DEBUG] UploadManager Init Complete [2026-05-06,19:32:20.212] [INFO] Initializing GPS... [2026-05-06,19:32:20.213] [INFO] Starting location capture [2026-05-06,19:32:59.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:32:59.289] [INFO] LocationSqlManager initialising [2026-05-06,19:32:59.289] [INFO] Location DB initialising [2026-05-06,19:32:59.298] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:32:59.299] [DEBUG] UploadManager Init [2026-05-06,19:32:59.299] [DEBUG] UploadManager Init Complete [2026-05-06,19:32:59.302] [INFO] Initializing GPS... [2026-05-06,19:32:59.304] [INFO] Starting location capture [2026-05-06,19:33:36.731] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:33:36.737] [INFO] LocationSqlManager initialising [2026-05-06,19:33:36.738] [INFO] Location DB initialising [2026-05-06,19:33:36.749] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:33:36.751] [DEBUG] UploadManager Init [2026-05-06,19:33:36.751] [DEBUG] UploadManager Init Complete [2026-05-06,19:33:36.756] [INFO] Initializing GPS... [2026-05-06,19:33:36.759] [INFO] Starting location capture [2026-05-06,19:34:15.836] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:34:15.843] [INFO] LocationSqlManager initialising [2026-05-06,19:34:15.844] [INFO] Location DB initialising [2026-05-06,19:34:15.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:34:15.859] [DEBUG] UploadManager Init [2026-05-06,19:34:15.860] [DEBUG] UploadManager Init Complete [2026-05-06,19:34:15.865] [INFO] Initializing GPS... [2026-05-06,19:34:15.868] [INFO] Starting location capture [2026-05-06,19:34:54.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:34:54.092] [INFO] LocationSqlManager initialising [2026-05-06,19:34:54.093] [INFO] Location DB initialising [2026-05-06,19:34:54.102] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:34:54.103] [DEBUG] UploadManager Init [2026-05-06,19:34:54.103] [DEBUG] UploadManager Init Complete [2026-05-06,19:34:54.106] [INFO] Initializing GPS... [2026-05-06,19:34:54.108] [INFO] Starting location capture [2026-05-06,19:35:32.883] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:35:32.888] [INFO] LocationSqlManager initialising [2026-05-06,19:35:32.889] [INFO] Location DB initialising [2026-05-06,19:35:32.898] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:35:32.899] [DEBUG] UploadManager Init [2026-05-06,19:35:32.899] [DEBUG] UploadManager Init Complete [2026-05-06,19:35:32.902] [INFO] Initializing GPS... [2026-05-06,19:35:32.904] [INFO] Starting location capture [2026-05-06,19:36:12.475] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:36:12.482] [INFO] LocationSqlManager initialising [2026-05-06,19:36:12.483] [INFO] Location DB initialising [2026-05-06,19:36:12.494] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:36:12.495] [DEBUG] UploadManager Init [2026-05-06,19:36:12.496] [DEBUG] UploadManager Init Complete [2026-05-06,19:36:12.501] [INFO] Initializing GPS... [2026-05-06,19:36:12.504] [INFO] Starting location capture [2026-05-06,19:36:51.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:36:51.195] [INFO] LocationSqlManager initialising [2026-05-06,19:36:51.196] [INFO] Location DB initialising [2026-05-06,19:36:51.206] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:36:51.206] [DEBUG] UploadManager Init [2026-05-06,19:36:51.207] [DEBUG] UploadManager Init Complete [2026-05-06,19:36:51.210] [INFO] Initializing GPS... [2026-05-06,19:36:51.212] [INFO] Starting location capture [2026-05-06,19:37:29.147] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:37:29.155] [INFO] LocationSqlManager initialising [2026-05-06,19:37:29.155] [INFO] Location DB initialising [2026-05-06,19:37:29.165] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:37:29.166] [DEBUG] UploadManager Init [2026-05-06,19:37:29.166] [DEBUG] UploadManager Init Complete [2026-05-06,19:37:29.169] [INFO] Initializing GPS... [2026-05-06,19:37:29.172] [INFO] Starting location capture [2026-05-06,19:38:07.369] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:38:07.377] [INFO] LocationSqlManager initialising [2026-05-06,19:38:07.378] [INFO] Location DB initialising [2026-05-06,19:38:07.390] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:38:07.391] [DEBUG] UploadManager Init [2026-05-06,19:38:07.391] [DEBUG] UploadManager Init Complete [2026-05-06,19:38:07.396] [INFO] Initializing GPS... [2026-05-06,19:38:07.399] [INFO] Starting location capture [2026-05-06,19:38:45.651] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:38:45.655] [INFO] LocationSqlManager initialising [2026-05-06,19:38:45.655] [INFO] Location DB initialising [2026-05-06,19:38:45.665] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:38:45.665] [DEBUG] UploadManager Init [2026-05-06,19:38:45.666] [DEBUG] UploadManager Init Complete [2026-05-06,19:38:45.668] [INFO] Initializing GPS... [2026-05-06,19:38:45.670] [INFO] Starting location capture [2026-05-06,19:39:26.366] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:39:26.372] [INFO] LocationSqlManager initialising [2026-05-06,19:39:26.373] [INFO] Location DB initialising [2026-05-06,19:39:26.383] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:39:26.384] [DEBUG] UploadManager Init [2026-05-06,19:39:26.385] [DEBUG] UploadManager Init Complete [2026-05-06,19:39:26.388] [INFO] Initializing GPS... [2026-05-06,19:39:26.390] [INFO] Starting location capture [2026-05-06,19:40:03.869] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:40:03.875] [INFO] LocationSqlManager initialising [2026-05-06,19:40:03.876] [INFO] Location DB initialising [2026-05-06,19:40:03.886] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:40:03.887] [DEBUG] UploadManager Init [2026-05-06,19:40:03.888] [DEBUG] UploadManager Init Complete [2026-05-06,19:40:03.891] [INFO] Initializing GPS... [2026-05-06,19:40:03.893] [INFO] Starting location capture [2026-05-06,19:40:42.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:40:42.155] [INFO] LocationSqlManager initialising [2026-05-06,19:40:42.156] [INFO] Location DB initialising [2026-05-06,19:40:42.167] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:40:42.168] [DEBUG] UploadManager Init [2026-05-06,19:40:42.169] [DEBUG] UploadManager Init Complete [2026-05-06,19:40:42.173] [INFO] Initializing GPS... [2026-05-06,19:40:42.176] [INFO] Starting location capture [2026-05-06,19:41:20.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:41:20.902] [INFO] LocationSqlManager initialising [2026-05-06,19:41:20.902] [INFO] Location DB initialising [2026-05-06,19:41:20.912] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:41:20.912] [DEBUG] UploadManager Init [2026-05-06,19:41:20.913] [DEBUG] UploadManager Init Complete [2026-05-06,19:41:20.915] [INFO] Initializing GPS... [2026-05-06,19:41:20.917] [INFO] Starting location capture [2026-05-06,19:41:59.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:41:59.937] [INFO] LocationSqlManager initialising [2026-05-06,19:41:59.938] [INFO] Location DB initialising [2026-05-06,19:41:59.949] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:41:59.950] [DEBUG] UploadManager Init [2026-05-06,19:41:59.951] [DEBUG] UploadManager Init Complete [2026-05-06,19:41:59.955] [INFO] Initializing GPS... [2026-05-06,19:41:59.958] [INFO] Starting location capture [2026-05-06,19:42:38.069] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:42:38.080] [INFO] LocationSqlManager initialising [2026-05-06,19:42:38.082] [INFO] Location DB initialising [2026-05-06,19:42:38.094] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:42:38.096] [DEBUG] UploadManager Init [2026-05-06,19:42:38.097] [DEBUG] UploadManager Init Complete [2026-05-06,19:42:38.101] [INFO] Initializing GPS... [2026-05-06,19:42:38.104] [INFO] Starting location capture [2026-05-06,19:43:16.335] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:43:16.342] [INFO] LocationSqlManager initialising [2026-05-06,19:43:16.343] [INFO] Location DB initialising [2026-05-06,19:43:16.354] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:43:16.355] [DEBUG] UploadManager Init [2026-05-06,19:43:16.356] [DEBUG] UploadManager Init Complete [2026-05-06,19:43:16.360] [INFO] Initializing GPS... [2026-05-06,19:43:16.363] [INFO] Starting location capture [2026-05-06,19:43:55.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:43:55.891] [INFO] LocationSqlManager initialising [2026-05-06,19:43:55.891] [INFO] Location DB initialising [2026-05-06,19:43:55.901] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:43:55.901] [DEBUG] UploadManager Init [2026-05-06,19:43:55.902] [DEBUG] UploadManager Init Complete [2026-05-06,19:43:55.904] [INFO] Initializing GPS... [2026-05-06,19:43:55.906] [INFO] Starting location capture [2026-05-06,19:44:34.087] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:44:34.093] [INFO] LocationSqlManager initialising [2026-05-06,19:44:34.094] [INFO] Location DB initialising [2026-05-06,19:44:34.104] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:44:34.105] [DEBUG] UploadManager Init [2026-05-06,19:44:34.105] [DEBUG] UploadManager Init Complete [2026-05-06,19:44:34.108] [INFO] Initializing GPS... [2026-05-06,19:44:34.111] [INFO] Starting location capture [2026-05-06,19:45:12.537] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:45:12.544] [INFO] LocationSqlManager initialising [2026-05-06,19:45:12.545] [INFO] Location DB initialising [2026-05-06,19:45:12.556] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:45:12.557] [DEBUG] UploadManager Init [2026-05-06,19:45:12.558] [DEBUG] UploadManager Init Complete [2026-05-06,19:45:12.562] [INFO] Initializing GPS... [2026-05-06,19:45:12.565] [INFO] Starting location capture [2026-05-06,19:45:51.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:45:51.016] [INFO] LocationSqlManager initialising [2026-05-06,19:45:51.017] [INFO] Location DB initialising [2026-05-06,19:45:51.029] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:45:51.030] [DEBUG] UploadManager Init [2026-05-06,19:45:51.030] [DEBUG] UploadManager Init Complete [2026-05-06,19:45:51.038] [INFO] Initializing GPS... [2026-05-06,19:45:51.042] [INFO] Starting location capture [2026-05-06,19:46:31.403] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:46:31.408] [INFO] LocationSqlManager initialising [2026-05-06,19:46:31.408] [INFO] Location DB initialising [2026-05-06,19:46:31.418] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:46:31.419] [DEBUG] UploadManager Init [2026-05-06,19:46:31.419] [DEBUG] UploadManager Init Complete [2026-05-06,19:46:31.422] [INFO] Initializing GPS... [2026-05-06,19:46:31.424] [INFO] Starting location capture [2026-05-06,19:47:10.657] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:47:10.665] [INFO] LocationSqlManager initialising [2026-05-06,19:47:10.666] [INFO] Location DB initialising [2026-05-06,19:47:10.678] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:47:10.679] [DEBUG] UploadManager Init [2026-05-06,19:47:10.680] [DEBUG] UploadManager Init Complete [2026-05-06,19:47:10.684] [INFO] Initializing GPS... [2026-05-06,19:47:10.687] [INFO] Starting location capture [2026-05-06,19:47:50.110] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:47:50.116] [INFO] LocationSqlManager initialising [2026-05-06,19:47:50.117] [INFO] Location DB initialising [2026-05-06,19:47:50.127] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:47:50.128] [DEBUG] UploadManager Init [2026-05-06,19:47:50.128] [DEBUG] UploadManager Init Complete [2026-05-06,19:47:50.132] [INFO] Initializing GPS... [2026-05-06,19:47:50.134] [INFO] Starting location capture [2026-05-06,19:48:28.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:48:28.840] [INFO] LocationSqlManager initialising [2026-05-06,19:48:28.841] [INFO] Location DB initialising [2026-05-06,19:48:28.851] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:48:28.851] [DEBUG] UploadManager Init [2026-05-06,19:48:28.852] [DEBUG] UploadManager Init Complete [2026-05-06,19:48:28.854] [INFO] Initializing GPS... [2026-05-06,19:48:28.856] [INFO] Starting location capture [2026-05-06,19:49:08.553] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:49:08.558] [INFO] LocationSqlManager initialising [2026-05-06,19:49:08.559] [INFO] Location DB initialising [2026-05-06,19:49:08.568] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:49:08.569] [DEBUG] UploadManager Init [2026-05-06,19:49:08.569] [DEBUG] UploadManager Init Complete [2026-05-06,19:49:08.571] [INFO] Initializing GPS... [2026-05-06,19:49:08.573] [INFO] Starting location capture [2026-05-06,19:49:47.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:49:47.032] [INFO] LocationSqlManager initialising [2026-05-06,19:49:47.033] [INFO] Location DB initialising [2026-05-06,19:49:47.043] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:49:47.043] [DEBUG] UploadManager Init [2026-05-06,19:49:47.044] [DEBUG] UploadManager Init Complete [2026-05-06,19:49:47.047] [INFO] Initializing GPS... [2026-05-06,19:49:47.049] [INFO] Starting location capture [2026-05-06,19:50:24.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:50:24.940] [INFO] LocationSqlManager initialising [2026-05-06,19:50:24.941] [INFO] Location DB initialising [2026-05-06,19:50:24.950] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:50:24.951] [DEBUG] UploadManager Init [2026-05-06,19:50:24.951] [DEBUG] UploadManager Init Complete [2026-05-06,19:50:24.954] [INFO] Initializing GPS... [2026-05-06,19:50:24.956] [INFO] Starting location capture [2026-05-06,19:51:05.136] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:51:05.141] [INFO] LocationSqlManager initialising [2026-05-06,19:51:05.141] [INFO] Location DB initialising [2026-05-06,19:51:05.150] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:51:05.151] [DEBUG] UploadManager Init [2026-05-06,19:51:05.151] [DEBUG] UploadManager Init Complete [2026-05-06,19:51:05.154] [INFO] Initializing GPS... [2026-05-06,19:51:05.156] [INFO] Starting location capture [2026-05-06,19:51:43.675] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:51:43.682] [INFO] LocationSqlManager initialising [2026-05-06,19:51:43.683] [INFO] Location DB initialising [2026-05-06,19:51:43.694] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:51:43.696] [DEBUG] UploadManager Init [2026-05-06,19:51:43.697] [DEBUG] UploadManager Init Complete [2026-05-06,19:51:43.701] [INFO] Initializing GPS... [2026-05-06,19:51:43.704] [INFO] Starting location capture [2026-05-06,19:52:22.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:52:22.289] [INFO] LocationSqlManager initialising [2026-05-06,19:52:22.289] [INFO] Location DB initialising [2026-05-06,19:52:22.301] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:52:22.302] [DEBUG] UploadManager Init [2026-05-06,19:52:22.302] [DEBUG] UploadManager Init Complete [2026-05-06,19:52:22.307] [INFO] Initializing GPS... [2026-05-06,19:52:22.309] [INFO] Starting location capture [2026-05-06,19:53:01.179] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:53:01.186] [INFO] LocationSqlManager initialising [2026-05-06,19:53:01.187] [INFO] Location DB initialising [2026-05-06,19:53:01.197] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:53:01.198] [DEBUG] UploadManager Init [2026-05-06,19:53:01.198] [DEBUG] UploadManager Init Complete [2026-05-06,19:53:01.201] [INFO] Initializing GPS... [2026-05-06,19:53:01.203] [INFO] Starting location capture [2026-05-06,19:53:40.169] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:53:40.174] [INFO] LocationSqlManager initialising [2026-05-06,19:53:40.175] [INFO] Location DB initialising [2026-05-06,19:53:40.185] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:53:40.185] [DEBUG] UploadManager Init [2026-05-06,19:53:40.186] [DEBUG] UploadManager Init Complete [2026-05-06,19:53:40.189] [INFO] Initializing GPS... [2026-05-06,19:53:40.191] [INFO] Starting location capture [2026-05-06,19:54:18.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:54:18.335] [INFO] LocationSqlManager initialising [2026-05-06,19:54:18.335] [INFO] Location DB initialising [2026-05-06,19:54:18.345] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:54:18.345] [DEBUG] UploadManager Init [2026-05-06,19:54:18.346] [DEBUG] UploadManager Init Complete [2026-05-06,19:54:18.348] [INFO] Initializing GPS... [2026-05-06,19:54:18.350] [INFO] Starting location capture [2026-05-06,19:54:56.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:54:56.870] [INFO] LocationSqlManager initialising [2026-05-06,19:54:56.871] [INFO] Location DB initialising [2026-05-06,19:54:56.880] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:54:56.881] [DEBUG] UploadManager Init [2026-05-06,19:54:56.881] [DEBUG] UploadManager Init Complete [2026-05-06,19:54:56.884] [INFO] Initializing GPS... [2026-05-06,19:54:56.886] [INFO] Starting location capture [2026-05-06,19:55:35.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:55:35.857] [INFO] LocationSqlManager initialising [2026-05-06,19:55:35.857] [INFO] Location DB initialising [2026-05-06,19:55:35.866] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:55:35.867] [DEBUG] UploadManager Init [2026-05-06,19:55:35.867] [DEBUG] UploadManager Init Complete [2026-05-06,19:55:35.870] [INFO] Initializing GPS... [2026-05-06,19:55:35.872] [INFO] Starting location capture [2026-05-06,19:56:14.964] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:56:14.969] [INFO] LocationSqlManager initialising [2026-05-06,19:56:14.969] [INFO] Location DB initialising [2026-05-06,19:56:14.979] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:56:14.980] [DEBUG] UploadManager Init [2026-05-06,19:56:14.980] [DEBUG] UploadManager Init Complete [2026-05-06,19:56:14.983] [INFO] Initializing GPS... [2026-05-06,19:56:14.984] [INFO] Starting location capture [2026-05-06,19:56:54.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:56:54.108] [INFO] LocationSqlManager initialising [2026-05-06,19:56:54.109] [INFO] Location DB initialising [2026-05-06,19:56:54.120] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:56:54.121] [DEBUG] UploadManager Init [2026-05-06,19:56:54.122] [DEBUG] UploadManager Init Complete [2026-05-06,19:56:54.127] [INFO] Initializing GPS... [2026-05-06,19:56:54.130] [INFO] Starting location capture [2026-05-06,19:57:32.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:57:32.058] [INFO] LocationSqlManager initialising [2026-05-06,19:57:32.058] [INFO] Location DB initialising [2026-05-06,19:57:32.068] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:57:32.069] [DEBUG] UploadManager Init [2026-05-06,19:57:32.070] [DEBUG] UploadManager Init Complete [2026-05-06,19:57:32.073] [INFO] Initializing GPS... [2026-05-06,19:57:32.075] [INFO] Starting location capture [2026-05-06,19:58:10.803] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:58:10.807] [INFO] LocationSqlManager initialising [2026-05-06,19:58:10.808] [INFO] Location DB initialising [2026-05-06,19:58:10.817] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:58:10.818] [DEBUG] UploadManager Init [2026-05-06,19:58:10.818] [DEBUG] UploadManager Init Complete [2026-05-06,19:58:10.821] [INFO] Initializing GPS... [2026-05-06,19:58:10.823] [INFO] Starting location capture [2026-05-06,19:58:49.177] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:58:49.182] [INFO] LocationSqlManager initialising [2026-05-06,19:58:49.182] [INFO] Location DB initialising [2026-05-06,19:58:49.192] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:58:49.192] [DEBUG] UploadManager Init [2026-05-06,19:58:49.193] [DEBUG] UploadManager Init Complete [2026-05-06,19:58:49.195] [INFO] Initializing GPS... [2026-05-06,19:58:49.197] [INFO] Starting location capture [2026-05-06,19:59:29.371] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,19:59:29.376] [INFO] LocationSqlManager initialising [2026-05-06,19:59:29.377] [INFO] Location DB initialising [2026-05-06,19:59:29.387] [INFO] LocationSqlManager initialisation complete [2026-05-06,19:59:29.387] [DEBUG] UploadManager Init [2026-05-06,19:59:29.388] [DEBUG] UploadManager Init Complete [2026-05-06,19:59:29.390] [INFO] Initializing GPS... [2026-05-06,19:59:29.392] [INFO] Starting location capture [2026-05-06,20:00:08.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:00:08.109] [INFO] LocationSqlManager initialising [2026-05-06,20:00:08.109] [INFO] Location DB initialising [2026-05-06,20:00:08.119] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:00:08.120] [DEBUG] UploadManager Init [2026-05-06,20:00:08.120] [DEBUG] UploadManager Init Complete [2026-05-06,20:00:08.123] [INFO] Initializing GPS... [2026-05-06,20:00:08.125] [INFO] Starting location capture [2026-05-06,20:00:47.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:00:47.088] [INFO] LocationSqlManager initialising [2026-05-06,20:00:47.088] [INFO] Location DB initialising [2026-05-06,20:00:47.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:00:47.099] [DEBUG] UploadManager Init [2026-05-06,20:00:47.100] [DEBUG] UploadManager Init Complete [2026-05-06,20:00:47.103] [INFO] Initializing GPS... [2026-05-06,20:00:47.105] [INFO] Starting location capture [2026-05-06,20:01:25.567] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:01:25.572] [INFO] LocationSqlManager initialising [2026-05-06,20:01:25.572] [INFO] Location DB initialising [2026-05-06,20:01:25.582] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:01:25.583] [DEBUG] UploadManager Init [2026-05-06,20:01:25.583] [DEBUG] UploadManager Init Complete [2026-05-06,20:01:25.586] [INFO] Initializing GPS... [2026-05-06,20:01:25.588] [INFO] Starting location capture [2026-05-06,20:02:04.069] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:02:04.082] [INFO] LocationSqlManager initialising [2026-05-06,20:02:04.082] [INFO] Location DB initialising [2026-05-06,20:02:04.093] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:02:04.094] [DEBUG] UploadManager Init [2026-05-06,20:02:04.095] [DEBUG] UploadManager Init Complete [2026-05-06,20:02:04.099] [INFO] Initializing GPS... [2026-05-06,20:02:04.101] [INFO] Starting location capture [2026-05-06,20:02:43.047] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:02:43.053] [INFO] LocationSqlManager initialising [2026-05-06,20:02:43.054] [INFO] Location DB initialising [2026-05-06,20:02:43.064] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:02:43.065] [DEBUG] UploadManager Init [2026-05-06,20:02:43.065] [DEBUG] UploadManager Init Complete [2026-05-06,20:02:43.068] [INFO] Initializing GPS... [2026-05-06,20:02:43.071] [INFO] Starting location capture [2026-05-06,20:03:21.911] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:03:21.916] [INFO] LocationSqlManager initialising [2026-05-06,20:03:21.916] [INFO] Location DB initialising [2026-05-06,20:03:21.926] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:03:21.927] [DEBUG] UploadManager Init [2026-05-06,20:03:21.927] [DEBUG] UploadManager Init Complete [2026-05-06,20:03:21.930] [INFO] Initializing GPS... [2026-05-06,20:03:21.931] [INFO] Starting location capture [2026-05-06,20:04:01.970] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:04:01.977] [INFO] LocationSqlManager initialising [2026-05-06,20:04:01.978] [INFO] Location DB initialising [2026-05-06,20:04:01.990] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:04:01.991] [DEBUG] UploadManager Init [2026-05-06,20:04:01.992] [DEBUG] UploadManager Init Complete [2026-05-06,20:04:01.997] [INFO] Initializing GPS... [2026-05-06,20:04:02.000] [INFO] Starting location capture [2026-05-06,20:04:34.698] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:04:34.701] [INFO] LocationSqlManager initialising [2026-05-06,20:04:34.702] [INFO] Location DB initialising [2026-05-06,20:04:34.711] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:04:34.712] [DEBUG] UploadManager Init [2026-05-06,20:04:34.712] [DEBUG] UploadManager Init Complete [2026-05-06,20:04:34.715] [INFO] Initializing GPS... [2026-05-06,20:04:34.717] [INFO] Starting location capture [2026-05-06,20:05:14.290] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:05:14.293] [INFO] LocationSqlManager initialising [2026-05-06,20:05:14.294] [INFO] Location DB initialising [2026-05-06,20:05:14.303] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:05:14.304] [DEBUG] UploadManager Init [2026-05-06,20:05:14.304] [DEBUG] UploadManager Init Complete [2026-05-06,20:05:14.307] [INFO] Initializing GPS... [2026-05-06,20:05:14.309] [INFO] Starting location capture [2026-05-06,20:05:52.753] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:05:52.758] [INFO] LocationSqlManager initialising [2026-05-06,20:05:52.758] [INFO] Location DB initialising [2026-05-06,20:05:52.767] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:05:52.768] [DEBUG] UploadManager Init [2026-05-06,20:05:52.768] [DEBUG] UploadManager Init Complete [2026-05-06,20:05:52.771] [INFO] Initializing GPS... [2026-05-06,20:05:52.773] [INFO] Starting location capture [2026-05-06,20:06:31.962] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:06:31.967] [INFO] LocationSqlManager initialising [2026-05-06,20:06:31.967] [INFO] Location DB initialising [2026-05-06,20:06:31.977] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:06:31.977] [DEBUG] UploadManager Init [2026-05-06,20:06:31.978] [DEBUG] UploadManager Init Complete [2026-05-06,20:06:31.980] [INFO] Initializing GPS... [2026-05-06,20:06:31.982] [INFO] Starting location capture [2026-05-06,20:07:11.007] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:07:11.012] [INFO] LocationSqlManager initialising [2026-05-06,20:07:11.013] [INFO] Location DB initialising [2026-05-06,20:07:11.022] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:07:11.023] [DEBUG] UploadManager Init [2026-05-06,20:07:11.024] [DEBUG] UploadManager Init Complete [2026-05-06,20:07:11.026] [INFO] Initializing GPS... [2026-05-06,20:07:11.028] [INFO] Starting location capture [2026-05-06,20:07:49.451] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:07:49.459] [INFO] LocationSqlManager initialising [2026-05-06,20:07:49.460] [INFO] Location DB initialising [2026-05-06,20:07:49.470] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:07:49.472] [DEBUG] UploadManager Init [2026-05-06,20:07:49.472] [DEBUG] UploadManager Init Complete [2026-05-06,20:07:49.477] [INFO] Initializing GPS... [2026-05-06,20:07:49.480] [INFO] Starting location capture [2026-05-06,20:08:28.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:08:28.017] [INFO] LocationSqlManager initialising [2026-05-06,20:08:28.018] [INFO] Location DB initialising [2026-05-06,20:08:28.027] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:08:28.028] [DEBUG] UploadManager Init [2026-05-06,20:08:28.028] [DEBUG] UploadManager Init Complete [2026-05-06,20:08:28.031] [INFO] Initializing GPS... [2026-05-06,20:08:28.033] [INFO] Starting location capture [2026-05-06,20:09:07.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:09:07.169] [INFO] LocationSqlManager initialising [2026-05-06,20:09:07.170] [INFO] Location DB initialising [2026-05-06,20:09:07.179] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:09:07.180] [DEBUG] UploadManager Init [2026-05-06,20:09:07.180] [DEBUG] UploadManager Init Complete [2026-05-06,20:09:07.183] [INFO] Initializing GPS... [2026-05-06,20:09:07.185] [INFO] Starting location capture [2026-05-06,20:09:44.688] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:09:44.692] [INFO] LocationSqlManager initialising [2026-05-06,20:09:44.693] [INFO] Location DB initialising [2026-05-06,20:09:44.702] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:09:44.703] [DEBUG] UploadManager Init [2026-05-06,20:09:44.703] [DEBUG] UploadManager Init Complete [2026-05-06,20:09:44.706] [INFO] Initializing GPS... [2026-05-06,20:09:44.708] [INFO] Starting location capture [2026-05-06,20:10:23.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:10:23.963] [INFO] LocationSqlManager initialising [2026-05-06,20:10:23.965] [INFO] Location DB initialising [2026-05-06,20:10:23.977] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:10:23.979] [DEBUG] UploadManager Init [2026-05-06,20:10:23.979] [DEBUG] UploadManager Init Complete [2026-05-06,20:10:23.983] [INFO] Initializing GPS... [2026-05-06,20:10:23.986] [INFO] Starting location capture [2026-05-06,20:10:58.829] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:10:58.834] [INFO] LocationSqlManager initialising [2026-05-06,20:10:58.835] [INFO] Location DB initialising [2026-05-06,20:10:58.845] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:10:58.846] [DEBUG] UploadManager Init [2026-05-06,20:10:58.846] [DEBUG] UploadManager Init Complete [2026-05-06,20:10:58.849] [INFO] Initializing GPS... [2026-05-06,20:10:58.851] [INFO] Starting location capture [2026-05-06,20:11:36.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:11:36.841] [INFO] LocationSqlManager initialising [2026-05-06,20:11:36.841] [INFO] Location DB initialising [2026-05-06,20:11:36.850] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:11:36.851] [DEBUG] UploadManager Init [2026-05-06,20:11:36.851] [DEBUG] UploadManager Init Complete [2026-05-06,20:11:36.854] [INFO] Initializing GPS... [2026-05-06,20:11:36.856] [INFO] Starting location capture [2026-05-06,20:12:15.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:12:15.991] [INFO] LocationSqlManager initialising [2026-05-06,20:12:15.991] [INFO] Location DB initialising [2026-05-06,20:12:16.000] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:12:16.001] [DEBUG] UploadManager Init [2026-05-06,20:12:16.002] [DEBUG] UploadManager Init Complete [2026-05-06,20:12:16.004] [INFO] Initializing GPS... [2026-05-06,20:12:16.006] [INFO] Starting location capture [2026-05-06,20:12:54.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:12:54.986] [INFO] LocationSqlManager initialising [2026-05-06,20:12:54.986] [INFO] Location DB initialising [2026-05-06,20:12:54.996] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:12:54.996] [DEBUG] UploadManager Init [2026-05-06,20:12:54.997] [DEBUG] UploadManager Init Complete [2026-05-06,20:12:54.999] [INFO] Initializing GPS... [2026-05-06,20:12:55.001] [INFO] Starting location capture [2026-05-06,20:13:34.485] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:13:34.491] [INFO] LocationSqlManager initialising [2026-05-06,20:13:34.491] [INFO] Location DB initialising [2026-05-06,20:13:34.501] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:13:34.502] [DEBUG] UploadManager Init [2026-05-06,20:13:34.503] [DEBUG] UploadManager Init Complete [2026-05-06,20:13:34.505] [INFO] Initializing GPS... [2026-05-06,20:13:34.508] [INFO] Starting location capture [2026-05-06,20:14:12.397] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:14:12.405] [INFO] LocationSqlManager initialising [2026-05-06,20:14:12.406] [INFO] Location DB initialising [2026-05-06,20:14:12.416] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:14:12.418] [DEBUG] UploadManager Init [2026-05-06,20:14:12.418] [DEBUG] UploadManager Init Complete [2026-05-06,20:14:12.422] [INFO] Initializing GPS... [2026-05-06,20:14:12.425] [INFO] Starting location capture [2026-05-06,20:14:50.849] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:14:50.853] [INFO] LocationSqlManager initialising [2026-05-06,20:14:50.853] [INFO] Location DB initialising [2026-05-06,20:14:50.863] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:14:50.863] [DEBUG] UploadManager Init [2026-05-06,20:14:50.864] [DEBUG] UploadManager Init Complete [2026-05-06,20:14:50.866] [INFO] Initializing GPS... [2026-05-06,20:14:50.868] [INFO] Starting location capture [2026-05-06,20:15:29.320] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:15:29.327] [INFO] LocationSqlManager initialising [2026-05-06,20:15:29.328] [INFO] Location DB initialising [2026-05-06,20:15:29.339] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:15:29.341] [DEBUG] UploadManager Init [2026-05-06,20:15:29.341] [DEBUG] UploadManager Init Complete [2026-05-06,20:15:29.346] [INFO] Initializing GPS... [2026-05-06,20:15:29.348] [INFO] Starting location capture [2026-05-06,20:16:08.080] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:16:08.085] [INFO] LocationSqlManager initialising [2026-05-06,20:16:08.086] [INFO] Location DB initialising [2026-05-06,20:16:08.096] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:16:08.097] [DEBUG] UploadManager Init [2026-05-06,20:16:08.097] [DEBUG] UploadManager Init Complete [2026-05-06,20:16:08.100] [INFO] Initializing GPS... [2026-05-06,20:16:08.102] [INFO] Starting location capture [2026-05-06,20:16:45.890] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:16:45.897] [INFO] LocationSqlManager initialising [2026-05-06,20:16:45.898] [INFO] Location DB initialising [2026-05-06,20:16:45.909] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:16:45.910] [DEBUG] UploadManager Init [2026-05-06,20:16:45.911] [DEBUG] UploadManager Init Complete [2026-05-06,20:16:45.915] [INFO] Initializing GPS... [2026-05-06,20:16:45.918] [INFO] Starting location capture [2026-05-06,20:17:25.007] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:17:25.012] [INFO] LocationSqlManager initialising [2026-05-06,20:17:25.012] [INFO] Location DB initialising [2026-05-06,20:17:25.022] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:17:25.022] [DEBUG] UploadManager Init [2026-05-06,20:17:25.023] [DEBUG] UploadManager Init Complete [2026-05-06,20:17:25.025] [INFO] Initializing GPS... [2026-05-06,20:17:25.028] [INFO] Starting location capture [2026-05-06,20:18:03.824] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:18:03.829] [INFO] LocationSqlManager initialising [2026-05-06,20:18:03.829] [INFO] Location DB initialising [2026-05-06,20:18:03.839] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:18:03.840] [DEBUG] UploadManager Init [2026-05-06,20:18:03.840] [DEBUG] UploadManager Init Complete [2026-05-06,20:18:03.842] [INFO] Initializing GPS... [2026-05-06,20:18:03.844] [INFO] Starting location capture [2026-05-06,20:18:42.801] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:18:42.811] [INFO] LocationSqlManager initialising [2026-05-06,20:18:42.812] [INFO] Location DB initialising [2026-05-06,20:18:42.824] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:18:42.825] [DEBUG] UploadManager Init [2026-05-06,20:18:42.826] [DEBUG] UploadManager Init Complete [2026-05-06,20:18:42.830] [INFO] Initializing GPS... [2026-05-06,20:18:42.833] [INFO] Starting location capture [2026-05-06,20:19:20.737] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:19:20.743] [INFO] LocationSqlManager initialising [2026-05-06,20:19:20.743] [INFO] Location DB initialising [2026-05-06,20:19:20.754] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:19:20.755] [DEBUG] UploadManager Init [2026-05-06,20:19:20.756] [DEBUG] UploadManager Init Complete [2026-05-06,20:19:20.760] [INFO] Initializing GPS... [2026-05-06,20:19:20.763] [INFO] Starting location capture [2026-05-06,20:19:59.876] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:19:59.883] [INFO] LocationSqlManager initialising [2026-05-06,20:19:59.884] [INFO] Location DB initialising [2026-05-06,20:19:59.895] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:19:59.896] [DEBUG] UploadManager Init [2026-05-06,20:19:59.896] [DEBUG] UploadManager Init Complete [2026-05-06,20:19:59.901] [INFO] Initializing GPS... [2026-05-06,20:19:59.904] [INFO] Starting location capture [2026-05-06,20:20:39.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:20:39.137] [INFO] LocationSqlManager initialising [2026-05-06,20:20:39.138] [INFO] Location DB initialising [2026-05-06,20:20:39.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:20:39.151] [DEBUG] UploadManager Init [2026-05-06,20:20:39.151] [DEBUG] UploadManager Init Complete [2026-05-06,20:20:39.156] [INFO] Initializing GPS... [2026-05-06,20:20:39.159] [INFO] Starting location capture [2026-05-06,20:21:17.449] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:21:17.454] [INFO] LocationSqlManager initialising [2026-05-06,20:21:17.454] [INFO] Location DB initialising [2026-05-06,20:21:17.463] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:21:17.464] [DEBUG] UploadManager Init [2026-05-06,20:21:17.464] [DEBUG] UploadManager Init Complete [2026-05-06,20:21:17.467] [INFO] Initializing GPS... [2026-05-06,20:21:17.469] [INFO] Starting location capture [2026-05-06,20:21:55.651] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:21:55.656] [INFO] LocationSqlManager initialising [2026-05-06,20:21:55.657] [INFO] Location DB initialising [2026-05-06,20:21:55.666] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:21:55.667] [DEBUG] UploadManager Init [2026-05-06,20:21:55.667] [DEBUG] UploadManager Init Complete [2026-05-06,20:21:55.670] [INFO] Initializing GPS... [2026-05-06,20:21:55.671] [INFO] Starting location capture [2026-05-06,20:22:33.895] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:22:33.901] [INFO] LocationSqlManager initialising [2026-05-06,20:22:33.901] [INFO] Location DB initialising [2026-05-06,20:22:33.911] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:22:33.912] [DEBUG] UploadManager Init [2026-05-06,20:22:33.912] [DEBUG] UploadManager Init Complete [2026-05-06,20:22:33.915] [INFO] Initializing GPS... [2026-05-06,20:22:33.917] [INFO] Starting location capture [2026-05-06,20:23:12.166] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:23:12.173] [INFO] LocationSqlManager initialising [2026-05-06,20:23:12.174] [INFO] Location DB initialising [2026-05-06,20:23:12.185] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:23:12.187] [DEBUG] UploadManager Init [2026-05-06,20:23:12.187] [DEBUG] UploadManager Init Complete [2026-05-06,20:23:12.191] [INFO] Initializing GPS... [2026-05-06,20:23:12.194] [INFO] Starting location capture [2026-05-06,20:23:50.694] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:23:50.699] [INFO] LocationSqlManager initialising [2026-05-06,20:23:50.700] [INFO] Location DB initialising [2026-05-06,20:23:50.709] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:23:50.710] [DEBUG] UploadManager Init [2026-05-06,20:23:50.710] [DEBUG] UploadManager Init Complete [2026-05-06,20:23:50.713] [INFO] Initializing GPS... [2026-05-06,20:23:50.715] [INFO] Starting location capture [2026-05-06,20:24:29.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:24:29.322] [INFO] LocationSqlManager initialising [2026-05-06,20:24:29.323] [INFO] Location DB initialising [2026-05-06,20:24:29.333] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:24:29.335] [DEBUG] UploadManager Init [2026-05-06,20:24:29.335] [DEBUG] UploadManager Init Complete [2026-05-06,20:24:29.340] [INFO] Initializing GPS... [2026-05-06,20:24:29.342] [INFO] Starting location capture [2026-05-06,20:25:07.790] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:25:07.797] [INFO] LocationSqlManager initialising [2026-05-06,20:25:07.798] [INFO] Location DB initialising [2026-05-06,20:25:07.809] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:25:07.811] [DEBUG] UploadManager Init [2026-05-06,20:25:07.811] [DEBUG] UploadManager Init Complete [2026-05-06,20:25:07.816] [INFO] Initializing GPS... [2026-05-06,20:25:07.819] [INFO] Starting location capture [2026-05-06,20:25:46.268] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:25:46.274] [INFO] LocationSqlManager initialising [2026-05-06,20:25:46.275] [INFO] Location DB initialising [2026-05-06,20:25:46.285] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:25:46.285] [DEBUG] UploadManager Init [2026-05-06,20:25:46.286] [DEBUG] UploadManager Init Complete [2026-05-06,20:25:46.289] [INFO] Initializing GPS... [2026-05-06,20:25:46.292] [INFO] Starting location capture [2026-05-06,20:26:21.446] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:26:21.454] [INFO] LocationSqlManager initialising [2026-05-06,20:26:21.454] [INFO] Location DB initialising [2026-05-06,20:26:21.466] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:26:21.467] [DEBUG] UploadManager Init [2026-05-06,20:26:21.468] [DEBUG] UploadManager Init Complete [2026-05-06,20:26:21.472] [INFO] Initializing GPS... [2026-05-06,20:26:21.475] [INFO] Starting location capture [2026-05-06,20:26:58.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:26:58.842] [INFO] LocationSqlManager initialising [2026-05-06,20:26:58.842] [INFO] Location DB initialising [2026-05-06,20:26:58.851] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:26:58.852] [DEBUG] UploadManager Init [2026-05-06,20:26:58.852] [DEBUG] UploadManager Init Complete [2026-05-06,20:26:58.855] [INFO] Initializing GPS... [2026-05-06,20:26:58.857] [INFO] Starting location capture [2026-05-06,20:27:38.105] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:27:38.111] [INFO] LocationSqlManager initialising [2026-05-06,20:27:38.111] [INFO] Location DB initialising [2026-05-06,20:27:38.121] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:27:38.122] [DEBUG] UploadManager Init [2026-05-06,20:27:38.123] [DEBUG] UploadManager Init Complete [2026-05-06,20:27:38.126] [INFO] Initializing GPS... [2026-05-06,20:27:38.128] [INFO] Starting location capture [2026-05-06,20:28:16.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:28:16.913] [INFO] LocationSqlManager initialising [2026-05-06,20:28:16.914] [INFO] Location DB initialising [2026-05-06,20:28:16.923] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:28:16.923] [DEBUG] UploadManager Init [2026-05-06,20:28:16.924] [DEBUG] UploadManager Init Complete [2026-05-06,20:28:16.926] [INFO] Initializing GPS... [2026-05-06,20:28:16.928] [INFO] Starting location capture [2026-05-06,20:28:54.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:28:54.911] [INFO] LocationSqlManager initialising [2026-05-06,20:28:54.912] [INFO] Location DB initialising [2026-05-06,20:28:54.921] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:28:54.922] [DEBUG] UploadManager Init [2026-05-06,20:28:54.923] [DEBUG] UploadManager Init Complete [2026-05-06,20:28:54.926] [INFO] Initializing GPS... [2026-05-06,20:28:54.928] [INFO] Starting location capture [2026-05-06,20:29:34.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:29:34.088] [INFO] LocationSqlManager initialising [2026-05-06,20:29:34.089] [INFO] Location DB initialising [2026-05-06,20:29:34.098] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:29:34.099] [DEBUG] UploadManager Init [2026-05-06,20:29:34.099] [DEBUG] UploadManager Init Complete [2026-05-06,20:29:34.102] [INFO] Initializing GPS... [2026-05-06,20:29:34.104] [INFO] Starting location capture [2026-05-06,20:30:12.245] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:30:12.250] [INFO] LocationSqlManager initialising [2026-05-06,20:30:12.250] [INFO] Location DB initialising [2026-05-06,20:30:12.260] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:30:12.260] [DEBUG] UploadManager Init [2026-05-06,20:30:12.261] [DEBUG] UploadManager Init Complete [2026-05-06,20:30:12.263] [INFO] Initializing GPS... [2026-05-06,20:30:12.265] [INFO] Starting location capture [2026-05-06,20:30:50.591] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:30:50.597] [INFO] LocationSqlManager initialising [2026-05-06,20:30:50.598] [INFO] Location DB initialising [2026-05-06,20:30:50.608] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:30:50.609] [DEBUG] UploadManager Init [2026-05-06,20:30:50.610] [DEBUG] UploadManager Init Complete [2026-05-06,20:30:50.618] [INFO] Initializing GPS... [2026-05-06,20:30:50.622] [INFO] Starting location capture [2026-05-06,20:31:29.516] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:31:29.521] [INFO] LocationSqlManager initialising [2026-05-06,20:31:29.521] [INFO] Location DB initialising [2026-05-06,20:31:29.531] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:31:29.532] [DEBUG] UploadManager Init [2026-05-06,20:31:29.532] [DEBUG] UploadManager Init Complete [2026-05-06,20:31:29.535] [INFO] Initializing GPS... [2026-05-06,20:31:29.538] [INFO] Starting location capture [2026-05-06,20:32:08.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:32:08.845] [INFO] LocationSqlManager initialising [2026-05-06,20:32:08.845] [INFO] Location DB initialising [2026-05-06,20:32:08.855] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:32:08.856] [DEBUG] UploadManager Init [2026-05-06,20:32:08.856] [DEBUG] UploadManager Init Complete [2026-05-06,20:32:08.859] [INFO] Initializing GPS... [2026-05-06,20:32:08.861] [INFO] Starting location capture [2026-05-06,20:32:42.284] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:32:42.290] [INFO] LocationSqlManager initialising [2026-05-06,20:32:42.290] [INFO] Location DB initialising [2026-05-06,20:32:42.299] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:32:42.300] [DEBUG] UploadManager Init [2026-05-06,20:32:42.300] [DEBUG] UploadManager Init Complete [2026-05-06,20:32:42.303] [INFO] Initializing GPS... [2026-05-06,20:32:42.305] [INFO] Starting location capture [2026-05-06,20:33:22.299] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:33:22.308] [INFO] LocationSqlManager initialising [2026-05-06,20:33:22.309] [INFO] Location DB initialising [2026-05-06,20:33:22.321] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:33:22.322] [DEBUG] UploadManager Init [2026-05-06,20:33:22.323] [DEBUG] UploadManager Init Complete [2026-05-06,20:33:22.327] [INFO] Initializing GPS... [2026-05-06,20:33:22.330] [INFO] Starting location capture [2026-05-06,20:34:00.400] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:34:00.405] [INFO] LocationSqlManager initialising [2026-05-06,20:34:00.406] [INFO] Location DB initialising [2026-05-06,20:34:00.416] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:34:00.416] [DEBUG] UploadManager Init [2026-05-06,20:34:00.417] [DEBUG] UploadManager Init Complete [2026-05-06,20:34:00.419] [INFO] Initializing GPS... [2026-05-06,20:34:00.421] [INFO] Starting location capture [2026-05-06,20:34:38.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:34:38.953] [INFO] LocationSqlManager initialising [2026-05-06,20:34:38.954] [INFO] Location DB initialising [2026-05-06,20:34:38.964] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:34:38.966] [DEBUG] UploadManager Init [2026-05-06,20:34:38.966] [DEBUG] UploadManager Init Complete [2026-05-06,20:34:38.971] [INFO] Initializing GPS... [2026-05-06,20:34:38.974] [INFO] Starting location capture [2026-05-06,20:35:17.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:35:17.761] [INFO] LocationSqlManager initialising [2026-05-06,20:35:17.762] [INFO] Location DB initialising [2026-05-06,20:35:17.771] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:35:17.772] [DEBUG] UploadManager Init [2026-05-06,20:35:17.773] [DEBUG] UploadManager Init Complete [2026-05-06,20:35:17.775] [INFO] Initializing GPS... [2026-05-06,20:35:17.778] [INFO] Starting location capture [2026-05-06,20:35:56.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:35:56.909] [INFO] LocationSqlManager initialising [2026-05-06,20:35:56.910] [INFO] Location DB initialising [2026-05-06,20:35:56.919] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:35:56.920] [DEBUG] UploadManager Init [2026-05-06,20:35:56.920] [DEBUG] UploadManager Init Complete [2026-05-06,20:35:56.923] [INFO] Initializing GPS... [2026-05-06,20:35:56.925] [INFO] Starting location capture [2026-05-06,20:36:37.322] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:36:37.329] [INFO] LocationSqlManager initialising [2026-05-06,20:36:37.330] [INFO] Location DB initialising [2026-05-06,20:36:37.341] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:36:37.342] [DEBUG] UploadManager Init [2026-05-06,20:36:37.342] [DEBUG] UploadManager Init Complete [2026-05-06,20:36:37.347] [INFO] Initializing GPS... [2026-05-06,20:36:37.350] [INFO] Starting location capture [2026-05-06,20:37:15.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:37:15.841] [INFO] LocationSqlManager initialising [2026-05-06,20:37:15.842] [INFO] Location DB initialising [2026-05-06,20:37:15.851] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:37:15.852] [DEBUG] UploadManager Init [2026-05-06,20:37:15.853] [DEBUG] UploadManager Init Complete [2026-05-06,20:37:15.856] [INFO] Initializing GPS... [2026-05-06,20:37:15.858] [INFO] Starting location capture [2026-05-06,20:37:54.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:37:54.745] [INFO] LocationSqlManager initialising [2026-05-06,20:37:54.745] [INFO] Location DB initialising [2026-05-06,20:37:54.755] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:37:54.755] [DEBUG] UploadManager Init [2026-05-06,20:37:54.755] [DEBUG] UploadManager Init Complete [2026-05-06,20:37:54.759] [INFO] Initializing GPS... [2026-05-06,20:37:54.762] [INFO] Starting location capture [2026-05-06,20:38:30.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:38:30.042] [INFO] LocationSqlManager initialising [2026-05-06,20:38:30.043] [INFO] Location DB initialising [2026-05-06,20:38:30.052] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:38:30.053] [DEBUG] UploadManager Init [2026-05-06,20:38:30.053] [DEBUG] UploadManager Init Complete [2026-05-06,20:38:30.056] [INFO] Initializing GPS... [2026-05-06,20:38:30.058] [INFO] Starting location capture [2026-05-06,20:39:09.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:39:09.405] [INFO] LocationSqlManager initialising [2026-05-06,20:39:09.406] [INFO] Location DB initialising [2026-05-06,20:39:09.416] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:39:09.417] [DEBUG] UploadManager Init [2026-05-06,20:39:09.417] [DEBUG] UploadManager Init Complete [2026-05-06,20:39:09.421] [INFO] Initializing GPS... [2026-05-06,20:39:09.423] [INFO] Starting location capture [2026-05-06,20:39:48.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:39:48.126] [INFO] LocationSqlManager initialising [2026-05-06,20:39:48.127] [INFO] Location DB initialising [2026-05-06,20:39:48.136] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:39:48.137] [DEBUG] UploadManager Init [2026-05-06,20:39:48.137] [DEBUG] UploadManager Init Complete [2026-05-06,20:39:48.140] [INFO] Initializing GPS... [2026-05-06,20:39:48.142] [INFO] Starting location capture [2026-05-06,20:40:26.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:40:26.161] [INFO] LocationSqlManager initialising [2026-05-06,20:40:26.162] [INFO] Location DB initialising [2026-05-06,20:40:26.171] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:40:26.172] [DEBUG] UploadManager Init [2026-05-06,20:40:26.173] [DEBUG] UploadManager Init Complete [2026-05-06,20:40:26.176] [INFO] Initializing GPS... [2026-05-06,20:40:26.178] [INFO] Starting location capture [2026-05-06,20:41:05.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:41:05.282] [INFO] LocationSqlManager initialising [2026-05-06,20:41:05.282] [INFO] Location DB initialising [2026-05-06,20:41:05.292] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:41:05.293] [DEBUG] UploadManager Init [2026-05-06,20:41:05.293] [DEBUG] UploadManager Init Complete [2026-05-06,20:41:05.297] [INFO] Initializing GPS... [2026-05-06,20:41:05.300] [INFO] Starting location capture [2026-05-06,20:41:43.777] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:41:43.782] [INFO] LocationSqlManager initialising [2026-05-06,20:41:43.783] [INFO] Location DB initialising [2026-05-06,20:41:43.792] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:41:43.793] [DEBUG] UploadManager Init [2026-05-06,20:41:43.793] [DEBUG] UploadManager Init Complete [2026-05-06,20:41:43.795] [INFO] Initializing GPS... [2026-05-06,20:41:43.797] [INFO] Starting location capture [2026-05-06,20:42:21.856] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:42:21.864] [INFO] LocationSqlManager initialising [2026-05-06,20:42:21.864] [INFO] Location DB initialising [2026-05-06,20:42:21.876] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:42:21.877] [DEBUG] UploadManager Init [2026-05-06,20:42:21.878] [DEBUG] UploadManager Init Complete [2026-05-06,20:42:21.882] [INFO] Initializing GPS... [2026-05-06,20:42:21.885] [INFO] Starting location capture [2026-05-06,20:42:55.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:42:55.839] [INFO] LocationSqlManager initialising [2026-05-06,20:42:55.839] [INFO] Location DB initialising [2026-05-06,20:42:55.849] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:42:55.849] [DEBUG] UploadManager Init [2026-05-06,20:42:55.850] [DEBUG] UploadManager Init Complete [2026-05-06,20:42:55.852] [INFO] Initializing GPS... [2026-05-06,20:42:55.854] [INFO] Starting location capture [2026-05-06,20:43:33.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:43:33.134] [INFO] LocationSqlManager initialising [2026-05-06,20:43:33.135] [INFO] Location DB initialising [2026-05-06,20:43:33.144] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:43:33.145] [DEBUG] UploadManager Init [2026-05-06,20:43:33.145] [DEBUG] UploadManager Init Complete [2026-05-06,20:43:33.148] [INFO] Initializing GPS... [2026-05-06,20:43:33.150] [INFO] Starting location capture [2026-05-06,20:44:07.112] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:44:07.117] [INFO] LocationSqlManager initialising [2026-05-06,20:44:07.117] [INFO] Location DB initialising [2026-05-06,20:44:07.126] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:44:07.127] [DEBUG] UploadManager Init [2026-05-06,20:44:07.127] [DEBUG] UploadManager Init Complete [2026-05-06,20:44:07.130] [INFO] Initializing GPS... [2026-05-06,20:44:07.133] [INFO] Starting location capture [2026-05-06,20:44:46.215] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:44:46.222] [INFO] LocationSqlManager initialising [2026-05-06,20:44:46.223] [INFO] Location DB initialising [2026-05-06,20:44:46.234] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:44:46.235] [DEBUG] UploadManager Init [2026-05-06,20:44:46.236] [DEBUG] UploadManager Init Complete [2026-05-06,20:44:46.240] [INFO] Initializing GPS... [2026-05-06,20:44:46.243] [INFO] Starting location capture [2026-05-06,20:45:25.149] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:45:25.154] [INFO] LocationSqlManager initialising [2026-05-06,20:45:25.155] [INFO] Location DB initialising [2026-05-06,20:45:25.164] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:45:25.165] [DEBUG] UploadManager Init [2026-05-06,20:45:25.165] [DEBUG] UploadManager Init Complete [2026-05-06,20:45:25.168] [INFO] Initializing GPS... [2026-05-06,20:45:25.170] [INFO] Starting location capture [2026-05-06,20:46:02.527] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:46:02.534] [INFO] LocationSqlManager initialising [2026-05-06,20:46:02.535] [INFO] Location DB initialising [2026-05-06,20:46:02.546] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:46:02.547] [DEBUG] UploadManager Init [2026-05-06,20:46:02.547] [DEBUG] UploadManager Init Complete [2026-05-06,20:46:02.551] [INFO] Initializing GPS... [2026-05-06,20:46:02.554] [INFO] Starting location capture [2026-05-06,20:46:41.647] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:46:41.654] [INFO] LocationSqlManager initialising [2026-05-06,20:46:41.655] [INFO] Location DB initialising [2026-05-06,20:46:41.666] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:46:41.667] [DEBUG] UploadManager Init [2026-05-06,20:46:41.668] [DEBUG] UploadManager Init Complete [2026-05-06,20:46:41.673] [INFO] Initializing GPS... [2026-05-06,20:46:41.675] [INFO] Starting location capture [2026-05-06,20:47:20.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:47:20.089] [INFO] LocationSqlManager initialising [2026-05-06,20:47:20.089] [INFO] Location DB initialising [2026-05-06,20:47:20.099] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:47:20.100] [DEBUG] UploadManager Init [2026-05-06,20:47:20.100] [DEBUG] UploadManager Init Complete [2026-05-06,20:47:20.103] [INFO] Initializing GPS... [2026-05-06,20:47:20.105] [INFO] Starting location capture [2026-05-06,20:47:57.704] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:47:57.709] [INFO] LocationSqlManager initialising [2026-05-06,20:47:57.710] [INFO] Location DB initialising [2026-05-06,20:47:57.720] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:47:57.720] [DEBUG] UploadManager Init [2026-05-06,20:47:57.721] [DEBUG] UploadManager Init Complete [2026-05-06,20:47:57.723] [INFO] Initializing GPS... [2026-05-06,20:47:57.725] [INFO] Starting location capture [2026-05-06,20:48:36.472] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:48:36.476] [INFO] LocationSqlManager initialising [2026-05-06,20:48:36.476] [INFO] Location DB initialising [2026-05-06,20:48:36.485] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:48:36.486] [DEBUG] UploadManager Init [2026-05-06,20:48:36.487] [DEBUG] UploadManager Init Complete [2026-05-06,20:48:36.489] [INFO] Initializing GPS... [2026-05-06,20:48:36.491] [INFO] Starting location capture [2026-05-06,20:49:14.844] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:49:14.850] [INFO] LocationSqlManager initialising [2026-05-06,20:49:14.851] [INFO] Location DB initialising [2026-05-06,20:49:14.861] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:49:14.861] [DEBUG] UploadManager Init [2026-05-06,20:49:14.862] [DEBUG] UploadManager Init Complete [2026-05-06,20:49:14.865] [INFO] Initializing GPS... [2026-05-06,20:49:14.867] [INFO] Starting location capture [2026-05-06,20:49:52.875] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:49:52.880] [INFO] LocationSqlManager initialising [2026-05-06,20:49:52.880] [INFO] Location DB initialising [2026-05-06,20:49:52.890] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:49:52.890] [DEBUG] UploadManager Init [2026-05-06,20:49:52.891] [DEBUG] UploadManager Init Complete [2026-05-06,20:49:52.893] [INFO] Initializing GPS... [2026-05-06,20:49:52.895] [INFO] Starting location capture [2026-05-06,20:50:32.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:50:32.099] [INFO] LocationSqlManager initialising [2026-05-06,20:50:32.100] [INFO] Location DB initialising [2026-05-06,20:50:32.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:50:32.112] [DEBUG] UploadManager Init [2026-05-06,20:50:32.113] [DEBUG] UploadManager Init Complete [2026-05-06,20:50:32.118] [INFO] Initializing GPS... [2026-05-06,20:50:32.121] [INFO] Starting location capture [2026-05-06,20:51:11.326] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:51:11.331] [INFO] LocationSqlManager initialising [2026-05-06,20:51:11.332] [INFO] Location DB initialising [2026-05-06,20:51:11.341] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:51:11.341] [DEBUG] UploadManager Init [2026-05-06,20:51:11.342] [DEBUG] UploadManager Init Complete [2026-05-06,20:51:11.344] [INFO] Initializing GPS... [2026-05-06,20:51:11.346] [INFO] Starting location capture [2026-05-06,20:51:45.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:51:45.130] [INFO] LocationSqlManager initialising [2026-05-06,20:51:45.131] [INFO] Location DB initialising [2026-05-06,20:51:45.141] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:51:45.142] [DEBUG] UploadManager Init [2026-05-06,20:51:45.143] [DEBUG] UploadManager Init Complete [2026-05-06,20:51:45.146] [INFO] Initializing GPS... [2026-05-06,20:51:45.148] [INFO] Starting location capture [2026-05-06,20:52:23.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:52:23.945] [INFO] LocationSqlManager initialising [2026-05-06,20:52:23.945] [INFO] Location DB initialising [2026-05-06,20:52:23.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:52:23.955] [DEBUG] UploadManager Init [2026-05-06,20:52:23.956] [DEBUG] UploadManager Init Complete [2026-05-06,20:52:23.958] [INFO] Initializing GPS... [2026-05-06,20:52:23.960] [INFO] Starting location capture [2026-05-06,20:52:59.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:52:59.227] [INFO] LocationSqlManager initialising [2026-05-06,20:52:59.228] [INFO] Location DB initialising [2026-05-06,20:52:59.237] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:52:59.238] [DEBUG] UploadManager Init [2026-05-06,20:52:59.238] [DEBUG] UploadManager Init Complete [2026-05-06,20:52:59.240] [INFO] Initializing GPS... [2026-05-06,20:52:59.242] [INFO] Starting location capture [2026-05-06,20:53:38.210] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:53:38.215] [INFO] LocationSqlManager initialising [2026-05-06,20:53:38.215] [INFO] Location DB initialising [2026-05-06,20:53:38.225] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:53:38.226] [DEBUG] UploadManager Init [2026-05-06,20:53:38.226] [DEBUG] UploadManager Init Complete [2026-05-06,20:53:38.229] [INFO] Initializing GPS... [2026-05-06,20:53:38.231] [INFO] Starting location capture [2026-05-06,20:54:16.535] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:54:16.543] [INFO] LocationSqlManager initialising [2026-05-06,20:54:16.544] [INFO] Location DB initialising [2026-05-06,20:54:16.555] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:54:16.556] [DEBUG] UploadManager Init [2026-05-06,20:54:16.557] [DEBUG] UploadManager Init Complete [2026-05-06,20:54:16.561] [INFO] Initializing GPS... [2026-05-06,20:54:16.564] [INFO] Starting location capture [2026-05-06,20:54:54.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:54:54.930] [INFO] LocationSqlManager initialising [2026-05-06,20:54:54.931] [INFO] Location DB initialising [2026-05-06,20:54:54.942] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:54:54.943] [DEBUG] UploadManager Init [2026-05-06,20:54:54.943] [DEBUG] UploadManager Init Complete [2026-05-06,20:54:54.948] [INFO] Initializing GPS... [2026-05-06,20:54:54.951] [INFO] Starting location capture [2026-05-06,20:55:33.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:55:33.826] [INFO] LocationSqlManager initialising [2026-05-06,20:55:33.827] [INFO] Location DB initialising [2026-05-06,20:55:33.836] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:55:33.837] [DEBUG] UploadManager Init [2026-05-06,20:55:33.837] [DEBUG] UploadManager Init Complete [2026-05-06,20:55:33.840] [INFO] Initializing GPS... [2026-05-06,20:55:33.842] [INFO] Starting location capture [2026-05-06,20:56:11.693] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:56:11.699] [INFO] LocationSqlManager initialising [2026-05-06,20:56:11.700] [INFO] Location DB initialising [2026-05-06,20:56:11.710] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:56:11.711] [DEBUG] UploadManager Init [2026-05-06,20:56:11.711] [DEBUG] UploadManager Init Complete [2026-05-06,20:56:11.714] [INFO] Initializing GPS... [2026-05-06,20:56:11.716] [INFO] Starting location capture [2026-05-06,20:56:49.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:56:49.742] [INFO] LocationSqlManager initialising [2026-05-06,20:56:49.743] [INFO] Location DB initialising [2026-05-06,20:56:49.753] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:56:49.754] [DEBUG] UploadManager Init [2026-05-06,20:56:49.755] [DEBUG] UploadManager Init Complete [2026-05-06,20:56:49.758] [INFO] Initializing GPS... [2026-05-06,20:56:49.760] [INFO] Starting location capture [2026-05-06,20:57:29.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:57:29.099] [INFO] LocationSqlManager initialising [2026-05-06,20:57:29.100] [INFO] Location DB initialising [2026-05-06,20:57:29.109] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:57:29.109] [DEBUG] UploadManager Init [2026-05-06,20:57:29.110] [DEBUG] UploadManager Init Complete [2026-05-06,20:57:29.112] [INFO] Initializing GPS... [2026-05-06,20:57:29.114] [INFO] Starting location capture [2026-05-06,20:58:06.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:58:06.894] [INFO] LocationSqlManager initialising [2026-05-06,20:58:06.895] [INFO] Location DB initialising [2026-05-06,20:58:06.904] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:58:06.905] [DEBUG] UploadManager Init [2026-05-06,20:58:06.905] [DEBUG] UploadManager Init Complete [2026-05-06,20:58:06.908] [INFO] Initializing GPS... [2026-05-06,20:58:06.910] [INFO] Starting location capture [2026-05-06,20:58:45.947] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:58:45.952] [INFO] LocationSqlManager initialising [2026-05-06,20:58:45.952] [INFO] Location DB initialising [2026-05-06,20:58:45.963] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:58:45.964] [DEBUG] UploadManager Init [2026-05-06,20:58:45.965] [DEBUG] UploadManager Init Complete [2026-05-06,20:58:45.969] [INFO] Initializing GPS... [2026-05-06,20:58:45.972] [INFO] Starting location capture [2026-05-06,20:59:23.899] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:59:23.906] [INFO] LocationSqlManager initialising [2026-05-06,20:59:23.907] [INFO] Location DB initialising [2026-05-06,20:59:23.918] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:59:23.918] [DEBUG] UploadManager Init [2026-05-06,20:59:23.919] [DEBUG] UploadManager Init Complete [2026-05-06,20:59:23.921] [INFO] Initializing GPS... [2026-05-06,20:59:23.923] [INFO] Starting location capture [2026-05-06,21:00:02.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:00:02.754] [INFO] LocationSqlManager initialising [2026-05-06,21:00:02.755] [INFO] Location DB initialising [2026-05-06,21:00:02.766] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:00:02.767] [DEBUG] UploadManager Init [2026-05-06,21:00:02.768] [DEBUG] UploadManager Init Complete [2026-05-06,21:00:02.772] [INFO] Initializing GPS... [2026-05-06,21:00:02.775] [INFO] Starting location capture [2026-05-06,21:00:40.823] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:00:40.828] [INFO] LocationSqlManager initialising [2026-05-06,21:00:40.829] [INFO] Location DB initialising [2026-05-06,21:00:40.838] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:00:40.839] [DEBUG] UploadManager Init [2026-05-06,21:00:40.839] [DEBUG] UploadManager Init Complete [2026-05-06,21:00:40.842] [INFO] Initializing GPS... [2026-05-06,21:00:40.844] [INFO] Starting location capture [2026-05-06,21:01:19.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:01:19.161] [INFO] LocationSqlManager initialising [2026-05-06,21:01:19.162] [INFO] Location DB initialising [2026-05-06,21:01:19.174] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:01:19.175] [DEBUG] UploadManager Init [2026-05-06,21:01:19.175] [DEBUG] UploadManager Init Complete [2026-05-06,21:01:19.180] [INFO] Initializing GPS... [2026-05-06,21:01:19.182] [INFO] Starting location capture [2026-05-06,21:01:58.364] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:01:58.372] [INFO] LocationSqlManager initialising [2026-05-06,21:01:58.373] [INFO] Location DB initialising [2026-05-06,21:01:58.384] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:01:58.385] [DEBUG] UploadManager Init [2026-05-06,21:01:58.386] [DEBUG] UploadManager Init Complete [2026-05-06,21:01:58.390] [INFO] Initializing GPS... [2026-05-06,21:01:58.393] [INFO] Starting location capture [2026-05-06,21:02:36.812] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:02:36.819] [INFO] LocationSqlManager initialising [2026-05-06,21:02:36.819] [INFO] Location DB initialising [2026-05-06,21:02:36.831] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:02:36.832] [DEBUG] UploadManager Init [2026-05-06,21:02:36.833] [DEBUG] UploadManager Init Complete [2026-05-06,21:02:36.837] [INFO] Initializing GPS... [2026-05-06,21:02:36.839] [INFO] Starting location capture [2026-05-06,21:03:14.672] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:03:14.677] [INFO] LocationSqlManager initialising [2026-05-06,21:03:14.678] [INFO] Location DB initialising [2026-05-06,21:03:14.687] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:03:14.688] [DEBUG] UploadManager Init [2026-05-06,21:03:14.688] [DEBUG] UploadManager Init Complete [2026-05-06,21:03:14.691] [INFO] Initializing GPS... [2026-05-06,21:03:14.693] [INFO] Starting location capture [2026-05-06,21:03:53.782] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:03:53.790] [INFO] LocationSqlManager initialising [2026-05-06,21:03:53.791] [INFO] Location DB initialising [2026-05-06,21:03:53.802] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:03:53.804] [DEBUG] UploadManager Init [2026-05-06,21:03:53.804] [DEBUG] UploadManager Init Complete [2026-05-06,21:03:53.808] [INFO] Initializing GPS... [2026-05-06,21:03:53.811] [INFO] Starting location capture [2026-05-06,21:04:31.823] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:04:31.827] [INFO] LocationSqlManager initialising [2026-05-06,21:04:31.828] [INFO] Location DB initialising [2026-05-06,21:04:31.837] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:04:31.838] [DEBUG] UploadManager Init [2026-05-06,21:04:31.838] [DEBUG] UploadManager Init Complete [2026-05-06,21:04:31.841] [INFO] Initializing GPS... [2026-05-06,21:04:31.842] [INFO] Starting location capture [2026-05-06,21:05:10.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:05:10.095] [INFO] LocationSqlManager initialising [2026-05-06,21:05:10.095] [INFO] Location DB initialising [2026-05-06,21:05:10.105] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:05:10.105] [DEBUG] UploadManager Init [2026-05-06,21:05:10.106] [DEBUG] UploadManager Init Complete [2026-05-06,21:05:10.109] [INFO] Initializing GPS... [2026-05-06,21:05:10.111] [INFO] Starting location capture [2026-05-06,21:05:50.091] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:05:50.094] [INFO] LocationSqlManager initialising [2026-05-06,21:05:50.095] [INFO] Location DB initialising [2026-05-06,21:05:50.105] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:05:50.106] [DEBUG] UploadManager Init [2026-05-06,21:05:50.106] [DEBUG] UploadManager Init Complete [2026-05-06,21:05:50.109] [INFO] Initializing GPS... [2026-05-06,21:05:50.112] [INFO] Starting location capture [2026-05-06,21:06:28.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:06:28.943] [INFO] LocationSqlManager initialising [2026-05-06,21:06:28.943] [INFO] Location DB initialising [2026-05-06,21:06:28.953] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:06:28.953] [DEBUG] UploadManager Init [2026-05-06,21:06:28.954] [DEBUG] UploadManager Init Complete [2026-05-06,21:06:28.958] [INFO] Initializing GPS... [2026-05-06,21:06:28.961] [INFO] Starting location capture [2026-05-06,21:07:07.012] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:07:07.020] [INFO] LocationSqlManager initialising [2026-05-06,21:07:07.021] [INFO] Location DB initialising [2026-05-06,21:07:07.032] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:07:07.033] [DEBUG] UploadManager Init [2026-05-06,21:07:07.034] [DEBUG] UploadManager Init Complete [2026-05-06,21:07:07.039] [INFO] Initializing GPS... [2026-05-06,21:07:07.042] [INFO] Starting location capture [2026-05-06,21:07:42.310] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:07:42.316] [INFO] LocationSqlManager initialising [2026-05-06,21:07:42.317] [INFO] Location DB initialising [2026-05-06,21:07:42.326] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:07:42.327] [DEBUG] UploadManager Init [2026-05-06,21:07:42.327] [DEBUG] UploadManager Init Complete [2026-05-06,21:07:42.330] [INFO] Initializing GPS... [2026-05-06,21:07:42.331] [INFO] Starting location capture [2026-05-06,21:08:21.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:08:21.052] [INFO] LocationSqlManager initialising [2026-05-06,21:08:21.053] [INFO] Location DB initialising [2026-05-06,21:08:21.075] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:08:21.076] [DEBUG] UploadManager Init [2026-05-06,21:08:21.077] [DEBUG] UploadManager Init Complete [2026-05-06,21:08:21.080] [INFO] Initializing GPS... [2026-05-06,21:08:21.083] [INFO] Starting location capture [2026-05-06,21:08:59.328] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:08:59.334] [INFO] LocationSqlManager initialising [2026-05-06,21:08:59.334] [INFO] Location DB initialising [2026-05-06,21:08:59.344] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:08:59.345] [DEBUG] UploadManager Init [2026-05-06,21:08:59.345] [DEBUG] UploadManager Init Complete [2026-05-06,21:08:59.348] [INFO] Initializing GPS... [2026-05-06,21:08:59.351] [INFO] Starting location capture [2026-05-06,21:09:38.892] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:09:38.898] [INFO] LocationSqlManager initialising [2026-05-06,21:09:38.899] [INFO] Location DB initialising [2026-05-06,21:09:38.911] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:09:38.912] [DEBUG] UploadManager Init [2026-05-06,21:09:38.913] [DEBUG] UploadManager Init Complete [2026-05-06,21:09:38.916] [INFO] Initializing GPS... [2026-05-06,21:09:38.918] [INFO] Starting location capture [2026-05-06,21:10:16.624] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:10:16.631] [INFO] LocationSqlManager initialising [2026-05-06,21:10:16.632] [INFO] Location DB initialising [2026-05-06,21:10:16.643] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:10:16.644] [DEBUG] UploadManager Init [2026-05-06,21:10:16.645] [DEBUG] UploadManager Init Complete [2026-05-06,21:10:16.649] [INFO] Initializing GPS... [2026-05-06,21:10:16.652] [INFO] Starting location capture [2026-05-06,21:10:55.187] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:10:55.192] [INFO] LocationSqlManager initialising [2026-05-06,21:10:55.193] [INFO] Location DB initialising [2026-05-06,21:10:55.202] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:10:55.203] [DEBUG] UploadManager Init [2026-05-06,21:10:55.203] [DEBUG] UploadManager Init Complete [2026-05-06,21:10:55.206] [INFO] Initializing GPS... [2026-05-06,21:10:55.208] [INFO] Starting location capture [2026-05-06,21:11:35.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:11:35.408] [INFO] LocationSqlManager initialising [2026-05-06,21:11:35.409] [INFO] Location DB initialising [2026-05-06,21:11:35.420] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:11:35.422] [DEBUG] UploadManager Init [2026-05-06,21:11:35.423] [DEBUG] UploadManager Init Complete [2026-05-06,21:11:35.427] [INFO] Initializing GPS... [2026-05-06,21:11:35.430] [INFO] Starting location capture [2026-05-06,21:12:13.866] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:12:13.873] [INFO] LocationSqlManager initialising [2026-05-06,21:12:13.873] [INFO] Location DB initialising [2026-05-06,21:12:13.884] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:12:13.884] [DEBUG] UploadManager Init [2026-05-06,21:12:13.885] [DEBUG] UploadManager Init Complete [2026-05-06,21:12:13.887] [INFO] Initializing GPS... [2026-05-06,21:12:13.889] [INFO] Starting location capture [2026-05-06,21:12:51.786] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:12:51.796] [INFO] LocationSqlManager initialising [2026-05-06,21:12:51.798] [INFO] Location DB initialising [2026-05-06,21:12:51.809] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:12:51.810] [DEBUG] UploadManager Init [2026-05-06,21:12:51.811] [DEBUG] UploadManager Init Complete [2026-05-06,21:12:51.815] [INFO] Initializing GPS... [2026-05-06,21:12:51.818] [INFO] Starting location capture [2026-05-06,21:13:31.445] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:13:31.450] [INFO] LocationSqlManager initialising [2026-05-06,21:13:31.450] [INFO] Location DB initialising [2026-05-06,21:13:31.460] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:13:31.460] [DEBUG] UploadManager Init [2026-05-06,21:13:31.461] [DEBUG] UploadManager Init Complete [2026-05-06,21:13:31.464] [INFO] Initializing GPS... [2026-05-06,21:13:31.466] [INFO] Starting location capture [2026-05-06,21:14:11.439] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:14:11.445] [INFO] LocationSqlManager initialising [2026-05-06,21:14:11.445] [INFO] Location DB initialising [2026-05-06,21:14:11.455] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:14:11.456] [DEBUG] UploadManager Init [2026-05-06,21:14:11.456] [DEBUG] UploadManager Init Complete [2026-05-06,21:14:11.459] [INFO] Initializing GPS... [2026-05-06,21:14:11.462] [INFO] Starting location capture [2026-05-06,21:14:50.190] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:14:50.195] [INFO] LocationSqlManager initialising [2026-05-06,21:14:50.196] [INFO] Location DB initialising [2026-05-06,21:14:50.205] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:14:50.206] [DEBUG] UploadManager Init [2026-05-06,21:14:50.206] [DEBUG] UploadManager Init Complete [2026-05-06,21:14:50.209] [INFO] Initializing GPS... [2026-05-06,21:14:50.211] [INFO] Starting location capture [2026-05-06,21:15:28.994] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:15:28.999] [INFO] LocationSqlManager initialising [2026-05-06,21:15:29.000] [INFO] Location DB initialising [2026-05-06,21:15:29.011] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:15:29.013] [DEBUG] UploadManager Init [2026-05-06,21:15:29.013] [DEBUG] UploadManager Init Complete [2026-05-06,21:15:29.017] [INFO] Initializing GPS... [2026-05-06,21:15:29.020] [INFO] Starting location capture [2026-05-06,21:16:07.137] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:16:07.143] [INFO] LocationSqlManager initialising [2026-05-06,21:16:07.144] [INFO] Location DB initialising [2026-05-06,21:16:07.155] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:16:07.156] [DEBUG] UploadManager Init [2026-05-06,21:16:07.157] [DEBUG] UploadManager Init Complete [2026-05-06,21:16:07.161] [INFO] Initializing GPS... [2026-05-06,21:16:07.164] [INFO] Starting location capture [2026-05-06,21:16:42.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:16:42.170] [INFO] LocationSqlManager initialising [2026-05-06,21:16:42.170] [INFO] Location DB initialising [2026-05-06,21:16:42.180] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:16:42.180] [DEBUG] UploadManager Init [2026-05-06,21:16:42.181] [DEBUG] UploadManager Init Complete [2026-05-06,21:16:42.183] [INFO] Initializing GPS... [2026-05-06,21:16:42.185] [INFO] Starting location capture [2026-05-06,21:17:20.061] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:17:20.068] [INFO] LocationSqlManager initialising [2026-05-06,21:17:20.069] [INFO] Location DB initialising [2026-05-06,21:17:20.080] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:17:20.081] [DEBUG] UploadManager Init [2026-05-06,21:17:20.082] [DEBUG] UploadManager Init Complete [2026-05-06,21:17:20.086] [INFO] Initializing GPS... [2026-05-06,21:17:20.089] [INFO] Starting location capture [2026-05-06,21:17:57.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:17:57.867] [INFO] LocationSqlManager initialising [2026-05-06,21:17:57.868] [INFO] Location DB initialising [2026-05-06,21:17:57.877] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:17:57.878] [DEBUG] UploadManager Init [2026-05-06,21:17:57.878] [DEBUG] UploadManager Init Complete [2026-05-06,21:17:57.881] [INFO] Initializing GPS... [2026-05-06,21:17:57.883] [INFO] Starting location capture [2026-05-06,21:18:37.353] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:18:37.360] [INFO] LocationSqlManager initialising [2026-05-06,21:18:37.361] [INFO] Location DB initialising [2026-05-06,21:18:37.370] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:18:37.371] [DEBUG] UploadManager Init [2026-05-06,21:18:37.371] [DEBUG] UploadManager Init Complete [2026-05-06,21:18:37.374] [INFO] Initializing GPS... [2026-05-06,21:18:37.376] [INFO] Starting location capture [2026-05-06,21:19:14.881] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:19:14.886] [INFO] LocationSqlManager initialising [2026-05-06,21:19:14.887] [INFO] Location DB initialising [2026-05-06,21:19:14.897] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:19:14.898] [DEBUG] UploadManager Init [2026-05-06,21:19:14.898] [DEBUG] UploadManager Init Complete [2026-05-06,21:19:14.902] [INFO] Initializing GPS... [2026-05-06,21:19:14.904] [INFO] Starting location capture [2026-05-06,21:19:49.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:19:49.291] [INFO] LocationSqlManager initialising [2026-05-06,21:19:49.292] [INFO] Location DB initialising [2026-05-06,21:19:49.302] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:19:49.302] [DEBUG] UploadManager Init [2026-05-06,21:19:49.303] [DEBUG] UploadManager Init Complete [2026-05-06,21:19:49.305] [INFO] Initializing GPS... [2026-05-06,21:19:49.307] [INFO] Starting location capture [2026-05-06,21:20:28.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:20:28.814] [INFO] LocationSqlManager initialising [2026-05-06,21:20:28.815] [INFO] Location DB initialising [2026-05-06,21:20:28.836] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:20:28.837] [DEBUG] UploadManager Init [2026-05-06,21:20:28.838] [DEBUG] UploadManager Init Complete [2026-05-06,21:20:28.843] [INFO] Initializing GPS... [2026-05-06,21:20:28.851] [INFO] Starting location capture [2026-05-06,21:21:07.266] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:21:07.274] [INFO] LocationSqlManager initialising [2026-05-06,21:21:07.275] [INFO] Location DB initialising [2026-05-06,21:21:07.286] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:21:07.287] [DEBUG] UploadManager Init [2026-05-06,21:21:07.288] [DEBUG] UploadManager Init Complete [2026-05-06,21:21:07.292] [INFO] Initializing GPS... [2026-05-06,21:21:07.295] [INFO] Starting location capture [2026-05-06,21:21:44.889] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:21:44.900] [INFO] LocationSqlManager initialising [2026-05-06,21:21:44.901] [INFO] Location DB initialising [2026-05-06,21:21:44.917] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:21:44.919] [DEBUG] UploadManager Init [2026-05-06,21:21:44.920] [DEBUG] UploadManager Init Complete [2026-05-06,21:21:44.926] [INFO] Initializing GPS... [2026-05-06,21:21:44.928] [INFO] Starting location capture [2026-05-06,21:22:24.098] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:22:24.102] [INFO] LocationSqlManager initialising [2026-05-06,21:22:24.102] [INFO] Location DB initialising [2026-05-06,21:22:24.112] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:22:24.113] [DEBUG] UploadManager Init [2026-05-06,21:22:24.113] [DEBUG] UploadManager Init Complete [2026-05-06,21:22:24.116] [INFO] Initializing GPS... [2026-05-06,21:22:24.118] [INFO] Starting location capture [2026-05-06,21:23:02.140] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:23:02.146] [INFO] LocationSqlManager initialising [2026-05-06,21:23:02.146] [INFO] Location DB initialising [2026-05-06,21:23:02.155] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:23:02.156] [DEBUG] UploadManager Init [2026-05-06,21:23:02.156] [DEBUG] UploadManager Init Complete [2026-05-06,21:23:02.159] [INFO] Initializing GPS... [2026-05-06,21:23:02.161] [INFO] Starting location capture [2026-05-06,21:23:41.352] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:23:41.355] [INFO] LocationSqlManager initialising [2026-05-06,21:23:41.356] [INFO] Location DB initialising [2026-05-06,21:23:41.366] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:23:41.366] [DEBUG] UploadManager Init [2026-05-06,21:23:41.367] [DEBUG] UploadManager Init Complete [2026-05-06,21:23:41.369] [INFO] Initializing GPS... [2026-05-06,21:23:41.371] [INFO] Starting location capture [2026-05-06,21:24:21.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:24:21.022] [INFO] LocationSqlManager initialising [2026-05-06,21:24:21.023] [INFO] Location DB initialising [2026-05-06,21:24:21.032] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:24:21.033] [DEBUG] UploadManager Init [2026-05-06,21:24:21.033] [DEBUG] UploadManager Init Complete [2026-05-06,21:24:21.036] [INFO] Initializing GPS... [2026-05-06,21:24:21.038] [INFO] Starting location capture [2026-05-06,21:24:55.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:24:55.137] [INFO] LocationSqlManager initialising [2026-05-06,21:24:55.138] [INFO] Location DB initialising [2026-05-06,21:24:55.148] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:24:55.149] [DEBUG] UploadManager Init [2026-05-06,21:24:55.150] [DEBUG] UploadManager Init Complete [2026-05-06,21:24:55.153] [INFO] Initializing GPS... [2026-05-06,21:24:55.156] [INFO] Starting location capture [2026-05-06,21:25:33.919] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:25:33.924] [INFO] LocationSqlManager initialising [2026-05-06,21:25:33.925] [INFO] Location DB initialising [2026-05-06,21:25:33.934] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:25:33.935] [DEBUG] UploadManager Init [2026-05-06,21:25:33.935] [DEBUG] UploadManager Init Complete [2026-05-06,21:25:33.938] [INFO] Initializing GPS... [2026-05-06,21:25:33.940] [INFO] Starting location capture [2026-05-06,21:26:15.018] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:26:15.023] [INFO] LocationSqlManager initialising [2026-05-06,21:26:15.023] [INFO] Location DB initialising [2026-05-06,21:26:15.033] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:26:15.033] [DEBUG] UploadManager Init [2026-05-06,21:26:15.034] [DEBUG] UploadManager Init Complete [2026-05-06,21:26:15.036] [INFO] Initializing GPS... [2026-05-06,21:26:15.038] [INFO] Starting location capture [2026-05-06,21:26:53.130] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:26:53.135] [INFO] LocationSqlManager initialising [2026-05-06,21:26:53.135] [INFO] Location DB initialising [2026-05-06,21:26:53.145] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:26:53.145] [DEBUG] UploadManager Init [2026-05-06,21:26:53.146] [DEBUG] UploadManager Init Complete [2026-05-06,21:26:53.149] [INFO] Initializing GPS... [2026-05-06,21:26:53.151] [INFO] Starting location capture [2026-05-06,21:27:31.562] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:27:31.569] [INFO] LocationSqlManager initialising [2026-05-06,21:27:31.570] [INFO] Location DB initialising [2026-05-06,21:27:31.583] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:27:31.583] [DEBUG] UploadManager Init [2026-05-06,21:27:31.584] [DEBUG] UploadManager Init Complete [2026-05-06,21:27:31.587] [INFO] Initializing GPS... [2026-05-06,21:27:31.589] [INFO] Starting location capture [2026-05-06,21:28:10.468] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:28:10.475] [INFO] LocationSqlManager initialising [2026-05-06,21:28:10.476] [INFO] Location DB initialising [2026-05-06,21:28:10.487] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:28:10.488] [DEBUG] UploadManager Init [2026-05-06,21:28:10.488] [DEBUG] UploadManager Init Complete [2026-05-06,21:28:10.493] [INFO] Initializing GPS... [2026-05-06,21:28:10.496] [INFO] Starting location capture [2026-05-06,21:28:49.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:28:49.121] [INFO] LocationSqlManager initialising [2026-05-06,21:28:49.122] [INFO] Location DB initialising [2026-05-06,21:28:49.132] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:28:49.133] [DEBUG] UploadManager Init [2026-05-06,21:28:49.133] [DEBUG] UploadManager Init Complete [2026-05-06,21:28:49.136] [INFO] Initializing GPS... [2026-05-06,21:28:49.137] [INFO] Starting location capture [2026-05-06,21:29:28.613] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:29:28.619] [INFO] LocationSqlManager initialising [2026-05-06,21:29:28.620] [INFO] Location DB initialising [2026-05-06,21:29:28.629] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:29:28.630] [DEBUG] UploadManager Init [2026-05-06,21:29:28.630] [DEBUG] UploadManager Init Complete [2026-05-06,21:29:28.633] [INFO] Initializing GPS... [2026-05-06,21:29:28.635] [INFO] Starting location capture [2026-05-06,21:30:09.272] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:30:09.277] [INFO] LocationSqlManager initialising [2026-05-06,21:30:09.278] [INFO] Location DB initialising [2026-05-06,21:30:09.287] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:30:09.288] [DEBUG] UploadManager Init [2026-05-06,21:30:09.288] [DEBUG] UploadManager Init Complete [2026-05-06,21:30:09.291] [INFO] Initializing GPS... [2026-05-06,21:30:09.293] [INFO] Starting location capture [2026-05-06,21:30:46.638] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:30:46.646] [INFO] LocationSqlManager initialising [2026-05-06,21:30:46.647] [INFO] Location DB initialising [2026-05-06,21:30:46.657] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:30:46.659] [DEBUG] UploadManager Init [2026-05-06,21:30:46.659] [DEBUG] UploadManager Init Complete [2026-05-06,21:30:46.664] [INFO] Initializing GPS... [2026-05-06,21:30:46.666] [INFO] Starting location capture [2026-05-06,21:31:24.857] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:31:24.861] [INFO] LocationSqlManager initialising [2026-05-06,21:31:24.862] [INFO] Location DB initialising [2026-05-06,21:31:24.871] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:31:24.872] [DEBUG] UploadManager Init [2026-05-06,21:31:24.872] [DEBUG] UploadManager Init Complete [2026-05-06,21:31:24.875] [INFO] Initializing GPS... [2026-05-06,21:31:24.877] [INFO] Starting location capture [2026-05-06,21:32:04.166] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:32:04.177] [INFO] LocationSqlManager initialising [2026-05-06,21:32:04.178] [INFO] Location DB initialising [2026-05-06,21:32:04.189] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:32:04.191] [DEBUG] UploadManager Init [2026-05-06,21:32:04.191] [DEBUG] UploadManager Init Complete [2026-05-06,21:32:04.196] [INFO] Initializing GPS... [2026-05-06,21:32:04.199] [INFO] Starting location capture [2026-05-06,21:32:41.738] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:32:41.743] [INFO] LocationSqlManager initialising [2026-05-06,21:32:41.744] [INFO] Location DB initialising [2026-05-06,21:32:41.754] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:32:41.755] [DEBUG] UploadManager Init [2026-05-06,21:32:41.756] [DEBUG] UploadManager Init Complete [2026-05-06,21:32:41.759] [INFO] Initializing GPS... [2026-05-06,21:32:41.762] [INFO] Starting location capture [2026-05-06,21:33:20.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:33:20.861] [INFO] LocationSqlManager initialising [2026-05-06,21:33:20.862] [INFO] Location DB initialising [2026-05-06,21:33:20.871] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:33:20.871] [DEBUG] UploadManager Init [2026-05-06,21:33:20.872] [DEBUG] UploadManager Init Complete [2026-05-06,21:33:20.875] [INFO] Initializing GPS... [2026-05-06,21:33:20.876] [INFO] Starting location capture [2026-05-06,21:34:01.314] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:34:01.321] [INFO] LocationSqlManager initialising [2026-05-06,21:34:01.322] [INFO] Location DB initialising [2026-05-06,21:34:01.331] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:34:01.332] [DEBUG] UploadManager Init [2026-05-06,21:34:01.332] [DEBUG] UploadManager Init Complete [2026-05-06,21:34:01.335] [INFO] Initializing GPS... [2026-05-06,21:34:01.337] [INFO] Starting location capture [2026-05-06,21:34:39.867] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:34:39.874] [INFO] LocationSqlManager initialising [2026-05-06,21:34:39.875] [INFO] Location DB initialising [2026-05-06,21:34:39.885] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:34:39.886] [DEBUG] UploadManager Init [2026-05-06,21:34:39.886] [DEBUG] UploadManager Init Complete [2026-05-06,21:34:39.889] [INFO] Initializing GPS... [2026-05-06,21:34:39.891] [INFO] Starting location capture [2026-05-06,21:35:14.886] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:35:14.890] [INFO] LocationSqlManager initialising [2026-05-06,21:35:14.890] [INFO] Location DB initialising [2026-05-06,21:35:14.900] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:35:14.900] [DEBUG] UploadManager Init [2026-05-06,21:35:14.901] [DEBUG] UploadManager Init Complete [2026-05-06,21:35:14.903] [INFO] Initializing GPS... [2026-05-06,21:35:14.905] [INFO] Starting location capture [2026-05-06,21:35:53.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:35:53.029] [INFO] LocationSqlManager initialising [2026-05-06,21:35:53.029] [INFO] Location DB initialising [2026-05-06,21:35:53.040] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:35:53.041] [DEBUG] UploadManager Init [2026-05-06,21:35:53.041] [DEBUG] UploadManager Init Complete [2026-05-06,21:35:53.044] [INFO] Initializing GPS... [2026-05-06,21:35:53.046] [INFO] Starting location capture [2026-05-06,21:36:31.803] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:36:31.808] [INFO] LocationSqlManager initialising [2026-05-06,21:36:31.809] [INFO] Location DB initialising [2026-05-06,21:36:31.818] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:36:31.818] [DEBUG] UploadManager Init [2026-05-06,21:36:31.819] [DEBUG] UploadManager Init Complete [2026-05-06,21:36:31.822] [INFO] Initializing GPS... [2026-05-06,21:36:31.823] [INFO] Starting location capture [2026-05-06,21:37:09.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:37:09.959] [INFO] LocationSqlManager initialising [2026-05-06,21:37:09.959] [INFO] Location DB initialising [2026-05-06,21:37:09.969] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:37:09.969] [DEBUG] UploadManager Init [2026-05-06,21:37:09.970] [DEBUG] UploadManager Init Complete [2026-05-06,21:37:09.972] [INFO] Initializing GPS... [2026-05-06,21:37:09.974] [INFO] Starting location capture [2026-05-06,21:37:50.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:37:50.165] [INFO] LocationSqlManager initialising [2026-05-06,21:37:50.165] [INFO] Location DB initialising [2026-05-06,21:37:50.175] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:37:50.176] [DEBUG] UploadManager Init [2026-05-06,21:37:50.176] [DEBUG] UploadManager Init Complete [2026-05-06,21:37:50.179] [INFO] Initializing GPS... [2026-05-06,21:37:50.181] [INFO] Starting location capture [2026-05-06,21:38:30.382] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:38:30.385] [INFO] LocationSqlManager initialising [2026-05-06,21:38:30.386] [INFO] Location DB initialising [2026-05-06,21:38:30.396] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:38:30.396] [DEBUG] UploadManager Init [2026-05-06,21:38:30.397] [DEBUG] UploadManager Init Complete [2026-05-06,21:38:30.399] [INFO] Initializing GPS... [2026-05-06,21:38:30.401] [INFO] Starting location capture [2026-05-06,21:39:07.958] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:39:07.969] [INFO] LocationSqlManager initialising [2026-05-06,21:39:07.970] [INFO] Location DB initialising [2026-05-06,21:39:07.981] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:39:07.982] [DEBUG] UploadManager Init [2026-05-06,21:39:07.982] [DEBUG] UploadManager Init Complete [2026-05-06,21:39:07.987] [INFO] Initializing GPS... [2026-05-06,21:39:07.990] [INFO] Starting location capture [2026-05-06,21:39:47.243] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:39:47.248] [INFO] LocationSqlManager initialising [2026-05-06,21:39:47.249] [INFO] Location DB initialising [2026-05-06,21:39:47.258] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:39:47.258] [DEBUG] UploadManager Init [2026-05-06,21:39:47.259] [DEBUG] UploadManager Init Complete [2026-05-06,21:39:47.261] [INFO] Initializing GPS... [2026-05-06,21:39:47.263] [INFO] Starting location capture [2026-05-06,21:40:25.393] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:40:25.401] [INFO] LocationSqlManager initialising [2026-05-06,21:40:25.401] [INFO] Location DB initialising [2026-05-06,21:40:25.412] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:40:25.413] [DEBUG] UploadManager Init [2026-05-06,21:40:25.414] [DEBUG] UploadManager Init Complete [2026-05-06,21:40:25.417] [INFO] Initializing GPS... [2026-05-06,21:40:25.418] [INFO] Starting location capture [2026-05-06,21:41:03.828] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:41:03.836] [INFO] LocationSqlManager initialising [2026-05-06,21:41:03.837] [INFO] Location DB initialising [2026-05-06,21:41:03.848] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:41:03.849] [DEBUG] UploadManager Init [2026-05-06,21:41:03.850] [DEBUG] UploadManager Init Complete [2026-05-06,21:41:03.854] [INFO] Initializing GPS... [2026-05-06,21:41:03.857] [INFO] Starting location capture [2026-05-06,21:41:42.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:41:42.909] [INFO] LocationSqlManager initialising [2026-05-06,21:41:42.910] [INFO] Location DB initialising [2026-05-06,21:41:42.919] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:41:42.920] [DEBUG] UploadManager Init [2026-05-06,21:41:42.920] [DEBUG] UploadManager Init Complete [2026-05-06,21:41:42.923] [INFO] Initializing GPS... [2026-05-06,21:41:42.925] [INFO] Starting location capture [2026-05-06,21:42:20.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:42:20.856] [INFO] LocationSqlManager initialising [2026-05-06,21:42:20.857] [INFO] Location DB initialising [2026-05-06,21:42:20.867] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:42:20.869] [DEBUG] UploadManager Init [2026-05-06,21:42:20.869] [DEBUG] UploadManager Init Complete [2026-05-06,21:42:20.874] [INFO] Initializing GPS... [2026-05-06,21:42:20.877] [INFO] Starting location capture [2026-05-06,21:43:00.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:43:00.229] [INFO] LocationSqlManager initialising [2026-05-06,21:43:00.230] [INFO] Location DB initialising [2026-05-06,21:43:00.241] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:43:00.242] [DEBUG] UploadManager Init [2026-05-06,21:43:00.243] [DEBUG] UploadManager Init Complete [2026-05-06,21:43:00.247] [INFO] Initializing GPS... [2026-05-06,21:43:00.250] [INFO] Starting location capture [2026-05-06,21:43:38.496] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:43:38.503] [INFO] LocationSqlManager initialising [2026-05-06,21:43:38.504] [INFO] Location DB initialising [2026-05-06,21:43:38.515] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:43:38.516] [DEBUG] UploadManager Init [2026-05-06,21:43:38.517] [DEBUG] UploadManager Init Complete [2026-05-06,21:43:38.521] [INFO] Initializing GPS... [2026-05-06,21:43:38.524] [INFO] Starting location capture [2026-05-06,21:44:16.807] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:44:16.812] [INFO] LocationSqlManager initialising [2026-05-06,21:44:16.813] [INFO] Location DB initialising [2026-05-06,21:44:16.822] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:44:16.823] [DEBUG] UploadManager Init [2026-05-06,21:44:16.823] [DEBUG] UploadManager Init Complete [2026-05-06,21:44:16.826] [INFO] Initializing GPS... [2026-05-06,21:44:16.828] [INFO] Starting location capture [2026-05-06,21:44:55.119] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:44:55.123] [INFO] LocationSqlManager initialising [2026-05-06,21:44:55.124] [INFO] Location DB initialising [2026-05-06,21:44:55.133] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:44:55.134] [DEBUG] UploadManager Init [2026-05-06,21:44:55.134] [DEBUG] UploadManager Init Complete [2026-05-06,21:44:55.137] [INFO] Initializing GPS... [2026-05-06,21:44:55.139] [INFO] Starting location capture [2026-05-06,21:45:32.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:45:32.865] [INFO] LocationSqlManager initialising [2026-05-06,21:45:32.866] [INFO] Location DB initialising [2026-05-06,21:45:32.875] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:45:32.876] [DEBUG] UploadManager Init [2026-05-06,21:45:32.877] [DEBUG] UploadManager Init Complete [2026-05-06,21:45:32.879] [INFO] Initializing GPS... [2026-05-06,21:45:32.881] [INFO] Starting location capture [2026-05-06,21:46:07.811] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:46:07.818] [INFO] LocationSqlManager initialising [2026-05-06,21:46:07.819] [INFO] Location DB initialising [2026-05-06,21:46:07.830] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:46:07.832] [DEBUG] UploadManager Init [2026-05-06,21:46:07.832] [DEBUG] UploadManager Init Complete [2026-05-06,21:46:07.836] [INFO] Initializing GPS... [2026-05-06,21:46:07.839] [INFO] Starting location capture [2026-05-06,21:46:42.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:46:42.922] [INFO] LocationSqlManager initialising [2026-05-06,21:46:42.923] [INFO] Location DB initialising [2026-05-06,21:46:42.936] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:46:42.937] [DEBUG] UploadManager Init [2026-05-06,21:46:42.937] [DEBUG] UploadManager Init Complete [2026-05-06,21:46:42.941] [INFO] Initializing GPS... [2026-05-06,21:46:42.944] [INFO] Starting location capture [2026-05-06,21:47:20.782] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:47:20.787] [INFO] LocationSqlManager initialising [2026-05-06,21:47:20.787] [INFO] Location DB initialising [2026-05-06,21:47:20.796] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:47:20.797] [DEBUG] UploadManager Init [2026-05-06,21:47:20.798] [DEBUG] UploadManager Init Complete [2026-05-06,21:47:20.800] [INFO] Initializing GPS... [2026-05-06,21:47:20.802] [INFO] Starting location capture [2026-05-06,21:47:58.204] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:47:58.209] [INFO] LocationSqlManager initialising [2026-05-06,21:47:58.210] [INFO] Location DB initialising [2026-05-06,21:47:58.220] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:47:58.220] [DEBUG] UploadManager Init [2026-05-06,21:47:58.221] [DEBUG] UploadManager Init Complete [2026-05-06,21:47:58.224] [INFO] Initializing GPS... [2026-05-06,21:47:58.227] [INFO] Starting location capture [2026-05-06,21:48:33.168] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:48:33.173] [INFO] LocationSqlManager initialising [2026-05-06,21:48:33.174] [INFO] Location DB initialising [2026-05-06,21:48:33.183] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:48:33.184] [DEBUG] UploadManager Init [2026-05-06,21:48:33.185] [DEBUG] UploadManager Init Complete [2026-05-06,21:48:33.188] [INFO] Initializing GPS... [2026-05-06,21:48:33.190] [INFO] Starting location capture [2026-05-06,21:49:11.735] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:49:11.746] [INFO] LocationSqlManager initialising [2026-05-06,21:49:11.748] [INFO] Location DB initialising [2026-05-06,21:49:11.760] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:49:11.761] [DEBUG] UploadManager Init [2026-05-06,21:49:11.762] [DEBUG] UploadManager Init Complete [2026-05-06,21:49:11.765] [INFO] Initializing GPS... [2026-05-06,21:49:11.768] [INFO] Starting location capture [2026-05-06,21:49:51.191] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:49:51.196] [INFO] LocationSqlManager initialising [2026-05-06,21:49:51.197] [INFO] Location DB initialising [2026-05-06,21:49:51.206] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:49:51.207] [DEBUG] UploadManager Init [2026-05-06,21:49:51.207] [DEBUG] UploadManager Init Complete [2026-05-06,21:49:51.210] [INFO] Initializing GPS... [2026-05-06,21:49:51.212] [INFO] Starting location capture [2026-05-06,21:50:30.798] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:50:30.805] [INFO] LocationSqlManager initialising [2026-05-06,21:50:30.806] [INFO] Location DB initialising [2026-05-06,21:50:30.817] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:50:30.818] [DEBUG] UploadManager Init [2026-05-06,21:50:30.819] [DEBUG] UploadManager Init Complete [2026-05-06,21:50:30.824] [INFO] Initializing GPS... [2026-05-06,21:50:30.826] [INFO] Starting location capture [2026-05-06,21:51:09.258] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:51:09.263] [INFO] LocationSqlManager initialising [2026-05-06,21:51:09.264] [INFO] Location DB initialising [2026-05-06,21:51:09.273] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:51:09.274] [DEBUG] UploadManager Init [2026-05-06,21:51:09.274] [DEBUG] UploadManager Init Complete [2026-05-06,21:51:09.277] [INFO] Initializing GPS... [2026-05-06,21:51:09.279] [INFO] Starting location capture [2026-05-06,21:51:48.144] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:51:48.151] [INFO] LocationSqlManager initialising [2026-05-06,21:51:48.153] [INFO] Location DB initialising [2026-05-06,21:51:48.164] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:51:48.165] [DEBUG] UploadManager Init [2026-05-06,21:51:48.166] [DEBUG] UploadManager Init Complete [2026-05-06,21:51:48.170] [INFO] Initializing GPS... [2026-05-06,21:51:48.173] [INFO] Starting location capture [2026-05-06,21:52:26.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:52:26.195] [INFO] LocationSqlManager initialising [2026-05-06,21:52:26.195] [INFO] Location DB initialising [2026-05-06,21:52:26.205] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:52:26.206] [DEBUG] UploadManager Init [2026-05-06,21:52:26.206] [DEBUG] UploadManager Init Complete [2026-05-06,21:52:26.210] [INFO] Initializing GPS... [2026-05-06,21:52:26.212] [INFO] Starting location capture [2026-05-06,21:53:07.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:53:07.873] [INFO] LocationSqlManager initialising [2026-05-06,21:53:07.874] [INFO] Location DB initialising [2026-05-06,21:53:07.885] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:53:07.886] [DEBUG] UploadManager Init [2026-05-06,21:53:07.887] [DEBUG] UploadManager Init Complete [2026-05-06,21:53:07.890] [INFO] Initializing GPS... [2026-05-06,21:53:07.892] [INFO] Starting location capture [2026-05-06,21:53:46.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:53:46.177] [INFO] LocationSqlManager initialising [2026-05-06,21:53:46.178] [INFO] Location DB initialising [2026-05-06,21:53:46.188] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:53:46.189] [DEBUG] UploadManager Init [2026-05-06,21:53:46.189] [DEBUG] UploadManager Init Complete [2026-05-06,21:53:46.192] [INFO] Initializing GPS... [2026-05-06,21:53:46.195] [INFO] Starting location capture [2026-05-06,21:54:23.764] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:54:23.769] [INFO] LocationSqlManager initialising [2026-05-06,21:54:23.769] [INFO] Location DB initialising [2026-05-06,21:54:23.778] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:54:23.779] [DEBUG] UploadManager Init [2026-05-06,21:54:23.780] [DEBUG] UploadManager Init Complete [2026-05-06,21:54:23.782] [INFO] Initializing GPS... [2026-05-06,21:54:23.784] [INFO] Starting location capture [2026-05-06,21:55:01.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:55:01.941] [INFO] LocationSqlManager initialising [2026-05-06,21:55:01.941] [INFO] Location DB initialising [2026-05-06,21:55:01.951] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:55:01.951] [DEBUG] UploadManager Init [2026-05-06,21:55:01.952] [DEBUG] UploadManager Init Complete [2026-05-06,21:55:01.954] [INFO] Initializing GPS... [2026-05-06,21:55:01.956] [INFO] Starting location capture [2026-05-06,21:55:40.631] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:55:40.639] [INFO] LocationSqlManager initialising [2026-05-06,21:55:40.640] [INFO] Location DB initialising [2026-05-06,21:55:40.651] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:55:40.652] [DEBUG] UploadManager Init [2026-05-06,21:55:40.653] [DEBUG] UploadManager Init Complete [2026-05-06,21:55:40.657] [INFO] Initializing GPS... [2026-05-06,21:55:40.660] [INFO] Starting location capture [2026-05-06,21:56:19.356] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:56:19.364] [INFO] LocationSqlManager initialising [2026-05-06,21:56:19.365] [INFO] Location DB initialising [2026-05-06,21:56:19.376] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:56:19.378] [DEBUG] UploadManager Init [2026-05-06,21:56:19.378] [DEBUG] UploadManager Init Complete [2026-05-06,21:56:19.383] [INFO] Initializing GPS... [2026-05-06,21:56:19.386] [INFO] Starting location capture [2026-05-06,21:56:57.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:56:57.093] [INFO] LocationSqlManager initialising [2026-05-06,21:56:57.093] [INFO] Location DB initialising [2026-05-06,21:56:57.103] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:56:57.103] [DEBUG] UploadManager Init [2026-05-06,21:56:57.104] [DEBUG] UploadManager Init Complete [2026-05-06,21:56:57.106] [INFO] Initializing GPS... [2026-05-06,21:56:57.108] [INFO] Starting location capture [2026-05-06,21:57:36.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:57:36.041] [INFO] LocationSqlManager initialising [2026-05-06,21:57:36.042] [INFO] Location DB initialising [2026-05-06,21:57:36.053] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:57:36.054] [DEBUG] UploadManager Init [2026-05-06,21:57:36.055] [DEBUG] UploadManager Init Complete [2026-05-06,21:57:36.059] [INFO] Initializing GPS... [2026-05-06,21:57:36.062] [INFO] Starting location capture [2026-05-06,21:58:14.752] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:58:14.756] [INFO] LocationSqlManager initialising [2026-05-06,21:58:14.756] [INFO] Location DB initialising [2026-05-06,21:58:14.766] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:58:14.766] [DEBUG] UploadManager Init [2026-05-06,21:58:14.767] [DEBUG] UploadManager Init Complete [2026-05-06,21:58:14.770] [INFO] Initializing GPS... [2026-05-06,21:58:14.772] [INFO] Starting location capture [2026-05-06,21:58:53.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:58:53.218] [INFO] LocationSqlManager initialising [2026-05-06,21:58:53.218] [INFO] Location DB initialising [2026-05-06,21:58:53.228] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:58:53.229] [DEBUG] UploadManager Init [2026-05-06,21:58:53.229] [DEBUG] UploadManager Init Complete [2026-05-06,21:58:53.231] [INFO] Initializing GPS... [2026-05-06,21:58:53.233] [INFO] Starting location capture [2026-05-06,21:59:31.250] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,21:59:31.255] [INFO] LocationSqlManager initialising [2026-05-06,21:59:31.255] [INFO] Location DB initialising [2026-05-06,21:59:31.265] [INFO] LocationSqlManager initialisation complete [2026-05-06,21:59:31.265] [DEBUG] UploadManager Init [2026-05-06,21:59:31.266] [DEBUG] UploadManager Init Complete [2026-05-06,21:59:31.268] [INFO] Initializing GPS... [2026-05-06,21:59:31.270] [INFO] Starting location capture [2026-05-06,22:00:10.171] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:00:10.176] [INFO] LocationSqlManager initialising [2026-05-06,22:00:10.176] [INFO] Location DB initialising [2026-05-06,22:00:10.187] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:00:10.188] [DEBUG] UploadManager Init [2026-05-06,22:00:10.189] [DEBUG] UploadManager Init Complete [2026-05-06,22:00:10.193] [INFO] Initializing GPS... [2026-05-06,22:00:10.196] [INFO] Starting location capture [2026-05-06,22:00:48.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:00:48.128] [INFO] LocationSqlManager initialising [2026-05-06,22:00:48.129] [INFO] Location DB initialising [2026-05-06,22:00:48.140] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:00:48.141] [DEBUG] UploadManager Init [2026-05-06,22:00:48.142] [DEBUG] UploadManager Init Complete [2026-05-06,22:00:48.146] [INFO] Initializing GPS... [2026-05-06,22:00:48.149] [INFO] Starting location capture [2026-05-06,22:01:26.754] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:01:26.759] [INFO] LocationSqlManager initialising [2026-05-06,22:01:26.759] [INFO] Location DB initialising [2026-05-06,22:01:26.769] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:01:26.769] [DEBUG] UploadManager Init [2026-05-06,22:01:26.770] [DEBUG] UploadManager Init Complete [2026-05-06,22:01:26.772] [INFO] Initializing GPS... [2026-05-06,22:01:26.774] [INFO] Starting location capture [2026-05-06,22:02:05.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:02:05.813] [INFO] LocationSqlManager initialising [2026-05-06,22:02:05.813] [INFO] Location DB initialising [2026-05-06,22:02:05.824] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:02:05.825] [DEBUG] UploadManager Init [2026-05-06,22:02:05.826] [DEBUG] UploadManager Init Complete [2026-05-06,22:02:05.831] [INFO] Initializing GPS... [2026-05-06,22:02:05.833] [INFO] Starting location capture [2026-05-06,22:02:44.055] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:02:44.060] [INFO] LocationSqlManager initialising [2026-05-06,22:02:44.060] [INFO] Location DB initialising [2026-05-06,22:02:44.070] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:02:44.071] [DEBUG] UploadManager Init [2026-05-06,22:02:44.071] [DEBUG] UploadManager Init Complete [2026-05-06,22:02:44.073] [INFO] Initializing GPS... [2026-05-06,22:02:44.075] [INFO] Starting location capture [2026-05-06,22:03:22.998] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:03:23.003] [INFO] LocationSqlManager initialising [2026-05-06,22:03:23.004] [INFO] Location DB initialising [2026-05-06,22:03:23.014] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:03:23.014] [DEBUG] UploadManager Init [2026-05-06,22:03:23.015] [DEBUG] UploadManager Init Complete [2026-05-06,22:03:23.018] [INFO] Initializing GPS... [2026-05-06,22:03:23.020] [INFO] Starting location capture [2026-05-06,22:04:01.209] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:04:01.217] [INFO] LocationSqlManager initialising [2026-05-06,22:04:01.218] [INFO] Location DB initialising [2026-05-06,22:04:01.227] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:04:01.228] [DEBUG] UploadManager Init [2026-05-06,22:04:01.228] [DEBUG] UploadManager Init Complete [2026-05-06,22:04:01.231] [INFO] Initializing GPS... [2026-05-06,22:04:01.233] [INFO] Starting location capture [2026-05-06,22:04:40.082] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:04:40.087] [INFO] LocationSqlManager initialising [2026-05-06,22:04:40.087] [INFO] Location DB initialising [2026-05-06,22:04:40.097] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:04:40.098] [DEBUG] UploadManager Init [2026-05-06,22:04:40.098] [DEBUG] UploadManager Init Complete [2026-05-06,22:04:40.100] [INFO] Initializing GPS... [2026-05-06,22:04:40.102] [INFO] Starting location capture [2026-05-06,22:05:18.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:05:18.943] [INFO] LocationSqlManager initialising [2026-05-06,22:05:18.944] [INFO] Location DB initialising [2026-05-06,22:05:18.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:05:18.957] [DEBUG] UploadManager Init [2026-05-06,22:05:18.957] [DEBUG] UploadManager Init Complete [2026-05-06,22:05:18.962] [INFO] Initializing GPS... [2026-05-06,22:05:18.965] [INFO] Starting location capture [2026-05-06,22:05:58.862] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:05:58.867] [INFO] LocationSqlManager initialising [2026-05-06,22:05:58.868] [INFO] Location DB initialising [2026-05-06,22:05:58.877] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:05:58.878] [DEBUG] UploadManager Init [2026-05-06,22:05:58.878] [DEBUG] UploadManager Init Complete [2026-05-06,22:05:58.882] [INFO] Initializing GPS... [2026-05-06,22:05:58.885] [INFO] Starting location capture [2026-05-06,22:06:38.232] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:06:38.237] [INFO] LocationSqlManager initialising [2026-05-06,22:06:38.237] [INFO] Location DB initialising [2026-05-06,22:06:38.247] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:06:38.247] [DEBUG] UploadManager Init [2026-05-06,22:06:38.248] [DEBUG] UploadManager Init Complete [2026-05-06,22:06:38.250] [INFO] Initializing GPS... [2026-05-06,22:06:38.252] [INFO] Starting location capture [2026-05-06,22:07:18.372] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:07:18.377] [INFO] LocationSqlManager initialising [2026-05-06,22:07:18.378] [INFO] Location DB initialising [2026-05-06,22:07:18.387] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:07:18.388] [DEBUG] UploadManager Init [2026-05-06,22:07:18.388] [DEBUG] UploadManager Init Complete [2026-05-06,22:07:18.391] [INFO] Initializing GPS... [2026-05-06,22:07:18.392] [INFO] Starting location capture [2026-05-06,22:07:57.294] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:07:57.301] [INFO] LocationSqlManager initialising [2026-05-06,22:07:57.302] [INFO] Location DB initialising [2026-05-06,22:07:57.312] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:07:57.314] [DEBUG] UploadManager Init [2026-05-06,22:07:57.314] [DEBUG] UploadManager Init Complete [2026-05-06,22:07:57.319] [INFO] Initializing GPS... [2026-05-06,22:07:57.321] [INFO] Starting location capture [2026-05-06,22:08:35.673] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:08:35.680] [INFO] LocationSqlManager initialising [2026-05-06,22:08:35.681] [INFO] Location DB initialising [2026-05-06,22:08:35.692] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:08:35.694] [DEBUG] UploadManager Init [2026-05-06,22:08:35.694] [DEBUG] UploadManager Init Complete [2026-05-06,22:08:35.699] [INFO] Initializing GPS... [2026-05-06,22:08:35.702] [INFO] Starting location capture [2026-05-06,22:09:15.078] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:09:15.084] [INFO] LocationSqlManager initialising [2026-05-06,22:09:15.085] [INFO] Location DB initialising [2026-05-06,22:09:15.095] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:09:15.095] [DEBUG] UploadManager Init [2026-05-06,22:09:15.096] [DEBUG] UploadManager Init Complete [2026-05-06,22:09:15.099] [INFO] Initializing GPS... [2026-05-06,22:09:15.101] [INFO] Starting location capture [2026-05-06,22:09:55.478] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:09:55.486] [INFO] LocationSqlManager initialising [2026-05-06,22:09:55.487] [INFO] Location DB initialising [2026-05-06,22:09:55.498] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:09:55.499] [DEBUG] UploadManager Init [2026-05-06,22:09:55.500] [DEBUG] UploadManager Init Complete [2026-05-06,22:09:55.504] [INFO] Initializing GPS... [2026-05-06,22:09:55.507] [INFO] Starting location capture [2026-05-06,22:10:34.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:10:34.106] [INFO] LocationSqlManager initialising [2026-05-06,22:10:34.107] [INFO] Location DB initialising [2026-05-06,22:10:34.116] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:10:34.117] [DEBUG] UploadManager Init [2026-05-06,22:10:34.117] [DEBUG] UploadManager Init Complete [2026-05-06,22:10:34.120] [INFO] Initializing GPS... [2026-05-06,22:10:34.122] [INFO] Starting location capture [2026-05-06,22:11:11.665] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:11:11.672] [INFO] LocationSqlManager initialising [2026-05-06,22:11:11.673] [INFO] Location DB initialising [2026-05-06,22:11:11.684] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:11:11.685] [DEBUG] UploadManager Init [2026-05-06,22:11:11.686] [DEBUG] UploadManager Init Complete [2026-05-06,22:11:11.692] [INFO] Initializing GPS... [2026-05-06,22:11:11.696] [INFO] Starting location capture [2026-05-06,22:11:52.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:11:52.261] [INFO] LocationSqlManager initialising [2026-05-06,22:11:52.261] [INFO] Location DB initialising [2026-05-06,22:11:52.271] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:11:52.271] [DEBUG] UploadManager Init [2026-05-06,22:11:52.272] [DEBUG] UploadManager Init Complete [2026-05-06,22:11:52.274] [INFO] Initializing GPS... [2026-05-06,22:11:52.276] [INFO] Starting location capture [2026-05-06,22:12:29.826] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:12:29.833] [INFO] LocationSqlManager initialising [2026-05-06,22:12:29.834] [INFO] Location DB initialising [2026-05-06,22:12:29.844] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:12:29.846] [DEBUG] UploadManager Init [2026-05-06,22:12:29.846] [DEBUG] UploadManager Init Complete [2026-05-06,22:12:29.851] [INFO] Initializing GPS... [2026-05-06,22:12:29.854] [INFO] Starting location capture [2026-05-06,22:13:08.942] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:13:08.947] [INFO] LocationSqlManager initialising [2026-05-06,22:13:08.947] [INFO] Location DB initialising [2026-05-06,22:13:08.957] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:13:08.958] [DEBUG] UploadManager Init [2026-05-06,22:13:08.958] [DEBUG] UploadManager Init Complete [2026-05-06,22:13:08.961] [INFO] Initializing GPS... [2026-05-06,22:13:08.962] [INFO] Starting location capture [2026-05-06,22:13:48.899] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:13:48.904] [INFO] LocationSqlManager initialising [2026-05-06,22:13:48.905] [INFO] Location DB initialising [2026-05-06,22:13:48.914] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:13:48.915] [DEBUG] UploadManager Init [2026-05-06,22:13:48.915] [DEBUG] UploadManager Init Complete [2026-05-06,22:13:48.917] [INFO] Initializing GPS... [2026-05-06,22:13:48.919] [INFO] Starting location capture [2026-05-06,22:14:28.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:14:28.167] [INFO] LocationSqlManager initialising [2026-05-06,22:14:28.168] [INFO] Location DB initialising [2026-05-06,22:14:28.179] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:14:28.180] [DEBUG] UploadManager Init [2026-05-06,22:14:28.180] [DEBUG] UploadManager Init Complete [2026-05-06,22:14:28.184] [INFO] Initializing GPS... [2026-05-06,22:14:28.187] [INFO] Starting location capture [2026-05-06,22:15:07.312] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:15:07.317] [INFO] LocationSqlManager initialising [2026-05-06,22:15:07.318] [INFO] Location DB initialising [2026-05-06,22:15:07.327] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:15:07.328] [DEBUG] UploadManager Init [2026-05-06,22:15:07.328] [DEBUG] UploadManager Init Complete [2026-05-06,22:15:07.331] [INFO] Initializing GPS... [2026-05-06,22:15:07.333] [INFO] Starting location capture [2026-05-06,22:15:44.728] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:15:44.736] [INFO] LocationSqlManager initialising [2026-05-06,22:15:44.737] [INFO] Location DB initialising [2026-05-06,22:15:44.748] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:15:44.749] [DEBUG] UploadManager Init [2026-05-06,22:15:44.749] [DEBUG] UploadManager Init Complete [2026-05-06,22:15:44.754] [INFO] Initializing GPS... [2026-05-06,22:15:44.757] [INFO] Starting location capture [2026-05-06,22:16:23.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:16:23.153] [INFO] LocationSqlManager initialising [2026-05-06,22:16:23.154] [INFO] Location DB initialising [2026-05-06,22:16:23.163] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:16:23.164] [DEBUG] UploadManager Init [2026-05-06,22:16:23.164] [DEBUG] UploadManager Init Complete [2026-05-06,22:16:23.167] [INFO] Initializing GPS... [2026-05-06,22:16:23.169] [INFO] Starting location capture [2026-05-06,22:17:02.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:17:02.932] [INFO] LocationSqlManager initialising [2026-05-06,22:17:02.932] [INFO] Location DB initialising [2026-05-06,22:17:02.942] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:17:02.942] [DEBUG] UploadManager Init [2026-05-06,22:17:02.943] [DEBUG] UploadManager Init Complete [2026-05-06,22:17:02.945] [INFO] Initializing GPS... [2026-05-06,22:17:02.947] [INFO] Starting location capture [2026-05-06,22:17:41.925] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:17:41.930] [INFO] LocationSqlManager initialising [2026-05-06,22:17:41.930] [INFO] Location DB initialising [2026-05-06,22:17:41.939] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:17:41.940] [DEBUG] UploadManager Init [2026-05-06,22:17:41.940] [DEBUG] UploadManager Init Complete [2026-05-06,22:17:41.943] [INFO] Initializing GPS... [2026-05-06,22:17:41.945] [INFO] Starting location capture [2026-05-06,22:18:20.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:18:20.960] [INFO] LocationSqlManager initialising [2026-05-06,22:18:20.960] [INFO] Location DB initialising [2026-05-06,22:18:20.970] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:18:20.970] [DEBUG] UploadManager Init [2026-05-06,22:18:20.971] [DEBUG] UploadManager Init Complete [2026-05-06,22:18:20.973] [INFO] Initializing GPS... [2026-05-06,22:18:20.975] [INFO] Starting location capture [2026-05-06,22:18:59.721] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:18:59.728] [INFO] LocationSqlManager initialising [2026-05-06,22:18:59.728] [INFO] Location DB initialising [2026-05-06,22:18:59.738] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:18:59.739] [DEBUG] UploadManager Init [2026-05-06,22:18:59.739] [DEBUG] UploadManager Init Complete [2026-05-06,22:18:59.741] [INFO] Initializing GPS... [2026-05-06,22:18:59.743] [INFO] Starting location capture [2026-05-06,22:19:38.013] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:19:38.022] [INFO] LocationSqlManager initialising [2026-05-06,22:19:38.022] [INFO] Location DB initialising [2026-05-06,22:19:38.032] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:19:38.033] [DEBUG] UploadManager Init [2026-05-06,22:19:38.033] [DEBUG] UploadManager Init Complete [2026-05-06,22:19:38.036] [INFO] Initializing GPS... [2026-05-06,22:19:38.038] [INFO] Starting location capture [2026-05-06,22:20:16.038] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:20:16.046] [INFO] LocationSqlManager initialising [2026-05-06,22:20:16.047] [INFO] Location DB initialising [2026-05-06,22:20:16.058] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:20:16.059] [DEBUG] UploadManager Init [2026-05-06,22:20:16.059] [DEBUG] UploadManager Init Complete [2026-05-06,22:20:16.062] [INFO] Initializing GPS... [2026-05-06,22:20:16.064] [INFO] Starting location capture [2026-05-06,22:20:54.071] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:20:54.078] [INFO] LocationSqlManager initialising [2026-05-06,22:20:54.079] [INFO] Location DB initialising [2026-05-06,22:20:54.091] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:20:54.091] [DEBUG] UploadManager Init [2026-05-06,22:20:54.092] [DEBUG] UploadManager Init Complete [2026-05-06,22:20:54.095] [INFO] Initializing GPS... [2026-05-06,22:20:54.097] [INFO] Starting location capture [2026-05-06,22:21:32.787] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:21:32.792] [INFO] LocationSqlManager initialising [2026-05-06,22:21:32.792] [INFO] Location DB initialising [2026-05-06,22:21:32.801] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:21:32.802] [DEBUG] UploadManager Init [2026-05-06,22:21:32.803] [DEBUG] UploadManager Init Complete [2026-05-06,22:21:32.805] [INFO] Initializing GPS... [2026-05-06,22:21:32.807] [INFO] Starting location capture [2026-05-06,22:22:10.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:22:10.905] [INFO] LocationSqlManager initialising [2026-05-06,22:22:10.906] [INFO] Location DB initialising [2026-05-06,22:22:10.915] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:22:10.916] [DEBUG] UploadManager Init [2026-05-06,22:22:10.916] [DEBUG] UploadManager Init Complete [2026-05-06,22:22:10.919] [INFO] Initializing GPS... [2026-05-06,22:22:10.921] [INFO] Starting location capture [2026-05-06,22:22:48.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:22:48.944] [INFO] LocationSqlManager initialising [2026-05-06,22:22:48.944] [INFO] Location DB initialising [2026-05-06,22:22:48.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:22:48.956] [DEBUG] UploadManager Init [2026-05-06,22:22:48.957] [DEBUG] UploadManager Init Complete [2026-05-06,22:22:48.961] [INFO] Initializing GPS... [2026-05-06,22:22:48.964] [INFO] Starting location capture [2026-05-06,22:23:28.186] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:23:28.191] [INFO] LocationSqlManager initialising [2026-05-06,22:23:28.191] [INFO] Location DB initialising [2026-05-06,22:23:28.201] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:23:28.201] [DEBUG] UploadManager Init [2026-05-06,22:23:28.202] [DEBUG] UploadManager Init Complete [2026-05-06,22:23:28.204] [INFO] Initializing GPS... [2026-05-06,22:23:28.206] [INFO] Starting location capture [2026-05-06,22:24:06.134] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:24:06.139] [INFO] LocationSqlManager initialising [2026-05-06,22:24:06.140] [INFO] Location DB initialising [2026-05-06,22:24:06.149] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:24:06.150] [DEBUG] UploadManager Init [2026-05-06,22:24:06.151] [DEBUG] UploadManager Init Complete [2026-05-06,22:24:06.155] [INFO] Initializing GPS... [2026-05-06,22:24:06.158] [INFO] Starting location capture [2026-05-06,22:24:43.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:24:43.641] [INFO] LocationSqlManager initialising [2026-05-06,22:24:43.642] [INFO] Location DB initialising [2026-05-06,22:24:43.653] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:24:43.655] [DEBUG] UploadManager Init [2026-05-06,22:24:43.656] [DEBUG] UploadManager Init Complete [2026-05-06,22:24:43.661] [INFO] Initializing GPS... [2026-05-06,22:24:43.663] [INFO] Starting location capture [2026-05-06,22:25:22.069] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:25:22.074] [INFO] LocationSqlManager initialising [2026-05-06,22:25:22.074] [INFO] Location DB initialising [2026-05-06,22:25:22.083] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:25:22.084] [DEBUG] UploadManager Init [2026-05-06,22:25:22.084] [DEBUG] UploadManager Init Complete [2026-05-06,22:25:22.087] [INFO] Initializing GPS... [2026-05-06,22:25:22.089] [INFO] Starting location capture [2026-05-06,22:26:01.222] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:26:01.225] [INFO] LocationSqlManager initialising [2026-05-06,22:26:01.226] [INFO] Location DB initialising [2026-05-06,22:26:01.235] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:26:01.236] [DEBUG] UploadManager Init [2026-05-06,22:26:01.236] [DEBUG] UploadManager Init Complete [2026-05-06,22:26:01.239] [INFO] Initializing GPS... [2026-05-06,22:26:01.241] [INFO] Starting location capture [2026-05-06,22:26:40.084] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:26:40.090] [INFO] LocationSqlManager initialising [2026-05-06,22:26:40.090] [INFO] Location DB initialising [2026-05-06,22:26:40.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:26:40.101] [DEBUG] UploadManager Init [2026-05-06,22:26:40.102] [DEBUG] UploadManager Init Complete [2026-05-06,22:26:40.105] [INFO] Initializing GPS... [2026-05-06,22:26:40.107] [INFO] Starting location capture [2026-05-06,22:27:18.270] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:27:18.276] [INFO] LocationSqlManager initialising [2026-05-06,22:27:18.276] [INFO] Location DB initialising [2026-05-06,22:27:18.286] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:27:18.287] [DEBUG] UploadManager Init [2026-05-06,22:27:18.287] [DEBUG] UploadManager Init Complete [2026-05-06,22:27:18.290] [INFO] Initializing GPS... [2026-05-06,22:27:18.292] [INFO] Starting location capture [2026-05-06,22:27:58.006] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:27:58.011] [INFO] LocationSqlManager initialising [2026-05-06,22:27:58.012] [INFO] Location DB initialising [2026-05-06,22:27:58.021] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:27:58.022] [DEBUG] UploadManager Init [2026-05-06,22:27:58.022] [DEBUG] UploadManager Init Complete [2026-05-06,22:27:58.024] [INFO] Initializing GPS... [2026-05-06,22:27:58.026] [INFO] Starting location capture [2026-05-06,22:28:35.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:28:35.931] [INFO] LocationSqlManager initialising [2026-05-06,22:28:35.932] [INFO] Location DB initialising [2026-05-06,22:28:35.945] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:28:35.946] [DEBUG] UploadManager Init [2026-05-06,22:28:35.948] [DEBUG] UploadManager Init Complete [2026-05-06,22:28:35.954] [INFO] Initializing GPS... [2026-05-06,22:28:35.958] [INFO] Starting location capture [2026-05-06,22:29:12.933] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:29:12.938] [INFO] LocationSqlManager initialising [2026-05-06,22:29:12.939] [INFO] Location DB initialising [2026-05-06,22:29:12.948] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:29:12.949] [DEBUG] UploadManager Init [2026-05-06,22:29:12.950] [DEBUG] UploadManager Init Complete [2026-05-06,22:29:12.953] [INFO] Initializing GPS... [2026-05-06,22:29:12.955] [INFO] Starting location capture [2026-05-06,22:29:52.242] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:29:52.247] [INFO] LocationSqlManager initialising [2026-05-06,22:29:52.248] [INFO] Location DB initialising [2026-05-06,22:29:52.257] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:29:52.258] [DEBUG] UploadManager Init [2026-05-06,22:29:52.258] [DEBUG] UploadManager Init Complete [2026-05-06,22:29:52.261] [INFO] Initializing GPS... [2026-05-06,22:29:52.263] [INFO] Starting location capture [2026-05-06,22:30:30.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:30:30.163] [INFO] LocationSqlManager initialising [2026-05-06,22:30:30.164] [INFO] Location DB initialising [2026-05-06,22:30:30.176] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:30:30.178] [DEBUG] UploadManager Init [2026-05-06,22:30:30.179] [DEBUG] UploadManager Init Complete [2026-05-06,22:30:30.183] [INFO] Initializing GPS... [2026-05-06,22:30:30.186] [INFO] Starting location capture [2026-05-06,22:31:07.981] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:31:07.986] [INFO] LocationSqlManager initialising [2026-05-06,22:31:07.986] [INFO] Location DB initialising [2026-05-06,22:31:07.995] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:31:07.996] [DEBUG] UploadManager Init [2026-05-06,22:31:07.996] [DEBUG] UploadManager Init Complete [2026-05-06,22:31:07.999] [INFO] Initializing GPS... [2026-05-06,22:31:08.001] [INFO] Starting location capture [2026-05-06,22:31:46.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:31:46.072] [INFO] LocationSqlManager initialising [2026-05-06,22:31:46.072] [INFO] Location DB initialising [2026-05-06,22:31:46.082] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:31:46.083] [DEBUG] UploadManager Init [2026-05-06,22:31:46.083] [DEBUG] UploadManager Init Complete [2026-05-06,22:31:46.085] [INFO] Initializing GPS... [2026-05-06,22:31:46.087] [INFO] Starting location capture [2026-05-06,22:32:24.879] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:32:24.886] [INFO] LocationSqlManager initialising [2026-05-06,22:32:24.888] [INFO] Location DB initialising [2026-05-06,22:32:24.899] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:32:24.900] [DEBUG] UploadManager Init [2026-05-06,22:32:24.901] [DEBUG] UploadManager Init Complete [2026-05-06,22:32:24.905] [INFO] Initializing GPS... [2026-05-06,22:32:24.909] [INFO] Starting location capture [2026-05-06,22:33:02.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:33:02.756] [INFO] LocationSqlManager initialising [2026-05-06,22:33:02.757] [INFO] Location DB initialising [2026-05-06,22:33:02.767] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:33:02.767] [DEBUG] UploadManager Init [2026-05-06,22:33:02.768] [DEBUG] UploadManager Init Complete [2026-05-06,22:33:02.770] [INFO] Initializing GPS... [2026-05-06,22:33:02.772] [INFO] Starting location capture [2026-05-06,22:33:41.785] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:33:41.790] [INFO] LocationSqlManager initialising [2026-05-06,22:33:41.791] [INFO] Location DB initialising [2026-05-06,22:33:41.800] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:33:41.801] [DEBUG] UploadManager Init [2026-05-06,22:33:41.801] [DEBUG] UploadManager Init Complete [2026-05-06,22:33:41.804] [INFO] Initializing GPS... [2026-05-06,22:33:41.806] [INFO] Starting location capture [2026-05-06,22:34:20.250] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:34:20.256] [INFO] LocationSqlManager initialising [2026-05-06,22:34:20.257] [INFO] Location DB initialising [2026-05-06,22:34:20.267] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:34:20.268] [DEBUG] UploadManager Init [2026-05-06,22:34:20.268] [DEBUG] UploadManager Init Complete [2026-05-06,22:34:20.272] [INFO] Initializing GPS... [2026-05-06,22:34:20.274] [INFO] Starting location capture [2026-05-06,22:34:59.253] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:34:59.259] [INFO] LocationSqlManager initialising [2026-05-06,22:34:59.260] [INFO] Location DB initialising [2026-05-06,22:34:59.271] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:34:59.272] [DEBUG] UploadManager Init [2026-05-06,22:34:59.273] [DEBUG] UploadManager Init Complete [2026-05-06,22:34:59.278] [INFO] Initializing GPS... [2026-05-06,22:34:59.281] [INFO] Starting location capture [2026-05-06,22:35:37.298] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:35:37.304] [INFO] LocationSqlManager initialising [2026-05-06,22:35:37.304] [INFO] Location DB initialising [2026-05-06,22:35:37.314] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:35:37.314] [DEBUG] UploadManager Init [2026-05-06,22:35:37.315] [DEBUG] UploadManager Init Complete [2026-05-06,22:35:37.317] [INFO] Initializing GPS... [2026-05-06,22:35:37.319] [INFO] Starting location capture [2026-05-06,22:36:11.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:36:11.810] [INFO] LocationSqlManager initialising [2026-05-06,22:36:11.810] [INFO] Location DB initialising [2026-05-06,22:36:11.820] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:36:11.820] [DEBUG] UploadManager Init [2026-05-06,22:36:11.821] [DEBUG] UploadManager Init Complete [2026-05-06,22:36:11.823] [INFO] Initializing GPS... [2026-05-06,22:36:11.825] [INFO] Starting location capture [2026-05-06,22:36:52.399] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:36:52.406] [INFO] LocationSqlManager initialising [2026-05-06,22:36:52.407] [INFO] Location DB initialising [2026-05-06,22:36:52.418] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:36:52.419] [DEBUG] UploadManager Init [2026-05-06,22:36:52.420] [DEBUG] UploadManager Init Complete [2026-05-06,22:36:52.424] [INFO] Initializing GPS... [2026-05-06,22:36:52.427] [INFO] Starting location capture [2026-05-06,22:37:30.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:37:30.791] [INFO] LocationSqlManager initialising [2026-05-06,22:37:30.792] [INFO] Location DB initialising [2026-05-06,22:37:30.803] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:37:30.804] [DEBUG] UploadManager Init [2026-05-06,22:37:30.805] [DEBUG] UploadManager Init Complete [2026-05-06,22:37:30.810] [INFO] Initializing GPS... [2026-05-06,22:37:30.813] [INFO] Starting location capture [2026-05-06,22:38:10.280] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:38:10.285] [INFO] LocationSqlManager initialising [2026-05-06,22:38:10.286] [INFO] Location DB initialising [2026-05-06,22:38:10.296] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:38:10.296] [DEBUG] UploadManager Init [2026-05-06,22:38:10.297] [DEBUG] UploadManager Init Complete [2026-05-06,22:38:10.300] [INFO] Initializing GPS... [2026-05-06,22:38:10.302] [INFO] Starting location capture [2026-05-06,22:38:49.042] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:38:49.047] [INFO] LocationSqlManager initialising [2026-05-06,22:38:49.048] [INFO] Location DB initialising [2026-05-06,22:38:49.058] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:38:49.059] [DEBUG] UploadManager Init [2026-05-06,22:38:49.059] [DEBUG] UploadManager Init Complete [2026-05-06,22:38:49.062] [INFO] Initializing GPS... [2026-05-06,22:38:49.065] [INFO] Starting location capture [2026-05-06,22:39:27.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:39:27.901] [INFO] LocationSqlManager initialising [2026-05-06,22:39:27.902] [INFO] Location DB initialising [2026-05-06,22:39:27.912] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:39:27.914] [DEBUG] UploadManager Init [2026-05-06,22:39:27.914] [DEBUG] UploadManager Init Complete [2026-05-06,22:39:27.918] [INFO] Initializing GPS... [2026-05-06,22:39:27.921] [INFO] Starting location capture [2026-05-06,22:40:09.122] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:40:09.127] [INFO] LocationSqlManager initialising [2026-05-06,22:40:09.128] [INFO] Location DB initialising [2026-05-06,22:40:09.137] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:40:09.137] [DEBUG] UploadManager Init [2026-05-06,22:40:09.138] [DEBUG] UploadManager Init Complete [2026-05-06,22:40:09.140] [INFO] Initializing GPS... [2026-05-06,22:40:09.142] [INFO] Starting location capture [2026-05-06,22:40:47.554] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:40:47.560] [INFO] LocationSqlManager initialising [2026-05-06,22:40:47.560] [INFO] Location DB initialising [2026-05-06,22:40:47.570] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:40:47.571] [DEBUG] UploadManager Init [2026-05-06,22:40:47.571] [DEBUG] UploadManager Init Complete [2026-05-06,22:40:47.574] [INFO] Initializing GPS... [2026-05-06,22:40:47.575] [INFO] Starting location capture [2026-05-06,22:41:25.956] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:41:25.962] [INFO] LocationSqlManager initialising [2026-05-06,22:41:25.962] [INFO] Location DB initialising [2026-05-06,22:41:25.974] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:41:25.975] [DEBUG] UploadManager Init [2026-05-06,22:41:25.975] [DEBUG] UploadManager Init Complete [2026-05-06,22:41:25.978] [INFO] Initializing GPS... [2026-05-06,22:41:25.981] [INFO] Starting location capture [2026-05-06,22:42:05.325] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:42:05.333] [INFO] LocationSqlManager initialising [2026-05-06,22:42:05.334] [INFO] Location DB initialising [2026-05-06,22:42:05.345] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:42:05.346] [DEBUG] UploadManager Init [2026-05-06,22:42:05.347] [DEBUG] UploadManager Init Complete [2026-05-06,22:42:05.351] [INFO] Initializing GPS... [2026-05-06,22:42:05.354] [INFO] Starting location capture [2026-05-06,22:42:43.021] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:42:43.025] [INFO] LocationSqlManager initialising [2026-05-06,22:42:43.026] [INFO] Location DB initialising [2026-05-06,22:42:43.035] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:42:43.036] [DEBUG] UploadManager Init [2026-05-06,22:42:43.036] [DEBUG] UploadManager Init Complete [2026-05-06,22:42:43.039] [INFO] Initializing GPS... [2026-05-06,22:42:43.040] [INFO] Starting location capture [2026-05-06,22:43:20.550] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:43:20.556] [INFO] LocationSqlManager initialising [2026-05-06,22:43:20.557] [INFO] Location DB initialising [2026-05-06,22:43:20.566] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:43:20.567] [DEBUG] UploadManager Init [2026-05-06,22:43:20.568] [DEBUG] UploadManager Init Complete [2026-05-06,22:43:20.571] [INFO] Initializing GPS... [2026-05-06,22:43:20.573] [INFO] Starting location capture [2026-05-06,22:43:58.184] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:43:58.193] [INFO] LocationSqlManager initialising [2026-05-06,22:43:58.193] [INFO] Location DB initialising [2026-05-06,22:43:58.205] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:43:58.206] [DEBUG] UploadManager Init [2026-05-06,22:43:58.207] [DEBUG] UploadManager Init Complete [2026-05-06,22:43:58.211] [INFO] Initializing GPS... [2026-05-06,22:43:58.214] [INFO] Starting location capture [2026-05-06,22:44:37.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:44:37.164] [INFO] LocationSqlManager initialising [2026-05-06,22:44:37.164] [INFO] Location DB initialising [2026-05-06,22:44:37.174] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:44:37.174] [DEBUG] UploadManager Init [2026-05-06,22:44:37.174] [DEBUG] UploadManager Init Complete [2026-05-06,22:44:37.177] [INFO] Initializing GPS... [2026-05-06,22:44:37.179] [INFO] Starting location capture [2026-05-06,22:45:17.213] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:45:17.220] [INFO] LocationSqlManager initialising [2026-05-06,22:45:17.221] [INFO] Location DB initialising [2026-05-06,22:45:17.232] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:45:17.233] [DEBUG] UploadManager Init [2026-05-06,22:45:17.234] [DEBUG] UploadManager Init Complete [2026-05-06,22:45:17.238] [INFO] Initializing GPS... [2026-05-06,22:45:17.241] [INFO] Starting location capture [2026-05-06,22:45:55.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:45:55.870] [INFO] LocationSqlManager initialising [2026-05-06,22:45:55.870] [INFO] Location DB initialising [2026-05-06,22:45:55.884] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:45:55.885] [DEBUG] UploadManager Init [2026-05-06,22:45:55.885] [DEBUG] UploadManager Init Complete [2026-05-06,22:45:55.890] [INFO] Initializing GPS... [2026-05-06,22:45:55.892] [INFO] Starting location capture [2026-05-06,22:46:33.922] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:46:33.928] [INFO] LocationSqlManager initialising [2026-05-06,22:46:33.929] [INFO] Location DB initialising [2026-05-06,22:46:33.940] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:46:33.942] [DEBUG] UploadManager Init [2026-05-06,22:46:33.942] [DEBUG] UploadManager Init Complete [2026-05-06,22:46:33.946] [INFO] Initializing GPS... [2026-05-06,22:46:33.949] [INFO] Starting location capture [2026-05-06,22:47:12.491] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:47:12.499] [INFO] LocationSqlManager initialising [2026-05-06,22:47:12.500] [INFO] Location DB initialising [2026-05-06,22:47:12.512] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:47:12.513] [DEBUG] UploadManager Init [2026-05-06,22:47:12.513] [DEBUG] UploadManager Init Complete [2026-05-06,22:47:12.517] [INFO] Initializing GPS... [2026-05-06,22:47:12.520] [INFO] Starting location capture [2026-05-06,22:47:51.010] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:47:51.014] [INFO] LocationSqlManager initialising [2026-05-06,22:47:51.015] [INFO] Location DB initialising [2026-05-06,22:47:51.026] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:47:51.027] [DEBUG] UploadManager Init [2026-05-06,22:47:51.027] [DEBUG] UploadManager Init Complete [2026-05-06,22:47:51.030] [INFO] Initializing GPS... [2026-05-06,22:47:51.032] [INFO] Starting location capture [2026-05-06,22:48:29.296] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:48:29.304] [INFO] LocationSqlManager initialising [2026-05-06,22:48:29.305] [INFO] Location DB initialising [2026-05-06,22:48:29.316] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:48:29.317] [DEBUG] UploadManager Init [2026-05-06,22:48:29.318] [DEBUG] UploadManager Init Complete [2026-05-06,22:48:29.322] [INFO] Initializing GPS... [2026-05-06,22:48:29.325] [INFO] Starting location capture [2026-05-06,22:49:07.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:49:07.635] [INFO] LocationSqlManager initialising [2026-05-06,22:49:07.635] [INFO] Location DB initialising [2026-05-06,22:49:07.645] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:49:07.645] [DEBUG] UploadManager Init [2026-05-06,22:49:07.646] [DEBUG] UploadManager Init Complete [2026-05-06,22:49:07.648] [INFO] Initializing GPS... [2026-05-06,22:49:07.650] [INFO] Starting location capture [2026-05-06,22:49:45.669] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:49:45.675] [INFO] LocationSqlManager initialising [2026-05-06,22:49:45.676] [INFO] Location DB initialising [2026-05-06,22:49:45.685] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:49:45.686] [DEBUG] UploadManager Init [2026-05-06,22:49:45.686] [DEBUG] UploadManager Init Complete [2026-05-06,22:49:45.690] [INFO] Initializing GPS... [2026-05-06,22:49:45.692] [INFO] Starting location capture [2026-05-06,22:50:23.916] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:50:23.921] [INFO] LocationSqlManager initialising [2026-05-06,22:50:23.922] [INFO] Location DB initialising [2026-05-06,22:50:23.931] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:50:23.932] [DEBUG] UploadManager Init [2026-05-06,22:50:23.932] [DEBUG] UploadManager Init Complete [2026-05-06,22:50:23.935] [INFO] Initializing GPS... [2026-05-06,22:50:23.936] [INFO] Starting location capture [2026-05-06,22:51:03.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:51:03.020] [INFO] LocationSqlManager initialising [2026-05-06,22:51:03.021] [INFO] Location DB initialising [2026-05-06,22:51:03.031] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:51:03.032] [DEBUG] UploadManager Init [2026-05-06,22:51:03.032] [DEBUG] UploadManager Init Complete [2026-05-06,22:51:03.035] [INFO] Initializing GPS... [2026-05-06,22:51:03.037] [INFO] Starting location capture [2026-05-06,22:51:41.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:51:41.165] [INFO] LocationSqlManager initialising [2026-05-06,22:51:41.166] [INFO] Location DB initialising [2026-05-06,22:51:41.177] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:51:41.178] [DEBUG] UploadManager Init [2026-05-06,22:51:41.179] [DEBUG] UploadManager Init Complete [2026-05-06,22:51:41.184] [INFO] Initializing GPS... [2026-05-06,22:51:41.187] [INFO] Starting location capture [2026-05-06,22:52:19.485] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:52:19.490] [INFO] LocationSqlManager initialising [2026-05-06,22:52:19.491] [INFO] Location DB initialising [2026-05-06,22:52:19.500] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:52:19.501] [DEBUG] UploadManager Init [2026-05-06,22:52:19.501] [DEBUG] UploadManager Init Complete [2026-05-06,22:52:19.504] [INFO] Initializing GPS... [2026-05-06,22:52:19.506] [INFO] Starting location capture [2026-05-06,22:52:57.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:52:57.896] [INFO] LocationSqlManager initialising [2026-05-06,22:52:57.897] [INFO] Location DB initialising [2026-05-06,22:52:57.906] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:52:57.907] [DEBUG] UploadManager Init [2026-05-06,22:52:57.907] [DEBUG] UploadManager Init Complete [2026-05-06,22:52:57.910] [INFO] Initializing GPS... [2026-05-06,22:52:57.911] [INFO] Starting location capture [2026-05-06,22:53:36.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:53:36.078] [INFO] LocationSqlManager initialising [2026-05-06,22:53:36.079] [INFO] Location DB initialising [2026-05-06,22:53:36.088] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:53:36.089] [DEBUG] UploadManager Init [2026-05-06,22:53:36.089] [DEBUG] UploadManager Init Complete [2026-05-06,22:53:36.092] [INFO] Initializing GPS... [2026-05-06,22:53:36.094] [INFO] Starting location capture [2026-05-06,22:54:14.621] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:54:14.627] [INFO] LocationSqlManager initialising [2026-05-06,22:54:14.627] [INFO] Location DB initialising [2026-05-06,22:54:14.637] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:54:14.637] [DEBUG] UploadManager Init [2026-05-06,22:54:14.638] [DEBUG] UploadManager Init Complete [2026-05-06,22:54:14.640] [INFO] Initializing GPS... [2026-05-06,22:54:14.642] [INFO] Starting location capture [2026-05-06,22:54:52.940] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:54:52.945] [INFO] LocationSqlManager initialising [2026-05-06,22:54:52.945] [INFO] Location DB initialising [2026-05-06,22:54:52.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:54:52.955] [DEBUG] UploadManager Init [2026-05-06,22:54:52.956] [DEBUG] UploadManager Init Complete [2026-05-06,22:54:52.958] [INFO] Initializing GPS... [2026-05-06,22:54:52.960] [INFO] Starting location capture [2026-05-06,22:55:31.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:55:31.943] [INFO] LocationSqlManager initialising [2026-05-06,22:55:31.944] [INFO] Location DB initialising [2026-05-06,22:55:31.953] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:55:31.954] [DEBUG] UploadManager Init [2026-05-06,22:55:31.954] [DEBUG] UploadManager Init Complete [2026-05-06,22:55:31.957] [INFO] Initializing GPS... [2026-05-06,22:55:31.958] [INFO] Starting location capture [2026-05-06,22:56:10.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:56:10.259] [INFO] LocationSqlManager initialising [2026-05-06,22:56:10.260] [INFO] Location DB initialising [2026-05-06,22:56:10.269] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:56:10.270] [DEBUG] UploadManager Init [2026-05-06,22:56:10.270] [DEBUG] UploadManager Init Complete [2026-05-06,22:56:10.273] [INFO] Initializing GPS... [2026-05-06,22:56:10.275] [INFO] Starting location capture [2026-05-06,22:56:48.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:56:48.913] [INFO] LocationSqlManager initialising [2026-05-06,22:56:48.915] [INFO] Location DB initialising [2026-05-06,22:56:48.928] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:56:48.930] [DEBUG] UploadManager Init [2026-05-06,22:56:48.930] [DEBUG] UploadManager Init Complete [2026-05-06,22:56:48.934] [INFO] Initializing GPS... [2026-05-06,22:56:48.937] [INFO] Starting location capture [2026-05-06,22:57:27.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:57:27.893] [INFO] LocationSqlManager initialising [2026-05-06,22:57:27.894] [INFO] Location DB initialising [2026-05-06,22:57:27.905] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:57:27.907] [DEBUG] UploadManager Init [2026-05-06,22:57:27.907] [DEBUG] UploadManager Init Complete [2026-05-06,22:57:27.911] [INFO] Initializing GPS... [2026-05-06,22:57:27.914] [INFO] Starting location capture [2026-05-06,22:58:05.833] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:58:05.839] [INFO] LocationSqlManager initialising [2026-05-06,22:58:05.839] [INFO] Location DB initialising [2026-05-06,22:58:05.849] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:58:05.849] [DEBUG] UploadManager Init [2026-05-06,22:58:05.850] [DEBUG] UploadManager Init Complete [2026-05-06,22:58:05.852] [INFO] Initializing GPS... [2026-05-06,22:58:05.854] [INFO] Starting location capture [2026-05-06,22:58:44.971] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:58:44.978] [INFO] LocationSqlManager initialising [2026-05-06,22:58:44.979] [INFO] Location DB initialising [2026-05-06,22:58:44.990] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:58:44.991] [DEBUG] UploadManager Init [2026-05-06,22:58:44.991] [DEBUG] UploadManager Init Complete [2026-05-06,22:58:44.996] [INFO] Initializing GPS... [2026-05-06,22:58:44.999] [INFO] Starting location capture [2026-05-06,22:59:22.491] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,22:59:22.503] [INFO] LocationSqlManager initialising [2026-05-06,22:59:22.504] [INFO] Location DB initialising [2026-05-06,22:59:22.515] [INFO] LocationSqlManager initialisation complete [2026-05-06,22:59:22.517] [DEBUG] UploadManager Init [2026-05-06,22:59:22.517] [DEBUG] UploadManager Init Complete [2026-05-06,22:59:22.522] [INFO] Initializing GPS... [2026-05-06,22:59:22.524] [INFO] Starting location capture [2026-05-06,23:00:01.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:00:01.143] [INFO] LocationSqlManager initialising [2026-05-06,23:00:01.144] [INFO] Location DB initialising [2026-05-06,23:00:01.154] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:00:01.154] [DEBUG] UploadManager Init [2026-05-06,23:00:01.155] [DEBUG] UploadManager Init Complete [2026-05-06,23:00:01.157] [INFO] Initializing GPS... [2026-05-06,23:00:01.159] [INFO] Starting location capture [2026-05-06,23:00:39.878] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:00:39.886] [INFO] LocationSqlManager initialising [2026-05-06,23:00:39.886] [INFO] Location DB initialising [2026-05-06,23:00:39.899] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:00:39.901] [DEBUG] UploadManager Init [2026-05-06,23:00:39.902] [DEBUG] UploadManager Init Complete [2026-05-06,23:00:39.909] [INFO] Initializing GPS... [2026-05-06,23:00:39.913] [INFO] Starting location capture [2026-05-06,23:01:18.839] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:01:18.846] [INFO] LocationSqlManager initialising [2026-05-06,23:01:18.847] [INFO] Location DB initialising [2026-05-06,23:01:18.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:01:18.859] [DEBUG] UploadManager Init [2026-05-06,23:01:18.860] [DEBUG] UploadManager Init Complete [2026-05-06,23:01:18.864] [INFO] Initializing GPS... [2026-05-06,23:01:18.867] [INFO] Starting location capture [2026-05-06,23:01:58.240] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:01:58.245] [INFO] LocationSqlManager initialising [2026-05-06,23:01:58.246] [INFO] Location DB initialising [2026-05-06,23:01:58.255] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:01:58.256] [DEBUG] UploadManager Init [2026-05-06,23:01:58.257] [DEBUG] UploadManager Init Complete [2026-05-06,23:01:58.259] [INFO] Initializing GPS... [2026-05-06,23:01:58.261] [INFO] Starting location capture [2026-05-06,23:02:36.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:02:36.016] [INFO] LocationSqlManager initialising [2026-05-06,23:02:36.017] [INFO] Location DB initialising [2026-05-06,23:02:36.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:02:36.029] [DEBUG] UploadManager Init [2026-05-06,23:02:36.030] [DEBUG] UploadManager Init Complete [2026-05-06,23:02:36.033] [INFO] Initializing GPS... [2026-05-06,23:02:36.035] [INFO] Starting location capture [2026-05-06,23:03:14.870] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:03:14.873] [INFO] LocationSqlManager initialising [2026-05-06,23:03:14.874] [INFO] Location DB initialising [2026-05-06,23:03:14.883] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:03:14.884] [DEBUG] UploadManager Init [2026-05-06,23:03:14.884] [DEBUG] UploadManager Init Complete [2026-05-06,23:03:14.886] [INFO] Initializing GPS... [2026-05-06,23:03:14.888] [INFO] Starting location capture [2026-05-06,23:03:53.561] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:03:53.571] [INFO] LocationSqlManager initialising [2026-05-06,23:03:53.573] [INFO] Location DB initialising [2026-05-06,23:03:53.584] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:03:53.586] [DEBUG] UploadManager Init [2026-05-06,23:03:53.586] [DEBUG] UploadManager Init Complete [2026-05-06,23:03:53.591] [INFO] Initializing GPS... [2026-05-06,23:03:53.592] [INFO] Starting location capture [2026-05-06,23:04:32.126] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:04:32.131] [INFO] LocationSqlManager initialising [2026-05-06,23:04:32.132] [INFO] Location DB initialising [2026-05-06,23:04:32.141] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:04:32.142] [DEBUG] UploadManager Init [2026-05-06,23:04:32.142] [DEBUG] UploadManager Init Complete [2026-05-06,23:04:32.145] [INFO] Initializing GPS... [2026-05-06,23:04:32.147] [INFO] Starting location capture [2026-05-06,23:05:11.747] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:05:11.754] [INFO] LocationSqlManager initialising [2026-05-06,23:05:11.755] [INFO] Location DB initialising [2026-05-06,23:05:11.766] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:05:11.768] [DEBUG] UploadManager Init [2026-05-06,23:05:11.768] [DEBUG] UploadManager Init Complete [2026-05-06,23:05:11.772] [INFO] Initializing GPS... [2026-05-06,23:05:11.775] [INFO] Starting location capture [2026-05-06,23:05:51.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:05:51.205] [INFO] LocationSqlManager initialising [2026-05-06,23:05:51.206] [INFO] Location DB initialising [2026-05-06,23:05:51.215] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:05:51.216] [DEBUG] UploadManager Init [2026-05-06,23:05:51.216] [DEBUG] UploadManager Init Complete [2026-05-06,23:05:51.219] [INFO] Initializing GPS... [2026-05-06,23:05:51.221] [INFO] Starting location capture [2026-05-06,23:06:28.643] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:06:28.648] [INFO] LocationSqlManager initialising [2026-05-06,23:06:28.648] [INFO] Location DB initialising [2026-05-06,23:06:28.658] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:06:28.658] [DEBUG] UploadManager Init [2026-05-06,23:06:28.659] [DEBUG] UploadManager Init Complete [2026-05-06,23:06:28.661] [INFO] Initializing GPS... [2026-05-06,23:06:28.663] [INFO] Starting location capture [2026-05-06,23:07:04.330] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:07:04.335] [INFO] LocationSqlManager initialising [2026-05-06,23:07:04.335] [INFO] Location DB initialising [2026-05-06,23:07:04.344] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:07:04.345] [DEBUG] UploadManager Init [2026-05-06,23:07:04.345] [DEBUG] UploadManager Init Complete [2026-05-06,23:07:04.348] [INFO] Initializing GPS... [2026-05-06,23:07:04.350] [INFO] Starting location capture [2026-05-06,23:07:41.790] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:07:41.797] [INFO] LocationSqlManager initialising [2026-05-06,23:07:41.798] [INFO] Location DB initialising [2026-05-06,23:07:41.808] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:07:41.810] [DEBUG] UploadManager Init [2026-05-06,23:07:41.810] [DEBUG] UploadManager Init Complete [2026-05-06,23:07:41.814] [INFO] Initializing GPS... [2026-05-06,23:07:41.817] [INFO] Starting location capture [2026-05-06,23:08:21.116] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:08:21.121] [INFO] LocationSqlManager initialising [2026-05-06,23:08:21.121] [INFO] Location DB initialising [2026-05-06,23:08:21.131] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:08:21.131] [DEBUG] UploadManager Init [2026-05-06,23:08:21.132] [DEBUG] UploadManager Init Complete [2026-05-06,23:08:21.134] [INFO] Initializing GPS... [2026-05-06,23:08:21.136] [INFO] Starting location capture [2026-05-06,23:09:00.760] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:09:00.765] [INFO] LocationSqlManager initialising [2026-05-06,23:09:00.766] [INFO] Location DB initialising [2026-05-06,23:09:00.775] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:09:00.776] [DEBUG] UploadManager Init [2026-05-06,23:09:00.776] [DEBUG] UploadManager Init Complete [2026-05-06,23:09:00.779] [INFO] Initializing GPS... [2026-05-06,23:09:00.781] [INFO] Starting location capture [2026-05-06,23:09:40.040] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:09:40.045] [INFO] LocationSqlManager initialising [2026-05-06,23:09:40.045] [INFO] Location DB initialising [2026-05-06,23:09:40.056] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:09:40.057] [DEBUG] UploadManager Init [2026-05-06,23:09:40.058] [DEBUG] UploadManager Init Complete [2026-05-06,23:09:40.062] [INFO] Initializing GPS... [2026-05-06,23:09:40.065] [INFO] Starting location capture [2026-05-06,23:10:18.868] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:10:18.871] [INFO] LocationSqlManager initialising [2026-05-06,23:10:18.872] [INFO] Location DB initialising [2026-05-06,23:10:18.881] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:10:18.882] [DEBUG] UploadManager Init [2026-05-06,23:10:18.882] [DEBUG] UploadManager Init Complete [2026-05-06,23:10:18.887] [INFO] Initializing GPS... [2026-05-06,23:10:18.890] [INFO] Starting location capture [2026-05-06,23:10:57.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:10:57.258] [INFO] LocationSqlManager initialising [2026-05-06,23:10:57.259] [INFO] Location DB initialising [2026-05-06,23:10:57.268] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:10:57.269] [DEBUG] UploadManager Init [2026-05-06,23:10:57.269] [DEBUG] UploadManager Init Complete [2026-05-06,23:10:57.272] [INFO] Initializing GPS... [2026-05-06,23:10:57.274] [INFO] Starting location capture [2026-05-06,23:11:36.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:11:36.016] [INFO] LocationSqlManager initialising [2026-05-06,23:11:36.017] [INFO] Location DB initialising [2026-05-06,23:11:36.026] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:11:36.027] [DEBUG] UploadManager Init [2026-05-06,23:11:36.027] [DEBUG] UploadManager Init Complete [2026-05-06,23:11:36.030] [INFO] Initializing GPS... [2026-05-06,23:11:36.032] [INFO] Starting location capture [2026-05-06,23:12:14.928] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:12:14.933] [INFO] LocationSqlManager initialising [2026-05-06,23:12:14.934] [INFO] Location DB initialising [2026-05-06,23:12:14.943] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:12:14.944] [DEBUG] UploadManager Init [2026-05-06,23:12:14.944] [DEBUG] UploadManager Init Complete [2026-05-06,23:12:14.947] [INFO] Initializing GPS... [2026-05-06,23:12:14.949] [INFO] Starting location capture [2026-05-06,23:12:52.997] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:12:53.001] [INFO] LocationSqlManager initialising [2026-05-06,23:12:53.001] [INFO] Location DB initialising [2026-05-06,23:12:53.011] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:12:53.012] [DEBUG] UploadManager Init [2026-05-06,23:12:53.012] [DEBUG] UploadManager Init Complete [2026-05-06,23:12:53.015] [INFO] Initializing GPS... [2026-05-06,23:12:53.018] [INFO] Starting location capture [2026-05-06,23:13:33.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:13:33.153] [INFO] LocationSqlManager initialising [2026-05-06,23:13:33.154] [INFO] Location DB initialising [2026-05-06,23:13:33.163] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:13:33.164] [DEBUG] UploadManager Init [2026-05-06,23:13:33.164] [DEBUG] UploadManager Init Complete [2026-05-06,23:13:33.167] [INFO] Initializing GPS... [2026-05-06,23:13:33.169] [INFO] Starting location capture [2026-05-06,23:14:12.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:14:12.211] [INFO] LocationSqlManager initialising [2026-05-06,23:14:12.212] [INFO] Location DB initialising [2026-05-06,23:14:12.222] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:14:12.222] [DEBUG] UploadManager Init [2026-05-06,23:14:12.223] [DEBUG] UploadManager Init Complete [2026-05-06,23:14:12.225] [INFO] Initializing GPS... [2026-05-06,23:14:12.227] [INFO] Starting location capture [2026-05-06,23:14:52.416] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:14:52.423] [INFO] LocationSqlManager initialising [2026-05-06,23:14:52.424] [INFO] Location DB initialising [2026-05-06,23:14:52.435] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:14:52.437] [DEBUG] UploadManager Init [2026-05-06,23:14:52.437] [DEBUG] UploadManager Init Complete [2026-05-06,23:14:52.441] [INFO] Initializing GPS... [2026-05-06,23:14:52.444] [INFO] Starting location capture [2026-05-06,23:15:30.659] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:15:30.666] [INFO] LocationSqlManager initialising [2026-05-06,23:15:30.667] [INFO] Location DB initialising [2026-05-06,23:15:30.677] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:15:30.678] [DEBUG] UploadManager Init [2026-05-06,23:15:30.679] [DEBUG] UploadManager Init Complete [2026-05-06,23:15:30.684] [INFO] Initializing GPS... [2026-05-06,23:15:30.687] [INFO] Starting location capture [2026-05-06,23:16:09.871] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:16:09.877] [INFO] LocationSqlManager initialising [2026-05-06,23:16:09.877] [INFO] Location DB initialising [2026-05-06,23:16:09.887] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:16:09.888] [DEBUG] UploadManager Init [2026-05-06,23:16:09.888] [DEBUG] UploadManager Init Complete [2026-05-06,23:16:09.891] [INFO] Initializing GPS... [2026-05-06,23:16:09.894] [INFO] Starting location capture [2026-05-06,23:16:49.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:16:49.090] [INFO] LocationSqlManager initialising [2026-05-06,23:16:49.090] [INFO] Location DB initialising [2026-05-06,23:16:49.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:16:49.100] [DEBUG] UploadManager Init [2026-05-06,23:16:49.101] [DEBUG] UploadManager Init Complete [2026-05-06,23:16:49.103] [INFO] Initializing GPS... [2026-05-06,23:16:49.105] [INFO] Starting location capture [2026-05-06,23:17:27.152] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:17:27.158] [INFO] LocationSqlManager initialising [2026-05-06,23:17:27.158] [INFO] Location DB initialising [2026-05-06,23:17:27.168] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:17:27.169] [DEBUG] UploadManager Init [2026-05-06,23:17:27.170] [DEBUG] UploadManager Init Complete [2026-05-06,23:17:27.173] [INFO] Initializing GPS... [2026-05-06,23:17:27.175] [INFO] Starting location capture [2026-05-06,23:18:02.062] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:18:02.067] [INFO] LocationSqlManager initialising [2026-05-06,23:18:02.068] [INFO] Location DB initialising [2026-05-06,23:18:02.077] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:18:02.078] [DEBUG] UploadManager Init [2026-05-06,23:18:02.078] [DEBUG] UploadManager Init Complete [2026-05-06,23:18:02.081] [INFO] Initializing GPS... [2026-05-06,23:18:02.083] [INFO] Starting location capture [2026-05-06,23:18:42.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:18:42.126] [INFO] LocationSqlManager initialising [2026-05-06,23:18:42.127] [INFO] Location DB initialising [2026-05-06,23:18:42.136] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:18:42.136] [DEBUG] UploadManager Init [2026-05-06,23:18:42.137] [DEBUG] UploadManager Init Complete [2026-05-06,23:18:42.139] [INFO] Initializing GPS... [2026-05-06,23:18:42.141] [INFO] Starting location capture [2026-05-06,23:19:20.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:19:20.133] [INFO] LocationSqlManager initialising [2026-05-06,23:19:20.134] [INFO] Location DB initialising [2026-05-06,23:19:20.143] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:19:20.144] [DEBUG] UploadManager Init [2026-05-06,23:19:20.145] [DEBUG] UploadManager Init Complete [2026-05-06,23:19:20.147] [INFO] Initializing GPS... [2026-05-06,23:19:20.149] [INFO] Starting location capture [2026-05-06,23:19:58.974] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:19:58.978] [INFO] LocationSqlManager initialising [2026-05-06,23:19:58.979] [INFO] Location DB initialising [2026-05-06,23:19:58.989] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:19:58.989] [DEBUG] UploadManager Init [2026-05-06,23:19:58.990] [DEBUG] UploadManager Init Complete [2026-05-06,23:19:58.992] [INFO] Initializing GPS... [2026-05-06,23:19:58.994] [INFO] Starting location capture [2026-05-06,23:20:37.526] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:20:37.531] [INFO] LocationSqlManager initialising [2026-05-06,23:20:37.531] [INFO] Location DB initialising [2026-05-06,23:20:37.541] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:20:37.541] [DEBUG] UploadManager Init [2026-05-06,23:20:37.542] [DEBUG] UploadManager Init Complete [2026-05-06,23:20:37.544] [INFO] Initializing GPS... [2026-05-06,23:20:37.546] [INFO] Starting location capture [2026-05-06,23:21:16.837] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:21:16.844] [INFO] LocationSqlManager initialising [2026-05-06,23:21:16.845] [INFO] Location DB initialising [2026-05-06,23:21:16.855] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:21:16.856] [DEBUG] UploadManager Init [2026-05-06,23:21:16.856] [DEBUG] UploadManager Init Complete [2026-05-06,23:21:16.859] [INFO] Initializing GPS... [2026-05-06,23:21:16.860] [INFO] Starting location capture [2026-05-06,23:21:55.880] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:21:55.887] [INFO] LocationSqlManager initialising [2026-05-06,23:21:55.888] [INFO] Location DB initialising [2026-05-06,23:21:55.898] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:21:55.900] [DEBUG] UploadManager Init [2026-05-06,23:21:55.900] [DEBUG] UploadManager Init Complete [2026-05-06,23:21:55.905] [INFO] Initializing GPS... [2026-05-06,23:21:55.907] [INFO] Starting location capture [2026-05-06,23:22:34.184] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:22:34.192] [INFO] LocationSqlManager initialising [2026-05-06,23:22:34.193] [INFO] Location DB initialising [2026-05-06,23:22:34.204] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:22:34.206] [DEBUG] UploadManager Init [2026-05-06,23:22:34.206] [DEBUG] UploadManager Init Complete [2026-05-06,23:22:34.211] [INFO] Initializing GPS... [2026-05-06,23:22:34.214] [INFO] Starting location capture [2026-05-06,23:23:11.652] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:23:11.657] [INFO] LocationSqlManager initialising [2026-05-06,23:23:11.657] [INFO] Location DB initialising [2026-05-06,23:23:11.666] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:23:11.667] [DEBUG] UploadManager Init [2026-05-06,23:23:11.667] [DEBUG] UploadManager Init Complete [2026-05-06,23:23:11.670] [INFO] Initializing GPS... [2026-05-06,23:23:11.672] [INFO] Starting location capture [2026-05-06,23:23:51.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:23:51.800] [INFO] LocationSqlManager initialising [2026-05-06,23:23:51.800] [INFO] Location DB initialising [2026-05-06,23:23:51.810] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:23:51.811] [DEBUG] UploadManager Init [2026-05-06,23:23:51.811] [DEBUG] UploadManager Init Complete [2026-05-06,23:23:51.814] [INFO] Initializing GPS... [2026-05-06,23:23:51.817] [INFO] Starting location capture [2026-05-06,23:24:30.522] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:24:30.528] [INFO] LocationSqlManager initialising [2026-05-06,23:24:30.528] [INFO] Location DB initialising [2026-05-06,23:24:30.539] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:24:30.540] [DEBUG] UploadManager Init [2026-05-06,23:24:30.540] [DEBUG] UploadManager Init Complete [2026-05-06,23:24:30.543] [INFO] Initializing GPS... [2026-05-06,23:24:30.545] [INFO] Starting location capture [2026-05-06,23:25:10.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:25:10.096] [INFO] LocationSqlManager initialising [2026-05-06,23:25:10.097] [INFO] Location DB initialising [2026-05-06,23:25:10.111] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:25:10.112] [DEBUG] UploadManager Init [2026-05-06,23:25:10.114] [DEBUG] UploadManager Init Complete [2026-05-06,23:25:10.120] [INFO] Initializing GPS... [2026-05-06,23:25:10.124] [INFO] Starting location capture [2026-05-06,23:25:48.043] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:25:48.051] [INFO] LocationSqlManager initialising [2026-05-06,23:25:48.052] [INFO] Location DB initialising [2026-05-06,23:25:48.063] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:25:48.064] [DEBUG] UploadManager Init [2026-05-06,23:25:48.065] [DEBUG] UploadManager Init Complete [2026-05-06,23:25:48.069] [INFO] Initializing GPS... [2026-05-06,23:25:48.072] [INFO] Starting location capture [2026-05-06,23:26:26.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:26:26.899] [INFO] LocationSqlManager initialising [2026-05-06,23:26:26.900] [INFO] Location DB initialising [2026-05-06,23:26:26.911] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:26:26.912] [DEBUG] UploadManager Init [2026-05-06,23:26:26.913] [DEBUG] UploadManager Init Complete [2026-05-06,23:26:26.921] [INFO] Initializing GPS... [2026-05-06,23:26:26.926] [INFO] Starting location capture [2026-05-06,23:27:06.070] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:27:06.077] [INFO] LocationSqlManager initialising [2026-05-06,23:27:06.078] [INFO] Location DB initialising [2026-05-06,23:27:06.089] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:27:06.090] [DEBUG] UploadManager Init [2026-05-06,23:27:06.090] [DEBUG] UploadManager Init Complete [2026-05-06,23:27:06.095] [INFO] Initializing GPS... [2026-05-06,23:27:06.098] [INFO] Starting location capture [2026-05-06,23:27:44.081] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:27:44.086] [INFO] LocationSqlManager initialising [2026-05-06,23:27:44.086] [INFO] Location DB initialising [2026-05-06,23:27:44.095] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:27:44.096] [DEBUG] UploadManager Init [2026-05-06,23:27:44.096] [DEBUG] UploadManager Init Complete [2026-05-06,23:27:44.099] [INFO] Initializing GPS... [2026-05-06,23:27:44.101] [INFO] Starting location capture [2026-05-06,23:28:22.946] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:28:22.954] [INFO] LocationSqlManager initialising [2026-05-06,23:28:22.955] [INFO] Location DB initialising [2026-05-06,23:28:22.966] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:28:22.968] [DEBUG] UploadManager Init [2026-05-06,23:28:22.969] [DEBUG] UploadManager Init Complete [2026-05-06,23:28:22.973] [INFO] Initializing GPS... [2026-05-06,23:28:22.976] [INFO] Starting location capture [2026-05-06,23:29:00.657] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:29:00.662] [INFO] LocationSqlManager initialising [2026-05-06,23:29:00.663] [INFO] Location DB initialising [2026-05-06,23:29:00.672] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:29:00.673] [DEBUG] UploadManager Init [2026-05-06,23:29:00.673] [DEBUG] UploadManager Init Complete [2026-05-06,23:29:00.676] [INFO] Initializing GPS... [2026-05-06,23:29:00.678] [INFO] Starting location capture [2026-05-06,23:29:38.623] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:29:38.630] [INFO] LocationSqlManager initialising [2026-05-06,23:29:38.630] [INFO] Location DB initialising [2026-05-06,23:29:38.642] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:29:38.643] [DEBUG] UploadManager Init [2026-05-06,23:29:38.644] [DEBUG] UploadManager Init Complete [2026-05-06,23:29:38.648] [INFO] Initializing GPS... [2026-05-06,23:29:38.650] [INFO] Starting location capture [2026-05-06,23:30:17.435] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:30:17.443] [INFO] LocationSqlManager initialising [2026-05-06,23:30:17.444] [INFO] Location DB initialising [2026-05-06,23:30:17.455] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:30:17.457] [DEBUG] UploadManager Init [2026-05-06,23:30:17.457] [DEBUG] UploadManager Init Complete [2026-05-06,23:30:17.462] [INFO] Initializing GPS... [2026-05-06,23:30:17.464] [INFO] Starting location capture [2026-05-06,23:30:55.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:30:55.865] [INFO] LocationSqlManager initialising [2026-05-06,23:30:55.866] [INFO] Location DB initialising [2026-05-06,23:30:55.875] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:30:55.876] [DEBUG] UploadManager Init [2026-05-06,23:30:55.877] [DEBUG] UploadManager Init Complete [2026-05-06,23:30:55.880] [INFO] Initializing GPS... [2026-05-06,23:30:55.882] [INFO] Starting location capture [2026-05-06,23:31:30.853] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:31:30.858] [INFO] LocationSqlManager initialising [2026-05-06,23:31:30.858] [INFO] Location DB initialising [2026-05-06,23:31:30.868] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:31:30.868] [DEBUG] UploadManager Init [2026-05-06,23:31:30.869] [DEBUG] UploadManager Init Complete [2026-05-06,23:31:30.871] [INFO] Initializing GPS... [2026-05-06,23:31:30.873] [INFO] Starting location capture [2026-05-06,23:32:10.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:32:10.143] [INFO] LocationSqlManager initialising [2026-05-06,23:32:10.143] [INFO] Location DB initialising [2026-05-06,23:32:10.152] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:32:10.153] [DEBUG] UploadManager Init [2026-05-06,23:32:10.154] [DEBUG] UploadManager Init Complete [2026-05-06,23:32:10.156] [INFO] Initializing GPS... [2026-05-06,23:32:10.159] [INFO] Starting location capture [2026-05-06,23:32:48.713] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:32:48.719] [INFO] LocationSqlManager initialising [2026-05-06,23:32:48.720] [INFO] Location DB initialising [2026-05-06,23:32:48.729] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:32:48.730] [DEBUG] UploadManager Init [2026-05-06,23:32:48.731] [DEBUG] UploadManager Init Complete [2026-05-06,23:32:48.734] [INFO] Initializing GPS... [2026-05-06,23:32:48.736] [INFO] Starting location capture [2026-05-06,23:33:26.841] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:33:26.849] [INFO] LocationSqlManager initialising [2026-05-06,23:33:26.850] [INFO] Location DB initialising [2026-05-06,23:33:26.861] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:33:26.862] [DEBUG] UploadManager Init [2026-05-06,23:33:26.862] [DEBUG] UploadManager Init Complete [2026-05-06,23:33:26.865] [INFO] Initializing GPS... [2026-05-06,23:33:26.867] [INFO] Starting location capture [2026-05-06,23:34:04.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:34:04.827] [INFO] LocationSqlManager initialising [2026-05-06,23:34:04.827] [INFO] Location DB initialising [2026-05-06,23:34:04.837] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:34:04.838] [DEBUG] UploadManager Init [2026-05-06,23:34:04.838] [DEBUG] UploadManager Init Complete [2026-05-06,23:34:04.840] [INFO] Initializing GPS... [2026-05-06,23:34:04.842] [INFO] Starting location capture [2026-05-06,23:34:44.322] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:34:44.328] [INFO] LocationSqlManager initialising [2026-05-06,23:34:44.329] [INFO] Location DB initialising [2026-05-06,23:34:44.338] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:34:44.339] [DEBUG] UploadManager Init [2026-05-06,23:34:44.339] [DEBUG] UploadManager Init Complete [2026-05-06,23:34:44.342] [INFO] Initializing GPS... [2026-05-06,23:34:44.345] [INFO] Starting location capture [2026-05-06,23:35:22.034] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:35:22.040] [INFO] LocationSqlManager initialising [2026-05-06,23:35:22.040] [INFO] Location DB initialising [2026-05-06,23:35:22.050] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:35:22.050] [DEBUG] UploadManager Init [2026-05-06,23:35:22.051] [DEBUG] UploadManager Init Complete [2026-05-06,23:35:22.053] [INFO] Initializing GPS... [2026-05-06,23:35:22.055] [INFO] Starting location capture [2026-05-06,23:36:01.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:36:01.806] [INFO] LocationSqlManager initialising [2026-05-06,23:36:01.807] [INFO] Location DB initialising [2026-05-06,23:36:01.816] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:36:01.817] [DEBUG] UploadManager Init [2026-05-06,23:36:01.817] [DEBUG] UploadManager Init Complete [2026-05-06,23:36:01.820] [INFO] Initializing GPS... [2026-05-06,23:36:01.822] [INFO] Starting location capture [2026-05-06,23:36:41.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:36:41.028] [INFO] LocationSqlManager initialising [2026-05-06,23:36:41.029] [INFO] Location DB initialising [2026-05-06,23:36:41.038] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:36:41.039] [DEBUG] UploadManager Init [2026-05-06,23:36:41.039] [DEBUG] UploadManager Init Complete [2026-05-06,23:36:41.042] [INFO] Initializing GPS... [2026-05-06,23:36:41.043] [INFO] Starting location capture [2026-05-06,23:37:20.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:37:20.090] [INFO] LocationSqlManager initialising [2026-05-06,23:37:20.091] [INFO] Location DB initialising [2026-05-06,23:37:20.100] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:37:20.101] [DEBUG] UploadManager Init [2026-05-06,23:37:20.101] [DEBUG] UploadManager Init Complete [2026-05-06,23:37:20.104] [INFO] Initializing GPS... [2026-05-06,23:37:20.105] [INFO] Starting location capture [2026-05-06,23:37:57.628] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:37:57.635] [INFO] LocationSqlManager initialising [2026-05-06,23:37:57.636] [INFO] Location DB initialising [2026-05-06,23:37:57.647] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:37:57.648] [DEBUG] UploadManager Init [2026-05-06,23:37:57.649] [DEBUG] UploadManager Init Complete [2026-05-06,23:37:57.653] [INFO] Initializing GPS... [2026-05-06,23:37:57.656] [INFO] Starting location capture [2026-05-06,23:38:35.850] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:38:35.855] [INFO] LocationSqlManager initialising [2026-05-06,23:38:35.856] [INFO] Location DB initialising [2026-05-06,23:38:35.865] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:38:35.866] [DEBUG] UploadManager Init [2026-05-06,23:38:35.866] [DEBUG] UploadManager Init Complete [2026-05-06,23:38:35.869] [INFO] Initializing GPS... [2026-05-06,23:38:35.871] [INFO] Starting location capture [2026-05-06,23:39:15.315] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:39:15.320] [INFO] LocationSqlManager initialising [2026-05-06,23:39:15.321] [INFO] Location DB initialising [2026-05-06,23:39:15.330] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:39:15.331] [DEBUG] UploadManager Init [2026-05-06,23:39:15.332] [DEBUG] UploadManager Init Complete [2026-05-06,23:39:15.334] [INFO] Initializing GPS... [2026-05-06,23:39:15.336] [INFO] Starting location capture [2026-05-06,23:39:52.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:39:52.908] [INFO] LocationSqlManager initialising [2026-05-06,23:39:52.909] [INFO] Location DB initialising [2026-05-06,23:39:52.918] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:39:52.919] [DEBUG] UploadManager Init [2026-05-06,23:39:52.920] [DEBUG] UploadManager Init Complete [2026-05-06,23:39:52.922] [INFO] Initializing GPS... [2026-05-06,23:39:52.925] [INFO] Starting location capture [2026-05-06,23:40:32.141] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:40:32.150] [INFO] LocationSqlManager initialising [2026-05-06,23:40:32.151] [INFO] Location DB initialising [2026-05-06,23:40:32.162] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:40:32.163] [DEBUG] UploadManager Init [2026-05-06,23:40:32.164] [DEBUG] UploadManager Init Complete [2026-05-06,23:40:32.168] [INFO] Initializing GPS... [2026-05-06,23:40:32.171] [INFO] Starting location capture [2026-05-06,23:41:10.032] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:41:10.037] [INFO] LocationSqlManager initialising [2026-05-06,23:41:10.037] [INFO] Location DB initialising [2026-05-06,23:41:10.048] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:41:10.049] [DEBUG] UploadManager Init [2026-05-06,23:41:10.050] [DEBUG] UploadManager Init Complete [2026-05-06,23:41:10.055] [INFO] Initializing GPS... [2026-05-06,23:41:10.059] [INFO] Starting location capture [2026-05-06,23:41:49.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:41:49.125] [INFO] LocationSqlManager initialising [2026-05-06,23:41:49.125] [INFO] Location DB initialising [2026-05-06,23:41:49.135] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:41:49.136] [DEBUG] UploadManager Init [2026-05-06,23:41:49.137] [DEBUG] UploadManager Init Complete [2026-05-06,23:41:49.139] [INFO] Initializing GPS... [2026-05-06,23:41:49.141] [INFO] Starting location capture [2026-05-06,23:42:26.794] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:42:26.799] [INFO] LocationSqlManager initialising [2026-05-06,23:42:26.799] [INFO] Location DB initialising [2026-05-06,23:42:26.808] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:42:26.809] [DEBUG] UploadManager Init [2026-05-06,23:42:26.809] [DEBUG] UploadManager Init Complete [2026-05-06,23:42:26.812] [INFO] Initializing GPS... [2026-05-06,23:42:26.814] [INFO] Starting location capture [2026-05-06,23:43:06.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:43:06.018] [INFO] LocationSqlManager initialising [2026-05-06,23:43:06.019] [INFO] Location DB initialising [2026-05-06,23:43:06.028] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:43:06.029] [DEBUG] UploadManager Init [2026-05-06,23:43:06.030] [DEBUG] UploadManager Init Complete [2026-05-06,23:43:06.033] [INFO] Initializing GPS... [2026-05-06,23:43:06.035] [INFO] Starting location capture [2026-05-06,23:43:43.624] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:43:43.629] [INFO] LocationSqlManager initialising [2026-05-06,23:43:43.629] [INFO] Location DB initialising [2026-05-06,23:43:43.639] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:43:43.640] [DEBUG] UploadManager Init [2026-05-06,23:43:43.640] [DEBUG] UploadManager Init Complete [2026-05-06,23:43:43.645] [INFO] Initializing GPS... [2026-05-06,23:43:43.649] [INFO] Starting location capture [2026-05-06,23:44:21.953] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:44:21.960] [INFO] LocationSqlManager initialising [2026-05-06,23:44:21.961] [INFO] Location DB initialising [2026-05-06,23:44:21.972] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:44:21.972] [DEBUG] UploadManager Init [2026-05-06,23:44:21.973] [DEBUG] UploadManager Init Complete [2026-05-06,23:44:21.976] [INFO] Initializing GPS... [2026-05-06,23:44:21.978] [INFO] Starting location capture [2026-05-06,23:45:01.238] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:45:01.243] [INFO] LocationSqlManager initialising [2026-05-06,23:45:01.244] [INFO] Location DB initialising [2026-05-06,23:45:01.253] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:45:01.254] [DEBUG] UploadManager Init [2026-05-06,23:45:01.254] [DEBUG] UploadManager Init Complete [2026-05-06,23:45:01.257] [INFO] Initializing GPS... [2026-05-06,23:45:01.259] [INFO] Starting location capture [2026-05-06,23:45:40.556] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:45:40.563] [INFO] LocationSqlManager initialising [2026-05-06,23:45:40.564] [INFO] Location DB initialising [2026-05-06,23:45:40.574] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:45:40.576] [DEBUG] UploadManager Init [2026-05-06,23:45:40.576] [DEBUG] UploadManager Init Complete [2026-05-06,23:45:40.580] [INFO] Initializing GPS... [2026-05-06,23:45:40.583] [INFO] Starting location capture [2026-05-06,23:46:19.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:46:19.116] [INFO] LocationSqlManager initialising [2026-05-06,23:46:19.117] [INFO] Location DB initialising [2026-05-06,23:46:19.128] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:46:19.129] [DEBUG] UploadManager Init [2026-05-06,23:46:19.129] [DEBUG] UploadManager Init Complete [2026-05-06,23:46:19.132] [INFO] Initializing GPS... [2026-05-06,23:46:19.135] [INFO] Starting location capture [2026-05-06,23:46:58.237] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:46:58.243] [INFO] LocationSqlManager initialising [2026-05-06,23:46:58.243] [INFO] Location DB initialising [2026-05-06,23:46:58.253] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:46:58.253] [DEBUG] UploadManager Init [2026-05-06,23:46:58.254] [DEBUG] UploadManager Init Complete [2026-05-06,23:46:58.256] [INFO] Initializing GPS... [2026-05-06,23:46:58.258] [INFO] Starting location capture [2026-05-06,23:47:36.566] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:47:36.573] [INFO] LocationSqlManager initialising [2026-05-06,23:47:36.574] [INFO] Location DB initialising [2026-05-06,23:47:36.585] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:47:36.586] [DEBUG] UploadManager Init [2026-05-06,23:47:36.587] [DEBUG] UploadManager Init Complete [2026-05-06,23:47:36.591] [INFO] Initializing GPS... [2026-05-06,23:47:36.594] [INFO] Starting location capture [2026-05-06,23:48:15.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:48:15.139] [INFO] LocationSqlManager initialising [2026-05-06,23:48:15.139] [INFO] Location DB initialising [2026-05-06,23:48:15.150] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:48:15.151] [DEBUG] UploadManager Init [2026-05-06,23:48:15.152] [DEBUG] UploadManager Init Complete [2026-05-06,23:48:15.156] [INFO] Initializing GPS... [2026-05-06,23:48:15.160] [INFO] Starting location capture [2026-05-06,23:48:54.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:48:54.942] [INFO] LocationSqlManager initialising [2026-05-06,23:48:54.943] [INFO] Location DB initialising [2026-05-06,23:48:54.955] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:48:54.956] [DEBUG] UploadManager Init [2026-05-06,23:48:54.956] [DEBUG] UploadManager Init Complete [2026-05-06,23:48:54.961] [INFO] Initializing GPS... [2026-05-06,23:48:54.964] [INFO] Starting location capture [2026-05-06,23:49:33.296] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:49:33.301] [INFO] LocationSqlManager initialising [2026-05-06,23:49:33.302] [INFO] Location DB initialising [2026-05-06,23:49:33.312] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:49:33.314] [DEBUG] UploadManager Init [2026-05-06,23:49:33.314] [DEBUG] UploadManager Init Complete [2026-05-06,23:49:33.319] [INFO] Initializing GPS... [2026-05-06,23:49:33.322] [INFO] Starting location capture [2026-05-06,23:50:08.277] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:50:08.282] [INFO] LocationSqlManager initialising [2026-05-06,23:50:08.283] [INFO] Location DB initialising [2026-05-06,23:50:08.293] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:50:08.294] [DEBUG] UploadManager Init [2026-05-06,23:50:08.295] [DEBUG] UploadManager Init Complete [2026-05-06,23:50:08.299] [INFO] Initializing GPS... [2026-05-06,23:50:08.301] [INFO] Starting location capture [2026-05-06,23:50:46.759] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:50:46.766] [INFO] LocationSqlManager initialising [2026-05-06,23:50:46.767] [INFO] Location DB initialising [2026-05-06,23:50:46.778] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:50:46.779] [DEBUG] UploadManager Init [2026-05-06,23:50:46.780] [DEBUG] UploadManager Init Complete [2026-05-06,23:50:46.784] [INFO] Initializing GPS... [2026-05-06,23:50:46.787] [INFO] Starting location capture [2026-05-06,23:51:25.685] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:51:25.692] [INFO] LocationSqlManager initialising [2026-05-06,23:51:25.693] [INFO] Location DB initialising [2026-05-06,23:51:25.704] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:51:25.705] [DEBUG] UploadManager Init [2026-05-06,23:51:25.706] [DEBUG] UploadManager Init Complete [2026-05-06,23:51:25.710] [INFO] Initializing GPS... [2026-05-06,23:51:25.713] [INFO] Starting location capture [2026-05-06,23:52:04.723] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:52:04.728] [INFO] LocationSqlManager initialising [2026-05-06,23:52:04.729] [INFO] Location DB initialising [2026-05-06,23:52:04.738] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:52:04.739] [DEBUG] UploadManager Init [2026-05-06,23:52:04.739] [DEBUG] UploadManager Init Complete [2026-05-06,23:52:04.742] [INFO] Initializing GPS... [2026-05-06,23:52:04.743] [INFO] Starting location capture [2026-05-06,23:52:44.189] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:52:44.196] [INFO] LocationSqlManager initialising [2026-05-06,23:52:44.197] [INFO] Location DB initialising [2026-05-06,23:52:44.208] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:52:44.209] [DEBUG] UploadManager Init [2026-05-06,23:52:44.209] [DEBUG] UploadManager Init Complete [2026-05-06,23:52:44.213] [INFO] Initializing GPS... [2026-05-06,23:52:44.216] [INFO] Starting location capture [2026-05-06,23:53:22.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:53:22.754] [INFO] LocationSqlManager initialising [2026-05-06,23:53:22.755] [INFO] Location DB initialising [2026-05-06,23:53:22.764] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:53:22.765] [DEBUG] UploadManager Init [2026-05-06,23:53:22.765] [DEBUG] UploadManager Init Complete [2026-05-06,23:53:22.768] [INFO] Initializing GPS... [2026-05-06,23:53:22.770] [INFO] Starting location capture [2026-05-06,23:54:02.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:54:02.057] [INFO] LocationSqlManager initialising [2026-05-06,23:54:02.058] [INFO] Location DB initialising [2026-05-06,23:54:02.067] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:54:02.068] [DEBUG] UploadManager Init [2026-05-06,23:54:02.069] [DEBUG] UploadManager Init Complete [2026-05-06,23:54:02.072] [INFO] Initializing GPS... [2026-05-06,23:54:02.074] [INFO] Starting location capture [2026-05-06,23:54:39.843] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:54:39.848] [INFO] LocationSqlManager initialising [2026-05-06,23:54:39.849] [INFO] Location DB initialising [2026-05-06,23:54:39.858] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:54:39.858] [DEBUG] UploadManager Init [2026-05-06,23:54:39.859] [DEBUG] UploadManager Init Complete [2026-05-06,23:54:39.861] [INFO] Initializing GPS... [2026-05-06,23:54:39.863] [INFO] Starting location capture [2026-05-06,23:55:17.690] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:55:17.698] [INFO] LocationSqlManager initialising [2026-05-06,23:55:17.698] [INFO] Location DB initialising [2026-05-06,23:55:17.710] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:55:17.711] [DEBUG] UploadManager Init [2026-05-06,23:55:17.712] [DEBUG] UploadManager Init Complete [2026-05-06,23:55:17.716] [INFO] Initializing GPS... [2026-05-06,23:55:17.719] [INFO] Starting location capture [2026-05-06,23:55:56.912] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:55:56.916] [INFO] LocationSqlManager initialising [2026-05-06,23:55:56.917] [INFO] Location DB initialising [2026-05-06,23:55:56.927] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:55:56.927] [DEBUG] UploadManager Init [2026-05-06,23:55:56.928] [DEBUG] UploadManager Init Complete [2026-05-06,23:55:56.931] [INFO] Initializing GPS... [2026-05-06,23:55:56.933] [INFO] Starting location capture [2026-05-06,23:56:36.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:56:36.869] [INFO] LocationSqlManager initialising [2026-05-06,23:56:36.869] [INFO] Location DB initialising [2026-05-06,23:56:36.879] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:56:36.879] [DEBUG] UploadManager Init [2026-05-06,23:56:36.880] [DEBUG] UploadManager Init Complete [2026-05-06,23:56:36.882] [INFO] Initializing GPS... [2026-05-06,23:56:36.884] [INFO] Starting location capture [2026-05-06,23:57:10.132] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:57:10.141] [INFO] LocationSqlManager initialising [2026-05-06,23:57:10.142] [INFO] Location DB initialising [2026-05-06,23:57:10.153] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:57:10.155] [DEBUG] UploadManager Init [2026-05-06,23:57:10.156] [DEBUG] UploadManager Init Complete [2026-05-06,23:57:10.160] [INFO] Initializing GPS... [2026-05-06,23:57:10.163] [INFO] Starting location capture [2026-05-06,23:57:47.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:57:47.781] [INFO] LocationSqlManager initialising [2026-05-06,23:57:47.782] [INFO] Location DB initialising [2026-05-06,23:57:47.791] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:57:47.792] [DEBUG] UploadManager Init [2026-05-06,23:57:47.792] [DEBUG] UploadManager Init Complete [2026-05-06,23:57:47.795] [INFO] Initializing GPS... [2026-05-06,23:57:47.797] [INFO] Starting location capture [2026-05-06,23:58:27.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:58:27.939] [INFO] LocationSqlManager initialising [2026-05-06,23:58:27.940] [INFO] Location DB initialising [2026-05-06,23:58:27.954] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:58:27.955] [DEBUG] UploadManager Init [2026-05-06,23:58:27.957] [DEBUG] UploadManager Init Complete [2026-05-06,23:58:27.963] [INFO] Initializing GPS... [2026-05-06,23:58:27.967] [INFO] Starting location capture [2026-05-06,23:59:06.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:59:06.100] [INFO] LocationSqlManager initialising [2026-05-06,23:59:06.100] [INFO] Location DB initialising [2026-05-06,23:59:06.110] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:59:06.110] [DEBUG] UploadManager Init [2026-05-06,23:59:06.111] [DEBUG] UploadManager Init Complete [2026-05-06,23:59:06.113] [INFO] Initializing GPS... [2026-05-06,23:59:06.116] [INFO] Starting location capture [2026-05-06,23:59:43.924] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:59:43.931] [INFO] LocationSqlManager initialising [2026-05-06,23:59:43.932] [INFO] Location DB initialising [2026-05-06,23:59:43.943] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:59:43.944] [DEBUG] UploadManager Init [2026-05-06,23:59:43.945] [DEBUG] UploadManager Init Complete [2026-05-06,23:59:43.950] [INFO] Initializing GPS... [2026-05-06,23:59:43.952] [INFO] Starting location capture [2026-05-07,00:00:23.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:00:23.343] [INFO] LocationSqlManager initialising [2026-05-07,00:00:23.343] [INFO] Location DB initialising [2026-05-07,00:00:23.354] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:00:23.355] [DEBUG] UploadManager Init [2026-05-07,00:00:23.356] [DEBUG] UploadManager Init Complete [2026-05-07,00:00:23.359] [INFO] Initializing GPS... [2026-05-07,00:00:23.362] [INFO] Starting location capture [2026-05-07,00:01:01.634] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:01:01.639] [INFO] LocationSqlManager initialising [2026-05-07,00:01:01.640] [INFO] Location DB initialising [2026-05-07,00:01:01.649] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:01:01.650] [DEBUG] UploadManager Init [2026-05-07,00:01:01.650] [DEBUG] UploadManager Init Complete [2026-05-07,00:01:01.653] [INFO] Initializing GPS... [2026-05-07,00:01:01.655] [INFO] Starting location capture [2026-05-07,00:01:41.048] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:01:41.053] [INFO] LocationSqlManager initialising [2026-05-07,00:01:41.053] [INFO] Location DB initialising [2026-05-07,00:01:41.062] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:01:41.063] [DEBUG] UploadManager Init [2026-05-07,00:01:41.063] [DEBUG] UploadManager Init Complete [2026-05-07,00:01:41.066] [INFO] Initializing GPS... [2026-05-07,00:01:41.068] [INFO] Starting location capture [2026-05-07,00:02:18.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:02:18.772] [INFO] LocationSqlManager initialising [2026-05-07,00:02:18.773] [INFO] Location DB initialising [2026-05-07,00:02:18.783] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:02:18.784] [DEBUG] UploadManager Init [2026-05-07,00:02:18.784] [DEBUG] UploadManager Init Complete [2026-05-07,00:02:18.788] [INFO] Initializing GPS... [2026-05-07,00:02:18.790] [INFO] Starting location capture [2026-05-07,00:02:58.265] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:02:58.271] [INFO] LocationSqlManager initialising [2026-05-07,00:02:58.272] [INFO] Location DB initialising [2026-05-07,00:02:58.283] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:02:58.284] [DEBUG] UploadManager Init [2026-05-07,00:02:58.285] [DEBUG] UploadManager Init Complete [2026-05-07,00:02:58.289] [INFO] Initializing GPS... [2026-05-07,00:02:58.292] [INFO] Starting location capture [2026-05-07,00:03:36.121] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:03:36.128] [INFO] LocationSqlManager initialising [2026-05-07,00:03:36.129] [INFO] Location DB initialising [2026-05-07,00:03:36.139] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:03:36.141] [DEBUG] UploadManager Init [2026-05-07,00:03:36.142] [DEBUG] UploadManager Init Complete [2026-05-07,00:03:36.148] [INFO] Initializing GPS... [2026-05-07,00:03:36.151] [INFO] Starting location capture [2026-05-07,00:04:14.490] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:04:14.497] [INFO] LocationSqlManager initialising [2026-05-07,00:04:14.498] [INFO] Location DB initialising [2026-05-07,00:04:14.509] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:04:14.510] [DEBUG] UploadManager Init [2026-05-07,00:04:14.511] [DEBUG] UploadManager Init Complete [2026-05-07,00:04:14.515] [INFO] Initializing GPS... [2026-05-07,00:04:14.518] [INFO] Starting location capture [2026-05-07,00:04:52.773] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:04:52.778] [INFO] LocationSqlManager initialising [2026-05-07,00:04:52.779] [INFO] Location DB initialising [2026-05-07,00:04:52.788] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:04:52.788] [DEBUG] UploadManager Init [2026-05-07,00:04:52.789] [DEBUG] UploadManager Init Complete [2026-05-07,00:04:52.791] [INFO] Initializing GPS... [2026-05-07,00:04:52.793] [INFO] Starting location capture [2026-05-07,00:05:31.616] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:05:31.623] [INFO] LocationSqlManager initialising [2026-05-07,00:05:31.624] [INFO] Location DB initialising [2026-05-07,00:05:31.635] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:05:31.636] [DEBUG] UploadManager Init [2026-05-07,00:05:31.637] [DEBUG] UploadManager Init Complete [2026-05-07,00:05:31.641] [INFO] Initializing GPS... [2026-05-07,00:05:31.644] [INFO] Starting location capture [2026-05-07,00:06:11.313] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:06:11.320] [INFO] LocationSqlManager initialising [2026-05-07,00:06:11.321] [INFO] Location DB initialising [2026-05-07,00:06:11.332] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:06:11.333] [DEBUG] UploadManager Init [2026-05-07,00:06:11.334] [DEBUG] UploadManager Init Complete [2026-05-07,00:06:11.339] [INFO] Initializing GPS... [2026-05-07,00:06:11.342] [INFO] Starting location capture [2026-05-07,00:06:48.808] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:06:48.814] [INFO] LocationSqlManager initialising [2026-05-07,00:06:48.814] [INFO] Location DB initialising [2026-05-07,00:06:48.824] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:06:48.825] [DEBUG] UploadManager Init [2026-05-07,00:06:48.825] [DEBUG] UploadManager Init Complete [2026-05-07,00:06:48.828] [INFO] Initializing GPS... [2026-05-07,00:06:48.830] [INFO] Starting location capture [2026-05-07,00:07:28.887] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:07:28.893] [INFO] LocationSqlManager initialising [2026-05-07,00:07:28.894] [INFO] Location DB initialising [2026-05-07,00:07:28.904] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:07:28.906] [DEBUG] UploadManager Init [2026-05-07,00:07:28.906] [DEBUG] UploadManager Init Complete [2026-05-07,00:07:28.911] [INFO] Initializing GPS... [2026-05-07,00:07:28.914] [INFO] Starting location capture [2026-05-07,00:08:06.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:08:06.839] [INFO] LocationSqlManager initialising [2026-05-07,00:08:06.839] [INFO] Location DB initialising [2026-05-07,00:08:06.848] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:08:06.849] [DEBUG] UploadManager Init [2026-05-07,00:08:06.850] [DEBUG] UploadManager Init Complete [2026-05-07,00:08:06.853] [INFO] Initializing GPS... [2026-05-07,00:08:06.855] [INFO] Starting location capture [2026-05-07,00:08:44.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:08:44.950] [INFO] LocationSqlManager initialising [2026-05-07,00:08:44.951] [INFO] Location DB initialising [2026-05-07,00:08:44.960] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:08:44.961] [DEBUG] UploadManager Init [2026-05-07,00:08:44.961] [DEBUG] UploadManager Init Complete [2026-05-07,00:08:44.964] [INFO] Initializing GPS... [2026-05-07,00:08:44.966] [INFO] Starting location capture [2026-05-07,00:09:24.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:09:24.040] [INFO] LocationSqlManager initialising [2026-05-07,00:09:24.041] [INFO] Location DB initialising [2026-05-07,00:09:24.050] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:09:24.051] [DEBUG] UploadManager Init [2026-05-07,00:09:24.051] [DEBUG] UploadManager Init Complete [2026-05-07,00:09:24.054] [INFO] Initializing GPS... [2026-05-07,00:09:24.056] [INFO] Starting location capture [2026-05-07,00:10:03.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:10:03.789] [INFO] LocationSqlManager initialising [2026-05-07,00:10:03.790] [INFO] Location DB initialising [2026-05-07,00:10:03.799] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:10:03.800] [DEBUG] UploadManager Init [2026-05-07,00:10:03.800] [DEBUG] UploadManager Init Complete [2026-05-07,00:10:03.803] [INFO] Initializing GPS... [2026-05-07,00:10:03.805] [INFO] Starting location capture [2026-05-07,00:10:42.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:10:42.840] [INFO] LocationSqlManager initialising [2026-05-07,00:10:42.840] [INFO] Location DB initialising [2026-05-07,00:10:42.849] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:10:42.850] [DEBUG] UploadManager Init [2026-05-07,00:10:42.850] [DEBUG] UploadManager Init Complete [2026-05-07,00:10:42.853] [INFO] Initializing GPS... [2026-05-07,00:10:42.855] [INFO] Starting location capture [2026-05-07,00:11:20.577] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:11:20.583] [INFO] LocationSqlManager initialising [2026-05-07,00:11:20.584] [INFO] Location DB initialising [2026-05-07,00:11:20.595] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:11:20.596] [DEBUG] UploadManager Init [2026-05-07,00:11:20.597] [DEBUG] UploadManager Init Complete [2026-05-07,00:11:20.601] [INFO] Initializing GPS... [2026-05-07,00:11:20.604] [INFO] Starting location capture [2026-05-07,00:12:01.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:12:01.755] [INFO] LocationSqlManager initialising [2026-05-07,00:12:01.756] [INFO] Location DB initialising [2026-05-07,00:12:01.766] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:12:01.767] [DEBUG] UploadManager Init [2026-05-07,00:12:01.767] [DEBUG] UploadManager Init Complete [2026-05-07,00:12:01.770] [INFO] Initializing GPS... [2026-05-07,00:12:01.772] [INFO] Starting location capture [2026-05-07,00:12:41.352] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:12:41.358] [INFO] LocationSqlManager initialising [2026-05-07,00:12:41.358] [INFO] Location DB initialising [2026-05-07,00:12:41.368] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:12:41.368] [DEBUG] UploadManager Init [2026-05-07,00:12:41.369] [DEBUG] UploadManager Init Complete [2026-05-07,00:12:41.371] [INFO] Initializing GPS... [2026-05-07,00:12:41.373] [INFO] Starting location capture [2026-05-07,00:13:20.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:13:20.052] [INFO] LocationSqlManager initialising [2026-05-07,00:13:20.053] [INFO] Location DB initialising [2026-05-07,00:13:20.063] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:13:20.064] [DEBUG] UploadManager Init [2026-05-07,00:13:20.064] [DEBUG] UploadManager Init Complete [2026-05-07,00:13:20.068] [INFO] Initializing GPS... [2026-05-07,00:13:20.070] [INFO] Starting location capture [2026-05-07,00:13:55.193] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:13:55.201] [INFO] LocationSqlManager initialising [2026-05-07,00:13:55.202] [INFO] Location DB initialising [2026-05-07,00:13:55.213] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:13:55.214] [DEBUG] UploadManager Init [2026-05-07,00:13:55.215] [DEBUG] UploadManager Init Complete [2026-05-07,00:13:55.220] [INFO] Initializing GPS... [2026-05-07,00:13:55.223] [INFO] Starting location capture [2026-05-07,00:14:33.127] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:14:33.132] [INFO] LocationSqlManager initialising [2026-05-07,00:14:33.133] [INFO] Location DB initialising [2026-05-07,00:14:33.143] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:14:33.144] [DEBUG] UploadManager Init [2026-05-07,00:14:33.144] [DEBUG] UploadManager Init Complete [2026-05-07,00:14:33.148] [INFO] Initializing GPS... [2026-05-07,00:14:33.150] [INFO] Starting location capture [2026-05-07,00:15:10.758] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:15:10.764] [INFO] LocationSqlManager initialising [2026-05-07,00:15:10.765] [INFO] Location DB initialising [2026-05-07,00:15:10.775] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:15:10.776] [DEBUG] UploadManager Init [2026-05-07,00:15:10.776] [DEBUG] UploadManager Init Complete [2026-05-07,00:15:10.780] [INFO] Initializing GPS... [2026-05-07,00:15:10.782] [INFO] Starting location capture [2026-05-07,00:15:49.922] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:15:49.929] [INFO] LocationSqlManager initialising [2026-05-07,00:15:49.930] [INFO] Location DB initialising [2026-05-07,00:15:49.943] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:15:49.943] [DEBUG] UploadManager Init [2026-05-07,00:15:49.944] [DEBUG] UploadManager Init Complete [2026-05-07,00:15:49.947] [INFO] Initializing GPS... [2026-05-07,00:15:49.949] [INFO] Starting location capture [2026-05-07,00:16:27.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:16:27.931] [INFO] LocationSqlManager initialising [2026-05-07,00:16:27.931] [INFO] Location DB initialising [2026-05-07,00:16:27.941] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:16:27.941] [DEBUG] UploadManager Init [2026-05-07,00:16:27.942] [DEBUG] UploadManager Init Complete [2026-05-07,00:16:27.944] [INFO] Initializing GPS... [2026-05-07,00:16:27.946] [INFO] Starting location capture [2026-05-07,00:17:06.200] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:17:06.205] [INFO] LocationSqlManager initialising [2026-05-07,00:17:06.205] [INFO] Location DB initialising [2026-05-07,00:17:06.215] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:17:06.215] [DEBUG] UploadManager Init [2026-05-07,00:17:06.216] [DEBUG] UploadManager Init Complete [2026-05-07,00:17:06.218] [INFO] Initializing GPS... [2026-05-07,00:17:06.220] [INFO] Starting location capture [2026-05-07,00:17:46.007] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:17:46.012] [INFO] LocationSqlManager initialising [2026-05-07,00:17:46.012] [INFO] Location DB initialising [2026-05-07,00:17:46.022] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:17:46.022] [DEBUG] UploadManager Init [2026-05-07,00:17:46.022] [DEBUG] UploadManager Init Complete [2026-05-07,00:17:46.025] [INFO] Initializing GPS... [2026-05-07,00:17:46.027] [INFO] Starting location capture [2026-05-07,00:18:24.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:18:24.032] [INFO] LocationSqlManager initialising [2026-05-07,00:18:24.033] [INFO] Location DB initialising [2026-05-07,00:18:24.044] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:18:24.045] [DEBUG] UploadManager Init [2026-05-07,00:18:24.046] [DEBUG] UploadManager Init Complete [2026-05-07,00:18:24.050] [INFO] Initializing GPS... [2026-05-07,00:18:24.053] [INFO] Starting location capture [2026-05-07,00:19:02.030] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:19:02.035] [INFO] LocationSqlManager initialising [2026-05-07,00:19:02.036] [INFO] Location DB initialising [2026-05-07,00:19:02.045] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:19:02.045] [DEBUG] UploadManager Init [2026-05-07,00:19:02.046] [DEBUG] UploadManager Init Complete [2026-05-07,00:19:02.048] [INFO] Initializing GPS... [2026-05-07,00:19:02.050] [INFO] Starting location capture [2026-05-07,00:19:40.567] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:19:40.574] [INFO] LocationSqlManager initialising [2026-05-07,00:19:40.576] [INFO] Location DB initialising [2026-05-07,00:19:40.592] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:19:40.593] [DEBUG] UploadManager Init [2026-05-07,00:19:40.595] [DEBUG] UploadManager Init Complete [2026-05-07,00:19:40.601] [INFO] Initializing GPS... [2026-05-07,00:19:40.607] [INFO] Starting location capture [2026-05-07,00:20:20.426] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:20:20.432] [INFO] LocationSqlManager initialising [2026-05-07,00:20:20.432] [INFO] Location DB initialising [2026-05-07,00:20:20.442] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:20:20.442] [DEBUG] UploadManager Init [2026-05-07,00:20:20.443] [DEBUG] UploadManager Init Complete [2026-05-07,00:20:20.445] [INFO] Initializing GPS... [2026-05-07,00:20:20.447] [INFO] Starting location capture [2026-05-07,00:20:58.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:20:58.928] [INFO] LocationSqlManager initialising [2026-05-07,00:20:58.929] [INFO] Location DB initialising [2026-05-07,00:20:58.944] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:20:58.945] [DEBUG] UploadManager Init [2026-05-07,00:20:58.946] [DEBUG] UploadManager Init Complete [2026-05-07,00:20:58.953] [INFO] Initializing GPS... [2026-05-07,00:20:58.956] [INFO] Starting location capture [2026-05-07,00:21:37.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:21:37.081] [INFO] LocationSqlManager initialising [2026-05-07,00:21:37.082] [INFO] Location DB initialising [2026-05-07,00:21:37.091] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:21:37.092] [DEBUG] UploadManager Init [2026-05-07,00:21:37.092] [DEBUG] UploadManager Init Complete [2026-05-07,00:21:37.096] [INFO] Initializing GPS... [2026-05-07,00:21:37.098] [INFO] Starting location capture [2026-05-07,00:22:14.589] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:22:14.595] [INFO] LocationSqlManager initialising [2026-05-07,00:22:14.595] [INFO] Location DB initialising [2026-05-07,00:22:14.605] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:22:14.606] [DEBUG] UploadManager Init [2026-05-07,00:22:14.606] [DEBUG] UploadManager Init Complete [2026-05-07,00:22:14.610] [INFO] Initializing GPS... [2026-05-07,00:22:14.612] [INFO] Starting location capture [2026-05-07,00:22:55.120] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:22:55.125] [INFO] LocationSqlManager initialising [2026-05-07,00:22:55.126] [INFO] Location DB initialising [2026-05-07,00:22:55.135] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:22:55.136] [DEBUG] UploadManager Init [2026-05-07,00:22:55.137] [DEBUG] UploadManager Init Complete [2026-05-07,00:22:55.139] [INFO] Initializing GPS... [2026-05-07,00:22:55.141] [INFO] Starting location capture [2026-05-07,00:23:33.000] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:23:33.004] [INFO] LocationSqlManager initialising [2026-05-07,00:23:33.004] [INFO] Location DB initialising [2026-05-07,00:23:33.014] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:23:33.015] [DEBUG] UploadManager Init [2026-05-07,00:23:33.015] [DEBUG] UploadManager Init Complete [2026-05-07,00:23:33.018] [INFO] Initializing GPS... [2026-05-07,00:23:33.020] [INFO] Starting location capture [2026-05-07,00:24:09.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:24:09.112] [INFO] LocationSqlManager initialising [2026-05-07,00:24:09.113] [INFO] Location DB initialising [2026-05-07,00:24:09.122] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:24:09.123] [DEBUG] UploadManager Init [2026-05-07,00:24:09.124] [DEBUG] UploadManager Init Complete [2026-05-07,00:24:09.127] [INFO] Initializing GPS... [2026-05-07,00:24:09.129] [INFO] Starting location capture [2026-05-07,00:24:47.097] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:24:47.103] [INFO] LocationSqlManager initialising [2026-05-07,00:24:47.104] [INFO] Location DB initialising [2026-05-07,00:24:47.114] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:24:47.115] [DEBUG] UploadManager Init [2026-05-07,00:24:47.115] [DEBUG] UploadManager Init Complete [2026-05-07,00:24:47.119] [INFO] Initializing GPS... [2026-05-07,00:24:47.121] [INFO] Starting location capture [2026-05-07,00:25:23.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:25:23.039] [INFO] LocationSqlManager initialising [2026-05-07,00:25:23.040] [INFO] Location DB initialising [2026-05-07,00:25:23.049] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:25:23.050] [DEBUG] UploadManager Init [2026-05-07,00:25:23.051] [DEBUG] UploadManager Init Complete [2026-05-07,00:25:23.053] [INFO] Initializing GPS... [2026-05-07,00:25:23.055] [INFO] Starting location capture [2026-05-07,00:26:00.790] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:26:00.798] [INFO] LocationSqlManager initialising [2026-05-07,00:26:00.799] [INFO] Location DB initialising [2026-05-07,00:26:00.813] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:26:00.814] [DEBUG] UploadManager Init [2026-05-07,00:26:00.815] [DEBUG] UploadManager Init Complete [2026-05-07,00:26:00.820] [INFO] Initializing GPS... [2026-05-07,00:26:00.824] [INFO] Starting location capture [2026-05-07,00:26:39.699] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:26:39.704] [INFO] LocationSqlManager initialising [2026-05-07,00:26:39.704] [INFO] Location DB initialising [2026-05-07,00:26:39.714] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:26:39.714] [DEBUG] UploadManager Init [2026-05-07,00:26:39.715] [DEBUG] UploadManager Init Complete [2026-05-07,00:26:39.717] [INFO] Initializing GPS... [2026-05-07,00:26:39.719] [INFO] Starting location capture [2026-05-07,00:27:17.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:27:18.003] [INFO] LocationSqlManager initialising [2026-05-07,00:27:18.004] [INFO] Location DB initialising [2026-05-07,00:27:18.015] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:27:18.016] [DEBUG] UploadManager Init [2026-05-07,00:27:18.016] [DEBUG] UploadManager Init Complete [2026-05-07,00:27:18.021] [INFO] Initializing GPS... [2026-05-07,00:27:18.024] [INFO] Starting location capture [2026-05-07,00:27:55.881] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:27:55.885] [INFO] LocationSqlManager initialising [2026-05-07,00:27:55.885] [INFO] Location DB initialising [2026-05-07,00:27:55.896] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:27:55.897] [DEBUG] UploadManager Init [2026-05-07,00:27:55.898] [DEBUG] UploadManager Init Complete [2026-05-07,00:27:55.903] [INFO] Initializing GPS... [2026-05-07,00:27:55.906] [INFO] Starting location capture [2026-05-07,00:28:34.456] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:28:34.463] [INFO] LocationSqlManager initialising [2026-05-07,00:28:34.464] [INFO] Location DB initialising [2026-05-07,00:28:34.474] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:28:34.476] [DEBUG] UploadManager Init [2026-05-07,00:28:34.476] [DEBUG] UploadManager Init Complete [2026-05-07,00:28:34.481] [INFO] Initializing GPS... [2026-05-07,00:28:34.484] [INFO] Starting location capture [2026-05-07,00:29:13.233] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:29:13.238] [INFO] LocationSqlManager initialising [2026-05-07,00:29:13.239] [INFO] Location DB initialising [2026-05-07,00:29:13.248] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:29:13.249] [DEBUG] UploadManager Init [2026-05-07,00:29:13.249] [DEBUG] UploadManager Init Complete [2026-05-07,00:29:13.252] [INFO] Initializing GPS... [2026-05-07,00:29:13.253] [INFO] Starting location capture [2026-05-07,00:29:51.356] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:29:51.361] [INFO] LocationSqlManager initialising [2026-05-07,00:29:51.362] [INFO] Location DB initialising [2026-05-07,00:29:51.371] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:29:51.372] [DEBUG] UploadManager Init [2026-05-07,00:29:51.372] [DEBUG] UploadManager Init Complete [2026-05-07,00:29:51.375] [INFO] Initializing GPS... [2026-05-07,00:29:51.377] [INFO] Starting location capture [2026-05-07,00:30:29.840] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:30:29.845] [INFO] LocationSqlManager initialising [2026-05-07,00:30:29.845] [INFO] Location DB initialising [2026-05-07,00:30:29.855] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:30:29.856] [DEBUG] UploadManager Init [2026-05-07,00:30:29.856] [DEBUG] UploadManager Init Complete [2026-05-07,00:30:29.858] [INFO] Initializing GPS... [2026-05-07,00:30:29.860] [INFO] Starting location capture [2026-05-07,00:31:07.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:31:07.938] [INFO] LocationSqlManager initialising [2026-05-07,00:31:07.938] [INFO] Location DB initialising [2026-05-07,00:31:07.948] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:31:07.949] [DEBUG] UploadManager Init [2026-05-07,00:31:07.949] [DEBUG] UploadManager Init Complete [2026-05-07,00:31:07.953] [INFO] Initializing GPS... [2026-05-07,00:31:07.955] [INFO] Starting location capture [2026-05-07,00:31:45.746] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:31:45.751] [INFO] LocationSqlManager initialising [2026-05-07,00:31:45.752] [INFO] Location DB initialising [2026-05-07,00:31:45.761] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:31:45.762] [DEBUG] UploadManager Init [2026-05-07,00:31:45.762] [DEBUG] UploadManager Init Complete [2026-05-07,00:31:45.765] [INFO] Initializing GPS... [2026-05-07,00:31:45.767] [INFO] Starting location capture [2026-05-07,00:32:25.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:32:25.225] [INFO] LocationSqlManager initialising [2026-05-07,00:32:25.225] [INFO] Location DB initialising [2026-05-07,00:32:25.235] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:32:25.236] [DEBUG] UploadManager Init [2026-05-07,00:32:25.236] [DEBUG] UploadManager Init Complete [2026-05-07,00:32:25.239] [INFO] Initializing GPS... [2026-05-07,00:32:25.242] [INFO] Starting location capture [2026-05-07,00:33:03.107] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:33:03.111] [INFO] LocationSqlManager initialising [2026-05-07,00:33:03.112] [INFO] Location DB initialising [2026-05-07,00:33:03.121] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:33:03.122] [DEBUG] UploadManager Init [2026-05-07,00:33:03.122] [DEBUG] UploadManager Init Complete [2026-05-07,00:33:03.125] [INFO] Initializing GPS... [2026-05-07,00:33:03.127] [INFO] Starting location capture [2026-05-07,00:33:42.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:33:42.346] [INFO] LocationSqlManager initialising [2026-05-07,00:33:42.347] [INFO] Location DB initialising [2026-05-07,00:33:42.358] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:33:42.360] [DEBUG] UploadManager Init [2026-05-07,00:33:42.360] [DEBUG] UploadManager Init Complete [2026-05-07,00:33:42.364] [INFO] Initializing GPS... [2026-05-07,00:33:42.367] [INFO] Starting location capture [2026-05-07,00:34:19.706] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:34:19.711] [INFO] LocationSqlManager initialising [2026-05-07,00:34:19.712] [INFO] Location DB initialising [2026-05-07,00:34:19.721] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:34:19.722] [DEBUG] UploadManager Init [2026-05-07,00:34:19.722] [DEBUG] UploadManager Init Complete [2026-05-07,00:34:19.725] [INFO] Initializing GPS... [2026-05-07,00:34:19.727] [INFO] Starting location capture [2026-05-07,00:34:58.877] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:34:58.882] [INFO] LocationSqlManager initialising [2026-05-07,00:34:58.883] [INFO] Location DB initialising [2026-05-07,00:34:58.892] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:34:58.893] [DEBUG] UploadManager Init [2026-05-07,00:34:58.893] [DEBUG] UploadManager Init Complete [2026-05-07,00:34:58.896] [INFO] Initializing GPS... [2026-05-07,00:34:58.898] [INFO] Starting location capture [2026-05-07,00:35:37.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:35:37.019] [INFO] LocationSqlManager initialising [2026-05-07,00:35:37.019] [INFO] Location DB initialising [2026-05-07,00:35:37.029] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:35:37.029] [DEBUG] UploadManager Init [2026-05-07,00:35:37.030] [DEBUG] UploadManager Init Complete [2026-05-07,00:35:37.032] [INFO] Initializing GPS... [2026-05-07,00:35:37.034] [INFO] Starting location capture [2026-05-07,00:36:17.410] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:36:17.415] [INFO] LocationSqlManager initialising [2026-05-07,00:36:17.416] [INFO] Location DB initialising [2026-05-07,00:36:17.426] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:36:17.426] [DEBUG] UploadManager Init [2026-05-07,00:36:17.427] [DEBUG] UploadManager Init Complete [2026-05-07,00:36:17.430] [INFO] Initializing GPS... [2026-05-07,00:36:17.432] [INFO] Starting location capture [2026-05-07,00:36:56.129] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:36:56.134] [INFO] LocationSqlManager initialising [2026-05-07,00:36:56.135] [INFO] Location DB initialising [2026-05-07,00:36:56.146] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:36:56.146] [DEBUG] UploadManager Init [2026-05-07,00:36:56.147] [DEBUG] UploadManager Init Complete [2026-05-07,00:36:56.149] [INFO] Initializing GPS... [2026-05-07,00:36:56.151] [INFO] Starting location capture [2026-05-07,00:37:33.896] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:37:33.900] [INFO] LocationSqlManager initialising [2026-05-07,00:37:33.901] [INFO] Location DB initialising [2026-05-07,00:37:33.910] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:37:33.911] [DEBUG] UploadManager Init [2026-05-07,00:37:33.911] [DEBUG] UploadManager Init Complete [2026-05-07,00:37:33.914] [INFO] Initializing GPS... [2026-05-07,00:37:33.916] [INFO] Starting location capture [2026-05-07,00:38:09.023] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:38:09.028] [INFO] LocationSqlManager initialising [2026-05-07,00:38:09.029] [INFO] Location DB initialising [2026-05-07,00:38:09.038] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:38:09.038] [DEBUG] UploadManager Init [2026-05-07,00:38:09.039] [DEBUG] UploadManager Init Complete [2026-05-07,00:38:09.041] [INFO] Initializing GPS... [2026-05-07,00:38:09.043] [INFO] Starting location capture [2026-05-07,00:38:47.866] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:38:47.873] [INFO] LocationSqlManager initialising [2026-05-07,00:38:47.874] [INFO] Location DB initialising [2026-05-07,00:38:47.885] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:38:47.887] [DEBUG] UploadManager Init [2026-05-07,00:38:47.887] [DEBUG] UploadManager Init Complete [2026-05-07,00:38:47.892] [INFO] Initializing GPS... [2026-05-07,00:38:47.895] [INFO] Starting location capture [2026-05-07,00:39:26.308] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:39:26.313] [INFO] LocationSqlManager initialising [2026-05-07,00:39:26.314] [INFO] Location DB initialising [2026-05-07,00:39:26.323] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:39:26.324] [DEBUG] UploadManager Init [2026-05-07,00:39:26.325] [DEBUG] UploadManager Init Complete [2026-05-07,00:39:26.329] [INFO] Initializing GPS... [2026-05-07,00:39:26.332] [INFO] Starting location capture [2026-05-07,00:40:04.411] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:40:04.418] [INFO] LocationSqlManager initialising [2026-05-07,00:40:04.419] [INFO] Location DB initialising [2026-05-07,00:40:04.430] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:40:04.431] [DEBUG] UploadManager Init [2026-05-07,00:40:04.431] [DEBUG] UploadManager Init Complete [2026-05-07,00:40:04.434] [INFO] Initializing GPS... [2026-05-07,00:40:04.436] [INFO] Starting location capture [2026-05-07,00:40:43.198] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:40:43.205] [INFO] LocationSqlManager initialising [2026-05-07,00:40:43.206] [INFO] Location DB initialising [2026-05-07,00:40:43.216] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:40:43.218] [DEBUG] UploadManager Init [2026-05-07,00:40:43.218] [DEBUG] UploadManager Init Complete [2026-05-07,00:40:43.223] [INFO] Initializing GPS... [2026-05-07,00:40:43.226] [INFO] Starting location capture [2026-05-07,00:41:21.014] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:41:21.019] [INFO] LocationSqlManager initialising [2026-05-07,00:41:21.020] [INFO] Location DB initialising [2026-05-07,00:41:21.032] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:41:21.033] [DEBUG] UploadManager Init [2026-05-07,00:41:21.034] [DEBUG] UploadManager Init Complete [2026-05-07,00:41:21.038] [INFO] Initializing GPS... [2026-05-07,00:41:21.041] [INFO] Starting location capture [2026-05-07,00:41:59.806] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:41:59.811] [INFO] LocationSqlManager initialising [2026-05-07,00:41:59.812] [INFO] Location DB initialising [2026-05-07,00:41:59.821] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:41:59.822] [DEBUG] UploadManager Init [2026-05-07,00:41:59.822] [DEBUG] UploadManager Init Complete [2026-05-07,00:41:59.824] [INFO] Initializing GPS... [2026-05-07,00:41:59.826] [INFO] Starting location capture [2026-05-07,00:42:36.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:42:36.392] [INFO] LocationSqlManager initialising [2026-05-07,00:42:36.393] [INFO] Location DB initialising [2026-05-07,00:42:36.405] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:42:36.406] [DEBUG] UploadManager Init [2026-05-07,00:42:36.407] [DEBUG] UploadManager Init Complete [2026-05-07,00:42:36.411] [INFO] Initializing GPS... [2026-05-07,00:42:36.414] [INFO] Starting location capture [2026-05-07,00:43:14.151] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:43:14.159] [INFO] LocationSqlManager initialising [2026-05-07,00:43:14.160] [INFO] Location DB initialising [2026-05-07,00:43:14.172] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:43:14.173] [DEBUG] UploadManager Init [2026-05-07,00:43:14.174] [DEBUG] UploadManager Init Complete [2026-05-07,00:43:14.178] [INFO] Initializing GPS... [2026-05-07,00:43:14.181] [INFO] Starting location capture [2026-05-07,00:43:53.202] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:43:53.210] [INFO] LocationSqlManager initialising [2026-05-07,00:43:53.210] [INFO] Location DB initialising [2026-05-07,00:43:53.222] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:43:53.223] [DEBUG] UploadManager Init [2026-05-07,00:43:53.223] [DEBUG] UploadManager Init Complete [2026-05-07,00:43:53.228] [INFO] Initializing GPS... [2026-05-07,00:43:53.231] [INFO] Starting location capture [2026-05-07,00:44:32.279] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:44:32.284] [INFO] LocationSqlManager initialising [2026-05-07,00:44:32.285] [INFO] Location DB initialising [2026-05-07,00:44:32.295] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:44:32.295] [DEBUG] UploadManager Init [2026-05-07,00:44:32.296] [DEBUG] UploadManager Init Complete [2026-05-07,00:44:32.299] [INFO] Initializing GPS... [2026-05-07,00:44:32.302] [INFO] Starting location capture [2026-05-07,00:45:10.377] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:45:10.384] [INFO] LocationSqlManager initialising [2026-05-07,00:45:10.385] [INFO] Location DB initialising [2026-05-07,00:45:10.396] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:45:10.397] [DEBUG] UploadManager Init [2026-05-07,00:45:10.397] [DEBUG] UploadManager Init Complete [2026-05-07,00:45:10.402] [INFO] Initializing GPS... [2026-05-07,00:45:10.405] [INFO] Starting location capture [2026-05-07,00:45:48.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:45:48.747] [INFO] LocationSqlManager initialising [2026-05-07,00:45:48.747] [INFO] Location DB initialising [2026-05-07,00:45:48.757] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:45:48.757] [DEBUG] UploadManager Init [2026-05-07,00:45:48.758] [DEBUG] UploadManager Init Complete [2026-05-07,00:45:48.760] [INFO] Initializing GPS... [2026-05-07,00:45:48.762] [INFO] Starting location capture [2026-05-07,00:46:26.954] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:46:26.960] [INFO] LocationSqlManager initialising [2026-05-07,00:46:26.961] [INFO] Location DB initialising [2026-05-07,00:46:26.970] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:46:26.971] [DEBUG] UploadManager Init [2026-05-07,00:46:26.972] [DEBUG] UploadManager Init Complete [2026-05-07,00:46:26.974] [INFO] Initializing GPS... [2026-05-07,00:46:26.976] [INFO] Starting location capture [2026-05-07,00:47:05.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:47:05.774] [INFO] LocationSqlManager initialising [2026-05-07,00:47:05.775] [INFO] Location DB initialising [2026-05-07,00:47:05.785] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:47:05.786] [DEBUG] UploadManager Init [2026-05-07,00:47:05.787] [DEBUG] UploadManager Init Complete [2026-05-07,00:47:05.790] [INFO] Initializing GPS... [2026-05-07,00:47:05.792] [INFO] Starting location capture [2026-05-07,00:47:44.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:47:44.108] [INFO] LocationSqlManager initialising [2026-05-07,00:47:44.108] [INFO] Location DB initialising [2026-05-07,00:47:44.118] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:47:44.118] [DEBUG] UploadManager Init [2026-05-07,00:47:44.119] [DEBUG] UploadManager Init Complete [2026-05-07,00:47:44.121] [INFO] Initializing GPS... [2026-05-07,00:47:44.124] [INFO] Starting location capture [2026-05-07,00:48:22.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:48:22.038] [INFO] LocationSqlManager initialising [2026-05-07,00:48:22.039] [INFO] Location DB initialising [2026-05-07,00:48:22.049] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:48:22.050] [DEBUG] UploadManager Init [2026-05-07,00:48:22.050] [DEBUG] UploadManager Init Complete [2026-05-07,00:48:22.053] [INFO] Initializing GPS... [2026-05-07,00:48:22.055] [INFO] Starting location capture [2026-05-07,00:49:00.925] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:49:00.931] [INFO] LocationSqlManager initialising [2026-05-07,00:49:00.932] [INFO] Location DB initialising [2026-05-07,00:49:00.943] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:49:00.943] [DEBUG] UploadManager Init [2026-05-07,00:49:00.944] [DEBUG] UploadManager Init Complete [2026-05-07,00:49:00.946] [INFO] Initializing GPS... [2026-05-07,00:49:00.948] [INFO] Starting location capture [2026-05-07,00:49:39.929] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:49:39.934] [INFO] LocationSqlManager initialising [2026-05-07,00:49:39.935] [INFO] Location DB initialising [2026-05-07,00:49:39.944] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:49:39.944] [DEBUG] UploadManager Init [2026-05-07,00:49:39.945] [DEBUG] UploadManager Init Complete [2026-05-07,00:49:39.947] [INFO] Initializing GPS... [2026-05-07,00:49:39.949] [INFO] Starting location capture [2026-05-07,00:50:18.793] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:50:18.798] [INFO] LocationSqlManager initialising [2026-05-07,00:50:18.798] [INFO] Location DB initialising [2026-05-07,00:50:18.807] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:50:18.808] [DEBUG] UploadManager Init [2026-05-07,00:50:18.808] [DEBUG] UploadManager Init Complete [2026-05-07,00:50:18.811] [INFO] Initializing GPS... [2026-05-07,00:50:18.813] [INFO] Starting location capture [2026-05-07,00:50:53.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:50:53.162] [INFO] LocationSqlManager initialising [2026-05-07,00:50:53.162] [INFO] Location DB initialising [2026-05-07,00:50:53.172] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:50:53.172] [DEBUG] UploadManager Init [2026-05-07,00:50:53.173] [DEBUG] UploadManager Init Complete [2026-05-07,00:50:53.175] [INFO] Initializing GPS... [2026-05-07,00:50:53.177] [INFO] Starting location capture [2026-05-07,00:51:31.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:51:31.962] [INFO] LocationSqlManager initialising [2026-05-07,00:51:31.963] [INFO] Location DB initialising [2026-05-07,00:51:31.974] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:51:31.975] [DEBUG] UploadManager Init [2026-05-07,00:51:31.976] [DEBUG] UploadManager Init Complete [2026-05-07,00:51:31.980] [INFO] Initializing GPS... [2026-05-07,00:51:31.983] [INFO] Starting location capture [2026-05-07,00:52:11.508] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:52:11.515] [INFO] LocationSqlManager initialising [2026-05-07,00:52:11.516] [INFO] Location DB initialising [2026-05-07,00:52:11.527] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:52:11.528] [DEBUG] UploadManager Init [2026-05-07,00:52:11.528] [DEBUG] UploadManager Init Complete [2026-05-07,00:52:11.533] [INFO] Initializing GPS... [2026-05-07,00:52:11.536] [INFO] Starting location capture [2026-05-07,00:52:49.893] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:52:49.900] [INFO] LocationSqlManager initialising [2026-05-07,00:52:49.901] [INFO] Location DB initialising [2026-05-07,00:52:49.912] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:52:49.913] [DEBUG] UploadManager Init [2026-05-07,00:52:49.913] [DEBUG] UploadManager Init Complete [2026-05-07,00:52:49.918] [INFO] Initializing GPS... [2026-05-07,00:52:49.921] [INFO] Starting location capture [2026-05-07,00:53:27.830] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:53:27.835] [INFO] LocationSqlManager initialising [2026-05-07,00:53:27.835] [INFO] Location DB initialising [2026-05-07,00:53:27.845] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:53:27.845] [DEBUG] UploadManager Init [2026-05-07,00:53:27.846] [DEBUG] UploadManager Init Complete [2026-05-07,00:53:27.848] [INFO] Initializing GPS... [2026-05-07,00:53:27.850] [INFO] Starting location capture [2026-05-07,00:54:05.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:54:05.953] [INFO] LocationSqlManager initialising [2026-05-07,00:54:05.954] [INFO] Location DB initialising [2026-05-07,00:54:05.964] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:54:05.966] [DEBUG] UploadManager Init [2026-05-07,00:54:05.967] [DEBUG] UploadManager Init Complete [2026-05-07,00:54:05.971] [INFO] Initializing GPS... [2026-05-07,00:54:05.974] [INFO] Starting location capture [2026-05-07,00:54:45.943] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:54:45.948] [INFO] LocationSqlManager initialising [2026-05-07,00:54:45.949] [INFO] Location DB initialising [2026-05-07,00:54:45.958] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:54:45.959] [DEBUG] UploadManager Init [2026-05-07,00:54:45.959] [DEBUG] UploadManager Init Complete [2026-05-07,00:54:45.962] [INFO] Initializing GPS... [2026-05-07,00:54:45.964] [INFO] Starting location capture [2026-05-07,00:55:24.749] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:55:24.755] [INFO] LocationSqlManager initialising [2026-05-07,00:55:24.756] [INFO] Location DB initialising [2026-05-07,00:55:24.766] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:55:24.766] [DEBUG] UploadManager Init [2026-05-07,00:55:24.767] [DEBUG] UploadManager Init Complete [2026-05-07,00:55:24.770] [INFO] Initializing GPS... [2026-05-07,00:55:24.772] [INFO] Starting location capture [2026-05-07,00:56:05.096] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:56:05.102] [INFO] LocationSqlManager initialising [2026-05-07,00:56:05.103] [INFO] Location DB initialising [2026-05-07,00:56:05.112] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:56:05.113] [DEBUG] UploadManager Init [2026-05-07,00:56:05.114] [DEBUG] UploadManager Init Complete [2026-05-07,00:56:05.117] [INFO] Initializing GPS... [2026-05-07,00:56:05.120] [INFO] Starting location capture [2026-05-07,00:56:42.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:56:42.952] [INFO] LocationSqlManager initialising [2026-05-07,00:56:42.953] [INFO] Location DB initialising [2026-05-07,00:56:42.964] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:56:42.965] [DEBUG] UploadManager Init [2026-05-07,00:56:42.966] [DEBUG] UploadManager Init Complete [2026-05-07,00:56:42.970] [INFO] Initializing GPS... [2026-05-07,00:56:42.973] [INFO] Starting location capture [2026-05-07,00:57:22.673] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:57:22.679] [INFO] LocationSqlManager initialising [2026-05-07,00:57:22.679] [INFO] Location DB initialising [2026-05-07,00:57:22.689] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:57:22.690] [DEBUG] UploadManager Init [2026-05-07,00:57:22.691] [DEBUG] UploadManager Init Complete [2026-05-07,00:57:22.695] [INFO] Initializing GPS... [2026-05-07,00:57:22.698] [INFO] Starting location capture [2026-05-07,00:57:56.905] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:57:56.909] [INFO] LocationSqlManager initialising [2026-05-07,00:57:56.909] [INFO] Location DB initialising [2026-05-07,00:57:56.919] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:57:56.920] [DEBUG] UploadManager Init [2026-05-07,00:57:56.920] [DEBUG] UploadManager Init Complete [2026-05-07,00:57:56.923] [INFO] Initializing GPS... [2026-05-07,00:57:56.925] [INFO] Starting location capture [2026-05-07,00:58:37.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:58:37.045] [INFO] LocationSqlManager initialising [2026-05-07,00:58:37.046] [INFO] Location DB initialising [2026-05-07,00:58:37.057] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:58:37.058] [DEBUG] UploadManager Init [2026-05-07,00:58:37.059] [DEBUG] UploadManager Init Complete [2026-05-07,00:58:37.063] [INFO] Initializing GPS... [2026-05-07,00:58:37.066] [INFO] Starting location capture [2026-05-07,00:59:14.810] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:59:14.818] [INFO] LocationSqlManager initialising [2026-05-07,00:59:14.819] [INFO] Location DB initialising [2026-05-07,00:59:14.829] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:59:14.831] [DEBUG] UploadManager Init [2026-05-07,00:59:14.831] [DEBUG] UploadManager Init Complete [2026-05-07,00:59:14.836] [INFO] Initializing GPS... [2026-05-07,00:59:14.839] [INFO] Starting location capture [2026-05-07,00:59:55.598] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,00:59:55.603] [INFO] LocationSqlManager initialising [2026-05-07,00:59:55.604] [INFO] Location DB initialising [2026-05-07,00:59:55.613] [INFO] LocationSqlManager initialisation complete [2026-05-07,00:59:55.614] [DEBUG] UploadManager Init [2026-05-07,00:59:55.615] [DEBUG] UploadManager Init Complete [2026-05-07,00:59:55.618] [INFO] Initializing GPS... [2026-05-07,00:59:55.620] [INFO] Starting location capture [2026-05-07,01:00:33.562] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:00:33.569] [INFO] LocationSqlManager initialising [2026-05-07,01:00:33.570] [INFO] Location DB initialising [2026-05-07,01:00:33.582] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:00:33.583] [DEBUG] UploadManager Init [2026-05-07,01:00:33.583] [DEBUG] UploadManager Init Complete [2026-05-07,01:00:33.588] [INFO] Initializing GPS... [2026-05-07,01:00:33.591] [INFO] Starting location capture [2026-05-07,01:01:14.467] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:01:14.471] [INFO] LocationSqlManager initialising [2026-05-07,01:01:14.472] [INFO] Location DB initialising [2026-05-07,01:01:14.481] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:01:14.482] [DEBUG] UploadManager Init [2026-05-07,01:01:14.482] [DEBUG] UploadManager Init Complete [2026-05-07,01:01:14.485] [INFO] Initializing GPS... [2026-05-07,01:01:14.486] [INFO] Starting location capture [2026-05-07,01:01:53.048] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:01:53.055] [INFO] LocationSqlManager initialising [2026-05-07,01:01:53.056] [INFO] Location DB initialising [2026-05-07,01:01:53.067] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:01:53.068] [DEBUG] UploadManager Init [2026-05-07,01:01:53.069] [DEBUG] UploadManager Init Complete [2026-05-07,01:01:53.073] [INFO] Initializing GPS... [2026-05-07,01:01:53.077] [INFO] Starting location capture [2026-05-07,01:02:31.205] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:02:31.211] [INFO] LocationSqlManager initialising [2026-05-07,01:02:31.211] [INFO] Location DB initialising [2026-05-07,01:02:31.221] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:02:31.222] [DEBUG] UploadManager Init [2026-05-07,01:02:31.222] [DEBUG] UploadManager Init Complete [2026-05-07,01:02:31.226] [INFO] Initializing GPS... [2026-05-07,01:02:31.229] [INFO] Starting location capture [2026-05-07,01:03:08.854] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:03:08.860] [INFO] LocationSqlManager initialising [2026-05-07,01:03:08.861] [INFO] Location DB initialising [2026-05-07,01:03:08.871] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:03:08.872] [DEBUG] UploadManager Init [2026-05-07,01:03:08.872] [DEBUG] UploadManager Init Complete [2026-05-07,01:03:08.874] [INFO] Initializing GPS... [2026-05-07,01:03:08.877] [INFO] Starting location capture [2026-05-07,01:03:47.613] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:03:47.618] [INFO] LocationSqlManager initialising [2026-05-07,01:03:47.618] [INFO] Location DB initialising [2026-05-07,01:03:47.628] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:03:47.629] [DEBUG] UploadManager Init [2026-05-07,01:03:47.629] [DEBUG] UploadManager Init Complete [2026-05-07,01:03:47.632] [INFO] Initializing GPS... [2026-05-07,01:03:47.634] [INFO] Starting location capture [2026-05-07,01:04:26.701] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:04:26.709] [INFO] LocationSqlManager initialising [2026-05-07,01:04:26.710] [INFO] Location DB initialising [2026-05-07,01:04:26.722] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:04:26.723] [DEBUG] UploadManager Init [2026-05-07,01:04:26.723] [DEBUG] UploadManager Init Complete [2026-05-07,01:04:26.726] [INFO] Initializing GPS... [2026-05-07,01:04:26.729] [INFO] Starting location capture [2026-05-07,01:05:05.125] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:05:05.130] [INFO] LocationSqlManager initialising [2026-05-07,01:05:05.131] [INFO] Location DB initialising [2026-05-07,01:05:05.140] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:05:05.140] [DEBUG] UploadManager Init [2026-05-07,01:05:05.141] [DEBUG] UploadManager Init Complete [2026-05-07,01:05:05.143] [INFO] Initializing GPS... [2026-05-07,01:05:05.145] [INFO] Starting location capture [2026-05-07,01:05:44.044] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:05:44.048] [INFO] LocationSqlManager initialising [2026-05-07,01:05:44.049] [INFO] Location DB initialising [2026-05-07,01:05:44.058] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:05:44.059] [DEBUG] UploadManager Init [2026-05-07,01:05:44.059] [DEBUG] UploadManager Init Complete [2026-05-07,01:05:44.062] [INFO] Initializing GPS... [2026-05-07,01:05:44.064] [INFO] Starting location capture [2026-05-07,01:06:22.076] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:06:22.081] [INFO] LocationSqlManager initialising [2026-05-07,01:06:22.081] [INFO] Location DB initialising [2026-05-07,01:06:22.091] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:06:22.092] [DEBUG] UploadManager Init [2026-05-07,01:06:22.092] [DEBUG] UploadManager Init Complete [2026-05-07,01:06:22.095] [INFO] Initializing GPS... [2026-05-07,01:06:22.097] [INFO] Starting location capture [2026-05-07,01:07:00.045] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:07:00.050] [INFO] LocationSqlManager initialising [2026-05-07,01:07:00.050] [INFO] Location DB initialising [2026-05-07,01:07:00.059] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:07:00.060] [DEBUG] UploadManager Init [2026-05-07,01:07:00.060] [DEBUG] UploadManager Init Complete [2026-05-07,01:07:00.063] [INFO] Initializing GPS... [2026-05-07,01:07:00.065] [INFO] Starting location capture [2026-05-07,01:07:40.210] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:07:40.216] [INFO] LocationSqlManager initialising [2026-05-07,01:07:40.217] [INFO] Location DB initialising [2026-05-07,01:07:40.227] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:07:40.228] [DEBUG] UploadManager Init [2026-05-07,01:07:40.228] [DEBUG] UploadManager Init Complete [2026-05-07,01:07:40.231] [INFO] Initializing GPS... [2026-05-07,01:07:40.234] [INFO] Starting location capture [2026-05-07,01:08:18.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:08:18.901] [INFO] LocationSqlManager initialising [2026-05-07,01:08:18.902] [INFO] Location DB initialising [2026-05-07,01:08:18.914] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:08:18.915] [DEBUG] UploadManager Init [2026-05-07,01:08:18.916] [DEBUG] UploadManager Init Complete [2026-05-07,01:08:18.920] [INFO] Initializing GPS... [2026-05-07,01:08:18.923] [INFO] Starting location capture [2026-05-07,01:08:57.158] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:08:57.165] [INFO] LocationSqlManager initialising [2026-05-07,01:08:57.165] [INFO] Location DB initialising [2026-05-07,01:08:57.175] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:08:57.176] [DEBUG] UploadManager Init [2026-05-07,01:08:57.177] [DEBUG] UploadManager Init Complete [2026-05-07,01:08:57.180] [INFO] Initializing GPS... [2026-05-07,01:08:57.182] [INFO] Starting location capture [2026-05-07,01:09:36.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:09:36.024] [INFO] LocationSqlManager initialising [2026-05-07,01:09:36.025] [INFO] Location DB initialising [2026-05-07,01:09:36.036] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:09:36.038] [DEBUG] UploadManager Init [2026-05-07,01:09:36.038] [DEBUG] UploadManager Init Complete [2026-05-07,01:09:36.041] [INFO] Initializing GPS... [2026-05-07,01:09:36.043] [INFO] Starting location capture [2026-05-07,01:10:13.834] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:10:13.843] [INFO] LocationSqlManager initialising [2026-05-07,01:10:13.845] [INFO] Location DB initialising [2026-05-07,01:10:13.860] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:10:13.861] [DEBUG] UploadManager Init [2026-05-07,01:10:13.862] [DEBUG] UploadManager Init Complete [2026-05-07,01:10:13.871] [INFO] Initializing GPS... [2026-05-07,01:10:13.875] [INFO] Starting location capture [2026-05-07,01:10:53.083] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:10:53.093] [INFO] LocationSqlManager initialising [2026-05-07,01:10:53.094] [INFO] Location DB initialising [2026-05-07,01:10:53.110] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:10:53.111] [DEBUG] UploadManager Init [2026-05-07,01:10:53.112] [DEBUG] UploadManager Init Complete [2026-05-07,01:10:53.118] [INFO] Initializing GPS... [2026-05-07,01:10:53.120] [INFO] Starting location capture [2026-05-07,01:11:30.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:11:30.947] [INFO] LocationSqlManager initialising [2026-05-07,01:11:30.948] [INFO] Location DB initialising [2026-05-07,01:11:30.965] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:11:30.966] [DEBUG] UploadManager Init [2026-05-07,01:11:30.966] [DEBUG] UploadManager Init Complete [2026-05-07,01:11:30.971] [INFO] Initializing GPS... [2026-05-07,01:11:30.973] [INFO] Starting location capture [2026-05-07,01:12:09.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:12:09.719] [INFO] LocationSqlManager initialising [2026-05-07,01:12:09.720] [INFO] Location DB initialising [2026-05-07,01:12:09.729] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:12:09.730] [DEBUG] UploadManager Init [2026-05-07,01:12:09.730] [DEBUG] UploadManager Init Complete [2026-05-07,01:12:09.733] [INFO] Initializing GPS... [2026-05-07,01:12:09.735] [INFO] Starting location capture [2026-05-07,01:12:48.700] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:12:48.706] [INFO] LocationSqlManager initialising [2026-05-07,01:12:48.706] [INFO] Location DB initialising [2026-05-07,01:12:48.716] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:12:48.716] [DEBUG] UploadManager Init [2026-05-07,01:12:48.717] [DEBUG] UploadManager Init Complete [2026-05-07,01:12:48.719] [INFO] Initializing GPS... [2026-05-07,01:12:48.721] [INFO] Starting location capture [2026-05-07,01:13:27.109] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:13:27.114] [INFO] LocationSqlManager initialising [2026-05-07,01:13:27.115] [INFO] Location DB initialising [2026-05-07,01:13:27.124] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:13:27.125] [DEBUG] UploadManager Init [2026-05-07,01:13:27.125] [DEBUG] UploadManager Init Complete [2026-05-07,01:13:27.128] [INFO] Initializing GPS... [2026-05-07,01:13:27.130] [INFO] Starting location capture [2026-05-07,01:14:05.645] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:14:05.653] [INFO] LocationSqlManager initialising [2026-05-07,01:14:05.654] [INFO] Location DB initialising [2026-05-07,01:14:05.665] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:14:05.666] [DEBUG] UploadManager Init [2026-05-07,01:14:05.667] [DEBUG] UploadManager Init Complete [2026-05-07,01:14:05.672] [INFO] Initializing GPS... [2026-05-07,01:14:05.675] [INFO] Starting location capture [2026-05-07,01:14:44.745] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:14:44.751] [INFO] LocationSqlManager initialising [2026-05-07,01:14:44.752] [INFO] Location DB initialising [2026-05-07,01:14:44.763] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:14:44.764] [DEBUG] UploadManager Init [2026-05-07,01:14:44.765] [DEBUG] UploadManager Init Complete [2026-05-07,01:14:44.768] [INFO] Initializing GPS... [2026-05-07,01:14:44.770] [INFO] Starting location capture [2026-05-07,01:15:23.404] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:15:23.412] [INFO] LocationSqlManager initialising [2026-05-07,01:15:23.413] [INFO] Location DB initialising [2026-05-07,01:15:23.424] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:15:23.425] [DEBUG] UploadManager Init [2026-05-07,01:15:23.426] [DEBUG] UploadManager Init Complete [2026-05-07,01:15:23.431] [INFO] Initializing GPS... [2026-05-07,01:15:23.434] [INFO] Starting location capture [2026-05-07,01:16:02.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:16:02.182] [INFO] LocationSqlManager initialising [2026-05-07,01:16:02.183] [INFO] Location DB initialising [2026-05-07,01:16:02.194] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:16:02.195] [DEBUG] UploadManager Init [2026-05-07,01:16:02.195] [DEBUG] UploadManager Init Complete [2026-05-07,01:16:02.200] [INFO] Initializing GPS... [2026-05-07,01:16:02.202] [INFO] Starting location capture [2026-05-07,01:16:35.751] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:16:35.756] [INFO] LocationSqlManager initialising [2026-05-07,01:16:35.756] [INFO] Location DB initialising [2026-05-07,01:16:35.766] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:16:35.766] [DEBUG] UploadManager Init [2026-05-07,01:16:35.767] [DEBUG] UploadManager Init Complete [2026-05-07,01:16:35.769] [INFO] Initializing GPS... [2026-05-07,01:16:35.771] [INFO] Starting location capture [2026-05-07,01:17:14.008] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:17:14.015] [INFO] LocationSqlManager initialising [2026-05-07,01:17:14.016] [INFO] Location DB initialising [2026-05-07,01:17:14.027] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:17:14.029] [DEBUG] UploadManager Init [2026-05-07,01:17:14.030] [DEBUG] UploadManager Init Complete [2026-05-07,01:17:14.034] [INFO] Initializing GPS... [2026-05-07,01:17:14.037] [INFO] Starting location capture [2026-05-07,01:17:54.174] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:17:54.180] [INFO] LocationSqlManager initialising [2026-05-07,01:17:54.180] [INFO] Location DB initialising [2026-05-07,01:17:54.190] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:17:54.191] [DEBUG] UploadManager Init [2026-05-07,01:17:54.192] [DEBUG] UploadManager Init Complete [2026-05-07,01:17:54.195] [INFO] Initializing GPS... [2026-05-07,01:17:54.197] [INFO] Starting location capture [2026-05-07,01:18:28.288] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:18:28.292] [INFO] LocationSqlManager initialising [2026-05-07,01:18:28.293] [INFO] Location DB initialising [2026-05-07,01:18:28.302] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:18:28.303] [DEBUG] UploadManager Init [2026-05-07,01:18:28.303] [DEBUG] UploadManager Init Complete [2026-05-07,01:18:28.306] [INFO] Initializing GPS... [2026-05-07,01:18:28.308] [INFO] Starting location capture [2026-05-07,01:19:05.863] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:19:05.870] [INFO] LocationSqlManager initialising [2026-05-07,01:19:05.871] [INFO] Location DB initialising [2026-05-07,01:19:05.882] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:19:05.884] [DEBUG] UploadManager Init [2026-05-07,01:19:05.884] [DEBUG] UploadManager Init Complete [2026-05-07,01:19:05.889] [INFO] Initializing GPS... [2026-05-07,01:19:05.891] [INFO] Starting location capture [2026-05-07,01:19:44.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:19:44.948] [INFO] LocationSqlManager initialising [2026-05-07,01:19:44.949] [INFO] Location DB initialising [2026-05-07,01:19:44.959] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:19:44.961] [DEBUG] UploadManager Init [2026-05-07,01:19:44.961] [DEBUG] UploadManager Init Complete [2026-05-07,01:19:44.965] [INFO] Initializing GPS... [2026-05-07,01:19:44.968] [INFO] Starting location capture [2026-05-07,01:20:23.823] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:20:23.829] [INFO] LocationSqlManager initialising [2026-05-07,01:20:23.829] [INFO] Location DB initialising [2026-05-07,01:20:23.839] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:20:23.839] [DEBUG] UploadManager Init [2026-05-07,01:20:23.840] [DEBUG] UploadManager Init Complete [2026-05-07,01:20:23.842] [INFO] Initializing GPS... [2026-05-07,01:20:23.844] [INFO] Starting location capture [2026-05-07,01:21:02.605] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:21:02.612] [INFO] LocationSqlManager initialising [2026-05-07,01:21:02.613] [INFO] Location DB initialising [2026-05-07,01:21:02.624] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:21:02.626] [DEBUG] UploadManager Init [2026-05-07,01:21:02.626] [DEBUG] UploadManager Init Complete [2026-05-07,01:21:02.630] [INFO] Initializing GPS... [2026-05-07,01:21:02.633] [INFO] Starting location capture [2026-05-07,01:21:41.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:21:41.268] [INFO] LocationSqlManager initialising [2026-05-07,01:21:41.269] [INFO] Location DB initialising [2026-05-07,01:21:41.279] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:21:41.280] [DEBUG] UploadManager Init [2026-05-07,01:21:41.280] [DEBUG] UploadManager Init Complete [2026-05-07,01:21:41.283] [INFO] Initializing GPS... [2026-05-07,01:21:41.285] [INFO] Starting location capture [2026-05-07,01:22:19.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:22:19.183] [INFO] LocationSqlManager initialising [2026-05-07,01:22:19.183] [INFO] Location DB initialising [2026-05-07,01:22:19.193] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:22:19.194] [DEBUG] UploadManager Init [2026-05-07,01:22:19.194] [DEBUG] UploadManager Init Complete [2026-05-07,01:22:19.197] [INFO] Initializing GPS... [2026-05-07,01:22:19.199] [INFO] Starting location capture [2026-05-07,01:22:57.932] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:22:57.937] [INFO] LocationSqlManager initialising [2026-05-07,01:22:57.938] [INFO] Location DB initialising [2026-05-07,01:22:57.949] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:22:57.951] [DEBUG] UploadManager Init [2026-05-07,01:22:57.951] [DEBUG] UploadManager Init Complete [2026-05-07,01:22:57.955] [INFO] Initializing GPS... [2026-05-07,01:22:57.958] [INFO] Starting location capture [2026-05-07,01:23:36.361] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:23:36.368] [INFO] LocationSqlManager initialising [2026-05-07,01:23:36.369] [INFO] Location DB initialising [2026-05-07,01:23:36.380] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:23:36.381] [DEBUG] UploadManager Init [2026-05-07,01:23:36.382] [DEBUG] UploadManager Init Complete [2026-05-07,01:23:36.387] [INFO] Initializing GPS... [2026-05-07,01:23:36.389] [INFO] Starting location capture [2026-05-07,01:24:16.159] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:24:16.166] [INFO] LocationSqlManager initialising [2026-05-07,01:24:16.167] [INFO] Location DB initialising [2026-05-07,01:24:16.178] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:24:16.178] [DEBUG] UploadManager Init [2026-05-07,01:24:16.179] [DEBUG] UploadManager Init Complete [2026-05-07,01:24:16.182] [INFO] Initializing GPS... [2026-05-07,01:24:16.184] [INFO] Starting location capture [2026-05-07,01:24:54.216] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:24:54.224] [INFO] LocationSqlManager initialising [2026-05-07,01:24:54.225] [INFO] Location DB initialising [2026-05-07,01:24:54.236] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:24:54.237] [DEBUG] UploadManager Init [2026-05-07,01:24:54.237] [DEBUG] UploadManager Init Complete [2026-05-07,01:24:54.242] [INFO] Initializing GPS... [2026-05-07,01:24:54.245] [INFO] Starting location capture [2026-05-07,01:25:32.774] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:25:32.781] [INFO] LocationSqlManager initialising [2026-05-07,01:25:32.782] [INFO] Location DB initialising [2026-05-07,01:25:32.793] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:25:32.795] [DEBUG] UploadManager Init [2026-05-07,01:25:32.795] [DEBUG] UploadManager Init Complete [2026-05-07,01:25:32.798] [INFO] Initializing GPS... [2026-05-07,01:25:32.800] [INFO] Starting location capture [2026-05-07,01:26:11.176] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:26:11.181] [INFO] LocationSqlManager initialising [2026-05-07,01:26:11.182] [INFO] Location DB initialising [2026-05-07,01:26:11.192] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:26:11.193] [DEBUG] UploadManager Init [2026-05-07,01:26:11.194] [DEBUG] UploadManager Init Complete [2026-05-07,01:26:11.198] [INFO] Initializing GPS... [2026-05-07,01:26:11.201] [INFO] Starting location capture [2026-05-07,01:26:51.342] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:26:51.349] [INFO] LocationSqlManager initialising [2026-05-07,01:26:51.350] [INFO] Location DB initialising [2026-05-07,01:26:51.362] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:26:51.363] [DEBUG] UploadManager Init [2026-05-07,01:26:51.363] [DEBUG] UploadManager Init Complete [2026-05-07,01:26:51.368] [INFO] Initializing GPS... [2026-05-07,01:26:51.370] [INFO] Starting location capture [2026-05-07,01:27:28.816] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:27:28.822] [INFO] LocationSqlManager initialising [2026-05-07,01:27:28.823] [INFO] Location DB initialising [2026-05-07,01:27:28.836] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:27:28.837] [DEBUG] UploadManager Init [2026-05-07,01:27:28.838] [DEBUG] UploadManager Init Complete [2026-05-07,01:27:28.841] [INFO] Initializing GPS... [2026-05-07,01:27:28.844] [INFO] Starting location capture [2026-05-07,01:28:08.602] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:28:08.608] [INFO] LocationSqlManager initialising [2026-05-07,01:28:08.608] [INFO] Location DB initialising [2026-05-07,01:28:08.618] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:28:08.618] [DEBUG] UploadManager Init [2026-05-07,01:28:08.619] [DEBUG] UploadManager Init Complete [2026-05-07,01:28:08.621] [INFO] Initializing GPS... [2026-05-07,01:28:08.623] [INFO] Starting location capture [2026-05-07,01:28:48.977] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:28:48.984] [INFO] LocationSqlManager initialising [2026-05-07,01:28:48.985] [INFO] Location DB initialising [2026-05-07,01:28:48.996] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:28:48.997] [DEBUG] UploadManager Init [2026-05-07,01:28:48.998] [DEBUG] UploadManager Init Complete [2026-05-07,01:28:49.002] [INFO] Initializing GPS... [2026-05-07,01:28:49.005] [INFO] Starting location capture [2026-05-07,01:29:27.240] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:29:27.245] [INFO] LocationSqlManager initialising [2026-05-07,01:29:27.246] [INFO] Location DB initialising [2026-05-07,01:29:27.255] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:29:27.256] [DEBUG] UploadManager Init [2026-05-07,01:29:27.256] [DEBUG] UploadManager Init Complete [2026-05-07,01:29:27.259] [INFO] Initializing GPS... [2026-05-07,01:29:27.261] [INFO] Starting location capture [2026-05-07,01:30:06.252] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:30:06.260] [INFO] LocationSqlManager initialising [2026-05-07,01:30:06.261] [INFO] Location DB initialising [2026-05-07,01:30:06.272] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:30:06.274] [DEBUG] UploadManager Init [2026-05-07,01:30:06.274] [DEBUG] UploadManager Init Complete [2026-05-07,01:30:06.279] [INFO] Initializing GPS... [2026-05-07,01:30:06.282] [INFO] Starting location capture [2026-05-07,01:30:45.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:30:45.166] [INFO] LocationSqlManager initialising [2026-05-07,01:30:45.166] [INFO] Location DB initialising [2026-05-07,01:30:45.176] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:30:45.176] [DEBUG] UploadManager Init [2026-05-07,01:30:45.177] [DEBUG] UploadManager Init Complete [2026-05-07,01:30:45.179] [INFO] Initializing GPS... [2026-05-07,01:30:45.181] [INFO] Starting location capture [2026-05-07,01:31:22.750] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:31:22.755] [INFO] LocationSqlManager initialising [2026-05-07,01:31:22.756] [INFO] Location DB initialising [2026-05-07,01:31:22.765] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:31:22.766] [DEBUG] UploadManager Init [2026-05-07,01:31:22.766] [DEBUG] UploadManager Init Complete [2026-05-07,01:31:22.769] [INFO] Initializing GPS... [2026-05-07,01:31:22.771] [INFO] Starting location capture [2026-05-07,01:32:00.858] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:32:00.863] [INFO] LocationSqlManager initialising [2026-05-07,01:32:00.864] [INFO] Location DB initialising [2026-05-07,01:32:00.873] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:32:00.874] [DEBUG] UploadManager Init [2026-05-07,01:32:00.874] [DEBUG] UploadManager Init Complete [2026-05-07,01:32:00.877] [INFO] Initializing GPS... [2026-05-07,01:32:00.879] [INFO] Starting location capture [2026-05-07,01:32:39.515] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:32:39.522] [INFO] LocationSqlManager initialising [2026-05-07,01:32:39.523] [INFO] Location DB initialising [2026-05-07,01:32:39.534] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:32:39.535] [DEBUG] UploadManager Init [2026-05-07,01:32:39.536] [DEBUG] UploadManager Init Complete [2026-05-07,01:32:39.541] [INFO] Initializing GPS... [2026-05-07,01:32:39.544] [INFO] Starting location capture [2026-05-07,01:33:19.211] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:33:19.216] [INFO] LocationSqlManager initialising [2026-05-07,01:33:19.217] [INFO] Location DB initialising [2026-05-07,01:33:19.226] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:33:19.227] [DEBUG] UploadManager Init [2026-05-07,01:33:19.227] [DEBUG] UploadManager Init Complete [2026-05-07,01:33:19.230] [INFO] Initializing GPS... [2026-05-07,01:33:19.232] [INFO] Starting location capture [2026-05-07,01:33:57.707] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:33:57.714] [INFO] LocationSqlManager initialising [2026-05-07,01:33:57.715] [INFO] Location DB initialising [2026-05-07,01:33:57.726] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:33:57.727] [DEBUG] UploadManager Init [2026-05-07,01:33:57.728] [DEBUG] UploadManager Init Complete [2026-05-07,01:33:57.735] [INFO] Initializing GPS... [2026-05-07,01:33:57.739] [INFO] Starting location capture [2026-05-07,01:34:36.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:34:36.261] [INFO] LocationSqlManager initialising [2026-05-07,01:34:36.261] [INFO] Location DB initialising [2026-05-07,01:34:36.271] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:34:36.271] [DEBUG] UploadManager Init [2026-05-07,01:34:36.272] [DEBUG] UploadManager Init Complete [2026-05-07,01:34:36.274] [INFO] Initializing GPS... [2026-05-07,01:34:36.276] [INFO] Starting location capture [2026-05-07,01:35:14.335] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:35:14.339] [INFO] LocationSqlManager initialising [2026-05-07,01:35:14.340] [INFO] Location DB initialising [2026-05-07,01:35:14.350] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:35:14.351] [DEBUG] UploadManager Init [2026-05-07,01:35:14.351] [DEBUG] UploadManager Init Complete [2026-05-07,01:35:14.354] [INFO] Initializing GPS... [2026-05-07,01:35:14.357] [INFO] Starting location capture [2026-05-07,01:35:53.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:35:53.344] [INFO] LocationSqlManager initialising [2026-05-07,01:35:53.345] [INFO] Location DB initialising [2026-05-07,01:35:53.357] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:35:53.358] [DEBUG] UploadManager Init [2026-05-07,01:35:53.359] [DEBUG] UploadManager Init Complete [2026-05-07,01:35:53.363] [INFO] Initializing GPS... [2026-05-07,01:35:53.366] [INFO] Starting location capture [2026-05-07,01:36:31.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:36:31.129] [INFO] LocationSqlManager initialising [2026-05-07,01:36:31.130] [INFO] Location DB initialising [2026-05-07,01:36:31.140] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:36:31.141] [DEBUG] UploadManager Init [2026-05-07,01:36:31.142] [DEBUG] UploadManager Init Complete [2026-05-07,01:36:31.146] [INFO] Initializing GPS... [2026-05-07,01:36:31.149] [INFO] Starting location capture [2026-05-07,01:37:08.891] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:37:08.897] [INFO] LocationSqlManager initialising [2026-05-07,01:37:08.897] [INFO] Location DB initialising [2026-05-07,01:37:08.907] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:37:08.908] [DEBUG] UploadManager Init [2026-05-07,01:37:08.908] [DEBUG] UploadManager Init Complete [2026-05-07,01:37:08.911] [INFO] Initializing GPS... [2026-05-07,01:37:08.913] [INFO] Starting location capture [2026-05-07,01:37:48.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:37:48.170] [INFO] LocationSqlManager initialising [2026-05-07,01:37:48.170] [INFO] Location DB initialising [2026-05-07,01:37:48.181] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:37:48.182] [DEBUG] UploadManager Init [2026-05-07,01:37:48.183] [DEBUG] UploadManager Init Complete [2026-05-07,01:37:48.187] [INFO] Initializing GPS... [2026-05-07,01:37:48.190] [INFO] Starting location capture [2026-05-07,01:38:27.088] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:38:27.093] [INFO] LocationSqlManager initialising [2026-05-07,01:38:27.093] [INFO] Location DB initialising [2026-05-07,01:38:27.104] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:38:27.104] [DEBUG] UploadManager Init [2026-05-07,01:38:27.105] [DEBUG] UploadManager Init Complete [2026-05-07,01:38:27.109] [INFO] Initializing GPS... [2026-05-07,01:38:27.111] [INFO] Starting location capture [2026-05-07,01:39:04.804] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:39:04.811] [INFO] LocationSqlManager initialising [2026-05-07,01:39:04.812] [INFO] Location DB initialising [2026-05-07,01:39:04.823] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:39:04.824] [DEBUG] UploadManager Init [2026-05-07,01:39:04.825] [DEBUG] UploadManager Init Complete [2026-05-07,01:39:04.829] [INFO] Initializing GPS... [2026-05-07,01:39:04.832] [INFO] Starting location capture [2026-05-07,01:39:44.337] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:39:44.342] [INFO] LocationSqlManager initialising [2026-05-07,01:39:44.343] [INFO] Location DB initialising [2026-05-07,01:39:44.352] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:39:44.353] [DEBUG] UploadManager Init [2026-05-07,01:39:44.353] [DEBUG] UploadManager Init Complete [2026-05-07,01:39:44.356] [INFO] Initializing GPS... [2026-05-07,01:39:44.358] [INFO] Starting location capture [2026-05-07,01:40:21.884] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:40:21.888] [INFO] LocationSqlManager initialising [2026-05-07,01:40:21.888] [INFO] Location DB initialising [2026-05-07,01:40:21.898] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:40:21.899] [DEBUG] UploadManager Init [2026-05-07,01:40:21.899] [DEBUG] UploadManager Init Complete [2026-05-07,01:40:21.902] [INFO] Initializing GPS... [2026-05-07,01:40:21.904] [INFO] Starting location capture [2026-05-07,01:41:01.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:41:01.014] [INFO] LocationSqlManager initialising [2026-05-07,01:41:01.015] [INFO] Location DB initialising [2026-05-07,01:41:01.024] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:41:01.025] [DEBUG] UploadManager Init [2026-05-07,01:41:01.025] [DEBUG] UploadManager Init Complete [2026-05-07,01:41:01.028] [INFO] Initializing GPS... [2026-05-07,01:41:01.030] [INFO] Starting location capture [2026-05-07,01:41:39.986] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:41:39.989] [INFO] LocationSqlManager initialising [2026-05-07,01:41:39.990] [INFO] Location DB initialising [2026-05-07,01:41:39.999] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:41:40.000] [DEBUG] UploadManager Init [2026-05-07,01:41:40.000] [DEBUG] UploadManager Init Complete [2026-05-07,01:41:40.003] [INFO] Initializing GPS... [2026-05-07,01:41:40.005] [INFO] Starting location capture [2026-05-07,01:42:17.913] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:42:17.918] [INFO] LocationSqlManager initialising [2026-05-07,01:42:17.919] [INFO] Location DB initialising [2026-05-07,01:42:17.928] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:42:17.929] [DEBUG] UploadManager Init [2026-05-07,01:42:17.930] [DEBUG] UploadManager Init Complete [2026-05-07,01:42:17.932] [INFO] Initializing GPS... [2026-05-07,01:42:17.934] [INFO] Starting location capture [2026-05-07,01:42:56.902] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:42:56.907] [INFO] LocationSqlManager initialising [2026-05-07,01:42:56.908] [INFO] Location DB initialising [2026-05-07,01:42:56.917] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:42:56.917] [DEBUG] UploadManager Init [2026-05-07,01:42:56.918] [DEBUG] UploadManager Init Complete [2026-05-07,01:42:56.920] [INFO] Initializing GPS... [2026-05-07,01:42:56.922] [INFO] Starting location capture [2026-05-07,01:43:34.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:43:34.999] [INFO] LocationSqlManager initialising [2026-05-07,01:43:35.000] [INFO] Location DB initialising [2026-05-07,01:43:35.010] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:43:35.011] [DEBUG] UploadManager Init [2026-05-07,01:43:35.011] [DEBUG] UploadManager Init Complete [2026-05-07,01:43:35.015] [INFO] Initializing GPS... [2026-05-07,01:43:35.017] [INFO] Starting location capture [2026-05-07,01:44:14.039] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:44:14.044] [INFO] LocationSqlManager initialising [2026-05-07,01:44:14.045] [INFO] Location DB initialising [2026-05-07,01:44:14.054] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:44:14.055] [DEBUG] UploadManager Init [2026-05-07,01:44:14.055] [DEBUG] UploadManager Init Complete [2026-05-07,01:44:14.058] [INFO] Initializing GPS... [2026-05-07,01:44:14.060] [INFO] Starting location capture [2026-05-07,01:44:52.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:44:52.167] [INFO] LocationSqlManager initialising [2026-05-07,01:44:52.168] [INFO] Location DB initialising [2026-05-07,01:44:52.177] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:44:52.178] [DEBUG] UploadManager Init [2026-05-07,01:44:52.178] [DEBUG] UploadManager Init Complete [2026-05-07,01:44:52.181] [INFO] Initializing GPS... [2026-05-07,01:44:52.182] [INFO] Starting location capture [2026-05-07,01:45:32.060] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:45:32.063] [INFO] LocationSqlManager initialising [2026-05-07,01:45:32.064] [INFO] Location DB initialising [2026-05-07,01:45:32.073] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:45:32.073] [DEBUG] UploadManager Init [2026-05-07,01:45:32.074] [DEBUG] UploadManager Init Complete [2026-05-07,01:45:32.077] [INFO] Initializing GPS... [2026-05-07,01:45:32.079] [INFO] Starting location capture [2026-05-07,01:46:11.037] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:46:11.043] [INFO] LocationSqlManager initialising [2026-05-07,01:46:11.044] [INFO] Location DB initialising [2026-05-07,01:46:11.054] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:46:11.055] [DEBUG] UploadManager Init [2026-05-07,01:46:11.055] [DEBUG] UploadManager Init Complete [2026-05-07,01:46:11.058] [INFO] Initializing GPS... [2026-05-07,01:46:11.060] [INFO] Starting location capture [2026-05-07,01:46:48.727] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:46:48.732] [INFO] LocationSqlManager initialising [2026-05-07,01:46:48.733] [INFO] Location DB initialising [2026-05-07,01:46:48.742] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:46:48.743] [DEBUG] UploadManager Init [2026-05-07,01:46:48.743] [DEBUG] UploadManager Init Complete [2026-05-07,01:46:48.746] [INFO] Initializing GPS... [2026-05-07,01:46:48.748] [INFO] Starting location capture [2026-05-07,01:47:27.410] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:47:27.415] [INFO] LocationSqlManager initialising [2026-05-07,01:47:27.416] [INFO] Location DB initialising [2026-05-07,01:47:27.425] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:47:27.426] [DEBUG] UploadManager Init [2026-05-07,01:47:27.426] [DEBUG] UploadManager Init Complete [2026-05-07,01:47:27.429] [INFO] Initializing GPS... [2026-05-07,01:47:27.431] [INFO] Starting location capture [2026-05-07,01:48:05.894] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:48:05.898] [INFO] LocationSqlManager initialising [2026-05-07,01:48:05.899] [INFO] Location DB initialising [2026-05-07,01:48:05.908] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:48:05.909] [DEBUG] UploadManager Init [2026-05-07,01:48:05.910] [DEBUG] UploadManager Init Complete [2026-05-07,01:48:05.913] [INFO] Initializing GPS... [2026-05-07,01:48:05.915] [INFO] Starting location capture [2026-05-07,01:48:45.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:48:45.253] [INFO] LocationSqlManager initialising [2026-05-07,01:48:45.253] [INFO] Location DB initialising [2026-05-07,01:48:45.262] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:48:45.263] [DEBUG] UploadManager Init [2026-05-07,01:48:45.263] [DEBUG] UploadManager Init Complete [2026-05-07,01:48:45.266] [INFO] Initializing GPS... [2026-05-07,01:48:45.267] [INFO] Starting location capture [2026-05-07,01:49:23.154] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:49:23.159] [INFO] LocationSqlManager initialising [2026-05-07,01:49:23.159] [INFO] Location DB initialising [2026-05-07,01:49:23.168] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:49:23.169] [DEBUG] UploadManager Init [2026-05-07,01:49:23.170] [DEBUG] UploadManager Init Complete [2026-05-07,01:49:23.172] [INFO] Initializing GPS... [2026-05-07,01:49:23.174] [INFO] Starting location capture [2026-05-07,01:50:01.670] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:50:01.676] [INFO] LocationSqlManager initialising [2026-05-07,01:50:01.677] [INFO] Location DB initialising [2026-05-07,01:50:01.687] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:50:01.688] [DEBUG] UploadManager Init [2026-05-07,01:50:01.688] [DEBUG] UploadManager Init Complete [2026-05-07,01:50:01.691] [INFO] Initializing GPS... [2026-05-07,01:50:01.693] [INFO] Starting location capture [2026-05-07,01:50:40.151] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:50:40.156] [INFO] LocationSqlManager initialising [2026-05-07,01:50:40.156] [INFO] Location DB initialising [2026-05-07,01:50:40.167] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:50:40.168] [DEBUG] UploadManager Init [2026-05-07,01:50:40.168] [DEBUG] UploadManager Init Complete [2026-05-07,01:50:40.170] [INFO] Initializing GPS... [2026-05-07,01:50:40.172] [INFO] Starting location capture [2026-05-07,01:51:19.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:51:19.016] [INFO] LocationSqlManager initialising [2026-05-07,01:51:19.017] [INFO] Location DB initialising [2026-05-07,01:51:19.028] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:51:19.029] [DEBUG] UploadManager Init [2026-05-07,01:51:19.030] [DEBUG] UploadManager Init Complete [2026-05-07,01:51:19.035] [INFO] Initializing GPS... [2026-05-07,01:51:19.038] [INFO] Starting location capture [2026-05-07,01:51:58.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:51:58.023] [INFO] LocationSqlManager initialising [2026-05-07,01:51:58.024] [INFO] Location DB initialising [2026-05-07,01:51:58.034] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:51:58.036] [DEBUG] UploadManager Init [2026-05-07,01:51:58.036] [DEBUG] UploadManager Init Complete [2026-05-07,01:51:58.041] [INFO] Initializing GPS... [2026-05-07,01:51:58.044] [INFO] Starting location capture [2026-05-07,01:52:36.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:52:36.153] [INFO] LocationSqlManager initialising [2026-05-07,01:52:36.154] [INFO] Location DB initialising [2026-05-07,01:52:36.163] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:52:36.164] [DEBUG] UploadManager Init [2026-05-07,01:52:36.164] [DEBUG] UploadManager Init Complete [2026-05-07,01:52:36.166] [INFO] Initializing GPS... [2026-05-07,01:52:36.168] [INFO] Starting location capture [2026-05-07,01:53:10.206] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:53:10.213] [INFO] LocationSqlManager initialising [2026-05-07,01:53:10.214] [INFO] Location DB initialising [2026-05-07,01:53:10.225] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:53:10.226] [DEBUG] UploadManager Init [2026-05-07,01:53:10.227] [DEBUG] UploadManager Init Complete [2026-05-07,01:53:10.232] [INFO] Initializing GPS... [2026-05-07,01:53:10.235] [INFO] Starting location capture [2026-05-07,01:53:49.592] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:53:49.600] [INFO] LocationSqlManager initialising [2026-05-07,01:53:49.601] [INFO] Location DB initialising [2026-05-07,01:53:49.671] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:53:49.672] [DEBUG] UploadManager Init [2026-05-07,01:53:49.673] [DEBUG] UploadManager Init Complete [2026-05-07,01:53:49.677] [INFO] Initializing GPS... [2026-05-07,01:53:49.680] [INFO] Starting location capture [2026-05-07,01:54:27.996] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:54:28.006] [INFO] LocationSqlManager initialising [2026-05-07,01:54:28.006] [INFO] Location DB initialising [2026-05-07,01:54:28.016] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:54:28.016] [DEBUG] UploadManager Init [2026-05-07,01:54:28.017] [DEBUG] UploadManager Init Complete [2026-05-07,01:54:28.019] [INFO] Initializing GPS... [2026-05-07,01:54:28.021] [INFO] Starting location capture [2026-05-07,01:55:05.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:55:05.968] [INFO] LocationSqlManager initialising [2026-05-07,01:55:05.968] [INFO] Location DB initialising [2026-05-07,01:55:05.978] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:55:05.978] [DEBUG] UploadManager Init [2026-05-07,01:55:05.979] [DEBUG] UploadManager Init Complete [2026-05-07,01:55:05.981] [INFO] Initializing GPS... [2026-05-07,01:55:05.983] [INFO] Starting location capture [2026-05-07,01:55:44.017] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:55:44.025] [INFO] LocationSqlManager initialising [2026-05-07,01:55:44.026] [INFO] Location DB initialising [2026-05-07,01:55:44.037] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:55:44.038] [DEBUG] UploadManager Init [2026-05-07,01:55:44.039] [DEBUG] UploadManager Init Complete [2026-05-07,01:55:44.044] [INFO] Initializing GPS... [2026-05-07,01:55:44.046] [INFO] Starting location capture [2026-05-07,01:56:23.108] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:56:23.113] [INFO] LocationSqlManager initialising [2026-05-07,01:56:23.113] [INFO] Location DB initialising [2026-05-07,01:56:23.123] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:56:23.124] [DEBUG] UploadManager Init [2026-05-07,01:56:23.125] [DEBUG] UploadManager Init Complete [2026-05-07,01:56:23.127] [INFO] Initializing GPS... [2026-05-07,01:56:23.129] [INFO] Starting location capture [2026-05-07,01:57:01.385] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:57:01.391] [INFO] LocationSqlManager initialising [2026-05-07,01:57:01.391] [INFO] Location DB initialising [2026-05-07,01:57:01.400] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:57:01.401] [DEBUG] UploadManager Init [2026-05-07,01:57:01.402] [DEBUG] UploadManager Init Complete [2026-05-07,01:57:01.404] [INFO] Initializing GPS... [2026-05-07,01:57:01.406] [INFO] Starting location capture [2026-05-07,01:57:39.681] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:57:39.688] [INFO] LocationSqlManager initialising [2026-05-07,01:57:39.690] [INFO] Location DB initialising [2026-05-07,01:57:39.700] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:57:39.702] [DEBUG] UploadManager Init [2026-05-07,01:57:39.703] [DEBUG] UploadManager Init Complete [2026-05-07,01:57:39.707] [INFO] Initializing GPS... [2026-05-07,01:57:39.710] [INFO] Starting location capture [2026-05-07,01:58:18.123] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:58:18.128] [INFO] LocationSqlManager initialising [2026-05-07,01:58:18.128] [INFO] Location DB initialising [2026-05-07,01:58:18.138] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:58:18.139] [DEBUG] UploadManager Init [2026-05-07,01:58:18.140] [DEBUG] UploadManager Init Complete [2026-05-07,01:58:18.145] [INFO] Initializing GPS... [2026-05-07,01:58:18.149] [INFO] Starting location capture [2026-05-07,01:58:56.349] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:58:56.354] [INFO] LocationSqlManager initialising [2026-05-07,01:58:56.355] [INFO] Location DB initialising [2026-05-07,01:58:56.365] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:58:56.366] [DEBUG] UploadManager Init [2026-05-07,01:58:56.366] [DEBUG] UploadManager Init Complete [2026-05-07,01:58:56.369] [INFO] Initializing GPS... [2026-05-07,01:58:56.372] [INFO] Starting location capture [2026-05-07,01:59:34.921] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,01:59:34.927] [INFO] LocationSqlManager initialising [2026-05-07,01:59:34.928] [INFO] Location DB initialising [2026-05-07,01:59:34.939] [INFO] LocationSqlManager initialisation complete [2026-05-07,01:59:34.941] [DEBUG] UploadManager Init [2026-05-07,01:59:34.941] [DEBUG] UploadManager Init Complete [2026-05-07,01:59:34.946] [INFO] Initializing GPS... [2026-05-07,01:59:34.949] [INFO] Starting location capture [2026-05-07,02:00:12.707] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:00:12.714] [INFO] LocationSqlManager initialising [2026-05-07,02:00:12.715] [INFO] Location DB initialising [2026-05-07,02:00:12.726] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:00:12.727] [DEBUG] UploadManager Init [2026-05-07,02:00:12.728] [DEBUG] UploadManager Init Complete [2026-05-07,02:00:12.732] [INFO] Initializing GPS... [2026-05-07,02:00:12.735] [INFO] Starting location capture [2026-05-07,02:00:52.257] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:00:52.262] [INFO] LocationSqlManager initialising [2026-05-07,02:00:52.263] [INFO] Location DB initialising [2026-05-07,02:00:52.272] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:00:52.272] [DEBUG] UploadManager Init [2026-05-07,02:00:52.273] [DEBUG] UploadManager Init Complete [2026-05-07,02:00:52.275] [INFO] Initializing GPS... [2026-05-07,02:00:52.277] [INFO] Starting location capture [2026-05-07,02:01:32.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:01:32.274] [INFO] LocationSqlManager initialising [2026-05-07,02:01:32.275] [INFO] Location DB initialising [2026-05-07,02:01:32.284] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:01:32.285] [DEBUG] UploadManager Init [2026-05-07,02:01:32.285] [DEBUG] UploadManager Init Complete [2026-05-07,02:01:32.288] [INFO] Initializing GPS... [2026-05-07,02:01:32.290] [INFO] Starting location capture [2026-05-07,02:02:09.788] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:02:09.793] [INFO] LocationSqlManager initialising [2026-05-07,02:02:09.794] [INFO] Location DB initialising [2026-05-07,02:02:09.806] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:02:09.807] [DEBUG] UploadManager Init [2026-05-07,02:02:09.808] [DEBUG] UploadManager Init Complete [2026-05-07,02:02:09.812] [INFO] Initializing GPS... [2026-05-07,02:02:09.815] [INFO] Starting location capture [2026-05-07,02:02:49.051] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:02:49.057] [INFO] LocationSqlManager initialising [2026-05-07,02:02:49.057] [INFO] Location DB initialising [2026-05-07,02:02:49.067] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:02:49.068] [DEBUG] UploadManager Init [2026-05-07,02:02:49.068] [DEBUG] UploadManager Init Complete [2026-05-07,02:02:49.072] [INFO] Initializing GPS... [2026-05-07,02:02:49.074] [INFO] Starting location capture [2026-05-07,02:03:26.971] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:03:26.975] [INFO] LocationSqlManager initialising [2026-05-07,02:03:26.976] [INFO] Location DB initialising [2026-05-07,02:03:26.986] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:03:26.986] [DEBUG] UploadManager Init [2026-05-07,02:03:26.987] [DEBUG] UploadManager Init Complete [2026-05-07,02:03:26.990] [INFO] Initializing GPS... [2026-05-07,02:03:26.993] [INFO] Starting location capture [2026-05-07,02:04:06.262] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:04:06.268] [INFO] LocationSqlManager initialising [2026-05-07,02:04:06.268] [INFO] Location DB initialising [2026-05-07,02:04:06.279] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:04:06.280] [DEBUG] UploadManager Init [2026-05-07,02:04:06.281] [DEBUG] UploadManager Init Complete [2026-05-07,02:04:06.285] [INFO] Initializing GPS... [2026-05-07,02:04:06.288] [INFO] Starting location capture [2026-05-07,02:04:44.254] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:04:44.261] [INFO] LocationSqlManager initialising [2026-05-07,02:04:44.262] [INFO] Location DB initialising [2026-05-07,02:04:44.273] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:04:44.275] [DEBUG] UploadManager Init [2026-05-07,02:04:44.275] [DEBUG] UploadManager Init Complete [2026-05-07,02:04:44.279] [INFO] Initializing GPS... [2026-05-07,02:04:44.282] [INFO] Starting location capture [2026-05-07,02:05:22.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:05:22.986] [INFO] LocationSqlManager initialising [2026-05-07,02:05:22.987] [INFO] Location DB initialising [2026-05-07,02:05:22.999] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:05:23.000] [DEBUG] UploadManager Init [2026-05-07,02:05:23.001] [DEBUG] UploadManager Init Complete [2026-05-07,02:05:23.005] [INFO] Initializing GPS... [2026-05-07,02:05:23.008] [INFO] Starting location capture [2026-05-07,02:06:01.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:06:01.972] [INFO] LocationSqlManager initialising [2026-05-07,02:06:01.972] [INFO] Location DB initialising [2026-05-07,02:06:01.982] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:06:01.982] [DEBUG] UploadManager Init [2026-05-07,02:06:01.983] [DEBUG] UploadManager Init Complete [2026-05-07,02:06:01.985] [INFO] Initializing GPS... [2026-05-07,02:06:01.987] [INFO] Starting location capture [2026-05-07,02:06:40.089] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:06:40.094] [INFO] LocationSqlManager initialising [2026-05-07,02:06:40.095] [INFO] Location DB initialising [2026-05-07,02:06:40.104] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:06:40.104] [DEBUG] UploadManager Init [2026-05-07,02:06:40.105] [DEBUG] UploadManager Init Complete [2026-05-07,02:06:40.107] [INFO] Initializing GPS... [2026-05-07,02:06:40.109] [INFO] Starting location capture [2026-05-07,02:07:17.611] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:07:17.615] [INFO] LocationSqlManager initialising [2026-05-07,02:07:17.615] [INFO] Location DB initialising [2026-05-07,02:07:17.625] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:07:17.625] [DEBUG] UploadManager Init [2026-05-07,02:07:17.626] [DEBUG] UploadManager Init Complete [2026-05-07,02:07:17.628] [INFO] Initializing GPS... [2026-05-07,02:07:17.630] [INFO] Starting location capture [2026-05-07,02:07:56.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:07:56.952] [INFO] LocationSqlManager initialising [2026-05-07,02:07:56.953] [INFO] Location DB initialising [2026-05-07,02:07:56.964] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:07:56.965] [DEBUG] UploadManager Init [2026-05-07,02:07:56.966] [DEBUG] UploadManager Init Complete [2026-05-07,02:07:56.970] [INFO] Initializing GPS... [2026-05-07,02:07:56.973] [INFO] Starting location capture [2026-05-07,02:08:34.748] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:08:34.753] [INFO] LocationSqlManager initialising [2026-05-07,02:08:34.754] [INFO] Location DB initialising [2026-05-07,02:08:34.763] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:08:34.763] [DEBUG] UploadManager Init [2026-05-07,02:08:34.764] [DEBUG] UploadManager Init Complete [2026-05-07,02:08:34.766] [INFO] Initializing GPS... [2026-05-07,02:08:34.768] [INFO] Starting location capture [2026-05-07,02:09:14.355] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:09:14.360] [INFO] LocationSqlManager initialising [2026-05-07,02:09:14.361] [INFO] Location DB initialising [2026-05-07,02:09:14.370] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:09:14.371] [DEBUG] UploadManager Init [2026-05-07,02:09:14.371] [DEBUG] UploadManager Init Complete [2026-05-07,02:09:14.374] [INFO] Initializing GPS... [2026-05-07,02:09:14.375] [INFO] Starting location capture [2026-05-07,02:09:51.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:09:51.990] [INFO] LocationSqlManager initialising [2026-05-07,02:09:51.991] [INFO] Location DB initialising [2026-05-07,02:09:52.002] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:09:52.003] [DEBUG] UploadManager Init [2026-05-07,02:09:52.003] [DEBUG] UploadManager Init Complete [2026-05-07,02:09:52.008] [INFO] Initializing GPS... [2026-05-07,02:09:52.010] [INFO] Starting location capture [2026-05-07,02:10:31.035] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:10:31.040] [INFO] LocationSqlManager initialising [2026-05-07,02:10:31.041] [INFO] Location DB initialising [2026-05-07,02:10:31.050] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:10:31.051] [DEBUG] UploadManager Init [2026-05-07,02:10:31.051] [DEBUG] UploadManager Init Complete [2026-05-07,02:10:31.054] [INFO] Initializing GPS... [2026-05-07,02:10:31.056] [INFO] Starting location capture [2026-05-07,02:11:06.131] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:11:06.134] [INFO] LocationSqlManager initialising [2026-05-07,02:11:06.135] [INFO] Location DB initialising [2026-05-07,02:11:06.145] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:11:06.146] [DEBUG] UploadManager Init [2026-05-07,02:11:06.146] [DEBUG] UploadManager Init Complete [2026-05-07,02:11:06.149] [INFO] Initializing GPS... [2026-05-07,02:11:06.151] [INFO] Starting location capture [2026-05-07,02:11:43.753] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:11:43.756] [INFO] LocationSqlManager initialising [2026-05-07,02:11:43.757] [INFO] Location DB initialising [2026-05-07,02:11:43.766] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:11:43.767] [DEBUG] UploadManager Init [2026-05-07,02:11:43.767] [DEBUG] UploadManager Init Complete [2026-05-07,02:11:43.769] [INFO] Initializing GPS... [2026-05-07,02:11:43.771] [INFO] Starting location capture [2026-05-07,02:12:21.821] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:12:21.828] [INFO] LocationSqlManager initialising [2026-05-07,02:12:21.829] [INFO] Location DB initialising [2026-05-07,02:12:21.840] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:12:21.841] [DEBUG] UploadManager Init [2026-05-07,02:12:21.842] [DEBUG] UploadManager Init Complete [2026-05-07,02:12:21.846] [INFO] Initializing GPS... [2026-05-07,02:12:21.849] [INFO] Starting location capture [2026-05-07,02:12:59.922] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:12:59.929] [INFO] LocationSqlManager initialising [2026-05-07,02:12:59.930] [INFO] Location DB initialising [2026-05-07,02:12:59.942] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:12:59.943] [DEBUG] UploadManager Init [2026-05-07,02:12:59.944] [DEBUG] UploadManager Init Complete [2026-05-07,02:12:59.948] [INFO] Initializing GPS... [2026-05-07,02:12:59.951] [INFO] Starting location capture [2026-05-07,02:13:38.920] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:13:38.925] [INFO] LocationSqlManager initialising [2026-05-07,02:13:38.926] [INFO] Location DB initialising [2026-05-07,02:13:38.935] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:13:38.936] [DEBUG] UploadManager Init [2026-05-07,02:13:38.936] [DEBUG] UploadManager Init Complete [2026-05-07,02:13:38.939] [INFO] Initializing GPS... [2026-05-07,02:13:38.941] [INFO] Starting location capture [2026-05-07,02:14:16.757] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:14:16.762] [INFO] LocationSqlManager initialising [2026-05-07,02:14:16.763] [INFO] Location DB initialising [2026-05-07,02:14:16.772] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:14:16.773] [DEBUG] UploadManager Init [2026-05-07,02:14:16.773] [DEBUG] UploadManager Init Complete [2026-05-07,02:14:16.776] [INFO] Initializing GPS... [2026-05-07,02:14:16.778] [INFO] Starting location capture [2026-05-07,02:14:54.702] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:14:54.705] [INFO] LocationSqlManager initialising [2026-05-07,02:14:54.706] [INFO] Location DB initialising [2026-05-07,02:14:54.715] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:14:54.716] [DEBUG] UploadManager Init [2026-05-07,02:14:54.716] [DEBUG] UploadManager Init Complete [2026-05-07,02:14:54.719] [INFO] Initializing GPS... [2026-05-07,02:14:54.721] [INFO] Starting location capture [2026-05-07,02:15:34.381] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:15:34.386] [INFO] LocationSqlManager initialising [2026-05-07,02:15:34.387] [INFO] Location DB initialising [2026-05-07,02:15:34.397] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:15:34.398] [DEBUG] UploadManager Init [2026-05-07,02:15:34.398] [DEBUG] UploadManager Init Complete [2026-05-07,02:15:34.401] [INFO] Initializing GPS... [2026-05-07,02:15:34.404] [INFO] Starting location capture [2026-05-07,02:16:12.584] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:16:12.590] [INFO] LocationSqlManager initialising [2026-05-07,02:16:12.590] [INFO] Location DB initialising [2026-05-07,02:16:12.601] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:16:12.602] [DEBUG] UploadManager Init [2026-05-07,02:16:12.603] [DEBUG] UploadManager Init Complete [2026-05-07,02:16:12.607] [INFO] Initializing GPS... [2026-05-07,02:16:12.610] [INFO] Starting location capture [2026-05-07,02:16:50.627] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:16:50.632] [INFO] LocationSqlManager initialising [2026-05-07,02:16:50.632] [INFO] Location DB initialising [2026-05-07,02:16:50.642] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:16:50.642] [DEBUG] UploadManager Init [2026-05-07,02:16:50.643] [DEBUG] UploadManager Init Complete [2026-05-07,02:16:50.645] [INFO] Initializing GPS... [2026-05-07,02:16:50.647] [INFO] Starting location capture [2026-05-07,02:17:29.016] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:17:29.021] [INFO] LocationSqlManager initialising [2026-05-07,02:17:29.022] [INFO] Location DB initialising [2026-05-07,02:17:29.031] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:17:29.032] [DEBUG] UploadManager Init [2026-05-07,02:17:29.033] [DEBUG] UploadManager Init Complete [2026-05-07,02:17:29.036] [INFO] Initializing GPS... [2026-05-07,02:17:29.038] [INFO] Starting location capture [2026-05-07,02:18:10.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:18:10.057] [INFO] LocationSqlManager initialising [2026-05-07,02:18:10.058] [INFO] Location DB initialising [2026-05-07,02:18:10.067] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:18:10.068] [DEBUG] UploadManager Init [2026-05-07,02:18:10.068] [DEBUG] UploadManager Init Complete [2026-05-07,02:18:10.071] [INFO] Initializing GPS... [2026-05-07,02:18:10.073] [INFO] Starting location capture [2026-05-07,02:18:49.256] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:18:49.263] [INFO] LocationSqlManager initialising [2026-05-07,02:18:49.264] [INFO] Location DB initialising [2026-05-07,02:18:49.274] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:18:49.275] [DEBUG] UploadManager Init [2026-05-07,02:18:49.275] [DEBUG] UploadManager Init Complete [2026-05-07,02:18:49.278] [INFO] Initializing GPS... [2026-05-07,02:18:49.279] [INFO] Starting location capture [2026-05-07,02:19:27.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:19:27.950] [INFO] LocationSqlManager initialising [2026-05-07,02:19:27.951] [INFO] Location DB initialising [2026-05-07,02:19:27.960] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:19:27.961] [DEBUG] UploadManager Init [2026-05-07,02:19:27.961] [DEBUG] UploadManager Init Complete [2026-05-07,02:19:27.964] [INFO] Initializing GPS... [2026-05-07,02:19:27.965] [INFO] Starting location capture [2026-05-07,02:20:01.094] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:20:01.100] [INFO] LocationSqlManager initialising [2026-05-07,02:20:01.100] [INFO] Location DB initialising [2026-05-07,02:20:01.110] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:20:01.111] [DEBUG] UploadManager Init [2026-05-07,02:20:01.111] [DEBUG] UploadManager Init Complete [2026-05-07,02:20:01.114] [INFO] Initializing GPS... [2026-05-07,02:20:01.116] [INFO] Starting location capture [2026-05-07,02:20:40.166] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:20:40.171] [INFO] LocationSqlManager initialising [2026-05-07,02:20:40.172] [INFO] Location DB initialising [2026-05-07,02:20:40.181] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:20:40.181] [DEBUG] UploadManager Init [2026-05-07,02:20:40.182] [DEBUG] UploadManager Init Complete [2026-05-07,02:20:40.184] [INFO] Initializing GPS... [2026-05-07,02:20:40.186] [INFO] Starting location capture [2026-05-07,02:21:19.888] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:21:19.893] [INFO] LocationSqlManager initialising [2026-05-07,02:21:19.893] [INFO] Location DB initialising [2026-05-07,02:21:19.903] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:21:19.903] [DEBUG] UploadManager Init [2026-05-07,02:21:19.904] [DEBUG] UploadManager Init Complete [2026-05-07,02:21:19.906] [INFO] Initializing GPS... [2026-05-07,02:21:19.908] [INFO] Starting location capture [2026-05-07,02:22:00.643] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:22:00.649] [INFO] LocationSqlManager initialising [2026-05-07,02:22:00.650] [INFO] Location DB initialising [2026-05-07,02:22:00.662] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:22:00.662] [DEBUG] UploadManager Init [2026-05-07,02:22:00.663] [DEBUG] UploadManager Init Complete [2026-05-07,02:22:00.666] [INFO] Initializing GPS... [2026-05-07,02:22:00.668] [INFO] Starting location capture [2026-05-07,02:22:38.810] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:22:38.816] [INFO] LocationSqlManager initialising [2026-05-07,02:22:38.816] [INFO] Location DB initialising [2026-05-07,02:22:38.826] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:22:38.827] [DEBUG] UploadManager Init [2026-05-07,02:22:38.827] [DEBUG] UploadManager Init Complete [2026-05-07,02:22:38.830] [INFO] Initializing GPS... [2026-05-07,02:22:38.832] [INFO] Starting location capture [2026-05-07,02:23:17.897] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:23:17.904] [INFO] LocationSqlManager initialising [2026-05-07,02:23:17.905] [INFO] Location DB initialising [2026-05-07,02:23:17.919] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:23:17.920] [DEBUG] UploadManager Init [2026-05-07,02:23:17.921] [DEBUG] UploadManager Init Complete [2026-05-07,02:23:17.925] [INFO] Initializing GPS... [2026-05-07,02:23:17.929] [INFO] Starting location capture [2026-05-07,02:23:57.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:23:57.022] [INFO] LocationSqlManager initialising [2026-05-07,02:23:57.023] [INFO] Location DB initialising [2026-05-07,02:23:57.032] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:23:57.033] [DEBUG] UploadManager Init [2026-05-07,02:23:57.033] [DEBUG] UploadManager Init Complete [2026-05-07,02:23:57.036] [INFO] Initializing GPS... [2026-05-07,02:23:57.038] [INFO] Starting location capture [2026-05-07,02:24:34.477] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:24:34.483] [INFO] LocationSqlManager initialising [2026-05-07,02:24:34.483] [INFO] Location DB initialising [2026-05-07,02:24:34.493] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:24:34.494] [DEBUG] UploadManager Init [2026-05-07,02:24:34.494] [DEBUG] UploadManager Init Complete [2026-05-07,02:24:34.497] [INFO] Initializing GPS... [2026-05-07,02:24:34.499] [INFO] Starting location capture [2026-05-07,02:25:13.942] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:25:13.948] [INFO] LocationSqlManager initialising [2026-05-07,02:25:13.949] [INFO] Location DB initialising [2026-05-07,02:25:13.959] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:25:13.960] [DEBUG] UploadManager Init [2026-05-07,02:25:13.960] [DEBUG] UploadManager Init Complete [2026-05-07,02:25:13.964] [INFO] Initializing GPS... [2026-05-07,02:25:13.966] [INFO] Starting location capture [2026-05-07,02:25:53.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:25:53.915] [INFO] LocationSqlManager initialising [2026-05-07,02:25:53.916] [INFO] Location DB initialising [2026-05-07,02:25:53.928] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:25:53.929] [DEBUG] UploadManager Init [2026-05-07,02:25:53.929] [DEBUG] UploadManager Init Complete [2026-05-07,02:25:53.934] [INFO] Initializing GPS... [2026-05-07,02:25:53.937] [INFO] Starting location capture [2026-05-07,02:26:32.630] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:26:32.642] [INFO] LocationSqlManager initialising [2026-05-07,02:26:32.643] [INFO] Location DB initialising [2026-05-07,02:26:32.657] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:26:32.658] [DEBUG] UploadManager Init [2026-05-07,02:26:32.659] [DEBUG] UploadManager Init Complete [2026-05-07,02:26:32.663] [INFO] Initializing GPS... [2026-05-07,02:26:32.666] [INFO] Starting location capture [2026-05-07,02:27:11.923] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:27:11.928] [INFO] LocationSqlManager initialising [2026-05-07,02:27:11.929] [INFO] Location DB initialising [2026-05-07,02:27:11.938] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:27:11.939] [DEBUG] UploadManager Init [2026-05-07,02:27:11.939] [DEBUG] UploadManager Init Complete [2026-05-07,02:27:11.942] [INFO] Initializing GPS... [2026-05-07,02:27:11.944] [INFO] Starting location capture [2026-05-07,02:27:50.980] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:27:50.985] [INFO] LocationSqlManager initialising [2026-05-07,02:27:50.985] [INFO] Location DB initialising [2026-05-07,02:27:50.995] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:27:50.996] [DEBUG] UploadManager Init [2026-05-07,02:27:50.996] [DEBUG] UploadManager Init Complete [2026-05-07,02:27:50.999] [INFO] Initializing GPS... [2026-05-07,02:27:51.001] [INFO] Starting location capture [2026-05-07,02:28:29.086] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:28:29.093] [INFO] LocationSqlManager initialising [2026-05-07,02:28:29.093] [INFO] Location DB initialising [2026-05-07,02:28:29.103] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:28:29.103] [DEBUG] UploadManager Init [2026-05-07,02:28:29.104] [DEBUG] UploadManager Init Complete [2026-05-07,02:28:29.106] [INFO] Initializing GPS... [2026-05-07,02:28:29.108] [INFO] Starting location capture [2026-05-07,02:29:07.683] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:29:07.688] [INFO] LocationSqlManager initialising [2026-05-07,02:29:07.688] [INFO] Location DB initialising [2026-05-07,02:29:07.698] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:29:07.699] [DEBUG] UploadManager Init [2026-05-07,02:29:07.699] [DEBUG] UploadManager Init Complete [2026-05-07,02:29:07.702] [INFO] Initializing GPS... [2026-05-07,02:29:07.703] [INFO] Starting location capture [2026-05-07,02:29:46.835] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:29:46.843] [INFO] LocationSqlManager initialising [2026-05-07,02:29:46.844] [INFO] Location DB initialising [2026-05-07,02:29:46.857] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:29:46.859] [DEBUG] UploadManager Init [2026-05-07,02:29:46.859] [DEBUG] UploadManager Init Complete [2026-05-07,02:29:46.864] [INFO] Initializing GPS... [2026-05-07,02:29:46.867] [INFO] Starting location capture [2026-05-07,02:30:27.162] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:30:27.168] [INFO] LocationSqlManager initialising [2026-05-07,02:30:27.169] [INFO] Location DB initialising [2026-05-07,02:30:27.183] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:30:27.185] [DEBUG] UploadManager Init [2026-05-07,02:30:27.186] [DEBUG] UploadManager Init Complete [2026-05-07,02:30:27.191] [INFO] Initializing GPS... [2026-05-07,02:30:27.194] [INFO] Starting location capture [2026-05-07,02:31:04.699] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:31:04.706] [INFO] LocationSqlManager initialising [2026-05-07,02:31:04.707] [INFO] Location DB initialising [2026-05-07,02:31:04.717] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:31:04.717] [DEBUG] UploadManager Init [2026-05-07,02:31:04.718] [DEBUG] UploadManager Init Complete [2026-05-07,02:31:04.722] [INFO] Initializing GPS... [2026-05-07,02:31:04.725] [INFO] Starting location capture [2026-05-07,02:31:44.351] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:31:44.358] [INFO] LocationSqlManager initialising [2026-05-07,02:31:44.359] [INFO] Location DB initialising [2026-05-07,02:31:44.370] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:31:44.371] [DEBUG] UploadManager Init [2026-05-07,02:31:44.372] [DEBUG] UploadManager Init Complete [2026-05-07,02:31:44.376] [INFO] Initializing GPS... [2026-05-07,02:31:44.379] [INFO] Starting location capture [2026-05-07,02:32:24.333] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:32:24.339] [INFO] LocationSqlManager initialising [2026-05-07,02:32:24.340] [INFO] Location DB initialising [2026-05-07,02:32:24.350] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:32:24.350] [DEBUG] UploadManager Init [2026-05-07,02:32:24.351] [DEBUG] UploadManager Init Complete [2026-05-07,02:32:24.354] [INFO] Initializing GPS... [2026-05-07,02:32:24.356] [INFO] Starting location capture [2026-05-07,02:32:57.802] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:32:57.806] [INFO] LocationSqlManager initialising [2026-05-07,02:32:57.806] [INFO] Location DB initialising [2026-05-07,02:32:57.816] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:32:57.816] [DEBUG] UploadManager Init [2026-05-07,02:32:57.817] [DEBUG] UploadManager Init Complete [2026-05-07,02:32:57.819] [INFO] Initializing GPS... [2026-05-07,02:32:57.821] [INFO] Starting location capture [2026-05-07,02:33:37.283] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:33:37.288] [INFO] LocationSqlManager initialising [2026-05-07,02:33:37.289] [INFO] Location DB initialising [2026-05-07,02:33:37.298] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:33:37.298] [DEBUG] UploadManager Init [2026-05-07,02:33:37.299] [DEBUG] UploadManager Init Complete [2026-05-07,02:33:37.302] [INFO] Initializing GPS... [2026-05-07,02:33:37.304] [INFO] Starting location capture [2026-05-07,02:34:15.726] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:34:15.733] [INFO] LocationSqlManager initialising [2026-05-07,02:34:15.733] [INFO] Location DB initialising [2026-05-07,02:34:15.743] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:34:15.743] [DEBUG] UploadManager Init [2026-05-07,02:34:15.744] [DEBUG] UploadManager Init Complete [2026-05-07,02:34:15.746] [INFO] Initializing GPS... [2026-05-07,02:34:15.748] [INFO] Starting location capture [2026-05-07,02:34:50.000] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:34:50.010] [INFO] LocationSqlManager initialising [2026-05-07,02:34:50.012] [INFO] Location DB initialising [2026-05-07,02:34:50.027] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:34:50.028] [DEBUG] UploadManager Init [2026-05-07,02:34:50.029] [DEBUG] UploadManager Init Complete [2026-05-07,02:34:50.033] [INFO] Initializing GPS... [2026-05-07,02:34:50.036] [INFO] Starting location capture [2026-05-07,02:35:28.196] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:35:28.201] [INFO] LocationSqlManager initialising [2026-05-07,02:35:28.201] [INFO] Location DB initialising [2026-05-07,02:35:28.211] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:35:28.212] [DEBUG] UploadManager Init [2026-05-07,02:35:28.212] [DEBUG] UploadManager Init Complete [2026-05-07,02:35:28.215] [INFO] Initializing GPS... [2026-05-07,02:35:28.217] [INFO] Starting location capture [2026-05-07,02:36:06.966] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:36:06.970] [INFO] LocationSqlManager initialising [2026-05-07,02:36:06.971] [INFO] Location DB initialising [2026-05-07,02:36:06.980] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:36:06.981] [DEBUG] UploadManager Init [2026-05-07,02:36:06.981] [DEBUG] UploadManager Init Complete [2026-05-07,02:36:06.984] [INFO] Initializing GPS... [2026-05-07,02:36:06.986] [INFO] Starting location capture [2026-05-07,02:36:44.612] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:36:44.620] [INFO] LocationSqlManager initialising [2026-05-07,02:36:44.621] [INFO] Location DB initialising [2026-05-07,02:36:44.632] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:36:44.633] [DEBUG] UploadManager Init [2026-05-07,02:36:44.633] [DEBUG] UploadManager Init Complete [2026-05-07,02:36:44.637] [INFO] Initializing GPS... [2026-05-07,02:36:44.639] [INFO] Starting location capture [2026-05-07,02:37:24.545] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:37:24.550] [INFO] LocationSqlManager initialising [2026-05-07,02:37:24.551] [INFO] Location DB initialising [2026-05-07,02:37:24.560] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:37:24.561] [DEBUG] UploadManager Init [2026-05-07,02:37:24.561] [DEBUG] UploadManager Init Complete [2026-05-07,02:37:24.564] [INFO] Initializing GPS... [2026-05-07,02:37:24.566] [INFO] Starting location capture [2026-05-07,02:37:57.457] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:37:57.462] [INFO] LocationSqlManager initialising [2026-05-07,02:37:57.463] [INFO] Location DB initialising [2026-05-07,02:37:57.473] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:37:57.474] [DEBUG] UploadManager Init [2026-05-07,02:37:57.474] [DEBUG] UploadManager Init Complete [2026-05-07,02:37:57.477] [INFO] Initializing GPS... [2026-05-07,02:37:57.480] [INFO] Starting location capture [2026-05-07,02:38:33.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:38:33.080] [INFO] LocationSqlManager initialising [2026-05-07,02:38:33.081] [INFO] Location DB initialising [2026-05-07,02:38:33.090] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:38:33.091] [DEBUG] UploadManager Init [2026-05-07,02:38:33.091] [DEBUG] UploadManager Init Complete [2026-05-07,02:38:33.094] [INFO] Initializing GPS... [2026-05-07,02:38:33.096] [INFO] Starting location capture [2026-05-07,02:39:11.680] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:39:11.686] [INFO] LocationSqlManager initialising [2026-05-07,02:39:11.686] [INFO] Location DB initialising [2026-05-07,02:39:11.695] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:39:11.696] [DEBUG] UploadManager Init [2026-05-07,02:39:11.696] [DEBUG] UploadManager Init Complete [2026-05-07,02:39:11.699] [INFO] Initializing GPS... [2026-05-07,02:39:11.701] [INFO] Starting location capture [2026-05-07,02:39:50.201] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:39:50.206] [INFO] LocationSqlManager initialising [2026-05-07,02:39:50.207] [INFO] Location DB initialising [2026-05-07,02:39:50.216] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:39:50.217] [DEBUG] UploadManager Init [2026-05-07,02:39:50.218] [DEBUG] UploadManager Init Complete [2026-05-07,02:39:50.220] [INFO] Initializing GPS... [2026-05-07,02:39:50.222] [INFO] Starting location capture [2026-05-07,02:40:29.146] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:40:29.151] [INFO] LocationSqlManager initialising [2026-05-07,02:40:29.152] [INFO] Location DB initialising [2026-05-07,02:40:29.161] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:40:29.162] [DEBUG] UploadManager Init [2026-05-07,02:40:29.162] [DEBUG] UploadManager Init Complete [2026-05-07,02:40:29.165] [INFO] Initializing GPS... [2026-05-07,02:40:29.168] [INFO] Starting location capture [2026-05-07,02:41:06.777] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:41:06.781] [INFO] LocationSqlManager initialising [2026-05-07,02:41:06.782] [INFO] Location DB initialising [2026-05-07,02:41:06.791] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:41:06.792] [DEBUG] UploadManager Init [2026-05-07,02:41:06.792] [DEBUG] UploadManager Init Complete [2026-05-07,02:41:06.795] [INFO] Initializing GPS... [2026-05-07,02:41:06.797] [INFO] Starting location capture [2026-05-07,02:41:46.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:41:46.179] [INFO] LocationSqlManager initialising [2026-05-07,02:41:46.180] [INFO] Location DB initialising [2026-05-07,02:41:46.189] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:41:46.190] [DEBUG] UploadManager Init [2026-05-07,02:41:46.190] [DEBUG] UploadManager Init Complete [2026-05-07,02:41:46.193] [INFO] Initializing GPS... [2026-05-07,02:41:46.195] [INFO] Starting location capture [2026-05-07,02:42:24.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:42:24.288] [INFO] LocationSqlManager initialising [2026-05-07,02:42:24.289] [INFO] Location DB initialising [2026-05-07,02:42:24.300] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:42:24.301] [DEBUG] UploadManager Init [2026-05-07,02:42:24.301] [DEBUG] UploadManager Init Complete [2026-05-07,02:42:24.306] [INFO] Initializing GPS... [2026-05-07,02:42:24.308] [INFO] Starting location capture [2026-05-07,02:43:02.694] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:43:02.702] [INFO] LocationSqlManager initialising [2026-05-07,02:43:02.702] [INFO] Location DB initialising [2026-05-07,02:43:02.711] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:43:02.712] [DEBUG] UploadManager Init [2026-05-07,02:43:02.712] [DEBUG] UploadManager Init Complete [2026-05-07,02:43:02.715] [INFO] Initializing GPS... [2026-05-07,02:43:02.717] [INFO] Starting location capture [2026-05-07,02:43:36.848] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:43:36.853] [INFO] LocationSqlManager initialising [2026-05-07,02:43:36.854] [INFO] Location DB initialising [2026-05-07,02:43:36.863] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:43:36.864] [DEBUG] UploadManager Init [2026-05-07,02:43:36.864] [DEBUG] UploadManager Init Complete [2026-05-07,02:43:36.867] [INFO] Initializing GPS... [2026-05-07,02:43:36.869] [INFO] Starting location capture [2026-05-07,02:44:15.003] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:44:15.008] [INFO] LocationSqlManager initialising [2026-05-07,02:44:15.008] [INFO] Location DB initialising [2026-05-07,02:44:15.017] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:44:15.018] [DEBUG] UploadManager Init [2026-05-07,02:44:15.019] [DEBUG] UploadManager Init Complete [2026-05-07,02:44:15.021] [INFO] Initializing GPS... [2026-05-07,02:44:15.023] [INFO] Starting location capture [2026-05-07,02:44:54.865] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:44:54.870] [INFO] LocationSqlManager initialising [2026-05-07,02:44:54.871] [INFO] Location DB initialising [2026-05-07,02:44:54.880] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:44:54.881] [DEBUG] UploadManager Init [2026-05-07,02:44:54.881] [DEBUG] UploadManager Init Complete [2026-05-07,02:44:54.883] [INFO] Initializing GPS... [2026-05-07,02:44:54.885] [INFO] Starting location capture [2026-05-07,02:45:33.027] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:45:33.032] [INFO] LocationSqlManager initialising [2026-05-07,02:45:33.033] [INFO] Location DB initialising [2026-05-07,02:45:33.043] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:45:33.044] [DEBUG] UploadManager Init [2026-05-07,02:45:33.045] [DEBUG] UploadManager Init Complete [2026-05-07,02:45:33.049] [INFO] Initializing GPS... [2026-05-07,02:45:33.052] [INFO] Starting location capture [2026-05-07,02:46:11.658] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:46:11.663] [INFO] LocationSqlManager initialising [2026-05-07,02:46:11.664] [INFO] Location DB initialising [2026-05-07,02:46:11.673] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:46:11.674] [DEBUG] UploadManager Init [2026-05-07,02:46:11.674] [DEBUG] UploadManager Init Complete [2026-05-07,02:46:11.677] [INFO] Initializing GPS... [2026-05-07,02:46:11.678] [INFO] Starting location capture [2026-05-07,02:46:51.397] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:46:51.402] [INFO] LocationSqlManager initialising [2026-05-07,02:46:51.402] [INFO] Location DB initialising [2026-05-07,02:46:51.412] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:46:51.413] [DEBUG] UploadManager Init [2026-05-07,02:46:51.413] [DEBUG] UploadManager Init Complete [2026-05-07,02:46:51.415] [INFO] Initializing GPS... [2026-05-07,02:46:51.417] [INFO] Starting location capture [2026-05-07,02:47:28.767] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:47:28.772] [INFO] LocationSqlManager initialising [2026-05-07,02:47:28.773] [INFO] Location DB initialising [2026-05-07,02:47:28.782] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:47:28.783] [DEBUG] UploadManager Init [2026-05-07,02:47:28.783] [DEBUG] UploadManager Init Complete [2026-05-07,02:47:28.786] [INFO] Initializing GPS... [2026-05-07,02:47:28.788] [INFO] Starting location capture [2026-05-07,02:48:06.660] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:48:06.668] [INFO] LocationSqlManager initialising [2026-05-07,02:48:06.669] [INFO] Location DB initialising [2026-05-07,02:48:06.680] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:48:06.681] [DEBUG] UploadManager Init [2026-05-07,02:48:06.682] [DEBUG] UploadManager Init Complete [2026-05-07,02:48:06.686] [INFO] Initializing GPS... [2026-05-07,02:48:06.689] [INFO] Starting location capture [2026-05-07,02:48:47.165] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:48:47.172] [INFO] LocationSqlManager initialising [2026-05-07,02:48:47.174] [INFO] Location DB initialising [2026-05-07,02:48:47.184] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:48:47.186] [DEBUG] UploadManager Init [2026-05-07,02:48:47.186] [DEBUG] UploadManager Init Complete [2026-05-07,02:48:47.191] [INFO] Initializing GPS... [2026-05-07,02:48:47.193] [INFO] Starting location capture [2026-05-07,02:49:27.157] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:49:27.163] [INFO] LocationSqlManager initialising [2026-05-07,02:49:27.164] [INFO] Location DB initialising [2026-05-07,02:49:27.175] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:49:27.176] [DEBUG] UploadManager Init [2026-05-07,02:49:27.177] [DEBUG] UploadManager Init Complete [2026-05-07,02:49:27.181] [INFO] Initializing GPS... [2026-05-07,02:49:27.184] [INFO] Starting location capture [2026-05-07,02:50:06.502] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:50:06.507] [INFO] LocationSqlManager initialising [2026-05-07,02:50:06.508] [INFO] Location DB initialising [2026-05-07,02:50:06.517] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:50:06.518] [DEBUG] UploadManager Init [2026-05-07,02:50:06.518] [DEBUG] UploadManager Init Complete [2026-05-07,02:50:06.521] [INFO] Initializing GPS... [2026-05-07,02:50:06.523] [INFO] Starting location capture [2026-05-07,02:50:43.936] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:50:43.941] [INFO] LocationSqlManager initialising [2026-05-07,02:50:43.942] [INFO] Location DB initialising [2026-05-07,02:50:43.953] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:50:43.954] [DEBUG] UploadManager Init [2026-05-07,02:50:43.955] [DEBUG] UploadManager Init Complete [2026-05-07,02:50:43.959] [INFO] Initializing GPS... [2026-05-07,02:50:43.962] [INFO] Starting location capture [2026-05-07,02:51:24.784] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:51:24.789] [INFO] LocationSqlManager initialising [2026-05-07,02:51:24.790] [INFO] Location DB initialising [2026-05-07,02:51:24.801] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:51:24.802] [DEBUG] UploadManager Init [2026-05-07,02:51:24.803] [DEBUG] UploadManager Init Complete [2026-05-07,02:51:24.807] [INFO] Initializing GPS... [2026-05-07,02:51:24.810] [INFO] Starting location capture [2026-05-07,02:52:04.181] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:52:04.188] [INFO] LocationSqlManager initialising [2026-05-07,02:52:04.189] [INFO] Location DB initialising [2026-05-07,02:52:04.200] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:52:04.201] [DEBUG] UploadManager Init [2026-05-07,02:52:04.202] [DEBUG] UploadManager Init Complete [2026-05-07,02:52:04.206] [INFO] Initializing GPS... [2026-05-07,02:52:04.209] [INFO] Starting location capture [2026-05-07,02:52:42.741] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:52:42.747] [INFO] LocationSqlManager initialising [2026-05-07,02:52:42.748] [INFO] Location DB initialising [2026-05-07,02:52:42.759] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:52:42.760] [DEBUG] UploadManager Init [2026-05-07,02:52:42.760] [DEBUG] UploadManager Init Complete [2026-05-07,02:52:42.763] [INFO] Initializing GPS... [2026-05-07,02:52:42.765] [INFO] Starting location capture [2026-05-07,02:53:22.005] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:53:22.010] [INFO] LocationSqlManager initialising [2026-05-07,02:53:22.010] [INFO] Location DB initialising [2026-05-07,02:53:22.019] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:53:22.020] [DEBUG] UploadManager Init [2026-05-07,02:53:22.020] [DEBUG] UploadManager Init Complete [2026-05-07,02:53:22.023] [INFO] Initializing GPS... [2026-05-07,02:53:22.025] [INFO] Starting location capture [2026-05-07,02:54:01.359] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:54:01.366] [INFO] LocationSqlManager initialising [2026-05-07,02:54:01.367] [INFO] Location DB initialising [2026-05-07,02:54:01.378] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:54:01.379] [DEBUG] UploadManager Init [2026-05-07,02:54:01.380] [DEBUG] UploadManager Init Complete [2026-05-07,02:54:01.385] [INFO] Initializing GPS... [2026-05-07,02:54:01.388] [INFO] Starting location capture [2026-05-07,02:54:39.667] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:54:39.674] [INFO] LocationSqlManager initialising [2026-05-07,02:54:39.675] [INFO] Location DB initialising [2026-05-07,02:54:39.687] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:54:39.688] [DEBUG] UploadManager Init [2026-05-07,02:54:39.688] [DEBUG] UploadManager Init Complete [2026-05-07,02:54:39.693] [INFO] Initializing GPS... [2026-05-07,02:54:39.696] [INFO] Starting location capture [2026-05-07,02:55:19.208] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:55:19.216] [INFO] LocationSqlManager initialising [2026-05-07,02:55:19.217] [INFO] Location DB initialising [2026-05-07,02:55:19.228] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:55:19.229] [DEBUG] UploadManager Init [2026-05-07,02:55:19.230] [DEBUG] UploadManager Init Complete [2026-05-07,02:55:19.235] [INFO] Initializing GPS... [2026-05-07,02:55:19.238] [INFO] Starting location capture [2026-05-07,02:56:00.361] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:56:00.368] [INFO] LocationSqlManager initialising [2026-05-07,02:56:00.369] [INFO] Location DB initialising [2026-05-07,02:56:00.380] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:56:00.381] [DEBUG] UploadManager Init [2026-05-07,02:56:00.382] [DEBUG] UploadManager Init Complete [2026-05-07,02:56:00.387] [INFO] Initializing GPS... [2026-05-07,02:56:00.389] [INFO] Starting location capture [2026-05-07,02:56:35.191] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:56:35.200] [INFO] LocationSqlManager initialising [2026-05-07,02:56:35.200] [INFO] Location DB initialising [2026-05-07,02:56:35.210] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:56:35.211] [DEBUG] UploadManager Init [2026-05-07,02:56:35.211] [DEBUG] UploadManager Init Complete [2026-05-07,02:56:35.214] [INFO] Initializing GPS... [2026-05-07,02:56:35.216] [INFO] Starting location capture [2026-05-07,02:57:13.815] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:57:13.822] [INFO] LocationSqlManager initialising [2026-05-07,02:57:13.823] [INFO] Location DB initialising [2026-05-07,02:57:13.834] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:57:13.835] [DEBUG] UploadManager Init [2026-05-07,02:57:13.836] [DEBUG] UploadManager Init Complete [2026-05-07,02:57:13.840] [INFO] Initializing GPS... [2026-05-07,02:57:13.843] [INFO] Starting location capture [2026-05-07,02:57:53.622] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:57:53.629] [INFO] LocationSqlManager initialising [2026-05-07,02:57:53.630] [INFO] Location DB initialising [2026-05-07,02:57:53.642] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:57:53.643] [DEBUG] UploadManager Init [2026-05-07,02:57:53.643] [DEBUG] UploadManager Init Complete [2026-05-07,02:57:53.648] [INFO] Initializing GPS... [2026-05-07,02:57:53.651] [INFO] Starting location capture [2026-05-07,02:58:31.975] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:58:31.980] [INFO] LocationSqlManager initialising [2026-05-07,02:58:31.980] [INFO] Location DB initialising [2026-05-07,02:58:31.989] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:58:31.990] [DEBUG] UploadManager Init [2026-05-07,02:58:31.990] [DEBUG] UploadManager Init Complete [2026-05-07,02:58:31.993] [INFO] Initializing GPS... [2026-05-07,02:58:31.995] [INFO] Starting location capture [2026-05-07,02:59:10.104] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:59:10.111] [INFO] LocationSqlManager initialising [2026-05-07,02:59:10.113] [INFO] Location DB initialising [2026-05-07,02:59:10.126] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:59:10.127] [DEBUG] UploadManager Init [2026-05-07,02:59:10.127] [DEBUG] UploadManager Init Complete [2026-05-07,02:59:10.132] [INFO] Initializing GPS... [2026-05-07,02:59:10.135] [INFO] Starting location capture [2026-05-07,02:59:49.279] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,02:59:49.284] [INFO] LocationSqlManager initialising [2026-05-07,02:59:49.284] [INFO] Location DB initialising [2026-05-07,02:59:49.293] [INFO] LocationSqlManager initialisation complete [2026-05-07,02:59:49.294] [DEBUG] UploadManager Init [2026-05-07,02:59:49.295] [DEBUG] UploadManager Init Complete [2026-05-07,02:59:49.297] [INFO] Initializing GPS... [2026-05-07,02:59:49.299] [INFO] Starting location capture [2026-05-07,03:00:26.584] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:00:26.589] [INFO] LocationSqlManager initialising [2026-05-07,03:00:26.589] [INFO] Location DB initialising [2026-05-07,03:00:26.599] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:00:26.599] [DEBUG] UploadManager Init [2026-05-07,03:00:26.600] [DEBUG] UploadManager Init Complete [2026-05-07,03:00:26.602] [INFO] Initializing GPS... [2026-05-07,03:00:26.604] [INFO] Starting location capture [2026-05-07,03:01:04.761] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:01:04.768] [INFO] LocationSqlManager initialising [2026-05-07,03:01:04.769] [INFO] Location DB initialising [2026-05-07,03:01:04.780] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:01:04.782] [DEBUG] UploadManager Init [2026-05-07,03:01:04.782] [DEBUG] UploadManager Init Complete [2026-05-07,03:01:04.787] [INFO] Initializing GPS... [2026-05-07,03:01:04.791] [INFO] Starting location capture [2026-05-07,03:01:43.864] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:01:43.872] [INFO] LocationSqlManager initialising [2026-05-07,03:01:43.872] [INFO] Location DB initialising [2026-05-07,03:01:43.884] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:01:43.885] [DEBUG] UploadManager Init [2026-05-07,03:01:43.885] [DEBUG] UploadManager Init Complete [2026-05-07,03:01:43.890] [INFO] Initializing GPS... [2026-05-07,03:01:43.893] [INFO] Starting location capture [2026-05-07,03:02:24.271] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:02:24.276] [INFO] LocationSqlManager initialising [2026-05-07,03:02:24.276] [INFO] Location DB initialising [2026-05-07,03:02:24.286] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:02:24.287] [DEBUG] UploadManager Init [2026-05-07,03:02:24.287] [DEBUG] UploadManager Init Complete [2026-05-07,03:02:24.290] [INFO] Initializing GPS... [2026-05-07,03:02:24.292] [INFO] Starting location capture [2026-05-07,03:03:02.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:03:02.961] [INFO] LocationSqlManager initialising [2026-05-07,03:03:02.962] [INFO] Location DB initialising [2026-05-07,03:03:02.971] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:03:02.972] [DEBUG] UploadManager Init [2026-05-07,03:03:02.972] [DEBUG] UploadManager Init Complete [2026-05-07,03:03:02.975] [INFO] Initializing GPS... [2026-05-07,03:03:02.977] [INFO] Starting location capture [2026-05-07,03:03:42.390] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:03:42.395] [INFO] LocationSqlManager initialising [2026-05-07,03:03:42.396] [INFO] Location DB initialising [2026-05-07,03:03:42.407] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:03:42.408] [DEBUG] UploadManager Init [2026-05-07,03:03:42.409] [DEBUG] UploadManager Init Complete [2026-05-07,03:03:42.413] [INFO] Initializing GPS... [2026-05-07,03:03:42.416] [INFO] Starting location capture [2026-05-07,03:04:20.945] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:04:20.952] [INFO] LocationSqlManager initialising [2026-05-07,03:04:20.953] [INFO] Location DB initialising [2026-05-07,03:04:20.963] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:04:20.964] [DEBUG] UploadManager Init [2026-05-07,03:04:20.965] [DEBUG] UploadManager Init Complete [2026-05-07,03:04:20.968] [INFO] Initializing GPS... [2026-05-07,03:04:20.970] [INFO] Starting location capture [2026-05-07,03:05:00.739] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:05:00.744] [INFO] LocationSqlManager initialising [2026-05-07,03:05:00.745] [INFO] Location DB initialising [2026-05-07,03:05:00.754] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:05:00.755] [DEBUG] UploadManager Init [2026-05-07,03:05:00.755] [DEBUG] UploadManager Init Complete [2026-05-07,03:05:00.758] [INFO] Initializing GPS... [2026-05-07,03:05:00.760] [INFO] Starting location capture [2026-05-07,03:05:39.124] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:05:39.129] [INFO] LocationSqlManager initialising [2026-05-07,03:05:39.130] [INFO] Location DB initialising [2026-05-07,03:05:39.139] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:05:39.140] [DEBUG] UploadManager Init [2026-05-07,03:05:39.141] [DEBUG] UploadManager Init Complete [2026-05-07,03:05:39.144] [INFO] Initializing GPS... [2026-05-07,03:05:39.146] [INFO] Starting location capture [2026-05-07,03:06:18.417] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:06:18.422] [INFO] LocationSqlManager initialising [2026-05-07,03:06:18.423] [INFO] Location DB initialising [2026-05-07,03:06:18.432] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:06:18.433] [DEBUG] UploadManager Init [2026-05-07,03:06:18.433] [DEBUG] UploadManager Init Complete [2026-05-07,03:06:18.435] [INFO] Initializing GPS... [2026-05-07,03:06:18.437] [INFO] Starting location capture [2026-05-07,03:06:56.803] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:06:56.808] [INFO] LocationSqlManager initialising [2026-05-07,03:06:56.809] [INFO] Location DB initialising [2026-05-07,03:06:56.818] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:06:56.819] [DEBUG] UploadManager Init [2026-05-07,03:06:56.819] [DEBUG] UploadManager Init Complete [2026-05-07,03:06:56.822] [INFO] Initializing GPS... [2026-05-07,03:06:56.823] [INFO] Starting location capture [2026-05-07,03:07:34.985] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:07:34.990] [INFO] LocationSqlManager initialising [2026-05-07,03:07:34.991] [INFO] Location DB initialising [2026-05-07,03:07:35.000] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:07:35.001] [DEBUG] UploadManager Init [2026-05-07,03:07:35.001] [DEBUG] UploadManager Init Complete [2026-05-07,03:07:35.004] [INFO] Initializing GPS... [2026-05-07,03:07:35.006] [INFO] Starting location capture [2026-05-07,03:08:13.219] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:08:13.224] [INFO] LocationSqlManager initialising [2026-05-07,03:08:13.224] [INFO] Location DB initialising [2026-05-07,03:08:13.234] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:08:13.234] [DEBUG] UploadManager Init [2026-05-07,03:08:13.235] [DEBUG] UploadManager Init Complete [2026-05-07,03:08:13.237] [INFO] Initializing GPS... [2026-05-07,03:08:13.239] [INFO] Starting location capture [2026-05-07,03:08:53.324] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:08:53.328] [INFO] LocationSqlManager initialising [2026-05-07,03:08:53.329] [INFO] Location DB initialising [2026-05-07,03:08:53.338] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:08:53.339] [DEBUG] UploadManager Init [2026-05-07,03:08:53.339] [DEBUG] UploadManager Init Complete [2026-05-07,03:08:53.342] [INFO] Initializing GPS... [2026-05-07,03:08:53.344] [INFO] Starting location capture [2026-05-07,03:09:32.383] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:09:32.390] [INFO] LocationSqlManager initialising [2026-05-07,03:09:32.391] [INFO] Location DB initialising [2026-05-07,03:09:32.401] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:09:32.402] [DEBUG] UploadManager Init [2026-05-07,03:09:32.402] [DEBUG] UploadManager Init Complete [2026-05-07,03:09:32.405] [INFO] Initializing GPS... [2026-05-07,03:09:32.407] [INFO] Starting location capture [2026-05-07,03:10:09.859] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:10:09.868] [INFO] LocationSqlManager initialising [2026-05-07,03:10:09.869] [INFO] Location DB initialising [2026-05-07,03:10:09.880] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:10:09.881] [DEBUG] UploadManager Init [2026-05-07,03:10:09.882] [DEBUG] UploadManager Init Complete [2026-05-07,03:10:09.886] [INFO] Initializing GPS... [2026-05-07,03:10:09.889] [INFO] Starting location capture [2026-05-07,03:10:50.067] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:10:50.072] [INFO] LocationSqlManager initialising [2026-05-07,03:10:50.073] [INFO] Location DB initialising [2026-05-07,03:10:50.082] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:10:50.082] [DEBUG] UploadManager Init [2026-05-07,03:10:50.083] [DEBUG] UploadManager Init Complete [2026-05-07,03:10:50.085] [INFO] Initializing GPS... [2026-05-07,03:10:50.087] [INFO] Starting location capture [2026-05-07,03:11:26.688] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:11:26.693] [INFO] LocationSqlManager initialising [2026-05-07,03:11:26.693] [INFO] Location DB initialising [2026-05-07,03:11:26.702] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:11:26.703] [DEBUG] UploadManager Init [2026-05-07,03:11:26.703] [DEBUG] UploadManager Init Complete [2026-05-07,03:11:26.706] [INFO] Initializing GPS... [2026-05-07,03:11:26.708] [INFO] Starting location capture [2026-05-07,03:12:05.269] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:12:05.274] [INFO] LocationSqlManager initialising [2026-05-07,03:12:05.274] [INFO] Location DB initialising [2026-05-07,03:12:05.284] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:12:05.284] [DEBUG] UploadManager Init [2026-05-07,03:12:05.285] [DEBUG] UploadManager Init Complete [2026-05-07,03:12:05.287] [INFO] Initializing GPS... [2026-05-07,03:12:05.289] [INFO] Starting location capture [2026-05-07,03:12:43.900] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:12:43.905] [INFO] LocationSqlManager initialising [2026-05-07,03:12:43.906] [INFO] Location DB initialising [2026-05-07,03:12:43.915] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:12:43.916] [DEBUG] UploadManager Init [2026-05-07,03:12:43.916] [DEBUG] UploadManager Init Complete [2026-05-07,03:12:43.919] [INFO] Initializing GPS... [2026-05-07,03:12:43.921] [INFO] Starting location capture [2026-05-07,03:13:16.992] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:13:17.001] [INFO] LocationSqlManager initialising [2026-05-07,03:13:17.002] [INFO] Location DB initialising [2026-05-07,03:13:17.012] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:13:17.013] [DEBUG] UploadManager Init [2026-05-07,03:13:17.014] [DEBUG] UploadManager Init Complete [2026-05-07,03:13:17.018] [INFO] Initializing GPS... [2026-05-07,03:13:17.021] [INFO] Starting location capture [2026-05-07,03:13:55.673] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:13:55.681] [INFO] LocationSqlManager initialising [2026-05-07,03:13:55.682] [INFO] Location DB initialising [2026-05-07,03:13:55.693] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:13:55.695] [DEBUG] UploadManager Init [2026-05-07,03:13:55.695] [DEBUG] UploadManager Init Complete [2026-05-07,03:13:55.699] [INFO] Initializing GPS... [2026-05-07,03:13:55.702] [INFO] Starting location capture [2026-05-07,03:14:34.263] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:14:34.268] [INFO] LocationSqlManager initialising [2026-05-07,03:14:34.269] [INFO] Location DB initialising [2026-05-07,03:14:34.278] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:14:34.279] [DEBUG] UploadManager Init [2026-05-07,03:14:34.279] [DEBUG] UploadManager Init Complete [2026-05-07,03:14:34.282] [INFO] Initializing GPS... [2026-05-07,03:14:34.284] [INFO] Starting location capture [2026-05-07,03:15:12.827] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:15:12.832] [INFO] LocationSqlManager initialising [2026-05-07,03:15:12.833] [INFO] Location DB initialising [2026-05-07,03:15:12.842] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:15:12.843] [DEBUG] UploadManager Init [2026-05-07,03:15:12.843] [DEBUG] UploadManager Init Complete [2026-05-07,03:15:12.846] [INFO] Initializing GPS... [2026-05-07,03:15:12.848] [INFO] Starting location capture [2026-05-07,03:15:51.073] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:15:51.076] [INFO] LocationSqlManager initialising [2026-05-07,03:15:51.077] [INFO] Location DB initialising [2026-05-07,03:15:51.086] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:15:51.087] [DEBUG] UploadManager Init [2026-05-07,03:15:51.088] [DEBUG] UploadManager Init Complete [2026-05-07,03:15:51.090] [INFO] Initializing GPS... [2026-05-07,03:15:51.092] [INFO] Starting location capture [2026-05-07,03:16:29.726] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:16:29.733] [INFO] LocationSqlManager initialising [2026-05-07,03:16:29.734] [INFO] Location DB initialising [2026-05-07,03:16:29.745] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:16:29.746] [DEBUG] UploadManager Init [2026-05-07,03:16:29.746] [DEBUG] UploadManager Init Complete [2026-05-07,03:16:29.751] [INFO] Initializing GPS... [2026-05-07,03:16:29.754] [INFO] Starting location capture [2026-05-07,03:17:10.453] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:17:10.458] [INFO] LocationSqlManager initialising [2026-05-07,03:17:10.458] [INFO] Location DB initialising [2026-05-07,03:17:10.467] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:17:10.468] [DEBUG] UploadManager Init [2026-05-07,03:17:10.469] [DEBUG] UploadManager Init Complete [2026-05-07,03:17:10.472] [INFO] Initializing GPS... [2026-05-07,03:17:10.474] [INFO] Starting location capture [2026-05-07,03:17:50.118] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:17:50.126] [INFO] LocationSqlManager initialising [2026-05-07,03:17:50.127] [INFO] Location DB initialising [2026-05-07,03:17:50.142] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:17:50.144] [DEBUG] UploadManager Init [2026-05-07,03:17:50.145] [DEBUG] UploadManager Init Complete [2026-05-07,03:17:50.152] [INFO] Initializing GPS... [2026-05-07,03:17:50.159] [INFO] Starting location capture [2026-05-07,03:18:30.308] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:18:30.315] [INFO] LocationSqlManager initialising [2026-05-07,03:18:30.316] [INFO] Location DB initialising [2026-05-07,03:18:30.327] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:18:30.328] [DEBUG] UploadManager Init [2026-05-07,03:18:30.329] [DEBUG] UploadManager Init Complete [2026-05-07,03:18:30.332] [INFO] Initializing GPS... [2026-05-07,03:18:30.334] [INFO] Starting location capture [2026-05-07,03:19:08.971] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:19:08.977] [INFO] LocationSqlManager initialising [2026-05-07,03:19:08.978] [INFO] Location DB initialising [2026-05-07,03:19:08.989] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:19:08.990] [DEBUG] UploadManager Init [2026-05-07,03:19:08.990] [DEBUG] UploadManager Init Complete [2026-05-07,03:19:08.994] [INFO] Initializing GPS... [2026-05-07,03:19:08.996] [INFO] Starting location capture [2026-05-07,03:19:47.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:19:47.826] [INFO] LocationSqlManager initialising [2026-05-07,03:19:47.827] [INFO] Location DB initialising [2026-05-07,03:19:47.837] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:19:47.837] [DEBUG] UploadManager Init [2026-05-07,03:19:47.838] [DEBUG] UploadManager Init Complete [2026-05-07,03:19:47.840] [INFO] Initializing GPS... [2026-05-07,03:19:47.842] [INFO] Starting location capture [2026-05-07,03:20:26.041] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:20:26.048] [INFO] LocationSqlManager initialising [2026-05-07,03:20:26.049] [INFO] Location DB initialising [2026-05-07,03:20:26.060] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:20:26.061] [DEBUG] UploadManager Init [2026-05-07,03:20:26.061] [DEBUG] UploadManager Init Complete [2026-05-07,03:20:26.066] [INFO] Initializing GPS... [2026-05-07,03:20:26.068] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,03:22:29.138] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,03:22:29.145] [INFO] LocationSqlManager initialising [2026-05-07,03:22:29.146] [INFO] Location DB initialising [2026-05-07,03:22:29.157] [INFO] LocationSqlManager initialisation complete [2026-05-07,03:22:29.158] [DEBUG] UploadManager Init [2026-05-07,03:22:29.159] [DEBUG] UploadManager Init Complete [2026-05-07,03:22:29.163] [INFO] Initializing GPS... [2026-05-07,03:22:29.166] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,04:31:20.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,04:31:27.521] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,04:31:49.555] [DEBUG] Log Upload Complete! [2026-05-07,04:34:21.060] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,04:34:27.577] [DEBUG] Remote Access Enabled [2026-05-07,04:34:33.855] [INFO] Server Address: 138.201.17.179 [2026-05-07,04:34:33.856] [INFO] Server Port: 7000 [2026-05-07,04:34:33.861] [DEBUG] Starting Remote Access! 2026-05-07 04:34:33.996 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 04:34:33.997 [I] [client/service.go:294] try to connect to server... 2026-05-07 04:34:34.666 [I] [client/service.go:286] [b1bd5e1ae27ba60f] login to server success, get run id [b1bd5e1ae27ba60f] 2026-05-07 04:34:34.667 [I] [proxy/proxy_manager.go:173] [b1bd5e1ae27ba60f] proxy added: [DTN57CC5599] 2026-05-07 04:34:34.878 [I] [client/control.go:168] [b1bd5e1ae27ba60f] [DTN57CC5599] start proxy success [2026-05-07,04:35:22.315] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,04:35:28.959] [DEBUG] 6 processes running of frp type [2026-05-07,04:50:07.767] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,04:50:19.305] [DEBUG] 6 processes running of frp type [2026-05-07,05:05:17.599] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,05:05:24.506] [DEBUG] 6 processes running of frp type [2026-05-07,05:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,05:20:24.284] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,05:35:18.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,05:35:24.904] [DEBUG] 6 processes running of frp type [2026-05-07,05:50:17.559] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,05:50:24.175] [DEBUG] 6 processes running of frp type [2026-05-07,06:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,06:05:24.016] [DEBUG] 6 processes running of frp type [2026-05-07,06:20:17.187] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,06:20:23.810] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,06:30:40.696] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,06:30:40.704] [INFO] LocationSqlManager initialising [2026-05-07,06:30:40.705] [INFO] Location DB initialising [2026-05-07,06:30:40.715] [INFO] LocationSqlManager initialisation complete [2026-05-07,06:30:40.717] [DEBUG] UploadManager Init [2026-05-07,06:30:40.717] [DEBUG] UploadManager Init Complete [2026-05-07,06:30:40.722] [INFO] Initializing GPS... [2026-05-07,06:30:40.724] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,06:32:49.596] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,06:32:56.173] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,06:33:21.242] [DEBUG] Log Upload Complete! [2026-05-07,06:35:44.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,06:35:44.764] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-07,06:35:51.412] [DEBUG] Remote Access Enabled [2026-05-07,06:35:57.776] [INFO] Server Address: 138.201.17.179 [2026-05-07,06:35:57.777] [INFO] Server Port: 7000 [2026-05-07,06:35:57.782] [DEBUG] Starting Remote Access! 2026-05-07 06:35:57.917 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 06:35:57.917 [I] [client/service.go:294] try to connect to server... 2026-05-07 06:35:58.596 [I] [client/service.go:286] [be1376b2e5cfcb2a] login to server success, get run id [be1376b2e5cfcb2a] 2026-05-07 06:35:58.597 [I] [proxy/proxy_manager.go:173] [be1376b2e5cfcb2a] proxy added: [DTN57CC5599] 2026-05-07 06:35:58.824 [I] [client/control.go:168] [be1376b2e5cfcb2a] [DTN57CC5599] start proxy success [2026-05-07,06:50:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,06:50:24.261] [DEBUG] 6 processes running of frp type [2026-05-07,07:05:17.390] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,07:05:24.255] [DEBUG] 6 processes running of frp type [2026-05-07,07:20:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,07:20:24.227] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,07:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,07:35:24.747] [DEBUG] 6 processes running of frp type [2026-05-07,07:50:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,07:50:24.312] [DEBUG] 6 processes running of frp type [2026-05-07,08:02:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,08:02:24.090] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,08:03:10.431] [DEBUG] Log Upload Complete! [2026-05-07,08:05:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,08:05:24.417] [DEBUG] 6 processes running of frp type [2026-05-07,08:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,08:20:25.455] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,08:35:18.362] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,08:35:25.206] [DEBUG] 6 processes running of frp type [2026-05-07,08:50:17.663] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,08:50:24.328] [DEBUG] 6 processes running of frp type [2026-05-07,09:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,09:05:27.205] [DEBUG] 6 processes running of frp type [2026-05-07,09:20:17.533] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,09:20:25.098] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,09:35:19.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,09:35:34.914] [DEBUG] 6 processes running of frp type [2026-05-07,09:50:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,09:50:24.703] [DEBUG] 6 processes running of frp type [2026-05-07,10:05:17.017] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,10:05:23.827] [DEBUG] 6 processes running of frp type [2026-05-07,10:20:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,10:20:23.805] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,10:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,10:35:24.115] [DEBUG] 6 processes running of frp type [2026-05-07,10:50:17.451] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,10:50:24.279] [DEBUG] 6 processes running of frp type [2026-05-07,11:05:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,11:05:24.422] [DEBUG] 6 processes running of frp type [2026-05-07,11:20:17.814] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,11:20:24.543] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,11:35:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,11:35:24.093] [DEBUG] 6 processes running of frp type [2026-05-07,11:50:22.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,11:50:29.411] [DEBUG] 6 processes running of frp type [2026-05-07,12:05:17.862] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,12:05:24.642] [DEBUG] 6 processes running of frp type 2026-05-07 12:06:52.183 [I] [client/service.go:294] [be1376b2e5cfcb2a] try to connect to server... 2026-05-07 12:06:52.837 [I] [client/service.go:286] [be1376b2e5cfcb2a] login to server success, get run id [be1376b2e5cfcb2a] 2026-05-07 12:06:52.838 [I] [proxy/proxy_manager.go:173] [be1376b2e5cfcb2a] proxy added: [DTN57CC5599] 2026-05-07 12:06:54.010 [I] [client/control.go:168] [be1376b2e5cfcb2a] [DTN57CC5599] start proxy success [2026-05-07,12:20:17.992] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,12:20:25.176] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,12:35:17.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,12:35:23.708] [DEBUG] 6 processes running of frp type [2026-05-07,12:50:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,12:50:23.764] [DEBUG] 6 processes running of frp type [2026-05-07,13:05:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,13:05:25.509] [DEBUG] 6 processes running of frp type [2026-05-07,13:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,13:20:24.524] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,13:35:17.437] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,13:35:24.098] [DEBUG] 6 processes running of frp type [2026-05-07,13:50:17.961] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,13:50:24.652] [DEBUG] 6 processes running of frp type [2026-05-07,14:05:17.838] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,14:05:25.740] [DEBUG] 6 processes running of frp type [2026-05-07,14:20:16.953] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,14:20:23.599] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,14:35:17.745] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,14:35:24.502] [DEBUG] 6 processes running of frp type [2026-05-07,14:50:17.079] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,14:50:23.778] [DEBUG] 6 processes running of frp type [2026-05-07,15:05:17.485] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,15:05:26.793] [DEBUG] 6 processes running of frp type [2026-05-07,15:20:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,15:20:23.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,15:35:17.821] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,15:35:24.515] [DEBUG] 6 processes running of frp type [2026-05-07,15:50:17.006] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,15:50:23.761] [DEBUG] 6 processes running of frp type [2026-05-07,16:05:17.218] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,16:05:23.905] [DEBUG] 6 processes running of frp type [2026-05-07,16:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,16:20:23.997] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,16:35:17.564] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,16:35:24.899] [DEBUG] 6 processes running of frp type [2026-05-07,16:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,16:50:26.586] [DEBUG] 6 processes running of frp type [2026-05-07,17:05:23.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,17:05:29.739] [DEBUG] 6 processes running of frp type [2026-05-07,17:20:17.433] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,17:20:24.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,17:35:19.164] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,17:35:26.013] [DEBUG] 6 processes running of frp type [2026-05-07,17:50:17.700] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,17:50:24.380] [DEBUG] 6 processes running of frp type [2026-05-07,18:05:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,18:05:25.123] [DEBUG] 6 processes running of frp type [2026-05-07,18:20:17.334] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,18:20:24.012] [DEBUG] 6 processes running of frp type [2026-05-07,18:25:43.319] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,18:25:43.327] [INFO] LocationSqlManager initialising [2026-05-07,18:25:43.328] [INFO] Location DB initialising [2026-05-07,18:25:43.340] [INFO] LocationSqlManager initialisation complete [2026-05-07,18:25:43.341] [DEBUG] UploadManager Init [2026-05-07,18:25:43.342] [DEBUG] UploadManager Init Complete [2026-05-07,18:25:43.346] [INFO] Initializing GPS... [2026-05-07,18:25:43.349] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,18:27:47.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,18:28:00.990] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,18:29:46.328] [DEBUG] Log Upload Complete! [2026-05-07,18:30:45.364] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-07,18:30:45.397] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,18:30:52.210] [DEBUG] Remote Access Enabled [2026-05-07,18:30:58.955] [INFO] Server Address: 138.201.17.179 [2026-05-07,18:30:58.956] [INFO] Server Port: 7000 [2026-05-07,18:30:58.961] [DEBUG] Starting Remote Access! 2026-05-07 18:30:59.093 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 18:30:59.094 [I] [client/service.go:294] try to connect to server... 2026-05-07 18:31:01.591 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-07 18:31:01.592 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-07 18:31:01.876 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success [2026-05-07,18:35:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,18:35:43.355] [DEBUG] 6 processes running of frp type [2026-05-07,18:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,18:50:24.568] [DEBUG] 6 processes running of frp type [2026-05-07,19:05:17.783] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,19:05:25.189] [DEBUG] 6 processes running of frp type [2026-05-07,19:20:17.403] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,19:20:24.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,19:35:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,19:35:24.360] [DEBUG] 6 processes running of frp type [2026-05-07,19:50:17.733] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,19:50:24.402] [DEBUG] 6 processes running of frp type [2026-05-07,20:05:17.629] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,20:05:24.243] [DEBUG] 6 processes running of frp type 2026-05-07 20:19:43.314 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 20:19:53.316 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 20:19:53.316 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 20:20:03.318 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 20:20:03.318 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 20:20:13.319 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 20:20:13.320 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 20:20:16.558 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-07 20:20:35.792 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 20:20:41.368 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-07 20:20:41.368 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-07 20:20:41.794 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,20:35:22.854] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,20:35:29.604] [DEBUG] 6 processes running of frp type [2026-05-07,20:50:18.077] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,20:50:24.946] [DEBUG] 6 processes running of frp type [2026-05-07,21:05:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,21:05:24.084] [DEBUG] 6 processes running of frp type [2026-05-07,21:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,21:20:23.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,21:35:17.946] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,21:35:25.793] [DEBUG] 6 processes running of frp type [2026-05-07,21:50:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,21:50:29.853] [DEBUG] 6 processes running of frp type [2026-05-07,22:05:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,22:05:25.777] [DEBUG] 6 processes running of frp type [2026-05-07,22:20:17.035] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,22:20:23.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,22:35:17.768] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,22:35:24.811] [DEBUG] 6 processes running of frp type [2026-05-07,22:50:17.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,22:50:23.817] [DEBUG] 6 processes running of frp type 2026-05-07 23:03:27.092 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 23:03:28.123 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-07 23:03:28.124 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-07 23:03:28.395 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success [2026-05-07,23:05:17.068] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,23:05:23.860] [DEBUG] 6 processes running of frp type [2026-05-07,23:20:17.171] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,23:20:24.037] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,23:35:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,23:35:24.436] [DEBUG] 6 processes running of frp type [2026-05-07,23:50:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-07,23:50:24.941] [DEBUG] 6 processes running of frp type 2026-05-07 23:55:23.986 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-07 23:55:24.583 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-07 23:55:24.584 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-07 23:55:24.818 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success [2026-05-08,00:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,00:05:24.413] [DEBUG] 6 processes running of frp type [2026-05-08,00:20:17.690] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,00:20:24.362] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,00:35:17.089] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,00:35:23.719] [DEBUG] 6 processes running of frp type [2026-05-08,00:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,00:50:24.389] [DEBUG] 6 processes running of frp type [2026-05-08,01:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,01:05:26.784] [DEBUG] 6 processes running of frp type [2026-05-08,01:20:18.105] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,01:20:24.708] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,01:35:17.255] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,01:35:23.886] [DEBUG] 6 processes running of frp type [2026-05-08,01:50:17.927] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,01:50:24.597] [DEBUG] 6 processes running of frp type [2026-05-08,02:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,02:05:24.954] [DEBUG] 6 processes running of frp type [2026-05-08,02:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,02:20:23.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,02:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,02:35:24.015] [DEBUG] 6 processes running of frp type [2026-05-08,02:50:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,02:50:23.936] [DEBUG] 6 processes running of frp type [2026-05-08,03:05:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,03:05:23.769] [DEBUG] 6 processes running of frp type [2026-05-08,03:20:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,03:20:23.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,03:35:17.321] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,03:35:23.939] [DEBUG] 6 processes running of frp type [2026-05-08,03:50:17.099] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,03:50:23.752] [DEBUG] 6 processes running of frp type 2026-05-08 04:02:23.138 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 04:02:23.741 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-08 04:02:23.742 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-08 04:02:23.931 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success [2026-05-08,04:05:17.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,04:05:24.594] [DEBUG] 6 processes running of frp type 2026-05-08 04:06:34.729 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 04:06:36.902 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 04:06:36.902 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 04:06:39.941 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 04:06:39.942 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 04:06:39.955 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 04:06:49.218 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 04:06:50.002 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-08 04:06:50.003 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-08 04:06:50.208 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success [2026-05-08,04:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,04:20:24.418] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,04:35:18.469] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,04:35:25.035] [DEBUG] 6 processes running of frp type [2026-05-08,04:50:18.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,04:50:24.696] [DEBUG] 6 processes running of frp type [2026-05-08,05:05:23.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,05:05:29.842] [DEBUG] 6 processes running of frp type [2026-05-08,05:20:17.056] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,05:20:23.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,05:35:17.441] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,05:35:24.083] [DEBUG] 6 processes running of frp type [2026-05-08,05:50:17.935] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,05:50:24.584] [DEBUG] 6 processes running of frp type 2026-05-08 06:00:58.954 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:01:08.956 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 06:01:08.957 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:01:18.960 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 06:01:18.960 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:01:28.963 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 06:01:28.964 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:01:38.965 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 06:01:38.965 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:01:48.967 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 06:02:08.968 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:02:18.970 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 06:02:38.971 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:02:39.997 [W] [client/service.go:297] [fb20fcd99c6a0e10] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 06:02:59.998 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:03:00.658 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-08 06:03:00.659 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-08 06:03:00.877 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success 2026-05-08 06:03:40.223 [I] [client/service.go:294] [fb20fcd99c6a0e10] try to connect to server... 2026-05-08 06:03:45.568 [I] [client/service.go:286] [fb20fcd99c6a0e10] login to server success, get run id [fb20fcd99c6a0e10] 2026-05-08 06:03:45.570 [I] [proxy/proxy_manager.go:173] [fb20fcd99c6a0e10] proxy added: [DTN57CC5599] 2026-05-08 06:03:45.964 [I] [client/control.go:168] [fb20fcd99c6a0e10] [DTN57CC5599] start proxy success [2026-05-08,06:05:17.948] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,06:05:24.840] [DEBUG] 6 processes running of frp type [2026-05-08,06:20:19.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,06:20:25.969] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,06:30:41.957] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,06:30:41.962] [INFO] LocationSqlManager initialising [2026-05-08,06:30:41.962] [INFO] Location DB initialising [2026-05-08,06:30:41.972] [INFO] LocationSqlManager initialisation complete [2026-05-08,06:30:41.973] [DEBUG] UploadManager Init [2026-05-08,06:30:41.973] [DEBUG] UploadManager Init Complete [2026-05-08,06:30:41.976] [INFO] Initializing GPS... [2026-05-08,06:30:41.978] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,06:32:44.635] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,06:32:56.196] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,06:33:20.260] [DEBUG] Log Upload Complete! [2026-05-08,06:35:44.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,06:35:51.630] [DEBUG] Remote Access Enabled [2026-05-08,06:35:57.871] [INFO] Server Address: 138.201.17.179 [2026-05-08,06:35:57.873] [INFO] Server Port: 7000 [2026-05-08,06:35:57.877] [DEBUG] Starting Remote Access! 2026-05-08 06:35:58.013 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 06:35:58.013 [I] [client/service.go:294] try to connect to server... 2026-05-08 06:35:58.646 [I] [client/service.go:286] [d1f715643c217828] login to server success, get run id [d1f715643c217828] 2026-05-08 06:35:58.647 [I] [proxy/proxy_manager.go:173] [d1f715643c217828] proxy added: [DTN57CC5599] 2026-05-08 06:35:58.874 [I] [client/control.go:168] [d1f715643c217828] [DTN57CC5599] start proxy success [2026-05-08,06:50:16.985] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,06:50:24.010] [DEBUG] 6 processes running of frp type [2026-05-08,07:05:17.226] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,07:05:23.923] [DEBUG] 6 processes running of frp type [2026-05-08,07:20:17.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,07:20:23.950] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-08 07:30:07.913 [I] [client/service.go:294] [d1f715643c217828] try to connect to server... 2026-05-08 07:30:08.573 [I] [client/service.go:286] [d1f715643c217828] login to server success, get run id [d1f715643c217828] 2026-05-08 07:30:08.575 [I] [proxy/proxy_manager.go:173] [d1f715643c217828] proxy added: [DTN57CC5599] 2026-05-08 07:30:08.792 [I] [client/control.go:168] [d1f715643c217828] [DTN57CC5599] start proxy success [2026-05-08,07:35:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,07:35:25.110] [DEBUG] 6 processes running of frp type [2026-05-08,07:50:16.960] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,07:50:23.714] [DEBUG] 6 processes running of frp type [2026-05-08,08:02:17.026] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,08:02:23.564] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,08:03:00.753] [DEBUG] Log Upload Complete! [2026-05-08,08:05:16.958] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,08:05:25.189] [DEBUG] 6 processes running of frp type [2026-05-08,08:20:17.901] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,08:20:24.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,08:35:19.797] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,08:35:26.678] [DEBUG] 6 processes running of frp type [2026-05-08,08:50:17.462] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,08:50:24.026] [DEBUG] 6 processes running of frp type [2026-05-08,09:05:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,09:05:24.401] [DEBUG] 6 processes running of frp type [2026-05-08,09:20:17.685] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,09:20:24.551] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,09:35:18.324] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,09:35:25.197] [DEBUG] 6 processes running of frp type [2026-05-08,09:50:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,09:50:24.634] [DEBUG] 6 processes running of frp type [2026-05-08,10:05:18.673] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,10:05:25.679] [DEBUG] 6 processes running of frp type [2026-05-08,10:20:18.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,10:20:27.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,10:35:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,10:35:24.058] [DEBUG] 6 processes running of frp type [2026-05-08,10:50:17.661] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,10:50:24.730] [DEBUG] 6 processes running of frp type [2026-05-08,11:05:17.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,11:05:23.994] [DEBUG] 6 processes running of frp type [2026-05-08,11:20:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,11:20:24.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,11:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,11:35:24.330] [DEBUG] 6 processes running of frp type [2026-05-08,11:50:18.009] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,11:50:25.058] [DEBUG] 6 processes running of frp type [2026-05-08,12:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,12:05:24.636] [DEBUG] 6 processes running of frp type [2026-05-08,12:20:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,12:20:24.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,12:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,12:35:24.595] [DEBUG] 6 processes running of frp type [2026-05-08,12:50:17.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,12:50:24.536] [DEBUG] 6 processes running of frp type [2026-05-08,13:05:18.043] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,13:05:25.302] [DEBUG] 6 processes running of frp type [2026-05-08,12:59:00.636] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,12:59:00.641] [INFO] LocationSqlManager initialising [2026-05-08,12:59:00.642] [INFO] Location DB initialising [2026-05-08,12:59:00.651] [INFO] LocationSqlManager initialisation complete [2026-05-08,12:59:00.652] [DEBUG] UploadManager Init [2026-05-08,12:59:00.652] [DEBUG] UploadManager Init Complete [2026-05-08,12:59:00.655] [INFO] Initializing GPS... [2026-05-08,12:59:00.657] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,14:41:07.109] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,14:41:14.450] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,14:41:23.334] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,14:41:23.342] [INFO] LocationSqlManager initialising [2026-05-08,14:41:23.343] [INFO] Location DB initialising [2026-05-08,14:41:23.354] [INFO] LocationSqlManager initialisation complete [2026-05-08,14:41:23.355] [DEBUG] UploadManager Init [2026-05-08,14:41:23.356] [DEBUG] UploadManager Init Complete [2026-05-08,14:41:23.360] [INFO] Initializing GPS... [2026-05-08,14:41:23.364] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,14:51:10.531] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,14:51:22.353] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,14:51:53.712] [DEBUG] Log Upload Complete! [2026-05-08,14:54:10.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,14:54:17.599] [DEBUG] Remote Access Enabled [2026-05-08,14:54:23.946] [INFO] Server Address: 138.201.17.179 [2026-05-08,14:54:23.947] [INFO] Server Port: 7000 [2026-05-08,14:54:23.952] [DEBUG] Starting Remote Access! 2026-05-08 14:54:24.089 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 14:54:24.090 [I] [client/service.go:294] try to connect to server... 2026-05-08 14:54:24.880 [I] [client/service.go:286] [548ad778ef9599ba] login to server success, get run id [548ad778ef9599ba] 2026-05-08 14:54:24.881 [I] [proxy/proxy_manager.go:173] [548ad778ef9599ba] proxy added: [DTN57CC5599] 2026-05-08 14:54:25.122 [I] [client/control.go:168] [548ad778ef9599ba] [DTN57CC5599] start proxy success [2026-05-08,15:05:17.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,15:05:24.242] [DEBUG] 6 processes running of frp type [2026-05-08,15:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,15:20:25.084] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,15:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,15:35:26.208] [DEBUG] 6 processes running of frp type [2026-05-08,15:50:17.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,15:50:24.324] [DEBUG] 6 processes running of frp type [2026-05-08,16:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,16:05:24.839] [DEBUG] 6 processes running of frp type [2026-05-08,16:20:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,16:20:24.662] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,16:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,16:35:24.821] [DEBUG] 6 processes running of frp type [2026-05-08,16:50:19.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-05-08 16:50:34.137 [I] [client/service.go:294] [548ad778ef9599ba] try to connect to server... 2026-05-08 16:50:37.055 [I] [client/service.go:286] [548ad778ef9599ba] login to server success, get run id [548ad778ef9599ba] 2026-05-08 16:50:37.056 [I] [proxy/proxy_manager.go:173] [548ad778ef9599ba] proxy added: [DTN57CC5599] 2026-05-08 16:50:37.446 [I] [client/control.go:168] [548ad778ef9599ba] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-08,17:05:18.211] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,17:05:24.894] [DEBUG] 6 processes running of frp type [2026-05-08,17:20:17.154] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,17:20:25.333] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,17:35:18.314] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,17:35:25.818] [DEBUG] 6 processes running of frp type [2026-05-08,17:50:17.741] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,17:50:24.546] [DEBUG] 6 processes running of frp type [2026-05-08,18:05:18.059] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,18:05:29.690] [DEBUG] 6 processes running of frp type [2026-05-08,18:20:16.973] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,18:20:23.780] [DEBUG] 6 processes running of frp type [2026-05-08,18:25:40.915] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,18:25:40.921] [INFO] LocationSqlManager initialising [2026-05-08,18:25:40.921] [INFO] Location DB initialising [2026-05-08,18:25:40.931] [INFO] LocationSqlManager initialisation complete [2026-05-08,18:25:40.931] [DEBUG] UploadManager Init [2026-05-08,18:25:40.932] [DEBUG] UploadManager Init Complete [2026-05-08,18:25:40.934] [INFO] Initializing GPS... [2026-05-08,18:25:40.936] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,18:27:44.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,18:27:58.175] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,18:29:15.635] [DEBUG] Log Upload Complete! [2026-05-08,18:30:44.863] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,18:30:52.520] [DEBUG] Remote Access Enabled [2026-05-08,18:30:58.887] [INFO] Server Address: 138.201.17.179 [2026-05-08,18:30:58.889] [INFO] Server Port: 7000 [2026-05-08,18:30:58.894] [DEBUG] Starting Remote Access! 2026-05-08 18:30:59.032 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 18:30:59.033 [I] [client/service.go:294] try to connect to server... 2026-05-08 18:30:59.650 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-08 18:30:59.651 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-08 18:30:59.906 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-08,18:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,18:35:24.181] [DEBUG] 6 processes running of frp type [2026-05-08,18:50:17.461] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,18:50:24.964] [DEBUG] 6 processes running of frp type [2026-05-08,19:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,19:05:24.112] [DEBUG] 6 processes running of frp type [2026-05-08,19:20:18.382] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,19:20:25.696] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,19:35:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,19:35:23.704] [DEBUG] 6 processes running of frp type [2026-05-08,19:50:19.508] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) OSError: [Errno 113] No route to host During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 113] No route to host During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) [2026-05-08,20:05:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,20:05:24.161] [DEBUG] 6 processes running of frp type [2026-05-08,20:20:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,20:20:24.061] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,20:35:22.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,20:35:29.656] [DEBUG] 6 processes running of frp type [2026-05-08,20:50:17.693] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,20:50:25.195] [DEBUG] 6 processes running of frp type [2026-05-08,21:05:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,21:05:29.639] [DEBUG] 6 processes running of frp type 2026-05-08 21:13:35.948 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 21:13:43.729 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-08 21:13:43.731 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-08 21:13:49.975 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success 2026-05-08 21:18:31.170 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 21:18:41.172 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 21:18:41.173 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 21:18:42.521 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-08 21:18:42.521 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-08 21:18:42.760 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-08,21:20:17.781] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,21:20:29.622] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,21:35:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,21:35:24.382] [DEBUG] 6 processes running of frp type 2026-05-08 21:48:52.774 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 21:49:01.620 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-08 21:49:01.622 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-08 21:49:02.224 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-08,21:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,21:50:24.103] [DEBUG] 6 processes running of frp type 2026-05-08 21:53:40.636 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 21:53:43.344 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-08 21:53:43.345 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-08 21:53:43.556 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-08,22:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,22:05:25.457] [DEBUG] 6 processes running of frp type [2026-05-08,22:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,22:20:24.344] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,22:35:18.130] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,22:35:30.485] [DEBUG] 6 processes running of frp type [2026-05-08,22:50:17.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,22:50:25.014] [DEBUG] 6 processes running of frp type [2026-05-08,23:05:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,23:05:24.101] [DEBUG] 6 processes running of frp type [2026-05-08,23:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,23:20:24.054] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,23:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,23:35:24.509] [DEBUG] 6 processes running of frp type [2026-05-08,23:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-08,23:50:24.574] [DEBUG] 6 processes running of frp type 2026-05-08 23:56:08.417 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 23:56:18.670 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: connection write timeout 2026-05-08 23:56:18.670 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 23:56:31.591 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: i/o deadline reached 2026-05-08 23:56:31.592 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 23:56:45.819 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: i/o deadline reached 2026-05-08 23:56:45.820 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 23:56:59.567 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: connection write timeout 2026-05-08 23:56:59.568 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 23:57:01.242 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-08 23:57:01.243 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-08 23:57:01.543 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success 2026-05-08 23:59:46.579 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-08 23:59:56.581 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 23:59:56.582 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:00:12.260 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: connection write timeout 2026-05-09 00:00:12.261 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:00:22.263 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:00:22.264 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:00:32.266 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:00:32.266 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:00:42.268 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:01:02.269 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:01:17.834 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: connection write timeout 2026-05-09 00:01:37.836 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:01:39.620 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 00:01:39.622 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 00:01:39.960 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success 2026-05-09 00:03:20.671 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:03:30.673 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:03:30.674 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:03:40.675 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:03:40.675 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:03:57.972 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: connection write timeout 2026-05-09 00:03:57.973 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:04:07.974 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:04:07.975 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:04:17.976 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 00:04:37.977 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 00:04:47.811 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 00:04:47.813 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 00:04:49.538 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-09,00:05:23.202] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,00:05:32.014] [DEBUG] 6 processes running of frp type [2026-05-09,00:20:17.335] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,00:20:24.037] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,00:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,00:35:26.308] [DEBUG] 6 processes running of frp type [2026-05-09,00:50:17.483] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,00:50:24.297] [DEBUG] 6 processes running of frp type [2026-05-09,01:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,01:05:24.462] [DEBUG] 6 processes running of frp type [2026-05-09,01:20:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,01:20:26.081] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,01:35:17.626] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,01:35:24.291] [DEBUG] 6 processes running of frp type [2026-05-09,01:50:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,01:50:24.194] [DEBUG] 6 processes running of frp type [2026-05-09,02:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,02:05:24.193] [DEBUG] 6 processes running of frp type 2026-05-09 02:17:09.708 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 02:17:14.356 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 02:17:14.357 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 02:17:14.564 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-09,02:20:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,02:20:23.953] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,02:35:17.350] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,02:35:23.895] [DEBUG] 6 processes running of frp type 2026-05-09 02:47:12.639 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 02:47:20.785 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 02:47:20.786 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 02:47:21.232 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-09,02:50:18.067] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,02:50:24.705] [DEBUG] 6 processes running of frp type [2026-05-09,03:05:18.058] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,03:05:24.782] [DEBUG] 6 processes running of frp type [2026-05-09,03:20:17.097] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,03:20:23.741] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,03:35:17.076] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,03:35:23.646] [DEBUG] 6 processes running of frp type [2026-05-09,03:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,03:50:24.245] [DEBUG] 6 processes running of frp type 2026-05-09 04:03:45.242 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:03:48.165 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:03:48.166 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:03:51.206 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:03:51.207 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:03:54.248 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:04:03.397 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:04:03.401 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:04:22.726 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:04:22.730 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:04:42.731 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:04:42.737 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:05:02.738 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:05:02.748 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:05:22.750 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:05:22.752 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:05:42.754 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:05:42.759 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:06:02.761 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:06:02.764 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:06:22.766 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:06:22.774 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:06:42.775 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:06:42.779 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:07:02.780 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:07:03.435 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 04:07:03.436 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 04:07:03.659 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-09,04:20:17.615] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,04:20:24.210] [DEBUG] 6 processes running of frp type 2026-05-09 04:25:23.613 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:25:33.615 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 04:25:33.616 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:25:43.617 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 04:25:43.618 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:25:44.536 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 04:25:44.537 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 04:25:44.754 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,04:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,04:35:24.243] [DEBUG] 6 processes running of frp type [2026-05-09,04:50:17.703] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,04:50:24.207] [DEBUG] 6 processes running of frp type 2026-05-09 04:52:07.608 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:52:17.611 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 04:52:17.612 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:52:27.613 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 04:52:27.614 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 04:52:35.604 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 04:52:35.605 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 04:52:36.046 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success [2026-05-09,05:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,05:05:24.323] [DEBUG] 6 processes running of frp type [2026-05-09,05:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,05:20:24.160] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,05:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f 2026-05-09 05:35:37.310 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:35:47.313 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 05:35:47.314 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:35:57.315 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 05:35:57.316 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:36:07.317 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 05:36:07.318 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:36:17.320 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 05:36:17.320 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:36:27.322 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 05:36:47.323 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:36:57.326 [W] [client/service.go:297] [5b85c2e1d79e449a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 05:37:17.328 [I] [client/service.go:294] [5b85c2e1d79e449a] try to connect to server... 2026-05-09 05:37:18.024 [I] [client/service.go:286] [5b85c2e1d79e449a] login to server success, get run id [5b85c2e1d79e449a] 2026-05-09 05:37:18.025 [I] [proxy/proxy_manager.go:173] [5b85c2e1d79e449a] proxy added: [DTN57CC5599] 2026-05-09 05:37:18.237 [I] [client/control.go:168] [5b85c2e1d79e449a] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) [2026-05-09,05:50:17.406] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,05:50:24.059] [DEBUG] 6 processes running of frp type [2026-05-09,06:05:17.447] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,06:05:24.550] [DEBUG] 6 processes running of frp type [2026-05-09,06:20:17.624] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,06:20:24.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,06:30:41.872] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,06:30:41.880] [INFO] LocationSqlManager initialising [2026-05-09,06:30:41.881] [INFO] Location DB initialising [2026-05-09,06:30:41.892] [INFO] LocationSqlManager initialisation complete [2026-05-09,06:30:41.893] [DEBUG] UploadManager Init [2026-05-09,06:30:41.894] [DEBUG] UploadManager Init Complete [2026-05-09,06:30:41.899] [INFO] Initializing GPS... [2026-05-09,06:30:41.901] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,06:32:45.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,06:32:51.744] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-09,06:33:07.453] [DEBUG] Log Upload Complete! [2026-05-09,06:35:45.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,06:35:51.776] [DEBUG] Remote Access Enabled [2026-05-09,06:35:57.966] [INFO] Server Address: 138.201.17.179 [2026-05-09,06:35:57.967] [INFO] Server Port: 7000 [2026-05-09,06:35:57.972] [DEBUG] Starting Remote Access! 2026-05-09 06:35:58.107 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 06:35:58.107 [I] [client/service.go:294] try to connect to server... 2026-05-09 06:35:58.752 [I] [client/service.go:286] [6e2170c8f5fb1614] login to server success, get run id [6e2170c8f5fb1614] 2026-05-09 06:35:58.753 [I] [proxy/proxy_manager.go:173] [6e2170c8f5fb1614] proxy added: [DTN57CC5599] 2026-05-09 06:35:58.964 [I] [client/control.go:168] [6e2170c8f5fb1614] [DTN57CC5599] start proxy success 2026-05-09 06:40:40.187 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:40:50.189 [W] [client/service.go:297] [6e2170c8f5fb1614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 06:40:50.190 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:40:51.454 [I] [client/service.go:286] [6e2170c8f5fb1614] login to server success, get run id [6e2170c8f5fb1614] 2026-05-09 06:40:51.455 [I] [proxy/proxy_manager.go:173] [6e2170c8f5fb1614] proxy added: [DTN57CC5599] 2026-05-09 06:40:51.715 [I] [client/control.go:168] [6e2170c8f5fb1614] [DTN57CC5599] start proxy success [2026-05-09,06:50:16.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,06:50:24.401] [DEBUG] 6 processes running of frp type 2026-05-09 06:55:40.491 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:55:50.492 [W] [client/service.go:297] [6e2170c8f5fb1614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 06:55:50.493 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:55:51.625 [I] [client/service.go:286] [6e2170c8f5fb1614] login to server success, get run id [6e2170c8f5fb1614] 2026-05-09 06:55:51.627 [I] [proxy/proxy_manager.go:173] [6e2170c8f5fb1614] proxy added: [DTN57CC5599] 2026-05-09 06:55:51.857 [I] [client/control.go:168] [6e2170c8f5fb1614] [DTN57CC5599] start proxy success 2026-05-09 06:56:31.182 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:56:50.109 [W] [client/service.go:297] [6e2170c8f5fb1614] connect to server error: connection write timeout 2026-05-09 06:56:50.109 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:57:00.111 [W] [client/service.go:297] [6e2170c8f5fb1614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 06:57:00.112 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:57:10.113 [W] [client/service.go:297] [6e2170c8f5fb1614] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 06:57:10.113 [I] [client/service.go:294] [6e2170c8f5fb1614] try to connect to server... 2026-05-09 06:57:11.680 [I] [client/service.go:286] [6e2170c8f5fb1614] login to server success, get run id [6e2170c8f5fb1614] 2026-05-09 06:57:11.681 [I] [proxy/proxy_manager.go:173] [6e2170c8f5fb1614] proxy added: [DTN57CC5599] 2026-05-09 06:57:11.912 [I] [client/control.go:168] [6e2170c8f5fb1614] [DTN57CC5599] start proxy success [2026-05-09,07:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,07:05:24.557] [DEBUG] 6 processes running of frp type [2026-05-09,07:20:17.869] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,07:20:24.431] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,07:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,07:35:24.074] [DEBUG] 6 processes running of frp type [2026-05-09,07:50:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,07:50:24.549] [DEBUG] 6 processes running of frp type [2026-05-09,08:02:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,08:02:24.532] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-09,08:03:04.003] [DEBUG] Log Upload Complete! [2026-05-09,08:05:18.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,08:05:24.970] [DEBUG] 6 processes running of frp type [2026-05-09,08:20:17.275] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,08:20:23.943] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,08:35:17.392] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,08:35:24.052] [DEBUG] 6 processes running of frp type [2026-05-09,08:50:17.637] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,08:50:24.431] [DEBUG] 6 processes running of frp type [2026-05-09,09:05:18.078] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,09:05:24.993] [DEBUG] 6 processes running of frp type [2026-05-09,09:20:17.190] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,09:20:23.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,09:35:17.551] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,09:35:25.745] [DEBUG] 6 processes running of frp type [2026-05-09,09:50:22.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,09:50:29.765] [DEBUG] 6 processes running of frp type [2026-05-09,10:05:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,10:05:24.362] [DEBUG] 6 processes running of frp type [2026-05-09,10:20:17.586] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,10:20:24.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,10:35:18.229] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,10:35:25.266] [DEBUG] 6 processes running of frp type [2026-05-09,10:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,10:50:24.577] [DEBUG] 6 processes running of frp type [2026-05-09,11:05:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,11:05:24.651] [DEBUG] 6 processes running of frp type [2026-05-09,11:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,11:20:24.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,11:35:17.627] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,11:35:24.415] [DEBUG] 6 processes running of frp type [2026-05-09,11:50:18.237] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,11:50:24.904] [DEBUG] 6 processes running of frp type [2026-05-09,12:05:17.204] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,12:05:24.008] [DEBUG] 6 processes running of frp type [2026-05-09,12:20:17.434] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,12:20:24.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,12:35:17.173] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,12:35:23.922] [DEBUG] 6 processes running of frp type [2026-05-09,12:50:17.416] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,12:50:24.083] [DEBUG] 6 processes running of frp type [2026-05-09,13:05:17.757] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,13:05:24.498] [DEBUG] 6 processes running of frp type [2026-05-09,13:20:17.782] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,13:20:25.061] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,13:35:17.895] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,13:35:24.616] [DEBUG] 6 processes running of frp type [2026-05-09,13:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,13:50:23.892] [DEBUG] 6 processes running of frp type [2026-05-09,14:05:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,14:05:24.134] [DEBUG] 6 processes running of frp type [2026-05-09,14:20:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,14:20:24.712] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,14:35:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,14:35:24.609] [DEBUG] 6 processes running of frp type [2026-05-09,14:50:17.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,14:50:23.729] [DEBUG] 6 processes running of frp type [2026-05-09,15:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,15:05:24.293] [DEBUG] 6 processes running of frp type [2026-05-09,15:20:17.785] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,15:20:24.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,15:35:17.219] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,15:35:23.867] [DEBUG] 6 processes running of frp type [2026-05-09,15:50:17.306] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,15:50:24.648] [DEBUG] 6 processes running of frp type [2026-05-09,16:05:23.837] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,16:05:32.037] [DEBUG] 6 processes running of frp type [2026-05-09,16:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,16:20:24.229] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,16:35:17.806] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,16:35:25.144] [DEBUG] 6 processes running of frp type [2026-05-09,16:50:17.439] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,16:50:24.106] [DEBUG] 6 processes running of frp type [2026-05-09,17:05:17.473] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,17:05:24.179] [DEBUG] 6 processes running of frp type [2026-05-09,17:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,17:20:24.134] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,17:35:17.775] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,17:35:24.892] [DEBUG] 6 processes running of frp type [2026-05-09,17:50:17.387] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,17:50:24.335] [DEBUG] 6 processes running of frp type [2026-05-09,18:05:17.934] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,18:05:24.934] [DEBUG] 6 processes running of frp type [2026-05-09,18:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,18:20:24.139] [DEBUG] 6 processes running of frp type [2026-05-09,18:25:41.065] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,18:25:41.070] [INFO] LocationSqlManager initialising [2026-05-09,18:25:41.071] [INFO] Location DB initialising [2026-05-09,18:25:41.080] [INFO] LocationSqlManager initialisation complete [2026-05-09,18:25:41.081] [DEBUG] UploadManager Init [2026-05-09,18:25:41.081] [DEBUG] UploadManager Init Complete [2026-05-09,18:25:41.084] [INFO] Initializing GPS... [2026-05-09,18:25:41.086] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,18:27:44.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,18:27:51.631] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-09,18:28:50.656] [DEBUG] Log Upload Complete! [2026-05-09,18:30:44.875] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,18:30:51.613] [DEBUG] Remote Access Enabled [2026-05-09,18:30:58.029] [INFO] Server Address: 138.201.17.179 [2026-05-09,18:30:58.030] [INFO] Server Port: 7000 [2026-05-09,18:30:58.034] [DEBUG] Starting Remote Access! 2026-05-09 18:30:58.176 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 18:30:58.177 [I] [client/service.go:294] try to connect to server... 2026-05-09 18:30:59.219 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-09 18:30:59.221 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-09 18:30:59.471 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success [2026-05-09,18:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,18:35:24.653] [DEBUG] 6 processes running of frp type [2026-05-09,18:50:18.101] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,18:50:24.922] [DEBUG] 6 processes running of frp type [2026-05-09,19:05:22.344] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,19:05:29.012] [DEBUG] 6 processes running of frp type [2026-05-09,19:20:17.351] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,19:20:24.482] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,19:35:18.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,19:35:24.743] [DEBUG] 6 processes running of frp type [2026-05-09,19:50:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,19:50:25.945] [DEBUG] 6 processes running of frp type [2026-05-09,20:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,20:05:24.139] [DEBUG] 6 processes running of frp type [2026-05-09,20:20:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,20:20:24.536] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,20:35:17.996] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,20:35:24.646] [DEBUG] 6 processes running of frp type [2026-05-09,20:50:17.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,20:50:24.699] [DEBUG] 6 processes running of frp type [2026-05-09,21:05:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,21:05:25.311] [DEBUG] 6 processes running of frp type [2026-05-09,21:20:17.499] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,21:20:24.161] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,21:35:17.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,21:35:24.164] [DEBUG] 6 processes running of frp type [2026-05-09,21:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,21:50:24.936] [DEBUG] 6 processes running of frp type [2026-05-09,22:05:17.280] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,22:05:23.889] [DEBUG] 6 processes running of frp type [2026-05-09,22:20:17.096] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,22:20:23.868] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,22:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,22:35:24.118] [DEBUG] 6 processes running of frp type [2026-05-09,22:50:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,22:50:27.129] [DEBUG] 6 processes running of frp type [2026-05-09,23:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,23:05:23.856] [DEBUG] 6 processes running of frp type [2026-05-09,23:20:17.083] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,23:20:25.974] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,23:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,23:35:24.074] [DEBUG] 6 processes running of frp type [2026-05-09,23:50:17.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-09,23:50:24.050] [DEBUG] 6 processes running of frp type 2026-05-09 23:56:18.444 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-09 23:56:34.880 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-09 23:56:34.882 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-09 23:56:35.305 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success 2026-05-10 00:03:09.756 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 00:03:19.758 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 00:03:19.759 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 00:03:29.760 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 00:03:29.761 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 00:03:39.762 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 00:03:39.763 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 00:03:48.488 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-10 00:03:48.489 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-10 00:03:48.728 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success [2026-05-10,00:05:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,00:05:24.001] [DEBUG] 6 processes running of frp type [2026-05-10,00:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,00:20:23.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,00:35:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,00:35:24.022] [DEBUG] 6 processes running of frp type [2026-05-10,00:50:17.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,00:50:23.689] [DEBUG] 6 processes running of frp type [2026-05-10,01:05:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,01:05:24.667] [DEBUG] 6 processes running of frp type [2026-05-10,01:20:17.842] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,01:20:24.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,01:35:17.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,01:35:24.518] [DEBUG] 6 processes running of frp type [2026-05-10,01:50:17.618] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,01:50:24.180] [DEBUG] 6 processes running of frp type [2026-05-10,02:05:17.364] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,02:05:23.889] [DEBUG] 6 processes running of frp type [2026-05-10,02:20:17.085] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,02:20:23.535] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,02:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,02:35:26.027] [DEBUG] 6 processes running of frp type [2026-05-10,02:50:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,02:50:23.864] [DEBUG] 6 processes running of frp type 2026-05-10 02:56:42.939 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 02:56:43.600 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-10 02:56:43.601 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-10 02:56:43.821 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success [2026-05-10,03:05:17.037] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,03:05:23.991] [DEBUG] 6 processes running of frp type [2026-05-10,03:20:17.236] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,03:20:23.703] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,03:35:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,03:35:23.678] [DEBUG] 6 processes running of frp type [2026-05-10,03:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,03:50:24.329] [DEBUG] 6 processes running of frp type [2026-05-10,04:05:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,04:05:24.452] [DEBUG] 6 processes running of frp type 2026-05-10 04:06:31.302 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 04:06:31.990 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 04:06:34.017 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 04:06:35.029 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 04:06:39.316 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 04:06:41.112 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 04:06:49.823 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 04:06:50.480 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-10 04:06:50.481 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-10 04:06:50.685 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success [2026-05-10,04:20:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,04:20:24.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,04:35:17.186] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,04:35:23.653] [DEBUG] 6 processes running of frp type [2026-05-10,04:50:18.118] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,04:50:24.632] [DEBUG] 6 processes running of frp type [2026-05-10,05:05:16.893] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,05:05:23.443] [DEBUG] 6 processes running of frp type [2026-05-10,05:20:17.925] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,05:20:24.508] [DEBUG] 6 processes running of frp type 2026-05-10 05:24:51.538 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:25:01.540 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 05:25:01.541 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:25:11.542 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 05:25:11.543 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:25:21.545 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 05:25:21.545 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:25:31.547 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 05:25:31.548 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:25:41.549 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 05:26:01.550 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-10 05:26:11.551 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 05:26:31.553 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:26:31.560 [W] [client/service.go:297] [d8fcee3297d483c7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 05:26:51.561 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 05:26:52.313 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-10 05:26:52.315 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-10 05:26:52.549 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success [2026-05-10,05:35:17.443] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,05:35:24.087] [DEBUG] 6 processes running of frp type [2026-05-10,05:50:17.688] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,05:50:24.617] [DEBUG] 6 processes running of frp type [2026-05-10,06:05:18.272] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,06:05:24.961] [DEBUG] 6 processes running of frp type 2026-05-10 06:15:46.335 [I] [client/service.go:294] [d8fcee3297d483c7] try to connect to server... 2026-05-10 06:15:47.448 [I] [client/service.go:286] [d8fcee3297d483c7] login to server success, get run id [d8fcee3297d483c7] 2026-05-10 06:15:47.450 [I] [proxy/proxy_manager.go:173] [d8fcee3297d483c7] proxy added: [DTN57CC5599] 2026-05-10 06:15:47.690 [I] [client/control.go:168] [d8fcee3297d483c7] [DTN57CC5599] start proxy success [2026-05-10,06:20:17.213] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,06:20:23.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,06:30:41.718] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,06:30:41.723] [INFO] LocationSqlManager initialising [2026-05-10,06:30:41.724] [INFO] Location DB initialising [2026-05-10,06:30:41.734] [INFO] LocationSqlManager initialisation complete [2026-05-10,06:30:41.734] [DEBUG] UploadManager Init [2026-05-10,06:30:41.735] [DEBUG] UploadManager Init Complete [2026-05-10,06:30:41.737] [INFO] Initializing GPS... [2026-05-10,06:30:41.739] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,06:32:45.014] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,06:32:56.595] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2026-05-10,06:35:45.111] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,06:35:51.717] [DEBUG] Remote Access Enabled [2026-05-10,06:35:57.906] [INFO] Server Address: 138.201.17.179 [2026-05-10,06:35:57.907] [INFO] Server Port: 7000 [2026-05-10,06:35:57.912] [DEBUG] Starting Remote Access! 2026-05-10 06:35:58.042 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 06:35:58.043 [I] [client/service.go:294] try to connect to server... 2026-05-10 06:35:58.643 [I] [client/service.go:286] [04b32d52f841f84b] login to server success, get run id [04b32d52f841f84b] 2026-05-10 06:35:58.643 [I] [proxy/proxy_manager.go:173] [04b32d52f841f84b] proxy added: [DTN57CC5599] 2026-05-10 06:35:58.852 [I] [client/control.go:168] [04b32d52f841f84b] [DTN57CC5599] start proxy success [2026-05-10,06:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,06:50:24.375] [DEBUG] 6 processes running of frp type [2026-05-10,07:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,07:05:24.286] [DEBUG] 6 processes running of frp type [2026-05-10,07:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,07:20:24.239] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,07:35:18.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,07:35:25.128] [DEBUG] 6 processes running of frp type [2026-05-10,07:50:19.454] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,07:50:26.194] [DEBUG] 6 processes running of frp type [2026-05-10,08:02:17.528] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,08:02:24.402] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-10,08:03:03.755] [DEBUG] Log Upload Complete! [2026-05-10,08:05:17.697] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,08:05:24.255] [DEBUG] 6 processes running of frp type [2026-05-10,08:20:17.847] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,08:20:24.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,08:35:17.719] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,08:35:25.620] [DEBUG] 6 processes running of frp type [2026-05-10,08:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,08:50:23.866] [DEBUG] 6 processes running of frp type [2026-05-10,09:05:17.122] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,09:05:23.684] [DEBUG] 6 processes running of frp type [2026-05-10,09:20:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,09:20:24.885] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,09:35:17.283] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,09:35:23.860] [DEBUG] 6 processes running of frp type [2026-05-10,09:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,09:50:24.389] [DEBUG] 6 processes running of frp type [2026-05-10,10:05:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,10:05:25.130] [DEBUG] 6 processes running of frp type [2026-05-10,10:20:17.452] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,10:20:24.319] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,10:35:18.036] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,10:35:25.405] [DEBUG] 6 processes running of frp type [2026-05-10,10:50:17.023] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,10:50:24.010] [DEBUG] 6 processes running of frp type [2026-05-10,11:05:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,11:05:24.819] [DEBUG] 6 processes running of frp type [2026-05-10,11:20:17.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,11:20:23.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,11:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,11:35:24.135] [DEBUG] 6 processes running of frp type [2026-05-10,12:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,12:05:29.030] [DEBUG] 6 processes running of frp type [2026-05-10,12:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,12:20:24.265] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,12:35:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,12:35:29.944] [DEBUG] 6 processes running of frp type [2026-05-10,12:50:17.894] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,12:50:24.633] [DEBUG] 6 processes running of frp type [2026-05-10,13:05:18.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,13:05:25.073] [DEBUG] 6 processes running of frp type [2026-05-10,13:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,13:20:24.205] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-10 13:26:43.439 [I] [client/service.go:294] [04b32d52f841f84b] try to connect to server... 2026-05-10 13:26:44.132 [I] [client/service.go:286] [04b32d52f841f84b] login to server success, get run id [04b32d52f841f84b] 2026-05-10 13:26:44.133 [I] [proxy/proxy_manager.go:173] [04b32d52f841f84b] proxy added: [DTN57CC5599] 2026-05-10 13:26:44.354 [I] [client/control.go:168] [04b32d52f841f84b] [DTN57CC5599] start proxy success [2026-05-10,13:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,13:35:24.845] [DEBUG] 6 processes running of frp type [2026-05-10,13:50:17.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,13:50:25.325] [DEBUG] 6 processes running of frp type [2026-05-10,14:05:18.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,14:05:24.963] [DEBUG] 6 processes running of frp type [2026-05-10,14:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,14:20:24.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,14:35:19.250] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,14:35:31.059] [DEBUG] 6 processes running of frp type [2026-05-10,14:50:17.917] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,14:50:24.629] [DEBUG] 6 processes running of frp type [2026-05-10,15:05:19.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,15:05:25.953] [DEBUG] 6 processes running of frp type [2026-05-10,15:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,15:20:24.386] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,15:35:17.941] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,15:35:24.876] [DEBUG] 6 processes running of frp type [2026-05-10,15:50:17.701] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,15:50:24.519] [DEBUG] 6 processes running of frp type [2026-05-10,16:05:18.148] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,16:05:24.688] [DEBUG] 6 processes running of frp type [2026-05-10,16:20:23.792] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,16:20:30.609] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,16:35:17.470] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,16:35:24.102] [DEBUG] 6 processes running of frp type [2026-05-10,16:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,16:50:24.375] [DEBUG] 6 processes running of frp type [2026-05-10,17:05:18.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,17:05:26.779] [DEBUG] 6 processes running of frp type [2026-05-10,17:20:17.082] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,17:20:29.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,17:35:17.816] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,17:35:24.476] [DEBUG] 6 processes running of frp type [2026-05-10,17:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,17:50:25.000] [DEBUG] 6 processes running of frp type [2026-05-10,18:05:18.279] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,18:05:26.064] [DEBUG] 6 processes running of frp type [2026-05-10,18:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,18:20:24.952] [DEBUG] 6 processes running of frp type [2026-05-10,18:25:42.178] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,18:25:42.183] [INFO] LocationSqlManager initialising [2026-05-10,18:25:42.183] [INFO] Location DB initialising [2026-05-10,18:25:42.192] [INFO] LocationSqlManager initialisation complete [2026-05-10,18:25:42.193] [DEBUG] UploadManager Init [2026-05-10,18:25:42.193] [DEBUG] UploadManager Init Complete [2026-05-10,18:25:42.196] [INFO] Initializing GPS... [2026-05-10,18:25:42.198] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,18:27:44.617] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,18:27:51.635] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-10,18:28:30.417] [DEBUG] Log Upload Complete! [2026-05-10,18:30:45.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,18:30:52.153] [DEBUG] Remote Access Enabled [2026-05-10,18:30:59.667] [INFO] Server Address: 138.201.17.179 [2026-05-10,18:30:59.668] [INFO] Server Port: 7000 [2026-05-10,18:30:59.673] [DEBUG] Starting Remote Access! 2026-05-10 18:30:59.809 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 18:30:59.810 [I] [client/service.go:294] try to connect to server... 2026-05-10 18:31:00.473 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-10 18:31:00.474 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-10 18:31:00.968 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-10,18:35:17.812] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,18:35:24.666] [DEBUG] 6 processes running of frp type [2026-05-10,18:50:17.264] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,18:50:26.262] [DEBUG] 6 processes running of frp type 2026-05-10 18:56:01.672 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 18:56:16.445 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: i/o deadline reached 2026-05-10 18:56:16.446 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 18:56:19.298 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-10 18:56:19.300 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-10 18:56:19.494 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-10,19:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,19:05:24.490] [DEBUG] 6 processes running of frp type [2026-05-10,19:20:17.817] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,19:20:26.146] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,19:35:19.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,19:35:26.729] [DEBUG] 6 processes running of frp type [2026-05-10,19:50:18.081] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,19:50:25.085] [DEBUG] 6 processes running of frp type [2026-05-10,20:05:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,20:05:29.250] [DEBUG] 6 processes running of frp type 2026-05-10 20:16:58.327 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:17:08.329 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:17:08.331 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:17:18.333 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:17:18.333 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:17:28.334 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:17:28.334 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:17:38.335 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:17:38.336 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:17:48.337 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:18:08.337 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:18:08.342 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 20:18:28.343 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:18:29.505 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-10 20:18:29.507 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-10 20:18:29.723 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success 2026-05-10 20:19:08.524 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:19:18.525 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:19:18.526 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:19:27.676 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-10 20:19:27.677 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-10 20:19:28.332 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-10,20:20:18.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,20:20:25.123] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,20:35:17.419] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,20:35:23.974] [DEBUG] 6 processes running of frp type 2026-05-10 20:37:42.876 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:37:55.247 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: connection write timeout 2026-05-10 20:37:55.248 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:38:08.239 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: connection write timeout 2026-05-10 20:38:08.239 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:38:19.682 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: connection write timeout 2026-05-10 20:38:19.683 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:38:29.684 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:38:29.685 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:38:39.686 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:38:59.688 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 20:39:00.746 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-10 20:39:00.747 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-10 20:39:01.065 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-10,20:50:17.066] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,20:50:24.210] [DEBUG] 6 processes running of frp type [2026-05-10,21:05:22.644] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,21:05:30.800] [DEBUG] 6 processes running of frp type [2026-05-10,21:20:17.093] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,21:20:23.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,21:35:20.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,21:35:26.905] [DEBUG] 6 processes running of frp type [2026-05-10,21:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,21:50:24.084] [DEBUG] 6 processes running of frp type [2026-05-10,22:05:17.489] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,22:05:24.290] [DEBUG] 6 processes running of frp type [2026-05-10,22:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,22:20:24.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,22:35:17.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,22:35:23.692] [DEBUG] 6 processes running of frp type [2026-05-10,22:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,22:50:24.318] [DEBUG] 6 processes running of frp type 2026-05-10 23:03:32.825 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:03:42.827 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:03:42.828 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:03:52.829 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:03:52.830 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:04:02.831 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:04:02.832 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:04:12.834 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:04:12.835 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:04:22.836 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:04:42.837 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:04:52.840 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:05:12.842 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:05:22.843 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 23:05:42.843 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-10 23:05:43.511 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-10 23:05:43.512 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-10 23:05:43.750 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-10,23:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,23:20:24.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,23:35:17.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,23:35:26.304] [DEBUG] 6 processes running of frp type [2026-05-10,23:50:18.055] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-10,23:50:24.655] [DEBUG] 6 processes running of frp type [2026-05-11,00:05:17.911] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,00:05:24.414] [DEBUG] 6 processes running of frp type [2026-05-11,00:20:08.168] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,00:20:20.012] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,00:35:17.547] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,00:35:24.064] [DEBUG] 6 processes running of frp type [2026-05-11,00:50:17.374] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,00:50:25.307] [DEBUG] 6 processes running of frp type [2026-05-11,01:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,01:05:24.064] [DEBUG] 6 processes running of frp type [2026-05-11,01:20:17.297] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,01:20:23.780] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,01:35:17.137] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,01:35:23.997] [DEBUG] 6 processes running of frp type [2026-05-11,01:50:17.246] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,01:50:24.163] [DEBUG] 6 processes running of frp type [2026-05-11,02:05:17.417] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,02:05:23.910] [DEBUG] 6 processes running of frp type [2026-05-11,02:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,02:20:23.614] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,02:35:16.980] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,02:35:23.483] [DEBUG] 6 processes running of frp type [2026-05-11,02:50:17.522] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,02:50:24.245] [DEBUG] 6 processes running of frp type [2026-05-11,03:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,03:05:24.476] [DEBUG] 6 processes running of frp type [2026-05-11,03:20:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,03:20:24.255] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,03:35:17.720] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,03:35:24.217] [DEBUG] 6 processes running of frp type [2026-05-11,03:50:17.482] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,03:50:23.978] [DEBUG] 6 processes running of frp type [2026-05-11,04:05:17.582] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,04:05:24.158] [DEBUG] 6 processes running of frp type 2026-05-11 04:06:31.193 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 04:06:33.731 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:06:33.731 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 04:06:36.771 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:06:36.772 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 04:06:43.893 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:06:43.894 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 04:06:43.897 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:07:03.898 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 04:07:04.479 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-11 04:07:04.481 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-11 04:07:04.670 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-11,04:20:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,04:20:23.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,04:35:20.411] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,04:35:29.972] [DEBUG] 6 processes running of frp type [2026-05-11,04:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,04:50:23.963] [DEBUG] 6 processes running of frp type [2026-05-11,05:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,05:05:24.087] [DEBUG] 6 processes running of frp type [2026-05-11,05:20:17.587] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,05:20:24.436] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,05:35:17.230] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,05:35:23.813] [DEBUG] 6 processes running of frp type 2026-05-11 05:36:24.330 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 05:36:34.333 [W] [client/service.go:297] [a679ee398de9043c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-11 05:36:34.334 [I] [client/service.go:294] [a679ee398de9043c] try to connect to server... 2026-05-11 05:36:35.687 [I] [client/service.go:286] [a679ee398de9043c] login to server success, get run id [a679ee398de9043c] 2026-05-11 05:36:35.689 [I] [proxy/proxy_manager.go:173] [a679ee398de9043c] proxy added: [DTN57CC5599] 2026-05-11 05:36:35.909 [I] [client/control.go:168] [a679ee398de9043c] [DTN57CC5599] start proxy success [2026-05-11,05:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,05:50:24.026] [DEBUG] 6 processes running of frp type [2026-05-11,06:05:17.623] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,06:05:24.262] [DEBUG] 6 processes running of frp type [2026-05-11,06:20:18.025] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,06:20:24.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,06:30:42.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,06:30:42.025] [INFO] LocationSqlManager initialising [2026-05-11,06:30:42.025] [INFO] Location DB initialising [2026-05-11,06:30:42.035] [INFO] LocationSqlManager initialisation complete [2026-05-11,06:30:42.036] [DEBUG] UploadManager Init [2026-05-11,06:30:42.036] [DEBUG] UploadManager Init Complete [2026-05-11,06:30:42.039] [INFO] Initializing GPS... [2026-05-11,06:30:42.041] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,06:32:44.764] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,06:32:57.805] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.9/ssl.py", line 1274, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.9/ssl.py", line 1132, in read return self._sslobj.read(len, buffer) ssl.SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2636) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2636)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 698, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /upload_bus_log/ (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2636)'))) [2026-05-11,06:35:44.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,06:35:51.511] [DEBUG] Remote Access Enabled [2026-05-11,06:36:01.738] [INFO] Server Address: 138.201.17.179 [2026-05-11,06:36:01.740] [INFO] Server Port: 7000 [2026-05-11,06:36:01.745] [DEBUG] Starting Remote Access! 2026-05-11 06:36:01.880 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 06:36:01.881 [I] [client/service.go:294] try to connect to server... 2026-05-11 06:36:02.507 [I] [client/service.go:286] [a3cf7caf4a05621e] login to server success, get run id [a3cf7caf4a05621e] 2026-05-11 06:36:02.508 [I] [proxy/proxy_manager.go:173] [a3cf7caf4a05621e] proxy added: [DTN57CC5599] 2026-05-11 06:36:02.713 [I] [client/control.go:168] [a3cf7caf4a05621e] [DTN57CC5599] start proxy success [2026-05-11,06:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,06:50:24.563] [DEBUG] 6 processes running of frp type [2026-05-11,07:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,07:05:24.417] [DEBUG] 6 processes running of frp type [2026-05-11,07:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,07:20:24.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-11 07:30:43.692 [I] [client/service.go:294] [a3cf7caf4a05621e] try to connect to server... 2026-05-11 07:30:44.419 [I] [client/service.go:286] [a3cf7caf4a05621e] login to server success, get run id [a3cf7caf4a05621e] 2026-05-11 07:30:44.421 [I] [proxy/proxy_manager.go:173] [a3cf7caf4a05621e] proxy added: [DTN57CC5599] 2026-05-11 07:30:44.657 [I] [client/control.go:168] [a3cf7caf4a05621e] [DTN57CC5599] start proxy success [2026-05-11,07:35:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,07:35:24.293] [DEBUG] 6 processes running of frp type [2026-05-11,07:50:17.038] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,07:50:24.234] [DEBUG] 6 processes running of frp type [2026-05-11,08:02:17.458] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,08:02:24.103] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-11,08:03:04.085] [DEBUG] Log Upload Complete! [2026-05-11,08:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,08:05:24.450] [DEBUG] 6 processes running of frp type [2026-05-11,08:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,08:20:24.478] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,08:35:17.550] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,08:35:25.431] [DEBUG] 6 processes running of frp type [2026-05-11,08:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,08:50:23.925] [DEBUG] 6 processes running of frp type [2026-05-11,09:05:17.260] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,09:05:23.898] [DEBUG] 6 processes running of frp type [2026-05-11,09:20:17.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,09:20:23.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,09:35:18.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,09:35:24.831] [DEBUG] 6 processes running of frp type [2026-05-11,09:50:17.597] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,09:50:24.313] [DEBUG] 6 processes running of frp type [2026-05-11,10:05:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,10:05:24.628] [DEBUG] 6 processes running of frp type [2026-05-11,10:20:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,10:20:24.967] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,10:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,10:35:24.387] [DEBUG] 6 processes running of frp type [2026-05-11,10:50:23.664] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,10:50:31.823] [DEBUG] 6 processes running of frp type [2026-05-11,11:05:17.163] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,11:05:23.906] [DEBUG] 6 processes running of frp type [2026-05-11,11:20:17.573] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,11:20:26.013] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,11:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,11:35:24.109] [DEBUG] 6 processes running of frp type [2026-05-11,11:50:17.049] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,11:50:23.748] [DEBUG] 6 processes running of frp type [2026-05-11,12:05:17.149] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,12:05:23.941] [DEBUG] 6 processes running of frp type 2026-05-11 12:06:56.732 [I] [client/service.go:294] [a3cf7caf4a05621e] try to connect to server... 2026-05-11 12:06:57.305 [I] [client/service.go:286] [a3cf7caf4a05621e] login to server success, get run id [a3cf7caf4a05621e] 2026-05-11 12:06:57.307 [I] [proxy/proxy_manager.go:173] [a3cf7caf4a05621e] proxy added: [DTN57CC5599] 2026-05-11 12:06:57.489 [I] [client/control.go:168] [a3cf7caf4a05621e] [DTN57CC5599] start proxy success [2026-05-11,12:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,12:20:24.327] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,12:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,12:35:24.733] [DEBUG] 6 processes running of frp type [2026-05-11,12:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,12:50:23.958] [DEBUG] 6 processes running of frp type [2026-05-11,13:05:18.194] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,13:05:26.452] [DEBUG] 6 processes running of frp type [2026-05-11,13:20:17.969] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,13:20:25.207] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,13:35:17.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,13:35:24.760] [DEBUG] 6 processes running of frp type [2026-05-11,13:50:17.702] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,13:50:24.518] [DEBUG] 6 processes running of frp type [2026-05-11,14:05:17.848] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,14:05:24.665] [DEBUG] 6 processes running of frp type [2026-05-11,14:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,14:20:24.557] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,14:35:17.316] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,14:35:24.017] [DEBUG] 6 processes running of frp type [2026-05-11,14:50:18.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,14:50:25.756] [DEBUG] 6 processes running of frp type [2026-05-11,15:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,15:05:24.158] [DEBUG] 6 processes running of frp type [2026-05-11,15:20:18.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,15:20:25.018] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,15:35:19.665] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,15:35:26.706] [DEBUG] 6 processes running of frp type [2026-05-11,15:50:19.628] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,15:50:26.599] [DEBUG] 6 processes running of frp type [2026-05-11,16:05:20.288] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,16:05:27.565] [DEBUG] 6 processes running of frp type [2026-05-11,16:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,16:20:26.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,16:35:18.010] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,16:35:25.121] [DEBUG] 6 processes running of frp type [2026-05-11,16:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,16:50:24.689] [DEBUG] 6 processes running of frp type [2026-05-11,17:05:18.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,17:05:25.024] [DEBUG] 6 processes running of frp type [2026-05-11,17:20:17.607] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,17:20:24.224] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,17:35:17.770] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,17:35:24.792] [DEBUG] 6 processes running of frp type [2026-05-11,17:50:17.206] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,17:50:23.868] [DEBUG] 6 processes running of frp type [2026-05-11,18:05:17.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,18:05:24.285] [DEBUG] 6 processes running of frp type [2026-05-11,18:20:17.651] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,18:20:24.366] [DEBUG] 6 processes running of frp type [2026-05-11,18:25:41.768] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,18:25:41.774] [INFO] LocationSqlManager initialising [2026-05-11,18:25:41.775] [INFO] Location DB initialising [2026-05-11,18:25:41.788] [INFO] LocationSqlManager initialisation complete [2026-05-11,18:25:41.789] [DEBUG] UploadManager Init [2026-05-11,18:25:41.789] [DEBUG] UploadManager Init Complete [2026-05-11,18:25:41.794] [INFO] Initializing GPS... [2026-05-11,18:25:41.797] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,18:27:44.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,18:27:51.567] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-11,18:28:23.167] [DEBUG] Log Upload Complete! [2026-05-11,18:30:45.198] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,18:30:51.787] [DEBUG] Remote Access Enabled [2026-05-11,18:30:58.138] [INFO] Server Address: 138.201.17.179 [2026-05-11,18:30:58.139] [INFO] Server Port: 7000 [2026-05-11,18:30:58.145] [DEBUG] Starting Remote Access! 2026-05-11 18:30:58.281 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 18:30:58.282 [I] [client/service.go:294] try to connect to server... 2026-05-11 18:31:00.000 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-11 18:31:00.002 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-11 18:31:00.226 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-11,18:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,18:35:24.699] [DEBUG] 6 processes running of frp type [2026-05-11,18:50:17.136] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,18:50:24.060] [DEBUG] 6 processes running of frp type [2026-05-11,19:05:17.576] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,19:05:24.304] [DEBUG] 6 processes running of frp type [2026-05-11,19:20:07.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,19:20:19.571] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,19:35:17.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,19:35:24.640] [DEBUG] 6 processes running of frp type [2026-05-11,19:50:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,19:50:24.554] [DEBUG] 6 processes running of frp type [2026-05-11,20:05:17.889] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,20:05:24.636] [DEBUG] 6 processes running of frp type [2026-05-11,20:20:18.965] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,20:20:25.662] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,20:35:17.521] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,20:35:24.246] [DEBUG] 6 processes running of frp type [2026-05-11,20:50:17.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,20:50:26.557] [DEBUG] 6 processes running of frp type [2026-05-11,21:05:22.971] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,21:05:29.861] [DEBUG] 6 processes running of frp type [2026-05-11,21:20:17.144] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,21:20:24.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,21:35:18.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,21:35:25.959] [DEBUG] 6 processes running of frp type [2026-05-11,21:50:17.320] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,21:50:24.031] [DEBUG] 6 processes running of frp type [2026-05-11,22:05:17.210] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,22:05:24.801] [DEBUG] 6 processes running of frp type 2026-05-11 22:13:03.863 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 22:13:13.865 [W] [client/service.go:297] [b464162c018536d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-11 22:13:13.866 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 22:13:27.865 [W] [client/service.go:297] [b464162c018536d3] connect to server error: connection write timeout 2026-05-11 22:13:27.865 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 22:13:28.642 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-11 22:13:28.644 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-11 22:13:29.189 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-11,22:20:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,22:20:24.177] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,22:35:18.622] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,22:35:25.918] [DEBUG] 6 processes running of frp type 2026-05-11 22:36:21.972 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 22:36:31.974 [W] [client/service.go:297] [b464162c018536d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-11 22:36:31.974 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 22:36:32.773 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-11 22:36:32.774 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-11 22:36:33.802 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-11,22:50:17.015] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,22:50:23.936] [DEBUG] 6 processes running of frp type 2026-05-11 22:50:56.982 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 22:51:00.037 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-11 22:51:00.038 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-11 22:51:00.786 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-11,23:05:17.160] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,23:05:23.859] [DEBUG] 6 processes running of frp type [2026-05-11,23:20:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,23:20:24.375] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,23:35:12.994] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,23:35:19.777] [DEBUG] 6 processes running of frp type [2026-05-11,23:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-11,23:50:25.964] [DEBUG] 6 processes running of frp type 2026-05-11 23:59:49.313 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-11 23:59:57.679 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-11 23:59:57.680 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-11 23:59:58.000 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,00:05:17.327] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,00:05:25.643] [DEBUG] 6 processes running of frp type [2026-05-12,00:20:17.986] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,00:20:25.498] [DEBUG] 6 processes running of frp type 2026-05-12 00:22:57.494 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 00:22:58.540 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 00:22:58.541 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 00:22:58.872 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,00:35:17.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,00:35:25.525] [DEBUG] 6 processes running of frp type [2026-05-12,00:50:23.990] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,00:50:30.769] [DEBUG] 6 processes running of frp type 2026-05-12 01:03:15.835 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 01:03:18.836 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 01:03:18.837 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 01:03:24.253 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success 2026-05-12 01:03:57.076 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 01:04:03.160 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 01:04:03.161 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 01:04:04.763 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,01:05:18.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,01:05:25.478] [DEBUG] 6 processes running of frp type [2026-05-12,01:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,01:20:25.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,01:35:17.832] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,01:35:25.355] [DEBUG] 6 processes running of frp type [2026-05-12,01:50:17.537] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,01:50:25.306] [DEBUG] 6 processes running of frp type [2026-05-12,02:05:17.671] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,02:05:25.353] [DEBUG] 6 processes running of frp type 2026-05-12 02:14:21.586 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 02:14:22.531 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 02:14:22.532 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 02:14:22.786 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,02:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,02:20:26.093] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,02:35:17.595] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,02:35:24.206] [DEBUG] 6 processes running of frp type [2026-05-12,02:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,02:50:23.942] [DEBUG] 6 processes running of frp type 2026-05-12 03:01:24.367 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 03:01:34.369 [W] [client/service.go:297] [b464162c018536d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-12 03:01:34.370 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 03:01:35.124 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 03:01:35.125 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 03:01:35.366 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,03:05:17.127] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,03:05:23.801] [DEBUG] 6 processes running of frp type [2026-05-12,03:20:17.201] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,03:20:24.020] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,03:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,03:35:24.196] [DEBUG] 6 processes running of frp type [2026-05-12,03:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,03:50:24.793] [DEBUG] 6 processes running of frp type [2026-05-12,04:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,04:05:23.757] [DEBUG] 6 processes running of frp type 2026-05-12 04:06:42.995 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 04:06:43.009 [W] [client/service.go:297] [b464162c018536d3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:06:45.013 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 04:06:45.070 [W] [client/service.go:297] [b464162c018536d3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:06:49.255 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 04:06:49.886 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 04:06:49.886 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 04:06:50.094 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,04:20:17.954] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,04:20:24.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,04:35:17.734] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,04:35:24.270] [DEBUG] 6 processes running of frp type [2026-05-12,04:50:18.214] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,04:50:24.702] [DEBUG] 6 processes running of frp type [2026-05-12,05:05:17.367] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,05:05:23.981] [DEBUG] 6 processes running of frp type 2026-05-12 05:18:07.495 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 05:18:12.327 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 05:18:12.328 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 05:18:12.892 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success 2026-05-12 05:18:51.400 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 05:19:01.402 [W] [client/service.go:297] [b464162c018536d3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-12 05:19:01.402 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 05:19:10.293 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 05:19:10.295 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 05:19:10.787 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,05:20:17.602] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,05:20:27.426] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,05:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,05:35:26.870] [DEBUG] 6 processes running of frp type [2026-05-12,05:50:17.752] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,05:50:24.469] [DEBUG] 6 processes running of frp type 2026-05-12 05:58:42.374 [I] [client/service.go:294] [b464162c018536d3] try to connect to server... 2026-05-12 05:58:46.682 [I] [client/service.go:286] [b464162c018536d3] login to server success, get run id [b464162c018536d3] 2026-05-12 05:58:46.684 [I] [proxy/proxy_manager.go:173] [b464162c018536d3] proxy added: [DTN57CC5599] 2026-05-12 05:58:47.136 [I] [client/control.go:168] [b464162c018536d3] [DTN57CC5599] start proxy success [2026-05-12,06:05:17.942] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,06:05:24.768] [DEBUG] 6 processes running of frp type [2026-05-12,06:20:17.265] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,06:20:23.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,06:30:42.356] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,06:30:42.363] [INFO] LocationSqlManager initialising [2026-05-12,06:30:42.364] [INFO] Location DB initialising [2026-05-12,06:30:42.375] [INFO] LocationSqlManager initialisation complete [2026-05-12,06:30:42.376] [DEBUG] UploadManager Init [2026-05-12,06:30:42.377] [DEBUG] UploadManager Init Complete [2026-05-12,06:30:42.381] [INFO] Initializing GPS... [2026-05-12,06:30:42.384] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,06:32:46.135] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,06:32:57.664] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-12,06:33:13.427] [DEBUG] Log Upload Complete! [2026-05-12,06:35:46.216] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,06:35:46.258] [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(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-12,06:35:52.837] [DEBUG] Remote Access Enabled [2026-05-12,06:35:59.106] [INFO] Server Address: 138.201.17.179 [2026-05-12,06:35:59.107] [INFO] Server Port: 7000 [2026-05-12,06:35:59.112] [DEBUG] Starting Remote Access! 2026-05-12 06:35:59.244 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 06:35:59.245 [I] [client/service.go:294] try to connect to server... 2026-05-12 06:35:59.935 [I] [client/service.go:286] [b59fe3277867df1a] login to server success, get run id [b59fe3277867df1a] 2026-05-12 06:35:59.936 [I] [proxy/proxy_manager.go:173] [b59fe3277867df1a] proxy added: [DTN57CC5599] 2026-05-12 06:36:00.149 [I] [client/control.go:168] [b59fe3277867df1a] [DTN57CC5599] start proxy success [2026-05-12,06:50:17.907] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,06:50:25.662] [DEBUG] 6 processes running of frp type [2026-05-12,07:05:17.923] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,07:05:24.633] [DEBUG] 6 processes running of frp type [2026-05-12,07:20:18.125] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,07:20:24.754] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,07:35:17.826] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,07:35:24.469] [DEBUG] 6 processes running of frp type [2026-05-12,07:50:17.174] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,07:50:24.211] [DEBUG] 6 processes running of frp type [2026-05-12,08:02:18.074] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,08:02:30.440] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-12,08:02:46.162] [DEBUG] Log Upload Complete! [2026-05-12,08:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,08:05:24.019] [DEBUG] 6 processes running of frp type [2026-05-12,08:20:17.248] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,08:20:24.631] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,08:35:22.355] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,08:35:28.935] [DEBUG] 6 processes running of frp type [2026-05-12,08:50:17.982] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,08:50:24.888] [DEBUG] 6 processes running of frp type [2026-05-12,09:05:17.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,09:05:23.785] [DEBUG] 6 processes running of frp type [2026-05-12,09:20:17.296] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,09:20:25.089] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,09:35:18.215] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,09:35:25.477] [DEBUG] 6 processes running of frp type [2026-05-12,09:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,09:50:23.744] [DEBUG] 6 processes running of frp type [2026-05-12,10:05:17.372] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,10:05:24.032] [DEBUG] 6 processes running of frp type [2026-05-12,10:20:17.376] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,10:22:23.938] [DEBUG] Remote Access Disabled Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,10:35:17.682] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,10:35:24.737] [DEBUG] 6 processes running of frp type [2026-05-12,10:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,10:50:24.458] [DEBUG] 6 processes running of frp type [2026-05-12,11:05:18.138] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,11:05:25.242] [DEBUG] 6 processes running of frp type [2026-05-12,11:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,11:20:25.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,11:35:17.880] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,11:35:24.775] [DEBUG] 6 processes running of frp type [2026-05-12,11:50:17.696] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,11:50:28.956] [DEBUG] 6 processes running of frp type [2026-05-12,12:05:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,12:05:23.954] [DEBUG] 6 processes running of frp type [2026-05-12,12:20:17.140] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,12:20:23.792] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,12:35:17.224] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,12:35:23.931] [DEBUG] 6 processes running of frp type [2026-05-12,12:50:22.926] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,12:50:29.873] [DEBUG] 6 processes running of frp type [2026-05-12,13:05:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,13:05:23.701] [DEBUG] 6 processes running of frp type [2026-05-12,13:20:18.200] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,13:20:24.817] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,13:35:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,13:35:24.563] [DEBUG] 6 processes running of frp type [2026-05-12,13:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,13:50:23.962] [DEBUG] 6 processes running of frp type [2026-05-12,14:05:17.348] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,14:05:23.996] [DEBUG] 6 processes running of frp type [2026-05-12,14:20:17.552] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,14:20:24.479] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,14:35:17.400] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,14:35:24.004] [DEBUG] 6 processes running of frp type [2026-05-12,14:50:17.517] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,14:50:24.167] [DEBUG] 6 processes running of frp type [2026-05-12,15:05:17.820] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,15:05:24.573] [DEBUG] 6 processes running of frp type [2026-05-12,15:20:17.892] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,15:20:24.575] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,15:35:17.718] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,15:35:24.258] [DEBUG] 6 processes running of frp type [2026-05-12,15:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,15:50:24.369] [DEBUG] 6 processes running of frp type [2026-05-12,16:05:17.983] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,16:05:24.659] [DEBUG] 6 processes running of frp type [2026-05-12,16:20:17.284] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,16:20:23.923] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,16:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,16:35:24.450] [DEBUG] 6 processes running of frp type [2026-05-12,16:50:17.129] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,16:50:23.697] [DEBUG] 6 processes running of frp type [2026-05-12,17:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,17:05:24.008] [DEBUG] 6 processes running of frp type [2026-05-12,17:20:17.349] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,17:20:23.992] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,17:35:18.145] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,17:35:25.161] [DEBUG] 6 processes running of frp type [2026-05-12,17:50:18.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,17:50:25.353] [DEBUG] 6 processes running of frp type [2026-05-12,18:05:17.836] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,18:05:25.940] [DEBUG] 6 processes running of frp type [2026-05-12,18:20:17.308] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,18:20:28.321] [DEBUG] 6 processes running of frp type [2026-05-12,18:25:41.103] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,18:25:41.108] [INFO] LocationSqlManager initialising [2026-05-12,18:25:41.109] [INFO] Location DB initialising [2026-05-12,18:25:41.118] [INFO] LocationSqlManager initialisation complete [2026-05-12,18:25:41.119] [DEBUG] UploadManager Init [2026-05-12,18:25:41.119] [DEBUG] UploadManager Init Complete [2026-05-12,18:25:41.122] [INFO] Initializing GPS... [2026-05-12,18:25:41.124] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,18:27:46.087] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,18:27:54.221] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-12,18:28:38.025] [DEBUG] Log Upload Complete! [2026-05-12,18:30:44.993] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,18:30:56.927] [DEBUG] Remote Access Enabled [2026-05-12,18:31:03.477] [INFO] Server Address: 138.201.17.179 [2026-05-12,18:31:03.478] [INFO] Server Port: 7000 [2026-05-12,18:31:03.487] [DEBUG] Starting Remote Access! 2026-05-12 18:31:03.665 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 18:31:03.666 [I] [client/service.go:294] try to connect to server... 2026-05-12 18:31:04.707 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-12 18:31:04.708 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-12 18:31:05.316 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-12,18:35:17.207] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,18:35:23.845] [DEBUG] 6 processes running of frp type [2026-05-12,18:50:18.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,18:50:26.566] [DEBUG] 6 processes running of frp type 2026-05-12 19:04:15.203 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-12 19:04:16.050 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-12 19:04:16.052 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-12 19:04:16.307 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-12,19:05:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,19:05:24.641] [DEBUG] 6 processes running of frp type [2026-05-12,19:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,19:20:28.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,19:35:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,19:35:24.720] [DEBUG] 6 processes running of frp type [2026-05-12,19:50:17.091] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,19:50:24.065] [DEBUG] 6 processes running of frp type [2026-05-12,20:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,20:05:24.639] [DEBUG] 6 processes running of frp type [2026-05-12,20:20:17.106] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,20:20:23.821] [DEBUG] 6 processes running of frp type 2026-05-12 20:22:39.639 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-12 20:22:41.071 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-12 20:22:41.072 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-12 20:22:41.358 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,20:35:17.404] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,20:35:24.034] [DEBUG] 6 processes running of frp type [2026-05-12,20:50:17.939] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,20:50:24.707] [DEBUG] 6 processes running of frp type [2026-05-12,21:05:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,21:05:24.554] [DEBUG] 6 processes running of frp type [2026-05-12,21:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,21:20:24.991] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,21:35:17.442] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,21:35:24.007] [DEBUG] 6 processes running of frp type [2026-05-12,21:50:17.653] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,21:50:24.261] [DEBUG] 6 processes running of frp type [2026-05-12,22:05:17.493] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,22:05:23.991] [DEBUG] 6 processes running of frp type [2026-05-12,22:20:22.639] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,22:20:30.702] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,22:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,22:35:23.891] [DEBUG] 6 processes running of frp type [2026-05-12,22:50:23.050] [DEBUG] Device Mac: 78-22-88-e9-a7-9f Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-9f (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-12,23:05:17.655] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,23:05:25.695] [DEBUG] 6 processes running of frp type 2026-05-12 23:19:19.247 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-12 23:19:36.476 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: i/o deadline reached 2026-05-12 23:19:36.477 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-12 23:19:46.478 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-12 23:19:46.479 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-12 23:19:54.779 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-12 23:19:54.780 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-12 23:19:55.480 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-12,23:20:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,23:20:24.648] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,23:35:16.988] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,23:35:23.729] [DEBUG] 6 processes running of frp type [2026-05-12,23:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-12,23:50:24.354] [DEBUG] 6 processes running of frp type [2026-05-13,00:05:17.686] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,00:05:24.176] [DEBUG] 6 processes running of frp type [2026-05-13,00:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,00:20:24.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,00:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,00:35:24.295] [DEBUG] 6 processes running of frp type [2026-05-13,00:50:17.303] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,00:50:23.861] [DEBUG] 6 processes running of frp type [2026-05-13,01:05:17.143] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,01:05:23.634] [DEBUG] 6 processes running of frp type [2026-05-13,01:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,01:20:24.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,01:35:22.717] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,01:35:29.476] [DEBUG] 6 processes running of frp type 2026-05-13 01:39:22.350 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 01:39:30.321 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-13 01:39:30.322 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-13 01:39:30.536 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-13,01:50:22.843] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,01:50:30.039] [DEBUG] 6 processes running of frp type [2026-05-13,02:05:17.395] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,02:05:25.261] [DEBUG] 6 processes running of frp type [2026-05-13,02:20:17.459] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,02:20:24.008] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,02:35:17.488] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,02:35:24.845] [DEBUG] 6 processes running of frp type [2026-05-13,02:50:17.919] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,02:50:24.412] [DEBUG] 6 processes running of frp type [2026-05-13,03:05:18.634] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,03:05:25.184] [DEBUG] 6 processes running of frp type [2026-05-13,03:20:17.561] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,03:20:24.151] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,03:35:17.509] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,03:35:24.218] [DEBUG] 6 processes running of frp type [2026-05-13,03:50:17.322] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,03:50:23.832] [DEBUG] 6 processes running of frp type [2026-05-13,04:05:17.065] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,04:05:24.390] [DEBUG] 6 processes running of frp type 2026-05-13 04:06:35.182 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:06:35.521 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:06:37.646 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:06:38.560 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:06:42.859 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:06:42.866 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:06:51.845 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:06:51.848 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:07:10.785 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:07:10.790 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:07:30.791 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:07:30.806 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:07:50.808 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:07:50.813 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:08:10.815 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:08:10.820 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:08:30.821 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:08:31.486 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-13 04:08:31.487 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-13 04:08:31.711 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-13,04:20:17.580] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,04:20:24.061] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-13 04:29:27.849 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:29:37.850 [W] [client/service.go:297] [558ebf1681f39207] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 04:29:37.851 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:29:48.086 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-13 04:29:48.086 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-13 04:29:48.368 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success 2026-05-13 04:31:28.137 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 04:31:28.800 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-13 04:31:28.801 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-13 04:31:29.011 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-13,04:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,04:35:24.363] [DEBUG] 6 processes running of frp type [2026-05-13,04:50:18.021] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,04:50:24.700] [DEBUG] 6 processes running of frp type [2026-05-13,05:05:16.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,05:05:23.644] [DEBUG] 6 processes running of frp type [2026-05-13,05:20:17.882] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,05:20:24.512] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,05:35:18.080] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,05:35:24.783] [DEBUG] 6 processes running of frp type 2026-05-13 05:41:49.837 [I] [client/service.go:294] [558ebf1681f39207] try to connect to server... 2026-05-13 05:41:54.008 [I] [client/service.go:286] [558ebf1681f39207] login to server success, get run id [558ebf1681f39207] 2026-05-13 05:41:54.009 [I] [proxy/proxy_manager.go:173] [558ebf1681f39207] proxy added: [DTN57CC5599] 2026-05-13 05:41:54.241 [I] [client/control.go:168] [558ebf1681f39207] [DTN57CC5599] start proxy success [2026-05-13,05:50:17.995] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,05:50:24.630] [DEBUG] 6 processes running of frp type [2026-05-13,06:05:17.945] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,06:05:24.617] [DEBUG] 6 processes running of frp type [2026-05-13,06:20:18.170] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,06:20:24.806] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,06:30:41.788] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,06:30:41.793] [INFO] LocationSqlManager initialising [2026-05-13,06:30:41.794] [INFO] Location DB initialising [2026-05-13,06:30:41.803] [INFO] LocationSqlManager initialisation complete [2026-05-13,06:30:41.804] [DEBUG] UploadManager Init [2026-05-13,06:30:41.804] [DEBUG] UploadManager Init Complete [2026-05-13,06:30:41.807] [INFO] Initializing GPS... [2026-05-13,06:30:41.809] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,06:32:44.377] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,06:32:50.935] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-13,06:33:10.859] [DEBUG] Log Upload Complete! [2026-05-13,06:35:44.391] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,06:35:50.962] [DEBUG] Remote Access Enabled [2026-05-13,06:35:57.279] [INFO] Server Address: 138.201.17.179 [2026-05-13,06:35:57.280] [INFO] Server Port: 7000 [2026-05-13,06:35:57.285] [DEBUG] Starting Remote Access! 2026-05-13 06:35:57.420 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-13 06:35:57.421 [I] [client/service.go:294] try to connect to server... 2026-05-13 06:35:58.084 [I] [client/service.go:286] [0cc7be18616cd78a] login to server success, get run id [0cc7be18616cd78a] 2026-05-13 06:35:58.085 [I] [proxy/proxy_manager.go:173] [0cc7be18616cd78a] proxy added: [DTN57CC5599] 2026-05-13 06:35:58.337 [I] [client/control.go:168] [0cc7be18616cd78a] [DTN57CC5599] start proxy success [2026-05-13,06:50:18.345] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,06:50:25.095] [DEBUG] 6 processes running of frp type [2026-05-13,07:05:17.776] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,07:05:24.441] [DEBUG] 6 processes running of frp type [2026-05-13,07:20:18.029] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,07:20:24.749] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,07:35:17.092] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,07:35:23.845] [DEBUG] 6 processes running of frp type [2026-05-13,07:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,07:50:23.912] [DEBUG] 6 processes running of frp type [2026-05-13,08:02:17.182] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,08:02:28.796] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-13,08:03:11.864] [DEBUG] Log Upload Complete! [2026-05-13,08:05:17.486] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,08:05:24.278] [DEBUG] 6 processes running of frp type [2026-05-13,08:20:17.556] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,08:20:25.885] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,08:35:17.855] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,08:35:24.513] [DEBUG] 6 processes running of frp type [2026-05-13,08:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,08:50:24.707] [DEBUG] 6 processes running of frp type [2026-05-13,09:05:18.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,09:05:25.154] [DEBUG] 6 processes running of frp type [2026-05-13,09:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,09:20:24.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,09:35:17.728] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,09:35:24.464] [DEBUG] 6 processes running of frp type [2026-05-13,09:50:17.772] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,09:50:24.399] [DEBUG] 6 processes running of frp type [2026-05-13,10:05:18.121] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,10:05:41.367] [DEBUG] 6 processes running of frp type [2026-05-13,10:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,10:20:24.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,10:35:17.446] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,10:35:24.227] [DEBUG] 6 processes running of frp type [2026-05-13,10:50:12.726] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,10:50:19.442] [DEBUG] 6 processes running of frp type [2026-05-13,11:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,11:05:24.592] [DEBUG] 6 processes running of frp type [2026-05-13,11:20:17.824] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,11:20:24.485] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,11:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,11:35:24.266] [DEBUG] 6 processes running of frp type [2026-05-13,11:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,11:50:24.485] [DEBUG] 6 processes running of frp type [2026-05-13,12:05:18.212] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,12:05:24.955] [DEBUG] 6 processes running of frp type [2026-05-13,12:20:17.310] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,12:20:25.276] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,12:35:17.241] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,12:35:23.931] [DEBUG] 6 processes running of frp type [2026-05-13,12:50:17.675] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,12:50:24.345] [DEBUG] 6 processes running of frp type [2026-05-13,13:05:17.890] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,13:05:24.679] [DEBUG] 6 processes running of frp type [2026-05-13,13:20:18.047] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,13:20:24.778] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,13:35:17.590] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,13:35:24.211] [DEBUG] 6 processes running of frp type [2026-05-13,13:50:17.370] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,13:50:24.098] [DEBUG] 6 processes running of frp type [2026-05-13,14:05:17.643] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,14:05:24.559] [DEBUG] 6 processes running of frp type [2026-05-13,14:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,14:20:24.749] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,14:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,14:35:24.894] [DEBUG] 6 processes running of frp type [2026-05-13,14:50:17.699] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,14:50:24.444] [DEBUG] 6 processes running of frp type [2026-05-13,15:05:17.930] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,15:05:24.688] [DEBUG] 6 processes running of frp type [2026-05-13,15:20:17.704] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,15:20:26.841] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,15:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,15:35:24.338] [DEBUG] 6 processes running of frp type 2026-05-13 15:47:04.663 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 15:47:14.665 [W] [client/service.go:297] [0cc7be18616cd78a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 15:47:14.666 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 15:47:24.667 [W] [client/service.go:297] [0cc7be18616cd78a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 15:47:24.668 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 15:47:27.015 [I] [client/service.go:286] [0cc7be18616cd78a] login to server success, get run id [0cc7be18616cd78a] 2026-05-13 15:47:27.017 [I] [proxy/proxy_manager.go:173] [0cc7be18616cd78a] proxy added: [DTN57CC5599] 2026-05-13 15:47:27.345 [I] [client/control.go:168] [0cc7be18616cd78a] [DTN57CC5599] start proxy success [2026-05-13,15:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,15:50:24.581] [DEBUG] 6 processes running of frp type 2026-05-13 15:54:40.389 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 15:54:50.390 [W] [client/service.go:297] [0cc7be18616cd78a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 15:54:50.391 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 15:55:00.392 [W] [client/service.go:297] [0cc7be18616cd78a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 15:55:00.393 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 15:55:08.832 [I] [client/service.go:286] [0cc7be18616cd78a] login to server success, get run id [0cc7be18616cd78a] 2026-05-13 15:55:08.834 [I] [proxy/proxy_manager.go:173] [0cc7be18616cd78a] proxy added: [DTN57CC5599] 2026-05-13 15:55:09.171 [I] [client/control.go:168] [0cc7be18616cd78a] [DTN57CC5599] start proxy success [2026-05-13,16:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,16:05:26.748] [DEBUG] 6 processes running of frp type [2026-05-13,16:20:17.031] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,16:20:23.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,16:35:17.357] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,16:35:25.026] [DEBUG] 6 processes running of frp type [2026-05-13,16:50:18.041] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,16:50:24.878] [DEBUG] 6 processes running of frp type 2026-05-13 16:53:28.402 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 16:53:38.405 [W] [client/service.go:297] [0cc7be18616cd78a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 16:53:38.405 [I] [client/service.go:294] [0cc7be18616cd78a] try to connect to server... 2026-05-13 16:53:39.376 [I] [client/service.go:286] [0cc7be18616cd78a] login to server success, get run id [0cc7be18616cd78a] 2026-05-13 16:53:39.377 [I] [proxy/proxy_manager.go:173] [0cc7be18616cd78a] proxy added: [DTN57CC5599] 2026-05-13 16:53:39.685 [I] [client/control.go:168] [0cc7be18616cd78a] [DTN57CC5599] start proxy success [2026-05-13,17:05:17.169] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,17:05:23.963] [DEBUG] 6 processes running of frp type [2026-05-13,17:20:17.305] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,17:20:24.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,17:35:18.242] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,17:35:25.110] [DEBUG] 6 processes running of frp type [2026-05-13,17:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,17:50:24.728] [DEBUG] 6 processes running of frp type [2026-05-13,18:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,18:05:24.257] [DEBUG] 6 processes running of frp type [2026-05-13,18:20:17.731] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,18:20:28.307] [DEBUG] 6 processes running of frp type [2026-05-13,18:25:43.402] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,18:25:43.410] [INFO] LocationSqlManager initialising [2026-05-13,18:25:43.410] [INFO] Location DB initialising [2026-05-13,18:25:43.421] [INFO] LocationSqlManager initialisation complete [2026-05-13,18:25:43.422] [DEBUG] UploadManager Init [2026-05-13,18:25:43.423] [DEBUG] UploadManager Init Complete [2026-05-13,18:25:43.430] [INFO] Initializing GPS... [2026-05-13,18:25:43.433] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,18:27:46.536] [DEBUG] Device Mac: 78-22-88-e9-a7-9f [2026-05-13,18:27:58.246] [DEBUG] Log Upload Started!